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

Issue 195043002: Remove unnecassary parameter "sampleRate" for loadAudioResource(). (Closed)

Created:
6 years, 9 months ago by KhNo
Modified:
6 years, 9 months ago
CC:
chromium-reviews, fischman+watch_chromium.org, jam, mcasas+watch_chromium.org, joi+watch-content_chromium.org, feature-media-reviews_chromium.org, darin-cc_chromium.org, wjia+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Visibility:
Public.

Description

Remove unnecassary parameter "sampleRate" for loadAudioResource(). Parameter "sampleRate" is not required for loadAudioResource(). There is FIXME in AudioBus.cpp in blink FIXME: the sampleRate parameter is ignored. It should be removed from the API. It will be consist of 3 steps. 1. Removing "sampleRate" in chrome which is called by blink. (included deprecated method) https://codereview.chromium.org/195043002/ 2. Removing "sampleRate" in blink. https://codereview.chromium.org/194753005/ 3. Removing deprecated method from #1 https://codereview.chromium.org/199573004/ BUG=351284 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=256800

Patch Set 1 #

Total comments: 2

Patch Set 2 : #

Patch Set 3 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+25 lines, -6 lines) Patch
M AUTHORS View 1 1 chunk +1 line, -0 lines 0 comments Download
M content/renderer/media/android/audio_decoder_android.h View 1 2 1 chunk +0 lines, -1 line 0 comments Download
M content/renderer/media/android/audio_decoder_android.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/renderer/media/audio_decoder.h View 1 chunk +1 line, -1 line 0 comments Download
M content/renderer/media/audio_decoder.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/renderer/renderer_webkitplatformsupport_impl.h View 1 chunk +4 lines, -0 lines 0 comments Download
M content/renderer/renderer_webkitplatformsupport_impl.cc View 1 chunk +17 lines, -2 lines 0 comments Download

Messages

