|
|
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
|
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
|
Total messages: 2 (0 generated)
|