Bill McCloskey
|
ef1fa80639
|
Bug 1081879 - [e10s] WebProgress shims (r=mconley)
|
2015-04-29 17:23:48 -07:00 |
|
ziyunfei
|
e1db0f779e
|
Bug 1102219 - Part 4: Replace String.prototype.contains with String.prototype.includes in chrome code. r=till
|
2015-04-30 00:32:05 +09:00 |
|
Neil Deakin
|
e662ba16db
|
Bug 1134769, move selection info retrieval on context menu to content process, r=mconley
|
2015-04-29 08:38:42 -04:00 |
|
Carsten "Tomcat" Book
|
08c395347f
|
merge mozilla-inbound to mozilla-central a=merge
|
2015-04-28 12:01:09 +02:00 |
|
Matt Woodrow
|
fa7ac228d2
|
Bug 1151611 - Expose DXVA status in about:support. r=cpearce,felipe
--HG--
extra : rebase_source : e65d849641d33218d9ee2b9bb6eeafb602a6f8e6
|
2015-04-28 15:07:22 +12:00 |
|
Georg Fritzsche
|
85c688eba8
|
Bug 1149754 - Part 1: Rename TelemetryPing.jsm to TelemetryController.jsm. r=vladan
--HG--
rename : toolkit/components/telemetry/TelemetryPing.jsm => toolkit/components/telemetry/TelemetryController.jsm
rename : toolkit/components/telemetry/tests/unit/test_TelemetryPing.js => toolkit/components/telemetry/tests/unit/test_TelemetryController.js
rename : toolkit/components/telemetry/tests/unit/test_TelemetryPingBuildID.js => toolkit/components/telemetry/tests/unit/test_TelemetryControllerBuildID.js
rename : toolkit/components/telemetry/tests/unit/test_TelemetryPingShutdown.js => toolkit/components/telemetry/tests/unit/test_TelemetryControllerShutdown.js
rename : toolkit/components/telemetry/tests/unit/test_TelemetryPing_idle.js => toolkit/components/telemetry/tests/unit/test_TelemetryController_idle.js
|
2015-04-27 18:07:58 +02:00 |
|
Shane Tomlinson
|
4b8dab2a11
|
Bug 1146724 - Use a SendingContext for WebChannels. r=MattN/markh
|
2015-04-24 16:07:33 +10:00 |
|
Drew Willcoxon
|
aefa8b95be
|
Bug 1157503 - NewTabUtils.extractSite should try-catch nsIURI.asciiHost. r=ttaubert,Mardak
|
2015-04-23 15:52:16 -07:00 |
|
Alex Henrie
|
6aa69b0c76
|
Bug 1157421 - Fix typo "suggesteed". r=ehsan
--HG--
extra : rebase_source : abefc33d441605871800c87856324ce72eb41aad
|
2015-04-22 14:16:02 -06:00 |
|
Wes Kocher
|
10b0765a42
|
Merge m-c to inbound a=merge
--HG--
extra : rebase_source : 65e706214cf534170bf6cfe658eb394c0195cb81
|
2015-04-21 15:35:07 -07:00 |
|
Wes Kocher
|
687641fa14
|
Merge inbound to m-c a=merge
|
2015-04-21 15:23:57 -07:00 |
|
Ali Movahedi
|
6a913c1fbe
|
Bug 1154773 - Change undefined property a.prototype. r=Yoric
|
2015-04-21 03:40:00 -04:00 |
|
George Wright
|
3fbe3e04e8
|
Bug 1155784 - Do not consider <optgroup> items when setting selectedIndex for e10s popups r=mconley
|
2015-04-20 18:11:16 -04:00 |
|
Carsten "Tomcat" Book
|
d156383ba7
|
Backed out changeset c7b5f25e758b (bug 1154773) for build bustage on a CLOSED TREE
|
2015-04-21 11:21:16 +02:00 |
|
Ali Movahedi
|
bbcb3fb8f1
|
Bug 1154773 - Change undefined property a.prototype. r=Yoric
|
2015-04-19 11:26:00 +02:00 |
|
David Rajchenbach-Teller
|
64d710a064
|
Bug 1155877 - ObjectUtils.strict. r=mossop
--HG--
extra : rebase_source : e69178e9208b149fc66c61f15d74750d1d765907
|
2015-04-18 00:21:02 +02:00 |
|
Marco Bonardo
|
ea323040f5
|
Bug 1155705 - Safari bookmarks migration is broken. r=Gijs
|
2015-04-17 21:22:40 +02:00 |
|
Ryan VanderMeulen
|
dd1120e715
|
Merge m-c to inbound. a=merge
CLOSED TREE
|
2015-04-17 16:11:58 -04:00 |
|
David Rajchenbach-Teller
|
b7c5568999
|
Bug 1152759 - Regroup Performance Monitoring modules/components;r=yoric
--HG--
rename : toolkit/modules/AddonWatcher.jsm => toolkit/components/perfmonitoring/AddonWatcher.jsm
rename : toolkit/modules/PerformanceStats.jsm => toolkit/components/perfmonitoring/PerformanceStats.jsm
rename : toolkit/components/aboutperformance/nsIPerformanceStats.idl => toolkit/components/perfmonitoring/nsIPerformanceStats.idl
rename : toolkit/components/aboutperformance/nsPerformanceStats.cpp => toolkit/components/perfmonitoring/nsPerformanceStats.cpp
rename : toolkit/components/aboutperformance/nsPerformanceStats.h => toolkit/components/perfmonitoring/nsPerformanceStats.h
rename : toolkit/modules/tests/browser/browser_AddonWatcher.js => toolkit/components/perfmonitoring/tests/browser/browser_AddonWatcher.js
rename : toolkit/modules/tests/browser/browser_Addons_sample.xpi => toolkit/components/perfmonitoring/tests/browser/browser_Addons_sample.xpi
rename : toolkit/components/aboutperformance/tests/browser/browser_compartments.html => toolkit/components/perfmonitoring/tests/browser/browser_compartments.html
rename : toolkit/components/aboutperformance/tests/browser/browser_compartments.js => toolkit/components/perfmonitoring/tests/browser/browser_compartments.js
rename : toolkit/components/aboutperformance/tests/xpcshell/test_compartments.js => toolkit/components/perfmonitoring/tests/xpcshell/test_compartments.js
rename : toolkit/components/aboutperformance/tests/xpcshell/xpcshell.ini => toolkit/components/perfmonitoring/tests/xpcshell/xpcshell.ini
|
2015-04-14 17:10:04 +02:00 |
|
George Wright
|
6aa6e0a710
|
Bug 1103635 - Handle RTL when processing <select> elements for e10s r=mconley
|
2015-04-15 16:00:29 -04:00 |
|
Marina Samuel
|
88616f3a59
|
Bug 1151876 - Blocking a targeted tile should remove its associated suggested tile in the next new tab. r=adw
|
2015-04-14 14:34:32 -04:00 |
|
Bill McCloskey
|
b38d8dad98
|
Bug 1151598 - Remove more uses of preprocessor in toolkit (r=gavin)
|
2015-04-13 18:11:50 -07:00 |
|
Bill McCloskey
|
c53029d62f
|
Bug 1140129 - Don't clear tab title when location changes (r=Mossop)
|
2015-04-13 18:11:49 -07:00 |
|
Alessio Placitelli
|
a4c0d75c57
|
Bug 1154698 - Fix browser_AddonWatcher.js to use |canRecordExtended|. r=Yoric
|
2015-04-15 08:09:00 +02:00 |
|
Gijs Kruitbosch
|
6d631e29db
|
Bug 1133981 - e10s-ify findbar FAYT key handling, r=mconley
--HG--
extra : rebase_source : 31f07c93b1f5116a5bb952b1c19da003941ad762
extra : amend_source : 58e1db73a93835b0d80326e34ef7056633a7aaa0
|
2015-03-11 20:22:09 +00:00 |
|
Ryan VanderMeulen
|
42ddde34c6
|
Backed out changeset 886f4e8d4bc0 (bug 1151750) for browser_AddonWatcher.js failures.
|
2015-04-10 14:09:43 -04:00 |
|
David Rajchenbach-Teller
|
8f40951e4c
|
Bug 1151750 - about:performance now recapitulates alerts. r=mossop
|
2015-04-10 12:43:10 -04:00 |
|
Carsten "Tomcat" Book
|
d05e5d36dc
|
Backed out changeset 1786e8cb842e (bug 1151750) for bc3 test failures
|
2015-04-10 16:57:08 +02:00 |
|
David Rajchenbach-Teller
|
f26a4c08a5
|
Bug 1151750 - about:performance now recapitulates alerts. r=mossop
|
2015-04-09 23:20:35 +02:00 |
|
Dragana Damjanovic
|
9441d5b1f1
|
Bug 935838 - Add per app network traffic statistics to the UDP socket. r=sicking, r=mayhemer
|
2015-04-08 15:35:00 -04:00 |
|
Abhishek Bhattacharya
|
d1a4be8680
|
Bug 1123309 - Remove Dict.jsm. r=mak,gfritzsche,felipe
|
2015-04-08 15:49:47 -03:00 |
|
Ryan VanderMeulen
|
5c8e4ce59e
|
Merge fx-team to m-c. a=merge
|
2015-04-07 16:20:54 -04:00 |
|
Alessio Placitelli
|
c18de2c533
|
Bug 1147522 - Move SessionRecorder to Toolkit/modules. r=gfritzsche
|
2015-03-26 11:30:00 -04:00 |
|
David Rajchenbach-Teller
|
c15d18e102
|
Bug 1150548 - MISBEHAVING_ADDONS_CPOW_TIME_MS is in milliseconds, but is filled with microseconds data. r=yoric
|
2015-04-05 12:02:30 +02:00 |
|
Phil Ringnalda
|
d0326dab77
|
Merge f-t to m-c, a=merge
|
2015-04-04 10:53:59 -07:00 |
|
Sushrut Girdhari
|
23142cb11d
|
Bug 989307 - Make FUEL warn deprecation to the console on first usage. r=jaws
|
2015-04-03 15:42:04 -04:00 |
|
Alessio Placitelli
|
dd88adc52e
|
Bug 1137353 - Make DRS and Telemetry use the ClientID object. r=gfritzsche
|
2015-04-03 01:54:00 -04:00 |
|
Alessio Placitelli
|
691a11262d
|
Bug 1137353 - Port client ID loading mechanism to a stand alone module. r=gfritzsche
|
2015-04-03 01:53:00 -04:00 |
|
Robert Strong
|
3c752e48ac
|
AppConstants.jsm changes - Bug 1149334 - Remove preprocessing of nsUpdateService.js and use AppConstants.jsm. r=gavin.sharp
|
2015-04-02 18:29:38 -07:00 |
|
Wes Kocher
|
64dfc0694b
|
Merge inbound to m-c a=merge
|
2015-04-02 17:45:19 -07:00 |
|
Gijs Kruitbosch
|
d04e89cc9a
|
Bug 1144422 - fix lightweight theme code to deal with invalid CSS so we don't mistakenly keep text colors, r=jaws
--HG--
extra : rebase_source : 5ae12b6817e4429259dbc643dc7a5235aa54b0a9
|
2015-04-01 15:16:07 +01:00 |
|
Ryan VanderMeulen
|
b4c932c603
|
Backed out changeset b03732ee3d23 (bug 1150548) for mochitest-e10s failures.
CLOSED TREE
|
2015-04-02 16:12:43 -04:00 |
|
David Rajchenbach-Teller
|
b9acb4b4ef
|
Bug 1150548 - MISBEHAVING_ADDONS_CPOW_TIME_MS is in milliseconds, but is filled with microseconds data;r=yoric
--HG--
extra : rebase_source : 73351d138f78d7555430a98c7d7c3eb407ca8492
|
2015-04-02 17:29:13 +02:00 |
|
David Rajchenbach-Teller
|
1cdfe96091
|
Bug 1150446 - Default longestDuration should be 128, not 7;r=yoric
--HG--
extra : rebase_source : ddc0dd424bc554ca884adbe6960ebf01487ba934
|
2015-04-02 13:22:01 +02:00 |
|
David Rajchenbach-Teller
|
65c8d23cc5
|
Bug 1150432 - AddonWatcher assumes that totalCPOWTime is in milliseconds, while it is in microseconds;r=yoric
--HG--
extra : rebase_source : 0e698d4991551b594610f1b2144e45abb142add6
|
2015-04-02 12:14:04 +02:00 |
|
Philip Chee
|
6b25948932
|
Followup patch to Bug 1139958 forgot to add a comment to AppConstants.jsm r=mossop
|
2015-04-07 16:40:12 +08:00 |
|
Philip Chee
|
3a0ac45225
|
Bug 1139958 - Start using AppConstants.jsm in Toolkit r=mossop
|
2015-04-07 16:09:49 +08:00 |
|
Georg Fritzsche
|
c354dca7e5
|
Bug 1140558 - Part 2 - Make the testing deepEqual implementation shared properly in ObjectUtils.jsm. r=yoric
|
2015-04-02 21:33:46 +02:00 |
|
Wes Kocher
|
9b168d2c01
|
Backed out 14 changesets (bug 1143714, bug 1143796, bug 1139751, bug 1139460, bug 1140558) for Win PGO xpcshell failures
Backed out changeset d2567d89cda3 (bug 1139751)
Backed out changeset a8edee74d07f (bug 1139751)
Backed out changeset 613fd260f646 (bug 1143796)
Backed out changeset 7a6f6bdd6edf (bug 1143796)
Backed out changeset fdf9d0174142 (bug 1143714)
Backed out changeset 18989d1ebd43 (bug 1140558)
Backed out changeset a4f545b715ae (bug 1140558)
Backed out changeset b2e92f548736 (bug 1140558)
Backed out changeset a082c774db0a (bug 1140558)
Backed out changeset f9f66f6aaa86 (bug 1139460)
Backed out changeset d8b62b11c43e (bug 1139460)
Backed out changeset 77090798e88c (bug 1139460)
Backed out changeset ea6da072eb0c (bug 1139460)
Backed out changeset 58c2eb92a959 (bug 1139460)
--HG--
extra : amend_source : 850bad063645f0d6c632ca1d93a716d9c444f383
|
2015-04-01 20:52:33 -07:00 |
|
Wes Kocher
|
2e080d2191
|
Merge m-c to fx-team a=merge
|
2015-04-01 18:21:27 -07:00 |
|