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

Issue 2628753002: Move Document::execCommand() and queryCommand*() to "DocumentExecCommand.cpp" (Closed)

Created:
3 years, 11 months ago by yosin_UTC9
Modified:
3 years, 11 months ago
Reviewers:
tkent
CC:
blink-reviews, blink-reviews-dom_chromium.org, chromium-reviews, dglazkov+blink, eae+blinkwatch, rwlbuis, sof
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Move Document::execCommand() and queryCommand*() to "DocumentExecCommand.cpp" This patch moves implementations of |Document::execCommand()| and |queryCommand*()| to "DocumentExecCommand.cpp" from "Document.cpp" to avoid including "core/editing/Editor.h" in "Document.cpp" and reduce source code size for making compilation of "Document.cpp" faster. BUG=258591 TEST=n/a; no behavior changes Review-Url: https://codereview.chromium.org/2628753002 Cr-Commit-Position: refs/heads/master@{#442854} Committed: https://chromium.googlesource.com/chromium/src/+/cb36c4939dda375f028ae61a6817e10d7de39161

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+157 lines, -111 lines) Patch
M third_party/WebKit/Source/core/dom/Document.h View 1 chunk +2 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/core/dom/Document.cpp View 2 chunks +0 lines, -111 lines 0 comments Download
M third_party/WebKit/Source/core/editing/BUILD.gn View 1 chunk +1 line, -0 lines 0 comments Download
A third_party/WebKit/Source/core/editing/commands/DocumentExecCommand.cpp View 1 chunk +154 lines, -0 lines 0 comments Download

Messages

Total messages: 18 (10 generated)
yosin_UTC9
PTAL
3 years, 11 months ago (2017-01-11 04:10:30 UTC) #6
tkent
lgtm. Moving member function definitions to a file in another directory might be confusing, but ...
3 years, 11 months ago (2017-01-11 04:55:15 UTC) #9
yosin_UTC9
On 2017/01/11 at 04:55:15, tkent wrote: > lgtm. > > Moving member function definitions to ...
3 years, 11 months ago (2017-01-11 05:48:27 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2628753002/1
3 years, 11 months ago (2017-01-11 05:48:53 UTC) #12
tkent
On 2017/01/11 at 05:48:27, yosin wrote: > > * Extract execCommand-related functions from Document.idl to ...
3 years, 11 months ago (2017-01-11 06:34:33 UTC) #13
yosin_UTC9
On 2017/01/11 at 06:34:33, tkent wrote: > On 2017/01/11 at 05:48:27, yosin wrote: > > ...
3 years, 11 months ago (2017-01-11 07:58:08 UTC) #14
yosin_UTC9
On 2017/01/11 at 07:58:08, Yosi_UTC9 wrote: > On 2017/01/11 at 06:34:33, tkent wrote: > > ...
3 years, 11 months ago (2017-01-11 08:12:45 UTC) #15
commit-bot: I haz the power
3 years, 11 months ago (2017-01-11 10:28:02 UTC) #18
Message was sent while issue was closed.
Committed patchset #1 (id:1) as
https://chromium.googlesource.com/chromium/src/+/cb36c4939dda375f028ae61a6817...

Powered by Google App Engine
This is Rietveld 408576698