David Anderson
|
5441735cea
|
Add an nsIGfxInfo function to query monitors. (bug 1175005 part 1, r=mattwoodrow)
|
2015-07-13 01:12:26 -07:00 |
|
Carsten "Tomcat" Book
|
f8c6d6f9d9
|
Backed out changeset a02884944d45 (bug 1175005) for bustage on a CLOSED TREE
|
2015-07-10 08:40:38 +02:00 |
|
David Anderson
|
adfe9c5763
|
Add an nsIGfxInfo function to query monitors. (bug 1175005 part 1, r=mattwoodrow)
|
2015-06-17 23:11:55 -07:00 |
|
Joel Maher
|
23c3d0aee7
|
bug 1175005: performance regression. backout_2dba54b89ec8
|
2015-07-09 11:50:02 +01:00 |
|
Juan Gomez
|
89035d527e
|
Bug 1171931 - Refactor duplicated code using XRE_IsParent/ContentProcess. r=froydnj
|
2015-07-03 18:29:00 -07:00 |
|
Ryan VanderMeulen
|
7aba9d7002
|
Backed out changeset 8b4e4083639e (bug 1171931) for B2G debug emulator bustage.
|
2015-06-25 19:48:42 -04:00 |
|
Juan Gomez
|
7323e89a40
|
Bug 1171931 - Refactor duplicated code using XRE_IsParent/ContentProcess. r=froydnj
|
2015-06-24 14:11:00 -04:00 |
|
David Anderson
|
710c66ce87
|
Add an nsIGfxInfo function to query monitors. (bug 1175005 part 1, r=mattwoodrow)
|
2015-06-17 23:11:55 -07:00 |
|
Mason Chang
|
6e7c11028f
|
Bug 1156135. Add runtime testing of graphics features. r=mattwoodrow,mossop
|
2015-06-16 15:49:26 -07:00 |
|
Milan Sreckovic
|
4133fc15ac
|
Bug 1161590 - Ignore blocklist preference in nightly and aurora. r=jrmuizelaar
|
2015-05-28 11:54:07 -04:00 |
|
Milan Sreckovic
|
8adb02b15e
|
Bug 1141783 - Correct user message for mismatched drivers. Don't mismatch if the DLLs are missing. r=jrmuizelaar
|
2015-05-15 13:43:38 -04:00 |
|
Milan Sreckovic
|
501dfd0f7b
|
Bug 1164036 - Add an xpcshell test for graphics blocklist versioning. r=kats
|
2015-05-15 12:55:53 -04:00 |
|
Milan Sreckovic
|
232fbe3abf
|
Bug 1162299 - Distinguish between all features and unrecognized feature. r=kats
|
2015-05-15 10:42:11 -04:00 |
|
Milan Sreckovic
|
822f1957b2
|
Bug 1162530 - Part 2: We were not allowing webrtc to be blocklisted in the downloadable scenario at all, expicitly look for unknown OS, and some minor white space changes. r=jrmuizel
|
2015-05-15 10:42:10 -04:00 |
|
Milan Sreckovic
|
9383a8d6e1
|
Bug 1162530 - Part 1: Add versioning to graphics blocklist. r=jmuizelaar
|
2015-05-15 10:42:10 -04:00 |
|
Jeff Muizelaar
|
6941d3ee1c
|
Bug 1153381. Add a D3D11 ANGLE blacklist. r=mstange
This blocks the Intel 4500 style GPUs so that Google Maps
works properly
|
2015-04-10 16:17:27 -04:00 |
|
Mike Hommey
|
338d086ead
|
Bug 1134920 - Use moz_xmalloc/moz_xrealloc/free instead of nsMemory::Alloc/Realloc/Free. r=nfroyd
|
2015-04-01 13:51:45 +09:00 |
|
Matt Woodrow
|
513e7ac584
|
Bug 1149343 - Part 1: Unify prefs/blacklist for hardware acceleration video decoding. r=cpearce
|
2015-04-01 16:06:56 +13:00 |
|
Jeff Muizelaar
|
46701dc5ca
|
Bug 1137716. Try blacklisting Optimus w/ Intel Ironlake Graphics. r=bas
Hopefully this will help and won't make things worse. We still
don't know why this regressed.
|
2015-03-21 15:37:00 -04:00 |
|
Phil Ringnalda
|
ee07a36918
|
Backed out 2 changesets (bug 1137716) for bustage
CLOSED TREE
Backed out changeset 76b1809d22eb (bug 1137716)
Backed out changeset 726f8309756a (bug 1137716)
|
2015-03-22 17:36:36 -07:00 |
|
Jeff Muizelaar
|
2c3999c23b
|
Bug 1137716. Try blacklisting Optimus w/ Intel Ironlake Graphics. r=bas
Hopefully this will help and won't make things worse. We still
don't know why this regressed.
|
2015-03-21 15:37:00 -04:00 |
|
Ehsan Akhgari
|
ea41d8de48
|
Bug 1145631 - Part 1: Replace MOZ_OVERRIDE and MOZ_FINAL with override and final in the tree; r=froydnj
This patch was automatically generated using the following script:
function convert() {
echo "Converting $1 to $2..."
find . \
! -wholename "*/.git*" \
! -wholename "obj-ff-dbg*" \
-type f \
\( -iname "*.cpp" \
-o -iname "*.h" \
-o -iname "*.c" \
-o -iname "*.cc" \
-o -iname "*.idl" \
-o -iname "*.ipdl" \
-o -iname "*.ipdlh" \
-o -iname "*.mm" \) | \
xargs -n 1 sed -i -e "s/\b$1\b/$2/g"
}
convert MOZ_OVERRIDE override
convert MOZ_FINAL final
|
2015-03-21 12:28:04 -04:00 |
|
Matt Woodrow
|
0f090c1fbc
|
Bug 1120128 - Implement blacklist for DXVA and blacklist AMD Radeon HD 5800. r=Bas
|
2015-01-26 13:34:28 +13:00 |
|
Milan Sreckovic
|
9bf3616b92
|
Bug 1112828 - Have GfxInfo::LogFailure use gfxCriticalLog and entries from gfxCriticalLog be available in about:support graphics section. r=jmuizelaar
|
2015-01-13 21:19:25 -05:00 |
|
Ehsan Akhgari
|
23cde4928f
|
Bug 1117044 - Mark virtual overridden functions as MOZ_OVERRIDE in widget; r=roc
|
2015-01-02 09:02:51 -05:00 |
|
Milan Sreckovic
|
7d7530b6de
|
Bug 1100530 - Clean up OS X version constants. f=jgilbert, r=mstange
|
2014-11-28 17:28:59 -05:00 |
|
Steven Michaud
|
e2805ef989
|
Bug 1102295 - Get country data on the Mac. r=bsmedberg
|
2014-11-21 18:23:09 -06:00 |
|
Mason Chang
|
5816cf797a
|
Bug 1085696. Part 1 Move widget/xpwidget to /widget. r=roc
|
2014-10-23 10:16:45 -07:00 |
|