Skip to content
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

Merged
merged 29 commits into from
Aug 1, 2013
Merged

8/1 master -> stable #223

merged 29 commits into from
Aug 1, 2013

Commits on Jul 11, 2013

  1. remove build log

    dfreedm committed Jul 11, 2013
    Configuration menu
    Copy the full SHA
    b3727b3 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2013

  1. Configuration menu
    Copy the full SHA
    448c4d7 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2013

  1. 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 committed Jul 17, 2013
    Configuration menu
    Copy the full SHA
    9a0879f View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2013

  1. platform now automatically makes sure shadowRoot has: .olderShadowRoo…

    …t, .host, and watches for CustomElements
    sorvell committed Jul 23, 2013
    Configuration menu
    Copy the full SHA
    f163593 View commit details
    Browse the repository at this point in the history
  2. Accept a call to Polymer(name, prototype /*optional */ ) with optiona…

    …l prototype. This pointless code but there's no reason it should fail.
    sorvell committed Jul 23, 2013
    Configuration menu
    Copy the full SHA
    7045c9a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9cfa5e7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    16266cb View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2013

  1. Allow a prototypal value of null to indicate that a property should b…

    …e deserialized as an object. Addresses issue #215
    sorvell committed Jul 24, 2013
    Configuration menu
    Copy the full SHA
    f50c6f8 View commit details
    Browse the repository at this point in the history
  2. Addresses issue #188:

     - 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.
    sorvell committed Jul 24, 2013
    Configuration menu
    Copy the full SHA
    318a260 View commit details
    Browse the repository at this point in the history
  3. document blacklist (a bit)

    Scott J. Miles committed Jul 24, 2013
    Configuration menu
    Copy the full SHA
    bbd887b View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2013

  1. fix grunt file

    Scott J. Miles committed Jul 27, 2013
    Configuration menu
    Copy the full SHA
    20c622c View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2013

  1. repair references in test: < shadow >.olderShadowRoot removed in favo…

    …r of shadowRoot.olderShadowRoot
    sorvell committed Jul 29, 2013
    Configuration menu
    Copy the full SHA
    dcce1d4 View commit details
    Browse the repository at this point in the history
  2. make test pass in the presence of ShadowDOMPolyfill since these featu…

    …res are not polyfilled.
    sorvell committed Jul 29, 2013
    Configuration menu
    Copy the full SHA
    e4dd36f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c039698 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2013

  1. Make tests call CustomElements.takeRecords to ensure they work in IE …

    …where MO polyfill is slightly flaky
    sorvell committed Jul 30, 2013
    Configuration menu
    Copy the full SHA
    477a5cf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d40dc98 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5ab7b2f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    62eb34b View commit details
    Browse the repository at this point in the history
  5. Remove deprecated files.

    sorvell committed Jul 30, 2013
    Configuration menu
    Copy the full SHA
    7bcf366 View commit details
    Browse the repository at this point in the history
  6. Use raw prototype traversal to ensure compatibility with platforms wi…

    …th simulated prototype chains (IE10)
    sorvell committed Jul 30, 2013
    Configuration menu
    Copy the full SHA
    c1ac385 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    fae6f96 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2013

  1. Configuration menu
    Copy the full SHA
    62e0233 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c65e5fc View commit details
    Browse the repository at this point in the history
  3. remove use of noscript.

    sorvell committed Jul 31, 2013
    Configuration menu
    Copy the full SHA
    b8d7654 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9d2beb8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    92dbcaf View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2013

  1. update sheet-main-doc test.

    sorvell committed Aug 1, 2013
    Configuration menu
    Copy the full SHA
    44b30e1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0f96e27 View commit details
    Browse the repository at this point in the history
  3. do not consider null valued prototype an indicator that a property sh…

    …ould be deserialized as an object.
    sorvell committed Aug 1, 2013
    Configuration menu
    Copy the full SHA
    6e0338c View commit details
    Browse the repository at this point in the history