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

Issue 5814004: Fixing a regression introduced with r69101, which now prevents Chrome Frame... (Closed)

Created:
10 years ago by Roger Tawa OOO till Jul 10th
Modified:
9 years, 7 months ago
Reviewers:
amit, ananta
CC:
chromium-reviews
Visibility:
Public.

Description

Fixing a regression introduced with r69101, which now prevents Chrome Frame from loading chrome extension URL in privileged mode using the NPAPI plugin. The behaviour that was implemented only for the ActiveX control has been moved into the base class NavigationConstraintsImpl, which both the ActieX and NPAPI plugin derive from. TEST=Added new unit tests for this case BUG=0 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=69257

Patch Set 1 #

Total comments: 1

Patch Set 2 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+96 lines, -84 lines) Patch
M chrome_frame/chrome_frame_activex.cc View 1 5 chunks +7 lines, -7 lines 0 comments Download
M chrome_frame/chrome_frame_activex_base.h View 1 13 chunks +11 lines, -27 lines 0 comments Download
M chrome_frame/chrome_frame_npapi.h View 1 2 chunks +1 line, -3 lines 0 comments Download
M chrome_frame/chrome_frame_npapi.cc View 1 14 chunks +17 lines, -17 lines 0 comments Download
M chrome_frame/chrome_frame_plugin.h View 1 6 chunks +7 lines, -15 lines 0 comments Download
M chrome_frame/navigation_constraints.h View 1 1 chunk +13 lines, -1 line 0 comments Download
M chrome_frame/navigation_constraints.cc View 1 3 chunks +17 lines, -0 lines 0 comments Download
M chrome_frame/test/util_unittests.cc View 1 2 chunks +23 lines, -14 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
Roger Tawa OOO till Jul 10th
10 years ago (2010-12-14 19:29:51 UTC) #1
amit
Thanks for catching this! drive by... http://codereview.chromium.org/5814004/diff/1/chrome_frame/chrome_frame_npapi.cc File chrome_frame/chrome_frame_npapi.cc (right): http://codereview.chromium.org/5814004/diff/1/chrome_frame/chrome_frame_npapi.cc#newcode422 chrome_frame/chrome_frame_npapi.cc:422: bool ChromeFrameNPAPI::IsSchemeAllowed(const GURL& ...
10 years ago (2010-12-14 19:37:58 UTC) #2
Roger Tawa OOO till Jul 10th
Hi Amit, Moved the code to a common place. I don't understand what you mean ...
10 years ago (2010-12-14 22:12:54 UTC) #3
amit
lgtm as long as ananta is fine with it :)
10 years ago (2010-12-14 22:18:20 UTC) #4
ananta
10 years ago (2010-12-14 22:18:29 UTC) #5
LGTM

Powered by Google App Engine
This is Rietveld 408576698