RESOLVED FIXED 25810
Upstream actual V8 DOM Wrapper Map
https://bugs.webkit.org/show_bug.cgi?id=25810
Summary Upstream actual V8 DOM Wrapper Map
Dimitri Glazkov (Google)
Reported 2009-05-14 15:46:23 PDT
Out of dom_wrapper_map.h into its proper place we go ...
Attachments
WebCore: (16.02 KB, patch)
2009-05-14 15:48 PDT, Dimitri Glazkov (Google)
no flags
Upstream V8 DOM Map, v1. (3.44 KB, patch)
2009-05-14 15:49 PDT, Dimitri Glazkov (Google)
eric: review+
Dimitri Glazkov (Google)
Comment 1 2009-05-14 15:48:37 PDT
Created attachment 30362 [details] WebCore: 2009-05-14 Kevin McCullough <kmccullough@apple.com> - Rolling out to fix a bug and the build * editing/CompositeEditCommand.cpp: (WebCore::CompositeEditCommand::splitTreeToNode): * editing/IndentOutdentCommand.cpp: (WebCore::IndentOutdentCommand::outdentParagraph): LayoutTests: 2009-05-14 Kevin McCullough <kmccullough@apple.com> - Rolled out for bug and build fix. * editing/execCommand/outdent-blockquote-test1.html: Removed. * editing/execCommand/outdent-blockquote-test2.html: Removed. * editing/execCommand/outdent-blockquote-test3.html: Removed. * editing/execCommand/outdent-blockquote-test4.html: Removed. * platform/mac/editing/execCommand/outdent-blockquote-test1-expected.txt: Removed. * platform/mac/editing/execCommand/outdent-blockquote-test2-expected.txt: Removed. * platform/mac/editing/execCommand/outdent-blockquote-test3-expected.txt: Removed. * platform/mac/editing/execCommand/outdent-blockquote-test4-expected.txt: Removed. * platform/mac/editing/execCommand/outdent-blockquote-test5-expected.txt: Removed. git-svn-id: http://svn.webkit.org/repository/webkit/trunk@43732 268f45cc-cd09-0410-ab3c-d52691b4dbfc --- LayoutTests/ChangeLog | 14 +++++++++ .../execCommand/outdent-blockquote-test1.html | 29 ------------------ .../execCommand/outdent-blockquote-test2.html | 28 ------------------ .../execCommand/outdent-blockquote-test3.html | 27 ----------------- .../execCommand/outdent-blockquote-test4.html | 30 ------------------- .../outdent-blockquote-test1-expected.txt | 6 ---- .../outdent-blockquote-test2-expected.txt | 7 ---- .../outdent-blockquote-test3-expected.txt | 5 --- .../outdent-blockquote-test4-expected.txt | 7 ---- .../outdent-blockquote-test5-expected.txt | 31 -------------------- WebCore/ChangeLog | 9 ++++++ WebCore/editing/CompositeEditCommand.cpp | 6 +-- WebCore/editing/IndentOutdentCommand.cpp | 18 +---------- 13 files changed, 27 insertions(+), 190 deletions(-)
Dimitri Glazkov (Google)
Comment 2 2009-05-14 15:49:16 PDT
Created attachment 30363 [details] Upstream V8 DOM Map, v1. WebCore/ChangeLog | 19 +++++++++++++ WebCore/bindings/v8/V8DOMMap.h | 58 ++++++++++++++++++++++++++++++++++++++- 2 files changed, 75 insertions(+), 2 deletions(-)
Eric Seidel (no email)
Comment 3 2009-05-14 21:11:07 PDT
Comment on attachment 30363 [details] Upstream V8 DOM Map, v1. Looks sane enough.
Dimitri Glazkov (Google)
Comment 4 2009-05-15 12:40:44 PDT
Note You need to log in before you can comment on or make changes to this bug.