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

Issue 1416053012: Switch V8HiddenValue from hidden values to privates (Closed)

Created:
5 years, 1 month ago by jochen (gone - plz use gerrit)
Modified:
5 years, 1 month ago
Reviewers:
haraken, sof, vogelheim
CC:
blink-reviews, blink-reviews-bindings_chromium.org, chromium-reviews
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Switch V8HiddenValue from hidden values to privates Privates are like ES6 symbols, but are not accesible by JavaScript. Hidden values on the other hand will be deleted form the API soon. BUG=none R=haraken@chromium.org Committed: https://crrev.com/b1802c0fc28635a50e7f55e40c71e69281cc85f3 Cr-Commit-Position: refs/heads/master@{#360786}

Patch Set 1 #

Total comments: 2

Patch Set 2 : updates #

Patch Set 3 : updates #

Patch Set 4 : updates #

Patch Set 5 : updates #

Patch Set 6 : updates #

Patch Set 7 : updates #

Unified diffs Side-by-side diffs Delta from patch set Stats (+11 lines, -3 lines) Patch
M third_party/WebKit/Source/bindings/core/v8/V8HiddenValue.cpp View 1 2 3 4 5 6 1 chunk +11 lines, -3 lines 0 comments Download

Messages

Total messages: 22 (3 generated)
jochen (gone - plz use gerrit)
5 years, 1 month ago (2015-11-06 13:59:29 UTC) #1
haraken
LGTM https://codereview.chromium.org/1416053012/diff/1/third_party/WebKit/Source/bindings/core/v8/V8HiddenValue.cpp File third_party/WebKit/Source/bindings/core/v8/V8HiddenValue.cpp (right): https://codereview.chromium.org/1416053012/diff/1/third_party/WebKit/Source/bindings/core/v8/V8HiddenValue.cpp#newcode35 third_party/WebKit/Source/bindings/core/v8/V8HiddenValue.cpp:35: return object->SetPrivate(isolate->GetCurrentContext(), v8::Private::ForApi(isolate, key), value).FromJust(); Can you use ...
5 years, 1 month ago (2015-11-06 14:15:30 UTC) #2
jochen (gone - plz use gerrit)
done
5 years, 1 month ago (2015-11-06 16:41:47 UTC) #3
haraken
On 2015/11/06 16:41:47, jochen (slow - traveling) wrote: > done LGTM
5 years, 1 month ago (2015-11-07 01:14:02 UTC) #4
haraken
FYI, keep in mind that this CL may affect performance of some blink_perf benchmarks. I've ...
5 years, 1 month ago (2015-11-07 06:58:39 UTC) #5
jochen (gone - plz use gerrit)
... and finally, the switch of the API
5 years, 1 month ago (2015-11-20 07:34:56 UTC) #7
haraken
LGTM
5 years, 1 month ago (2015-11-20 08:04:32 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1416053012/120001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1416053012/120001
5 years, 1 month ago (2015-11-20 08:06:24 UTC) #10
commit-bot: I haz the power
Committed patchset #7 (id:120001)
5 years, 1 month ago (2015-11-20 09:06:59 UTC) #11
commit-bot: I haz the power
Patchset 7 (id:??) landed as https://crrev.com/b1802c0fc28635a50e7f55e40c71e69281cc85f3 Cr-Commit-Position: refs/heads/master@{#360786}
5 years, 1 month ago (2015-11-20 09:07:51 UTC) #12
sof
Causing https://storage.googleapis.com/chromium-layout-test-archives/WebKit_Linux_Oilpan_ASAN/5168/layout-test-results/html5lib/generated/run-tests10-write-crash-log.txt ?
5 years, 1 month ago (2015-11-20 14:18:54 UTC) #14
sof
Also behind the meltdown on Oilpan DBG bots, it appears: http://build.chromium.org/p/chromium.webkit/builders/WebKit%20Mac%20Oilpan%20%28dbg%29/builds/15182
5 years, 1 month ago (2015-11-20 14:23:25 UTC) #15
jochen (gone - plz use gerrit)
On 2015/11/20 at 14:23:25, sigbjornf wrote: > Also behind the meltdown on Oilpan DBG bots, ...
5 years, 1 month ago (2015-11-20 14:31:11 UTC) #16
sof
Another problematic callstack, https://storage.googleapis.com/chromium-layout-test-archives/WebKit_Win_Oilpan__dbg_/3477/layout-test-results/http/tests/inspector/network/network-xhr-post-payload-crash-log.txt
5 years, 1 month ago (2015-11-21 07:10:10 UTC) #17
sof
A dozen (flaky) crashes here due to same, https://storage.googleapis.com/chromium-layout-test-archives/WebKit_Linux_Oilpan_ASAN/5177/layout-test-results/results.html Until kinks have been worked out, ...
5 years, 1 month ago (2015-11-21 08:10:28 UTC) #18
haraken
On 2015/11/21 08:10:28, sof wrote: > A dozen (flaky) crashes here due to same, > ...
5 years, 1 month ago (2015-11-21 08:30:39 UTC) #19
sof
On 2015/11/21 08:30:39, haraken wrote: > On 2015/11/21 08:10:28, sof wrote: > > A dozen ...
5 years, 1 month ago (2015-11-21 08:34:26 UTC) #20
haraken
On 2015/11/21 08:34:26, sof wrote: > On 2015/11/21 08:30:39, haraken wrote: > > On 2015/11/21 ...
5 years, 1 month ago (2015-11-21 09:01:14 UTC) #21
haraken
5 years, 1 month ago (2015-11-21 09:01:59 UTC) #22
Message was sent while issue was closed.
A revert of this CL (patchset #7 id:120001) has been created in
https://codereview.chromium.org/1466733006/ by haraken@chromium.org.

The reason for reverting is: This CL broke tests in oilpan builds.

https://storage.googleapis.com/chromium-layout-test-archives/WebKit_Linux_Oil...
.

Powered by Google App Engine
This is Rietveld 408576698