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

Issue 156033003: Oilpan: Remove GarbageCollected::ref/deref (Closed)

Created:
6 years, 10 months ago by haraken
Modified:
6 years, 10 months ago
CC:
blink-reviews, Nils Barth (inactive), kojih, arv+blink, jsbell+bindings_chromium.org, Mads Ager (chromium), sof, abarth-chromium, marja+watch_chromium.org, adamk+blink_chromium.org, haraken, Nate Chapin, watchdog-blink-watchlist_google.com, Inactive
Visibility:
Public.

Description

Oilpan: Remove GarbageCollected::ref/deref Currently, if we use ref/deref in GarbageCollected objects, it will be asserted in runtime. Alternately, this CL changes it to compile error. This is a change requested by mads. Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=166989

Patch Set 1 #

Patch Set 2 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+12 lines, -49 lines) Patch
M Source/bindings/scripts/code_generator_v8.pm View 1 1 chunk +10 lines, -7 lines 0 comments Download
M Source/bindings/tests/results/V8TestEventTarget.cpp View 1 1 chunk +0 lines, -1 line 0 comments Download
M Source/bindings/tests/results/V8TestException.cpp View 1 chunk +0 lines, -1 line 0 comments Download
M Source/bindings/tests/results/V8TestInterface.cpp View 1 1 chunk +0 lines, -1 line 0 comments Download
M Source/bindings/tests/results/V8TestInterfaceCheckSecurity.cpp View 1 chunk +0 lines, -1 line 0 comments Download
M Source/bindings/tests/results/V8TestInterfaceConstructor.cpp View 1 chunk +0 lines, -1 line 0 comments Download
M Source/bindings/tests/results/V8TestInterfaceConstructor2.cpp View 1 chunk +0 lines, -1 line 0 comments Download
M Source/bindings/tests/results/V8TestInterfaceConstructor3.cpp View 1 chunk +0 lines, -1 line 0 comments Download
M Source/bindings/tests/results/V8TestInterfaceCustomConstructor.cpp View 1 chunk +0 lines, -1 line 0 comments Download
M Source/bindings/tests/results/V8TestInterfaceDoNotCheckConstants.cpp View 1 chunk +0 lines, -1 line 0 comments Download
M Source/bindings/tests/results/V8TestInterfaceDocument.cpp View 1 chunk +0 lines, -1 line 0 comments Download
M Source/bindings/tests/results/V8TestInterfaceEmpty.cpp View 1 chunk +0 lines, -1 line 0 comments Download
M Source/bindings/tests/results/V8TestInterfaceEventConstructor.cpp View 1 chunk +0 lines, -1 line 0 comments Download
M Source/bindings/tests/results/V8TestInterfaceEventTarget.cpp View 1 chunk +0 lines, -1 line 0 comments Download
M Source/bindings/tests/results/V8TestInterfaceNamedConstructor.cpp View 1 chunk +0 lines, -1 line 0 comments Download
M Source/bindings/tests/results/V8TestInterfaceNamedConstructor2.cpp View 1 chunk +0 lines, -1 line 0 comments Download
M Source/bindings/tests/results/V8TestInterfaceNode.cpp View 1 chunk +0 lines, -1 line 0 comments Download
M Source/bindings/tests/results/V8TestInterfacePython.cpp View 1 chunk +0 lines, -1 line 0 comments Download
M Source/bindings/tests/results/V8TestInterfacePython2.cpp View 1 chunk +0 lines, -1 line 0 comments Download
M Source/bindings/tests/results/V8TestInterfacePython3.cpp View 1 chunk +0 lines, -1 line 0 comments Download
M Source/bindings/tests/results/V8TestInterfaceWillBeGarbageCollected.cpp View 1 1 chunk +2 lines, -1 line 0 comments Download
M Source/bindings/tests/results/V8TestNode.cpp View 1 chunk +0 lines, -1 line 0 comments Download
M Source/bindings/tests/results/V8TestObject.cpp View 1 1 chunk +0 lines, -1 line 0 comments Download
M Source/bindings/tests/results/V8TestObjectPython.cpp View 1 1 chunk +0 lines, -1 line 0 comments Download
M Source/bindings/tests/results/V8TestSVG.cpp View 1 chunk +0 lines, -1 line 0 comments Download
M Source/bindings/tests/results/V8TestSpecialOperationsAnonymous.cpp View 1 1 chunk +0 lines, -1 line 0 comments Download
M Source/bindings/tests/results/V8TestSpecialOperationsCustom.cpp View 1 chunk +0 lines, -1 line 0 comments Download
M Source/bindings/tests/results/V8TestSpecialOperationsIdentifierRaisesException.cpp View 1 1 chunk +0 lines, -1 line 0 comments Download
M Source/bindings/tests/results/V8TestSpecialOperationsInt.cpp View 1 1 chunk +0 lines, -1 line 0 comments Download
M Source/bindings/tests/results/V8TestSpecialOperationsNotEnumerable.cpp View 1 1 chunk +0 lines, -1 line 0 comments Download
M Source/bindings/tests/results/V8TestSpecialOperationsOverrideBuiltins.cpp View 1 1 chunk +0 lines, -1 line 0 comments Download
M Source/bindings/tests/results/V8TestTypedefs.cpp View 1 chunk +0 lines, -1 line 0 comments Download
M Source/heap/Heap.h View 1 1 chunk +0 lines, -11 lines 0 comments Download

Messages

Total messages: 12 (0 generated)
haraken
PTAL
6 years, 10 months ago (2014-02-10 10:49:35 UTC) #1
wibling-chromium
lgtm
6 years, 10 months ago (2014-02-10 11:38:45 UTC) #2
haraken
The CQ bit was checked by haraken@chromium.org
6 years, 10 months ago (2014-02-10 11:47:43 UTC) #3
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 10 months ago (2014-02-10 11:47:52 UTC) #4
commit-bot: I haz the power
No LGTM from a valid reviewer yet. Only full committers are accepted. Even if an ...
6 years, 10 months ago (2014-02-10 11:47:53 UTC) #5
tkent
lgtm
6 years, 10 months ago (2014-02-10 14:05:34 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/haraken@chromium.org/156033003/1
6 years, 10 months ago (2014-02-10 14:05:41 UTC) #7
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 10 months ago (2014-02-10 14:05:51 UTC) #8
commit-bot: I haz the power
Failed to apply patch for Source/bindings/tests/results/V8TestInterfaceGarbageCollected.cpp: While running patch -p1 --forward --force --no-backup-if-mismatch; can't find ...
6 years, 10 months ago (2014-02-10 14:05:52 UTC) #9
haraken
The CQ bit was checked by haraken@chromium.org
6 years, 10 months ago (2014-02-12 06:39:03 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/haraken@chromium.org/156033003/170001
6 years, 10 months ago (2014-02-12 06:39:47 UTC) #11
commit-bot: I haz the power
6 years, 10 months ago (2014-02-12 08:29:49 UTC) #12
Message was sent while issue was closed.
Change committed as 166989

Powered by Google App Engine
This is Rietveld 408576698