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

Issue 2739573005: Rename Document::widgetForElement to frameViewBaseForElement (Closed)

Created:
3 years, 9 months ago by joelhockey
Modified:
3 years, 9 months ago
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

Rename Document::widgetForElement to frameViewBaseForElement BUG=697351 Review-Url: https://codereview.chromium.org/2739573005 Cr-Commit-Position: refs/heads/master@{#456949} Committed: https://chromium.googlesource.com/chromium/src/+/e0604382f6f7580f4421387f35ef2fe559ab107b

Patch Set 1 #

Patch Set 2 : Move Document::widgetForElement to Node::frameViewBase #

Patch Set 3 : Move Document::widgetForElement to Node::frameViewBase #

Total comments: 4

Patch Set 4 : Move frameViewBase back to Document #

Patch Set 5 : Move frameViewBase back to Document #

Unified diffs Side-by-side diffs Delta from patch set Stats (+6 lines, -4 lines) Patch
M third_party/WebKit/Source/core/dom/Document.cpp View 1 2 3 4 3 chunks +6 lines, -4 lines 0 comments Download

Messages

Total messages: 48 (25 generated)
joelhockey
3 years, 9 months ago (2017-03-08 07:22:08 UTC) #4
joelhockey
3 years, 9 months ago (2017-03-08 07:36:30 UTC) #6
sashab
Is this linked to the right bug? If so, please add some more context to ...
3 years, 9 months ago (2017-03-08 23:00:50 UTC) #17
joelhockey
On 2017/03/08 23:00:50, sashab wrote: > Is this linked to the right bug? If so, ...
3 years, 9 months ago (2017-03-10 00:07:04 UTC) #20
sashab
Ahh, I see. Yeah, when I saw the bug was for a rename, I was ...
3 years, 9 months ago (2017-03-10 00:58:30 UTC) #21
joelhockey
On 2017/03/10 00:58:30, sashab wrote: > Ahh, I see. Yeah, when I saw the bug ...
3 years, 9 months ago (2017-03-10 02:42:47 UTC) #22
joelhockey
> sashab / haraken, is anyone happy to give LGTM? Description now updated
3 years, 9 months ago (2017-03-10 04:27:23 UTC) #24
sashab
https://codereview.chromium.org/2739573005/diff/40001/third_party/WebKit/Source/core/dom/Node.cpp File third_party/WebKit/Source/core/dom/Node.cpp (right): https://codereview.chromium.org/2739573005/diff/40001/third_party/WebKit/Source/core/dom/Node.cpp#newcode600 third_party/WebKit/Source/core/dom/Node.cpp:600: return layoutObject && layoutObject->isLayoutPart() I actually don't know if ...
3 years, 9 months ago (2017-03-10 04:30:13 UTC) #25
joelhockey
https://codereview.chromium.org/2739573005/diff/40001/third_party/WebKit/Source/core/dom/Node.cpp File third_party/WebKit/Source/core/dom/Node.cpp (right): https://codereview.chromium.org/2739573005/diff/40001/third_party/WebKit/Source/core/dom/Node.cpp#newcode600 third_party/WebKit/Source/core/dom/Node.cpp:600: return layoutObject && layoutObject->isLayoutPart() On 2017/03/10 04:30:13, sashab wrote: ...
3 years, 9 months ago (2017-03-10 04:37:53 UTC) #26
sashab
LGTM but please dont land without an LGTM from haraken :) https://codereview.chromium.org/2739573005/diff/40001/third_party/WebKit/Source/core/dom/Node.cpp File third_party/WebKit/Source/core/dom/Node.cpp (right): ...
3 years, 9 months ago (2017-03-10 04:47:22 UTC) #27
esprehn
This is only used in Document.cpp, we should avoid making the API surface of Node ...
3 years, 9 months ago (2017-03-10 07:23:00 UTC) #29
esprehn
https://codereview.chromium.org/2739573005/diff/40001/third_party/WebKit/Source/core/dom/Node.h File third_party/WebKit/Source/core/dom/Node.h (right): https://codereview.chromium.org/2739573005/diff/40001/third_party/WebKit/Source/core/dom/Node.h#newcode39 third_party/WebKit/Source/core/dom/Node.h:39: #include "platform/FrameViewBase.h" Node.h is included in nearly every file, ...
3 years, 9 months ago (2017-03-10 07:24:32 UTC) #30
haraken
(I'd defer this review to Elliott :-)
3 years, 9 months ago (2017-03-10 09:53:23 UTC) #31
joelhockey
On 2017/03/10 09:53:23, haraken wrote: > (I'd defer this review to Elliott :-) I'm going ...
3 years, 9 months ago (2017-03-13 00:10:05 UTC) #32
joelhockey
On 2017/03/13 00:10:05, joelhockey wrote: > On 2017/03/10 09:53:23, haraken wrote: > > (I'd defer ...
3 years, 9 months ago (2017-03-13 00:20:10 UTC) #34
esprehn
Can we keep the old name like ForSomething? Btw I think this FrameViewBase name is ...
3 years, 9 months ago (2017-03-13 00:40:43 UTC) #35
joelhockey
On 2017/03/13 00:40:43, esprehn wrote: > Can we keep the old name like ForSomething? Btw ...
3 years, 9 months ago (2017-03-13 04:36:03 UTC) #36
haraken
+skobes +wkorman What's your plan for removing the widget tree?
3 years, 9 months ago (2017-03-13 10:59:24 UTC) #38
wkorman
On 2017/03/13 10:59:24, haraken wrote: > +skobes +wkorman > > What's your plan for removing ...
3 years, 9 months ago (2017-03-13 23:31:13 UTC) #39
haraken
On 2017/03/13 23:31:13, wkorman wrote: > On 2017/03/13 10:59:24, haraken wrote: > > +skobes +wkorman ...
3 years, 9 months ago (2017-03-14 08:06:35 UTC) #40
joelhockey
On 2017/03/14 at 08:06:35, haraken wrote: > On 2017/03/13 23:31:13, wkorman wrote: > > On ...
3 years, 9 months ago (2017-03-14 23:56:58 UTC) #41
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/2739573005/80001
3 years, 9 months ago (2017-03-15 00:31:40 UTC) #45
commit-bot: I haz the power
3 years, 9 months ago (2017-03-15 02:10:21 UTC) #48
Message was sent while issue was closed.
Committed patchset #5 (id:80001) as
https://chromium.googlesource.com/chromium/src/+/e0604382f6f7580f4421387f35ef...

Powered by Google App Engine
This is Rietveld 408576698