|
Clean up some remaining obsolete coordinate-space naming.
I did a big renaming of long ago in r190693 that replaced uses of 'window'
with 'viewport' and some other terminology cleanups (see
http://www.chromium.org/developers/design-documents/blink-coordinate-spaces
for more details). This CL finishes off what was started there:
Renamed Widget's conversion methods from 'window' to 'root frame'. These
convert up to the coordinate space of the root widget, which is always the
root FrameView AFAIK.
Renamed Widget's conversion methods from 'view' to 'widget'. No need to
have multiple names for the same thing.
Clarified the coordinate space on a few ambiguous variables. And added
some clarifying comments and TODOs.
BUG= 371902
Committed: https://crrev.com/72a7e34e44a162e6a5226370d4a27d4eea1416cd
Cr-Commit-Position: refs/heads/master@{#362985}
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+154 lines, -142 lines) |
Patch |
 |
M |
content/renderer/render_view_impl.h
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
content/renderer/render_view_impl.cc
|
View
|
|
3 chunks |
+4 lines, -4 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/core/frame/FrameView.h
|
View
|
|
2 chunks |
+8 lines, -8 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/core/frame/FrameView.cpp
|
View
|
1
2
3
|
15 chunks |
+24 lines, -24 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/core/frame/LocalFrame.h
|
View
|
1
2
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/core/inspector/InspectorInputAgent.cpp
|
View
|
|
1 chunk |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/core/page/PrintContext.cpp
|
View
|
1
|
1 chunk |
+4 lines, -1 line |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/core/paint/PaintLayerScrollableArea.h
|
View
|
|
1 chunk |
+4 lines, -4 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/core/paint/PaintLayerScrollableArea.cpp
|
View
|
1
2
3
|
4 chunks |
+4 lines, -4 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/platform/PlatformMouseEvent.h
|
View
|
1
|
1 chunk |
+5 lines, -0 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/platform/Widget.h
|
View
|
1
|
1 chunk |
+11 lines, -12 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/platform/Widget.cpp
|
View
|
|
4 chunks |
+23 lines, -23 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/platform/exported/WebScrollbarThemeClientImpl.h
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/platform/exported/WebScrollbarThemeClientImpl.cpp
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/platform/mac/ScrollAnimatorMac.mm
|
View
|
1
2
3
4
|
3 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/platform/scroll/ScrollableArea.h
|
View
|
1
|
1 chunk |
+9 lines, -9 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/platform/scroll/Scrollbar.h
|
View
|
1
2
3
|
2 chunks |
+5 lines, -5 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/platform/scroll/Scrollbar.cpp
|
View
|
1
2
3
|
4 chunks |
+18 lines, -18 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/platform/scroll/ScrollbarTheme.cpp
|
View
|
|
2 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/platform/scroll/ScrollbarThemeClient.h
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/web/ValidationMessageClientImpl.cpp
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/web/WebInputEventConversion.cpp
|
View
|
1
2
3
|
7 chunks |
+15 lines, -10 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/public/web/WebInputEvent.h
|
View
|
1
|
1 chunk |
+3 lines, -1 line |
0 comments
|
Download
|
 |
M |
third_party/WebKit/public/web/WebViewClient.h
|
View
|
|
1 chunk |
+0 lines, -2 lines |
0 comments
|
Download
|
Total messages: 25 (12 generated)
|