Turning color management on by default for tagged images - bug 418538. r=vlad

Also updating some reftests whose behavior changes with color management
enabled - bug 453548. r=dolske
This commit is contained in:
Bobby Holley 2008-09-11 18:45:43 -07:00
parent 2a5d48aacb
commit 106aaaae97
3 changed files with 1147 additions and 1147 deletions

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -130,7 +130,7 @@ pref("browser.triple_click_selects_paragraph", true);
// 0 = Off, 1 = Full, 2 = Tagged Images Only.
// See eCMSMode in gfx/thebes/public/gfxPlatform.h
pref("gfx.color_management.mode", 0);
pref("gfx.color_management.mode", 2);
pref("gfx.color_management.display_profile", "");
pref("gfx.color_management.rendering_intent", 0);