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

Issue 55223002: Remove rendering dependency in GraphicsContextAnnotation (Closed)

Created:
7 years, 1 month ago by rwlbuis
Modified:
7 years, 1 month ago
CC:
blink-reviews, jamesr, zoltan1, dsinclair, bemjb+rendering_chromium.org, eae+blinkwatch, leviw+renderwatch, danakj, Rik, jchaffraix+rendering, Stephen Chennney, pdr.
Base URL:
https://chromium.googlesource.com/chromium/blink.git@master
Visibility:
Public.

Description

Patch Set 1 #

Patch Set 2 : Move GraphicsContextAnnotator to its own file #

Total comments: 2

Patch Set 3 : Patch for relanding #

Unified diffs Side-by-side diffs Delta from patch set Stats (+63 lines, -182 lines) Patch
M Source/core/core.gypi View 1 2 1 chunk +2 lines, -0 lines 0 comments Download
M Source/core/platform/graphics/GraphicsContextAnnotation.h View 3 chunks +1 line, -30 lines 0 comments Download
M Source/core/platform/graphics/GraphicsContextAnnotation.cpp View 3 chunks +6 lines, -90 lines 0 comments Download
A + Source/core/rendering/GraphicsContextAnnotator.h View 1 2 chunks +24 lines, -19 lines 0 comments Download
A + Source/core/rendering/GraphicsContextAnnotator.cpp View 1 4 chunks +16 lines, -43 lines 0 comments Download
M Source/core/rendering/RenderBlock.cpp View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M Source/core/rendering/RenderFrameSet.cpp View 1 1 chunk +1 line, -0 lines 0 comments Download
M Source/core/rendering/RenderInline.cpp View 1 1 chunk +1 line, -0 lines 0 comments Download
M Source/core/rendering/RenderListMarker.cpp View 1 1 chunk +1 line, -0 lines 0 comments Download
M Source/core/rendering/RenderReplaced.cpp View 1 1 chunk +1 line, -0 lines 0 comments Download
M Source/core/rendering/RenderReplica.cpp View 1 1 chunk +1 line, -0 lines 0 comments Download
M Source/core/rendering/RenderTable.cpp View 1 1 chunk +1 line, -0 lines 0 comments Download
M Source/core/rendering/RenderTableRow.cpp View 1 1 chunk +1 line, -0 lines 0 comments Download
M Source/core/rendering/RenderTableSection.cpp View 1 1 chunk +1 line, -0 lines 0 comments Download
M Source/core/rendering/RenderView.cpp View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M Source/core/rendering/RenderWidget.cpp View 1 1 chunk +1 line, -0 lines 0 comments Download
M Source/core/rendering/svg/RenderSVGContainer.cpp View 1 1 chunk +1 line, -0 lines 0 comments Download
M Source/core/rendering/svg/RenderSVGImage.cpp View 1 1 chunk +1 line, -0 lines 0 comments Download
M Source/core/rendering/svg/RenderSVGShape.cpp View 1 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 12 (0 generated)
rwlbuis
This patch is needed to remove another blocker for moving core/platform/graphics to platform. Unfortunately I ...
7 years, 1 month ago (2013-10-31 20:46:22 UTC) #1
f(malita)
On 2013/10/31 20:46:22, rwlbuis wrote: > Unfortunately I do not know how to test this... ...
7 years, 1 month ago (2013-10-31 22:33:33 UTC) #2
rwlbuis
On 2013/10/31 22:33:33, Florin Malita wrote: > On 2013/10/31 20:46:22, rwlbuis wrote: > > Unfortunately ...
7 years, 1 month ago (2013-10-31 22:43:43 UTC) #3
f(malita)
lgtm https://codereview.chromium.org/55223002/diff/30001/Source/core/platform/graphics/GraphicsContextAnnotation.h File Source/core/platform/graphics/GraphicsContextAnnotation.h (right): https://codereview.chromium.org/55223002/diff/30001/Source/core/platform/graphics/GraphicsContextAnnotation.h#newcode54 Source/core/platform/graphics/GraphicsContextAnnotation.h:54: GraphicsContextAnnotation(const char*, const char*, const String&, const String&, ...
7 years, 1 month ago (2013-10-31 23:36:29 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/rob.buis@samsung.com/55223002/30001
7 years, 1 month ago (2013-11-01 00:18:27 UTC) #5
commit-bot: I haz the power
Change committed as 161125
7 years, 1 month ago (2013-11-01 03:00:39 UTC) #6
dglazkov
I am not sure how it happened, but it caused layout test failure: http://test-results.appspot.com/dashboards/flakiness_dashboard.html#group=%40ToT%20Blink&tests=fast/events/tabindex-focus-blur-all.html I ...
7 years, 1 month ago (2013-11-01 04:24:26 UTC) #7
Stephen Chennney
https://codereview.chromium.org/55223002/diff/30001/Source/core/core.gypi File Source/core/core.gypi (right): https://codereview.chromium.org/55223002/diff/30001/Source/core/core.gypi#newcode1365 Source/core/core.gypi:1365: 'rendering/GraphicsContextAnnotator.cpp', And before you re-land, add the header file ...
7 years, 1 month ago (2013-11-01 12:06:02 UTC) #8
f(malita)
On 2013/11/01 04:24:26, Dimitri Glazkov wrote: > I am not sure how it happened, but ...
7 years, 1 month ago (2013-11-01 12:55:43 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/rob.buis@samsung.com/55223002/250001
7 years, 1 month ago (2013-11-01 16:01:23 UTC) #10
rwlbuis
On 2013/11/01 12:55:43, Florin Malita wrote: > On 2013/11/01 04:24:26, Dimitri Glazkov wrote: > > ...
7 years, 1 month ago (2013-11-01 16:03:20 UTC) #11
commit-bot: I haz the power
7 years, 1 month ago (2013-11-01 17:28:02 UTC) #12
Message was sent while issue was closed.
Change committed as 161178

Powered by Google App Engine
This is Rietveld 408576698