Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(39)

Issue 10883070: Implementing polyfills for insertAdjacent* to get them working on FF. (Closed)

Created:
8 years, 3 months ago by blois
Modified:
8 years, 3 months ago
Reviewers:
vsm
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Implementing polyfills for insertAdjacent* to get them working on FF. Refactoring IE test to pass on IE9. This is essentially the same CL as before, but had to roll back because it broke on IE9. Specifically, insertAdjacentHTML is not supported on IE9 on table elements. It is fully supported on IE10. BUG=3600, 3685 Committed: https://code.google.com/p/dart/source/detail?r=11480

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+420 lines, -17 lines) Patch
M lib/dom/scripts/systemhtml.py View 1 chunk +3 lines, -0 lines 0 comments Download
M lib/dom/templates/html/impl/impl_DocumentFragment.darttemplate View 1 chunk +8 lines, -0 lines 0 comments Download
M lib/dom/templates/html/impl/impl_Element.darttemplate View 3 chunks +70 lines, -3 lines 0 comments Download
M lib/dom/templates/html/interface/interface_Element.darttemplate View 1 chunk +11 lines, -0 lines 0 comments Download
M lib/html/dart2js/html_dart2js.dart View 5 chunks +86 lines, -9 lines 0 comments Download
M lib/html/dartium/html_dartium.dart View 5 chunks +31 lines, -3 lines 0 comments Download
M lib/html/doc/interface/Element.dartdoc View 1 chunk +8 lines, -0 lines 0 comments Download
A tests/html/element_add_test.dart View 1 chunk +201 lines, -0 lines 0 comments Download
M tests/html/element_test.dart View 2 chunks +2 lines, -2 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
blois
8 years, 3 months ago (2012-08-27 21:19:48 UTC) #1
vsm
8 years, 3 months ago (2012-08-27 23:53:53 UTC) #2
lgtm

next time can you upload your old cl first and changes in a separate patch? 
it's easier to see the diff that way.  :-)

Powered by Google App Engine
This is Rietveld 408576698