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

Issue 1017183003: Make DOMTypedArray exported. (Closed)

Created:
5 years, 9 months ago by tasak
Modified:
5 years, 9 months ago
Reviewers:
haraken, Yuki
CC:
blink-reviews, blink-reviews-dom_chromium.org, dglazkov+blink, sof, eae+blinkwatch, rwlbuis, Yuki
Base URL:
https://chromium.googlesource.com/chromium/blink.git@master
Target Ref:
refs/heads/master
Project:
blink
Visibility:
Public.

Description

Patch Set 1 #

Total comments: 3

Patch Set 2 : use extern template class for clang #

Total comments: 3

Patch Set 3 : #

Total comments: 10

Patch Set 4 : #

Total comments: 4

Patch Set 5 : Patch for landing #

Unified diffs Side-by-side diffs Delta from patch set Stats (+101 lines, -36 lines) Patch
M Source/bindings/core/v8/ScriptWrappable.h View 1 2 3 1 chunk +17 lines, -0 lines 0 comments Download
M Source/bindings/templates/interface_base.cpp View 1 1 chunk +2 lines, -3 lines 0 comments Download
M Source/bindings/tests/results/core/V8Uint8ClampedArray.cpp View 1 1 chunk +0 lines, -2 lines 0 comments Download
M Source/core/dom/DOMArrayBufferView.h View 1 chunk +2 lines, -1 line 0 comments Download
M Source/core/dom/DOMTypedArray.h View 1 2 3 4 4 chunks +22 lines, -9 lines 0 comments Download
M Source/core/dom/DOMTypedArray.cpp View 1 2 2 chunks +44 lines, -19 lines 0 comments Download
M Source/modules/webaudio/AudioBuffer.h View 1 2 3 1 chunk +3 lines, -0 lines 0 comments Download
M Source/modules/webaudio/AudioBuffer.cpp View 1 2 3 4 chunks +11 lines, -2 lines 0 comments Download

Messages

