author | Wes Kocher <wkocher@mozilla.com> |
Tue, 18 Aug 2015 17:58:27 -0700 | |
changeset 258318 | f384789a29dcfd514d25d4a16a97ec5309612d78 |
parent 258291 | 88e1d293ffa9faf065b2a944c94a2705aabf1fb9 |
child 258319 | 77c7632fc0635edec711463bd7301c3c733639ea |
child 258350 | fc1de10064b7b889ea1a6f9c970df43a2af22e43 |
child 258376 | e103e721ded39cc22cbf67fea58acd4e9a8f51b0 |
push id | 63883 |
push user | ryanvm@gmail.com |
push date | Wed, 19 Aug 2015 03:07:31 +0000 |
treeherder | mozilla-inbound@e48acd29930d [default view] [failures only] |
perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
bugs | 1194055 |
milestone | 43.0a1 |
backs out | de7aa6b08234005ff1149a98a2e1c52868f993c5 |
first release with | nightly linux32
f384789a29dc
/
43.0a1
/
20150819030206
/
files
nightly linux64
f384789a29dc
/
43.0a1
/
20150819030206
/
files
nightly mac
f384789a29dc
/
43.0a1
/
20150819030206
/
files
nightly win32
f384789a29dc
/
43.0a1
/
20150819030206
/
files
nightly win64
f384789a29dc
/
43.0a1
/
20150819030206
/
files
|
last release without | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
releases | nightly linux32
43.0a1
/
20150819030206
/
pushlog to previous
nightly linux64
43.0a1
/
20150819030206
/
pushlog to previous
nightly mac
43.0a1
/
20150819030206
/
pushlog to previous
nightly win32
43.0a1
/
20150819030206
/
pushlog to previous
nightly win64
43.0a1
/
20150819030206
/
pushlog to previous
|
layout/reftests/bugs/reftest.list | file | annotate | diff | comparison | revisions | |
widget/windows/nsLookAndFeel.cpp | file | annotate | diff | comparison | revisions |
--- a/layout/reftests/bugs/reftest.list +++ b/layout/reftests/bugs/reftest.list @@ -552,19 +552,19 @@ fails-if(OSX) != 359903-1.html 359903-1- skip-if(Android) == 363706-1.html 363706-1-ref.html != 363706-1.html about:blank == 363728-1.html 363728-1-ref.html == 363728-2.html 363728-2-ref.html skip-if(B2G||Mulet) == 363858-1.html 363858-1-ref.html # Initial mulet triage: parity with B2G/B2G Desktop skip-if(B2G||Mulet) == 363858-2.html 363858-2-ref.html # Initial mulet triage: parity with B2G/B2G Desktop skip-if(B2G||Mulet) == 363858-3.html 363858-3-ref.html # Initial mulet triage: parity with B2G/B2G Desktop skip-if(B2G||Mulet) == 363858-4.html 363858-4-ref.html # Initial mulet triage: parity with B2G/B2G Desktop -fuzzy-if(OSX>=1008,45,2) fuzzy-if(winWidget,114,1) == 363858-5a.html 363858-5-ref.html +fuzzy-if(OSX>=1008,45,2) fuzzy-if(winWidget,37,1) == 363858-5a.html 363858-5-ref.html == 363858-5b.html 363858-5-ref.html -fuzzy-if(OSX>=1008,45,2) fuzzy-if(winWidget,114,1) == 363858-6a.html 363858-6-ref.html +fuzzy-if(OSX>=1008,45,2) fuzzy-if(winWidget,37,1) == 363858-6a.html 363858-6-ref.html == 363858-6b.html 363858-6-ref.html == 363874.html 363874-ref.html == 363874-max-width.html 363874-max-width-ref.html == 364066-1.html 364066-1-ref.html == 364079-1.html 364079-1-ref.html == 364318-1.xhtml 364318-1-ref.xhtml == 364861-1.html 364861-1-ref.html skip-if(B2G||Mulet) == 364862-1.html 364862-1-ref.html # Initial mulet triage: parity with B2G/B2G Desktop
--- a/widget/windows/nsLookAndFeel.cpp +++ b/widget/windows/nsLookAndFeel.cpp @@ -561,18 +561,16 @@ GetSysFontInfo(HDC aHDC, LookAndFeel::Fo break; case LookAndFeel::eFont_StatusBar: case LookAndFeel::eFont_Tooltips: ptrLogFont = &ncm.lfStatusFont; break; case LookAndFeel::eFont_Widget: case LookAndFeel::eFont_Dialog: case LookAndFeel::eFont_Button: - case LookAndFeel::eFont_Field: - case LookAndFeel::eFont_List: // XXX It's not clear to me whether this is exactly the right // set of LookAndFeel values to map to the dialog font; we may // want to add or remove cases here after reviewing the visual // results under various Windows versions. useShellDlg = true; // Fall through so that we can get size from lfMessageFont; // but later we'll use the (virtual) "MS Shell Dlg 2" font name // instead of the LOGFONT's.