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

Issue 131183002: IDL compiler: AudioBuffer interfaces (Closed)

Created:
6 years, 11 months ago by Nils Barth (inactive)
Modified:
6 years, 11 months ago
CC:
blink-reviews, kojih, arv+blink, jsbell+bindings_chromium.org, sof, abarth-chromium, marja+watch_chromium.org, adamk+blink_chromium.org, Nate Chapin, Inactive, kouhei (in TOK), Ken Russell (switch to Gerrit), Raymond Toy
Visibility:
Public.

Description

IDL compiler: AudioBuffer interfaces BUG=239771 R=haraken NOTRY=true Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=165107

Patch Set 1 #

Total comments: 9

Patch Set 2 : Revised #

Unified diffs Side-by-side diffs Delta from patch set Stats (+15 lines, -0 lines) Patch
M Source/bindings/scripts/unstable/v8_interface.py View 1 2 chunks +5 lines, -0 lines 0 comments Download
M Source/bindings/templates/interface.cpp View 1 1 chunk +10 lines, -0 lines 0 comments Download

Messages

Total messages: 18 (0 generated)
Nils Barth (inactive)
6 years, 11 months ago (2014-01-09 08:44:37 UTC) #1
haraken
https://codereview.chromium.org/131183002/diff/1/Source/bindings/templates/interface.cpp File Source/bindings/templates/interface.cpp (right): https://codereview.chromium.org/131183002/diff/1/Source/bindings/templates/interface.cpp#newcode716 Source/bindings/templates/interface.cpp:716: channelData->buffer()->setDeallocationObserver(V8ArrayBufferDeallocationObserver::instanceTemplate()); I don't fully understand why this code is ...
6 years, 11 months ago (2014-01-09 08:52:58 UTC) #2
Nils Barth (inactive)
https://codereview.chromium.org/131183002/diff/1/Source/bindings/templates/interface.cpp File Source/bindings/templates/interface.cpp (right): https://codereview.chromium.org/131183002/diff/1/Source/bindings/templates/interface.cpp#newcode716 Source/bindings/templates/interface.cpp:716: channelData->buffer()->setDeallocationObserver(V8ArrayBufferDeallocationObserver::instanceTemplate()); On 2014/01/09 08:52:58, haraken wrote: > > I ...
6 years, 11 months ago (2014-01-09 11:24:44 UTC) #3
Nils Barth (inactive)
https://codereview.chromium.org/131183002/diff/1/Source/bindings/templates/interface.cpp File Source/bindings/templates/interface.cpp (right): https://codereview.chromium.org/131183002/diff/1/Source/bindings/templates/interface.cpp#newcode716 Source/bindings/templates/interface.cpp:716: channelData->buffer()->setDeallocationObserver(V8ArrayBufferDeallocationObserver::instanceTemplate()); Hi Raymond, We're currently rewriting the IDL compiler ...
6 years, 11 months ago (2014-01-10 01:37:09 UTC) #4
haraken
+kbr
6 years, 11 months ago (2014-01-10 01:42:19 UTC) #5
Ken Russell (switch to Gerrit)
https://codereview.chromium.org/131183002/diff/1/Source/bindings/templates/interface.cpp File Source/bindings/templates/interface.cpp (right): https://codereview.chromium.org/131183002/diff/1/Source/bindings/templates/interface.cpp#newcode716 Source/bindings/templates/interface.cpp:716: channelData->buffer()->setDeallocationObserver(V8ArrayBufferDeallocationObserver::instanceTemplate()); +dslomov On 2014/01/10 01:37:10, Nils Barth wrote: > ...
6 years, 11 months ago (2014-01-10 02:31:31 UTC) #6
Nils Barth (inactive)
https://codereview.chromium.org/131183002/diff/1/Source/bindings/templates/interface.cpp File Source/bindings/templates/interface.cpp (right): https://codereview.chromium.org/131183002/diff/1/Source/bindings/templates/interface.cpp#newcode716 Source/bindings/templates/interface.cpp:716: channelData->buffer()->setDeallocationObserver(V8ArrayBufferDeallocationObserver::instanceTemplate()); *ping* Dmitry: could you PTAL? Thanks! > On ...
6 years, 11 months ago (2014-01-14 07:39:44 UTC) #7
Dmitry Lomov (no reviews)
https://codereview.chromium.org/131183002/diff/1/Source/bindings/templates/interface.cpp File Source/bindings/templates/interface.cpp (right): https://codereview.chromium.org/131183002/diff/1/Source/bindings/templates/interface.cpp#newcode716 Source/bindings/templates/interface.cpp:716: channelData->buffer()->setDeallocationObserver(V8ArrayBufferDeallocationObserver::instanceTemplate()); On 2014/01/14 07:39:45, Nils Barth wrote: > *ping* ...
6 years, 11 months ago (2014-01-14 08:37:57 UTC) #8
Dmitry Lomov (no reviews)
Change LGTM btw (modulo haraken@'s comment re: test interfaces etc.)
6 years, 11 months ago (2014-01-14 08:39:39 UTC) #9
haraken
https://codereview.chromium.org/131183002/diff/1/Source/bindings/templates/interface.cpp File Source/bindings/templates/interface.cpp (right): https://codereview.chromium.org/131183002/diff/1/Source/bindings/templates/interface.cpp#newcode716 Source/bindings/templates/interface.cpp:716: channelData->buffer()->setDeallocationObserver(V8ArrayBufferDeallocationObserver::instanceTemplate()); On 2014/01/14 08:37:58, Dmitry Lomov (chromium) wrote: > ...
6 years, 11 months ago (2014-01-14 09:27:05 UTC) #10
Dmitry Lomov (no reviews)
On 2014/01/14 09:27:05, haraken wrote: > https://codereview.chromium.org/131183002/diff/1/Source/bindings/templates/interface.cpp > File Source/bindings/templates/interface.cpp (right): > > https://codereview.chromium.org/131183002/diff/1/Source/bindings/templates/interface.cpp#newcode716 > ...
6 years, 11 months ago (2014-01-14 09:30:48 UTC) #11
haraken
On 2014/01/14 09:30:48, Dmitry Lomov (chromium) wrote: > On 2014/01/14 09:27:05, haraken wrote: > > ...
6 years, 11 months ago (2014-01-14 09:37:47 UTC) #12
Nils Barth (inactive)
Revised: * Rebased * Removed test file * Added comment to explain why we're generating ...
6 years, 11 months ago (2014-01-15 03:06:28 UTC) #13
Nils Barth (inactive)
BTW Dmitry, thank you for the detailed explanation!
6 years, 11 months ago (2014-01-15 03:08:09 UTC) #14
haraken
LGTM Actually I'm not really happy to have these special-casings, but it seems this is ...
6 years, 11 months ago (2014-01-15 04:02:10 UTC) #15
Nils Barth (inactive)
On 2014/01/15 04:02:10, haraken wrote: > Actually I'm not really happy to have these special-casings, ...
6 years, 11 months ago (2014-01-15 04:14:03 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/nbarth@chromium.org/131183002/190001
6 years, 11 months ago (2014-01-15 04:27:29 UTC) #17
commit-bot: I haz the power
6 years, 11 months ago (2014-01-15 04:42:49 UTC) #18
Message was sent while issue was closed.
Change committed as 165107

Powered by Google App Engine
This is Rietveld 408576698