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

Issue 11824050: InstantExtended: Committed NTP (Closed)

Created:
7 years, 11 months ago by samarth
Modified:
7 years, 10 months ago
CC:
chromium-reviews, joi+watch-content_chromium.org, browser-components-watch_chromium.org, gideonwald, dominich, David Black, dhollowa+watch_chromium.org, darin-cc_chromium.org, Jered, tfarina
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Visibility:
Public.

Description

InstantExtended: Committed NTP Use separate dedicated WebContents for the NTP and Instant overlay (both residing in the Instant process). Intercept any navigations to the New Tab Page and swap in the preloaded Instant NTP contents when available. BUG=168828, 174498, 174498 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=181397

Patch Set 1 #

Patch Set 2 : Cleanup. #

Total comments: 20

Patch Set 3 : Address comments. #

Patch Set 4 : More refactoring. #

Patch Set 5 : Update #

Total comments: 27

Patch Set 6 : Address comments. #

Patch Set 7 : Add missing file. #

Patch Set 8 : Rebase. #

Total comments: 85

Patch Set 9 : Address comments. #

Patch Set 10 : Fix some comments. #

Patch Set 11 : Rebase. #

Patch Set 12 : Added + updated tests. #

Patch Set 13 : Rebase. #

Total comments: 42

Patch Set 14 : Address comments. #

Total comments: 45

Patch Set 15 : Address comments. #

Patch Set 16 : Rebase. #

Total comments: 30

Patch Set 17 : Address comments. #

Patch Set 18 : Rebase. #

Total comments: 8

Patch Set 19 : #

Patch Set 20 : #

Patch Set 21 : Address comments. #

Patch Set 22 : Use WebContentsDelegate for focusing omnibox by default. #

Total comments: 1

Patch Set 23 : Rebase and address comments. #

Patch Set 24 : Virtual destructor for InstantController. #

Patch Set 25 : Fix test failures. #

Total comments: 12

Patch Set 26 : Rebase. #

Total comments: 28

Patch Set 27 : Address comments. #

Patch Set 28 : More fixes. #

Patch Set 29 : Undo to fix blacklisting. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1985 lines, -1440 lines) Patch
M chrome/browser/history/DEPS View 1 2 3 4 5 6 7 8 9 10 19 20 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/history/history_tab_helper.cc View 1 2 3 4 5 6 7 8 9 10 19 20 2 chunks +5 lines, -5 lines 0 comments Download
M chrome/browser/instant/instant_browsertest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 12 chunks +35 lines, -25 lines 0 comments Download
D chrome/browser/instant/instant_client.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 19 20 1 chunk +0 lines, -175 lines 0 comments Download
D chrome/browser/instant/instant_client.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 19 20 1 chunk +0 lines, -179 lines 0 comments Download
M chrome/browser/instant/instant_controller.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 11 chunks +125 lines, -94 lines 0 comments Download
M chrome/browser/instant/instant_controller.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 36 chunks +347 lines, -258 lines 0 comments Download
M chrome/browser/instant/instant_extended_browsertest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 5 chunks +176 lines, -3 lines 0 comments Download
M chrome/browser/instant/instant_loader.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 1 chunk +94 lines, -119 lines 0 comments Download
M chrome/browser/instant/instant_loader.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 4 chunks +121 lines, -327 lines 0 comments Download
A chrome/browser/instant/instant_ntp.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 1 chunk +62 lines, -0 lines 0 comments Download
A chrome/browser/instant/instant_ntp.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 1 chunk +66 lines, -0 lines 0 comments Download
A chrome/browser/instant/instant_overlay.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 1 chunk +117 lines, -0 lines 0 comments Download
A chrome/browser/instant/instant_overlay.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 1 chunk +154 lines, -0 lines 0 comments Download
A chrome/browser/instant/instant_page.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 1 chunk +223 lines, -0 lines 0 comments Download
A chrome/browser/instant/instant_page.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 1 chunk +238 lines, -0 lines 0 comments Download
M chrome/browser/instant/instant_tab.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 1 chunk +12 lines, -53 lines 0 comments Download
M chrome/browser/instant/instant_tab.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 1 chunk +13 lines, -85 lines 0 comments Download
M chrome/browser/instant/instant_test_utils.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 2 chunks +0 lines, -10 lines 0 comments Download
M chrome/browser/ui/browser.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/browser/ui/browser.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 1 chunk +4 lines, -0 lines 0 comments Download
M chrome/browser/ui/browser_instant_controller.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 2 chunks +23 lines, -3 lines 0 comments Download
M chrome/browser/ui/browser_instant_controller.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 7 chunks +66 lines, -28 lines 0 comments Download
M chrome/browser/ui/browser_navigator.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 6 chunks +69 lines, -40 lines 0 comments Download
M chrome/browser/ui/search/search_tab_helper.h View 1 2 19 20 3 chunks +1 line, -8 lines 0 comments Download
M chrome/browser/ui/search/search_tab_helper.cc View 1 2 3 4 5 6 7 19 20 3 chunks +2 lines, -19 lines 0 comments Download
M chrome/browser/ui/toolbar/toolbar_model_impl.cc View 1 2 3 4 5 6 7 19 20 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/chrome_browser.gypi View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 2 chunks +6 lines, -2 lines 0 comments Download
M chrome/common/chrome_notification_types.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 1 chunk +6 lines, -2 lines 0 comments Download
M content/browser/web_contents/web_contents_impl.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 1 chunk +3 lines, -1 line 0 comments Download
M content/public/browser/web_contents_delegate.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 3 chunks +6 lines, -2 lines 0 comments Download
M content/public/browser/web_contents_delegate.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 1 chunk +5 lines, -1 line 0 comments Download