Total messages: 23 (7 generated)
tasak
PTAL? https://codereview.chromium.org/1017183003/diff/1/Source/core/dom/DOMTypedArray.cpp File Source/core/dom/DOMTypedArray.cpp (right): https://codereview.chromium.org/1017183003/diff/1/Source/core/dom/DOMTypedArray.cpp#newcode61 Source/core/dom/DOMTypedArray.cpp:61: template PassRefPtr<DOMTypedArray<WTF::Int8Array, v8::Int8Array>> DOMTypedArray<WTF::Int8Array, v8::Int8Array>::create(const WTF::Int8Array::ValueType*, unsigned length); ...
5 years, 9 months ago (2015-03-19 11:17:24 UTC) #2
haraken
shiino-san: Would you take a look at this?
5 years, 9 months ago (2015-03-19 11:18:17 UTC) #3
Yuki
https://codereview.chromium.org/1017183003/diff/1/Source/core/dom/DOMTypedArray.cpp File Source/core/dom/DOMTypedArray.cpp (right): https://codereview.chromium.org/1017183003/diff/1/Source/core/dom/DOMTypedArray.cpp#newcode61 Source/core/dom/DOMTypedArray.cpp:61: template PassRefPtr<DOMTypedArray<WTF::Int8Array, v8::Int8Array>> DOMTypedArray<WTF::Int8Array, v8::Int8Array>::create(const WTF::Int8Array::ValueType*, unsigned length); On ...
5 years, 9 months ago (2015-03-19 11:56:02 UTC) #5
tasak
Thank you for review. https://codereview.chromium.org/1017183003/diff/1/Source/core/dom/DOMTypedArray.cpp File Source/core/dom/DOMTypedArray.cpp (right): https://codereview.chromium.org/1017183003/diff/1/Source/core/dom/DOMTypedArray.cpp#newcode61 Source/core/dom/DOMTypedArray.cpp:61: template PassRefPtr<DOMTypedArray<WTF::Int8Array, v8::Int8Array>> DOMTypedArray<WTF::Int8Array, v8::Int8Array>::create(const ...
5 years, 9 months ago (2015-03-20 04:34:47 UTC) #6
Yuki
Got it. We need some work on this issue, but let's move forward with this ...
5 years, 9 months ago (2015-03-23 04:22:49 UTC) #7
haraken
LGTM
5 years, 9 months ago (2015-03-23 04:31:47 UTC) #8
tasak
Would you review this CL again? According to offline discussion, a new patch is uploaded, ...
5 years, 9 months ago (2015-03-24 10:15:31 UTC) #9
Yuki
https://codereview.chromium.org/1017183003/diff/40001/Source/bindings/core/v8/ScriptWrappable.h File Source/bindings/core/v8/ScriptWrappable.h (right): https://codereview.chromium.org/1017183003/diff/40001/Source/bindings/core/v8/ScriptWrappable.h#newcode220 Source/bindings/core/v8/ScriptWrappable.h:220: // Declares only 'wrapperTypeInfo' not defines. nit: Declares 'wrapperTypeInfo' ...
5 years, 9 months ago (2015-03-24 11:12:57 UTC) #10
tasak
Thank you for review. https://codereview.chromium.org/1017183003/diff/40001/Source/bindings/core/v8/ScriptWrappable.h File Source/bindings/core/v8/ScriptWrappable.h (right): https://codereview.chromium.org/1017183003/diff/40001/Source/bindings/core/v8/ScriptWrappable.h#newcode220 Source/bindings/core/v8/ScriptWrappable.h:220: // Declares only 'wrapperTypeInfo' not ...
5 years, 9 months ago (2015-03-25 09:01:58 UTC) #14
Yuki
lgtm with a nit. https://codereview.chromium.org/1017183003/diff/120001/Source/core/dom/DOMTypedArray.h File Source/core/dom/DOMTypedArray.h (right): https://codereview.chromium.org/1017183003/diff/120001/Source/core/dom/DOMTypedArray.h#newcode84 Source/core/dom/DOMTypedArray.h:84: #if COMPILER(MSVC) && defined(BLINK_CORE_IMPLEMENTATION) && ...
5 years, 9 months ago (2015-03-25 09:09:09 UTC) #15
tasak
https://codereview.chromium.org/1017183003/diff/120001/Source/core/dom/DOMTypedArray.h File Source/core/dom/DOMTypedArray.h (right): https://codereview.chromium.org/1017183003/diff/120001/Source/core/dom/DOMTypedArray.h#newcode84 Source/core/dom/DOMTypedArray.h:84: #if COMPILER(MSVC) && defined(BLINK_CORE_IMPLEMENTATION) && BLINK_CORE_IMPLEMENTATION On 2015/03/25 09:09:08, ...
5 years, 9 months ago (2015-03-25 09:26:07 UTC) #16
tasak
> I will update the code later when we clean up all such "#if defined(X) ...
5 years, 9 months ago (2015-03-25 09:28:26 UTC) #17
haraken
LGTM based on shiino-san's LG. https://codereview.chromium.org/1017183003/diff/120001/Source/core/dom/DOMTypedArray.h File Source/core/dom/DOMTypedArray.h (right): https://codereview.chromium.org/1017183003/diff/120001/Source/core/dom/DOMTypedArray.h#newcode81 Source/core/dom/DOMTypedArray.h:81: // Should not use ...
5 years, 9 months ago (2015-03-25 09:52:55 UTC) #18
tasak
Thank you for review. https://codereview.chromium.org/1017183003/diff/120001/Source/core/dom/DOMTypedArray.h File Source/core/dom/DOMTypedArray.h (right): https://codereview.chromium.org/1017183003/diff/120001/Source/core/dom/DOMTypedArray.h#newcode81 Source/core/dom/DOMTypedArray.h:81: // Should not use CORE_EXPORT ...
5 years, 9 months ago (2015-03-25 11:39:03 UTC) #19
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1017183003/140001
5 years, 9 months ago (2015-03-25 11:39:34 UTC) #22
commit-bot: I haz the power
5 years, 9 months ago (2015-03-25 13:09:54 UTC) #23
Message was sent while issue was closed.
Committed patchset #5 (id:140001) as
https://src.chromium.org/viewvc/blink?view=rev&revision=192534

Powered by Google App Engine
This is Rietveld 408576698