Total messages: 35 (0 generated)
KhNo
Please review this patch.
6 years, 9 months ago (2014-03-11 13:17:40 UTC) #1
Raymond Toy
You didn't say what other patch, but for the record it is https://codereview.chromium.org/194753005/. Why are ...
6 years, 9 months ago (2014-03-11 16:49:00 UTC) #2
KhNo
On 2014/03/11 16:49:00, Raymond Toy wrote: > You didn't say what other patch, but for ...
6 years, 9 months ago (2014-03-11 16:54:10 UTC) #3
Raymond Toy
On 2014/03/11 16:54:10, KhNo wrote: > On 2014/03/11 16:49:00, Raymond Toy wrote: > > You ...
6 years, 9 months ago (2014-03-11 17:20:05 UTC) #4
Raymond Toy
In the description, I think a link to the other patch is useful. A comment ...
6 years, 9 months ago (2014-03-11 18:03:06 UTC) #5
KhNo
On 2014/03/11 17:20:05, Raymond Toy wrote: > On 2014/03/11 16:54:10, KhNo wrote: > > On ...
6 years, 9 months ago (2014-03-12 01:13:22 UTC) #6
KhNo
On 2014/03/12 01:13:22, KhNo wrote: > On 2014/03/11 17:20:05, Raymond Toy wrote: > > On ...
6 years, 9 months ago (2014-03-12 01:15:54 UTC) #7
KhNo
https://codereview.chromium.org/195043002/diff/1/content/renderer/renderer_webkitplatformsupport_impl.cc File content/renderer/renderer_webkitplatformsupport_impl.cc (right): https://codereview.chromium.org/195043002/diff/1/content/renderer/renderer_webkitplatformsupport_impl.cc#newcode797 content/renderer/renderer_webkitplatformsupport_impl.cc:797: size_t data_size) { On 2014/03/11 18:03:07, Raymond Toy wrote: ...
6 years, 9 months ago (2014-03-12 01:51:31 UTC) #8
Raymond Toy
lgtm
6 years, 9 months ago (2014-03-12 02:42:41 UTC) #9
KhNo
On 2014/03/12 02:42:41, Raymond Toy wrote: > lgtm Ken Russell, James, Can I get OWNER's ...
6 years, 9 months ago (2014-03-12 15:02:49 UTC) #10
Ken Russell (switch to Gerrit)
I'm not an OWNER in any of these directories. Please consult the OWNERS files in ...
6 years, 9 months ago (2014-03-12 16:33:25 UTC) #11
jamesr
lgtm
6 years, 9 months ago (2014-03-12 21:26:52 UTC) #12
KhNo
The CQ bit was checked by keonho07.kim@samsung.com
6 years, 9 months ago (2014-03-12 22:15:56 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/keonho07.kim@samsung.com/195043002/1
6 years, 9 months ago (2014-03-12 22:16:01 UTC) #14
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 9 months ago (2014-03-12 22:32:17 UTC) #15
commit-bot: I haz the power
Retried try job too often on chromium_presubmit for step(s) presubmit http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=chromium_presubmit&number=55037
6 years, 9 months ago (2014-03-12 22:32:18 UTC) #16
jamesr
The PRESUBMIT says: ** Presubmit Warnings ** keonho07.kim@samsung.com is not in AUTHORS file. If you ...
6 years, 9 months ago (2014-03-12 22:34:20 UTC) #17
KhNo
The CQ bit was checked by keonho07.kim@samsung.com
6 years, 9 months ago (2014-03-13 04:28:22 UTC) #18
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/keonho07.kim@samsung.com/195043002/20001
6 years, 9 months ago (2014-03-13 04:29:56 UTC) #19
KhNo
On 2014/03/12 22:34:20, jamesr wrote: > The PRESUBMIT says: > > ** Presubmit Warnings ** ...
6 years, 9 months ago (2014-03-13 04:37:40 UTC) #20
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 9 months ago (2014-03-13 05:36:38 UTC) #21
commit-bot: I haz the power
Retried try job too often on android_clang_dbg for step(s) slave_steps http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=android_clang_dbg&number=123381
6 years, 9 months ago (2014-03-13 05:36:39 UTC) #22
KhNo
The CQ bit was checked by keonho07.kim@samsung.com
6 years, 9 months ago (2014-03-13 05:44:36 UTC) #23
KhNo
The CQ bit was unchecked by keonho07.kim@samsung.com
6 years, 9 months ago (2014-03-13 05:44:39 UTC) #24
KhNo
The CQ bit was checked by keonho07.kim@samsung.com
6 years, 9 months ago (2014-03-13 05:51:05 UTC) #25
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/keonho07.kim@samsung.com/195043002/40001
6 years, 9 months ago (2014-03-13 05:51:30 UTC) #26
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 9 months ago (2014-03-13 05:57:27 UTC) #27
commit-bot: I haz the power
Try jobs failed on following builders: tryserver.chromium on win_chromium_compile_dbg
6 years, 9 months ago (2014-03-13 05:57:28 UTC) #28
Raymond Toy
On 2014/03/13 05:51:30, I haz the power (commit-bot) wrote: > CQ is trying da patch. ...
6 years, 9 months ago (2014-03-13 05:59:35 UTC) #29
KhNo
The CQ bit was checked by keonho07.kim@samsung.com
6 years, 9 months ago (2014-03-13 08:45:44 UTC) #30
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/keonho07.kim@samsung.com/195043002/40001
6 years, 9 months ago (2014-03-13 08:45:57 UTC) #31
commit-bot: I haz the power
Change committed as 256800
6 years, 9 months ago (2014-03-13 10:56:27 UTC) #32
KhNo
On 2014/03/13 05:59:35, Raymond Toy wrote: > On 2014/03/13 05:51:30, I haz the power (commit-bot) ...
6 years, 9 months ago (2014-03-13 17:04:48 UTC) #33
Raymond Toy
On 2014/03/13 17:04:48, KhNo wrote: > On 2014/03/13 05:59:35, Raymond Toy wrote: > > On ...
6 years, 9 months ago (2014-03-13 18:01:45 UTC) #34
KhNo
6 years, 9 months ago (2014-03-14 02:26:28 UTC) #35
Message was sent while issue was closed.
On 2014/03/13 18:01:45, Raymond Toy wrote:
> On 2014/03/13 17:04:48, KhNo wrote:
> > On 2014/03/13 05:59:35, Raymond Toy wrote:
> > > On 2014/03/13 05:51:30, I haz the power (commit-bot) wrote:
> > > > CQ is trying da patch. Follow status at
> > > >
> > >
> >
>
https://chromium-status.appspot.com/cq/keonho07.kim%25252540samsung.com/19504...
> > > 
> > > Check the failure from the android_clang_dbg bot:
> > >
> >
>
http://build.chromium.org/p/tryserver.chromium/builders/android_clang_dbg/bui...
> > > 
> > > This looks like a real failure that you need to fix.
> > 
> > Sorry, make you concern. I missed "git add audio_decoder_android.h" when I
> > uploaded the fist patch set. :(
> > That was fixed and merged. I will keep upload next steps.
> 
> In general that probably should have required a further review, but I see the
> change was very simple.
> 
> You may want to use "git cl try" next time to make sure things work,
especially
> if you're making android changes and you don't build on android yourself.

Oh, It is very nice.
Thanks information, Now, I'm reading
http://www.chromium.org/developers/testing/try-server-usage

Powered by Google App Engine
This is Rietveld 408576698