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

Issue 8508019: Add a method to the controller to close the picker/service tab when a return value is passed. (Closed)

Created:
9 years, 1 month ago by Greg Billock
Modified:
9 years, 1 month ago
Reviewers:
James Hawkins
CC:
chromium-reviews, joi+watch-content_chromium.org, darin-cc_chromium.org, jam, dpranke-watch+content_chromium.org
Visibility:
Public.

Description

Add a method to the controller to close the picker/service tab when a return value is passed. R=jhawkins@chromium.org BUG=103294, 104140 TEST=WebIntentPickerControllerBrowserTest Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=110547

Patch Set 1 #

Total comments: 6

Patch Set 2 : Fix null check #

Patch Set 3 : Add test #

Patch Set 4 : Remove leftover include #

Patch Set 5 : Fix up test to try to solve flakiness. #

Patch Set 6 : Change delegate comment to notification sense of OnClosing. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+136 lines, -64 lines) Patch
M chrome/browser/ui/gtk/web_intent_picker_gtk.h View 1 2 3 4 1 chunk +3 lines, -3 lines 0 comments Download
M chrome/browser/ui/gtk/web_intent_picker_gtk.cc View 1 2 2 chunks +4 lines, -4 lines 0 comments Download
M chrome/browser/ui/intents/web_intent_picker_controller.h View 1 2 3 4 5 3 chunks +10 lines, -0 lines 0 comments Download
M chrome/browser/ui/intents/web_intent_picker_controller.cc View 6 chunks +36 lines, -3 lines 0 comments Download
M chrome/browser/ui/intents/web_intent_picker_controller_browsertest.cc View 1 2 3 4 4 chunks +72 lines, -46 lines 0 comments Download
M chrome/browser/ui/intents/web_intent_picker_controller_unittest.cc View 1 2 3 4 5 1 chunk +0 lines, -1 line 0 comments Download
M chrome/browser/ui/intents/web_intent_picker_delegate.h View 1 2 3 4 5 1 chunk +1 line, -2 lines 0 comments Download
M content/browser/intents/intent_injector.h View 1 2 3 4 1 chunk +2 lines, -1 line 0 comments Download
M content/browser/intents/intent_injector.cc View 1 2 3 4 2 chunks +8 lines, -4 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
Greg Billock
9 years, 1 month ago (2011-11-09 19:18:29 UTC) #1
James Hawkins
This could use some tests. http://codereview.chromium.org/8508019/diff/1/chrome/browser/ui/gtk/web_intent_picker_gtk.cc File chrome/browser/ui/gtk/web_intent_picker_gtk.cc (right): http://codereview.chromium.org/8508019/diff/1/chrome/browser/ui/gtk/web_intent_picker_gtk.cc#newcode168 chrome/browser/ui/gtk/web_intent_picker_gtk.cc:168: if (inline_disposition_tab_contents_.get() != NULL) ...
9 years, 1 month ago (2011-11-10 00:57:27 UTC) #2
Greg Billock
http://codereview.chromium.org/8508019/diff/1/chrome/browser/ui/gtk/web_intent_picker_gtk.cc File chrome/browser/ui/gtk/web_intent_picker_gtk.cc (right): http://codereview.chromium.org/8508019/diff/1/chrome/browser/ui/gtk/web_intent_picker_gtk.cc#newcode168 chrome/browser/ui/gtk/web_intent_picker_gtk.cc:168: if (inline_disposition_tab_contents_.get() != NULL) On 2011/11/10 00:57:28, James Hawkins ...
9 years, 1 month ago (2011-11-10 20:00:42 UTC) #3
James Hawkins
lgtm
9 years, 1 month ago (2011-11-11 22:23:56 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/gbillock@chromium.org/8508019/19001
9 years, 1 month ago (2011-11-17 18:52:45 UTC) #5
commit-bot: I haz the power
9 years, 1 month ago (2011-11-17 20:09:53 UTC) #6
Change committed as 110547

Powered by Google App Engine
This is Rietveld 408576698