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

Issue 1303413004: Convert some call sites to use explicit LayoutRect->FloatRect conversion. (Closed)

Created:
5 years, 4 months ago by chrishtr
Modified:
5 years, 4 months ago
Reviewers:
eae
CC:
apavlov+blink_chromium.org, blink-layers+watch_chromium.org, blink-reviews, blink-reviews-paint_chromium.org, blink-reviews-rendering, caseq+blink_chromium.org, devtools-reviews_chromium.org, dshwang, krit, eae+blinkwatch, f(malita), fs, gyuyoung2, jchaffraix+rendering, kenneth.christiansen, kouhei+svg_chromium.org, kozyatinskiy+blink_chromium.org, leviw+renderwatch, lushnikov+blink_chromium.org, pdr+svgwatchlist_chromium.org, pdr+renderingwatchlist_chromium.org, pfeldman+blink_chromium.org, rwlbuis, Stephen Chennney, sergeyv+blink_chromium.org, slimming-paint-reviews_chromium.org, szager+layoutwatch_chromium.org, yurys+blink_chromium.org, zoltan1
Target Ref:
refs/heads/master
Project:
blink
Visibility:
Public.

Description

Convert some call sites to use explicit LayoutRect->FloatRect conversion. This is in preparation for making the FloatRect constructor from LayoutRect explicit. BUG=524259 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=201168

Patch Set 1 #

Total comments: 8

Patch Set 2 : #

Patch Set 3 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+43 lines, -37 lines) Patch
M Source/core/editing/Caret.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/editing/Editor.cpp View 1 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/editing/markers/DocumentMarkerControllerTest.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/frame/RootFrameViewport.cpp View 1 chunk +1 line, -2 lines 0 comments Download
M Source/core/inspector/InspectorTraceEvents.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/layout/HitTestLocation.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/layout/LayoutBlock.cpp View 1 1 chunk +1 line, -1 line 0 comments Download
M Source/core/layout/LayoutBoxModelObject.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/layout/LayoutInline.cpp View 1 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/layout/LayoutObject.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/layout/LayoutPart.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/layout/compositing/CompositingInputsUpdater.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/layout/line/AbstractInlineTextBox.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/layout/line/RootInlineBox.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/layout/svg/LayoutSVGText.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/page/TouchAdjustment.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/page/scrolling/ScrollingCoordinator.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/paint/BlockFlowPainter.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/paint/BoxBorderPainter.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/paint/BoxPainter.cpp View 2 chunks +5 lines, -3 lines 0 comments Download
M Source/core/paint/DeprecatedPaintLayerClipper.cpp View 2 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/paint/HTMLCanvasPainter.cpp View 1 chunk +2 lines, -1 line 0 comments Download
M Source/core/paint/ImagePainter.cpp View 1 chunk +2 lines, -1 line 0 comments Download
M Source/core/paint/InlineFlowBoxPainter.cpp View 3 chunks +6 lines, -3 lines 0 comments Download
M Source/core/paint/InlineTextBoxPainter.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/testing/Internals.cpp View 2 chunks +2 lines, -2 lines 0 comments Download

Messages

Total messages: 17 (6 generated)
chrishtr
5 years, 4 months ago (2015-08-25 17:37:30 UTC) #2
eae
https://codereview.chromium.org/1303413004/diff/1/Source/core/editing/markers/DocumentMarkerControllerTest.cpp File Source/core/editing/markers/DocumentMarkerControllerTest.cpp (right): https://codereview.chromium.org/1303413004/diff/1/Source/core/editing/markers/DocumentMarkerControllerTest.cpp#newcode204 Source/core/editing/markers/DocumentMarkerControllerTest.cpp:204: IntRect invalidRect(RenderedDocumentMarker::create(DocumentMarker(0, 0, false))->renderedRect()); renderRect() returns a LayoutRect, this ...
5 years, 4 months ago (2015-08-25 17:47:17 UTC) #3
chrishtr
https://codereview.chromium.org/1303413004/diff/1/Source/core/editing/markers/DocumentMarkerControllerTest.cpp File Source/core/editing/markers/DocumentMarkerControllerTest.cpp (right): https://codereview.chromium.org/1303413004/diff/1/Source/core/editing/markers/DocumentMarkerControllerTest.cpp#newcode204 Source/core/editing/markers/DocumentMarkerControllerTest.cpp:204: IntRect invalidRect(RenderedDocumentMarker::create(DocumentMarker(0, 0, false))->renderedRect()); On 2015/08/25 at 17:47:16, eae ...
5 years, 4 months ago (2015-08-25 18:30:44 UTC) #4
eae
LGTM On Tue, Aug 25, 2015 at 11:30 AM, <chrishtr@chromium.org> wrote: > > https://codereview.chromium.org/1303413004/diff/1/Source/core/editing/markers/DocumentMarkerControllerTest.cpp > ...
5 years, 4 months ago (2015-08-25 18:35:58 UTC) #5
eae
LGTM
5 years, 4 months ago (2015-08-25 18:38:09 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1303413004/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1303413004/40001
5 years, 4 months ago (2015-08-25 18:38:42 UTC) #8
commit-bot: I haz the power
Try jobs failed on following builders: mac_chromium_rel_ng on tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/mac_chromium_rel_ng/builds/104065)
5 years, 4 months ago (2015-08-25 19:30:35 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1303413004/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1303413004/40001
5 years, 4 months ago (2015-08-25 19:43:49 UTC) #12
commit-bot: I haz the power
Try jobs failed on following builders: mac_chromium_rel_ng on tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/mac_chromium_rel_ng/builds/104114)
5 years, 4 months ago (2015-08-25 21:11:17 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1303413004/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1303413004/40001
5 years, 4 months ago (2015-08-25 22:06:05 UTC) #16
commit-bot: I haz the power
5 years, 4 months ago (2015-08-25 23:46:25 UTC) #17
Message was sent while issue was closed.
Committed patchset #3 (id:40001) as
https://src.chromium.org/viewvc/blink?view=rev&revision=201168

Powered by Google App Engine
This is Rietveld 408576698