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

Issue 6265009: Bundle audio spatialization resources for use by the web audio API... (Closed)

Created:
9 years, 11 months ago by Chris Rogers
Modified:
9 years, 7 months ago
Reviewers:
tony, rniwa, rniwa-cr
CC:
chromium-reviews, pam+watch_chromium.org, darin-cc_chromium.org
Visibility:
Public.

Description

Bundle audio spatialization resources for use by the web audio API BUG=none TEST=none (I tested locally on Mac OS X against all of my web audio API demos) Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=72259

Patch Set 1 #

Total comments: 5

Patch Set 2 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+65 lines, -5 lines) Patch
M chrome/chrome_browser.gypi View 1 1 chunk +3 lines, -1 line 0 comments Download
M webkit/glue/webkitclient_impl.cc View 1 3 chunks +62 lines, -4 lines 0 comments Download

Messages

Total messages: 16 (0 generated)
Chris Rogers
This corresponds to WebKit patch: Add WebKitAudio.grd for chromium bundled audio spatialization resources https://bugs.webkit.org/show_bug.cgi?id=52651
9 years, 11 months ago (2011-01-18 23:29:29 UTC) #1
darin (slow to review)
I'd like to defer this code review (and the review of the WebKit patch) to ...
9 years, 11 months ago (2011-01-19 06:10:50 UTC) #2
tony
Most of the gyp changes will go away if you put the resources in WebKit.grd ...
9 years, 11 months ago (2011-01-19 17:46:10 UTC) #3
Chris Rogers
Tony, I think I've addressed all of your comments. First of all, many of the ...
9 years, 11 months ago (2011-01-19 23:59:03 UTC) #4
tony
LGTM! You'll have to wait for the upstream WebKit.grd change to go in, right?
9 years, 11 months ago (2011-01-20 00:14:33 UTC) #5
Chris Rogers
Thanks Tony! Yes, I'll definitely wait until the WebKit side lands and DEPS roll before ...
9 years, 11 months ago (2011-01-20 00:19:04 UTC) #6
rniwa-cr
Had to revert this change because we got: http://build.chromium.org/p/chromium/builders/XP%20Tests%20(dbg)(4)/builds/2205 http://build.chromium.org/p/chromium/builders/Vista%20Tests%20(dbg)(1)/builds/4098 http://build.chromium.org/p/chromium/builders/Vista%20Tests%20(dbg)(2)/builds/3924 http://build.chromium.org/p/chromium/builders/Vista%20Tests%20(dbg)(3)/builds/4110 http://build.chromium.org/p/chromium/builders/Vista%20Tests%20(dbg)(4)/builds/3088 http://build.chromium.org/p/chromium/builders/Interactive%20Tests%20(dbg)/builds/4092
9 years, 11 months ago (2011-01-22 04:08:34 UTC) #7
Chris Rogers
Ok, I'm surprised that this patch could possibly cause the tests to fail. We'll have ...
9 years, 11 months ago (2011-01-22 04:40:16 UTC) #8
rniwa
I am surprised too because the try bot looked fine. It could be the combination ...
9 years, 11 months ago (2011-01-22 04:49:36 UTC) #9
Chris Rogers
hmmm, I don't think the #defines should matter. If the tree settles down, then I ...
9 years, 11 months ago (2011-01-22 04:54:30 UTC) #10
rniwa
I'm truly lost. It seems like even after reverting your change, the tree is still ...
9 years, 11 months ago (2011-01-22 04:55:18 UTC) #11
Chris Rogers
Maybe try rolling back WebKit DEPS? On Fri, Jan 21, 2011 at 8:55 PM, Ryosuke ...
9 years, 11 months ago (2011-01-22 04:59:28 UTC) #12
rniwa
Ok, I'll roll out 72260-72261. - Ryosuke On Fri, Jan 21, 2011 at 8:59 PM, ...
9 years, 11 months ago (2011-01-22 05:04:59 UTC) #13
rniwa
I rolled out 72260 (WebKit roll) but layout tests were kept crashing on Windows so ...
9 years, 11 months ago (2011-01-22 05:49:41 UTC) #14
Chris Rogers
Ok, that patch explicitly passed the win try-bot, but I guess we'll see what happens... ...
9 years, 11 months ago (2011-01-22 06:04:34 UTC) #15
rniwa
9 years, 11 months ago (2011-01-22 06:11:10 UTC) #16
I have also reverted 72225 but that seems to be a good candidate as well.
 I'll wait until we get next cycle and might revert that one as well if
necessary.

- Ryosuke

