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

Issue 23674004: [rAC, OSX] Add overlay shield for interstitials/waits. (Closed)

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

Description

[rAC, OSX] Add overlay shield for interstitials/waits. requestAutocomplete displays a splash screen as well as an interstitial while communicating with wallet using the overlay shield. The current dialog is hidden behind the shield for the duration, and the shield can contain images as well as text messages. R=sail@chromium.org BUG=157274, 260951 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=221399

Patch Set 1 #

Total comments: 12

Patch Set 2 : Allow animated overlays. #

Total comments: 46

Patch Set 3 : Review fixes & missing test file. #

Total comments: 4

Patch Set 4 : Review fixes, next round. #

Total comments: 3

Patch Set 5 : Final tweaks. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+513 lines, -13 lines) Patch
M chrome/browser/ui/cocoa/autofill/autofill_dialog_cocoa.h View 3 chunks +5 lines, -1 line 0 comments Download
M chrome/browser/ui/cocoa/autofill/autofill_dialog_cocoa.mm View 1 2 3 4 10 chunks +50 lines, -12 lines 0 comments Download
A chrome/browser/ui/cocoa/autofill/autofill_overlay_controller.h View 1 2 3 4 1 chunk +73 lines, -0 lines 0 comments Download
A chrome/browser/ui/cocoa/autofill/autofill_overlay_controller.mm View 1 2 3 4 1 chunk +341 lines, -0 lines 0 comments Download
A chrome/browser/ui/cocoa/autofill/autofill_overlay_controller_unittest.mm View 1 2 1 chunk +41 lines, -0 lines 0 comments Download
M chrome/chrome_browser_ui.gypi View 1 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/chrome_tests_unit.gypi View 1 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 12 (0 generated)
groby-ooo-7-16
Sailesh: PTAL. Last remaining big chunk for rAC. As splash screen: http://imgur.com/xU0kkH6,v0HoZAb#0 With a message ...
7 years, 3 months ago (2013-09-04 01:14:34 UTC) #1
sail
https://codereview.chromium.org/23674004/diff/1/chrome/browser/ui/cocoa/autofill/autofill_overlay_controller.h File chrome/browser/ui/cocoa/autofill/autofill_overlay_controller.h (right): https://codereview.chromium.org/23674004/diff/1/chrome/browser/ui/cocoa/autofill/autofill_overlay_controller.h#newcode15 chrome/browser/ui/cocoa/autofill/autofill_overlay_controller.h:15: struct DialogOverlayState; Don't need to indent or add a ...
7 years, 3 months ago (2013-09-04 20:04:05 UTC) #2
groby-ooo-7-16
https://codereview.chromium.org/23674004/diff/1/chrome/browser/ui/cocoa/autofill/autofill_overlay_controller.h File chrome/browser/ui/cocoa/autofill/autofill_overlay_controller.h (right): https://codereview.chromium.org/23674004/diff/1/chrome/browser/ui/cocoa/autofill/autofill_overlay_controller.h#newcode15 chrome/browser/ui/cocoa/autofill/autofill_overlay_controller.h:15: struct DialogOverlayState; On 2013/09/04 20:04:06, sail wrote: > Don't ...
7 years, 3 months ago (2013-09-04 20:41:45 UTC) #3
sail
https://codereview.chromium.org/23674004/diff/1/chrome/browser/ui/cocoa/autofill/autofill_overlay_controller.mm File chrome/browser/ui/cocoa/autofill/autofill_overlay_controller.mm (right): https://codereview.chromium.org/23674004/diff/1/chrome/browser/ui/cocoa/autofill/autofill_overlay_controller.mm#newcode159 chrome/browser/ui/cocoa/autofill/autofill_overlay_controller.mm:159: - (id)init { > Would you be fine if ...
7 years, 3 months ago (2013-09-04 21:18:51 UTC) #4
groby-ooo-7-16
https://codereview.chromium.org/23674004/diff/1/chrome/browser/ui/cocoa/autofill/autofill_overlay_controller.mm File chrome/browser/ui/cocoa/autofill/autofill_overlay_controller.mm (right): https://codereview.chromium.org/23674004/diff/1/chrome/browser/ui/cocoa/autofill/autofill_overlay_controller.mm#newcode159 chrome/browser/ui/cocoa/autofill/autofill_overlay_controller.mm:159: - (id)init { On 2013/09/04 21:18:51, sail wrote: > ...
7 years, 3 months ago (2013-09-04 22:19:01 UTC) #5
sail
lgtm! https://codereview.chromium.org/23674004/diff/3001/chrome/browser/ui/cocoa/autofill/autofill_overlay_controller.h File chrome/browser/ui/cocoa/autofill/autofill_overlay_controller.h (right): https://codereview.chromium.org/23674004/diff/3001/chrome/browser/ui/cocoa/autofill/autofill_overlay_controller.h#newcode63 chrome/browser/ui/cocoa/autofill/autofill_overlay_controller.h:63: - (int)getHeightForWidth:(int)width; On 2013/09/04 22:19:01, groby wrote: > ...
7 years, 3 months ago (2013-09-04 23:08:24 UTC) #6
groby-ooo-7-16
https://codereview.chromium.org/23674004/diff/3001/chrome/browser/ui/cocoa/autofill/autofill_overlay_controller.h File chrome/browser/ui/cocoa/autofill/autofill_overlay_controller.h (right): https://codereview.chromium.org/23674004/diff/3001/chrome/browser/ui/cocoa/autofill/autofill_overlay_controller.h#newcode63 chrome/browser/ui/cocoa/autofill/autofill_overlay_controller.h:63: - (int)getHeightForWidth:(int)width; Done, then. On 2013/09/04 23:08:25, sail wrote: ...
7 years, 3 months ago (2013-09-05 00:44:20 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/23674004/23001
7 years, 3 months ago (2013-09-05 00:47:15 UTC) #8
sail
https://codereview.chromium.org/23674004/diff/19001/chrome/browser/ui/cocoa/autofill/autofill_dialog_cocoa.mm File chrome/browser/ui/cocoa/autofill/autofill_dialog_cocoa.mm (right): https://codereview.chromium.org/23674004/diff/19001/chrome/browser/ui/cocoa/autofill/autofill_dialog_cocoa.mm#newcode438 chrome/browser/ui/cocoa/autofill/autofill_dialog_cocoa.mm:438: object:[self window]]; On 2013/09/05 00:44:20, groby wrote: > Done ...
7 years, 3 months ago (2013-09-05 01:06:31 UTC) #9
commit-bot: I haz the power
Retried try job too often on ios_dbg_simulator for step(s) ui_unittests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=ios_dbg_simulator&number=82910
7 years, 3 months ago (2013-09-05 02:01:29 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/groby@chromium.org/23674004/23001
7 years, 3 months ago (2013-09-05 11:21:22 UTC) #11
commit-bot: I haz the power
7 years, 3 months ago (2013-09-05 13:14:30 UTC) #12
Message was sent while issue was closed.
Change committed as 221399

Powered by Google App Engine
This is Rietveld 408576698