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

Side by Side Diff: chrome/android/java/res/values/colors.xml

Issue 771903003: Updated the omnibox on Android to color URLs correctly (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@url_coloring_unittests
Patch Set: Fixed small bug in testShortSecureHTTPSUrlWithLightColors Created 6 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | chrome/android/java/src/org/chromium/chrome/browser/omnibox/OmniboxUrlEmphasizer.java » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <?xml version="1.0" encoding="utf-8"?> 1 <?xml version="1.0" encoding="utf-8"?>
2 <!-- Copyright 2014 The Chromium Authors. All rights reserved. 2 <!-- Copyright 2014 The Chromium Authors. All rights reserved.
3 Use of this source code is governed by a BSD-style license that can be 3 Use of this source code is governed by a BSD-style license that can be
4 found in the LICENSE file. 4 found in the LICENSE file.
5 --> 5 -->
6 6
7 <resources> 7 <resources>
8 <!-- Common colors --> 8 <!-- Common colors -->
9 <color name="default_text_color">#333</color> 9 <color name="default_text_color">#333</color>
10 <color name="light_normal_color">#5A5A5A</color> 10 <color name="light_normal_color">#5A5A5A</color>
(...skipping 29 matching lines...) Expand all
40 <!-- Website Settings Popup colors --> 40 <!-- Website Settings Popup colors -->
41 <color name="website_settings_popup_button_text">#444444</color> 41 <color name="website_settings_popup_button_text">#444444</color>
42 <color name="website_settings_connection_broken_leading_text">#db4437</color > 42 <color name="website_settings_connection_broken_leading_text">#db4437</color >
43 <color name="website_settings_popup_permission_spinner_text">#646464</color> 43 <color name="website_settings_popup_permission_spinner_text">#646464</color>
44 44
45 <!-- URL Emphasizer colors --> 45 <!-- URL Emphasizer colors -->
46 <color name="url_emphasis_start_scheme_security_warning">#ffb000</color> 46 <color name="url_emphasis_start_scheme_security_warning">#ffb000</color>
47 <color name="url_emphasis_start_scheme_security_error">#db4437</color> 47 <color name="url_emphasis_start_scheme_security_error">#db4437</color>
48 <color name="url_emphasis_start_scheme_ev_secure">#1ac222</color> 48 <color name="url_emphasis_start_scheme_ev_secure">#1ac222</color>
49 <color name="url_emphasis_start_scheme_secure">#1ac222</color> 49 <color name="url_emphasis_start_scheme_secure">#1ac222</color>
50 <color name="url_emphasis_scheme_to_domain">#969696</color> 50 <color name="url_emphasis_non_emphasized_text">#80333333</color>
51 <color name="url_emphasis_trailing_url">#969696</color> 51 <color name="url_emphasis_light_non_emphasized_text">#80ffffff</color>
52 <color name="url_emphasis_domain_and_registry">#333333</color> 52 <color name="url_emphasis_domain_and_registry">#333333</color>
53 <color name="url_emphasis_light_domain_and_registry">#ffffff</color> 53 <color name="url_emphasis_light_domain_and_registry">#ffffff</color>
54 <color name="url_emphasis_default_text">#333333</color> 54 <color name="url_emphasis_default_text">#333333</color>
55 <color name="url_emphasis_light_default_text">#ffffff</color> 55 <color name="url_emphasis_light_default_text">#ffffff</color>
56 <!-- TODO(sashab): Remove (for backwards compatibility only). -->
57 <color name="url_emphasis_scheme_to_domain">#969696</color>
58 <color name="url_emphasis_trailing_url">#969696</color>
56 59
57 <!-- Distilled Page Prefs colors --> 60 <!-- Distilled Page Prefs colors -->
58 <color name="distilled_page_prefs_selected">#999999</color> 61 <color name="distilled_page_prefs_selected">#999999</color>
59 <color name="distilled_page_prefs_unselected">#ffffff</color> 62 <color name="distilled_page_prefs_unselected">#ffffff</color>
60 63
61 <!-- Password generation popup colors --> 64 <!-- Password generation popup colors -->
62 <color name="password_generation_divider_color">#e5e5e5</color> 65 <color name="password_generation_divider_color">#e5e5e5</color>
63 <color name="password_generation_explanation_text_color">#909090</color> 66 <color name="password_generation_explanation_text_color">#909090</color>
64 <color name="password_generation_link_text_color">#5595e3</color> 67 <color name="password_generation_link_text_color">#5595e3</color>
65 </resources> 68 </resources>
OLDNEW
« no previous file with comments | « no previous file | chrome/android/java/src/org/chromium/chrome/browser/omnibox/OmniboxUrlEmphasizer.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698