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

Issue 1776943002: Register ArrayBufferContents' adjustAmountOfMemory in V8Initializer::initialize (Closed)

Created:
4 years, 9 months ago by haraken
Modified:
4 years, 9 months ago
Reviewers:
sof
CC:
chromium-reviews, blink-reviews, kinuko+watch, blink-reviews-bindings_chromium.org, blink-reviews-wtf_chromium.org, Mikhail
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Register ArrayBufferContents' adjustAmountOfMemory in V8Initializer::initialize Currently ArrayBufferContents' adjustAmountOfMemory is registered in initializeWithoutV8 but this is not nice because adjustAmountOfMemory is a method used *with* V8. The registration should be moved to V8Initializer::initialize. BUG=593269 Committed: https://crrev.com/02cfffa779037fd8db51b7cb8146753df51ed217 Cr-Commit-Position: refs/heads/master@{#380450}

Patch Set 1 #

Total comments: 4

Patch Set 2 : #

Patch Set 3 : #

Patch Set 4 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+17 lines, -14 lines) Patch
M third_party/WebKit/Source/bindings/core/v8/V8Initializer.cpp View 1 2 3 1 chunk +7 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/platform/testing/RunAllTests.cpp View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/web/WebKit.cpp View 1 2 3 1 chunk +1 line, -6 lines 0 comments Download
M third_party/WebKit/Source/wtf/ArrayBufferContents.h View 1 2 3 chunks +5 lines, -1 line 0 comments Download
M third_party/WebKit/Source/wtf/WTF.h View 1 chunk +1 line, -3 lines 0 comments Download
M third_party/WebKit/Source/wtf/WTF.cpp View 1 chunk +1 line, -2 lines 0 comments Download
M third_party/WebKit/Source/wtf/testing/RunAllTests.cpp View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 20 (8 generated)
haraken
PTAL
4 years, 9 months ago (2016-03-09 12:29:07 UTC) #2
sof
https://codereview.chromium.org/1776943002/diff/1/third_party/WebKit/Source/bindings/core/v8/V8Initializer.cpp File third_party/WebKit/Source/bindings/core/v8/V8Initializer.cpp (right): https://codereview.chromium.org/1776943002/diff/1/third_party/WebKit/Source/bindings/core/v8/V8Initializer.cpp#newcode363 third_party/WebKit/Source/bindings/core/v8/V8Initializer.cpp:363: WTF::ArrayBufferContents::setAdjustAmoutOfExternalAllocatedMemoryFunction(adjustAmountOfExternalAllocatedMemory); Not introduced here, but s/Amout/Amount/ https://codereview.chromium.org/1776943002/diff/1/third_party/WebKit/Source/bindings/core/v8/V8Initializer.cpp#newcode363 third_party/WebKit/Source/bindings/core/v8/V8Initializer.cpp:363: WTF::ArrayBufferContents::setAdjustAmoutOfExternalAllocatedMemoryFunction(adjustAmountOfExternalAllocatedMemory); ...
4 years, 9 months ago (2016-03-09 13:08:39 UTC) #3
haraken
https://codereview.chromium.org/1776943002/diff/1/third_party/WebKit/Source/bindings/core/v8/V8Initializer.cpp File third_party/WebKit/Source/bindings/core/v8/V8Initializer.cpp (right): https://codereview.chromium.org/1776943002/diff/1/third_party/WebKit/Source/bindings/core/v8/V8Initializer.cpp#newcode363 third_party/WebKit/Source/bindings/core/v8/V8Initializer.cpp:363: WTF::ArrayBufferContents::setAdjustAmoutOfExternalAllocatedMemoryFunction(adjustAmountOfExternalAllocatedMemory); On 2016/03/09 13:08:38, sof wrote: > Not introduced ...
4 years, 9 months ago (2016-03-10 00:04:35 UTC) #4
haraken
Tests pass :)
4 years, 9 months ago (2016-03-10 11:20:24 UTC) #5
sof
lgtm
4 years, 9 months ago (2016-03-10 11:49:02 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1776943002/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1776943002/40001
4 years, 9 months ago (2016-03-10 11:56:25 UTC) #8
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/155346)
4 years, 9 months ago (2016-03-10 12:04:50 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1776943002/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1776943002/60001
4 years, 9 months ago (2016-03-10 13:56:16 UTC) #13
commit-bot: I haz the power
Try jobs failed on following builders: win_chromium_rel_ng on tryserver.chromium.win (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.win/builders/win_chromium_rel_ng/builds/187162)
4 years, 9 months ago (2016-03-10 16:32:06 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1776943002/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1776943002/60001
4 years, 9 months ago (2016-03-10 16:34:33 UTC) #17
commit-bot: I haz the power
Committed patchset #4 (id:60001)
4 years, 9 months ago (2016-03-10 19:55:54 UTC) #18
commit-bot: I haz the power
4 years, 9 months ago (2016-03-10 19:57:45 UTC) #20
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/02cfffa779037fd8db51b7cb8146753df51ed217
Cr-Commit-Position: refs/heads/master@{#380450}

Powered by Google App Engine
This is Rietveld 408576698