Bug 25810 - Upstream actual V8 DOM Wrapper Map
Summary: Upstream actual V8 DOM Wrapper Map
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Dimitri Glazkov (Google)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-05-14 15:46 PDT by Dimitri Glazkov (Google)
Modified: 2009-05-15 12:40 PDT (History)
0 users

See Also:


Attachments
WebCore: (16.02 KB, patch)
2009-05-14 15:48 PDT, Dimitri Glazkov (Google)
no flags Details | Formatted Diff | Diff
Upstream V8 DOM Map, v1. (3.44 KB, patch)
2009-05-14 15:49 PDT, Dimitri Glazkov (Google)
eric: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Dimitri Glazkov (Google) 2009-05-14 15:46:23 PDT
Out of dom_wrapper_map.h into its proper place we go ...
Comment 1 Dimitri Glazkov (Google) 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(-)
Comment 2 Dimitri Glazkov (Google) 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(-)
Comment 3 Eric Seidel (no email) 2009-05-14 21:11:07 PDT
Comment on attachment 30363 [details]
Upstream V8 DOM Map, v1.

Looks sane enough.
Comment 4 Dimitri Glazkov (Google) 2009-05-15 12:40:44 PDT
Landed as http://trac.webkit.org/changeset/43778.