|
|
Chromium Code Reviews|
Created:
4 years, 3 months ago by sammiequon Modified:
4 years, 3 months ago CC:
chromium-reviews, alemate+watch_chromium.org, achuith+watch_chromium.org Target Ref:
refs/pending/heads/master Project:
chromium Visibility:
Public. |
DescriptionSubmit button incompatiable with desktop chrome.
Due to some complications I was not actually reproduce these bugs on desktop chrome. They should at the very least fix the bugs where the submit button shows up. I have confirmed they work as before on the chromeos side.
BUG=643066, 643069, 644325, 644843
Committed: https://crrev.com/8b3ff5ba9c14e072c179fd3cb54636c499bc4dd4
Cr-Commit-Position: refs/heads/master@{#418384}
Patch Set 1 #
Total comments: 6
Patch Set 2 : Fixed patch set 1 errors. #
Total comments: 2
Patch Set 3 : Wrapped whole css block. #Patch Set 4 : Rebased. #Patch Set 5 : Added null check. #
Messages
Total messages: 22 (9 generated)
Description was changed from ========== Submit button incompatiable with desktop chrome. Due to some complications I was not actually reproduce these bugs on desktop chrome. They should at the very least fix the bugs where the submit button shows up. I have confirmed they work as before on the chromeos side. BUG=643066,643069,644325,644843 ========== to ========== Submit button incompatiable with desktop chrome. Due to some complications I was not actually reproduce these bugs on desktop chrome. They should at the very least fix the bugs where the submit button shows up. I have confirmed they work as before on the chromeos side. BUG=643066,643069,644325,644843 ==========
sammiequon@chromium.org changed reviewers: + jdufault@chromium.org, xiyuan@chromium.org
jdufault@, xiyuan@ - Please take a look. Thanks!
https://codereview.chromium.org/2326833002/diff/1/ui/login/account_picker/use... File ui/login/account_picker/user_pod_row.css (right): https://codereview.chromium.org/2326833002/diff/1/ui/login/account_picker/use... ui/login/account_picker/user_pod_row.css:166: </if> Is there an if/else construct available? https://codereview.chromium.org/2326833002/diff/1/ui/login/account_picker/use... File ui/login/account_picker/user_pod_template.html (right): https://codereview.chromium.org/2326833002/diff/1/ui/login/account_picker/use... ui/login/account_picker/user_pod_template.html:53: <if expr="chromeos"> Should this be cros only? It looks like we have had the icon on desktop for a few years. If this should be cros only, then the entire capslock-hint-container should probably be disabled.
https://codereview.chromium.org/2326833002/diff/1/ui/login/account_picker/use... File ui/login/account_picker/user_pod_row.css (right): https://codereview.chromium.org/2326833002/diff/1/ui/login/account_picker/use... ui/login/account_picker/user_pod_row.css:166: </if> On 2016/09/08 22:28:59, jdufault wrote: > Is there an if/else construct available? I don't think grit support an "else". :( But please move the two <if>s together so that it is easier to read. https://codereview.chromium.org/2326833002/diff/1/ui/login/account_picker/use... File ui/login/account_picker/user_pod_template.html (right): https://codereview.chromium.org/2326833002/diff/1/ui/login/account_picker/use... ui/login/account_picker/user_pod_template.html:53: <if expr="chromeos"> On 2016/09/08 22:28:59, jdufault wrote: > Should this be cros only? It looks like we have had the icon on desktop for a > few years. > > If this should be cros only, then the entire capslock-hint-container should > probably be disabled. We probably have the load error since the code is ported to desktop chrome. Don't think the caps lock feature is used on desktop chrome. So the whole container can probably go.
https://codereview.chromium.org/2326833002/diff/1/ui/login/account_picker/use... File ui/login/account_picker/user_pod_row.css (right): https://codereview.chromium.org/2326833002/diff/1/ui/login/account_picker/use... ui/login/account_picker/user_pod_row.css:166: </if> On 2016/09/08 22:36:29, xiyuan wrote: > On 2016/09/08 22:28:59, jdufault wrote: > > Is there an if/else construct available? > > I don't think grit support an "else". :( But please move the two <if>s together > so that it is easier to read. Done. https://codereview.chromium.org/2326833002/diff/1/ui/login/account_picker/use... File ui/login/account_picker/user_pod_template.html (right): https://codereview.chromium.org/2326833002/diff/1/ui/login/account_picker/use... ui/login/account_picker/user_pod_template.html:53: <if expr="chromeos"> On 2016/09/08 22:36:29, xiyuan wrote: > On 2016/09/08 22:28:59, jdufault wrote: > > Should this be cros only? It looks like we have had the icon on desktop for a > > few years. > > > > If this should be cros only, then the entire capslock-hint-container should > > probably be disabled. > > We probably have the load error since the code is ported to desktop chrome. > Don't think the caps lock feature is used on desktop chrome. So the whole > container can probably go. The caps lock feature is still inside the password box if caps lock is activated, though there is already a caps lock indicator on the bottom right.
lgtm but wait for jdufault
https://codereview.chromium.org/2326833002/diff/20001/ui/login/account_picker... File ui/login/account_picker/user_pod_row.css (right): https://codereview.chromium.org/2326833002/diff/20001/ui/login/account_picker... ui/login/account_picker/user_pod_row.css:260: <if expr="chromeos"> Can this entire css block be conditional since the capslock-hint-container doesn't exist on non-cros?
https://codereview.chromium.org/2326833002/diff/20001/ui/login/account_picker... File ui/login/account_picker/user_pod_row.css (right): https://codereview.chromium.org/2326833002/diff/20001/ui/login/account_picker... ui/login/account_picker/user_pod_row.css:260: <if expr="chromeos"> On 2016/09/13 18:26:50, jdufault wrote: > Can this entire css block be conditional since the capslock-hint-container > doesn't exist on non-cros? Done.
lgtm
The CQ bit was checked by sammiequon@chromium.org
The patchset sent to the CQ was uploaded after l-g-t-m from xiyuan@chromium.org Link to the patchset: https://codereview.chromium.org/2326833002/#ps40001 (title: "Wrapped whole css block.")
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
The CQ bit was unchecked by commit-bot@chromium.org
Try jobs failed on following builders: ios-device on master.tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/ios-device/builds...) ios-simulator on master.tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/ios-simulator/bui...) mac_chromium_compile_dbg_ng on master.tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/mac_chromium_comp...) mac_chromium_rel_ng on master.tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/mac_chromium_rel_...)
The CQ bit was checked by sammiequon@chromium.org
The patchset sent to the CQ was uploaded after l-g-t-m from xiyuan@chromium.org, jdufault@chromium.org Link to the patchset: https://codereview.chromium.org/2326833002/#ps80001 (title: "Added null check.")
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
Message was sent while issue was closed.
Description was changed from ========== Submit button incompatiable with desktop chrome. Due to some complications I was not actually reproduce these bugs on desktop chrome. They should at the very least fix the bugs where the submit button shows up. I have confirmed they work as before on the chromeos side. BUG=643066,643069,644325,644843 ========== to ========== Submit button incompatiable with desktop chrome. Due to some complications I was not actually reproduce these bugs on desktop chrome. They should at the very least fix the bugs where the submit button shows up. I have confirmed they work as before on the chromeos side. BUG=643066,643069,644325,644843 ==========
Message was sent while issue was closed.
Committed patchset #5 (id:80001)
Message was sent while issue was closed.
Description was changed from ========== Submit button incompatiable with desktop chrome. Due to some complications I was not actually reproduce these bugs on desktop chrome. They should at the very least fix the bugs where the submit button shows up. I have confirmed they work as before on the chromeos side. BUG=643066,643069,644325,644843 ========== to ========== Submit button incompatiable with desktop chrome. Due to some complications I was not actually reproduce these bugs on desktop chrome. They should at the very least fix the bugs where the submit button shows up. I have confirmed they work as before on the chromeos side. BUG=643066,643069,644325,644843 Committed: https://crrev.com/8b3ff5ba9c14e072c179fd3cb54636c499bc4dd4 Cr-Commit-Position: refs/heads/master@{#418384} ==========
Message was sent while issue was closed.
Patchset 5 (id:??) landed as https://crrev.com/8b3ff5ba9c14e072c179fd3cb54636c499bc4dd4 Cr-Commit-Position: refs/heads/master@{#418384} |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
