Florian Quèze
5e3539e504
Bug 1353542 - massive script-generated patch converting Task.async and Task.spawn calls, and generators clearly identifiable as tasks, rs=Mossop.
2017-05-12 14:42:39 +02:00
Florian Queze
37ff4fc7cc
Bug 1356569 - Remove addObserver's last parameter when it is false, r=jaws.
2017-04-14 21:51:38 +02:00
Sebastian Hengst
a07223d699
Backed out changeset 322fde2d53bf (bug 1356569) so bug 1355161 can be backed out. r=backout
2017-04-14 23:39:22 +02:00
Florian Queze
95d4d20c17
Bug 1356569 - Remove addObserver's last parameter when it is false, r=jaws.
2017-04-14 21:51:38 +02:00
Gijs Kruitbosch
290c64c982
Bug 1309946 - remove all traces of add-on performance monitoring, r=Yoric
...
This removes all the code for add-on performance watching from the
perfmonitoring component. This should mean that for add-on
compartments, we no longer trigger jank or CPOW monitoring in the JS
engine. This should result in minor performance improvements. As a
result, about:performance no longer reports on add-on performance
(but still reports on web page performance).
It also removes the AddonWatchers.jsm module and the related Nightly-
only UI (disabled in the parent commit) and strings. This UI wasn't
ready for release, there wasn't sufficient data it was creating
value for users, and there was some evidence that it didn't always
correctly identify the cause of performance issues, thus potentially
leading to user confusion or annoyance. Removing it therefore seemed
the right thing to do.
MozReview-Commit-ID: LsRwuaUtq6L
--HG--
extra : rebase_source : 92d4b775a7a7cbb5793e74eea471be81be974dda
2017-03-29 11:03:47 +01:00
Jared Wein
a54eda04ca
Bug 1348068 - Enable the key-spacing rule for eslint and fix the related issues. r=standard8
...
Running eslint with --fix didn't fix many of the issues. The majority here had to be fixed by hand but a significant majority of the issues were related to a few files that I was able to use find-and-replace with. I regret not making this in to separate commits of the hand-fixes and the fixes from --fix but I don't recall --fix fixing any of the issues.
MozReview-Commit-ID: ANyg2qfo3Qx
--HG--
extra : rebase_source : 61d2aa91bf9474af3d72a5dea41b25dca442c1b7
2017-03-21 14:29:43 -04:00
Mark Banner
582fcb8090
Bug 1329614 - [eslint] Catch more cases of importing globals from 'var foo = Cu.import('...');'. r=jaws
...
MozReview-Commit-ID: 5NKHHb70YA6
--HG--
extra : rebase_source : 4551e56f56065349fb9ddc8d90e67f9dc84c1701
2017-01-09 10:12:26 +00:00
Jared Wein
a937f60d4f
Bug 1328805 - Enable the no-cond-assign rule for eslint and fix the six resulting errors mostly by wrapping the assignment with parentheses to explicitly state that the assignment is intentional with exception for advanced.js where assignment was not intended. r=mossop
...
MozReview-Commit-ID: EZytfzGoMLR
--HG--
extra : rebase_source : 6d64988ba720f172c188214c1ffbef87d093c79c
2017-01-05 01:03:08 -05:00
Jared Wein
ecab54a7c9
Bug 1325464 - Enable object-shorthand rule and run 'mach eslint --fix' with the rule enabled. r=MattN
...
MozReview-Commit-ID: 7E7LPorrEje
--HG--
extra : rebase_source : 0572a35415a766a3f31d266760ecd07f0dcc3f72
2016-12-29 18:34:54 -05:00
Wes Kocher
0dfb7c2b5c
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
7255df4e9a
Bug 1325464 - Enable object-shorthand rule and run 'mach eslint --fix' with the rule enabled. r=MattN
...
MozReview-Commit-ID: 8WoGr8i6oCR
--HG--
extra : rebase_source : da7172285d43b820421557ed3b05887e091ff939
2016-12-29 15:20:47 -05:00
Dave Townsend
0a2c8f9b78
Bug 1316882: Turn on space-infix-ops eslint rule. r=jaws
...
MozReview-Commit-ID: HBpjT2uHJaZ
--HG--
extra : rebase_source : 78fe71a1d673a1c698520a9c82c6f35959614f8f
2016-11-10 14:48:04 -08:00
Mark Banner
7d81bfea9f
Bug 1315951 - Fix no-unused-vars issues in toolkit/components (except places). r=mossop
...
MozReview-Commit-ID: 8svkCKZHxsq
--HG--
extra : rebase_source : 01552e8214f02490aad3cf704757f52a9c3b3959
2016-11-08 12:49:32 +00:00
Rutuja Surve
27b6de8e73
Bug 1255843 - Add process memory reporting tool to about:performance. r=mconley
...
MozReview-Commit-ID: EHCkl6G3bTT
--HG--
extra : rebase_source : 2e9d711aa977e6d0313f07d28e1a2a4861b501c0
extra : source : 5ad925dd2e4e9f6943b228f0173d01278a74c2a8
2016-09-02 00:21:00 -04:00
Mike Conley
445be7ebea
Backed out changeset 5ad925dd2e4e for epic build bustage.
...
MozReview-Commit-ID: 2TwkxThgvV4
2016-09-02 02:21:39 -04:00
Rutuja Surve
c7539febee
Bug 1255843 - Add process memory reporting tool to about:performance. r=mconley
...
MozReview-Commit-ID: EHCkl6G3bTT
--HG--
extra : rebase_source : c4fb7a04996bc4ecdf87531c58e9fd26af2ace1d
2016-09-02 00:21:00 -04:00
Jared Wein
ea0b3d77bc
Bug 1294542 - Enable the block-spacing rule for eslint. r=felipe
...
MozReview-Commit-ID: GDfvwWRLNm5
2016-08-16 21:27:37 -04:00
Sebastian Hengst
c66c2fee3a
Backed out changeset 7914e9dc6f88 (bug 1294542) for xpcshell failure in test_Log.js. r=backout
2016-08-17 01:24:58 +02:00
Jared Wein
b82aa6f6de
Bug 1294542 - Enable the block-spacing rule for eslint. r=felipe
...
MozReview-Commit-ID: AAXqh63QNv3
2016-08-16 15:44:13 -04:00
Till Schneidereit
2ccd387c6f
Bug 911216 - Part 21: Appease eslint. r=bustage
2016-05-26 16:59:16 +02:00
Till Schneidereit
72e617b1ca
Bug 911216 - Part 20: Make aboutPerformance.js robust against timing issues when running in mochitest harness. r=yoric
2016-05-26 16:13:47 +02:00
Pip
c2bbe0c395
Bug 1244491 - about:performance percentages off by a factor of ten r=Yoric
...
Dividing a microsecond value by a millisecond value needs an additional "/10" to produce a percentage.
MozReview-Commit-ID: EseKG4n3o9q
--HG--
extra : rebase_source : c827c02242447dace9ac12d6b0fc0f62663f4c19
extra : histedit_source : 3dbecd04a51e7274a0f4ab77a062f77a9135c081
2016-03-15 16:09:23 -07:00
David Rajchenbach-Teller
e60fcbe3af
Bug 1241838 - Removing erroneous CPOW suffix, reworking buggy jank suffix;r=Felipe
...
--HG--
extra : rebase_source : 9cdc31a93a8e89a618c32fac70ffcc02beeb428e
2016-01-22 12:58:21 +01:00
David Rajchenbach-Teller
d0d66ace26
Bug 1230735 - AddonWatcher.alerts is now a map;r=Felipe
...
--HG--
extra : rebase_source : ca58121921c8630d50774b5170887aa94cb6b6ec
2015-12-14 22:57:13 +01:00
Dave Townsend
6fcdc1e67d
Bug 1229519: Fix miscellaneous parts of toolkit to pass eslint checks. r=MattN
...
--HG--
extra : commitid : 1iLsb7ZpSpI
extra : rebase_source : ed920934f04e520f5410454ec3930cd5992aa965
2015-12-03 10:02:45 -08:00
David Rajchenbach-Teller
f592701f52
Bug 1208747 - Move most of Stopwatch-related code to XPCOM-land (JS-level);r=felipe
...
--HG--
extra : transplant_source : %17%F9%03l%A4%E5%91y%5B%3FQ%E3%EF%C1%D5%10%B1%E4e%26
2015-09-25 18:44:34 +02:00
Carsten "Tomcat" Book
1a65e75c7e
Backed out changeset 5b288d315423 (bug 1208747)
2015-10-21 11:39:21 +02:00
David Rajchenbach-Teller
583c9f37b8
Bug 1208747 - Move most of Stopwatch-related code to XPCOM-land (JS-level);r=felipe
...
--HG--
extra : transplant_source : %2A%BE%AA%DA%ED%D7%D0%16.%0D%B1dy%92%F8%E7%EB%11%BA%DC
2015-09-25 18:44:34 +02:00
Carsten "Tomcat" Book
08997000eb
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
e7ef778c9d
Backed out 1 changesets (bug 1202902) for causing merge conflicts to mozilla-central
...
Backed out changeset cfc1820361f5 (bug 1202902 )
--HG--
extra : rebase_source : 5d3db72337754bc7ab0ed0c30b2896100411ff92
2015-10-07 12:13:45 +02:00
Shu-yu Guo
d06b6030f6
Bug 1202902 - Scripted fix the world.
2015-10-06 14:00:31 -07:00
David Rajchenbach-Teller
131d787115
Bug 1189799 - Make sure that about:performance displays each add-on only once (front-end);r=felipe
...
--HG--
extra : transplant_source : %FC%F1%C0N%F9L%D2%1A%EAwF%0E%94%B8%A4%29%FF%EA5%A7
2015-08-25 16:38:36 +02:00
Shu-yu Guo
64db2267cf
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 Rajchenbach-Teller
0ce038fddc
Bug 1191327 - Recapitulates alerts in about:performance now. r=felipe
...
--HG--
extra : transplant_source : %BA%F4%3EI%9D%7C%DFmZ%BAh2%E2ag%87%20q%EA%98
2015-08-05 18:59:10 +02:00
David Rajchenbach-Teller
4cb2a5ef13
Bug 1189513 - Get rid of separation between e10s and non-e10s probes;r=felipe
...
--HG--
extra : commitid : An5D6KSBmQj
extra : rebase_source : 5542a80f091b3c5fdea38b5114f4c8d3dac8279b
2015-07-30 23:14:03 +02:00
David Rajchenbach-Teller
7aaf704da9
Bug 1157009 - Redesign about:performance. r=felipe
...
--HG--
extra : transplant_source : %7E%F9%FE%C0%7C%3B%BB%89%86%F4%1CU%C6Y%C4%7Dw%22%FEV
2015-07-01 21:44:40 +02:00
David Rajchenbach-Teller
e158902bf5
Bug 1175098 - PerformanceStats for e10s. r=felipe, r=mconley
...
CLOSED TREE
--HG--
extra : transplant_source : %E6%1E%87%CE%E4%15%82%5E%0F%C0%A8x8N%D0%E8%E0%83%19%07
2015-06-16 14:26:11 +02:00
Ryan VanderMeulen
0c009c0080
Backed out changeset 653179afb65f (bug 1175098) for frequent WinXP browser_compartments.js failures.
...
CLOSED TREE
--HG--
extra : amend_source : 281a11895a3ee742061158d49672d42a52146bad
2015-07-15 21:28:00 -04:00
David Rajchenbach-Teller
6ea9619e02
Bug 1175098 - PerformanceStats for e10s. r=felipe, r=mconley
...
--HG--
extra : transplant_source : %FA%8C%99H%88Ne%7DI%FC0B%13%BA%CB%3F%DC5%151
2015-06-16 14:26:11 +02:00
Ryan VanderMeulen
40c8b4358e
Backed out changeset 0a0302b9ed20 (bug 1175098) for e10s browser_compartments.js failures.
2015-07-13 11:46:45 -04:00
David Rajchenbach-Teller
ac3a81bfc3
Bug 1175098 - PerformanceStats for e10s. r=felipe, r=mconley
...
--HG--
extra : transplant_source : %7D%FB%C6%FDe4%1E%FD%B4%B7P%08%93%23%18%1A%F2%25%C2%FC
extra : histedit_source : 08b75f35b03b461f58c9b8747741309533e3bbdb
2015-06-16 14:26:11 +02:00
David Rajchenbach-Teller
bc5a70862e
Bug 1157870 - Performance Groups should have a unique ID (high-level). r=mossop
...
--HG--
extra : transplant_source : k%B8%F7%1B%FFz%E2%057%0C%FF%CB%BF%D8%FF%D6F%E0%CB%F0
2015-05-18 16:40:34 +02:00
David Rajchenbach-Teller
1d6d8d3af7
Bug 1154239 - Rework PerformanceStats.jsm for modularity and asynchronicity. r=Mossop
...
--HG--
extra : transplant_source : %05%89%E3p%14LB%0D1%7B%F9%A6%7C%D3%FF%AD%117%BB%3A
2015-04-14 16:29:40 +02:00
David Rajchenbach-Teller
805b3bb811
Bug 1149486 - Extract a window title and window ID for PerformanceStats. r=mossop
...
--HG--
extra : amend_source : 8ac6f00e2641581f2d7533226435f1fb680da10c
extra : histedit_source : c2e716dece6f74daf2b9c613cf47155ee300c045
2015-05-18 10:40:20 +02:00
Ryan VanderMeulen
1dc9d316cf
Backed out changesets da71c4aefb3a and 98603c32c9a3 (bug 1149486) for browser_compartments.js permafail.
...
CLOSED TREE
--HG--
extra : amend_source : bb03b38dccd8a194407ae0c5f1f8fece0fc97dc3
2015-05-29 12:59:23 -04:00
David Rajchenbach-Teller
a1eae9d45f
Bug 1149486 - Extract a window title and window ID for PerformanceStats. r=mossop
...
--HG--
extra : transplant_source : %F7%D1L%A8%FB%F8%CBw%BC%E2%7B%2B%9Ct%1F1%1B%A8l%1A
extra : histedit_source : 9db98672acaee8652460351beb6c1b2c48058d57
2015-05-18 10:40:20 +02:00
Wasiur Rahman
e4d5f74ecc
Bug 1150863 - added play and pause button to about:performance in addition to a dropdown list to select the refresh rate. r=Yoric
2015-05-05 13:20:00 +02:00
David Rajchenbach-Teller
742c76ab81
Bug 1151750 - about:performance now recapitulates alerts. r=mossop
2015-04-09 23:20:35 +02:00
Wasiur Rahman
fe312a66b4
Bug 1153877 - in about:performance, increased the setInterval period from 2 sec to 10 sec. r=Yoric
2015-04-14 11:32:00 +02:00
David Rajchenbach-Teller
cb21b61737
Bug 1150555 - about:performance should not confuse Jetpack addons. r=mossop
2015-04-02 23:39:30 +02:00