Commit Graph

5807 Commits

Author SHA1 Message Date
Carsten "Tomcat" Book
50dfc69f35 merge mozilla-inbound to mozilla-central a=merge 2016-05-13 11:59:20 +02:00
L. David Baron
d097996b85 Bug 1111440 - Replace -moz- prefixed logical margin/padding/border properties with their standard versions. r=heycam
This patch was generated by the command:
  find . -name "*.css" -exec sed -i -f mozpropsub {} \;
in the root of a mozilla-central tree, with the file mozpropsub
containing the contents:
s/-moz-padding-end\>/padding-inline-end/g
s/-moz-padding-start\>/padding-inline-start/g
s/-moz-margin-end\>/margin-inline-end/g
s/-moz-margin-start\>/margin-inline-start/g
s/-moz-border-end\>/border-inline-end/g
s/-moz-border-end-color\>/border-inline-end-color/g
s/-moz-border-end-style\>/border-inline-end-style/g
s/-moz-border-end-width\>/border-inline-end-width/g
s/-moz-border-start\>/border-inline-start/g
s/-moz-border-start-color\>/border-inline-start-color/g
s/-moz-border-start-style\>/border-inline-start-style/g
s/-moz-border-start-width\>/border-inline-start-width/g

While I didn't manually review all the changes, I did review the list of
files, and manually reviewed the changes in the files that I thought
were more interesting.

Note that there are a few tests that should be fixed up as well, but
I'll do that in a later patch.

MozReview-Commit-ID: EiQTuuV0MNQ
2016-05-12 22:19:58 -07:00
Kumar McMillan
3ed84ad41a Bug 1269889 - make addon.reload() more like temp loading. r=kmag r=aswan
MozReview-Commit-ID: APK49tqcjTA

--HG--
extra : transplant_source : %100%F9q%BD%FF%3CP%89%EF%0Cz%27%3Cc%BCX%3B%F4%D7
2016-05-03 17:07:10 -05:00
Matt Howell
187af240d4 Bug 1237219 - Lock patch files while applying updates; r=rstrong
MozReview-Commit-ID: 8m4SQVhZy4D
2016-04-14 09:33:42 -07:00
Jan Henning
095e6a9c26 Bug 1242562 - Byte count rounding shouldn't depend on the decimal separator used. r=mak
Currently, download sizes on Fennec aren't rounded for locales using a "." as their decimal separator.

MozReview-Commit-ID: 54sBvTrNAln

--HG--
extra : transplant_source : %87%97%23W%7F%D2lQ%E7bYA5%AAa%A5%9BP%1FQ
2016-05-07 17:14:20 +02:00
Wes Kocher
26012d19b7 Backed out 4 changesets (bug 1266235) for test_ev_certs.js failures on pretty much every platform CLOSED TREE
Backed out changeset f684fac95bd9 (bug 1266235)
Backed out changeset f560cba61749 (bug 1266235)
Backed out changeset 5f321f10da1e (bug 1266235)
Backed out changeset 93deaa5641bc (bug 1266235)

--HG--
rename : services/common/blocklist-clients.js => services/common/KintoBlocklist.js
rename : services/common/blocklist-updater.js => services/common/kinto-updater.js
rename : services/common/tests/unit/test_blocklist_clients.js => services/common/tests/unit/test_kintoAddonPluginBlocklist.js
rename : services/common/tests/unit/test_blocklist_certificates.js => services/common/tests/unit/test_kintoCertBlocklist.js
rename : services/common/tests/unit/test_blocklist_updater.js => services/common/tests/unit/test_kinto_updater.js
2016-05-10 13:46:28 -07:00
Mathieu Leplatre
34370ce5a8 Bug 1266235 - Use blocklist prefix in preference names. r=Mattn
MozReview-Commit-ID: 5aeoiSEMwYw

--HG--
extra : amend_source : bb232bb34c7a25abffac36531d5ab4d8e9c6c7af
extra : transplant_source : K%1A1d%EEc%8FY%030NRb%AFD%00.%40U8
2016-04-29 12:48:45 +02:00
Mathieu Leplatre
8c2fad2d33 Bug 1266235 - Rename KintoBlocklist to blocklist-clients,r=mgoodwin
MozReview-Commit-ID: Eus7sHqN6GW

--HG--
rename : services/common/KintoBlocklist.js => services/common/blocklist-clients.js
rename : services/common/tests/unit/test_kintoCertBlocklist.js => services/common/tests/unit/test_blocklist_certificates.js
rename : services/common/tests/unit/test_kintoAddonPluginBlocklist.js => services/common/tests/unit/test_blocklist_clients.js
extra : transplant_source : %2B%5E%DA%B5%96%FB%8E%40%96%C0S%CDU%C3%F4w%80%20%9B%A1
2016-04-28 13:24:21 +02:00
Mathieu Leplatre
012488413a Bug 1266235 - Rename kinto-updater to blocklist-updater,r=mgoodwin
MozReview-Commit-ID: 8bDKbxbIus3

