Gijs Kruitbosch
d9bdb1e243
Bug 1519241 - remove nightly-only low-end device detection, r=kats,chutten,flod,mconley
...
Differential Revision: https://phabricator.services.mozilla.com/D24345
2019-03-22 08:44:18 +00:00
Andrew Comminos
585df08974
Bug 1294232 - Refactor blocklisting on Linux to support the downloadable blocklist. r=jrmuizel
...
MozReview-Commit-ID: ESJY9kkqXR8
Differential Revision: https://phabricator.services.mozilla.com/D19190
2019-03-18 07:50:02 -04:00
Gijs Kruitbosch
59ced9aa12
Bug 1515103 - show frame rate and whether we're on a low end device in about:support, r=kats,jaws,flod
...
Differential Revision: https://phabricator.services.mozilla.com/D15844
2019-01-08 15:48:24 +00:00
Bogdan Tara
b58ceb06ce
Backed out changeset b776171d854c (bug 1515103) for browser_Troubleshoot.js failures CLOSED TREE
2019-01-07 22:28:59 +02:00
Gijs Kruitbosch
44f5728548
Bug 1515103 - show frame rate and whether we're on a low end device in about:support, r=kats,jaws,flod
...
Differential Revision: https://phabricator.services.mozilla.com/D15844
2019-01-07 18:48:11 +00:00
Sylvestre Ledru
e5a134f73a
Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format
...
# ignore-this-changeset
2018-11-30 11:46:48 +01:00
Jeff Muizelaar
67ae1b71ff
Bug 1477033. Cleanup InitFeatureObject. r=kats
...
This removes an unused gfxConfig check and changes Maybe<FeatureStatus>
into FeatureStatus as none of the callers were using None.
MozReview-Commit-ID: Kep6nYpDI3B
2018-07-19 14:11:34 -04:00
David Major
fc9504d470
Bug 1460699: Use an 's' rather than 'm' prefix for GfxInfo static variables. r=milan
2018-05-14 11:16:50 -04:00
Ryan Hunt
d52baa4af8
Bug 1457007 - Add about:support information on if tiling is used in the content process. r=nical
...
MozReview-Commit-ID: 1JewsArgmZz
2018-04-30 15:05:19 -05:00
Adrian Wielgosik
f49409cf50
Bug 1441270 - Remove unused WebGL parameter getters. r=jgilbert
...
MozReview-Commit-ID: 7PqaPG2STUs
2018-02-26 20:35:12 +01:00
Ryan Hunt
4e6b289eed
Add tiling and paint worker count information to about:support. (bug 1432516, r=milan)
2018-01-23 15:52:13 -06:00
Mason Chang
4b6b4137c2
Bug 1389338 - Show Off Main Thread Status in about:support. r=rhunt
2017-08-14 21:08:18 -07:00
Brendan Dahl
238bf2fc9c
Bug 1355147 - Expose IsHeadless on GfxInfo. r=jrmuizel
...
Allows marionette to check if the browser is in headless mode.
MozReview-Commit-ID: 2kaqO3HO9Ke
2017-07-28 11:00:28 -07:00
Mason Chang
65fa409518
Bug 1348414 Always snapshot after no more paints are pending if WR is enabled. r=mattwoodrow
2017-03-22 12:20:00 -07:00
Jeff Walden
05ef5e1850
Bug 1287006 - Don't pass Maybe by value in miscellaneous places. r=froydnj
2017-02-13 09:07:40 -08:00
David Anderson
84b04040db
Allow controlling the GPU process from xpcshell. (bug 1321492 part 8, r=mattwoodrow)
2017-01-26 16:35:55 -08:00
Ehsan Akhgari
817cc11116
Bug 1331676 - Avoid doing sync IPC to the parent process for getting gfx feature status; r=dvander
2017-01-18 08:57:14 -05:00
George Wright
5a78b9a257
Bug 1297790 - Add GPU process feature status to the Telemetry environment r=dvander,gfritzsche data-review=bsmedberg
2016-11-21 15:10:11 -05:00
David Anderson
49768b31fb
Add a usingGPUProcess property to nsIGfxInfo. (bug 1317441 part 1, r=mattwoodrow)
2016-11-14 15:02:02 -08:00
Iris Hsiao
21f1f1c0c7
Backed out changeset cf43cacdb262 (bug 1294232) for XPCShell failures
...
CLOSED TREE
2016-09-21 14:24:26 +08:00
Andrew Comminos
8333c8510b
Bug 1294232 - Refactor blocklisting on Linux to support the downloadable blocklist. r=jrmuizel
...
MozReview-Commit-ID: ESJY9kkqXR8
2016-08-04 17:02:14 -04:00
Mason Chang
2c48b06a96
Bug 1302240 - Report content backend to telemetry. r=dvander
2016-09-12 16:23:28 -07:00
Sebastian Hengst
06dc7dcaaa
Backed out changeset 9ba0dd5271fe (bug 1286653) for permafailing xpcshell test test_TelemetryEnvironment.js | test_checkEnvironment on Windows 8 x64 debug. r=backout
2016-08-13 10:58:06 +02:00
eyim
cf41ba4c01
Bug 1286653 - Re-run blacklist on DXGI adapter used for device creation r=BenWa,dvander
...
MozReview-Commit-ID: 9QV8QFu5WYR
2016-08-11 18:20:21 -04:00
David Anderson
9101cd6286
Add an nsIGfxInfo for describing active crash guards. (bug 1270894 part 1, r=milan)
2016-05-10 11:49:16 -07:00
Wes Kocher
d17d4456cc
Backed out 2 changesets (bug 1270894) for build bustage
...
Backed out changeset 8c0d3d862f14 (bug 1270894)
Backed out changeset 1bb479eb334c (bug 1270894)
2016-05-09 13:53:10 -07:00
David Anderson
464535f960
Add an nsIGfxInfo for describing active crash guards. (bug 1270894 part 1, r=milan)
2016-05-09 13:15:58 -07:00
Benoit Girard
a55a102ad9
Bug 1262008 - Add WebGL failure causes to telemetry ping. r=dvander
...
MozReview-Commit-ID: 9IVhVNGmaAP
2016-05-09 13:44:21 -04:00
David Anderson
f8db795639
Add gfxConfig to nsIGfxInfo, for about:support access. (bug 1254899 part 11, r=jrmuizel)
2016-04-28 21:52:56 -07:00
Sebastian Hengst
07fab976d8
Backed out 13 changesets (bug 1254899) for test failure in browser_Troubleshoot.js. r=backout
...
Backed out changeset f749ee384012 (bug 1254899)
Backed out changeset 1d7eeee5a5c5 (bug 1254899)
Backed out changeset b5ab83af342c (bug 1254899)
Backed out changeset 993906e53329 (bug 1254899)
Backed out changeset e8abac801a51 (bug 1254899)
Backed out changeset e9c311c68e4a (bug 1254899)
Backed out changeset f8f3ae8c5cef (bug 1254899)
Backed out changeset d17f98a9918a (bug 1254899)
Backed out changeset 21c8a7ea2b93 (bug 1254899)
Backed out changeset 64e58f9625eb (bug 1254899)
Backed out changeset 2de214d5d1e0 (bug 1254899)
Backed out changeset f2056259d227 (bug 1254899)
Backed out changeset b805df0c8296 (bug 1254899)
2016-04-28 10:32:25 +02:00
David Anderson
3bd7f1cce8
Add gfxConfig to nsIGfxInfo, for about:support access. (bug 1254899 part 11, r=jrmuizel)
2016-04-27 22:54:27 -07:00
Benoit Girard
facbeb2b6f
Bug 1263249 - Bubble up unique failureId in GetFeatureStatus. r=mconley,milan
...
MozReview-Commit-ID: JveFLuIcbaN
2016-04-13 17:12:47 -04:00
Chris Manchester
3c61f61e98
Bug 1131325 - Move system country code from nsIGfxInfo2 to a more appropriate location. r=aklotz,smichaud
2015-07-28 15:45:34 -07:00
David Anderson
f306c5dd5e
Add compositor, layers, and rendering info to nsIGfxInfo. (bug 1179051 part 5, r=mattwoodrow)
2015-07-19 14:50:35 -07:00
Ryan VanderMeulen
71feac1fd4
Backed out changesets 90446493d402 and c4f4027f9f3a (bug 1179051) for crashes.
2015-07-19 22:39:20 -04:00
David Anderson
ca3cad4296
Add compositor, layers, and rendering info to nsIGfxInfo. (bug 1179051 part 5, r=mattwoodrow)
2015-07-19 14:50:35 -07:00
Birunthan Mohanathas
a29151dc87
Bug 1182996 - Fix and add missing namespace comments. rs=ehsan
...
The bulk of this commit was generated by running:
run-clang-tidy.py \
-checks='-*,llvm-namespace-comment' \
-header-filter=^/.../mozilla-central/.* \
-fix
2015-07-13 08:25:42 -07:00
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
Daniel Holbert
1e455dc832
Bug 1175005 followup: Add 'override' annotation to new GetMonitors() method in GfxInfoBase.h. rs=ehsan
2015-06-18 12:09:08 -07: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
Milan Sreckovic
9383a8d6e1
Bug 1162530 - Part 1: Add versioning to graphics blocklist. r=jmuizelaar
2015-05-15 10:42:10 -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
Aaron Klotz
21fc667083
Bug 1102297: Obtain user GEOID from Windows; r=jimm
2015-02-08 14:29:13 -07: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
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