Joel Maher
d2be399571
Bug 1351067 - add BUG_COMPONENT to toolkit/* files. r=myk,enndeakin,mossop
...
MozReview-Commit-ID: 8mv5Oed68JL
2017-04-09 05:43:43 -04:00
Mark Banner
703aa9e231
Bug 1341029 - Turn on the ESLint no-undef rule for all of toolkit/. r=jaws
...
MozReview-Commit-ID: Ed9FfkskDos
2017-02-20 11:45:58 +00:00
Mark Banner
0172a32b29
Bug 1338195 - Define a frame-script environment for eslint and use it to clear no-undef issues for known frame script globals. r=mossop
...
MozReview-Commit-ID: Fcin4InbLK2
2017-02-07 10:52:06 +00:00
Florian Quèze
6ca2acdd77
Bug 1339432 - Ship GfxSanityTest only on Windows, r=Mossop.
2017-02-16 00:13:09 +01:00
Jared Wein
0ec522d5b6
Bug 1331661 - Enable the 'quotes' rule for eslint and fix most of the errors with --fix. r=Gijs
...
MozReview-Commit-ID: 6tv0Z06CO4a
2017-01-17 09:48:17 -06:00
Jared Wein
242ab87626
Bug 1326511 - Enable brace-style and no-multi-spaces eslint rules for toolkit. r=MattN
...
MozReview-Commit-ID: FuVu8skcqOe
2016-12-30 21:47:25 -05:00
Jared Wein
e3149c378f
Bug 1325464 - Enable object-shorthand rule and run 'mach eslint --fix' with the rule enabled. r=MattN
...
MozReview-Commit-ID: 7E7LPorrEje
2016-12-29 18:34:54 -05:00
Wes Kocher
2d7553dcfd
Backed out 3 changesets (bug 1325464) for xpcshell failures a=backout
...
Backed out changeset 562ddc32cc21 (bug 1325464)
Backed out changeset cd10db6087dd (bug 1325464)
Backed out changeset 4079437c4648 (bug 1325464)
2016-12-29 14:05:44 -08:00
Jared Wein
34e228f767
Bug 1325464 - Enable object-shorthand rule and run 'mach eslint --fix' with the rule enabled. r=MattN
...
MozReview-Commit-ID: 8WoGr8i6oCR
2016-12-29 15:20:47 -05:00
Dave Townsend
e7b1b3284f
Bug 1316882: Turn on space-before-function-paren eslint rule (toolkit). r=jaws
...
MozReview-Commit-ID: FGFwg6TYkvm
2016-11-11 15:22:34 -08:00
Dave Townsend
12596ced47
Bug 1316882: Turn on space-infix-ops eslint rule. r=jaws
...
MozReview-Commit-ID: HBpjT2uHJaZ
2016-11-10 14:48:04 -08:00
Mark Banner
8ddd9bb511
Bug 1315951 - Fix no-unused-vars issues in toolkit/components (except places). r=mossop
...
MozReview-Commit-ID: 8svkCKZHxsq
2016-11-08 12:49:32 +00:00
Jared Wein
8860cdf2c1
Bug 1294547 - Enable the comma-spacing rule for eslint. r=felipe
...
MozReview-Commit-ID: RCSDEvvk2I
2016-08-16 15:44:15 -04:00
Tom Tromey
1b5a2bdb96
Bug 1286877 - do not set c-basic-offset for python-mode; r=gps
...
This removes the unnecessary setting of c-basic-offset from all
python-mode files.
This was automatically generated using
perl -pi -e 's/; *c-basic-offset: *[0-9]+//'
... on the affected files.
The bulk of these files are moz.build files but there a few others as
well.
MozReview-Commit-ID: 2pPf3DEiZqx
2016-07-14 10:16:42 -06:00
Jared Wein
2e68ede24e
Backout patch for bug 1211647 to allow more time for investigating startup hang/crash on debug builds. r=me
...
MozReview-Commit-ID: CuG6yjUFQIt
2016-05-25 00:15:49 -04:00
Jared Wein
d5b5c7ed00
Bug 1211647 - Runtime graphics testing window should not be visible after update. r=mchang
...
MozReview-Commit-ID: 46Bi2eW5NB5
2016-05-24 10:35:44 -04:00
Mason Chang
bb718479c6
Backed out bug 1211647 changeset 3c11b1d79787 due to potential crashes. r=me
2016-04-28 19:34:27 -04:00
Jared Wein
9cce16eae9
Bug 1211647 - Runtime graphics testing visible during session restore. r=mchang
...
MozReview-Commit-ID: 46Bi2eW5NB5
2016-04-28 13:14:22 -04:00
Ben Kelly
1b40324923
Bug 1268065 Clean up various references to avoid leaking gfxsanity.html window. r=mchang
2016-04-28 01:47:47 -07:00
Chris Pearce
07fe5cb795
Bug 1254942 - Redo sanity check whenever buildId changes. r=mchang
...
MozReview-Commit-ID: 826Mt89OuPp
2016-03-10 15:01:58 +13:00
Dave Townsend
a2ba043d69
Bug 1245649: Turn on no-trailing-spaces. r=Gijs
2016-02-03 14:22:33 -08:00
Carsten "Tomcat" Book
036e6d2fa3
Backed out 2 changesets (bug 1202902) to recking bug 1202902 to be able to reopen inbound on a CLOSED TREE
...
Backed out changeset 647025383676 (bug 1202902 )
Backed out changeset d70c7fe532c6 (bug 1202902 )
2015-10-07 14:03:21 +02:00
Carsten "Tomcat" Book
12369728f5
Backed out 1 changesets (bug 1202902) for causing merge conflicts to mozilla-central
...
Backed out changeset cfc1820361f5 (bug 1202902 )
2015-10-07 12:13:45 +02:00
Shu-yu Guo
474f49adb7
Bug 1202902 - Scripted fix the world.
2015-10-06 14:00:31 -07:00
David Anderson
bb4a9ab232
Fix exception on timeout in SanityTest.js, and increase the timeout time. (bug 1205819, r=mchang)
2015-09-18 18:37:57 -07:00
Shu-yu Guo
37989840cd
Bug 1202902 - Mass replace toplevel 'let' with 'var' in preparation for global lexical scope. (rs=jorendorff)
2015-09-15 11:19:45 -07:00
David Anderson
3f9210c80a
Add a timeout to the graphics sanity test. (bug 1195623, r=mchang)
2015-09-03 20:58:48 -07:00
David Anderson
3d89191f67
Backout changeset 3b7d72e5e850 (bug 1196128, r=vladan)
2015-08-24 23:20:30 -04:00
David Anderson
12f2549299
When the sanity test fails, report its snapshot via Telemetry. (bug 1194505, r=mattwoodrow,vladan)
2015-08-13 17:51:31 -07:00
David Anderson
d9c8688dff
Fix a typo in SanityTest.js causing skewed Telemetry data. (bug 1191613, r=mchang)
2015-08-06 13:07:36 -07:00
David Anderson
14c163fc4b
Annotate crash reports during the graphics sanity test. (bug 1181375 part 2, r=mchang)
2015-07-10 19:44:30 -07:00
David Anderson
e06824e16c
Add telemetry for why the graphics sanity test chooses to run. (bug 1181375 part 1, r=mchang)
2015-07-10 19:44:25 -07:00
Carsten "Tomcat" Book
9fad6c5256
Backed out changeset 9278f620c078 (bug 1181375) for bustage
2015-07-10 09:28:50 +02:00
Carsten "Tomcat" Book
bb85ae552c
Backed out changeset 82ee5a86dead (bug 1181375)
2015-07-10 09:27:30 +02:00
David Anderson
eeb38834ba
Annotate crash reports during the graphics sanity test. (bug 1181375 part 2, r=mchang)
2015-07-09 23:17:12 -07:00
David Anderson
ac4a0bd0bd
Add telemetry for why the graphics sanity test chooses to run. (bug 1181375 part 1, r=mchang)
2015-07-09 23:17:08 -07:00
Mason Chang
8767fddd73
Bug 1178823. Part 2 - Load sanity test in remote XUL browser. r=mconley
2015-07-08 13:00:17 -07:00
Mason Chang
a13889a1e2
Bug 1178823. Part 1 - Test layers and video rendering. r=dvander
2015-07-08 13:00:17 -07:00
Mason Chang
ee1b128070
Bug 1178447. Make gfx sanity test run offscreen. r=dvander
2015-07-02 12:47:10 -07:00
Mason Chang
513b2db4a7
Bug 1177523 - Test Layers Acceleration in runtime sanity test. r=dvander
2015-06-29 12:41:59 -07:00
David Anderson
820ba8d896
Add OS snapshotting to the gfx sanity test and report whether or not it matches the compositing test results. (bug 1173117 part 4, r=mattwoodrow,vladan)
2015-06-18 13:44:04 -07:00
David Anderson
3be6410740
Refactor the graphics sanity test to support multiple snapshots. (bug 1173117 part 1, r=mattwoodrow)
2015-06-18 13:42:35 -07:00
Mason Chang
6e7c11028f
Bug 1156135. Add runtime testing of graphics features. r=mattwoodrow,mossop
2015-06-16 15:49:26 -07:00