--HG--
rename : services/common/kinto-updater.js => services/common/blocklist-updater.js
rename : services/common/tests/unit/test_kinto_updater.js => services/common/tests/unit/test_blocklist_updater.js
extra : transplant_source : %95%FD%CDf%12%84%F5%AA8%8C%E4CQ%DB%40P%91%EC%C2%B4
2016-04-21 17:22:01 +02:00
Mike Shal
ee0dfc3298 Bug 1265272 - Generate EME voucher for MacOSX; r=ted
MozReview-Commit-ID: Dct5p9LfkWq
2016-04-21 11:09:52 -04:00
Mathieu Leplatre
5554aa9abe Bug 1257547 - Remove coupling of gfx code to XML file blocklist.xml. r=milan
MozReview-Commit-ID: HDVVvsk077x

--HG--
extra : rebase_source : 86f2efb57b3a606e0233c0a86cdd8636be131f42
2016-05-04 16:12:19 +02:00
Carsten "Tomcat" Book
ad9214381b merge mozilla-inbound to mozilla-central a=merge 2016-05-04 11:54:42 +02:00
Robert Strong
2d65e121cd Bug 1269503 - Cleanup app update mochitest-chrome test names. r=mhowell
--HG--
rename : toolkit/mozapps/update/tests/chrome/test_0021_check_billboard.xul => toolkit/mozapps/update/tests/chrome/test_0012_check_billboard.xul
rename : toolkit/mozapps/update/tests/chrome/test_0017_check_staging_basic.xul => toolkit/mozapps/update/tests/chrome/test_0013_check_basic_staging.xul
rename : toolkit/mozapps/update/tests/chrome/test_0031_available_basic.xul => toolkit/mozapps/update/tests/chrome/test_0021_available_basic.xul
rename : toolkit/mozapps/update/tests/chrome/test_0041_available_billboard.xul => toolkit/mozapps/update/tests/chrome/test_0022_available_billboard.xul
2016-05-03 11:30:43 -07:00
Wes Kocher
fcb496e3e5 Merge inbound to m-c a=merge
MozReview-Commit-ID: BKbqwBtHrBR
2016-04-29 14:54:44 -07:00
Wayne Zhang
26fe96fac0 Bug 510516 - Improve strings in application picker dialog. r=adw 2016-04-28 12:30:00 -04:00
Carsten "Tomcat" Book
2666074aa0 merge mozilla-inbound to mozilla-central a=merge 2016-04-28 16:30:24 +02:00
Robert Strong
2fccc8265f Bug 1268343 - Remove toast notifications from application update. r=mhowell 2016-04-29 10:01:31 -07:00
Robert Strong
04de3f2414 Bug 1267891 - toolkit changes - Remove license capability from application update. r=mhowell 2016-04-29 10:01:21 -07:00
Robert Strong
db1d6b71a1 Bug 1267891 - test changes - Remove license capability from application update. r=mhowell
--HG--
rename : toolkit/mozapps/update/tests/chrome/test_0053_check_billboard_license_noAttr.xul => toolkit/mozapps/update/tests/chrome/test_0053_check_billboard_noAttr.xul
rename : toolkit/mozapps/update/tests/chrome/test_0054_check_billboard_license_404.xul => toolkit/mozapps/update/tests/chrome/test_0054_check_billboard_404.xul
2016-04-29 10:01:16 -07:00
Robert Strong
72cc731712 Bug 1262880 - toolkit changes - Remove add-on compatibility check from application update. r=mhowell 2016-04-29 10:00:55 -07:00
Robert Strong
7d684f6fc8 Bug 1262880 - test changes - Remove add-on compatibility check from application update. r=mhowell 2016-04-29 10:00:51 -07:00
Jork K
376fdaf3e6 Bug 1267612 - Skipping certain web extension related tests for Thunderbird. r=kmag 2016-04-26 14:31:00 +02:00
Alexandre Poirot
912faf0bc9 Bug 1263935 - Forward AddonManager.mapURIToAddonId to AddonPathService.mapURIToAddonId. r=mossop 2016-04-26 07:11:15 -07:00
Alexandre Poirot
30d3ba40c6 Bug 1263935 - Expose native version of mapURIToAddonId via amIAddonPathService. r=mossop 2016-04-26 07:11:15 -07:00
Carsten "Tomcat" Book
84eb46bafd merge mozilla-inbound to mozilla-central a=merge
--HG--
rename : toolkit/components/prompts/test/test_bug861605.html => toolkit/components/prompts/test/test_dom_prompts.html
2016-04-25 11:55:12 +02:00
Andrew Swan
62cd781780 Bug 1262005 - Rework how WebExtensions IDs are determined. r=rhelmer
MozReview-Commit-ID: 37EujfhGh0U

--HG--
extra : rebase_source : 3ac03fc02f618e149ffecc26678ac25914bb8358
2016-04-06 07:30:51 -07:00
Andrew Swan
87981b40e1 Bug 1255041 - Implement uninstall() on DOM Addon objects. r=rhelmer
MozReview-Commit-ID: Ad3r78Y9IKb

