Commit Graph

176 Commits

Author SHA1 Message Date
Michael Layzell
a48a78ca48 Bug 1165263 - Part 5: Update PermissionsUtils.importPrefBranch to use origins instead of hosts, r=ehsan 2015-07-14 15:06:38 -04:00
Phil Ringnalda
7abbd03226 Merge m-c to m-i 2015-07-03 19:15:06 -07:00
Michael Layzell
20f33b6cf4 Bug 1170200 - Part 2: Update JavaScript consumers of nsIPermissionManager::Remove; r=ehsan 2015-07-03 17:12:27 -04:00
Ehsan Akhgari
7015e19689 Backout bug 1170200 because of test failures on a CLOSED TREE 2015-07-03 16:43:47 -04:00
Nick Alexander
33d7e37508 Bug 1174458 - Move WebChannel message support to toolkit/content. r=markh
This makes WebChannel support available to all XUL applications that
use toolkit/, including browser/ and mobile/android/.

The new Robocop tests are necessary because we can't run the existing
browser-chrome tests on Android (yet).
2015-06-30 11:46:27 -07:00
Michael Layzell
b70b5a5766 Bug 1170200 - Part 2: Update JavaScript consumers of nsIPermissionManager::Remove; r=ehsan 2015-07-03 14:18:23 -04:00
Bill McCloskey
48d0da1cd3 Bug 1171248 - Add MatchPattern support to WebRequest module (r=Mossop) 2015-06-19 17:35:06 -07:00
Alexandre Lissy
99f8e7d1b8 Bug 1164290 - Adding symbolic link into test zip file. r=janx 2015-05-13 11:02:00 -04:00
ziyunfei
649e7033e4 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
Georg Fritzsche
f1b09b984d Bug 1149754 - Part 1: Rename TelemetryPing.jsm to TelemetryController.jsm. r=vladan 2015-04-27 18:07:58 +02:00
Shane Tomlinson
2f076069b4 Bug 1146724 - Use a SendingContext for WebChannels. r=MattN/markh 2015-04-24 16:07:33 +10:00
David Rajchenbach-Teller
2b52f9efda Bug 1155877 - ObjectUtils.strict. r=mossop 2015-04-18 00:21:02 +02:00
Marco Bonardo
adffb2fd02 Bug 1155705 - Safari bookmarks migration is broken. r=Gijs 2015-04-17 21:22:40 +02:00
Abhishek Bhattacharya
817d790315 Bug 1123309 - Remove Dict.jsm. r=mak,gfritzsche,felipe 2015-04-08 15:49:47 -03:00
Alessio Placitelli
d95ceb1599 Bug 1147522 - Move SessionRecorder to Toolkit/modules. r=gfritzsche 2015-03-26 11:30:00 -04:00
Alessio Placitelli
2237d1999a Bug 1137353 - Make DRS and Telemetry use the ClientID object. r=gfritzsche 2015-04-03 01:54:00 -04:00
Georg Fritzsche
bd5e6f542a 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
444b4ec633 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)
2015-04-01 20:52:33 -07:00
Georg Fritzsche
10c1edf784 Bug 1140558 - Part 2 - Make the testing deepEqual implementation shared properly in ObjectUtils.jsm. r=yoric 2015-04-01 21:06:19 +02:00
Carsten "Tomcat" Book
161182bfc9 merge mozilla-inbound to mozilla-central a=merge 2015-03-31 14:43:50 +02:00
Mike Conley
06616d87c5 Bug 1144797 - Add setInterval and clearInterval to Timer.jsm. r=smacleod. 2015-03-27 18:38:17 -04:00
Andrew McCreight
5cc7a1afef Bug 1148070 - Change nsIClassInfo::getHelperForLanguage() to getScriptableHelper(). r=bholley 2015-03-29 07:52:54 -07:00
Andrew McCreight
362b5c9f5f Bug 1147572 - Remove implementation language field from DOM class info. r=jst 2015-03-30 10:45:39 -07:00
Marina Samuel
1f09cc369f Bug 1145410: Return valid results when querying the provider cache while it's empty or being populated. r=adw 2015-03-20 17:46:24 -04:00
Marina Samuel
14c3d3b3a4 Bug 1126186: Allow users to turn off all tiles that aren't history tiles and update newtab cogmenu wording. r=adw 2015-03-20 17:28:15 -04:00
Stephen Pohl
054a068db6 Bug 1140263: Test updates. r=mossop 2015-03-19 22:59:45 -04:00
Marina Samuel
d34ad163c6 Bug 1126184: Part 2: Select a single tile to show as the first unpinned tile based on a user's top sites. r=adw 2015-03-13 11:45:34 -04:00
Marina Samuel
49cf9583fc Bug 1126184: Part 1: Make DirectoryLinksProvider listen to PlacesProvider and update its _topSitesWithRelatedLinks cache. r=adw 2015-03-13 11:45:31 -04:00
Ravi Shankar
ea12dad851 Bug 1109608 - Log.stackTrace should use human-readable task stack traces if available. r=Yoric 2015-03-11 03:21:00 -04:00
Wes Kocher
16be8c7f13 Backed out 3 changesets (bug 1126184) for causing a spike in new tab bc1 test failures CLOSED TREE
Backed out changeset 7d48a8bad488 (bug 1126184)
Backed out changeset a1fa056e0c0d (bug 1126184)
Backed out changeset e29b97e5e30c (bug 1126184)
2015-03-10 19:01:11 -07:00
Marina Samuel
395ed818ed Bug 1126184: Part 2: Select a single tile to show as the first unpinned tile based on a user's top sites. r=adw 2015-03-10 17:33:25 -04:00
Marina Samuel
4485529cac Bug 1126184: Part 1: Make DirectoryLinksProvider listen to PlacesProvider and update its _topSitesWithRelatedLinks cache. r=adw 2015-03-10 17:33:22 -04:00
Chris Peterson
2ce00d017c Bug 1133277 - Remove nonstandard let blocks from toolkit/components and modules. r=mak 2015-02-05 22:53:14 -08:00
Alessio Placitelli
985423706d Bug 1136390 - test_TelemetryTimestamps.js/test_conditions.js are missing AddonManager initialization. r=gfritzsche 2015-02-25 23:54:35 +01:00
Alessio Placitelli
4e5b7d8d2c Bug 1136083 - Fix |this._log| being null in tests using Telemetry. r=gfritzsche 2015-02-25 23:54:34 +01:00
Alessio Placitelli
437ae959dc Bug 1122061 - Move TelemetrySession tests out of test_telemetryPing.js. r=gfritzsche 2015-02-25 23:54:33 +01:00
Stephen Pohl
8cb865398c Bug 1089867: Add tests for Adobe EME CDM download/install. r=gfritzsche 2015-02-17 12:50:31 -05:00
Mark Hammond
14d69bebef Bug 1131829 - remove PromiseUtils.resolveOrTimeout. r=yoric 2015-02-13 08:43:31 +11:00
Marina Samuel
94ecece60a Bug 1126183 - Provide a way to check if a site is part of the top 100 PlacesProvider links. r=adw 2015-02-04 16:49:15 -05:00
Alessio Placitelli
8f8fe5b317 Bug 1123384 - Move Telemetry main ping implementation out of TelemetryPing.jsm. r=gfritzsche 2015-01-22 12:23:00 +01:00
Iaroslav Sheptykin
aaae850615 Bug 1106539 - Ensure that API allows setting custom MIME type for POST and overriding response MIME type. r=clokep 2015-01-11 10:52:00 -05:00
James Willcox
231ac7d192 Bug 1110271 - Enable GMPInstallManager on Android r=mfinkle 2015-01-05 11:03:27 -06:00
Jacob Clark
046491ab20 Bug 1111284 - Improve error messages of Sqlite.jsm by including specific error message. r=Yoric 2014-12-14 21:26:31 +00:00
Marco Bonardo
c0f6b0c8d8 Bug 1090961 - Enqueue Sqlite.jsm transactions. r=Yoric 2014-12-11 15:50:51 +01:00
Alexander J. Vincent
75797f5ec7 Bug 1098965 - test_close_database_on_gc should use one Promise per database connection. r=Yoric 2014-11-21 06:13:00 +01:00
Akshendra Pratap
27cbdbbe11 Bug 1093021 - Implemented PromiseUtils.defer; r=yoric 2014-11-10 05:52:00 +01:00
Mark Hammond
25c8573c89 Bug 1079563 (part 2) - allow white-listed sites to request troubleshooting info. r=MattN 2014-11-07 18:12:26 +11:00
Mark Hammond
063d4eb651 Bug 1079563 (part 1) - replace use of async.js with promises in webchannel tests. r=MattN 2014-11-07 18:12:25 +11:00
Akshendra Pratap
a203675f09 Bug 1080466 - Implement resolveOrTimeout in PromiseUtils.jsm. r=yoric 2014-10-30 08:21:00 -04:00
David Rajchenbach-Teller
0d2cec5f72 Bug 1087674 - Handle XHR abort()/timeout and certificate errors more gracefully in GMPInstallmanager. r=gfritzsche
Prior to this patch, a Man in the Middle (MITM) attack on SSL could cause GMPInstallManager to fail during the check for updates, which in turn would cause a crash during shutdown. This was observed in the wild by users of recent versions of Avast, which performs such attacks on SSL as part of its "HTTPS scanning" feature. With this patch, errors are handled more gracefully. The attack still prevents any update (including the install of OpenH264) but at least it does not cause a crash anymore.
2014-10-30 11:27:02 +01:00