Commit Graph

9 Commits

Author SHA1 Message Date
jmesserly@google.com e70b74ee29 update shadow_dom
ShadowDOM is at revision 82461fdbe7b0208960cf1d52f2b1c5ca31e1e564
  observe-js is at revision 842f9c0602350f8d81ea20637266c2398575c77d
  WeakMap is at revision 67bd3b198a131748c73cd274532d69692f1a8c24
  platform-dev is at revision 64a92f273462f04a84abbe2f054294f2b62dbcd6

R=sigmund@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@30593 260f80e4-7a28-3924-810f-c04153c831b5
2013-11-22 22:37:43 +00:00
jmesserly@google.com 2fe06839a8 update shadow dom pkg
ShadowDOM is at revision 31c0d9699b5b41bdb1c36e26d0956574dac684e3
  platform is at revision dad88031041c887cc0de2fd6164bc5c4ca3019ae

R=sigmund@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@29858 260f80e4-7a28-3924-810f-c04153c831b5
2013-11-04 22:50:07 +00:00
jmesserly@google.com 73de9c0bef use ShadowCSS directly
also update:
ShadowDOM to 2a41b2f5d4d186b9dfcf09fd5a49978eb9ead607
platform/ShadowCSS to 515c58387f48655f38b9bf78de1794861f06f4ad

R=sigmund@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@29040 260f80e4-7a28-3924-810f-c04153c831b5
2013-10-22 21:42:31 +00:00
blois@google.com 0ed3cb19e4 Updating Shadow DOM and including some fixes to enable it to work with CustomElements.
BUG=
R=jmesserly@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@27785 260f80e4-7a28-3924-810f-c04153c831b5
2013-09-23 23:04:37 +00:00
blois@google.com 6def065afd Revert "Dart2js support for custom element lifecycle events"
This reverts commit 27729. Shadow DOM polyfill appears to have regressed some tests and some issues are coming up with the browser controller.

BUG=
R=jmesserly@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@27730 260f80e4-7a28-3924-810f-c04153c831b5
2013-09-21 00:46:48 +00:00
blois@google.com fb8f32bcc4 Dart2js support for custom element lifecycle events
BUG=
R=jmesserly@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@27729 260f80e4-7a28-3924-810f-c04153c831b5
2013-09-20 23:49:12 +00:00
jmesserly@google.com dec9af04ee fix shadowdom polyfill
I'm not sure when it broke, but it was not rendering TodoMVC at startup (actually -- it was rendering, then clearing). In any case, the bug goes away with an updated ShadowDOM. We're now completely unforked

I also fixed minify mode. It no longer depends on the name 'GeneratedWrapper', instead it detects the precise problematic case and deals with it.

R=sigmund@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@27458 260f80e4-7a28-3924-810f-c04153c831b5
2013-09-12 23:04:02 +00:00
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