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

Issue 10780019: PPAPI (Flash): Properly honor Pepper url requests with custom user agents. (Closed)

Created:
8 years, 5 months ago by viettrungluu
Modified:
8 years, 5 months ago
CC:
chromium-reviews, joi+watch-content_chromium.org, darin-cc_chromium.org, jam, pam+watch_chromium.org
Visibility:
Public.

Description

PPAPI (Flash): Properly honor Pepper url requests with custom user agents. BUG=134615 TEST=With suitably recent Flapper: http://10tv.nana10.co.il/ streams properly (see bug for appropriate things to click). Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=147060

Patch Set 1 #

Patch Set 2 : fix resource_dispatcher_unittest.cc #

Patch Set 3 : d'oh #

Total comments: 1

Patch Set 4 : got rid of unneeded WebKit:: #

Unified diffs Side-by-side diffs Delta from patch set Stats (+49 lines, -10 lines) Patch
M content/common/request_extra_data.h View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M content/common/request_extra_data.cc View 1 2 2 chunks +4 lines, -1 line 0 comments Download
M content/common/resource_dispatcher_unittest.cc View 1 1 chunk +1 line, -0 lines 0 comments Download
M content/renderer/render_view_impl.cc View 1 2 3 1 chunk +19 lines, -0 lines 0 comments Download
M webkit/glue/weburlrequest_extradata_impl.h View 2 chunks +12 lines, -1 line 0 comments Download
M webkit/glue/weburlrequest_extradata_impl.cc View 1 chunk +5 lines, -2 lines 0 comments Download
M webkit/plugins/ppapi/ppb_url_request_info_impl.cc View 2 chunks +4 lines, -4 lines 0 comments Download
M webkit/support/webkit_support.cc View 1 chunk +2 lines, -1 line 0 comments Download
M webkit/tools/test_shell/test_webview_delegate.cc View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 4 (0 generated)
viettrungluu
Hrm, this feels kind of hacky; suggestions for making it less hacky welcome.
8 years, 5 months ago (2012-07-16 19:24:12 UTC) #1
viettrungluu
ping
8 years, 5 months ago (2012-07-17 16:06:42 UTC) #2
viettrungluu
+brettw
8 years, 5 months ago (2012-07-17 17:12:14 UTC) #3
darin (slow to review)
8 years, 5 months ago (2012-07-17 18:24:06 UTC) #4
LGTM

https://chromiumcodereview.appspot.com/10780019/diff/7002/content/renderer/re...
File content/renderer/render_view_impl.cc (right):

https://chromiumcodereview.appspot.com/10780019/diff/7002/content/renderer/re...
content/renderer/render_view_impl.cc:3305: WebKit::WebString custom_user_agent;
nit: no need for WebKit:: prefix here.  see using declaration at top of file.

Powered by Google App Engine
This is Rietveld 408576698