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

Issue 2962783004: Adding pystache to third_party (Closed)

Created:
3 years, 5 months ago by pkotwicz
Modified:
3 years, 5 months ago
Reviewers:
xam, open-source-third-party-reviews, Yaron, Nico
CC:
chromium-reviews, zpeng+watch_chromium.org, Xi Han
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

Adding pystache to third_party BUG=734131, 734136 Review-Url: https://codereview.chromium.org/2962783004 Cr-Commit-Position: refs/heads/master@{#488641} Committed: https://chromium.googlesource.com/chromium/src/+/938436754b8913bdfff87341189844b7f3cf7a57

Patch Set 1 : Merge branch 'master' into mustache #

Patch Set 2 : Merge branch 'master' into mustache #

Patch Set 3 : Merge branch 'master' into mustache #

Patch Set 4 : Merge branch 'master' into mustache #

Unified diffs Side-by-side diffs Delta from patch set Stats (+2103 lines, -0 lines) Patch
A third_party/pystache/LICENSE View 1 2 1 chunk +22 lines, -0 lines 0 comments Download
A third_party/pystache/OWNERS View 1 2 1 chunk +3 lines, -0 lines 0 comments Download
A third_party/pystache/README.chromium View 1 2 3 1 chunk +15 lines, -0 lines 0 comments Download
A third_party/pystache/src/__init__.py View 1 2 1 chunk +13 lines, -0 lines 0 comments Download
A third_party/pystache/src/common.py View 1 2 1 chunk +71 lines, -0 lines 0 comments Download
A third_party/pystache/src/context.py View 1 2 1 chunk +342 lines, -0 lines 0 comments Download
A third_party/pystache/src/defaults.py View 1 2 1 chunk +65 lines, -0 lines 0 comments Download
A third_party/pystache/src/init.py View 1 2 1 chunk +19 lines, -0 lines 0 comments Download
A third_party/pystache/src/loader.py View 1 2 1 chunk +170 lines, -0 lines 0 comments Download
A third_party/pystache/src/locator.py View 1 2 1 chunk +171 lines, -0 lines 0 comments Download
A third_party/pystache/src/parsed.py View 1 2 1 chunk +50 lines, -0 lines 0 comments Download
A third_party/pystache/src/parser.py View 1 2 1 chunk +378 lines, -0 lines 0 comments Download
A third_party/pystache/src/renderengine.py View 1 2 1 chunk +181 lines, -0 lines 0 comments Download
A third_party/pystache/src/renderer.py View 1 2 1 chunk +460 lines, -0 lines 0 comments Download
A third_party/pystache/src/specloader.py View 1 2 1 chunk +90 lines, -0 lines 0 comments Download
A third_party/pystache/src/template_spec.py View 1 2 1 chunk +53 lines, -0 lines 0 comments Download

Messages

Total messages: 30 (14 generated)
pkotwicz
Can you please take a look? This CL makes use of pystache: https://codereview.chromium.org/2956193002/ The reason ...
3 years, 5 months ago (2017-06-28 21:29:25 UTC) #4
Yaron
lgtm
3 years, 5 months ago (2017-06-30 01:12:05 UTC) #7
Yaron
ostpr: please take a look note that the library isn't used in chrome, it's just ...
3 years, 5 months ago (2017-07-05 17:15:38 UTC) #8
Yaron
On 2017/07/05 17:15:38, Yaron wrote: > ostpr: please take a look > note that the ...
3 years, 5 months ago (2017-07-11 18:57:24 UTC) #9
pkotwicz
xam@ can you please take another look? I have moved the pystache directory to the ...
3 years, 5 months ago (2017-07-18 01:07:07 UTC) #12
Yaron
On 2017/07/18 01:07:07, pkotwicz wrote: > xam@ can you please take another look? I have ...
3 years, 5 months ago (2017-07-18 15:00:36 UTC) #13
pkotwicz
xam@ can you please take another look? The files are now in //third_party
3 years, 5 months ago (2017-07-18 15:35:24 UTC) #16
pkotwicz
thakis@ for OWNERS I have gotten chrome-eng-review@ and open-source-third-party-reviews@ approval for adding pystache as a ...
3 years, 5 months ago (2017-07-19 18:57:53 UTC) #17
pkotwicz
thakis@ for OWNERS I have gotten chrome-eng-review@ and open-source-third-party-reviews@ approval for adding pystache as a ...
3 years, 5 months ago (2017-07-19 18:59:25 UTC) #19
pkotwicz
thakis@ for OWNERS I have gotten chrome-eng-review@ and open-source-third-party-reviews@ approval for adding pystache as a ...
3 years, 5 months ago (2017-07-19 18:59:27 UTC) #20
Nico
We already use jinja2 for templating in a few places. Could that work for you? ...
3 years, 5 months ago (2017-07-19 19:51:40 UTC) #21
pkotwicz
We want to use pystache to template chrome/android/webapk/shell_apk/AndroidManifest.xml The template is filled in: 1) On ...
3 years, 5 months ago (2017-07-19 22:08:43 UTC) #22
xam
On 2017/07/19 22:08:43, pkotwicz wrote: > We want to use pystache to template > chrome/android/webapk/shell_apk/AndroidManifest.xml ...
3 years, 5 months ago (2017-07-20 04:47:16 UTC) #23
Nico
lgtm
3 years, 5 months ago (2017-07-20 17:58:50 UTC) #24
commit-bot: I haz the power
CQ is trying da patch. Follow status at: https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2962783004/160001
3 years, 5 months ago (2017-07-21 13:05:11 UTC) #27
commit-bot: I haz the power
3 years, 5 months ago (2017-07-21 13:18:46 UTC) #30
Message was sent while issue was closed.
Committed patchset #4 (id:160001) as
https://chromium.googlesource.com/chromium/src/+/938436754b8913bdfff873411898...

Powered by Google App Engine
This is Rietveld 408576698