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

Issue 6339004: Add run-time enable support for the web audio API... (Closed)

Created:
9 years, 11 months ago by Chris Rogers
Modified:
9 years, 7 months ago
CC:
chromium-reviews, darin-cc_chromium.org, brettw-cc_chromium.org
Visibility:
Public.

Description

Add run-time enable support for the web audio API BUG=none TEST=none (tested locally on Mac OS X to verify about:flags shows the web audio feature and that it can be enabled/disabled) Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=72261

Patch Set 1 #

Total comments: 6

Patch Set 2 : '' #

Patch Set 3 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+29 lines, -0 lines) Patch
M chrome/app/generated_resources.grd View 1 chunk +6 lines, -0 lines 0 comments Download
M chrome/browser/about_flags.cc View 1 1 chunk +7 lines, -0 lines 0 comments Download
M chrome/browser/tab_contents/render_view_host_delegate_helper.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/common/chrome_switches.h View 1 1 chunk +1 line, -0 lines 0 comments Download
M chrome/common/chrome_switches.cc View 1 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/common/render_messages.cc View 1 2 2 chunks +2 lines, -0 lines 0 comments Download
M chrome/renderer/render_thread.cc View 1 chunk +3 lines, -0 lines 0 comments Download
M webkit/glue/webpreferences.h View 1 chunk +1 line, -0 lines 0 comments Download
M webkit/glue/webpreferences.cc View 2 chunks +4 lines, -0 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
Chris Rogers
Please also see companion WebKit patch: https://bugs.webkit.org/process_bug.cgi
9 years, 11 months ago (2011-01-19 22:27:48 UTC) #1
darin (slow to review)
http://codereview.chromium.org/6339004/diff/1/chrome/browser/about_flags.cc File chrome/browser/about_flags.cc (right): http://codereview.chromium.org/6339004/diff/1/chrome/browser/about_flags.cc#newcode287 chrome/browser/about_flags.cc:287: kOsMac, // FIXME(crogers): add windows and linux when FFT ...
9 years, 11 months ago (2011-01-19 23:32:43 UTC) #2
darin (slow to review)
You also need to update ParamTraits<WebPreferences>::Write and Read methods in render_messages.cc!
9 years, 11 months ago (2011-01-19 23:36:29 UTC) #3
Chris Rogers
I've addressed the style comments. http://codereview.chromium.org/6339004/diff/1/chrome/browser/about_flags.cc File chrome/browser/about_flags.cc (right): http://codereview.chromium.org/6339004/diff/1/chrome/browser/about_flags.cc#newcode287 chrome/browser/about_flags.cc:287: kOsMac, // FIXME(crogers): add ...
9 years, 11 months ago (2011-01-20 00:08:27 UTC) #4
Chris Rogers
This last patch deals with ParamTraits<WebPreferences>::Write and Read methods.
9 years, 11 months ago (2011-01-20 00:30:48 UTC) #5
darin (slow to review)
9 years, 11 months ago (2011-01-20 17:02:02 UTC) #6
LGTM

Powered by Google App Engine
This is Rietveld 408576698