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

Issue 17303003: InstantExtended: hook up InstantTab in incognito. (Closed)

Created:
7 years, 6 months ago by samarth
Modified:
7 years, 6 months ago
Reviewers:
Jered
CC:
chromium-reviews, skanuj+watch_chromium.org, melevin+watch_chromium.org, dhollowa+watch_chromium.org, dougw+watch_chromium.org, donnd+watch_chromium.org, mad+watch_chromium.org, dominich, jfweitz+watch_chromium.org, David Black, samarth+watch_chromium.org, tfarina, kmadhusu+watch_chromium.org, James Su
Visibility:
Public.

Description

InstantExtended: hook up InstantTab in incognito. Hook up InstantTab in incognito, but don't send any data except submit events. BUG=181427 TESTED=manually per report, also modes still work in incognito R=jered@chromium.org Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=207969

Patch Set 1 #

Total comments: 2

Patch Set 2 : Fix nit. #

Patch Set 3 : Rebase. #

Patch Set 4 : Fix typo. #

Patch Set 5 : Dont send other info in incognito. #

Total comments: 2

Patch Set 6 : Add a InstantIPCSender class. #

Patch Set 7 : Add a InstantIPCSender class. #

Patch Set 8 : Address comments. #

Patch Set 9 : Address comments. #

Patch Set 10 : Address comments. #

Patch Set 11 : Address comments. #

Patch Set 12 : Fix tests. #

Patch Set 13 : Unit tests! #

Patch Set 14 : Add files. #

Patch Set 15 : Rebase. #

Patch Set 16 : Fix comments. #

Patch Set 17 : no-op #

Patch Set 18 : Fix compile errors. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+458 lines, -234 lines) Patch
M chrome/browser/search/search_unittest.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/search/instant_controller.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 24 chunks +57 lines, -55 lines 0 comments Download
M chrome/browser/ui/search/instant_controller_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 2 chunks +2 lines, -2 lines 0 comments Download
A chrome/browser/ui/search/instant_ipc_sender.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +112 lines, -0 lines 0 comments Download
A chrome/browser/ui/search/instant_ipc_sender.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 1 chunk +135 lines, -0 lines 0 comments Download
chrome/browser/ui/search/instant_ntp.h View 1 2 3 4 5 6 7 1 chunk +2 lines, -1 line 0 comments Download
M chrome/browser/ui/search/instant_ntp.cc View 1 2 3 4 5 6 7 1 chunk +3 lines, -2 lines 0 comments Download
M chrome/browser/ui/search/instant_overlay.h View 1 2 3 4 5 6 7 2 chunks +8 lines, -6 lines 0 comments Download
M chrome/browser/ui/search/instant_overlay.cc View 1 2 3 4 5 6 7 2 chunks +4 lines, -3 lines 0 comments Download
M chrome/browser/ui/search/instant_page.h View 1 2 3 4 5 6 7 8 9 10 11 12 5 chunks +11 lines, -67 lines 0 comments Download
M chrome/browser/ui/search/instant_page.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 6 chunks +13 lines, -81 lines 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 14 chunks +104 lines, -13 lines 0 comments Download
M chrome/browser/ui/search/instant_tab.h View 1 2 3 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/search/instant_tab.cc View 1 2 3 4 5 6 7 1 chunk +3 lines, -2 lines 0 comments Download
M chrome/chrome_browser_ui.gypi View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 1 chunk +2 lines, -0 lines 0 comments Download

Messages

Total messages: 18 (0 generated)
samarth
PTAL
7 years, 6 months ago (2013-06-17 19:06:58 UTC) #1
Jered
lgtm Seems to work. I tested that changing my search engine takes effect immediately, and ...
7 years, 6 months ago (2013-06-17 20:55:01 UTC) #2
samarth
Thanks. https://codereview.chromium.org/17303003/diff/1/chrome/browser/search/search_unittest.cc File chrome/browser/search/search_unittest.cc (right): https://codereview.chromium.org/17303003/diff/1/chrome/browser/search/search_unittest.cc#newcode421 chrome/browser/search/search_unittest.cc:421: {"chrome-search://foo", false, "Chrome-search scheme"}, On 2013/06/17 20:55:01, Jered ...
7 years, 6 months ago (2013-06-17 21:44:06 UTC) #3
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/samarth@chromium.org/17303003/5001
7 years, 6 months ago (2013-06-17 22:18:13 UTC) #4
commit-bot: I haz the power
Retried try job too often on chromium_presubmit for step(s) presubmit http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=chromium_presubmit&number=9613
7 years, 6 months ago (2013-06-17 22:29:17 UTC) #5
samarth
FYI, I landed the revert separately, so this change now only makes it so search ...
7 years, 6 months ago (2013-06-20 15:56:48 UTC) #6
samarth
I realized my initial change was not correct because we would still be sending things ...
7 years, 6 months ago (2013-06-20 16:49:25 UTC) #7
Jered
On 2013/06/20 16:49:25, samarth wrote: > I realized my initial change was not correct because ...
7 years, 6 months ago (2013-06-20 17:15:49 UTC) #8
samarth1
I had the same concern which is why I decided to put the checks in ...
7 years, 6 months ago (2013-06-20 17:49:30 UTC) #9
samarth1
On Thu, Jun 20, 2013 at 10:48 AM, Samarth Keshava <samarth@google.com>wrote: > Note that today ...
7 years, 6 months ago (2013-06-20 17:51:12 UTC) #10
Jered
Per offline discussion, instead of all these if (!incognito) checks, how about we try to ...
7 years, 6 months ago (2013-06-20 18:55:34 UTC) #11
samarth
PTAL On Jun 20, 2013 11:55 AM, <jered@chromium.org> wrote: > Per offline discussion, instead of ...
7 years, 6 months ago (2013-06-21 14:06:37 UTC) #12
samarth
FYI I didn't bother with extracting out the message listener into a helper since we're ...
7 years, 6 months ago (2013-06-21 14:08:56 UTC) #13
samarth
Also added unit tests.
7 years, 6 months ago (2013-06-21 16:24:51 UTC) #14
Jered
On 2013/06/21 16:24:51, samarth wrote: > Also added unit tests. instant_ipc_sender.{cc,h} are missing.
7 years, 6 months ago (2013-06-21 17:58:29 UTC) #15
samarth
Oops, added them back.
7 years, 6 months ago (2013-06-21 18:44:23 UTC) #16
Jered
On 2013/06/21 18:44:23, samarth wrote: > Oops, added them back. lgtm This feels much safer. ...
7 years, 6 months ago (2013-06-21 19:07:28 UTC) #17
samarth
7 years, 6 months ago (2013-06-22 00:25:26 UTC) #18
Message was sent while issue was closed.
Committed patchset #18 manually as r207969 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698