On Fri, Jan 21, 2011 at 10:04 PM, Chris Rogers <crogers@google.com> wrote:

> Ok, that patch explicitly passed the win try-bot, but I guess we'll see
> what happens...
>
> Have you considered:
> http://src.chromium.org/viewvc/chrome?view=rev&revision=72255
>
> On Fri, Jan 21, 2011 at 9:49 PM, Ryosuke Niwa <rniwa@google.com> wrote:
>
>> I rolled out 72260 (WebKit roll) but layout tests were kept crashing on
>> Windows so I also rolled out 72261.
>>
>> - Ryosuke
>>
>> On Fri, Jan 21, 2011 at 9:04 PM, Ryosuke Niwa <rniwa@google.com> wrote:
>>
>>> Ok, I'll roll out 72260-72261.
>>>
>>> - Ryosuke
>>>
>>>
>>> On Fri, Jan 21, 2011 at 8:59 PM, Chris Rogers <crogers@google.com>wrote:
>>>
>>>> Maybe try rolling back WebKit DEPS?
>>>>
>>>>
>>>> On Fri, Jan 21, 2011 at 8:55 PM, Ryosuke Niwa <rniwa@google.com> wrote:
>>>>
>>>>> I'm truly lost.  It seems like even after reverting your change, the
>>>>> tree is still hosed :(  What am I supposed to do in this case?
>>>>>
>>>>> - Ryosuke
>>>>>
>>>>>
>>>>> On Fri, Jan 21, 2011 at 8:54 PM, Chris Rogers <crogers@google.com>wrote:
>>>>>
>>>>>> hmmm, I don't think the #defines should matter.  If the tree settles
>>>>>> down, then I can try again later.
>>>>>>
>>>>>>
>>>>>> On Fri, Jan 21, 2011 at 8:49 PM, Ryosuke Niwa <rniwa@google.com>wrote:
>>>>>>
>>>>>>> I am surprised too because the try bot looked fine.  It could be the
>>>>>>> combination of things.  I saw enabled some #define upstream so maybe
it's to
>>>>>>> do with that.
>>>>>>>
>>>>>>> - Ryosuke
>>>>>>>
>>>>>>>
>>>>>>> On Fri, Jan 21, 2011 at 8:40 PM, Chris Rogers <crogers@google.com>wrote:
>>>>>>>
>>>>>>>> Ok, I'm surprised that this patch could possibly cause the tests to
>>>>>>>> fail.  We'll have to try re-landing later when things settle down a
bit...
>>>>>>>>
>>>>>>>>
>>>>>>>> On Fri, Jan 21, 2011 at 8:08 PM, <rniwa@chromium.org> wrote:
>>>>>>>>
>>>>>>>>> Had to revert this change because we got:
>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
http://build.chromium.org/p/chromium/builders/XP%20Tests%20(dbg)(4)/builds/2205
>>>>>>>>>
>>>>>>>>>
http://build.chromium.org/p/chromium/builders/Vista%20Tests%20(dbg)(1)/builds...
>>>>>>>>>
>>>>>>>>>
http://build.chromium.org/p/chromium/builders/Vista%20Tests%20(dbg)(2)/builds...
>>>>>>>>>
>>>>>>>>>
http://build.chromium.org/p/chromium/builders/Vista%20Tests%20(dbg)(3)/builds...
>>>>>>>>>
>>>>>>>>>
http://build.chromium.org/p/chromium/builders/Vista%20Tests%20(dbg)(4)/builds...
>>>>>>>>>
>>>>>>>>>
http://build.chromium.org/p/chromium/builders/Interactive%20Tests%20(dbg)/bui...
>>>>>>>>>
>>>>>>>>>
>>>>>>>>> http://codereview.chromium.org/6265009/
>>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>> --
>>>>>>> Ryosuke Niwa
>>>>>>> Software Engineer / Chrome WebKit
>>>>>>> Google Inc
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>
>>>>>
>>>>>
>>>>> --
>>>>> Ryosuke Niwa
>>>>> Software Engineer / Chrome WebKit
>>>>> Google Inc
>>>>>
>>>>>
>>>>>
>>>>
>>>
>>>
>>> --
>>> Ryosuke Niwa
>>> Software Engineer / Chrome WebKit
>>> Google Inc
>>>
>>>
>>>
>>
>>
>> --
>> Ryosuke Niwa
>> Software Engineer / Chrome WebKit
>> Google Inc
>>
>>
>>
>


-- 
Ryosuke Niwa
Software Engineer / Chrome WebKit
Google Inc

Powered by Google App Engine
This is Rietveld 408576698