Rafael Weinstein
b492557ddf
fix file-browser
...
R=eseidel@chromium.org , abarth
BUG=
Review URL: https://codereview.chromium.org/705683002
2014-11-04 15:21:57 -08:00
Elliott Sprehn
11b2b24722
Remove DOMImplementation.
...
Expose a Document constructor instead. This also exposes that
the TemplateBinding library might need more control over the
registration context for custom elements. For now we make all
documents share the same registration context.
R=ojan@chromium.org , abarth@chromium.org
Review URL: https://codereview.chromium.org/697363002
2014-11-03 23:18:39 -08:00
Adam Barth
4240a776a4
Replace <link rel="import"> with <import>
...
This CL is just a search-and-replace.
R=esprehn@chromium.org
Review URL: https://codereview.chromium.org/694423002
2014-11-03 12:34:57 -08:00
Adam Barth
d07561b6cf
Fix SkyElement
...
Adam broke this when trying to refactor it. This CL is just a partial revert of his
CL.
R=abarth@chromium.org
Review URL: https://codereview.chromium.org/689243003
2014-11-03 10:15:38 -08:00
Elliott Sprehn
5330701999
Remove Element#attributes.
...
We now implement getAttributes() such that it returns
a new set of Attr isntances on every call as well.
R=abarth@chromium.org
Review URL: https://codereview.chromium.org/697773002
2014-10-31 15:10:53 -07:00
Adam Barth
0b40ab943e
Clean up SkyElement
...
There's no reason to wrap this script in an anonymous function. Sky modules
already run inside their own scope.
R=rafaelw@chromium.org
Review URL: https://codereview.chromium.org/692253002
2014-10-31 14:58:38 -07:00
Rafael Weinstein
8279e8603b
Add initial SkyElement & city-list example
...
BUG=
R=eseidel@chromium.org
Review URL: https://codereview.chromium.org/698653002
2014-10-31 12:29:42 -07:00