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

Issue 24733003: Update defaults for InstantExtended. (Closed)

Created:
7 years, 2 months ago by samarth
Modified:
7 years, 1 month ago
CC:
chromium-reviews, cbentzel+watch_chromium.org, skanuj+watch_chromium.org, melevin+watch_chromium.org, tburkard+watch_chromium.org, dhollowa+watch_chromium.org, dougw+watch_chromium.org, donnd+watch_chromium.org, mad+watch_chromium.org, dominich, gavinp+prer_chromium.org, dominich+watch_chromium.org, jfweitz+watch_chromium.org, David Black, samarth+watch_chromium.org, tfarina, kmadhusu+watch_chromium.org, James Su
Visibility:
Public.

Description

Update defaults for InstantExtended. Flip the cacheable InstantExtended New Tab page to on by default and remove the flags. Add a separate flag to control query in the omnibox (which is still off by default). BUG=297915 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=228779

Patch Set 1 #

Patch Set 2 : Fix tests. #

Patch Set 3 : Clean up. #

Patch Set 4 : More test fixes. #

Total comments: 14

Patch Set 5 : Fix more tests. #

Patch Set 6 : Rebase. #

Patch Set 7 : Rebase. #

Patch Set 8 : Address comments. #

Patch Set 9 : More comments addressed. #

Total comments: 3

Patch Set 10 : Clean up test. #

Total comments: 2

Patch Set 11 : Fix mac compile error. #

Patch Set 12 : More tests fixed. #

Patch Set 13 : Yet more test fixes. #

Patch Set 14 : Rebase. #

Patch Set 15 : Fix compile error. #

Patch Set 16 : A few more tests. #

Patch Set 17 : And a few more. #

Patch Set 18 : Fix compile error. #

Patch Set 19 : Fix test exclusion. #

Total comments: 6

Patch Set 20 : Wait in InProcessBrowserTest. #

Patch Set 21 : Address comments. #

Patch Set 22 : More tests. #

Patch Set 23 : Rebase. #

Patch Set 24 : Fix tests. #

Patch Set 25 : Compile error. #

Patch Set 26 : Rebase. #

Total comments: 7

Patch Set 27 : Few more fixes. #

Patch Set 28 : Address comments. #

Patch Set 29 : Address comments and a few more fixes. #

Patch Set 30 : Rebase. #

Patch Set 31 : Compile errors. #

Patch Set 32 : Fix mac #

Patch Set 33 : Mac. #

Patch Set 34 : Rebase. #

Patch Set 35 : Rebase. #

Patch Set 36 : New version. #

Patch Set 37 : Add bug numbers and remove stale flag. #

Patch Set 38 : Rebase. #

