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

Issue 203963005: Added STACK_ALLOCATED annotations according to the Blink GC plugin requirements. (Closed)

Created:
6 years, 9 months ago by zerny-chromium
Modified:
6 years, 9 months ago
CC:
blink-reviews, shans, eae+blinkwatch, fs, eric.carlson_apple.com, nessy, apavlov+blink_chromium.org, adamk+blink_chromium.org, Steve Block, rwlbuis, dino_apple.com, alancutter (OOO until 2018), alecflett, dglazkov+blink, aandrey+blink_chromium.org, dstockwell, Timothy Loh, Rik, rune+blink, Eric Willigers, philipj_slow, rjwright, Mads Ager (chromium), sof, feature-media-reviews_chromium.org, tommyw+watchlist_chromium.org, ericu+idb_chromium.org, darktears, haraken, jsbell+idb_chromium.org, vcarbune.chromium, gasubic, Mike Lawther (Google), ed+blinkwatch_opera.com, Inactive, cmumford, dgrogan, kouhei+heap_chromium.org, oilpan-reviews
Visibility:
Public.

Description

Added STACK_ALLOCATED annotations according to the Blink GC plugin requirements. R=ager@chromium.org BUG= Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=169690

Patch Set 1 #

Patch Set 2 : removed cycle-related changes #

Patch Set 3 : implicitly inherit stack-allocated prop #

Total comments: 3

Patch Set 4 : rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+5 lines, -4 lines) Patch
M Source/core/css/parser/CSSPropertyParser.cpp View 3 chunks +3 lines, -2 lines 0 comments Download
M Source/core/events/Event.h View 1 chunk +2 lines, -0 lines 0 comments Download
M Source/core/storage/StorageEvent.h View 1 2 1 chunk +0 lines, -2 lines 0 comments Download

Messages

Total messages: 17 (0 generated)
zerny-chromium
Plugin side change: https://codereview.chromium.org/206123004/ I'm not sure we want to require all classes to be ...
6 years, 9 months ago (2014-03-20 09:58:56 UTC) #1
zerny-chromium
The plugin now allows derived classes to inherit the STACK_ALLOCATED property. PTAL
6 years, 9 months ago (2014-03-20 15:14:46 UTC) #2
haraken
The diff of the latest patch set looks fair! LGTM. https://codereview.chromium.org/203963005/diff/40001/Source/core/css/parser/CSSPropertyParser.cpp File Source/core/css/parser/CSSPropertyParser.cpp (right): https://codereview.chromium.org/203963005/diff/40001/Source/core/css/parser/CSSPropertyParser.cpp#newcode5574 ...
6 years, 9 months ago (2014-03-20 15:19:17 UTC) #3
zerny-chromium
https://codereview.chromium.org/203963005/diff/40001/Source/core/css/parser/CSSPropertyParser.cpp File Source/core/css/parser/CSSPropertyParser.cpp (right): https://codereview.chromium.org/203963005/diff/40001/Source/core/css/parser/CSSPropertyParser.cpp#newcode5574 Source/core/css/parser/CSSPropertyParser.cpp:5574: RefPtrWillBeRawPtr<CSSPrimitiveValue> color; On 2014/03/20 15:19:18, haraken wrote: > > ...
6 years, 9 months ago (2014-03-20 15:21:05 UTC) #4
haraken
https://codereview.chromium.org/203963005/diff/40001/Source/core/css/parser/CSSPropertyParser.cpp File Source/core/css/parser/CSSPropertyParser.cpp (right): https://codereview.chromium.org/203963005/diff/40001/Source/core/css/parser/CSSPropertyParser.cpp#newcode5574 Source/core/css/parser/CSSPropertyParser.cpp:5574: RefPtrWillBeRawPtr<CSSPrimitiveValue> color; On 2014/03/20 15:21:06, zerny-chromium wrote: > On ...
6 years, 9 months ago (2014-03-20 15:22:36 UTC) #5
Mads Ager (chromium)
LGTM
6 years, 9 months ago (2014-03-20 15:23:38 UTC) #6
zerny-chromium
The CQ bit was checked by zerny@chromium.org
6 years, 9 months ago (2014-03-20 15:24:28 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/zerny@chromium.org/203963005/40001
6 years, 9 months ago (2014-03-20 15:24:30 UTC) #8
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 9 months ago (2014-03-20 15:24:41 UTC) #9
commit-bot: I haz the power
Failed to apply patch for Source/core/css/parser/MediaQueryParser.h: While running patch -p1 --forward --force --no-backup-if-mismatch; patching file ...
6 years, 9 months ago (2014-03-20 15:24:41 UTC) #10
zerny-chromium
The CQ bit was checked by zerny@chromium.org
6 years, 9 months ago (2014-03-20 15:36:08 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/zerny@chromium.org/203963005/40002
6 years, 9 months ago (2014-03-20 15:36:12 UTC) #12
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 9 months ago (2014-03-20 16:21:54 UTC) #13
commit-bot: I haz the power
Try jobs failed on following builders: tryserver.blink on linux_blink_rel
6 years, 9 months ago (2014-03-20 16:21:54 UTC) #14
zerny-chromium
The CQ bit was checked by zerny@chromium.org
6 years, 9 months ago (2014-03-20 20:11:21 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/zerny@chromium.org/203963005/40002
6 years, 9 months ago (2014-03-20 20:11:31 UTC) #16
commit-bot: I haz the power
6 years, 9 months ago (2014-03-20 20:41:22 UTC) #17
Message was sent while issue was closed.
Change committed as 169690

Powered by Google App Engine
This is Rietveld 408576698