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

Issue 13877010: Remove frame flattening from rendering code. (Closed)

Created:
7 years, 8 months ago by Mike West
Modified:
7 years, 8 months ago
Reviewers:
ojan
CC:
blink-reviews, jchaffraix+rendering, ojan, eseidel
Visibility:
Public.

Description

Remove frame flattening from rendering code. Chromium never enables frame flattening; we can simplify frame rendering by removing the various paths that only execute if flattening is enabled. Currently, this patch leaves RenderFrameBase as an empty shell. We can probably remove that entirely in a subsequent patch. BUG=231902

Patch Set 1 #

Patch Set 2 : Seamless. #

Patch Set 3 : Less overzealousness. #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+20 lines, -325 lines) Patch
M Source/WebCore/page/FrameView.h View 3 chunks +0 lines, -6 lines 0 comments Download
M Source/WebCore/page/FrameView.cpp View 1 2 9 chunks +15 lines, -90 lines 1 comment Download
M Source/WebCore/page/Settings.in View 1 chunk +0 lines, -1 line 0 comments Download
M Source/WebCore/rendering/RenderFrameBase.h View 1 chunk +0 lines, -3 lines 1 comment Download
M Source/WebCore/rendering/RenderFrameBase.cpp View 1 chunk +0 lines, -64 lines 0 comments Download
M Source/WebCore/rendering/RenderFrameSet.h View 1 chunk +0 lines, -3 lines 0 comments Download
M Source/WebCore/rendering/RenderFrameSet.cpp View 3 chunks +1 line, -120 lines 0 comments Download
M Source/WebCore/rendering/RenderIFrame.h View 1 chunk +0 lines, -1 line 0 comments Download
M Source/WebCore/rendering/RenderIFrame.cpp View 2 chunks +0 lines, -32 lines 0 comments Download
M Source/WebCore/rendering/TextAutosizer.cpp View 1 chunk +2 lines, -4 lines 0 comments Download
M Source/WebKit/chromium/src/WebSettingsImpl.cpp View 1 chunk +2 lines, -1 line 0 comments Download

Messages

Total messages: 5 (0 generated)
Mike West
Hi Ojan, Eric, Would you lovely folks mind taking a quick look at this patch, ...
7 years, 8 months ago (2013-04-16 14:48:26 UTC) #1
Mike West
On 2013/04/16 14:48:26, Mike West (chromium) wrote: > Hi Ojan, Eric, > > Would you ...
7 years, 8 months ago (2013-04-16 14:50:04 UTC) #2
ojan
lgtm I'm sure you know this, but make sure to find the flattening tests that ...
7 years, 8 months ago (2013-04-16 18:37:59 UTC) #3
dglazkov
What happened here? Doesn't look like the patch ever landed.
7 years, 8 months ago (2013-04-19 21:53:13 UTC) #4
jamesr
7 years, 8 months ago (2013-04-19 22:06:20 UTC) #5
Message was sent while issue was closed.
On 2013/04/19 21:53:13, Dimitri Glazkov wrote:
> What happened here? Doesn't look like the patch ever landed.

There was a revert here: https://codereview.chromium.org/14057012/

Powered by Google App Engine
This is Rietveld 408576698