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

Issue 2869803003: Change from ClientRect to DOMRect.

Created:
3 years, 7 months ago by Byoungkwon Ko
Modified:
3 years, 6 months ago
Reviewers:
zino, fserb, foolip
CC:
blink-reviews, blink-reviews-dom_chromium.org, chromium-reviews, dglazkov+blink, eae+blinkwatch, rwlbuis, sof
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

Change from ClientRect to DOMRect. ClientRect has since been replaced by DOMRect in CSSOM View Module and Geometry Interfaces Module. BUG=719246

Patch Set 1 #

Patch Set 2 : Change from ClientRect to DOMRect. #

Patch Set 3 : Change from ClientRect to DOMRect. #

Patch Set 4 : Change from ClientRect to DOMRect. #

Patch Set 5 : Change from ClientRect to DOMRect. #

Patch Set 6 : Change from ClientRect to DOMRect. #

Patch Set 7 : Change from ClientRect to DOMRect. #

Patch Set 8 : Change from ClientRect to DOMRect. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+130 lines, -116 lines) Patch
M third_party/WebKit/Source/core/dom/ClientRectList.h View 1 3 chunks +6 lines, -6 lines 0 comments Download
M third_party/WebKit/Source/core/dom/ClientRectList.cpp View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/dom/ClientRectList.idl View 1 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/dom/Document.cpp View 1 2 3 4 5 6 7 2 chunks +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/dom/Element.h View 1 2 3 4 5 6 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/dom/Element.cpp View 1 2 3 4 5 6 7 4 chunks +4 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/core/dom/Element.idl View 1 2 3 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/dom/ElementTest.cpp View 1 2 3 4 5 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/dom/IntersectionObserverEntry.h View 1 3 chunks +7 lines, -7 lines 0 comments Download
M third_party/WebKit/Source/core/dom/IntersectionObserverEntry.cpp View 1 1 chunk +3 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/core/dom/IntersectionObserverEntry.idl View 1 1 chunk +3 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/core/dom/Range.h View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/dom/Range.cpp View 1 2 3 4 5 6 7 3 chunks +3 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/core/dom/Range.idl View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/dom/ResizeObserverEntry.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/core/dom/ResizeObserverEntry.cpp View 1 1 chunk +3 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/core/dom/ResizeObserverEntry.idl View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/geometry/DOMRect.h View 1 3 chunks +6 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/core/geometry/DOMRect.cpp View 1 2 chunks +8 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/core/html/shadow/MediaRemotingElements.cpp View 1 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/html/track/vtt/VTTRegion.cpp View 1 2 2 chunks +5 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/core/inspector/InspectorHighlight.cpp View 1 2 3 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/layout/ScrollAnchorTest.cpp View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/testing/Internals.h View 1 2 3 4 5 6 5 chunks +11 lines, -11 lines 0 comments Download
M third_party/WebKit/Source/core/testing/Internals.cpp View 1 2 3 4 5 6 9 chunks +15 lines, -16 lines 0 comments Download
M third_party/WebKit/Source/core/testing/Internals.idl View 1 2 3 4 5 6 4 chunks +5 lines, -5 lines 0 comments Download
M third_party/WebKit/Source/core/testing/LayerRect.h View 1 5 chunks +5 lines, -5 lines 0 comments Download
M third_party/WebKit/Source/core/testing/LayerRect.idl View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/testing/LayerRectList.h View 1 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/testing/LayerRectList.cpp View 1 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/modules/media_controls/MediaControlsImpl.h View 1 2 3 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/modules/media_controls/MediaControlsImpl.cpp View 1 2 3 4 5 6 3 chunks +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/modules/media_controls/MediaControlsImplTest.cpp View 1 2 3 4 5 6 5 chunks +5 lines, -5 lines 0 comments Download
M third_party/WebKit/Source/modules/media_controls/elements/MediaControlCastButtonElement.cpp View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/web/tests/BrowserControlsTest.cpp View 1 2 3 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/web/tests/DocumentLoadingRenderingTest.cpp View 1 2 3 4 5 6 7 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/web/tests/RootScrollerTest.cpp View 1 2 3 4 5 6 7 3 chunks +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/web/tests/ScrollMetricsTest.cpp View 1 2 3 4 5 6 7 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/web/tests/TouchActionTest.cpp View 1 2 3 4 5 6 7 3 chunks +2 lines, -2 lines 0 comments Download

Messages

Total messages: 53 (43 generated)
zino
I think you have to replace the ClientRect with DOMRect at all places.
3 years, 7 months ago (2017-05-09 09:35:19 UTC) #6
Byoungkwon Ko
@PTAL
3 years, 7 months ago (2017-05-09 15:20:12 UTC) #10
foolip
It's better if fserb@ does this review since crbug.com/388780 is assigned to him. As I've ...
3 years, 7 months ago (2017-05-09 15:29:09 UTC) #12
foolip
On 2017/05/09 15:29:09, foolip wrote: > It's better if fserb@ does this review since crbug.com/388780 ...
3 years, 7 months ago (2017-05-09 15:29:42 UTC) #13
Byoungkwon Ko
On 2017/05/09 15:29:42, foolip wrote: > On 2017/05/09 15:29:09, foolip wrote: > > It's better ...
3 years, 7 months ago (2017-05-09 15:37:35 UTC) #14
fserb
lgtm I'm ok with this going before the remove CL.
3 years, 7 months ago (2017-05-10 17:43:59 UTC) #17
fserb
friendly ping on this. Let me know if you'd rather me to patch your change ...
3 years, 7 months ago (2017-05-15 14:56:36 UTC) #22
zino
On 2017/05/15 14:56:36, fserb wrote: > friendly ping on this. > Let me know if ...
3 years, 7 months ago (2017-05-15 18:50:02 UTC) #23
fserb
On 2017/05/15 at 18:50:02, jinho.bang wrote: > On 2017/05/15 14:56:36, fserb wrote: > > friendly ...
3 years, 7 months ago (2017-05-15 19:25:39 UTC) #24
foolip
3 years, 7 months ago (2017-05-16 12:09:45 UTC) #25
As mentioned in https://bugs.chromium.org/p/chromium/issues/detail?id=719246#c7
I think we should try to just rename ClientRect* to DOMRect*, i.e. delete
ClientRect.idl and ClientRectList.idl.

Powered by Google App Engine
This is Rietveld 408576698