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

Effective children #2548

Merged
merged 24 commits into from
Oct 14, 2015
Merged

Effective children #2548

merged 24 commits into from
Oct 14, 2015

Commits on Aug 3, 2015

  1. Adds getEffectiveChildNodes, getEffectiveChildren, `getEffectiveT…

    …extContent`
    Steven Orvell committed Aug 3, 2015
    Configuration menu
    Copy the full SHA
    f34fb45 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2015

  1. Adds Polymer.dom(element).observeChildren(callback) api

    Steven Orvell committed Aug 4, 2015
    Configuration menu
    Copy the full SHA
    6499e83 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2015

  1. Merge branch 'master' into effective-children

    Steven Orvell committed Aug 10, 2015
    Configuration menu
    Copy the full SHA
    1ca065f View commit details
    Browse the repository at this point in the history
  2. Factor dom-api's into separate helpers.

    Steven Orvell committed Aug 10, 2015
    Configuration menu
    Copy the full SHA
    effedcb View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2015

  1. Merge branch 'master' into effective-children

    Conflicts:
    	src/lib/dom-api.html
    Steven Orvell committed Aug 11, 2015
    Configuration menu
    Copy the full SHA
    393ba40 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2015

  1. Add mutation tracking for distributedNodes.

    Steven Orvell committed Aug 13, 2015
    Configuration menu
    Copy the full SHA
    b11f86b View commit details
    Browse the repository at this point in the history
  2. Add Polymer.dom().notifyObservers method to 'kick' observers, for e…

    …xample, when attributes change under Shadow DOM.
    Steven Orvell committed Aug 13, 2015
    Configuration menu
    Copy the full SHA
    07261e4 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'master' into effective-children

    Steven Orvell committed Aug 13, 2015
    Configuration menu
    Copy the full SHA
    65abbd0 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2015

  1. Merge branch 'master' into effective-children

    Conflicts:
    	src/lib/dom-api.html
    Steven Orvell committed Aug 20, 2015
    Configuration menu
    Copy the full SHA
    19aa6eb View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2015

  1. Merge branch 'master' into effective-children

    Steven Orvell committed Aug 24, 2015
    Configuration menu
    Copy the full SHA
    1774f57 View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2015

  1. Add optional attribute tracking to support better distributed node no…

    …tifications under shadow dom.
    Steven Orvell committed Aug 25, 2015
    Configuration menu
    Copy the full SHA
    8242a98 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2015

  1. Merge branch 'master' into effective-children

    Steven Orvell committed Aug 27, 2015
    Configuration menu
    Copy the full SHA
    4099342 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into effective-children

    Steven Orvell committed Aug 27, 2015
    Configuration menu
    Copy the full SHA
    ff2c088 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2015

  1. Merge branch 'master' into effective-children

    Steven Orvell committed Aug 31, 2015
    Configuration menu
    Copy the full SHA
    c09296e View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2015

  1. add observeNodes tests.

    Steven Orvell committed Sep 1, 2015
    Configuration menu
    Copy the full SHA
    bd90b57 View commit details
    Browse the repository at this point in the history
  2. make tests work on polyfill.

    Steven Orvell committed Sep 1, 2015
    Configuration menu
    Copy the full SHA
    9ff2ee4 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2015

  1. Merge branch 'master' into effective-children

    Conflicts:
    	test/unit/utils-content.html
    	test/unit/utils-elements.html
    Steven Orvell committed Oct 8, 2015
    Configuration menu
    Copy the full SHA
    b40060a View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2015

  1. Merge branch 'master' into effective-children

    Steven Orvell committed Oct 9, 2015
    Configuration menu
    Copy the full SHA
    d021039 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2015

  1. Simplify change tracking by always dirty checking at the observer lev…

    …el. Under Shadow DOM, use a deep MO to watch for attributes.
    Steven Orvell committed Oct 13, 2015
    Configuration menu
    Copy the full SHA
    669acaa View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into effective-children

    Steven Orvell committed Oct 13, 2015
    Configuration menu
    Copy the full SHA
    e11a4f3 View commit details
    Browse the repository at this point in the history
  3. Make shadow attribute tracking automatic based on detecting a <conten…

    …t select> that depends on attributes; add tests.
    Steven Orvell committed Oct 13, 2015
    Configuration menu
    Copy the full SHA
    54911a7 View commit details
    Browse the repository at this point in the history
  4. Add docs

    Steven Orvell committed Oct 13, 2015
    Configuration menu
    Copy the full SHA
    0ede79a View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2015

  1. Configuration menu
    Copy the full SHA
    8b1face View commit details
    Browse the repository at this point in the history
  2. ensure distribution observers see all changes that can come from attr…

    …ibutes under native Shadow DOM; +minor factoring
    Steven Orvell committed Oct 14, 2015
    Configuration menu
    Copy the full SHA
    344f5cc View commit details
    Browse the repository at this point in the history