Chromium Code Reviews
Help | Chromium Project | Sign in
(32)

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

Can't Edit
Can't Publish+Mail
Start Review
Created:
4 years, 9 months ago by tommi
Modified:
4 years 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
Trybot results:  win 
Commit: CQ not working?

Messages

Total messages: 5 (0 generated)
tommi
4 years, 9 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 ...
4 years, 9 months ago (2010-08-10 17:58:31 UTC) #2
tommi
On 2010/08/10 17:58:31, amit wrote: > LGTM > > Looks pretty good. Now, as a ...
4 years, 9 months ago (2010-08-10 18:16:11 UTC) #3
tommi
new changes uploaded.
4 years, 9 months ago (2010-08-10 19:02:32 UTC) #4
amit
4 years, 9 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.
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld ec887be