Patch Set 39 : Remove unused. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+613 lines, -944 lines) Patch
M chrome/app/generated_resources.grd View 1 chunk +0 lines, -18 lines 0 comments Download
M chrome/browser/about_flags.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 29 30 31 32 33 34 35 36 37 1 chunk +0 lines, -23 lines 0 comments Download
M chrome/browser/autocomplete/search_provider_unittest.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 29 30 31 32 33 34 35 41 chunks +185 lines, -117 lines 0 comments Download
M chrome/browser/chrome_content_browser_client_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 26 3 chunks +0 lines, -66 lines 0 comments Download
M chrome/browser/chrome_content_browser_client_unittest.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 29 30 2 chunks +60 lines, -0 lines 0 comments Download
M chrome/browser/extensions/api/desktop_capture/desktop_capture_apitest.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 29 30 31 32 33 34 35 36 1 chunk +2 lines, -1 line 0 comments Download
M chrome/browser/extensions/convert_web_app_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 26 27 28 29 30 31 32 33 34 35 1 chunk +2 lines, -8 lines 0 comments Download
M chrome/browser/extensions/extension_install_ui_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 26 27 28 29 30 31 32 33 34 35 3 chunks +7 lines, -8 lines 0 comments Download
M chrome/browser/extensions/extension_url_rewrite_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 26 27 28 29 30 31 32 33 34 35 2 chunks +3 lines, -2 lines 0 comments Download
M chrome/browser/extensions/lazy_background_page_apitest.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 29 30 31 32 33 34 35 36 37 1 chunk +2 lines, -3 lines 0 comments Download
M chrome/browser/omnibox/omnibox_field_trial_unittest.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 29 30 31 32 33 34 35 3 chunks +4 lines, -10 lines 0 comments Download
M chrome/browser/policy/policy_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 26 27 28 29 30 31 32 33 34 35 36 37 3 chunks +4 lines, -3 lines 0 comments Download
M chrome/browser/renderer_host/render_process_host_chrome_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 26 27 28 29 30 31 32 33 34 35 6 chunks +21 lines, -21 lines 0 comments Download
M chrome/browser/search/instant_service_unittest.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 29 30 31 32 33 34 35 3 chunks +2 lines, -5 lines 0 comments Download
M chrome/browser/search/instant_unittest_base.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 28 29 30 31 32 33 34 35 3 chunks +8 lines, -0 lines 0 comments Download
M chrome/browser/search/instant_unittest_base.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 29 30 31 32 33 34 35 1 chunk +20 lines, -1 line 0 comments Download
M chrome/browser/search/search.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 28 29 30 31 32 33 34 35 36 37 3 chunks +7 lines, -21 lines 0 comments Download
M chrome/browser/search/search.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 29 30 31 32 33 34 35 36 37 38 16 chunks +41 lines, -117 lines 0 comments Download
M chrome/browser/search/search_unittest.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 29 30 31 32 33 34 35 36 37 22 chunks +134 lines, -350 lines 0 comments Download
M chrome/browser/search_engines/template_url.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 29 30 31 32 33 34 35 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/sessions/persistent_tab_restore_service_browsertest.cc View 1 2 3 4 5 6 7 8 9 10 11 2 chunks +6 lines, -6 lines 0 comments Download
M chrome/browser/sessions/session_restore_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 26 27 28 29 30 31 32 33 34 35 2 chunks +3 lines, -4 lines 0 comments Download
M chrome/browser/signin/signin_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 26 27 28 29 30 31 32 33 34 35 3 chunks +4 lines, -3 lines 0 comments Download
M chrome/browser/ui/bookmarks/bookmark_unittest.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 29 30 31 32 33 34 35 1 chunk +0 lines, -1 line 0 comments Download
M chrome/browser/ui/browser_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 26 27 28 29 30 31 32 33 34 35 36 2 chunks +12 lines, -11 lines 0 comments Download
M chrome/browser/ui/browser_focus_uitest.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 29 30 31 32 33 34 35 1 chunk +10 lines, -8 lines 0 comments Download
M chrome/browser/ui/browser_navigator_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 26 27 28 29 30 31 32 33 34 35 1 chunk +2 lines, -3 lines 0 comments Download
M chrome/browser/ui/cocoa/bookmarks/bookmark_bar_controller_unittest.mm 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 29 30 31 32 33 34 35 4 chunks +12 lines, -13 lines 0 comments Download
M chrome/browser/ui/cocoa/omnibox/omnibox_view_mac_unittest.mm 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 29 30 31 32 33 34 35 1 chunk +0 lines, -1 line 0 comments Download
M chrome/browser/ui/cocoa/wrench_menu/wrench_menu_controller_unittest.mm View 1 2 3 4 1 chunk +0 lines, -1 line 0 comments Download
M chrome/browser/ui/omnibox/omnibox_controller_unittest.cc View 1 2 1 chunk +0 lines, -1 line 0 comments Download
M chrome/browser/ui/search/instant_extended_interactive_uitest.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 29 30 31 32 33 34 35 3 chunks +2 lines, -3 lines 0 comments Download
M chrome/browser/ui/search/instant_extended_manual_interactive_uitest.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/search/instant_ntp_prerenderer_unittest.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 29 30 31 32 33 34 35 1 chunk +0 lines, -1 line 0 comments Download
M chrome/browser/ui/search/instant_page_unittest.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 29 30 31 32 33 34 35 1 chunk +0 lines, -2 lines 0 comments Download
M chrome/browser/ui/search/instant_test_utils.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 28 29 30 31 32 33 34 35 2 chunks +3 lines, -8 lines 0 comments Download
M chrome/browser/ui/search/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 26 27 28 29 30 31 32 33 34 35 2 chunks +16 lines, -0 lines 0 comments Download
M chrome/browser/ui/search/local_ntp_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 26 27 28 29 30 31 32 33 34 35 2 chunks +3 lines, -8 lines 0 comments Download
M chrome/browser/ui/search/search_delegate_unittest.cc View 1 chunk +0 lines, -2 lines 0 comments Download
M chrome/browser/ui/search/search_ipc_router_policy_unittest.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 29 30 31 32 33 34 35 1 chunk +0 lines, -2 lines 0 comments Download
M chrome/browser/ui/search/search_ipc_router_unittest.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 29 30 31 32 33 34 35 1 chunk +2 lines, -1 line 0 comments Download
M chrome/browser/ui/search/search_model_unittest.cc View 1 chunk +0 lines, -2 lines 0 comments Download
M chrome/browser/ui/search/search_tab_helper_unittest.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 29 30 31 32 33 34 35 1 chunk +0 lines, -2 lines 0 comments Download
M chrome/browser/ui/toolbar/toolbar_model_unittest.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 29 30 31 32 33 34 35 9 chunks +8 lines, -34 lines 0 comments Download
M chrome/browser/ui/views/bookmarks/bookmark_bar_view_unittest.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 29 30 31 32 33 34 35 1 chunk +0 lines, -14 lines 0 comments Download
M chrome/browser/ui/webui/ntp/most_visited_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 26 27 28 29 30 31 32 33 34 35 1 chunk +4 lines, -3 lines 0 comments Download
M chrome/browser/ui/webui/ntp/new_tab_page_sync_handler_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 26 27 28 29 30 31 32 33 34 35 1 chunk +2 lines, -1 line 0 comments Download
M chrome/browser/ui/webui/ntp/new_tab_ui_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 26 27 28 29 30 31 32 33 34 35 2 chunks +10 lines, -8 lines 0 comments Download
M chrome/common/chrome_switches.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 28 29 30 31 32 33 34 35 36 37 4 chunks +1 line, -5 lines 0 comments Download
M chrome/common/chrome_switches.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 29 30 31 32 33 34 35 36 37 6 chunks +3 lines, -16 lines 0 comments Download
M chrome/test/data/webui/ntp4.js 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 29 30 31 32 33 34 35 4 chunks +6 lines, -4 lines 0 comments Download

