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

Issue 22951003: Build shadow_dom package in dart/pkg (Closed)

Created:
7 years, 4 months ago by terry
Modified:
7 years, 4 months ago
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Build shadow_dom package in dart/pkg BUG= R=jmesserly@google.com Committed: https://code.google.com/p/dart/source/detail?r=26231

Patch Set 1 #

Patch Set 2 : Added patches-shadowdom-polyfill-before.js #

Patch Set 3 : Moved polymer to third_party/polymer, test code from third_party as well. #

Patch Set 4 : Use ShadowDOM test file #

Total comments: 6

Patch Set 5 : Used README.md in shadow_dom not tool #

Patch Set 6 : Added readme.txt on how to build package #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+1515 lines, -2 lines) Patch
M .gitignore View 1 2 1 chunk +8 lines, -0 lines 1 comment Download
M pkg/shadow_dom/lib/shadow_dom.debug.js View 1 1 chunk +524 lines, -0 lines 0 comments Download
M pkg/shadow_dom/lib/shadow_dom.min.js View 1 1 chunk +2 lines, -2 lines 0 comments Download
A pkg/shadow_dom/lib/src/platform/ShadowCSS.js View 1 chunk +452 lines, -0 lines 0 comments Download
A pkg/shadow_dom/lib/src/platform/patches-shadow-css.js View 1 chunk +65 lines, -0 lines 0 comments Download
A pkg/shadow_dom/lib/src/platform/patches-shadowdom-polyfill.js View 1 chunk +59 lines, -0 lines 0 comments Download
A pkg/shadow_dom/lib/src/platform/patches-shadowdom-polyfill-before.js View 1 chunk +13 lines, -0 lines 0 comments Download
A + pkg/shadow_dom/lib/src/platform/platform-init.js View 1 chunk +2 lines, -0 lines 0 comments Download
A pkg/shadow_dom/test/runner.html View 1 2 1 chunk +17 lines, -0 lines 0 comments Download
A pkg/shadow_dom/test/runner.min.html View 1 2 3 1 chunk +18 lines, -0 lines 0 comments Download
A pkg/shadow_dom/tool/build/else.js View 1 chunk +1 line, -0 lines 0 comments Download
A pkg/shadow_dom/tool/build/end-if.js View 1 chunk +1 line, -0 lines 0 comments Download
A pkg/shadow_dom/tool/build/if-poly.js View 1 chunk +3 lines, -0 lines 0 comments Download
A pkg/shadow_dom/tool/conf/karma.conf.js View 1 chunk +89 lines, -0 lines 0 comments Download
A pkg/shadow_dom/tool/conf/mocha.conf.js View 1 chunk +1 line, -0 lines 0 comments Download
A pkg/shadow_dom/tool/gruntfile.js View 1 2 1 chunk +143 lines, -0 lines 0 comments Download
A pkg/shadow_dom/tool/package.json View 1 chunk +16 lines, -0 lines 0 comments Download
A pkg/shadow_dom/tool/play.html View 1 chunk +39 lines, -0 lines 0 comments Download
A pkg/shadow_dom/tool/readme.txt View 1 2 3 4 5 1 chunk +18 lines, -0 lines 0 comments Download
A pkg/shadow_dom/tool/shadowdom.js View 1 2 1 chunk +44 lines, -0 lines 0 comments Download

Messages

Total messages: 10 (0 generated)
terry
Building of shadow_dom package done from tools. After gclient sync (which creates lib/src/ShadowDOM), npm install ...
7 years, 4 months ago (2013-08-13 18:12:02 UTC) #1
Jennifer Messerly
On 2013/08/13 18:12:02, terry wrote: > Building of shadow_dom package done from tools. After gclient ...
7 years, 4 months ago (2013-08-13 18:14:31 UTC) #2
terry
On 2013/08/13 18:14:31, John Messerly wrote: > On 2013/08/13 18:12:02, terry wrote: > > Building ...
7 years, 4 months ago (2013-08-15 19:34:08 UTC) #3
terry
ShadowDOM in third_party/polymer, test pulled from ShadowDOM/test
7 years, 4 months ago (2013-08-15 19:35:00 UTC) #4
Jennifer Messerly
I think we're missing pubspec.yaml and README.md? https://codereview.chromium.org/22951003/diff/9001/pkg/shadow_dom/lib/src/platform/patches-shadow-css.js File pkg/shadow_dom/lib/src/platform/patches-shadow-css.js (right): https://codereview.chromium.org/22951003/diff/9001/pkg/shadow_dom/lib/src/platform/patches-shadow-css.js#newcode19 pkg/shadow_dom/lib/src/platform/patches-shadow-css.js:19: var r ...
7 years, 4 months ago (2013-08-15 21:01:37 UTC) #5
Jennifer Messerly
https://codereview.chromium.org/22951003/diff/9001/pkg/shadow_dom/tool/README.md File pkg/shadow_dom/tool/README.md (right): https://codereview.chromium.org/22951003/diff/9001/pkg/shadow_dom/tool/README.md#newcode1 pkg/shadow_dom/tool/README.md:1: ## Learn the tech On 2013/08/15 21:01:37, John Messerly ...
7 years, 4 months ago (2013-08-15 21:30:44 UTC) #6
terry
On 2013/08/15 21:30:44, John Messerly wrote: > https://codereview.chromium.org/22951003/diff/9001/pkg/shadow_dom/tool/README.md > File pkg/shadow_dom/tool/README.md (right): > > https://codereview.chromium.org/22951003/diff/9001/pkg/shadow_dom/tool/README.md#newcode1 ...
7 years, 4 months ago (2013-08-15 21:51:52 UTC) #7
Jennifer Messerly
lgtm
7 years, 4 months ago (2013-08-15 22:09:12 UTC) #8
terry
Committed patchset #6 manually as r26231 (presubmit successful).
7 years, 4 months ago (2013-08-15 22:20:16 UTC) #9
kevmoo-old
7 years, 4 months ago (2013-08-15 23:26:24 UTC) #10
Message was sent while issue was closed.
FYI

https://codereview.chromium.org/22951003/diff/31001/.gitignore
File .gitignore (right):

https://codereview.chromium.org/22951003/diff/31001/.gitignore#newcode57
.gitignore:57: # Third party files
You may have missed https://code.google.com/p/dart/source/detail?r=26069

You can remove these ignores. Covered by third_party/.git_ignore

Powered by Google App Engine
This is Rietveld 408576698