Update HTTP-Auth to latest Harmony mocks.
With *and without* --secondary-ui-md:
* Removes the colons from the field labels
* Alters the text for insecure domains to say "Your connection to this site is not private"
* Makes the dialog title and "Log in" button text sentence case on non-Mac/iOS
* Removes " requires a username and password" after the domain for non-Proxy auth requests
* Removes the insets on the sides of the textfield stack relative to the dialog title.
* Removes the close button from the http-auth dialog
With --secondary-ui-md only:
* Uses SECONDARY / gray text for the second line of header text
* Makes textfields 28px tall
3 general adjustments applicable to a class of dialogs remain to be done:
* Too much spacing from the title to the body text, and
* Too little spacing from the last textfield to the button row.
* Textfields should horizontally align "somehow" we don't know how yet
Adds ui/views/harmony/layout_helper.h to encapsulate methods for creating a
textfield stack in the standard layout.
Bug: 602392
Change-Id: I27fbc52c95d9bd8ac2a3551d916d3f161f51593f
Reviewed-on: https://chromium-review.googlesource.com/559205
Reviewed-by: Colin Blundell <[email protected]>
Reviewed-by: Peter Kasting <[email protected]>
Reviewed-by: Bret Sepulveda <[email protected]>
Commit-Queue: Trent Apted <[email protected]>
Cr-Commit-Position: refs/heads/master@{#487030}
diff --git a/components/page_info_strings.grdp b/components/page_info_strings.grdp
index 9a35a8b..59764dd 100644
--- a/components/page_info_strings.grdp
+++ b/components/page_info_strings.grdp
@@ -8,7 +8,7 @@
<message name="IDS_PAGE_INFO_MIXED_CONTENT_SUMMARY" desc="A one-line summary at the top of the Page Info bubble (which shows when you click the security indicator) if the connection to the current website is using mainly using a secure connection but has some insecure parts (like insecurely loaded images).">
Your connection to this site is not fully secure
</message>
- <message name="IDS_PAGE_INFO_NOT_SECURE_SUMMARY" desc="A one-line summary at the top of the Page Info bubble (which shows when you click the security indicator) if the connection to the current website is secure.">
+ <message name="IDS_PAGE_INFO_NOT_SECURE_SUMMARY" desc="A one-line summary at the top of the Page Info bubble (which shows when you click the security indicator) if the connection to the current website is not secure.">
Your connection to this site is not secure
</message>
<message name="IDS_PAGE_INFO_MALWARE_SUMMARY" desc="A one-line summary at the top of the Page Info bubble (which shows when you click the security indicator) if the current website has been flagged as containing malware.">