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

Issue 10787028: Converts SearchViewController to use live NTP content instead of placeholder (Closed)

Created:
8 years, 5 months ago by dhollowa
Modified:
8 years, 5 months ago
Reviewers:
sky
CC:
chromium-reviews
Visibility:
Public.

Description

Converts SearchViewController to use live NTP content instead of placeholder Converts SearchViewController to use live NTP content using views::WebView instead of placeholder solid rect views::View. TEST=Launch CrOS/Aura with --enabled-instant-extended-api, observe interactive "Most Visited" section on NTP BUG=133529 R=sky@chromium.org Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=148438

Patch Set 1 #

Patch Set 2 : #

Total comments: 5

Patch Set 3 : nit #

Patch Set 4 : Layout hack #

Unified diffs Side-by-side diffs Delta from patch set Stats (+86 lines, -47 lines) Patch
M chrome/browser/ui/views/frame/browser_view.cc View 1 2 3 1 chunk +2 lines, -1 line 0 comments Download
M chrome/browser/ui/views/search_view_controller.h View 1 2 3 5 chunks +21 lines, -8 lines 0 comments Download
M chrome/browser/ui/views/search_view_controller.cc View 1 2 3 13 chunks +60 lines, -35 lines 0 comments Download
M ui/compositor/debug_utils.cc View 1 2 3 2 chunks +3 lines, -3 lines 0 comments Download

Messages

Total messages: 10 (0 generated)
dhollowa
Not ready for review... I'm looking for feedback on initial direction. Specifically: 1. How to ...
8 years, 5 months ago (2012-07-16 23:59:49 UTC) #1
sky
One other thing to be aware of. We'll need some way to avoid the painting ...
8 years, 5 months ago (2012-07-17 00:24:09 UTC) #2
dhollowa
Yes, I'm definitely seeing the white-blanking prior to the html showing up. On 2012/07/17 00:24:09, ...
8 years, 5 months ago (2012-07-17 00:46:41 UTC) #3
dhollowa
This edges closer... In that there's actual NTP content rendering in the content_view_. Still yet ...
8 years, 5 months ago (2012-07-20 00:34:09 UTC) #4
sky
http://codereview.chromium.org/10787028/diff/4001/chrome/browser/ui/views/search_view_controller.cc File chrome/browser/ui/views/search_view_controller.cc (left): http://codereview.chromium.org/10787028/diff/4001/chrome/browser/ui/views/search_view_controller.cc#oldcode247 chrome/browser/ui/views/search_view_controller.cc:247: if (tab_ == tab) On 2012/07/20 00:34:09, dhollowa wrote: ...
8 years, 5 months ago (2012-07-20 15:58:13 UTC) #5
dhollowa
The issue with stacking turned out to be in View::ReorderChildView() at: if (use_acceleration_when_possible) ReorderLayers(); For ...
8 years, 5 months ago (2012-07-25 18:50:30 UTC) #6
dhollowa
To clarify, this is ready for review now. I'd like to land the move of ...
8 years, 5 months ago (2012-07-25 18:51:51 UTC) #7
sky
LGTM
8 years, 5 months ago (2012-07-25 21:11:53 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/dhollowa@chromium.org/10787028/14001
8 years, 5 months ago (2012-07-25 21:21:25 UTC) #9
commit-bot: I haz the power
8 years, 5 months ago (2012-07-25 22:48:42 UTC) #10
Change committed as 148438

Powered by Google App Engine
This is Rietveld 408576698