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

Issue 420273005: Oilpan: Remove Document* pointers in objects (Closed)

Created:
6 years, 4 months ago by haraken
Modified:
6 years, 4 months ago
Reviewers:
oilpan-reviews, tkent
CC:
blink-reviews, kenneth.christiansen, blink-reviews-rendering, zoltan1, blink-reviews-css, sof, eae+blinkwatch, ed+blinkwatch_opera.com, leviw+renderwatch, blink-reviews-dom_chromium.org, dglazkov+blink, apavlov+blink_chromium.org, jchaffraix+rendering, darktears, pdr., rune+blink, rwlbuis
Project:
blink
Visibility:
Public.

Description

Oilpan: Remove Document* pointers in objects This CL replaces Document* pointers in objects with Member<Document>s. - Move TextAutosizer to oilpan's heap. - Move FastTextAutosizer to oilpan's heap. - Make FastBulider STACK_ALLOCATED. - Make ViewportStyleResolver::m_document a Member. BUG=340522 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=179066

Patch Set 1 #

Patch Set 2 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+38 lines, -16 lines) Patch
M Source/core/css/resolver/FontBuilder.h View 2 chunks +3 lines, -2 lines 0 comments Download
M Source/core/css/resolver/FontBuilder.cpp View 1 2 chunks +3 lines, -2 lines 0 comments Download
M Source/core/css/resolver/ViewportStyleResolver.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/css/resolver/ViewportStyleResolver.cpp View 1 chunk +1 line, -0 lines 0 comments Download
M Source/core/dom/Document.h View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/dom/Document.cpp View 1 chunk +2 lines, -0 lines 0 comments Download
M Source/core/rendering/FastTextAutosizer.h View 1 4 chunks +7 lines, -5 lines 0 comments Download
M Source/core/rendering/FastTextAutosizer.cpp View 1 chunk +5 lines, -0 lines 0 comments Download
M Source/core/rendering/TextAutosizer.h View 1 3 chunks +9 lines, -4 lines 0 comments Download
M Source/core/rendering/TextAutosizer.cpp View 1 chunk +5 lines, -0 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
haraken
PTAL
6 years, 4 months ago (2014-07-28 20:36:11 UTC) #1
tkent
lgtm
6 years, 4 months ago (2014-07-28 23:27:31 UTC) #2
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/haraken@chromium.org/420273005/20001
6 years, 4 months ago (2014-07-28 23:27:57 UTC) #3
commit-bot: I haz the power
6 years, 4 months ago (2014-07-28 23:31:51 UTC) #4
Message was sent while issue was closed.
Change committed as 179066

Powered by Google App Engine
This is Rietveld 408576698