Messages

Total messages: 30 (0 generated)
samarth
Please review. dcblack -> search.cc/search.h jered -> search + everything else pkasting -> search_provider_unittest + ...
7 years, 2 months ago (2013-09-27 01:35:18 UTC) #1
David Black
https://codereview.chromium.org/24733003/diff/11001/chrome/browser/search/search.cc File chrome/browser/search/search.cc (right): https://codereview.chromium.org/24733003/diff/11001/chrome/browser/search/search.cc#newcode77 chrome/browser/search/search.cc:77: const char kGroupNumberPrefix[] = "Group"; remove https://codereview.chromium.org/24733003/diff/11001/chrome/browser/search/search.cc#newcode253 chrome/browser/search/search.cc:253: return ...
7 years, 2 months ago (2013-09-30 20:47:10 UTC) #2
Peter Kasting
https://codereview.chromium.org/24733003/diff/11001/chrome/browser/ui/toolbar/toolbar_model_unittest.cc File chrome/browser/ui/toolbar/toolbar_model_unittest.cc (right): https://codereview.chromium.org/24733003/diff/11001/chrome/browser/ui/toolbar/toolbar_model_unittest.cc#newcode36 chrome/browser/ui/toolbar/toolbar_model_unittest.cc:36: std::string template_search_url; How many cases below will pass if ...
7 years, 2 months ago (2013-10-01 00:41:29 UTC) #3
Jered
Mostly looks good pending dcblack@'s comments. https://codereview.chromium.org/24733003/diff/11001/chrome/browser/profiles/profile_manager_unittest.cc File chrome/browser/profiles/profile_manager_unittest.cc (right): https://codereview.chromium.org/24733003/diff/11001/chrome/browser/profiles/profile_manager_unittest.cc#newcode86 chrome/browser/profiles/profile_manager_unittest.cc:86: class ProfileManagerTest : ...
7 years, 2 months ago (2013-10-01 20:57:34 UTC) #4
samarth
All comments addressed. PTAL. Thanks, Samarth https://codereview.chromium.org/24733003/diff/11001/chrome/browser/profiles/profile_manager_unittest.cc File chrome/browser/profiles/profile_manager_unittest.cc (right): https://codereview.chromium.org/24733003/diff/11001/chrome/browser/profiles/profile_manager_unittest.cc#newcode86 chrome/browser/profiles/profile_manager_unittest.cc:86: class ProfileManagerTest : ...
7 years, 2 months ago (2013-10-02 00:18:00 UTC) #5
Peter Kasting
LGTM with question https://codereview.chromium.org/24733003/diff/36001/chrome/browser/ui/toolbar/toolbar_model_unittest.cc File chrome/browser/ui/toolbar/toolbar_model_unittest.cc (right): https://codereview.chromium.org/24733003/diff/36001/chrome/browser/ui/toolbar/toolbar_model_unittest.cc#newcode287 chrome/browser/ui/toolbar/toolbar_model_unittest.cc:287: NavigateAndCheckText(test_item.url, "", Nit: "" -> std::string() ...
7 years, 2 months ago (2013-10-02 00:21:40 UTC) #6
samarth
https://codereview.chromium.org/24733003/diff/36001/chrome/browser/ui/toolbar/toolbar_model_unittest.cc File chrome/browser/ui/toolbar/toolbar_model_unittest.cc (right): https://codereview.chromium.org/24733003/diff/36001/chrome/browser/ui/toolbar/toolbar_model_unittest.cc#newcode353 chrome/browser/ui/toolbar/toolbar_model_unittest.cc:353: "http://www.foo.com/search?q={queryTerms}&espv=1", On 2013/10/02 00:21:40, Peter Kasting wrote: > Can ...
7 years, 2 months ago (2013-10-02 00:52:41 UTC) #7
Peter Kasting
On 2013/10/02 00:52:41, samarth wrote: > On further inspection, none of the template URL resetting ...
7 years, 2 months ago (2013-10-02 00:57:23 UTC) #8
Jered
https://codereview.chromium.org/24733003/diff/42001/chrome/browser/profiles/profile_manager_unittest.cc File chrome/browser/profiles/profile_manager_unittest.cc (right): https://codereview.chromium.org/24733003/diff/42001/chrome/browser/profiles/profile_manager_unittest.cc#newcode144 chrome/browser/profiles/profile_manager_unittest.cc:144: content::RenderViewHostTestEnabler rvh_test_enabler_; Why do we need to change this ...
7 years, 2 months ago (2013-10-02 16:04:55 UTC) #9
samarth
https://codereview.chromium.org/24733003/diff/42001/chrome/browser/profiles/profile_manager_unittest.cc File chrome/browser/profiles/profile_manager_unittest.cc (right): https://codereview.chromium.org/24733003/diff/42001/chrome/browser/profiles/profile_manager_unittest.cc#newcode144 chrome/browser/profiles/profile_manager_unittest.cc:144: content::RenderViewHostTestEnabler rvh_test_enabler_; On 2013/10/02 16:04:56, Jered wrote: > Why ...
7 years, 2 months ago (2013-10-02 16:31:12 UTC) #10
Jered
On 2013/10/02 16:31:12, samarth wrote: > https://codereview.chromium.org/24733003/diff/42001/chrome/browser/profiles/profile_manager_unittest.cc > File chrome/browser/profiles/profile_manager_unittest.cc (right): > > https://codereview.chromium.org/24733003/diff/42001/chrome/browser/profiles/profile_manager_unittest.cc#newcode144 > ...
7 years, 2 months ago (2013-10-02 16:47:35 UTC) #11
David Black
LGTM for search.h/.cc changes.
7 years, 2 months ago (2013-10-03 18:04:02 UTC) #12
samarth
ping sky? I'm still trying to track whether any remaining test failures (see https://codereview.chromium.org/24733003/#ps85001) are ...
7 years, 2 months ago (2013-10-07 17:04:45 UTC) #13
sky
https://codereview.chromium.org/24733003/diff/104001/chrome/browser/extensions/lazy_background_page_apitest.cc File chrome/browser/extensions/lazy_background_page_apitest.cc (right): https://codereview.chromium.org/24733003/diff/104001/chrome/browser/extensions/lazy_background_page_apitest.cc#newcode288 chrome/browser/extensions/lazy_background_page_apitest.cc:288: EXPECT_EQ(GURL(chrome::kChromeUINewTabURL), nit: I believe EXPECT_EQ on the spec of ...
7 years, 2 months ago (2013-10-07 20:30:58 UTC) #14
samarth
PTAL. Addressed your comments and fixed a bunch more broken tests. Going through the try ...
7 years, 2 months ago (2013-10-11 22:26:03 UTC) #15
sky
https://codereview.chromium.org/24733003/diff/148001/chrome/browser/renderer_host/web_cache_manager_browsertest.cc File chrome/browser/renderer_host/web_cache_manager_browsertest.cc (right): https://codereview.chromium.org/24733003/diff/148001/chrome/browser/renderer_host/web_cache_manager_browsertest.cc#newcode60 chrome/browser/renderer_host/web_cache_manager_browsertest.cc:60: EXPECT_EQ( Since you are here, ordering of these is ...
7 years, 2 months ago (2013-10-11 22:34:26 UTC) #16
samarth
https://codereview.chromium.org/24733003/diff/148001/chrome/browser/renderer_host/web_cache_manager_browsertest.cc File chrome/browser/renderer_host/web_cache_manager_browsertest.cc (right): https://codereview.chromium.org/24733003/diff/148001/chrome/browser/renderer_host/web_cache_manager_browsertest.cc#newcode60 chrome/browser/renderer_host/web_cache_manager_browsertest.cc:60: EXPECT_EQ( On 2013/10/11 22:34:27, sky wrote: > Since you ...
7 years, 2 months ago (2013-10-14 16:58:56 UTC) #17
samarth
https://codereview.chromium.org/24733003/diff/148001/chrome/browser/ui/window_sizer/window_sizer_ash_unittest.cc File chrome/browser/ui/window_sizer/window_sizer_ash_unittest.cc (right): https://codereview.chromium.org/24733003/diff/148001/chrome/browser/ui/window_sizer/window_sizer_ash_unittest.cc#newcode96 chrome/browser/ui/window_sizer/window_sizer_ash_unittest.cc:96: }; On 2013/10/14 16:58:57, samarth wrote: > On 2013/10/11 ...
7 years, 2 months ago (2013-10-14 17:22:32 UTC) #18
sky
LGTM
7 years, 2 months ago (2013-10-14 19:55:00 UTC) #19
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/samarth@chromium.org/24733003/180001
7 years, 2 months ago (2013-10-14 20:07:34 UTC) #20
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/samarth@chromium.org/24733003/199001
7 years, 2 months ago (2013-10-14 21:42:37 UTC) #21
commit-bot: I haz the power
Retried try job too often on linux_rel for step(s) browser_tests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=linux_rel&number=177648
7 years, 2 months ago (2013-10-14 23:36:23 UTC) #22
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/samarth@chromium.org/24733003/220001
7 years, 2 months ago (2013-10-15 04:36:25 UTC) #23
commit-bot: I haz the power
Retried try job too often on linux_rel for step(s) browser_tests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=linux_rel&number=177726
7 years, 2 months ago (2013-10-15 06:33:26 UTC) #24
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/samarth@chromium.org/24733003/249001
7 years, 2 months ago (2013-10-15 14:28:17 UTC) #25
commit-bot: I haz the power
Retried try job too often on linux_rel for step(s) browser_tests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=linux_rel&number=177807
7 years, 2 months ago (2013-10-15 17:11:23 UTC) #26
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/samarth@chromium.org/24733003/249001
7 years, 2 months ago (2013-10-15 17:13:54 UTC) #27
commit-bot: I haz the power
Change committed as 228779
7 years, 2 months ago (2013-10-15 22:04:13 UTC) #28
samarth
So the original patch got reverted since the prerendering just introduced too much flakiness in ...
7 years, 1 month ago (2013-11-11 17:18:39 UTC) #29
Jered
7 years, 1 month ago (2013-11-12 17:54:28 UTC) #30
On 2013/11/11 17:18:39, samarth wrote:
> So the original patch got reverted since the prerendering just introduced too
> much flakiness in tests. PS 36 is a new attempt at flipping the defaults that
> also turns on the cacheable NTP by default. This causes much fewer issues
> although there are still tests that need updating.
> 
> jered/sky: PTAL.
> 
> Thanks,
> Samarth

Please patch this into a new CL, it's less confusing for history later and would
be less hidden in the review queues also. :-)

Powered by Google App Engine
This is Rietveld 408576698