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

Issue 18856015: [oilpan] Move CSSFontFace to the managed heap (Closed)

Created:
7 years, 5 months ago by haraken
Modified:
7 years, 5 months ago
CC:
blink-reviews, adamk+oilpan_chromium.org, Mads Ager (chromium), abarth-chromium
Visibility:
Public.

Description

Patch Set 1 #

Patch Set 2 : #

Total comments: 1

Patch Set 3 : #

Total comments: 4
Unified diffs Side-by-side diffs Delta from patch set Stats (+98 lines, -52 lines) Patch
M Source/bindings/scripts/CodeGeneratorV8.pm View 1 chunk +1 line, -0 lines 0 comments Download
M Source/core/css/CSSFontFace.h View 1 4 chunks +10 lines, -7 lines 0 comments Download
M Source/core/css/CSSFontFace.cpp View 1 2 5 chunks +21 lines, -9 lines 0 comments Download
M Source/core/css/CSSFontFaceSource.h View 2 chunks +2 lines, -1 line 2 comments Download
M Source/core/css/CSSFontSelector.h View 1 chunk +4 lines, -3 lines 0 comments Download
M Source/core/css/CSSFontSelector.cpp View 1 2 6 chunks +29 lines, -21 lines 0 comments Download
M Source/core/css/CSSSegmentedFontFace.h View 3 chunks +4 lines, -4 lines 0 comments Download
M Source/core/css/CSSSegmentedFontFace.cpp View 1 4 chunks +12 lines, -5 lines 0 comments Download
M Source/core/css/StyleResolver.h View 1 chunk +0 lines, -2 lines 0 comments Download
M Source/heap/Visitor.h View 2 chunks +15 lines, -0 lines 2 comments Download

Messages

Total messages: 7 (0 generated)
haraken
Several tests are still crashing. Not yet ready for review.
7 years, 5 months ago (2013-07-09 14:31:37 UTC) #1
haraken
All tests pass. PTAL.
7 years, 5 months ago (2013-07-10 05:27:01 UTC) #2
zerny-google
lgtm The FIXME's on used-after-free could maybe be replaced with a one-liner just stating why ...
7 years, 5 months ago (2013-07-10 06:34:34 UTC) #3
haraken
> The FIXME's on used-after-free could maybe be replaced with a one-liner just > stating ...
7 years, 5 months ago (2013-07-10 06:39:41 UTC) #4
Vyacheslav Egorov (Google)
lgtm https://codereview.chromium.org/18856015/diff/7001/Source/core/css/CSSFontFaceSource.h File Source/core/css/CSSFontFaceSource.h (right): https://codereview.chromium.org/18856015/diff/7001/Source/core/css/CSSFontFaceSource.h#newcode82 Source/core/css/CSSFontFaceSource.h:82: CSSFontFace* m_face; // Our owning font face. I ...
7 years, 5 months ago (2013-07-10 10:59:58 UTC) #5
haraken
Thanks for reviewing! https://codereview.chromium.org/18856015/diff/7001/Source/core/css/CSSFontFaceSource.h File Source/core/css/CSSFontFaceSource.h (right): https://codereview.chromium.org/18856015/diff/7001/Source/core/css/CSSFontFaceSource.h#newcode82 Source/core/css/CSSFontFaceSource.h:82: CSSFontFace* m_face; // Our owning font ...
7 years, 5 months ago (2013-07-10 11:38:40 UTC) #6
haraken
7 years, 5 months ago (2013-07-10 11:39:39 UTC) #7
Message was sent while issue was closed.
Committed patchset #3 manually as r153886 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698