author | JosiahOne <josiah@programmer.net> |
Fri, 01 Mar 2013 13:14:24 -0500 | |
changeset 124165 | 6e7e6773c8365f393d3e54fb76b6a62cc67c0765 |
parent 124164 | 3b1334f1632843b1f70597becc761448f4991c20 |
child 124166 | b6ea7e1947e9c32246ec7c042bf44a1920d1083a |
push id | 24408 |
push user | ryanvm@gmail.com |
push date | Fri, 08 Mar 2013 04:58:11 +0000 |
treeherder | mozilla-central@cb432984d5ce [default view] [failures only] |
perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
reviewers | mconley, shorlander |
bugs | 845807 |
milestone | 22.0a1 |
first release with | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
last release without | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
--- a/modules/libpref/src/init/all.js +++ b/modules/libpref/src/init/all.js @@ -104,17 +104,17 @@ pref("browser.display.background_color", pref("browser.display.force_inline_alttext", false); // true = force ALT text for missing images to be layed out inline // 0 = no external leading, // 1 = use external leading only when font provides, // 2 = add extra leading both internal leading and external leading are zero pref("browser.display.normal_lineheight_calc_control", 2); pref("browser.display.show_image_placeholders", true); // true = show image placeholders while image is loaded and when image is broken // min font device pixel size at which to turn on high quality pref("browser.display.auto_quality_min_font_size", 20); -pref("browser.anchor_color", "#0000EE"); +pref("browser.anchor_color", "#0B6CDA"); pref("browser.active_color", "#EE0000"); pref("browser.visited_color", "#551A8B"); pref("browser.underline_anchors", true); pref("browser.blink_allowed", true); pref("browser.enable_automatic_image_resizing", false); pref("browser.enable_click_image_resizing", true); // See http://dev.w3.org/html5/spec/forms.html#attr-fe-autofocus