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

Issue 89023003: [rAC, OSX] Fix dialog jankiness. (Closed)

Created:
7 years ago by groby-ooo-7-16
Modified:
7 years ago
Reviewers:
Nico
CC:
chromium-reviews, benquan, Dane Wallinga, dyu1, estade+watch_chromium.org, Ilya Sherman, rouslan+autofillwatch_chromium.org
Visibility:
Public.

Description

[rAC, OSX] Fix dialog jankiness. Ensure that subviews of the requestAutocomplete dialog are fully laid out before anything is displayed on screen. This gets rid of visual artifacts from partial rendering. BUG=315982 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=237505

Patch Set 1 #

Total comments: 4

Patch Set 2 : Review fixes. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+53 lines, -17 lines) Patch
M chrome/browser/ui/cocoa/autofill/autofill_dialog_cocoa.mm View 1 chunk +0 lines, -3 lines 0 comments Download
M chrome/browser/ui/cocoa/autofill/autofill_dialog_window_controller.h View 2 chunks +0 lines, -4 lines 0 comments Download
M chrome/browser/ui/cocoa/autofill/autofill_dialog_window_controller.mm View 1 4 chunks +53 lines, -10 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
groby-ooo-7-16
Nico, please take a look. The previous code using performSelector executed the layout _after_ displayIfNeeded ...
7 years ago (2013-11-26 21:53:47 UTC) #1
Nico
Neat! lgtm with _ on ivar https://codereview.chromium.org/89023003/diff/1/chrome/browser/ui/cocoa/autofill/autofill_dialog_window_controller.mm File chrome/browser/ui/cocoa/autofill/autofill_dialog_window_controller.mm (right): https://codereview.chromium.org/89023003/diff/1/chrome/browser/ui/cocoa/autofill/autofill_dialog_window_controller.mm#newcode29 chrome/browser/ui/cocoa/autofill/autofill_dialog_window_controller.mm:29: namespace { const ...
7 years ago (2013-11-27 01:03:05 UTC) #2
groby-ooo-7-16
https://codereview.chromium.org/89023003/diff/1/chrome/browser/ui/cocoa/autofill/autofill_dialog_window_controller.mm File chrome/browser/ui/cocoa/autofill/autofill_dialog_window_controller.mm (right): https://codereview.chromium.org/89023003/diff/1/chrome/browser/ui/cocoa/autofill/autofill_dialog_window_controller.mm#newcode29 chrome/browser/ui/cocoa/autofill/autofill_dialog_window_controller.mm:29: namespace { On 2013/11/27 01:03:06, Nico wrote: > const ...
7 years ago (2013-11-27 01:34:03 UTC) #3
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/groby@chromium.org/89023003/20001
7 years ago (2013-11-27 01:35:14 UTC) #4
commit-bot: I haz the power
7 years ago (2013-11-27 04:10:26 UTC) #5
Message was sent while issue was closed.
Change committed as 237505

Powered by Google App Engine
This is Rietveld 408576698