-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
8/1 master -> stable #223
8/1 master -> stable #223
Commits on Jul 11, 2013
-
Configuration menu - View commit details
-
Copy full SHA for b3727b3 - Browse repository at this point
Copy the full SHA b3727b3View commit details
Commits on Jul 16, 2013
-
Configuration menu - View commit details
-
Copy full SHA for 448c4d7 - Browse repository at this point
Copy the full SHA 448c4d7View commit details
Commits on Jul 17, 2013
-
native
createdCallback
fires immediately on element creation, befor……e children are processed, so <script> tag embedded in <polymer-element> is not executed when the latter is upgraded: modify the instantiation process so that embedded definitions still work (now a `noscript` attribute is required for elements with no script portion); factor lifecycle methods to support both `createdCallback' and `readyCallback` as we transition to the former
Scott J. Miles committedJul 17, 2013 Configuration menu - View commit details
-
Copy full SHA for 9a0879f - Browse repository at this point
Copy the full SHA 9a0879fView commit details
Commits on Jul 23, 2013
-
platform now automatically makes sure shadowRoot has: .olderShadowRoo…
…t, .host, and watches for CustomElements
Configuration menu - View commit details
-
Copy full SHA for f163593 - Browse repository at this point
Copy the full SHA f163593View commit details -
Accept a call to Polymer(name, prototype /*optional */ ) with optiona…
…l prototype. This pointless code but there's no reason it should fail.
Configuration menu - View commit details
-
Copy full SHA for 7045c9a - Browse repository at this point
Copy the full SHA 7045c9aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9cfa5e7 - Browse repository at this point
Copy the full SHA 9cfa5e7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 16266cb - Browse repository at this point
Copy the full SHA 16266cbView commit details
Commits on Jul 24, 2013
-
Allow a prototypal value of null to indicate that a property should b…
…e deserialized as an object. Addresses issue #215
Configuration menu - View commit details
-
Copy full SHA for f50c6f8 - Browse repository at this point
Copy the full SHA f50c6f8View commit details -
- attributes are now reflected to property values at runtime, not only at create time. The rules are the same, the attribute is deserialized to the data type of the property in the element's prototype. - `published` properties are now reflected to attributes at runtime. This is done via observation and all published properties are now observed. Properties are serialized directly to strings and object and undefined valued properties are ignored.
Configuration menu - View commit details
-
Copy full SHA for 318a260 - Browse repository at this point
Copy the full SHA 318a260View commit details -
Scott J. Miles committed
Jul 24, 2013 Configuration menu - View commit details
-
Copy full SHA for bbd887b - Browse repository at this point
Copy the full SHA bbd887bView commit details
Commits on Jul 27, 2013
-
Scott J. Miles committed
Jul 27, 2013 Configuration menu - View commit details
-
Copy full SHA for 20c622c - Browse repository at this point
Copy the full SHA 20c622cView commit details
Commits on Jul 29, 2013
-
repair references in test: < shadow >.olderShadowRoot removed in favo…
…r of shadowRoot.olderShadowRoot
Configuration menu - View commit details
-
Copy full SHA for dcce1d4 - Browse repository at this point
Copy the full SHA dcce1d4View commit details -
make test pass in the presence of ShadowDOMPolyfill since these featu…
…res are not polyfilled.
Configuration menu - View commit details
-
Copy full SHA for e4dd36f - Browse repository at this point
Copy the full SHA e4dd36fView commit details -
Configuration menu - View commit details
-
Copy full SHA for c039698 - Browse repository at this point
Copy the full SHA c039698View commit details
Commits on Jul 30, 2013
-
Make tests call CustomElements.takeRecords to ensure they work in IE …
…where MO polyfill is slightly flaky
Configuration menu - View commit details
-
Copy full SHA for 477a5cf - Browse repository at this point
Copy the full SHA 477a5cfView commit details -
Configuration menu - View commit details
-
Copy full SHA for d40dc98 - Browse repository at this point
Copy the full SHA d40dc98View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5ab7b2f - Browse repository at this point
Copy the full SHA 5ab7b2fView commit details -
Improve IE compatibility by ensuring the __proto__ chain always exists.
In conjunction with googlearchive/CustomElements@9b4c5df, helps address #217.
Configuration menu - View commit details
-
Copy full SHA for 62eb34b - Browse repository at this point
Copy the full SHA 62eb34bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7bcf366 - Browse repository at this point
Copy the full SHA 7bcf366View commit details -
Use raw prototype traversal to ensure compatibility with platforms wi…
…th simulated prototype chains (IE10)
Configuration menu - View commit details
-
Copy full SHA for c1ac385 - Browse repository at this point
Copy the full SHA c1ac385View commit details -
Configuration menu - View commit details
-
Copy full SHA for fae6f96 - Browse repository at this point
Copy the full SHA fae6f96View commit details
Commits on Jul 31, 2013
-
Polymer supports entered/leftDocument, note that inserted/removed are…
… supported for bc.
Configuration menu - View commit details
-
Copy full SHA for 62e0233 - Browse repository at this point
Copy the full SHA 62e0233View commit details -
ensure elements used for testing are uniquely named (elements cannot …
…be re-declared).
Configuration menu - View commit details
-
Copy full SHA for c65e5fc - Browse repository at this point
Copy the full SHA c65e5fcView commit details -
Configuration menu - View commit details
-
Copy full SHA for b8d7654 - Browse repository at this point
Copy the full SHA b8d7654View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9d2beb8 - Browse repository at this point
Copy the full SHA 9d2beb8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 92dbcaf - Browse repository at this point
Copy the full SHA 92dbcafView commit details
Commits on Aug 1, 2013
-
Configuration menu - View commit details
-
Copy full SHA for 44b30e1 - Browse repository at this point
Copy the full SHA 44b30e1View commit details -
revert element-script test: currently passes under polyfill and not n…
…ative custom elements
Configuration menu - View commit details
-
Copy full SHA for 0f96e27 - Browse repository at this point
Copy the full SHA 0f96e27View commit details -
do not consider null valued prototype an indicator that a property sh…
…ould be deserialized as an object.
Configuration menu - View commit details
-
Copy full SHA for 6e0338c - Browse repository at this point
Copy the full SHA 6e0338cView commit details