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 10870092: [WebIntents, Views] First version of "Waiting" dialog for views. (Closed)

Created:
8 years, 4 months ago by groby-ooo-7-16
Modified:
8 years, 3 months ago
Reviewers:
tfarina, sky, Greg Billock
CC:
chromium-reviews, gbillock+watch_chromium.org, smckay+watch_chromium.org, groby+watch_chromium.org, tfarina
Visibility:
Public.

Description

Patch Set 1 #

Total comments: 14

Patch Set 2 : Fix review issues. #

Patch Set 3 : Upload missing fix. #

Total comments: 3
Unified diffs Side-by-side diffs Delta from patch set Stats (+128 lines, -36 lines) Patch
M chrome/browser/ui/intents/web_intent_picker_controller.cc View 1 4 chunks +4 lines, -5 lines 0 comments Download
M chrome/browser/ui/views/web_intent_picker_views.cc View 1 2 12 chunks +124 lines, -31 lines 3 comments Download

Messages

Total messages: 12 (0 generated)
groby-ooo-7-16
sky: please review views gbillock: please review (trivial) intents
8 years, 4 months ago (2012-08-25 03:08:31 UTC) #1
tfarina
http://codereview.chromium.org/10870092/diff/1/chrome/browser/ui/intents/web_intent_picker_controller.cc File chrome/browser/ui/intents/web_intent_picker_controller.cc (left): http://codereview.chromium.org/10870092/diff/1/chrome/browser/ui/intents/web_intent_picker_controller.cc#oldcode891 chrome/browser/ui/intents/web_intent_picker_controller.cc:891: is necessary to remove this empty line? I think ...
8 years, 3 months ago (2012-08-26 12:45:53 UTC) #2
sky
http://codereview.chromium.org/10870092/diff/1/chrome/browser/ui/views/web_intent_picker_views.cc File chrome/browser/ui/views/web_intent_picker_views.cc (right): http://codereview.chromium.org/10870092/diff/1/chrome/browser/ui/views/web_intent_picker_views.cc#newcode1181 chrome/browser/ui/views/web_intent_picker_views.cc:1181: contents_->RemoveAllChildViews(contents_); I think you mean RemoveAllChildViews(true) here.
8 years, 3 months ago (2012-08-27 14:27:28 UTC) #3
groby-ooo-7-16
http://codereview.chromium.org/10870092/diff/1/chrome/browser/ui/intents/web_intent_picker_controller.cc File chrome/browser/ui/intents/web_intent_picker_controller.cc (left): http://codereview.chromium.org/10870092/diff/1/chrome/browser/ui/intents/web_intent_picker_controller.cc#oldcode891 chrome/browser/ui/intents/web_intent_picker_controller.cc:891: It doesn't add much clarity, either. On 2012/08/26 12:45:54, ...
8 years, 3 months ago (2012-08-28 00:08:17 UTC) #4
sky
LGTM
8 years, 3 months ago (2012-08-28 03:00:16 UTC) #5
Greg Billock
On 2012/08/28 03:00:16, sky wrote: > LGTM lgtm
8 years, 3 months ago (2012-08-28 17:23:37 UTC) #6
groby-ooo-7-16
tfarina: Hopefully addressed your concerns. Since I can't reach you directly, landing this w/ owners ...
8 years, 3 months ago (2012-08-28 17:25:12 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/groby@chromium.org/10870092/4
8 years, 3 months ago (2012-08-28 17:25:20 UTC) #8
commit-bot: I haz the power
Try job failure for 10870092-4 (retry) on win_rel for step "compile" (clobber build). It's a ...
8 years, 3 months ago (2012-08-28 19:10:42 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/groby@chromium.org/10870092/15002
8 years, 3 months ago (2012-08-28 20:44:58 UTC) #10
commit-bot: I haz the power
Change committed as 153787
8 years, 3 months ago (2012-08-28 23:31:03 UTC) #11
tfarina
8 years, 3 months ago (2012-08-29 01:04:01 UTC) #12
https://chromiumcodereview.appspot.com/10870092/diff/15002/chrome/browser/ui/...
File chrome/browser/ui/views/web_intent_picker_views.cc (right):

https://chromiumcodereview.appspot.com/10870092/diff/15002/chrome/browser/ui/...
chrome/browser/ui/views/web_intent_picker_views.cc:267: views::ColumnSet*
header_cs = NULL;
looks like this could be moved inside the if clause below.

https://chromiumcodereview.appspot.com/10870092/diff/15002/chrome/browser/ui/...
chrome/browser/ui/views/web_intent_picker_views.cc:1084: if (waiting_view_ &&
!model->IsWaitingForSuggestions()) {
no need of { } for single line statements.

https://chromiumcodereview.appspot.com/10870092/diff/15002/chrome/browser/ui/...
chrome/browser/ui/views/web_intent_picker_views.cc:1300: 
please, remove these two empty lines.

Powered by Google App Engine
This is Rietveld 408576698