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

Issue 2279343002: IndexedDB: Avoid side effects for array key conversion w/ HasOwnProperty (Closed)

Created:
4 years, 3 months ago by jsbell
Modified:
4 years, 3 months ago
Reviewers:
haraken, dsansome
CC:
blink-reviews, jsbell+idb_chromium.org, blink-reviews-bindings_chromium.org, cmumford
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

IndexedDB: Avoid side effects for array key conversion w/ HasOwnProperty When converting arrays to keys, only own properties should be considered, much like clones. Otherwise, this opens up the behavior to side effects via getters on the Object/Array prototype even if the value being converted to a key is a clone. BUG=641101 R=haraken@chromium.org Committed: https://crrev.com/0438433a38d4e54190dadf356bd74ce76065a684 Cr-Commit-Position: refs/heads/master@{#415172}

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+44 lines, -1 line) Patch
M third_party/WebKit/LayoutTests/storage/indexeddb/bindings-edges.html View 5 chunks +40 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/bindings/modules/v8/V8BindingForModules.cpp View 1 chunk +4 lines, -1 line 0 comments Download

Messages

Total messages: 14 (7 generated)
jsbell
haraken@ - please take a look? Similar to crbug.com/637963 - code inspection indicates the other ...
4 years, 3 months ago (2016-08-26 18:38:01 UTC) #1
haraken
LGTM
4 years, 3 months ago (2016-08-27 00:31:40 UTC) #2
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/2279343002/1
4 years, 3 months ago (2016-08-29 16:22:09 UTC) #5
dsansome
(I unset the commit bit on this change to try fix a stuck CQ - ...
4 years, 3 months ago (2016-08-30 03:54:33 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/2279343002/1
4 years, 3 months ago (2016-08-30 03:57:25 UTC) #10
commit-bot: I haz the power
Committed patchset #1 (id:1)
4 years, 3 months ago (2016-08-30 05:42:28 UTC) #12
commit-bot: I haz the power
4 years, 3 months ago (2016-08-30 05:45:21 UTC) #14
Message was sent while issue was closed.
Patchset 1 (id:??) landed as
https://crrev.com/0438433a38d4e54190dadf356bd74ce76065a684
Cr-Commit-Position: refs/heads/master@{#415172}

Powered by Google App Engine
This is Rietveld 408576698