Chromium Code Reviews
[email protected] (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(539)

Issue 11555033: Adding local html page used in Instant Extended mode when instant is disabled or unavailable. (Closed)

Created:
8 years ago by Shishir
Modified:
8 years ago
CC:
chromium-reviews, melevin, dhollowa+watch_chromium.org, samarth, sreeram, gideonwald, dominich, arv (Not doing code reviews), David Black, jeremycho
Base URL:
http://git.chromium.org/chromium/src.git@master
Visibility:
Public.

Description

Adding local html page used in Instant Extended mode when instant is disabled or unavailable. BUG=159289, 142788, 134946 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=173377

Patch Set 1 #

Total comments: 71

Patch Set 2 : Addressing comments from estade, dhollowa and samarth. #

Total comments: 4

Patch Set 3 : Addressing samarth's and sky's comments. #

Total comments: 30

Patch Set 4 : Addressing estade's comments.wq #

Total comments: 8

Patch Set 5 : Addressing estade's comments. #

Patch Set 6 : Fix uninitialized variable. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+422 lines, -18 lines) Patch
M chrome/browser/browser_resources.grd View 1 1 chunk +11 lines, -0 lines 0 comments Download
M chrome/browser/instant/instant_controller.h View 1 2 3 4 5 3 chunks +16 lines, -4 lines 0 comments Download
M chrome/browser/instant/instant_controller.cc View 1 2 3 4 5 8 chunks +38 lines, -8 lines 0 comments Download
M chrome/browser/instant/instant_loader.h View 1 2 3 4 5 1 chunk +4 lines, -0 lines 0 comments Download
M chrome/browser/instant/instant_loader.cc View 1 2 3 4 5 1 chunk +4 lines, -0 lines 0 comments Download
A chrome/browser/resources/local_omnibox_popup/local_omnibox_popup.css View 1 2 3 1 chunk +41 lines, -0 lines 0 comments Download
A chrome/browser/resources/local_omnibox_popup/local_omnibox_popup.html View 1 2 3 1 chunk +16 lines, -0 lines 0 comments Download
A chrome/browser/resources/local_omnibox_popup/local_omnibox_popup.js View 1 2 3 4 1 chunk +212 lines, -0 lines 0 comments Download
M chrome/browser/ui/browser_instant_controller.cc View 1 2 3 4 5 1 chunk +2 lines, -1 line 0 comments Download
M chrome/browser/ui/search/search.cc View 1 1 chunk +0 lines, -4 lines 0 comments Download
M chrome/browser/ui/webui/chrome_web_ui_controller_factory.cc View 1 2 3 4 5 2 chunks +3 lines, -0 lines 0 comments Download
A chrome/browser/ui/webui/local_omnibox_popup/local_omnibox_popup_ui.h View 1 1 chunk +21 lines, -0 lines 0 comments Download
A chrome/browser/ui/webui/local_omnibox_popup/local_omnibox_popup_ui.cc View 1 2 3 1 chunk +47 lines, -0 lines 0 comments Download
M chrome/chrome_browser_ui.gypi View 1 2 3 4 5 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/common/instant_types.cc View 1 2 3 4 5 1 chunk +3 lines, -1 line 0 comments Download
M chrome/common/url_constants.h View 1 1 chunk +1 line, -0 lines 0 comments Download
M chrome/common/url_constants.cc View 1 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 28 (0 generated)
Shishir
PTAL.
8 years ago (2012-12-12 23:41:13 UTC) #1
dhollowa
+estade for OWNERS Also, icon assets added with https://codereview.chromium.org/11519050
8 years ago (2012-12-13 00:13:29 UTC) #2
samarth
I just did a very light pass over the JS/HTML/CSS. We can clean things up ...
8 years ago (2012-12-13 00:58:21 UTC) #3
dhollowa
A general comment on naming... "local omnibox popup" is very verbose and may be too ...
8 years ago (2012-12-13 01:20:15 UTC) #4
samarth
FYI, +1 for local_search. I was originally going to suggest local_instant_overlay / local_instant_previews but local_search ...
8 years ago (2012-12-13 01:24:46 UTC) #5
Jered
On 2012/12/13 01:24:46, samarth wrote: > FYI, +1 for local_search. I was originally going to ...
8 years ago (2012-12-13 01:28:56 UTC) #6
dhollowa
On 2012/12/13 01:28:56, Jered wrote: > On 2012/12/13 01:24:46, samarth wrote: > > FYI, +1 ...
8 years ago (2012-12-13 01:29:58 UTC) #7
samarth
https://codereview.chromium.org/11555033/diff/1/chrome/browser/resources/local_omnibox_popup/local_omnibox_popup.js File chrome/browser/resources/local_omnibox_popup/local_omnibox_popup.js (right): https://codereview.chromium.org/11555033/diff/1/chrome/browser/resources/local_omnibox_popup/local_omnibox_popup.js#newcode5 chrome/browser/resources/local_omnibox_popup/local_omnibox_popup.js:5: // ============================================================================= On 2012/12/13 01:20:15, dhollowa wrote: > Remove ...
8 years ago (2012-12-13 01:32:09 UTC) #8
dhollowa
https://codereview.chromium.org/11555033/diff/1/chrome/browser/resources/local_omnibox_popup/local_omnibox_popup.js File chrome/browser/resources/local_omnibox_popup/local_omnibox_popup.js (right): https://codereview.chromium.org/11555033/diff/1/chrome/browser/resources/local_omnibox_popup/local_omnibox_popup.js#newcode5 chrome/browser/resources/local_omnibox_popup/local_omnibox_popup.js:5: // ============================================================================= On 2012/12/13 01:32:09, samarth wrote: > On ...
8 years ago (2012-12-13 01:48:19 UTC) #9
Evan Stade
https://codereview.chromium.org/11555033/diff/1/chrome/browser/resources/local_omnibox_popup/local_omnibox_popup.css File chrome/browser/resources/local_omnibox_popup/local_omnibox_popup.css (right): https://codereview.chromium.org/11555033/diff/1/chrome/browser/resources/local_omnibox_popup/local_omnibox_popup.css#newcode10 chrome/browser/resources/local_omnibox_popup/local_omnibox_popup.css:10: } newlines between rules blocks https://codereview.chromium.org/11555033/diff/1/chrome/browser/resources/local_omnibox_popup/local_omnibox_popup.css#newcode22 chrome/browser/resources/local_omnibox_popup/local_omnibox_popup.css:22: padding-left: 29px ...
8 years ago (2012-12-13 02:20:54 UTC) #10
Shishir
PTAL. https://codereview.chromium.org/11555033/diff/1/chrome/browser/instant/instant_controller.cc File chrome/browser/instant/instant_controller.cc (right): https://codereview.chromium.org/11555033/diff/1/chrome/browser/instant/instant_controller.cc#newcode851 chrome/browser/instant/instant_controller.cc:851: if (!GetInstantURL(template_url, &instant_url)) { On 2012/12/13 01:20:15, dhollowa ...
8 years ago (2012-12-13 22:57:58 UTC) #11
dhollowa
On 2012/12/13 01:29:58, dhollowa wrote: > On 2012/12/13 01:28:56, Jered wrote: > > On 2012/12/13 ...
8 years ago (2012-12-13 23:01:23 UTC) #12
dhollowa
On 2012/12/13 23:01:23, dhollowa wrote: > On 2012/12/13 01:29:58, dhollowa wrote: > > On 2012/12/13 ...
8 years ago (2012-12-13 23:01:54 UTC) #13
shishir1
Will do the name change in a followup CL as soon as this is in. ...
8 years ago (2012-12-13 23:08:08 UTC) #14
dhollowa
On 2012/12/13 23:08:08, shishir_google.com wrote: > Will do the name change in a followup CL ...
8 years ago (2012-12-13 23:09:29 UTC) #15
dhollowa
lgtm
8 years ago (2012-12-13 23:26:01 UTC) #16
sky
instant LGTM https://codereview.chromium.org/11555033/diff/13002/chrome/browser/instant/instant_controller.cc File chrome/browser/instant/instant_controller.cc (right): https://codereview.chromium.org/11555033/diff/13002/chrome/browser/instant/instant_controller.cc#newcode149 chrome/browser/instant/instant_controller.cc:149: const char* InstantController::kLocalOmniboxPopupURL = For static we ...
8 years ago (2012-12-13 23:39:01 UTC) #17
samarth
lgtm https://codereview.chromium.org/11555033/diff/13002/chrome/browser/instant/instant_loader.h File chrome/browser/instant/instant_loader.h (right): https://codereview.chromium.org/11555033/diff/13002/chrome/browser/instant/instant_loader.h#newcode89 chrome/browser/instant/instant_loader.h:89: // Returns true if the loader is loading ...
8 years ago (2012-12-13 23:47:44 UTC) #18
Shishir
https://codereview.chromium.org/11555033/diff/13002/chrome/browser/instant/instant_controller.cc File chrome/browser/instant/instant_controller.cc (right): https://codereview.chromium.org/11555033/diff/13002/chrome/browser/instant/instant_controller.cc#newcode149 chrome/browser/instant/instant_controller.cc:149: const char* InstantController::kLocalOmniboxPopupURL = On 2012/12/13 23:39:02, sky wrote: ...
8 years ago (2012-12-14 00:03:15 UTC) #19
Evan Stade
https://codereview.chromium.org/11555033/diff/1/chrome/browser/resources/local_omnibox_popup/local_omnibox_popup.js File chrome/browser/resources/local_omnibox_popup/local_omnibox_popup.js (right): https://codereview.chromium.org/11555033/diff/1/chrome/browser/resources/local_omnibox_popup/local_omnibox_popup.js#newcode5 chrome/browser/resources/local_omnibox_popup/local_omnibox_popup.js:5: // ============================================================================= On 2012/12/13 22:57:58, Shishir wrote: > On ...
8 years ago (2012-12-14 01:09:24 UTC) #20
Shishir
PTAL. https://codereview.chromium.org/11555033/diff/18002/chrome/browser/resources/local_omnibox_popup/local_omnibox_popup.css File chrome/browser/resources/local_omnibox_popup/local_omnibox_popup.css (right): https://codereview.chromium.org/11555033/diff/18002/chrome/browser/resources/local_omnibox_popup/local_omnibox_popup.css#newcode19 chrome/browser/resources/local_omnibox_popup/local_omnibox_popup.css:19: margin-left: 91px; On 2012/12/14 01:09:25, Evan Stade wrote: ...
8 years ago (2012-12-14 03:46:52 UTC) #21
Evan Stade
lgtm with final comments https://codereview.chromium.org/11555033/diff/20004/chrome/browser/resources/local_omnibox_popup/local_omnibox_popup.js File chrome/browser/resources/local_omnibox_popup/local_omnibox_popup.js (right): https://codereview.chromium.org/11555033/diff/20004/chrome/browser/resources/local_omnibox_popup/local_omnibox_popup.js#newcode107 chrome/browser/resources/local_omnibox_popup/local_omnibox_popup.js:107: * Returns the restricted id ...
8 years ago (2012-12-14 22:32:23 UTC) #22
Shishir
All comments addressed. Submitting. https://codereview.chromium.org/11555033/diff/20004/chrome/browser/resources/local_omnibox_popup/local_omnibox_popup.js File chrome/browser/resources/local_omnibox_popup/local_omnibox_popup.js (right): https://codereview.chromium.org/11555033/diff/20004/chrome/browser/resources/local_omnibox_popup/local_omnibox_popup.js#newcode107 chrome/browser/resources/local_omnibox_popup/local_omnibox_popup.js:107: * Returns the restricted id ...
8 years ago (2012-12-14 23:49:55 UTC) #23
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/[email protected]/11555033/18004
8 years ago (2012-12-14 23:54:06 UTC) #24
jeremycho
Seems like the commit was manually aborted. Intentional?
8 years ago (2012-12-15 05:12:08 UTC) #25
shishir1
Yes, there is apparently a bug with clicking that might have gotten introduced in my ...
8 years ago (2012-12-16 02:50:37 UTC) #26
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/[email protected]/11555033/30001
8 years ago (2012-12-16 04:44:42 UTC) #27
commit-bot: I haz the power
8 years ago (2012-12-16 06:36:53 UTC) #28
Message was sent while issue was closed.
Change committed as 173377

Powered by Google App Engine
This is Rietveld 408576698