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

Issue 1653673002: Even more explicit LayoutUnit conversion (Closed)

Created:
4 years, 10 months ago by leviw_travelin_and_unemployed
Modified:
4 years, 10 months ago
Reviewers:
Stephen White, eae
CC:
ajuma+watch-canvas_chromium.org, blink-reviews, blink-reviews-layout_chromium.org, blink-reviews-paint_chromium.org, blink-reviews-platform-graphics_chromium.org, Rik, chromium-reviews, danakj+watch_chromium.org, dshwang, drott+blinkwatch_chromium.org, krit, eae+blinkwatch, eric.carlson_apple.com, feature-media-reviews_chromium.org, f(malita), fs, gavinp+loader_chromium.org, gyuyoung2, Nate Chapin, jbroman, jchaffraix+rendering, jfernandez, Justin Novosad, kinuko+watch, kouhei+svg_chromium.org, leviw+renderwatch, loading-reviews+fetch_chromium.org, mlamouri+watch-blink_chromium.org, pdr+svgwatchlist_chromium.org, pdr+renderingwatchlist_chromium.org, pdr+graphicswatchlist_chromium.org, philipj_slow, Manuel Rego, rwlbuis, Stephen Chennney, slimming-paint-reviews_chromium.org, svillar, szager+layoutwatch_chromium.org, tyoshino+watch_chromium.org, vmpstr+blinkwatch_chromium.org, Yoav Weiss, zoltan1
Base URL:
https://chromium.googlesource.com/chromium/src.git@moarConstructors
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Even more explicit LayoutUnit conversion Continued work toward making LayoutUnit's conversion constructors explicit. BUG=581254 TBR=senorblanco Committed: https://crrev.com/e17f64a0e2379368cf9fd54109bbee246ca73b4f Cr-Commit-Position: refs/heads/master@{#372561}

Patch Set 1 #

Patch Set 2 : Rebased #

Total comments: 6

Patch Set 3 : address comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+105 lines, -103 lines) Patch
M third_party/WebKit/Source/core/editing/CaretBase.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/editing/Editor.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/editing/SelectionEditor.cpp View 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/fetch/ImageResource.cpp View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M third_party/WebKit/Source/core/frame/FrameView.cpp View 3 chunks +3 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/core/layout/LayoutBlock.cpp View 4 chunks +6 lines, -6 lines 0 comments Download
M third_party/WebKit/Source/core/layout/LayoutBlockFlowLine.cpp View 3 chunks +3 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/core/layout/LayoutBox.cpp View 6 chunks +9 lines, -9 lines 0 comments Download
M third_party/WebKit/Source/core/layout/LayoutDeprecatedFlexibleBox.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/layout/LayoutFlexibleBox.cpp View 11 chunks +19 lines, -19 lines 0 comments Download
M third_party/WebKit/Source/core/layout/LayoutFrameSet.cpp View 5 chunks +10 lines, -10 lines 0 comments Download
M third_party/WebKit/Source/core/layout/LayoutGrid.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/layout/LayoutListItem.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/layout/LayoutListMarker.cpp View 2 chunks +3 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/core/layout/LayoutMedia.cpp View 1 2 2 chunks +7 lines, -7 lines 0 comments Download
M third_party/WebKit/Source/core/layout/LayoutReplaced.cpp View 2 chunks +4 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/core/layout/LayoutRubyRun.cpp View 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/layout/LayoutTable.cpp View 4 chunks +5 lines, -5 lines 0 comments Download
M third_party/WebKit/Source/core/layout/LayoutTableSection.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/layout/line/InlineFlowBox.cpp View 4 chunks +4 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/core/layout/line/RootInlineBox.cpp View 4 chunks +5 lines, -5 lines 0 comments Download
M third_party/WebKit/Source/core/layout/svg/LayoutSVGText.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/page/SpatialNavigation.cpp View 2 chunks +4 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/core/paint/FileUploadControlPainter.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/paint/FrameSetPainter.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/paint/InlineFlowBoxPainter.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/paint/InlineTextBoxPainter.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/modules/canvas2d/CanvasRenderingContext2D.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/platform/geometry/LayoutRect.h View 1 chunk +2 lines, -1 line 0 comments Download

Depends on Patchset:

Dependent Patchsets:

Messages

Total messages: 21 (10 generated)
leviw_travelin_and_unemployed
M0AR!!!!!!!
4 years, 10 months ago (2016-01-30 05:03:03 UTC) #2
eae
LGTM with two suggestions https://codereview.chromium.org/1653673002/diff/20001/third_party/WebKit/Source/core/fetch/ImageResource.cpp File third_party/WebKit/Source/core/fetch/ImageResource.cpp (right): https://codereview.chromium.org/1653673002/diff/20001/third_party/WebKit/Source/core/fetch/ImageResource.cpp#newcode231 third_party/WebKit/Source/core/fetch/ImageResource.cpp:231: LayoutSize minimumSize(LayoutUnit(size.width() > 0 ? ...
4 years, 10 months ago (2016-01-30 05:18:36 UTC) #3
leviw_travelin_and_unemployed
Thanks for the quick review! https://codereview.chromium.org/1653673002/diff/20001/third_party/WebKit/Source/core/fetch/ImageResource.cpp File third_party/WebKit/Source/core/fetch/ImageResource.cpp (right): https://codereview.chromium.org/1653673002/diff/20001/third_party/WebKit/Source/core/fetch/ImageResource.cpp#newcode231 third_party/WebKit/Source/core/fetch/ImageResource.cpp:231: LayoutSize minimumSize(LayoutUnit(size.width() > 0 ...
4 years, 10 months ago (2016-01-30 05:36:07 UTC) #4
eae
\o/ | /\
4 years, 10 months ago (2016-01-30 05:40:22 UTC) #5
commit-bot: I haz the power
This CL has an open dependency (Issue 1647313003 Patch 60001). Please resolve the dependency and ...
4 years, 10 months ago (2016-01-30 06:13:42 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1653673002/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1653673002/40001
4 years, 10 months ago (2016-01-30 06:17:50 UTC) #11
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/140809)
4 years, 10 months ago (2016-01-30 06:26:18 UTC) #13
leviw_travelin_and_unemployed
TBR-ing the tiny canvas change.
4 years, 10 months ago (2016-01-30 22:11:06 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1653673002/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1653673002/40001
4 years, 10 months ago (2016-01-30 22:11:16 UTC) #18
commit-bot: I haz the power
Committed patchset #3 (id:40001)
4 years, 10 months ago (2016-01-30 22:16:01 UTC) #19
commit-bot: I haz the power
4 years, 10 months ago (2016-01-30 22:16:58 UTC) #21
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/e17f64a0e2379368cf9fd54109bbee246ca73b4f
Cr-Commit-Position: refs/heads/master@{#372561}

Powered by Google App Engine
This is Rietveld 408576698