Commit Graph

5 Commits

Author SHA1 Message Date
jmesserly@google.com 8982e4916f update shadowdom polyfill to latest.
Note: all of the changes to .debug.js and .min.js come from upstream

I also simplified our patch, because we are now almost unforked upstream code (we just have a couple of fixes they haven't merged yet). In particular we can't use _ShadowDOMPolyfill$isGeneratedWrapper so we go back to 'GeneratedWrapper'.

I'm trying to align our build logic more closely to:
https://github.com/Polymer/platform/blob/master/gruntfile.js#L10, hence the use of their build.json files.

This fixes: https://code.google.com/p/dart/issues/detail?id=13054

R=efortuna@google.com

Review URL: https://codereview.chromium.org//23548014

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@27210 260f80e4-7a28-3924-810f-c04153c831b5
2013-09-05 20:26:10 +00:00
terry@google.com 3fb3eb8d3a Build shadow_dom package in dart/pkg
BUG=
R=jmesserly@google.com

Review URL: https://codereview.chromium.org//22951003

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@26231 260f80e4-7a28-3924-810f-c04153c831b5
2013-08-15 22:20:05 +00:00
jmesserly@google.com cec81d6c29 [pkg:shadow_dom] workaround issue in ownerDocument
See https://github.com/polymer/ShadowDOM/issues/200
note: this code is from https://github.com/dart-lang/ShadowDOM/commit/ad85d2210df1077d1dc361e99691f6ba9bdae78d

R=sigmund@google.com

Review URL: https://codereview.chromium.org//22403005

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@25951 260f80e4-7a28-3924-810f-c04153c831b5
2013-08-08 22:25:27 +00:00
sigmund@google.com f49a89abc2 Update shadow_dom package with latest changes.
R=jmesserly@google.com

Review URL: https://codereview.chromium.org//19581004

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@25383 260f80e4-7a28-3924-810f-c04153c831b5
2013-07-23 23:39:58 +00:00
jmesserly@google.com 0cdff0d76d initial commit of shadow_dom pkg
R=sigmund@google.com

Review URL: https://codereview.chromium.org//18354007

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@24890 260f80e4-7a28-3924-810f-c04153c831b5
2013-07-10 21:52:23 +00:00