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

Issue 3131003: Support GCF as the default HTML viewer. I simply extended the IsOptInUrl che... (Closed)

Created:
10 years, 4 months ago by tommi (sloooow) - chröme
Modified:
9 years, 7 months ago
Reviewers:
amit
CC:
chromium-reviews, amit
Visibility:
Public.

Description

Support GCF as the default HTML viewer as well as supporting an exclusion list. Now, there are two URL lists that we support and a master REG_DWORD value ("IsDefaultRenderer" ) to switch between them. Note that the OptInUrls key is no longer supported but the URL lists mentioned below function in the same way OptInUrls used to. This is basically how it works: if IsDefaultRenderer Url list name is "RenderInHostUrls" and lists patterns that the host (IE) should render. if not IsDefaultRenderer (i.e. it's 0) Url list name is "RenderInGcfUrls" and lists patterns that GCF should render. Also fixing typo :) TEST=See description above and in bug report. BUG=50788 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=55664

Patch Set 1 #

Total comments: 2

Patch Set 2 : '' #

Patch Set 3 : '' #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+35 lines, -13 lines) Patch
M chrome_frame/protocol_sink_wrap.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome_frame/protocol_sink_wrap.cc View 4 chunks +4 lines, -4 lines 0 comments Download
M chrome_frame/utils.cc View 1 2 2 chunks +30 lines, -8 lines 1 comment Download

Messages

Total messages: 5 (0 generated)
tommi (sloooow) - chröme
10 years, 4 months ago (2010-08-10 17:43:51 UTC) #1
amit
LGTM Looks pretty good. Now, as a next step, Chrome UA if the OptOut mode ...
10 years, 4 months ago (2010-08-10 17:58:31 UTC) #2
tommi (sloooow) - chröme
On 2010/08/10 17:58:31, amit wrote: > LGTM > > Looks pretty good. Now, as a ...
10 years, 4 months ago (2010-08-10 18:16:11 UTC) #3
tommi (sloooow) - chröme
new changes uploaded.
10 years, 4 months ago (2010-08-10 19:02:32 UTC) #4
amit
10 years, 4 months ago (2010-08-10 20:36:24 UTC) #5
lgtm

http://codereview.chromium.org/3131003/diff/6003/11003
File chrome_frame/utils.cc (right):

http://codereview.chromium.org/3131003/diff/6003/11003#newcode730
chrome_frame/utils.cc:730: load_in_chrome_frame = !load_in_chrome_frame;
true! :)
We definitely need a unit test for this. This function does not look very
friendly to that idea in its current form, so it's OK to do it in a subsequent
patch.

Powered by Google App Engine
This is Rietveld 408576698