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

Issue 148283013: Blink JavaScript shared memory prototype.

Created:
6 years, 10 months ago by Nick Bray (chromium)
Modified:
6 years, 6 months ago
Reviewers:
CC:
blink-reviews, Nils Barth (inactive), kojih, arv+blink, jsbell+bindings_chromium.org, sof, yurys+blink_chromium.org, abarth-chromium, marja+watch_chromium.org, adamk+blink_chromium.org, haraken, loislo+blink_chromium.org, Nate Chapin, Inactive
Base URL:
https://chromium.googlesource.com/chromium/blink.git@master
Visibility:
Public.

Description

Blink JavaScript shared memory prototype. BUG=none

Patch Set 1 #

Patch Set 2 : Rebase #

Patch Set 3 : Rebase 2 #

Patch Set 4 : Rebase 2 #

Patch Set 5 : Rebase 2 #

Patch Set 6 : Rebase #

Patch Set 7 : Lock Manager Prototype #

Patch Set 8 : Tweaks #

Unified diffs Side-by-side diffs Delta from patch set Stats (+344 lines, -86 lines) Patch
M Source/bindings/bindings.gypi View 1 2 3 4 5 6 7 1 chunk +1 line, -0 lines 0 comments Download
M Source/bindings/v8/SerializedScriptValue.cpp View 1 2 3 4 5 6 7 1 chunk +3 lines, -1 line 0 comments Download
M Source/bindings/v8/custom/V8ArrayBufferCustom.cpp View 1 2 3 4 5 6 7 2 chunks +2 lines, -2 lines 0 comments Download
A + Source/bindings/v8/custom/V8LockManagerCustom.cpp View 1 2 3 4 5 6 7 2 chunks +34 lines, -30 lines 0 comments Download
M Source/core/core.gypi View 1 2 3 4 5 6 7 2 chunks +3 lines, -0 lines 0 comments Download
A + Source/core/dom/LockManager.h View 1 2 3 4 5 6 2 chunks +48 lines, -13 lines 0 comments Download
A Source/core/dom/LockManager.cpp View 1 2 3 4 5 6 1 chunk +164 lines, -0 lines 0 comments Download
A + Source/core/dom/LockManager.idl View 1 2 3 4 5 6 2 chunks +7 lines, -5 lines 0 comments Download
M Source/wtf/ArrayBuffer.h View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M Source/wtf/ArrayBuffer.cpp View 1 1 chunk +5 lines, -0 lines 0 comments Download
M Source/wtf/ArrayBufferContents.h View 3 chunks +21 lines, -6 lines 0 comments Download
M Source/wtf/ArrayBufferContents.cpp View 1 2 1 chunk +55 lines, -29 lines 0 comments Download

Powered by Google App Engine
This is Rietveld 408576698