Kevin Schaaf
|
e64bd0ba6f
|
Don't rely on dom-module synchronously until WCR.
|
2018-04-05 16:00:54 -07:00 |
|
Kevin Schaaf
|
616f6662f0
|
Add ability to define importMeta on legacy elements. Fixes #5163
|
2018-04-05 14:12:54 -07:00 |
|
Kevin Schaaf
|
f7672da9a7
|
Add importMeta getter to derive importPath from modules. Fixes #5163
|
2018-04-02 14:12:57 -07:00 |
|
Kevin Schaaf
|
d97373dd25
|
Add hash/abs URL resolution tests.
|
2018-01-31 16:13:43 -08:00 |
|
Steven Orvell
|
58213ee611
|
update copyright date.
|
2017-03-03 16:54:36 -08:00 |
|
Steven Orvell
|
f21282a0ce
|
* importPath and rootPath should now include a trailing slash.
* `importPath` can now be a path fragment (e.g. `foo/`)
|
2017-03-02 17:38:43 -08:00 |
|
Steven Orvell
|
4a6e06d399
|
Fixes #4357. Adds importPath and rootPath properties to Polymer.Element. The importPath property defaults to the path part of the url containing the dom-module matching the element's static is property. The rootPath property is set to the Polymer.rootPath property and defaults to the path part of the main document url. These properties can be used in bindings to url's. The importPath property is used to scope url's in element styles. [Note, this depends on https://github.com/webcomponents/html-imports/pull/44].
|
2017-03-01 19:37:17 -08:00 |
|
Kevin Schaaf
|
6fe6a755e1
|
Move resolveUrl to Polymer.Element, get is from ctor. Fixes #3992
|
2016-10-27 13:27:10 -07:00 |
|
Daniel Freedman
|
23087b51fe
|
Port resolveurl and whitespace tests
|
2016-08-09 10:28:56 -07:00 |
|