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

Issue 208313010: Replace raw pointers to GC allocated objects by members in stack allocated objects. (Closed)

Created:
6 years, 9 months ago by zerny-chromium
Modified:
6 years, 9 months ago
CC:
blink-reviews, Nils Barth (inactive), rune+blink, kojih, arv+blink, jsbell+bindings_chromium.org, tzik, rwlbuis, sof, kouhei+bindings_chromium.org, ed+blinkwatch_opera.com, nhiroki, abarth-chromium, kinuko, marja+watch_chromium.org, dglazkov+blink, apavlov+blink_chromium.org, adamk+blink_chromium.org, darktears, haraken, Nate Chapin, Inactive, oilpan-reviews
Visibility:
Public.

Description

Replace raw pointers to GC allocated objects by members in stack allocated objects. R=haraken@chromium.org BUG= Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=169847

Patch Set 1 #

Total comments: 12

Patch Set 2 : Review comments #

Patch Set 3 : Make Dictionary allow_only_inline_alloc #

Unified diffs Side-by-side diffs Delta from patch set Stats (+34 lines, -40 lines) Patch
M Source/bindings/v8/Dictionary.h View 1 2 4 chunks +4 lines, -9 lines 0 comments Download
M Source/bindings/v8/Dictionary.cpp View 3 chunks +3 lines, -3 lines 0 comments Download
M Source/core/css/CSSValueList.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/css/parser/CSSPropertyParser.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/css/parser/CSSPropertyParser.cpp View 3 chunks +15 lines, -15 lines 0 comments Download
M Source/core/css/resolver/StyleResolver.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/css/resolver/StyleResolverState.h View 1 3 chunks +4 lines, -4 lines 0 comments Download
M Source/core/css/resolver/StyleResolverState.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/modules/filesystem/SyncCallbackHelper.h View 2 chunks +2 lines, -2 lines 0 comments Download
M Source/modules/speech/SpeechRecognitionEvent.h View 1 chunk +1 line, -2 lines 0 comments Download

Messages

Total messages: 14 (0 generated)
zerny-chromium
6 years, 9 months ago (2014-03-24 07:00:10 UTC) #1
haraken
LGTM https://codereview.chromium.org/208313010/diff/1/Source/core/css/resolver/StyleResolverState.cpp File Source/core/css/resolver/StyleResolverState.cpp (right): https://codereview.chromium.org/208313010/diff/1/Source/core/css/resolver/StyleResolverState.cpp#newcode42 Source/core/css/resolver/StyleResolverState.cpp:42: , m_currentRule(nullptr) Can we detect an error if ...
6 years, 9 months ago (2014-03-24 07:05:02 UTC) #2
Mads Ager (chromium)
LGTM https://codereview.chromium.org/208313010/diff/1/Source/core/css/resolver/StyleResolverState.cpp File Source/core/css/resolver/StyleResolverState.cpp (right): https://codereview.chromium.org/208313010/diff/1/Source/core/css/resolver/StyleResolverState.cpp#newcode42 Source/core/css/resolver/StyleResolverState.cpp:42: , m_currentRule(nullptr) On 2014/03/24 07:05:03, haraken wrote: > ...
6 years, 9 months ago (2014-03-24 07:24:42 UTC) #3
haraken
https://codereview.chromium.org/208313010/diff/1/Source/core/css/resolver/StyleResolverState.cpp File Source/core/css/resolver/StyleResolverState.cpp (right): https://codereview.chromium.org/208313010/diff/1/Source/core/css/resolver/StyleResolverState.cpp#newcode42 Source/core/css/resolver/StyleResolverState.cpp:42: , m_currentRule(nullptr) > Come to think of it, maybe ...
6 years, 9 months ago (2014-03-24 07:36:21 UTC) #4
wibling-chromium
lgtm https://codereview.chromium.org/208313010/diff/1/Source/bindings/v8/Dictionary.h File Source/bindings/v8/Dictionary.h (right): https://codereview.chromium.org/208313010/diff/1/Source/bindings/v8/Dictionary.h#newcode62 Source/bindings/v8/Dictionary.h:62: public: Can't we add STACK_ALLOCATED() here? https://codereview.chromium.org/208313010/diff/1/Source/modules/speech/SpeechRecognitionEvent.h File ...
6 years, 9 months ago (2014-03-24 08:18:37 UTC) #5
zerny-chromium
Thanks for the reviews https://codereview.chromium.org/208313010/diff/1/Source/bindings/v8/Dictionary.h File Source/bindings/v8/Dictionary.h (right): https://codereview.chromium.org/208313010/diff/1/Source/bindings/v8/Dictionary.h#newcode62 Source/bindings/v8/Dictionary.h:62: public: On 2014/03/24 08:18:37, wibling-chromium ...
6 years, 9 months ago (2014-03-24 08:32:27 UTC) #6
zerny-chromium
https://codereview.chromium.org/208313010/diff/1/Source/bindings/v8/Dictionary.h File Source/bindings/v8/Dictionary.h (right): https://codereview.chromium.org/208313010/diff/1/Source/bindings/v8/Dictionary.h#newcode62 Source/bindings/v8/Dictionary.h:62: public: On 2014/03/24 08:32:28, zerny-chromium wrote: > On 2014/03/24 ...
6 years, 9 months ago (2014-03-24 10:08:24 UTC) #7
zerny-chromium
The CQ bit was checked by zerny@chromium.org
6 years, 9 months ago (2014-03-24 10:12:00 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/zerny@chromium.org/208313010/40001
6 years, 9 months ago (2014-03-24 10:12:11 UTC) #9
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 9 months ago (2014-03-24 12:11:48 UTC) #10
commit-bot: I haz the power
Try jobs failed on following builders: tryserver.blink on linux_blink_dbg
6 years, 9 months ago (2014-03-24 12:11:49 UTC) #11
zerny-chromium
The CQ bit was checked by zerny@chromium.org
6 years, 9 months ago (2014-03-24 13:10:49 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/zerny@chromium.org/208313010/40001
6 years, 9 months ago (2014-03-24 13:10:50 UTC) #13
commit-bot: I haz the power
6 years, 9 months ago (2014-03-24 14:21:18 UTC) #14
Message was sent while issue was closed.
Change committed as 169847

Powered by Google App Engine
This is Rietveld 408576698