Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(145)

Issue 14761007: Add Python templating engine Jinja2 to third_party (Closed)

Created:
7 years, 7 months ago by Timothy Loh
Modified:
7 years, 7 months ago
CC:
chromium-reviews, eseidel
Visibility:
Public.

Description

Add Python templating engine Jinja2 to third_party A templating engine will make it easier to create/maintain the python code generators in Blink (e.g. https://codereview.chromium.org/14905002/) BUG= Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=199186

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+10765 lines, -26 lines) Patch
M third_party/devscripts/licensecheck.pl View 1 chunk +2 lines, -0 lines 0 comments Download
A third_party/jinja2/AUTHORS View 1 chunk +31 lines, -0 lines 0 comments Download
A + third_party/jinja2/LICENSE View 1 chunk +31 lines, -26 lines 0 comments Download
A third_party/jinja2/README.chromium View 1 chunk +13 lines, -0 lines 0 comments Download
A third_party/jinja2/__init__.py View 1 chunk +69 lines, -0 lines 0 comments Download
A third_party/jinja2/_markupsafe/__init__.py View 1 chunk +225 lines, -0 lines 0 comments Download
A third_party/jinja2/_markupsafe/_bundle.py View 1 chunk +49 lines, -0 lines 0 comments Download
A third_party/jinja2/_markupsafe/_constants.py View 1 chunk +267 lines, -0 lines 0 comments Download
A third_party/jinja2/_markupsafe/_native.py View 1 chunk +45 lines, -0 lines 0 comments Download
A third_party/jinja2/_stringdefs.py View 1 chunk +130 lines, -0 lines 0 comments Download
A third_party/jinja2/bccache.py View 1 chunk +301 lines, -0 lines 0 comments Download
A third_party/jinja2/compiler.py View 1 chunk +1649 lines, -0 lines 0 comments Download
A third_party/jinja2/constants.py View 1 chunk +32 lines, -0 lines 0 comments Download
A third_party/jinja2/debug.py View 1 chunk +339 lines, -0 lines 0 comments Download
A third_party/jinja2/defaults.py View 1 chunk +40 lines, -0 lines 0 comments Download
A third_party/jinja2/environment.py View 1 chunk +1121 lines, -0 lines 0 comments Download
A third_party/jinja2/exceptions.py View 1 chunk +143 lines, -0 lines 0 comments Download
A third_party/jinja2/ext.py View 1 chunk +612 lines, -0 lines 0 comments Download
A third_party/jinja2/filters.py View 1 chunk +801 lines, -0 lines 0 comments Download
A third_party/jinja2/lexer.py View 1 chunk +681 lines, -0 lines 0 comments Download
A third_party/jinja2/loaders.py View 1 chunk +450 lines, -0 lines 0 comments Download
A third_party/jinja2/meta.py View 1 chunk +102 lines, -0 lines 0 comments Download
A third_party/jinja2/nodes.py View 1 chunk +910 lines, -0 lines 0 comments Download
A third_party/jinja2/optimizer.py View 1 chunk +68 lines, -0 lines 0 comments Download
A third_party/jinja2/parser.py View 1 chunk +896 lines, -0 lines 0 comments Download
A third_party/jinja2/runtime.py View 1 chunk +548 lines, -0 lines 0 comments Download
A third_party/jinja2/sandbox.py View 1 chunk +361 lines, -0 lines 0 comments Download
A third_party/jinja2/tests.py View 1 chunk +161 lines, -0 lines 0 comments Download
A third_party/jinja2/utils.py View 1 chunk +601 lines, -0 lines 0 comments Download
A third_party/jinja2/visitor.py View 1 chunk +87 lines, -0 lines 0 comments Download

Messages

Total messages: 12 (0 generated)
Timothy Loh
7 years, 7 months ago (2013-05-08 08:22:42 UTC) #1
eseidel
lgtm, but I believe you'll need someone with more owner powers than I.
7 years, 7 months ago (2013-05-08 08:44:54 UTC) #2
darin (slow to review)
So the blink repository is going to depend on the chromium repository to get access ...
7 years, 7 months ago (2013-05-08 17:51:28 UTC) #3
abarth-chromium
On 2013/05/08 17:51:28, darin wrote: > So the blink repository is going to depend on ...
7 years, 7 months ago (2013-05-08 20:00:04 UTC) #4
darin (slow to review)
And you feel like this doesn't create pain when you go to update third party ...
7 years, 7 months ago (2013-05-08 20:21:17 UTC) #5
darin1
LGTM... just wanted to point out the potential for future pain. On May 8, 2013 ...
7 years, 7 months ago (2013-05-08 20:22:17 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/timloh@chromium.org/14761007/1
7 years, 7 months ago (2013-05-09 01:24:31 UTC) #7
commit-bot: I haz the power
Retried try job too often on chromium_presubmit for step(s) presubmit http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=chromium_presubmit&number=2112
7 years, 7 months ago (2013-05-09 01:36:45 UTC) #8
Timothy Loh
I think you used the wrong account for this message. About future pain in updating ...
7 years, 7 months ago (2013-05-09 01:44:05 UTC) #9
darin (slow to review)
LGTM OK, it is normal btw for top-level modules in chromium to have their own ...
7 years, 7 months ago (2013-05-09 03:22:37 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/timloh@chromium.org/14761007/1
7 years, 7 months ago (2013-05-09 03:33:56 UTC) #11
commit-bot: I haz the power
7 years, 7 months ago (2013-05-09 11:33:49 UTC) #12
Message was sent while issue was closed.
Change committed as 199186

Powered by Google App Engine
This is Rietveld 408576698