--HG--
extra : rebase_source : 6a5f0d85b5c13138d6df57c9d5f6233aa10868bb
2016-04-21 09:59:14 -07:00
Kim Moir
54248e8cea Bug 1186522 - force per checkin and release desktop firefox builds to require signed add-ons on beta 47 r=mshal 2016-04-27 12:46:52 -04:00
Sebastian Hengst
b4020b78c0 Backed out changeset e786ecce31b2 (bug 1266875) for pgo build bustage in xpcshell/xpcom/tests/unit/nsIFileEnumerator. r=backout on a CLOSED TREE 2016-04-27 18:35:41 +02:00
Mike Shal
a204083dd1 Bug 1266875 - Remove custom install rules; r=chmanchester
MozReview-Commit-ID: CoWdHidlDrV
2016-04-18 10:36:07 -04:00
Wes Kocher
aac511837d Merge inbound to m-c a=merge
MozReview-Commit-ID: GW9vcSRPgYc
2016-04-21 14:41:08 -07:00
Benoit Girard
85ba14a3e5 Bug 1263249 - Bubble up unique failureId in GetFeatureStatus. r=mconley,milan
MozReview-Commit-ID: JveFLuIcbaN

--HG--
extra : rebase_source : 3f583b44c30495b237fd263e4818430443bf5513
2016-04-13 17:12:47 -04:00
Andrew Swan
c6e9c6fcd2 Bug 1262214 - Part 2: Hide header when viewing the discovery pane. r=rhelmer
MozReview-Commit-ID: 4eOUzZOpcn0

--HG--
extra : transplant_source : %AA%01%C7%F6%D4k%293z%D6sz%88N%3E%88%DBH%3E%22
2016-04-19 12:10:55 -07:00
Carsten "Tomcat" Book
9eb45808ae merge mozilla-inbound to mozilla-central a=merge 2016-04-20 11:50:29 +02:00
Wes Kocher
0982c581ea Backed out changeset 00bb04b8c9a0 (bug 1255040) for failures in browser_webapi.js
MozReview-Commit-ID: 1qKiUTNw4fV
2016-04-19 16:37:08 -07:00
Andrew Swan
dc4b339b75 Bug 1255040 - Implement mozAddonManager.createInstall(). r=rhelmer
MozReview-Commit-ID: JLrhGywROzt

--HG--
extra : transplant_source : h%01%A8%D1%89%C0IO%1E%879C%01%25%ECW%1Dg%1D%7C
2016-04-18 13:48:12 -07:00
Andrew Swan
5f6c846326 Bug 1255040 - Add webidl for install/uninstall via AddonManager. r=bz
MozReview-Commit-ID: 9eLMPbxostQ

--HG--
extra : transplant_source : %D6T%81%5Dx%9D%FD%AE%FC%B4%C7i%AE%5D%9E%FF%BA%DAx%17
2016-04-20 09:42:38 -07:00
Jonathan Watt
5885c32f57 Bug 1265447 - Silence startup JavaScript strict warning in resource://gre/modules/addons/XPIProvider.jsm. r=rhelmer 2016-04-13 14:13:25 +01:00
Carsten "Tomcat" Book
7fb6b01181 merge mozilla-inbound to mozilla-central a=merge 2016-04-19 11:59:23 +02:00
Andy McKay
ea625e9313 Bug 1127476 - Point plugins to update check not blocklist page. r=aswan
MozReview-Commit-ID: 6CgvYYTWp3J
2016-04-18 16:41:07 -07:00
Wes Kocher
4f233d527d Merge fx-team to central, a=merge
MozReview-Commit-ID: J70qG3TcPFl
2016-04-15 15:36:39 -07:00
Carsten "Tomcat" Book
2b4e065b02 Merge mozilla-central to fx-team 2016-04-15 14:01:06 +02:00
Carsten "Tomcat" Book
c4445ccd33 merge mozilla-inbound to mozilla-central a=merge 2016-04-15 11:41:41 +02:00
Henri Sivonen
be84cb9eff Bug 1264217 - Adjust the Add-on Manager entry for Widevine. r=spohl
--HG--
extra : histedit_source : ca424e55b5252c070bdaff7a9fda9dbc390d09b6
2016-04-13 10:50:18 +03:00
Johann Hofmann
1c76cac853 Bug 1005193 - Allow addons to specify a custom global debug context. r=mossop 2016-04-11 08:26:20 +02:00
Carsten "Tomcat" Book
0a47ef22ae Merge mozilla-central to fx-team 2016-04-14 11:39:50 +02:00
Carsten "Tomcat" Book
32c25ca2da merge mozilla-inbound to mozilla-central a=merge 2016-04-14 11:38:11 +02:00
Carsten "Tomcat" Book
e46b14d4df Backed out changeset 387bd412040f (bug 1005193) for test failures in Android 4.3 API15+ debug Mochitest Chrome 2016-04-14 11:31:17 +02:00
Johann Hofmann
eb48aa54c0 Bug 1005193 - Allow addons to specify a custom global debug context. r=mossop 2016-04-11 08:26:20 +02:00
Paul Bignier
a68f89ab3b Bug 1247217 - [CID 749520] Free pointers that should be freed. r=rstrong 2016-04-13 22:58:11 -07:00