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

Issue 132036: JS Binding for HTMLAudioElement Constructor (Closed)

Created:
11 years, 6 months ago by kylep
Modified:
9 years, 7 months ago
CC:
chromium-reviews_googlegroups.com
Visibility:
Public.

Description

JS Binding for HTMLAudioElement Constructor Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=19191

Patch Set 1 #

Patch Set 2 : '' #

Patch Set 3 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+6 lines, -0 lines) Patch
M webkit/port/bindings/v8/v8_proxy.cpp View 1 chunk +5 lines, -0 lines 0 comments Download
M webkit/webkit.gyp View 1 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
kylep
I'm pretty sure I'm missing something because the tests this is supposed to fix are ...
11 years, 6 months ago (2009-06-18 21:28:36 UTC) #1
Alpha Left Google
On 2009/06/18 21:28:36, kylep wrote: > I'm pretty sure I'm missing something because the tests ...
11 years, 6 months ago (2009-06-18 21:32:13 UTC) #2
Alpha Left Google
This file is in webkit style, so don't mind the lint errors. Can you put ...
11 years, 6 months ago (2009-06-18 21:32:49 UTC) #3
kylep
Bam! Got it working. The tests are still failing, but that's because we don't support ...
11 years, 6 months ago (2009-06-19 17:49:55 UTC) #4
Alpha Left Google
+dglazkov
11 years, 6 months ago (2009-06-19 17:59:56 UTC) #5
Alpha Left Google
dglazkov: can you review this patch? :) This is to add Audio constructor to javascript.
11 years, 6 months ago (2009-06-19 18:01:03 UTC) #6
dglazkov
11 years, 6 months ago (2009-06-19 18:04:03 UTC) #7
Chromium-side stuff looks fine. You need to submit WebCore changes towebkit.org.
So really this will be two patches:

* one for upstream changes (V8CustomBinding and ctor)
* one for downstream changes (gyp and proxy).

Powered by Google App Engine
This is Rietveld 408576698