|
Implement better JS exception handling by abstracting KJS::ExecState into an ExceptionContext, implement custom v8 bindings for TreeWalker, NodeFilter, NodeIterator, and .querySelector that were affected by this, make the world a better place by ticking 98/100 on acid3 test.
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=2648
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+897 lines, -198 lines) |
Patch |
|
M |
webkit/build/V8Bindings/V8Bindings.vcproj
|
View
|
1
|
3 chunks |
+20 lines, -0 lines |
0 comments
|
Download
|
|
M |
webkit/build/WebCore/WebCore.vcproj
|
View
|
1
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
|
M |
webkit/build/port/port.vcproj
|
View
|
1
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
|
A |
webkit/data/layout_test_results/v8/LayoutTests/fast/dom/SelectorAPI/dumpNodeList-almost-strict-expected.txt
|
View
|
|
1 chunk |
+83 lines, -0 lines |
0 comments
|
Download
|
|
M |
webkit/data/layout_test_results/v8/LayoutTests/fast/dom/SelectorAPI/dumpNodeList-expected.txt
|
View
|
1
|
2 chunks |
+44 lines, -2 lines |
0 comments
|
Download
|
|
A |
webkit/pending/ExceptionContext.h
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+88 lines, -0 lines |
0 comments
|
Download
|
|
A + |
webkit/pending/NSResolver.h
|
View
|
1
|
1 chunk |
+2 lines, -5 lines |
0 comments
|
Download
|
|
M |
webkit/pending/Node.h
|
View
|
1
|
2 chunks |
+3 lines, -5 lines |
0 comments
|
Download
|
|
M |
webkit/pending/Node.cpp
|
View
|
1
2
|
8 chunks |
+8 lines, -11 lines |
0 comments
|
Download
|
|
M |
webkit/pending/NodeFilter.h
|
View
|
1
|
2 chunks |
+4 lines, -7 lines |
0 comments
|
Download
|
|
M |
webkit/pending/NodeFilter.cpp
|
View
|
1
|
1 chunk |
+7 lines, -6 lines |
0 comments
|
Download
|
|
M |
webkit/pending/NodeFilterCondition.h
|
View
|
1
|
1 chunk |
+2 lines, -9 lines |
0 comments
|
Download
|
|
M |
webkit/pending/NodeFilterCondition.cpp
|
View
|
1
|
1 chunk |
+3 lines, -5 lines |
0 comments
|
Download
|
|
M |
webkit/pending/NodeIterator.h
|
View
|
1
|
4 chunks |
+6 lines, -11 lines |
0 comments
|
Download
|
|
M |
webkit/pending/NodeIterator.cpp
|
View
|
1
|
5 chunks |
+12 lines, -7 lines |
0 comments
|
Download
|
|
M |
webkit/pending/ScriptController.h
|
View
|
1
|
1 chunk |
+0 lines, -5 lines |
0 comments
|
Download
|
|
M |
webkit/pending/Traversal.h
|
View
|
1
|
2 chunks |
+2 lines, -9 lines |
0 comments
|
Download
|
|
M |
webkit/pending/Traversal.cpp
|
View
|
1
|
3 chunks |
+2 lines, -7 lines |
0 comments
|
Download
|
|
M |
webkit/pending/TreeWalker.h
|
View
|
1
|
2 chunks |
+15 lines, -19 lines |
0 comments
|
Download
|
|
M |
webkit/pending/TreeWalker.cpp
|
View
|
1
|
9 chunks |
+8 lines, -12 lines |
0 comments
|
Download
|
|
M |
webkit/port/DerivedSources.make
|
View
|
1
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
|
M |
webkit/port/bindings/scripts/CodeGeneratorV8.pm
|
View
|
1
|
2 chunks |
+2 lines, -0 lines |
0 comments
|
Download
|
|
A |
webkit/port/bindings/v8/JSNSResolver.h
|
View
|
1
2
3
|
1 chunk |
+58 lines, -0 lines |
0 comments
|
Download
|
|
A |
webkit/port/bindings/v8/JSNSResolver.cpp
|
View
|
1
2
3
4
|
1 chunk |
+94 lines, -0 lines |
0 comments
|
Download
|
|
M |
webkit/port/bindings/v8/v8_custom.h
|
View
|
1
2
3
4
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
Download
|
|
M |
webkit/port/bindings/v8/v8_custom.cpp
|
View
|
1
2
3
4
|
6 chunks |
+268 lines, -31 lines |
0 comments
|
Download
|
|
M |
webkit/port/bindings/v8/v8_index.h
|
View
|
1
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
|
M |
webkit/port/bindings/v8/v8_index.cpp
|
View
|
1
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
|
M |
webkit/port/bindings/v8/v8_nodefilter.h
|
View
|
1
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
|
M |
webkit/port/bindings/v8/v8_nodefilter.cpp
|
View
|
1
|
3 chunks |
+7 lines, -6 lines |
0 comments
|
Download
|
|
A |
webkit/port/bridge/ExceptionContextV8.cpp
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+108 lines, -0 lines |
0 comments
|
Download
|
|
M |
webkit/port/bridge/ScriptControllerV8.cpp
|
View
|
1
|
1 chunk |
+0 lines, -10 lines |
0 comments
|
Download
|
|
M |
webkit/port/dom/Document.idl
|
View
|
1
2
3
4
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
|
A |
webkit/port/dom/NSResolver.idl
|
View
|
|
1 chunk |
+32 lines, -0 lines |
0 comments
|
Download
|
|
M |
webkit/tools/layout_tests/test_lists/tests_fixable.txt
|
View
|
1
2
3
4
|
2 chunks |
+1 line, -28 lines |
0 comments
|
Download
|
Total messages: 10 (0 generated)
|