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

Issue 8565003: Rebase SpeechInputBubble on the new views bubble. (Closed)

Created:
9 years, 1 month ago by msw
Modified:
9 years, 1 month ago
CC:
chromium-reviews, Paweł Hajdan Jr.
Visibility:
Public.

Description

Rebase SpeechInputBubble on the new views bubble. I chose to use the local ContentView class to implement BubbleDelegateView. SpeechInputBubbleImpl didn't fit well as a BubbleDelegateView, because: -Instances are expected to outlive Widget closure or hide (not implemented). -SpeechInputBubbleBase::Show would cause a naming conflict. -SpeechInputBubbleController interactions made that approach difficult. BUG=98323 TEST=SpeechInputBubbles function as before. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=110622

Patch Set 1 : Take another approach. #

Total comments: 9

Patch Set 2 : Fix lifetime issues, check for NULL LocationBarView. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+96 lines, -121 lines) Patch
M chrome/browser/speech/speech_input_bubble_views.cc View 1 11 chunks +96 lines, -121 lines 0 comments Download

Messages

Total messages: 8 (0 generated)
msw
Alice, can you take a look? Thanks! http://codereview.chromium.org/8565003/diff/6002/chrome/browser/speech/speech_input_bubble_views.cc File chrome/browser/speech/speech_input_bubble_views.cc (right): http://codereview.chromium.org/8565003/diff/6002/chrome/browser/speech/speech_input_bubble_views.cc#newcode100 chrome/browser/speech/speech_input_bubble_views.cc:100: set_close_on_esc(false); indentation ...
9 years, 1 month ago (2011-11-17 07:05:24 UTC) #1
alicet1
oy, I can see what a nasty one this is, thanks for tackling it. some ...
9 years, 1 month ago (2011-11-17 17:59:13 UTC) #2
msw
Comments addressed, made fixes; please take another look. http://codereview.chromium.org/8565003/diff/6002/chrome/browser/speech/speech_input_bubble_views.cc File chrome/browser/speech/speech_input_bubble_views.cc (left): http://codereview.chromium.org/8565003/diff/6002/chrome/browser/speech/speech_input_bubble_views.cc#oldcode321 chrome/browser/speech/speech_input_bubble_views.cc:321: delegate_->InfoBubbleFocusChanged(); ...
9 years, 1 month ago (2011-11-17 20:42:52 UTC) #3
alicet1
lgtm yay, looking good.
9 years, 1 month ago (2011-11-17 23:22:50 UTC) #4
msw
Ben PTAL/stamp; thanks!
9 years, 1 month ago (2011-11-17 23:24:58 UTC) #5
Ben Goodger (Google)
lgtm
9 years, 1 month ago (2011-11-17 23:28:38 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/msw@chromium.org/8565003/5005
9 years, 1 month ago (2011-11-17 23:31:08 UTC) #7
commit-bot: I haz the power
9 years, 1 month ago (2011-11-18 01:30:53 UTC) #8
Change committed as 110622

Powered by Google App Engine
This is Rietveld 408576698