Messages

Total messages: 54 (0 generated)
samarth
Ready for a first look. dhollowa: please look at chrome/browser/ui/... and content/... sreeram, jered: please ...
7 years, 11 months ago (2013-01-10 07:25:40 UTC) #1
Jered
I did a quick first pass, just some nits. The overlay_ and ntp_ split in ...
7 years, 11 months ago (2013-01-10 15:53:54 UTC) #2
dhollowa
You'll need to add sky@ for chrome/browser/ui stuff. https://codereview.chromium.org/11824050/diff/25/chrome/browser/instant/instant_controller.h File chrome/browser/instant/instant_controller.h (right): https://codereview.chromium.org/11824050/diff/25/chrome/browser/instant/instant_controller.h#newcode156 chrome/browser/instant/instant_controller.h:156: // ...
7 years, 11 months ago (2013-01-10 18:50:29 UTC) #3
tfarina
On Thu, Jan 10, 2013 at 4:50 PM, <dhollowa@chromium.org> wrote: > https://codereview.chromium.org/11824050/diff/25/chrome/browser/instant/instant_ntp.h > File chrome/browser/instant/instant_ntp.h ...
7 years, 11 months ago (2013-01-10 20:24:41 UTC) #4
dhollowa
https://codereview.chromium.org/11824050/diff/25/chrome/browser/instant/instant_ntp.h File chrome/browser/instant/instant_ntp.h (right): https://codereview.chromium.org/11824050/diff/25/chrome/browser/instant/instant_ntp.h#newcode86 chrome/browser/instant/instant_ntp.h:86: InstantClient client_; On 2013/01/10 18:50:29, dhollowa wrote: > I ...
7 years, 11 months ago (2013-01-10 21:08:03 UTC) #5
samarth
Thanks for the comments! I'll send this to sky (and other OWNERS) once you guys ...
7 years, 11 months ago (2013-01-11 19:43:05 UTC) #6
dhollowa
https://codereview.chromium.org/11824050/diff/25/chrome/browser/instant/instant_ntp.h File chrome/browser/instant/instant_ntp.h (right): https://codereview.chromium.org/11824050/diff/25/chrome/browser/instant/instant_ntp.h#newcode86 chrome/browser/instant/instant_ntp.h:86: InstantClient client_; On 2013/01/11 19:43:05, samarth wrote: > On ...
7 years, 11 months ago (2013-01-11 19:55:01 UTC) #7
samarth
Ok, how about this? I ended up going with David's initial suggestion re InstantPage but ...
7 years, 11 months ago (2013-01-14 16:55:32 UTC) #8
Jered
This seems a bit clearer though InstantPage isn't really doing much, and I think it ...
7 years, 11 months ago (2013-01-14 18:22:33 UTC) #9
dhollowa
https://codereview.chromium.org/11824050/diff/24001/chrome/browser/instant/instant_api_wrapper.cc File chrome/browser/instant/instant_api_wrapper.cc (right): https://codereview.chromium.org/11824050/diff/24001/chrome/browser/instant/instant_api_wrapper.cc#newcode105 chrome/browser/instant/instant_api_wrapper.cc:105: IPC_MESSAGE_HANDLER(ChromeViewHostMsg_SetSuggestions, SetSuggestions) We should change these handler names to ...
7 years, 11 months ago (2013-01-14 19:59:38 UTC) #10
samarth
Hey Sreeram, I realize that going through all the details of this change will take ...
7 years, 11 months ago (2013-01-15 00:01:40 UTC) #11
sreeram
On 2013/01/15 00:01:40, samarth wrote: > I realize that going through all the details of ...
7 years, 11 months ago (2013-01-18 19:48:48 UTC) #12
samarth
Collapsed InstantAPIWrapper and InstantPage into InstantPage as suggested. PTAL. I'll update existing tests and add ...
7 years, 11 months ago (2013-01-22 15:59:06 UTC) #13
sreeram
I'm sending my comments piecemeal. Don't bother uploading new patch sets until I'm done reviewing. ...
7 years, 11 months ago (2013-01-22 19:26:59 UTC) #14
dhollowa
https://codereview.chromium.org/11824050/diff/35002/chrome/browser/instant/instant_controller.cc File chrome/browser/instant/instant_controller.cc (right): https://codereview.chromium.org/11824050/diff/35002/chrome/browser/instant/instant_controller.cc#newcode398 chrome/browser/instant/instant_controller.cc:398: if (!extended_enabled_ || !ntp_) Should this be a DCHECK? ...
7 years, 11 months ago (2013-01-22 22:34:58 UTC) #15
Shishir
https://codereview.chromium.org/11824050/diff/35002/chrome/browser/instant/instant_page.h File chrome/browser/instant/instant_page.h (right): https://codereview.chromium.org/11824050/diff/35002/chrome/browser/instant/instant_page.h#newcode99 chrome/browser/instant/instant_page.h:99: const content::WebContents* contents) = 0; On 2013/01/22 19:26:59, sreeram ...
7 years, 11 months ago (2013-01-25 20:41:13 UTC) #16
sreeram
On 2013/01/25 20:41:13, Shishir wrote: > The calls are slightly different in the sense that ...
7 years, 11 months ago (2013-01-25 20:47:07 UTC) #17
samarth
David and Sreeram: addressed all your comments. PTAL. Thanks, Samarth https://codereview.chromium.org/11824050/diff/35002/chrome/browser/instant/instant_controller.cc File chrome/browser/instant/instant_controller.cc (right): https://codereview.chromium.org/11824050/diff/35002/chrome/browser/instant/instant_controller.cc#newcode398 ...
7 years, 11 months ago (2013-01-25 21:08:40 UTC) #18
melevin
Can you sync? Your patch doesn't apply at head.
7 years, 11 months ago (2013-01-25 21:44:03 UTC) #19
samarth
On 2013/01/25 21:44:03, melevin wrote: > Can you sync? Your patch doesn't apply at head. ...
7 years, 11 months ago (2013-01-25 22:53:10 UTC) #20
samarth
FYI, just fixed existing tests and added some new ones for the committed NTP. Thanks, ...
7 years, 11 months ago (2013-01-28 01:09:59 UTC) #21
dhollowa
https://codereview.chromium.org/11824050/diff/35002/chrome/browser/instant/instant_page.h File chrome/browser/instant/instant_page.h (right): https://codereview.chromium.org/11824050/diff/35002/chrome/browser/instant/instant_page.h#newcode219 chrome/browser/instant/instant_page.h:219: bool supports_instant_; On 2013/01/25 21:08:40, samarth wrote: > On ...
7 years, 10 months ago (2013-01-29 02:37:53 UTC) #22
samarth
creis@: Can you take a look at InstantLoader::Load to make sure I'm getting a SiteInstance ...
7 years, 10 months ago (2013-01-29 05:42:01 UTC) #23
Charlie Reis
At first glance, the creation of SiteInstances in InstantLoader::Load looks right. I'd like to take ...
7 years, 10 months ago (2013-01-29 07:30:55 UTC) #24
sreeram
https://codereview.chromium.org/11824050/diff/62001/chrome/browser/instant/instant_loader.cc File chrome/browser/instant/instant_loader.cc (right): https://codereview.chromium.org/11824050/diff/62001/chrome/browser/instant/instant_loader.cc#newcode61 chrome/browser/instant/instant_loader.cc:61: DVLOG(1) << "LoadURL: " << instant_url.spec(); No need for ...
7 years, 10 months ago (2013-01-29 13:35:42 UTC) #25
sreeram
Reference for the "comment out unused variable names": http://google-styleguide.googlecode.com/svn/trunk/cppguide.xml?showone=Function_Declarations_and_Definitions#Function_Declarations_and_Definitions
7 years, 10 months ago (2013-01-29 17:33:24 UTC) #26
dhollowa
On 2013/01/29 17:33:24, sreeram wrote: > Reference for the "comment out unused variable names": > ...
7 years, 10 months ago (2013-01-29 17:45:03 UTC) #27
jam
https://codereview.chromium.org/11824050/diff/62001/content/browser/web_contents/web_contents_impl.cc File content/browser/web_contents/web_contents_impl.cc (right): https://codereview.chromium.org/11824050/diff/62001/content/browser/web_contents/web_contents_impl.cc#newcode1990 content/browser/web_contents/web_contents_impl.cc:1990: entry->GetVirtualURL() == GURL(chrome::kChromeUINewTabURL))); i dont understand why this change ...
7 years, 10 months ago (2013-01-29 17:51:54 UTC) #28
samarth
Thanks for the reviews. PTAL. David/Sreeram: I went with the commented-out params. That's what the ...
7 years, 10 months ago (2013-01-31 16:24:57 UTC) #29
jam
https://codereview.chromium.org/11824050/diff/62001/chrome/browser/instant/instant_loader.cc File chrome/browser/instant/instant_loader.cc (right): https://codereview.chromium.org/11824050/diff/62001/chrome/browser/instant/instant_loader.cc#newcode179 chrome/browser/instant/instant_loader.cc:179: void InstantLoader::WebContentsFocused(content::WebContents* contents) { On 2013/01/31 16:24:57, samarth wrote: ...
7 years, 10 months ago (2013-02-01 17:44:33 UTC) #30
sreeram
https://codereview.chromium.org/11824050/diff/62001/chrome/browser/instant/instant_loader.cc File chrome/browser/instant/instant_loader.cc (right): https://codereview.chromium.org/11824050/diff/62001/chrome/browser/instant/instant_loader.cc#newcode179 chrome/browser/instant/instant_loader.cc:179: void InstantLoader::WebContentsFocused(content::WebContents* contents) { On 2013/02/01 17:44:34, jam wrote: ...
7 years, 10 months ago (2013-02-01 17:50:02 UTC) #31
jam
On 2013/02/01 17:50:02, sreeram wrote: > https://codereview.chromium.org/11824050/diff/62001/chrome/browser/instant/instant_loader.cc > File chrome/browser/instant/instant_loader.cc (right): > > https://codereview.chromium.org/11824050/diff/62001/chrome/browser/instant/instant_loader.cc#newcode179 > ...
7 years, 10 months ago (2013-02-01 17:56:38 UTC) #32
sreeram
On 2013/02/01 17:56:38, jam wrote: > what i really value is consistency in style across ...
7 years, 10 months ago (2013-02-01 18:16:36 UTC) #33
jam
On 2013/02/01 18:16:36, sreeram wrote: > On 2013/02/01 17:56:38, jam wrote: > > what i ...
7 years, 10 months ago (2013-02-01 18:22:08 UTC) #34
Charlie Reis
I'll give my specific LGTM for the SiteInstance creation in InstantLoader and defer on the ...
7 years, 10 months ago (2013-02-01 19:58:56 UTC) #35
sreeram
https://codereview.chromium.org/11824050/diff/54006/chrome/browser/instant/instant_loader.cc File chrome/browser/instant/instant_loader.cc (right): https://codereview.chromium.org/11824050/diff/54006/chrome/browser/instant/instant_loader.cc#newcode60 chrome/browser/instant/instant_loader.cc:60: const char kInstantHeader[] = "X-Purpose: Instant"; Move this also ...
7 years, 10 months ago (2013-02-01 20:36:53 UTC) #36
samarth
jam@: removed the content/ stuff for now (see comment below). Thanks! Samarth https://codereview.chromium.org/11824050/diff/62001/content/browser/web_contents/web_contents_impl.cc File content/browser/web_contents/web_contents_impl.cc ...
7 years, 10 months ago (2013-02-04 20:43:32 UTC) #37
samarth
FYI, synced past Shishir's latest changes. PTAL.
7 years, 10 months ago (2013-02-05 14:46:56 UTC) #38
samarth
ping sky@? Can you take a review for chrome/browser/ui chrome/browser/history ? Thanks! Samarth
7 years, 10 months ago (2013-02-05 19:29:20 UTC) #39
sky
https://codereview.chromium.org/11824050/diff/71001/chrome/browser/ui/browser_instant_controller.cc File chrome/browser/ui/browser_instant_controller.cc (right): https://codereview.chromium.org/11824050/diff/71001/chrome/browser/ui/browser_instant_controller.cc#newcode132 chrome/browser/ui/browser_instant_controller.cc:132: base::Bind(&BrowserInstantController::FocusOmniboxForNTP, Why the delay here? What if this is ...
7 years, 10 months ago (2013-02-05 21:40:13 UTC) #40
samarth
Thanks Scott! PTAL. Samarth https://codereview.chromium.org/11824050/diff/71001/chrome/browser/ui/browser_instant_controller.cc File chrome/browser/ui/browser_instant_controller.cc (right): https://codereview.chromium.org/11824050/diff/71001/chrome/browser/ui/browser_instant_controller.cc#newcode132 chrome/browser/ui/browser_instant_controller.cc:132: base::Bind(&BrowserInstantController::FocusOmniboxForNTP, On 2013/02/05 21:40:13, sky ...
7 years, 10 months ago (2013-02-05 22:41:57 UTC) #41
sky
LGTM
7 years, 10 months ago (2013-02-06 00:33:28 UTC) #42
samarth
+jam for content/ changes
7 years, 10 months ago (2013-02-06 18:19:44 UTC) #43
jam
content lgtm https://codereview.chromium.org/11824050/diff/80004/content/browser/web_contents/web_contents_impl.cc File content/browser/web_contents/web_contents_impl.cc (right): https://codereview.chromium.org/11824050/diff/80004/content/browser/web_contents/web_contents_impl.cc#newcode1994 content/browser/web_contents/web_contents_impl.cc:1994: return false; nit: return delegate_ && delegate_->Foo(); ...
7 years, 10 months ago (2013-02-06 22:22:51 UTC) #44
dhollowa
LGTM.
7 years, 10 months ago (2013-02-07 02:30:55 UTC) #45
sreeram
LGTM I didn't look at the tests at all, nor did I look too carefully ...
7 years, 10 months ago (2013-02-07 18:22:45 UTC) #46
sreeram
https://codereview.chromium.org/11824050/diff/72064/chrome/browser/ui/browser_instant_controller.cc File chrome/browser/ui/browser_instant_controller.cc (right): https://codereview.chromium.org/11824050/diff/72064/chrome/browser/ui/browser_instant_controller.cc#newcode43 chrome/browser/ui/browser_instant_controller.cc:43: chrome::search::IsInstantExtendedAPIEnabled(browser->profile())), Replace browser_->profile() with just profile(), throughout this file. ...
7 years, 10 months ago (2013-02-07 21:17:49 UTC) #47
sreeram
https://codereview.chromium.org/11824050/diff/72064/chrome/browser/instant/instant_page.cc File chrome/browser/instant/instant_page.cc (right): https://codereview.chromium.org/11824050/diff/72064/chrome/browser/instant/instant_page.cc#newcode183 chrome/browser/instant/instant_page.cc:183: if (contents_ && contents_->IsActiveEntry(page_id)) { No need for "if ...
7 years, 10 months ago (2013-02-07 22:09:53 UTC) #48
samarth
https://codereview.chromium.org/11824050/diff/84005/chrome/browser/instant/instant_controller.cc File chrome/browser/instant/instant_controller.cc (right): https://codereview.chromium.org/11824050/diff/84005/chrome/browser/instant/instant_controller.cc#newcode651 chrome/browser/instant/instant_controller.cc:651: content::Source<content::WebContents>(preview.get()); On 2013/02/07 18:22:46, sreeram wrote: > It's uncommon ...
7 years, 10 months ago (2013-02-07 22:11:54 UTC) #49
sreeram
https://codereview.chromium.org/11824050/diff/72064/chrome/browser/ui/browser_instant_controller.cc File chrome/browser/ui/browser_instant_controller.cc (right): https://codereview.chromium.org/11824050/diff/72064/chrome/browser/ui/browser_instant_controller.cc#newcode163 chrome/browser/ui/browser_instant_controller.cc:163: } On 2013/02/07 22:11:55, samarth wrote: > On 2013/02/07 ...
7 years, 10 months ago (2013-02-07 22:18:15 UTC) #50
samarth
Thanks for the reviews everyone! Sending to the CQ now... Samarth https://codereview.chromium.org/11824050/diff/72064/chrome/browser/instant/instant_page.cc File chrome/browser/instant/instant_page.cc (right): ...
7 years, 10 months ago (2013-02-07 22:45:41 UTC) #51
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/samarth@chromium.org/11824050/83049
7 years, 10 months ago (2013-02-07 22:46:31 UTC) #52
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/samarth@chromium.org/11824050/77103
7 years, 10 months ago (2013-02-07 23:21:37 UTC) #53
commit-bot: I haz the power
7 years, 10 months ago (2013-02-08 01:13:35 UTC) #54
Message was sent while issue was closed.
Change committed as 181397

Powered by Google App Engine
This is Rietveld 408576698