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

Issue 409113003: Revert of [oilpan]: Remove support for tracing off-heap hashmaps. (Closed)

Created:
6 years, 5 months ago by johnme
Modified:
6 years, 5 months ago
CC:
blink-reviews, shans, webcomponents-bugzilla_chromium.org, eae+blinkwatch, fs, apavlov+blink_chromium.org, kinuko+worker_chromium.org, Steve Block, rune+blink, krit, Mads Ager (chromium), blink-reviews-dom_chromium.org, blink-reviews-css, blink-reviews-html_chromium.org, alecflett, Timothy Loh, dstockwell, dglazkov+blink, blink-reviews-events_chromium.org, pdr., rwlbuis, Eric Willigers, rjwright, dgrogan, sof, gyuyoung.kim_webkit.org, darktears, haraken, jsbell+idb_chromium.org, blink-reviews-animation_chromium.org, kouhei+svg_chromium.org, falken, Mike Lawther (Google), ed+blinkwatch_opera.com, f(malita), cmumford, horo+watch_chromium.org, Stephen Chennney, kouhei+heap_chromium.org
Project:
blink
Visibility:
Public.

Description

Revert of [oilpan]: Remove support for tracing off-heap hashmaps. (https://codereview.chromium.org/403333002/) Reason for revert: Seems to have broken compile across the tree. Original issue's description: > [oilpan]: Remove support for tracing off-heap hashmaps. > > With this change we can no longer trace off-heap hashmaps. To make this work I changed the ExecutionContext to be WillBeHeapSupplementable and moved the IDBPendingTransactionMonitor to the heap. Finally I changed the way we trace through supplementables. Specifically we only trace our supplements for HeapSupplementable and PersistentHeapSupplementable. > > R=ager@chromium.org, erik.corry@gmail.com, haraken@chromium.org, oilpan-reviews@chromium.org, tkent@chromium.org, vegorov@chromium.org, zerny@chromium.org, sigbjornf@opera.com > BUG= > > Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=178648 TBR=ager@chromium.org,erik.corry@gmail.com,haraken@chromium.org,oilpan-reviews@chromium.org,sigbjornf@opera.com,tkent@chromium.org,vegorov@chromium.org,zerny@chromium.org,wibling@chromium.org NOTREECHECKS=true NOTRY=true BUG=

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+75 lines, -142 lines) Patch
M Source/core/animation/ActiveAnimations.cpp View 1 chunk +0 lines, -2 lines 0 comments Download
M Source/core/animation/animatable/AnimatableValueKeyframe.cpp View 1 chunk +0 lines, -2 lines 0 comments Download
M Source/core/animation/css/CSSAnimations.cpp View 1 chunk +0 lines, -2 lines 0 comments Download
M Source/core/css/CSSValuePool.cpp View 2 chunks +0 lines, -2 lines 0 comments Download
M Source/core/css/RuleFeature.cpp View 2 chunks +0 lines, -2 lines 0 comments Download
M Source/core/css/RuleSet.cpp View 1 chunk +0 lines, -2 lines 0 comments Download
M Source/core/css/TreeBoundaryCrossingRules.cpp View 1 chunk +0 lines, -2 lines 0 comments Download
M Source/core/css/invalidation/StyleInvalidator.cpp View 1 chunk +0 lines, -2 lines 0 comments Download
M Source/core/css/resolver/MatchedPropertiesCache.cpp View 1 chunk +3 lines, -5 lines 0 comments Download
M Source/core/dom/DocumentMarkerController.cpp View 1 chunk +0 lines, -2 lines 0 comments Download
M Source/core/dom/DocumentOrderedMap.cpp View 1 chunk +0 lines, -2 lines 0 comments Download
M Source/core/dom/ElementDataCache.cpp View 1 chunk +0 lines, -2 lines 0 comments Download
M Source/core/dom/ExecutionContext.h View 1 chunk +4 lines, -3 lines 0 comments Download
M Source/core/dom/ExecutionContext.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/dom/IdTargetObserverRegistry.cpp View 1 chunk +0 lines, -2 lines 0 comments Download
M Source/core/dom/MutationObserverInterestGroup.cpp View 1 chunk +0 lines, -2 lines 0 comments Download
M Source/core/dom/NodeListsNodeData.cpp View 1 chunk +0 lines, -2 lines 0 comments Download
M Source/core/dom/ScriptRunner.cpp View 1 chunk +0 lines, -2 lines 0 comments Download
M Source/core/dom/StyleEngine.cpp View 2 chunks +0 lines, -2 lines 0 comments Download
M Source/core/dom/UserActionElementSet.cpp View 1 chunk +0 lines, -2 lines 0 comments Download
M Source/core/dom/custom/CustomElementScheduler.cpp View 1 chunk +0 lines, -2 lines 0 comments Download
M Source/core/dom/custom/CustomElementUpgradeCandidateMap.cpp View 1 chunk +0 lines, -2 lines 0 comments Download
M Source/core/dom/shadow/ContentDistribution.cpp View 1 chunk +0 lines, -2 lines 0 comments Download
M Source/core/html/HTMLCollection.h View 1 chunk +0 lines, -2 lines 0 comments Download
M Source/core/html/forms/FormController.cpp View 1 chunk +1 line, -6 lines 0 comments Download
M Source/core/page/EventHandler.cpp View 2 chunks +0 lines, -2 lines 0 comments Download
M Source/core/page/PrintContext.cpp View 1 chunk +3 lines, -5 lines 0 comments Download
M Source/core/svg/animation/SMILTimeContainer.cpp View 1 chunk +3 lines, -5 lines 0 comments Download
M Source/core/timing/PerformanceUserTiming.cpp View 1 chunk +0 lines, -2 lines 0 comments Download
M Source/core/workers/WorkerEventQueue.cpp View 1 chunk +0 lines, -2 lines 0 comments Download
M Source/modules/indexeddb/IDBPendingTransactionMonitor.h View 2 chunks +8 lines, -6 lines 0 comments Download
M Source/modules/indexeddb/IDBPendingTransactionMonitor.cpp View 3 chunks +8 lines, -14 lines 0 comments Download
M Source/modules/webdatabase/SQLTransactionCoordinator.cpp View 1 chunk +0 lines, -2 lines 0 comments Download
M Source/platform/Supplementable.h View 6 chunks +8 lines, -42 lines 0 comments Download
M Source/platform/heap/Handle.h View 2 chunks +0 lines, -2 lines 0 comments Download
M Source/platform/heap/HeapTest.cpp View 6 chunks +10 lines, -1 line 0 comments Download
M Source/platform/heap/Visitor.h View 2 chunks +26 lines, -0 lines 0 comments Download
M Source/platform/mhtml/ArchiveResourceCollection.cpp View 1 chunk +0 lines, -2 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
johnme
Created Revert of [oilpan]: Remove support for tracing off-heap hashmaps.
6 years, 5 months ago (2014-07-22 14:19:36 UTC) #1
johnme
The CQ bit was unchecked by johnme@chromium.org
6 years, 5 months ago (2014-07-22 14:20:15 UTC) #2
johnme
It seems http://src.chromium.org/viewvc/blink?revision=178651&view=revision has fixed this already.
6 years, 5 months ago (2014-07-22 14:21:26 UTC) #3
wibling-chromium
6 years, 5 months ago (2014-07-22 14:32:37 UTC) #4
Message was sent while issue was closed.
On 2014/07/22 14:21:26, johnme wrote:
> It seems http://src.chromium.org/viewvc/blink?revision=178651&view=revision
has
> fixed this already.

Yes, the two changes (178647 and 178648) crossed each other where mine came in
last and had to be fixed. Sigbjorn was quick and kind enough to fix it in
https://codereview.chromium.org/413463002/ (revision 178651) :)

Powered by Google App Engine
This is Rietveld 408576698