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

Issue 1189513004: Fix memory leaks caused by PromiseRejectionEvents (Closed)

Created:
5 years, 6 months ago by jochen (gone - plz use gerrit)
Modified:
5 years, 6 months ago
Reviewers:
haraken, yurys
CC:
arv+blink, blink-reviews, blink-reviews-bindings_chromium.org, Inactive, vivekg_samsung, vivekg
Target Ref:
refs/heads/master
Project:
blink
Visibility:
Public.

Description

Fix memory leaks caused by PromiseRejectionEvents BUG=501484, 495801 R=yurys@chromium.org Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=197363

Patch Set 1 #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+43 lines, -16 lines) Patch
M LayoutTests/LeakExpectations View 1 chunk +0 lines, -4 lines 0 comments Download
M LayoutTests/fast/dom/promise-rejection-events-console.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/http/tests/dom/resources/promise-rejection-events.js View 1 chunk +1 line, -1 line 0 comments Download
M Source/bindings/core/v8/RejectedPromises.cpp View 1 chunk +1 line, -0 lines 0 comments Download
M Source/core/events/PromiseRejectionEvent.h View 4 chunks +9 lines, -5 lines 0 comments Download
M Source/core/events/PromiseRejectionEvent.cpp View 2 chunks +29 lines, -3 lines 2 comments Download
M Source/core/events/PromiseRejectionEvent.idl View 1 chunk +2 lines, -2 lines 0 comments Download

Messages

Total messages: 7 (1 generated)
jochen (gone - plz use gerrit)
5 years, 6 months ago (2015-06-18 12:47:55 UTC) #1
yurys
lgtm https://codereview.chromium.org/1189513004/diff/1/Source/core/events/PromiseRejectionEvent.cpp File Source/core/events/PromiseRejectionEvent.cpp (right): https://codereview.chromium.org/1189513004/diff/1/Source/core/events/PromiseRejectionEvent.cpp#newcode34 Source/core/events/PromiseRejectionEvent.cpp:34: v8::Local<v8::Value> value = m_promise.newLocal(state->isolate()); Should there be a ...
5 years, 6 months ago (2015-06-18 13:03:21 UTC) #2
jochen (gone - plz use gerrit)
https://codereview.chromium.org/1189513004/diff/1/Source/core/events/PromiseRejectionEvent.cpp File Source/core/events/PromiseRejectionEvent.cpp (right): https://codereview.chromium.org/1189513004/diff/1/Source/core/events/PromiseRejectionEvent.cpp#newcode34 Source/core/events/PromiseRejectionEvent.cpp:34: v8::Local<v8::Value> value = m_promise.newLocal(state->isolate()); On 2015/06/18 at 13:03:21, yurys ...
5 years, 6 months ago (2015-06-18 13:25:23 UTC) #3
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1189513004/1
5 years, 6 months ago (2015-06-18 13:25:44 UTC) #5
commit-bot: I haz the power
Committed patchset #1 (id:1) as https://src.chromium.org/viewvc/blink?view=rev&revision=197363
5 years, 6 months ago (2015-06-18 15:41:45 UTC) #6
haraken
5 years, 6 months ago (2015-06-18 16:00:46 UTC) #7
Message was sent while issue was closed.
LGTM as a short-term fix, but as Jochen filed a bug
(https://code.google.com/p/chromium/issues/detail?id=501866), this is a kind of
fundamental leak we need to find a better solution.

Powered by Google App Engine
This is Rietveld 408576698