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

Issue 9310050: [cros] Error bubble on login is displayed to the left of Gaia frame. (Closed)

Created:
8 years, 10 months ago by Ivan Korotkov
Modified:
8 years ago
Reviewers:
xiyuan, Dan Beam, altimofeev
CC:
chromium-reviews, arv (Not doing code reviews), nkostylev+watch_chromium.org
Visibility:
Public.

Description

[cros] Error bubble on login is displayed to the left of Gaia frame. *) Error bubble supports multiple attachments. *) Delayed bubble display until the iframe is loaded. BUG=chromium-os:23296, chromium-os:21246 TEST=Manual: see bug description Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=120854

Patch Set 1 #

Total comments: 8

Patch Set 2 : Whitespace. #

Total comments: 12

Patch Set 3 : New bubble style. #

Total comments: 4

Patch Set 4 : Fix and merge. #

Patch Set 5 : License fixes. #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+280 lines, -94 lines) Patch
M chrome/browser/resources/chromeos/login/bubble.css View 1 2 3 2 chunks +83 lines, -9 lines 2 comments Download
M chrome/browser/resources/chromeos/login/bubble.js View 1 2 3 4 4 chunks +107 lines, -23 lines 0 comments Download
M chrome/browser/resources/chromeos/login/display_manager.js View 1 2 6 chunks +21 lines, -56 lines 0 comments Download
M chrome/browser/resources/chromeos/login/header_bar.js View 1 2 1 chunk +6 lines, -2 lines 0 comments Download
M chrome/browser/resources/chromeos/login/oobe_screen_network.js View 1 2 3 4 2 chunks +3 lines, -2 lines 0 comments Download
M chrome/browser/resources/chromeos/login/screen_account_picker.js View 1 2 3 chunks +23 lines, -1 line 0 comments Download
M chrome/browser/resources/chromeos/login/screen_gaia_signin.css View 1 2 3 4 2 chunks +10 lines, -1 line 0 comments Download
M chrome/browser/resources/chromeos/login/screen_gaia_signin.html View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/resources/chromeos/login/screen_gaia_signin.js View 1 2 2 chunks +26 lines, -0 lines 0 comments Download

Messages

Total messages: 12 (0 generated)
Ivan Korotkov
PTAL
8 years, 10 months ago (2012-02-02 09:14:58 UTC) #1
xiyuan
http://codereview.chromium.org/9310050/diff/1/chrome/browser/resources/chromeos/login/bubble.css File chrome/browser/resources/chromeos/login/bubble.css (right): http://codereview.chromium.org/9310050/diff/1/chrome/browser/resources/chromeos/login/bubble.css#newcode22 chrome/browser/resources/chromeos/login/bubble.css:22: .bubble-right nit: insert a blank line between css groups ...
8 years, 10 months ago (2012-02-02 22:43:52 UTC) #2
Ivan Korotkov
http://codereview.chromium.org/9310050/diff/1/chrome/browser/resources/chromeos/login/bubble.css File chrome/browser/resources/chromeos/login/bubble.css (right): http://codereview.chromium.org/9310050/diff/1/chrome/browser/resources/chromeos/login/bubble.css#newcode22 chrome/browser/resources/chromeos/login/bubble.css:22: .bubble-right On 2012/02/02 22:43:52, xiyuan wrote: > nit: insert ...
8 years, 10 months ago (2012-02-03 10:33:04 UTC) #3
altimofeev
lgtm http://codereview.chromium.org/9310050/diff/3003/chrome/browser/resources/chromeos/login/bubble.css File chrome/browser/resources/chromeos/login/bubble.css (right): http://codereview.chromium.org/9310050/diff/3003/chrome/browser/resources/chromeos/login/bubble.css#newcode23 chrome/browser/resources/chromeos/login/bubble.css:23: .bubble-right ',' (comma) was missed http://codereview.chromium.org/9310050/diff/3003/chrome/browser/resources/chromeos/login/bubble.js File chrome/browser/resources/chromeos/login/bubble.js ...
8 years, 10 months ago (2012-02-03 11:49:30 UTC) #4
xiyuan
LGTM
8 years, 10 months ago (2012-02-03 18:06:23 UTC) #5
Ivan Korotkov
Redesigned bubble for the new style (http://crosbug.com/21246) and fixed RTL issues. Care to take another ...
8 years, 10 months ago (2012-02-07 17:18:00 UTC) #6
xiyuan
LGTM as long as you did not change common.gypi in this CL. :) http://codereview.chromium.org/9310050/diff/7001/build/common.gypi File ...
8 years, 10 months ago (2012-02-07 17:51:40 UTC) #7
Ivan Korotkov
http://codereview.chromium.org/9310050/diff/7001/build/common.gypi File build/common.gypi (right): http://codereview.chromium.org/9310050/diff/7001/build/common.gypi#newcode382 build/common.gypi:382: ['host_arch=="x64"', { On 2012/02/07 17:51:40, xiyuan wrote: > Is ...
8 years, 10 months ago (2012-02-07 17:57:27 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/ivankr@chromium.org/9310050/7003
8 years, 10 months ago (2012-02-07 18:52:33 UTC) #9
commit-bot: I haz the power
Change committed as 120854
8 years, 10 months ago (2012-02-07 23:36:01 UTC) #10
Dan Beam
https://codereview.chromium.org/9310050/diff/7003/chrome/browser/resources/chromeos/login/bubble.css File chrome/browser/resources/chromeos/login/bubble.css (right): https://codereview.chromium.org/9310050/diff/7003/chrome/browser/resources/chromeos/login/bubble.css#newcode32 chrome/browser/resources/chromeos/login/bubble.css:32: html[dir=ltf] .bubble-top:before { Hello Ivan, I noticed this says ...
8 years ago (2012-12-05 07:23:47 UTC) #11
Ivan Korotkov
8 years ago (2012-12-05 08:06:39 UTC) #12
Message was sent while issue was closed.
https://codereview.chromium.org/9310050/diff/7003/chrome/browser/resources/ch...
File chrome/browser/resources/chromeos/login/bubble.css (right):

https://codereview.chromium.org/9310050/diff/7003/chrome/browser/resources/ch...
chrome/browser/resources/chromeos/login/bubble.css:32: html[dir=ltf]
.bubble-top:before {
On 2012/12/05 07:23:48, Dan Beam wrote:
> Hello Ivan, I noticed this says [dir=ltf] here and is still like this in the
> code - what would you like to do about this rule?  I'd assume it hasn't been
> working for these 10 months since this was committed.
> 
> Thanks,
> 
> Dan

Ouch. Thanks for noticing! I'll fix that.

Powered by Google App Engine
This is Rietveld 408576698