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

Shady DOM rendering + Polymer.dom.flush improvements #2090

Merged
merged 11 commits into from
Jul 18, 2015
Merged

Conversation

sorvell
Copy link
Contributor

@sorvell sorvell commented Jul 15, 2015

Fixes #2039, #2010, #1968, #1818

  • Shady DOM better handles mutations within element attached.
  • Polymer.dom.flush now processes CustomElement and template rendering and can be used when dom measuring is necessary.

Steven Orvell added 5 commits July 15, 2015 16:31
…l mutations are now successfully enqueued.
…mutations and includes an api (`Polymer.dom.addDebouncer(debouncer)`) for adding debouncers which should run at flush time. Template rendering debouncers are placed in the flush list.
…rts are used; documented template render functions
@kevinpschaaf
Copy link
Member

LGTM

Conflicts:
	src/lib/dom-api.html
	test/unit/dom-bind-elements1.html
	test/unit/polymer-dom-elements.html
sorvell pushed a commit that referenced this pull request Jul 18, 2015
Shady DOM rendering + Polymer.dom.flush improvements
@sorvell sorvell merged commit 8134fbf into master Jul 18, 2015
@sorvell sorvell deleted the fix-flush branch July 18, 2015 01:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants