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

Issue 9323071: Use InterstitialPage through a delegate interface instead of deriving from it. (Closed)

Created:
8 years, 10 months ago by jam
Modified:
8 years, 10 months ago
Reviewers:
Avi (use Gerrit)
CC:
chromium-reviews, creis+watch_chromium.org, nkostylev+watch_chromium.org, kkania, ajwong+watch_chromium.org, joi+watch-content_chromium.org, darin-cc_chromium.org, brettw-cc_chromium.org, robertshield, stevenjb+watch_chromium.org, davemoore+watch_chromium.org
Visibility:
Public.

Description

Use InterstitialPage through a delegate interface instead of deriving from it. In a followup change I'll create an API around InterstitialPage. BUG=98716 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=120840

Patch Set 1 : sync #

Total comments: 1

Patch Set 2 : '' #

Patch Set 3 : fix tests #

Total comments: 2

Patch Set 4 : fix tests #

Patch Set 5 : '' #

Patch Set 6 : fix cros build #

Patch Set 7 : sync past clang revert #

Patch Set 8 : fix malware browsertests #

Patch Set 9 : fix cros #

Unified diffs Side-by-side diffs Delta from patch set Stats (+422 lines, -312 lines) Patch
M chrome/browser/automation/testing_automation_provider.cc View 1 2 3 4 5 6 3 chunks +9 lines, -9 lines 0 comments Download
M chrome/browser/browser_focus_uitest.cc View 1 2 3 4 5 6 6 chunks +11 lines, -11 lines 0 comments Download
M chrome/browser/chrome_content_browser_client.cc View 1 2 3 4 5 6 2 chunks +7 lines, -3 lines 0 comments Download
M chrome/browser/chromeos/offline/offline_load_page.h View 1 2 3 4 5 6 3 chunks +16 lines, -6 lines 0 comments Download
M chrome/browser/chromeos/offline/offline_load_page.cc View 1 2 3 4 5 6 8 chunks +37 lines, -26 lines 0 comments Download
M chrome/browser/chromeos/offline/offline_load_page_unittest.cc View 1 2 3 4 5 6 2 chunks +2 lines, -1 line 0 comments Download
M chrome/browser/renderer_host/offline_resource_throttle.cc View 1 2 3 4 5 6 7 8 2 chunks +2 lines, -1 line 0 comments Download
M chrome/browser/safe_browsing/safe_browsing_blocking_page.h View 1 2 3 4 5 6 3 chunks +23 lines, -10 lines 0 comments Download
M chrome/browser/safe_browsing/safe_browsing_blocking_page.cc View 1 2 3 4 5 6 21 chunks +62 lines, -55 lines 0 comments Download
M chrome/browser/safe_browsing/safe_browsing_blocking_page_test.cc View 1 2 3 4 5 6 7 3 chunks +5 lines, -2 lines 0 comments Download
M chrome/browser/safe_browsing/safe_browsing_blocking_page_unittest.cc View 1 2 3 4 5 6 5 chunks +10 lines, -9 lines 0 comments Download
M chrome/browser/ssl/ssl_blocking_page.h View 1 2 3 4 5 6 3 chunks +17 lines, -6 lines 0 comments Download
M chrome/browser/ssl/ssl_blocking_page.cc View 1 2 3 4 5 6 4 chunks +23 lines, -17 lines 0 comments Download
D chrome/browser/tab_contents/chrome_interstitial_page.h View 1 2 3 4 5 6 1 chunk +0 lines, -32 lines 0 comments Download
D chrome/browser/tab_contents/chrome_interstitial_page.cc View 1 2 3 4 5 6 1 chunk +0 lines, -33 lines 0 comments Download
M chrome/browser/ui/browser_browsertest.cc View 1 2 3 4 5 6 3 chunks +13 lines, -4 lines 0 comments Download
M chrome/browser/ui/pdf/pdf_unsupported_feature.cc View 1 2 3 4 5 6 6 chunks +23 lines, -15 lines 0 comments Download
M chrome/chrome_browser.gypi View 1 2 3 4 5 6 1 chunk +0 lines, -2 lines 0 comments Download
M chrome/renderer/chrome_render_view_observer.h View 1 2 3 4 5 6 1 chunk +0 lines, -1 line 0 comments Download
M chrome/renderer/chrome_render_view_observer.cc View 1 2 3 4 5 6 2 chunks +0 lines, -5 lines 0 comments Download
M chrome/renderer/content_settings_observer.h View 1 2 3 4 5 6 2 chunks +3 lines, -4 lines 0 comments Download
M chrome/renderer/content_settings_observer.cc View 1 2 3 4 5 6 2 chunks +5 lines, -4 lines 0 comments Download
M chrome/renderer/content_settings_observer_browsertest.cc View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M content/browser/tab_contents/interstitial_page.h View 1 2 3 4 5 6 6 chunks +23 lines, -25 lines 0 comments Download
M content/browser/tab_contents/interstitial_page.cc View 1 2 3 4 5 6 15 chunks +41 lines, -18 lines 0 comments Download
M content/browser/tab_contents/tab_contents_unittest.cc View 1 2 3 4 5 6 7 chunks +40 lines, -12 lines 0 comments Download
A content/public/browser/interstitial_page_delegate.h View 1 2 1 chunk +49 lines, -0 lines 0 comments Download

Messages

Total messages: 8 (0 generated)
jam
8 years, 10 months ago (2012-02-06 17:57:40 UTC) #1
Avi (use Gerrit)
lgtm http://codereview.chromium.org/9323071/diff/9029/chrome/browser/automation/testing_automation_provider.cc File chrome/browser/automation/testing_automation_provider.cc (right): http://codereview.chromium.org/9323071/diff/9029/chrome/browser/automation/testing_automation_provider.cc#newcode205 chrome/browser/automation/testing_automation_provider.cc:205: interstitial_page_ = InterstitialPage::Create(tab, true, url , this); space ...
8 years, 10 months ago (2012-02-06 19:27:05 UTC) #2
jam
Avi: I ended up having to change this a little since your review to fix ...
8 years, 10 months ago (2012-02-06 23:58:51 UTC) #3
Avi (use Gerrit)
SLGTM http://codereview.chromium.org/9323071/diff/18006/content/public/browser/interstitial_page_delegate.h File content/public/browser/interstitial_page_delegate.h (right): http://codereview.chromium.org/9323071/diff/18006/content/public/browser/interstitial_page_delegate.h#newcode32 content/public/browser/interstitial_page_delegate.h:32: // Invoked when the page sent a command ...
8 years, 10 months ago (2012-02-07 00:33:50 UTC) #4
jam
http://codereview.chromium.org/9323071/diff/18006/content/public/browser/interstitial_page_delegate.h File content/public/browser/interstitial_page_delegate.h (right): http://codereview.chromium.org/9323071/diff/18006/content/public/browser/interstitial_page_delegate.h#newcode32 content/public/browser/interstitial_page_delegate.h:32: // Invoked when the page sent a command through ...
8 years, 10 months ago (2012-02-07 01:10:05 UTC) #5
oshima
John, OfflineLoadPageTest.OfflinePageProceed is crashing after this. It's not your fault because the bot doesn't seem ...
8 years, 10 months ago (2012-02-08 15:10:21 UTC) #6
jam
(just saw this) is it crashing even after 120852? On 2012/02/08 15:10:21, oshima wrote: > ...
8 years, 10 months ago (2012-02-08 21:56:39 UTC) #7
jam
8 years, 10 months ago (2012-02-08 22:14:12 UTC) #8
nm, i looked through and saw that it is. i see the issue, just sent
http://codereview.chromium.org/9361047/ and will test locally

On 2012/02/08 21:56:39, John Abd-El-Malek wrote:
> (just saw this)
> 
> is it crashing even after 120852?
> 
> On 2012/02/08 15:10:21, oshima wrote:
> > John, OfflineLoadPageTest.OfflinePageProceed is crashing after this.
> > It's not your fault because the bot doesn't seem to be running unit_test
> > (probably regression from aura switch. I'll work on that), but I couldn't
> revert
> > probably because there are too many check ins. Could you please look into
it?

Powered by Google App Engine
This is Rietveld 408576698