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

Issue 8357019: Restricting set of URL requests that get intercepted to gview to GET methods with scheme http (Closed)

Created:
9 years, 2 months ago by tbarzic
Modified:
9 years, 1 month ago
Reviewers:
DaveMoore, zel, Scott Byer
CC:
chromium-reviews, stevenjb, nkostylev+watch_chromium.org, Erik does not do reviews, achuith+watch_chromium.org, mihaip+watch_chromium.org, Aaron Boodman, rginda+watch_chromium.org, Paweł Hajdan Jr., davemoore+watch_chromium.org
Visibility:
Public.

Description

Restricting set of URL requests that get intercepted to gview to GET methods with scheme http This should not affect official build since requests with pdf mime type already don't get intercepted when pdf plugin is present. TEST=Verified pdf can be copied in chromium OS file browser. unit_tests:GViewRequestInterceptorTest.* BUG=chromium-os:21560 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=107991

Patch Set 1 #

Total comments: 6

Patch Set 2 : "addressed comments" #

Patch Set 3 : rebase #

Total comments: 1

Patch Set 4 : spelling nit #

Patch Set 5 : rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+105 lines, -26 lines) Patch
M chrome/browser/chromeos/gview_request_interceptor.h View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/chromeos/gview_request_interceptor.cc View 1 4 chunks +20 lines, -3 lines 0 comments Download
M chrome/browser/chromeos/gview_request_interceptor_unittest.cc View 1 2 3 4 3 chunks +48 lines, -18 lines 0 comments Download
M chrome/browser/extensions/file_manager_util.cc View 1 2 3 4 4 chunks +34 lines, -3 lines 0 comments Download
M chrome/browser/profiles/profile_io_data.cc View 1 2 3 4 1 chunk +2 lines, -2 lines 0 comments Download

Messages

Total messages: 13 (0 generated)
tbarzic
9 years, 2 months ago (2011-10-19 21:51:00 UTC) #1
zel
http://codereview.chromium.org/8357019/diff/1/chrome/browser/chromeos/gview_request_interceptor.cc File chrome/browser/chromeos/gview_request_interceptor.cc (right): http://codereview.chromium.org/8357019/diff/1/chrome/browser/chromeos/gview_request_interceptor.cc#newcode84 chrome/browser/chromeos/gview_request_interceptor.cc:84: return scheme == "http"; there is a constant for ...
9 years, 2 months ago (2011-10-19 21:57:49 UTC) #2
Scott Byer
http://codereview.chromium.org/8357019/diff/1/chrome/browser/extensions/file_manager_util.cc File chrome/browser/extensions/file_manager_util.cc (right): http://codereview.chromium.org/8357019/diff/1/chrome/browser/extensions/file_manager_util.cc#newcode47 chrome/browser/extensions/file_manager_util.cc:47: ".pdf", Chromium can support PDF in a tab if ...
9 years, 2 months ago (2011-10-19 22:11:01 UTC) #3
tbarzic
http://codereview.chromium.org/8357019/diff/1/chrome/browser/chromeos/gview_request_interceptor.cc File chrome/browser/chromeos/gview_request_interceptor.cc (right): http://codereview.chromium.org/8357019/diff/1/chrome/browser/chromeos/gview_request_interceptor.cc#newcode84 chrome/browser/chromeos/gview_request_interceptor.cc:84: return scheme == "http"; On 2011/10/19 21:57:49, zel wrote: ...
9 years, 2 months ago (2011-10-19 23:30:27 UTC) #4
Scott Byer
lgtm
9 years, 2 months ago (2011-10-19 23:34:03 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/tbarzic@chromium.org/8357019/7001
9 years, 1 month ago (2011-10-27 21:37:51 UTC) #6
commit-bot: I haz the power
Presubmit check for 8357019-7001 failed and returned exit status 1. Running presubmit commit checks ...
9 years, 1 month ago (2011-10-27 21:37:54 UTC) #7
tbarzic
Dave, I need an approval from an owner for chrome/browser/profiles/profile_io_data.cc
9 years, 1 month ago (2011-10-27 21:44:16 UTC) #8
DaveMoore
lgtm http://codereview.chromium.org/8357019/diff/7001/chrome/browser/profiles/profile_io_data.cc File chrome/browser/profiles/profile_io_data.cc (right): http://codereview.chromium.org/8357019/diff/7001/chrome/browser/profiles/profile_io_data.cc#newcode477 chrome/browser/profiles/profile_io_data.cc:477: #endif // defined(OS_CHROMEOS) && !defiend(GOOGLE_CHROME_BUILD) Nit: spelling
9 years, 1 month ago (2011-10-28 18:47:09 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/tbarzic@chromium.org/8357019/2003
9 years, 1 month ago (2011-10-31 17:36:59 UTC) #10
commit-bot: I haz the power
Can't apply patch for file chrome/browser/extensions/file_manager_util.cc. While running patch -p1 --forward --force; patching file chrome/browser/extensions/file_manager_util.cc ...
9 years, 1 month ago (2011-10-31 17:37:14 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/tbarzic@chromium.org/8357019/18001
9 years, 1 month ago (2011-10-31 17:51:10 UTC) #12
commit-bot: I haz the power
9 years, 1 month ago (2011-10-31 19:24:43 UTC) #13
Change committed as 107991

Powered by Google App Engine
This is Rietveld 408576698