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

Issue 2812563002: [Bindings] Set "undefined" instead of deleting a property (Closed)

Created:
3 years, 8 months ago by peria
Modified:
3 years, 8 months ago
Reviewers:
haraken, Yuki, bashi
CC:
chromium-reviews, blink-reviews, blink-reviews-bindings_chromium.org
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

This CL is a workaround fix for a crash issue; to set "undefined" instead of deleting properties. The root cause seems to be in V8 (http://crbug.com/v8/6227), but Blink can avoid the crash with this workaround. The workaround is not on spec, but it works for many cases and we have used the behavior for a while. BUG=709804 Review-Url: https://codereview.chromium.org/2812563002 Cr-Commit-Position: refs/heads/master@{#463227} Committed: https://chromium.googlesource.com/chromium/src/+/55f74b058ef1379b6c4bb527cee68c077729ab51

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1 line, -1 line) Patch
M third_party/WebKit/Source/bindings/core/v8/ScriptPromisePropertyBase.cpp View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 14 (7 generated)
peria
PTL. As the description says, this is a workaround to fix a P1 crash issue, ...
3 years, 8 months ago (2017-04-10 07:59:50 UTC) #5
bashi
(defer to yukishiino@ and haraken@)
3 years, 8 months ago (2017-04-10 08:24:46 UTC) #6
haraken
LGTM The behavior after this CL is the same as the behavior before you started ...
3 years, 8 months ago (2017-04-10 08:27:08 UTC) #7
peria
On 2017/04/10 08:27:08, haraken wrote: > LGTM > > The behavior after this CL is ...
3 years, 8 months ago (2017-04-10 08:32:59 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2812563002/1
3 years, 8 months ago (2017-04-10 08:34:50 UTC) #10
Yuki
LGTM. We may want to remove V8PrivateProperty::deleteProperty for now, or add a comment about the ...
3 years, 8 months ago (2017-04-10 09:08:44 UTC) #11
commit-bot: I haz the power
3 years, 8 months ago (2017-04-10 12:05:42 UTC) #14
Message was sent while issue was closed.
Committed patchset #1 (id:1) as
https://chromium.googlesource.com/chromium/src/+/55f74b058ef1379b6c4bb527cee6...

Powered by Google App Engine
This is Rietveld 408576698