Bob Owen
a3e759646e
Bug 1035125 Part 9: Link Chromium sandbox into firefox.exe instead of having a separate DLL. r=aklotz,glandium
...
MozReview-Commit-ID: 1vgDPjpcwz3
2016-05-15 16:41:40 +01:00
Chris Manchester
e72e828d46
Bug 1257326 - Remove MOZ_SERVICES_NOTIFICATIONS. r=glandium
...
It is never set by default, and only triggers installation of a prefs file
that no longer exists if it is set.
MozReview-Commit-ID: 8OQXRCmpsIT
2016-05-12 11:55:59 -07:00
Marco Bonardo
7d93b644b6
Bug 1223728 - Remove the unifiedcomplete pref, the urlinline component and stop bundling the old autocomplete component in Firefox. r=adw
...
MozReview-Commit-ID: Ee08mDGxBjJ
2016-05-05 00:14:51 +02:00
Ehsan Akhgari
4ab42252f4
Bug 1261011 - Remove Inter-App Communication API; r=fabrice
2016-05-05 07:39:10 -04:00
Andrea Marchesini
4bc9815399
Bug 1269303 - Remove RequestSync API, r=fabrice
2016-05-03 11:13:03 +02:00
Andrea Marchesini
59fd7748c6
Bug 1261009 - Remove the Data Store API, r=fabrice
2016-04-29 09:02:45 +08:00
Jared Wein
9d22a8bc29
Bug 1095739 - Allow a "new user" experience to happen subsequent to Firefox being uninstalled. r=gijs r=jimm
...
MozReview-Commit-ID: BlynhSXhRT9
2016-04-27 11:37:00 +02:00
Jonas Sicking
44508c7ba1
Bug 1264706: Move nsILocalCertService, and implementation, to security/manager/ssl in order to alloow use w use elsewhere in gecko. r=dkeeler
2016-04-15 14:52:13 -07:00
Gijs Kruitbosch
7a4816c505
Bug 1236991 - part 2: implement a default tooltiptextprovider in toolkit, r=enndeakin
...
MozReview-Commit-ID: LqtibkGoDjQ
2016-04-12 21:50:47 +01:00
Dave Townsend
5467318915
Bug 1245571: Allow AMO to be able to query details about an add-on. r=rhelmer
...
This adds a bunch of structure supporting a promise-based API on the
AddonManager object that is exposed to webpages and adds the first example,
getAddonByID.
MozReview-Commit-ID: CCEFl4R1o81
2016-03-10 09:50:07 -08:00
Kai Engert
d19348b2ad
Bug 1258375, NSS_3_24_BETA6 and required adjustments to PSM and packaging, r=martin.thomson, r=glandium
2016-04-12 14:40:44 +02:00
Junior Hsu
f79b11c1d4
Bug 1148307 - Part 3, implement session transport with DataChannel. r=jib.
2016-04-11 11:20:55 +08:00
Kai Engert
6aa9ead470
Backout revision 36f75c2863a1, bug 1258375
2016-04-11 17:00:39 +02:00
Kai Engert
3d289162c3
Bug 1258375, NSS_3_24_BETA5 and required adjustments to PSM and packaging, r=martin.thomson, r=glandium
2016-04-11 16:40:36 +02:00
Sebastian Hengst
3e9daab91c
Backed out changeset 820f92f08f69 (bug 1148307)
2016-04-11 13:12:20 +02:00
Junior Hsu
879b29ae7c
Bug 1148307 - Part 3 - implement session transport with DataChannel. r=jib.
2016-04-11 11:20:55 +08:00
George Wright
4b6255d510
Revert "Bug 1114647 - Rename "plugin-container" to "firefox-webcontent" and create a new executable target for Win32 called "firefox-plugin-container" r=ted,jhamer" because of widespread breakage due to whitelisted executable names in third parties
...
This reverts commit a94b5f861bd0d25043a3bb7a0c3128acf8c0b93a.
2016-04-08 13:34:40 -04:00
George Wright
89316736c1
Revert "Bug 1261416 - Rename firefox-plugin-container back to plugin-container to satisfy Flash's protected mode checks, and ensure that we launch the correct binary r=ted" because of widespread breakage due to whitelisted executable names in third parties
...
This reverts commit 2d44e8ffaf63a32292f8e5b8fdd1485d0a462afc.
2016-04-08 13:33:27 -04:00
Wes Kocher
9226e6ce35
Backed out changeset 069c82269f81 (bug 1258375) for Windows xperf failures
...
MozReview-Commit-ID: DwhDorbB2PO
2016-04-06 16:51:48 -07:00
Kai Engert
2b0af47205
Bug 1258375, NSS_3_24_BETA4 and required adjustments to PSM and packaging, r=martin.thomson, r=glandium
2016-04-06 21:43:36 +02:00
Ted Mielczarek
c3f09a5f6d
bug 1239083 - use moz.build files to build ICU. r=glandium,waldo
...
Also fixes bug 926980 - load ICU data from an archive file.
Stop invoking ICU's autoconf build system. Instead, have hand-authored
moz.build files under config/external/icu to build what we need. In addition,
we'll commit a pre-built copy of the ICU data file (currently icudt56l.dat)
under config/external/icu/data to avoid having to build ICU host tools to
generate it. config/external/icu/data also contains some assembly files
which can generate an object file containing the ICU data file contents
so that the JS shell (or standalone JS builds) can be linked directly to
the data without having to deal with the external data file. This requires
yasm or GNU as.
Various bits of packaging have been updated to account for the ICU data file.
XPCOM initialization now sets the ICU data directory so ICU can locate its
data file.
The update-icu.sh script has been modified to read the list of C/C++ source
files out of the ICU Makefiles and update `sources.mozbuild` files under
config/external/icu, as well as build a local copy of ICU using its
autoconf build system to generate the ICU data file to be committed in-tree.
MozReview-Commit-ID: 8Pfkzqt6S1W
2016-04-05 10:09:12 -04:00
Ted Mielczarek
73fb4a5cfe
bug 1247396 - drop support for MOZ_SHARED_ICU. r=glandium
...
MozReview-Commit-ID: 54AQdzJqvvA
2016-02-11 08:21:16 -05:00
George Wright
2b21d6e072
Bug 1261416 - Rename firefox-plugin-container back to plugin-container to satisfy Flash's protected mode checks, and ensure that we launch the correct binary r=ted
2016-04-04 18:03:33 -04:00
George Wright
47045c3266
Bug 1114647 - Rename "plugin-container" to "firefox-webcontent" and create a new executable target for Win32 called "firefox-plugin-container" r=ted,jhamer
2016-04-01 02:12:59 -04:00
Mike Hommey
1d8da3f130
Bug 1256988 - Replace tests on MOZ_WIDGET_GTK with tests on MOZ_WIDGET_TOOLKIT containing gtk. r=chmanchester
...
But only do that for the AC_SUBST. The AC_DEFINE is still useful.
2016-03-17 06:49:44 +09:00
Mike Hommey
5093eca220
Bug 1256988 - Replace tests on MOZ_ENABLE_GTK3 with tests on MOZ_WIDGET_TOOLKIT==gtk3. r=chmanchester
2016-03-17 06:49:44 +09:00
Ted Mielczarek
1841ccad85
bug 1244743 - Replace MOZ_NATIVE_X with MOZ_SYSTEM_X. r=gps
...
MozReview-Commit-ID: 9ip3qeAXFEe
2016-02-01 10:49:34 -05:00
vladikoff
4a46e1a504
Bug 1255700 - Package FxA push service in package-manifest.in r=markh
...
MozReview-Commit-ID: 9YpgG3VUM3r
2016-03-10 23:52:58 -05:00
Chris Manchester
1de8363e54
Bug 1240149 - Build system changes necessary to run linux artifact builds in automation. r=glandium
...
MozReview-Commit-ID: CJ0CTBtklCs
2016-02-11 18:46:46 -08:00
Myk Melez
11388a70ad
Bug 1238079 - remove the desktop web runtime; r=fabrice,mossop,gps,jryans,jmaher,marco
2016-03-07 13:33:12 -08:00
Wes Kocher
4c2db11cfd
Merge inbound to m-c a=merge
...
MozReview-Commit-ID: B0yZpi7wa4I
2016-03-01 15:19:25 -08:00
Yury Delendik
cc1981106c
Bug 1250046 - Remove Shumway core files. r=till
2016-02-23 18:07:05 -06:00
Ting-Yu Lin
95b6a8f837
Bug 1097398 Part 1 - Move AccessibleCaret default assets to layout/style/. r=nalexander, r=heycam
...
Default AccessibleCaret assets were in editor for historical reasons. Because
ua.css references them, I move them to layout/style/ and add them in jar.mn so
that we don't have to package them in various products.
MozReview-Commit-ID: 7K7qr9FK784
2016-02-16 16:55:28 +08:00
Alexandre Poirot
5c982f6874
Bug 1248600 - Remove registerBrowserWindow/forgetBrowserWindow calls from /browser/. r=jryans
2016-02-24 02:06:42 -08:00
Jared Wein
fe5ab5d454
Bug 1041514 - Don't show default browser prompt if a user opts out in the installer. r=jimm
...
MozReview-Commit-ID: Hyr7zGKUAWj
2016-02-22 12:34:30 -05:00
Wes Kocher
e473baded6
Backed out changeset 3b17489c9d98 (bug 1248600) for ESLint failures
2016-02-22 09:27:04 -08:00
Alexandre Poirot
a6e6c4cd80
Bug 1248600 - Remove registerBrowserWindow/forgetBrowserWindow calls from /browser/. r=jryans
2016-02-22 06:57:15 -08:00
Gijs Kruitbosch
b261388b43
Bug 1229626 - fix pinning to taskbar to reflect user preference, r=mhowell
...
MozReview-Commit-ID: DIHzv32bwkN
2016-02-02 23:44:49 +00:00
David Rajchenbach-Teller
a9e76de39d
Bug 1243706 - Release PerformanceStats/PerformanceWatcher;r=Felipe
...
MozReview-Commit-ID: 4XT21bfBSa9
2016-01-28 13:41:14 +01:00
Birunthan Mohanathas
940cead59b
Bug 1204202 - Package Universal CRT DLLs for VS2015. r=glandium,ehsan
2016-02-02 17:42:04 +02:00
Birunthan Mohanathas
995d3755a9
Bug 1204202 - Remove packaging for now obsolete appcrt140.dll/desktopcrt140.dll on VS2015. r=ehsan
2016-02-02 17:42:04 +02:00
Mark Goodwin
54c2104275
Bug 1241821 - Create a SecurityReporter component for TLS Error Reports r=mossop, keeler
...
This takes the TLS Error Reporting functionality used in the aboutNetError.xhtml
and aboutCertError.xhtml error pages and moves it to its own component. This
allows us to make use of this same error reporting functionality from elsewhere.
Notably, this allows us to send error reports for issues that occur when loading
subresources.
The xpcshell test included is in security/manager/ssl/tests because we need to
make use of tlsserver functionality from the PSM tests.
2016-01-30 08:07:38 +00:00
chaithanya
62724fb1b5
Bug 1090880 - Remove FUEL.r=mak
2016-01-28 16:47:26 +01:00
Mike Conley
2f93a53dee
Bug 1233803 - Register RemoteWebNavigation as a standard js-implemented XPCOM component. r=felipe
...
This allows us to add shims to the implementation for add-ons.
2016-01-12 16:44:08 -05:00
Olivier Yiptong
4585eae9bb
Bug 1218996 - Fuse aboutNewTabService and RemoteNewTabLocation and return resource URLS r=marcosc
2016-01-11 20:30:13 -05:00
Alessio Placitelli
60e45aad09
Bug 1234526 - Remove services/healthreport. r=gfritzsche
2016-01-06 09:07:00 +01:00
Alessio Placitelli
79e27290cc
Bug 1234522 - Remove services/datareporting. r=gfritzsche
2016-01-05 02:01:00 +01:00
Mike Hommey
68dad04d34
Bug 1234012 - Remove {localstore,mimeTypes}.rdf, user{Chrome,Content}-example.css. r=bsmedberg
...
These files have not been used since Firefox 4.0 because they were in the
omnijar while the code trying to copy them were expecting them outside the
omnijar. Fast forward a few years, and new profiles are now expected to be
empty so these files are just dead weight.
2016-01-09 07:30:32 +09:00
Matt Howell
ae9db2ad05
Bug 1120124 - Prevent 64-bit builds from installing over 32-bit ones (or vice-versa) by default. r=rstrong
2016-01-05 14:31:27 -08:00
Jean-Yves Avenard
64ccb8ffa3
Bug 1214462: P5. Enable ffvpx compilation and use. r=glandium
2016-01-06 23:03:53 +11:00