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

Issue 216553004: [Oilpan]: Move CSSPropertySourceData, InspectorStyleProperty, CSSStyleSourceData, and CSSRuleSource… (Closed)

Created:
6 years, 9 months ago by wibling-chromium
Modified:
6 years, 8 months ago
CC:
blink-reviews, devtools-reviews_chromium.org, caseq+blink_chromium.org, aandrey+blink_chromium.org, loislo+blink_chromium.org, eustas+blink_chromium.org, alph+blink_chromium.org, ed+blinkwatch_opera.com, lushnikov+blink_chromium.org, yurys+blink_chromium.org, vsevik+blink_chromium.org, pfeldman+blink_chromium.org, dglazkov+blink, paulirish+reviews_chromium.org, apavlov+blink_chromium.org, darktears, rune+blink, rwlbuis
Visibility:
Public.

Description

[Oilpan]: Move CSSPropertySourceData, InspectorStyleProperty, CSSStyleSourceData, and CSSRuleSourceData to the oilpan heap using transition types. Also removed unsused emptyCSSPropertySourceData (adding apavlov as reviewer to verify). R=ager@chromium.org, erik.corry@gmail.com, haraken@chromium.org, oilpan-reviews@chromium.org, tkent@chromium.org, vegorov@chromium.org, zerny@chromium.org BUG=341815 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=170550

Patch Set 1 #

Total comments: 9

Patch Set 2 : Review feedback #

Total comments: 2

Patch Set 3 : Rebase + plugin finds #

Unified diffs Side-by-side diffs Delta from patch set Stats (+136 lines, -115 lines) Patch
M Source/core/css/CSSPropertySourceData.h View 1 2 8 chunks +39 lines, -18 lines 0 comments Download
M Source/core/css/CSSPropertySourceData.cpp View 2 chunks +6 lines, -14 lines 0 comments Download
M Source/core/css/parser/BisonCSSParser.h View 1 2 4 chunks +16 lines, -15 lines 0 comments Download
M Source/core/css/parser/BisonCSSParser-in.cpp View 1 2 5 chunks +6 lines, -7 lines 0 comments Download
M Source/core/inspector/InspectorStyleSheet.h View 1 2 7 chunks +19 lines, -7 lines 0 comments Download
M Source/core/inspector/InspectorStyleSheet.cpp View 1 2 29 chunks +45 lines, -45 lines 0 comments Download
M Source/core/inspector/InspectorStyleTextEditor.h View 2 chunks +4 lines, -3 lines 0 comments Download
M Source/core/inspector/InspectorStyleTextEditor.cpp View 2 chunks +1 line, -6 lines 0 comments Download

Messages

Total messages: 17 (0 generated)
wibling-chromium
6 years, 9 months ago (2014-03-28 13:23:37 UTC) #1
haraken
https://codereview.chromium.org/216553004/diff/1/Source/core/css/CSSPropertySourceData.h File Source/core/css/CSSPropertySourceData.h (right): https://codereview.chromium.org/216553004/diff/1/Source/core/css/CSSPropertySourceData.h#newcode92 Source/core/css/CSSPropertySourceData.h:92: struct CSSRuleSourceData : public RefCountedWillBeGarbageCollectedFinalized<CSSRuleSourceData> { Can this be ...
6 years, 9 months ago (2014-03-28 14:15:00 UTC) #2
wibling-chromium
Thanks for the review! https://codereview.chromium.org/216553004/diff/1/Source/core/css/CSSPropertySourceData.h File Source/core/css/CSSPropertySourceData.h (right): https://codereview.chromium.org/216553004/diff/1/Source/core/css/CSSPropertySourceData.h#newcode92 Source/core/css/CSSPropertySourceData.h:92: struct CSSRuleSourceData : public RefCountedWillBeGarbageCollectedFinalized<CSSRuleSourceData> ...
6 years, 8 months ago (2014-03-31 09:38:27 UTC) #3
Erik Corry
https://codereview.chromium.org/216553004/diff/1/Source/core/inspector/InspectorStyleSheet.h File Source/core/inspector/InspectorStyleSheet.h (right): https://codereview.chromium.org/216553004/diff/1/Source/core/inspector/InspectorStyleSheet.h#newcode104 Source/core/inspector/InspectorStyleSheet.h:104: struct InspectorStyleProperty { On 2014/03/28 14:15:00, haraken wrote: > ...
6 years, 8 months ago (2014-03-31 09:55:53 UTC) #4
haraken
With that VectorTrait issue addressed, LGTM. I want to understand: - What happens if we ...
6 years, 8 months ago (2014-03-31 10:35:57 UTC) #5
wibling-chromium
On 2014/03/31 09:55:53, Erik Corry wrote: > https://codereview.chromium.org/216553004/diff/1/Source/core/inspector/InspectorStyleSheet.h > File Source/core/inspector/InspectorStyleSheet.h (right): > > https://codereview.chromium.org/216553004/diff/1/Source/core/inspector/InspectorStyleSheet.h#newcode104 ...
6 years, 8 months ago (2014-03-31 10:38:45 UTC) #6
wibling-chromium
On 2014/03/31 10:38:45, wibling-chromium wrote: > On 2014/03/31 09:55:53, Erik Corry wrote: > > > ...
6 years, 8 months ago (2014-03-31 10:40:43 UTC) #7
Erik Corry
On 2014/03/31 10:35:57, haraken wrote: > With that VectorTrait issue addressed, LGTM. > > I ...
6 years, 8 months ago (2014-03-31 10:50:09 UTC) #8
Erik Corry
On 2014/03/31 10:50:09, Erik Corry wrote: > On 2014/03/31 10:35:57, haraken wrote: > > With ...
6 years, 8 months ago (2014-03-31 10:51:05 UTC) #9
wibling-chromium
PTAL
6 years, 8 months ago (2014-03-31 10:55:39 UTC) #10
haraken
LGTM https://codereview.chromium.org/216553004/diff/20001/Source/core/css/CSSPropertySourceData.h File Source/core/css/CSSPropertySourceData.h (right): https://codereview.chromium.org/216553004/diff/20001/Source/core/css/CSSPropertySourceData.h#newcode154 Source/core/css/CSSPropertySourceData.h:154: static const bool canInitializeWithMemset = true; Would you ...
6 years, 8 months ago (2014-03-31 11:24:36 UTC) #11
haraken
On 2014/03/31 10:50:09, Erik Corry wrote: > On 2014/03/31 10:35:57, haraken wrote: > > With ...
6 years, 8 months ago (2014-03-31 11:24:54 UTC) #12
Erik Corry
lgtm
6 years, 8 months ago (2014-03-31 11:34:31 UTC) #13
zerny-chromium
lgtm
6 years, 8 months ago (2014-03-31 12:08:04 UTC) #14
wibling-chromium
The CQ bit was checked by wibling@chromium.org
6 years, 8 months ago (2014-04-01 10:30:13 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/wibling@chromium.org/216553004/40001
6 years, 8 months ago (2014-04-01 10:30:23 UTC) #16
commit-bot: I haz the power
6 years, 8 months ago (2014-04-01 11:38:50 UTC) #17
Message was sent while issue was closed.
Change committed as 170550

Powered by Google App Engine
This is Rietveld 408576698