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

Issue 208173004: Move Event to oilpan's heap (Closed)

Created:
6 years, 9 months ago by haraken
Modified:
6 years, 9 months ago
CC:
blink-reviews
Visibility:
Public.

Description

Move Event to oilpan's heap Now there is no test failing when I change RefCounted<Event> to RefCountedGarbageCollected<Event>. Thus this CL does the change. BUG=340522 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=169941

Patch Set 1 #

Patch Set 2 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1 line, -1 line) Patch
M Source/core/events/Event.h View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 13 (0 generated)
haraken
PTAL Mads: As you mentioned, I confirmed that several worker-related tests sometimes hit assertions in ...
6 years, 9 months ago (2014-03-25 09:54:36 UTC) #1
wibling-chromium
lgtm
6 years, 9 months ago (2014-03-25 11:48:46 UTC) #2
Mads Ager (chromium)
LGTM Let's give it a spin. If we already have threading asserts in debug mode ...
6 years, 9 months ago (2014-03-25 12:18:39 UTC) #3
haraken
The CQ bit was checked by haraken@chromium.org
6 years, 9 months ago (2014-03-25 12:22:06 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/haraken@chromium.org/208173004/20001
6 years, 9 months ago (2014-03-25 12:22:13 UTC) #5
commit-bot: I haz the power
Change committed as 169941
6 years, 9 months ago (2014-03-25 13:23:31 UTC) #6
sof
good, it's back on :) What's the plan, let it settle in a bit before ...
6 years, 9 months ago (2014-03-25 14:44:00 UTC) #7
haraken
On 2014/03/25 14:44:00, sof wrote: > good, it's back on :) > > What's the ...
6 years, 9 months ago (2014-03-25 15:26:21 UTC) #8
sof
On 2014/03/25 15:26:21, haraken wrote: > On 2014/03/25 14:44:00, sof wrote: > > good, it's ...
6 years, 9 months ago (2014-03-25 16:30:35 UTC) #9
haraken
After landing this CL, the following tests started to fail flakily: fast/dom/inline-event-attributes-release.html http/tests/media/media-source/webkitmediasource-closed-on-htmlmediaelement-destruction.html svg/animations/smil-leak-element-instances-noBaseValRef.svg svg/animations/smil-leak-element-instances.svg ...
6 years, 9 months ago (2014-03-26 02:37:36 UTC) #10
kouhei (in TOK)
> svg/animations/smil-leak-element-instances-noBaseValRef.svg > svg/animations/smil-leak-element-instances.svg > svg/animations/smil-leak-elements.svg Looking into these.
6 years, 9 months ago (2014-03-26 03:13:41 UTC) #11
kouhei (in TOK)
> http/tests/media/media-source/webkitmediasource-closed-on-htmlmediaelement-destruction.html Now looking into this.
6 years, 9 months ago (2014-03-26 03:28:04 UTC) #12
enne (OOO)
6 years, 9 months ago (2014-03-26 20:17:16 UTC) #13
Message was sent while issue was closed.
A revert of this CL has been created in
https://codereview.chromium.org/213403004/ by enne@chromium.org.

The reason for reverting is: Seems likely to have caused a number of flaky
failures in layout tests in oilpan builds:

Flakiness dashboard link:
http://test-results.appspot.com/dashboards/flakiness_dashboard.html#group=%40...

Example failure bot:
http://build.chromium.org/p/chromium.webkit/builders/WebKit%20Linux%20Oilpan/...

Example failure:
---
/mnt/data/b/build/slave/WebKit_Linux_Oilpan/build/layout-test-results/svg/animations/smil-leak-element-instances-noBaseValRef-expected.txt
+++
/mnt/data/b/build/slave/WebKit_Linux_Oilpan/build/layout-test-results/svg/animations/smil-leak-element-instances-noBaseValRef-actual.txt
@@ -1 +1 @@
-PASS
+FAIL: -3 extra live node(s)


.

Powered by Google App Engine
This is Rietveld 408576698