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

Issue 10444049: Fixing the focus issue in open/save dialogs. (Closed)

Created:
8 years, 6 months ago by SeRya
Modified:
8 years, 5 months ago
CC:
chromium-reviews, Aaron Boodman, mihaip-chromium-reviews_chromium.org
Visibility:
Public.

Description

Fixing the focus issue in open/save dialogs. BUG=127222 TEST=manual test. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=146202

Patch Set 1 #

Total comments: 2

Patch Set 2 : #

Total comments: 4
Unified diffs Side-by-side diffs Delta from patch set Stats (+5 lines, -0 lines) Patch
M chrome/browser/ui/views/extensions/extension_dialog.cc View 1 1 chunk +5 lines, -0 lines 4 comments Download

Messages

Total messages: 19 (0 generated)
SeRya
8 years, 6 months ago (2012-05-28 14:57:27 UTC) #1
oshima
lgtm. can you add the comment (see below) and assign the bug to me? https://chromiumcodereview.appspot.com/10444049/diff/1/chrome/browser/ui/views/extensions/extension_dialog.cc ...
8 years, 6 months ago (2012-06-22 14:34:41 UTC) #2
SeRya
https://chromiumcodereview.appspot.com/10444049/diff/1/chrome/browser/ui/views/extensions/extension_dialog.cc File chrome/browser/ui/views/extensions/extension_dialog.cc (right): https://chromiumcodereview.appspot.com/10444049/diff/1/chrome/browser/ui/views/extensions/extension_dialog.cc#newcode194 chrome/browser/ui/views/extensions/extension_dialog.cc:194: On 2012/06/22 14:34:41, oshima wrote: > can you please ...
8 years, 6 months ago (2012-06-22 14:45:27 UTC) #3
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/serya@chromium.org/10444049/10001
8 years, 6 months ago (2012-06-22 14:45:50 UTC) #4
commit-bot: I haz the power
Presubmit check for 10444049-10001 failed and returned exit status 1. Running presubmit commit checks ...
8 years, 6 months ago (2012-06-22 14:45:55 UTC) #5
SeRya
8 years, 6 months ago (2012-06-22 23:49:13 UTC) #6
sky
Why aren't we fixing this the right way?
8 years, 6 months ago (2012-06-25 14:25:49 UTC) #7
SeRya
On 2012/06/25 14:25:49, sky wrote: > Why aren't we fixing this the right way? Right ...
8 years, 5 months ago (2012-06-27 10:22:59 UTC) #8
sky
On Wed, Jun 27, 2012 at 3:22 AM, <serya@chromium.org> wrote: > On 2012/06/25 14:25:49, sky ...
8 years, 5 months ago (2012-06-27 14:07:29 UTC) #9
oshima
On 2012/06/27 14:07:29, sky wrote: > On Wed, Jun 27, 2012 at 3:22 AM, <mailto:serya@chromium.org> ...
8 years, 5 months ago (2012-06-27 20:50:50 UTC) #10
sky
http://codereview.chromium.org/10444049/diff/10001/chrome/browser/ui/views/extensions/extension_dialog.cc File chrome/browser/ui/views/extensions/extension_dialog.cc (right): http://codereview.chromium.org/10444049/diff/10001/chrome/browser/ui/views/extensions/extension_dialog.cc#newcode200 chrome/browser/ui/views/extensions/extension_dialog.cc:200: view->Focus(); I have a feeling views doesn't get focus ...
8 years, 5 months ago (2012-06-28 22:47:51 UTC) #11
SeRya
http://codereview.chromium.org/10444049/diff/10001/chrome/browser/ui/views/extensions/extension_dialog.cc File chrome/browser/ui/views/extensions/extension_dialog.cc (right): http://codereview.chromium.org/10444049/diff/10001/chrome/browser/ui/views/extensions/extension_dialog.cc#newcode200 chrome/browser/ui/views/extensions/extension_dialog.cc:200: view->Focus(); On 2012/06/28 22:47:51, sky wrote: > I have ...
8 years, 5 months ago (2012-06-29 09:35:55 UTC) #12
oshima
On 2012/06/29 09:35:55, SeRya wrote: > http://codereview.chromium.org/10444049/diff/10001/chrome/browser/ui/views/extensions/extension_dialog.cc > File chrome/browser/ui/views/extensions/extension_dialog.cc (right): > > http://codereview.chromium.org/10444049/diff/10001/chrome/browser/ui/views/extensions/extension_dialog.cc#newcode200 > ...
8 years, 5 months ago (2012-06-29 14:30:20 UTC) #13
SeRya
8 years, 5 months ago (2012-07-11 10:05:06 UTC) #14
Ben Goodger (Google)
http://codereview.chromium.org/10444049/diff/10001/chrome/browser/ui/views/extensions/extension_dialog.cc File chrome/browser/ui/views/extensions/extension_dialog.cc (right): http://codereview.chromium.org/10444049/diff/10001/chrome/browser/ui/views/extensions/extension_dialog.cc#newcode199 chrome/browser/ui/views/extensions/extension_dialog.cc:199: focus_manager->SetFocusedView(GetContentsView()); So who's going to fix the underlying issue?
8 years, 5 months ago (2012-07-11 16:06:38 UTC) #15
SeRya
http://codereview.chromium.org/10444049/diff/10001/chrome/browser/ui/views/extensions/extension_dialog.cc File chrome/browser/ui/views/extensions/extension_dialog.cc (right): http://codereview.chromium.org/10444049/diff/10001/chrome/browser/ui/views/extensions/extension_dialog.cc#newcode199 chrome/browser/ui/views/extensions/extension_dialog.cc:199: focus_manager->SetFocusedView(GetContentsView()); On 2012/07/11 16:06:38, Ben Goodger (Google) wrote: > ...
8 years, 5 months ago (2012-07-11 16:39:44 UTC) #16
Ben Goodger (Google)
OK. LGTM. On Wed, Jul 11, 2012 at 9:39 AM, <serya@chromium.org> wrote: > > http://codereview.chromium.**org/10444049/diff/10001/** ...
8 years, 5 months ago (2012-07-11 16:56:47 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/serya@chromium.org/10444049/10001
8 years, 5 months ago (2012-07-11 19:46:59 UTC) #18
commit-bot: I haz the power
8 years, 5 months ago (2012-07-11 21:03:37 UTC) #19
Change committed as 146202

Powered by Google App Engine
This is Rietveld 408576698