Commit Graph

1554 Commits

Author SHA1 Message Date
Nomis101
38baac5d80 Bug 1084578 - Building of l10n builds broken since modified file structure on OS X. r=rstrong 2014-10-21 11:50:10 -07:00
Brian R. Bondy
a955119cb2 Bug 1051223 - Don't install service on updates if user originally selected not to install. r=rstrong 2014-10-18 20:28:27 -04:00
Mike Hommey
43e549ffd4 Backout changeset 96baea8ac9ab and 85fb6b5bc62a (part of resp. bug 922912 and bug 609976) because it appears it has not been necessary for a while 2014-10-18 16:16:17 +09:00
Mike Hommey
97486f05c7 Bug 922912 - Update removed-files.in to account for the removal of gkmedias.dll. r=mshal 2014-10-18 09:29:08 +09:00
Mike Hommey
67905cbfb3 Bug 609976 - Update removed-files.in to account for the removal of mozjs.dll. r=mshal 2014-10-18 09:28:59 +09:00
Ehsan Akhgari
06698d0d20 Bug 1083887 - Package the clang-cl runtime library for ASAN on Windows ASAN builds; r=gps 2014-10-16 21:40:00 -04:00
Mike Hommey
a218a870bf Bug 1080319 - Remove the -remote option. r=bsmedberg
The -remote option has existed essentially forever, but its usefulness is
questionable:
- It requires a running instance to be any useful, so any script actually
  using it should first do -remote 'ping()' and handle the response properly.
- It is not cross-application. The remote service dispatches the -remote
  commands to the command line handler, and, for example, desktop b2g builds
  don't have handlers for -remote (although thunderbird and seamonkey do).
- It is not a cross-platform option, which leads to the following point:
- There are other command line ways to do the same thing (at least in
  Firefox), without having to jump through hoops with -remote 'ping()',
  because there are command line options to do those same things on non-X11
  platforms.

For the latter, in Firefox case:
- -remote 'openURL(url)' can be replaced with firefox url
- -remote 'openURL(url,new-tab)' can be replaced with firefox -new-tab url
- -remote 'openURL(url,new-window)' can be replaced with firefox -new-window
  url
- -remote 'openfile(file,...)' is the same as -remote 'openurl(file,...) so,
  can be replaced as above
- -remote 'xfedocommand(openbrowser)' is inherited from the mozilla suite and
   doesn't make much sense, but can be replaced with firefox -new-window

The interesting part is that without changing nsBrowserContentHandler.js,
-remote still works, meaning that if people really feel strongly about
-remote, they'll still be able to write an addon to bring it back. This also
means this patch actually doesn't remove -remote for applications other than
Firefox that do support it, although -remote 'ping()' doesn't work as
expected. However, other -remote commands will now work even without a
running instance.
2014-10-14 07:19:52 +09:00
Bill McCloskey
c878081fc9 Bug 1067576 - Make console.log work in frame scripts (r=Mossop) 2014-10-07 11:46:25 -07:00
Robert Strong
1be650cd37 Mac v2 signing - Bug 1076370 - Fix Firefox.app l10n repacks for Mac v2 signing. r=jmaher 2014-10-02 09:12:36 -07:00
Ryan VanderMeulen
23d2f47ef9 Merge m-c to fx-team. a=merge 2014-09-29 16:09:22 -04:00
Ryan VanderMeulen
81537c06af Merge m-c to b2g-inbound. a=merge
CLOSED TREE
2014-09-29 10:46:00 -04:00
Brian R. Bondy
91e4dc58c9 Bug 1049521 - Fix users affected by bad file associations. r=rstrong 2014-09-27 21:35:52 -04:00
Brian R. Bondy
ef25d9998d Bug 1049521 - Only register for types when there is no default in either of HKLM or HKCU. r=rstrong 2014-09-27 21:35:06 -04:00
Robert Strong
d3ba089171 Mac v2 signing - Bug 1071465 - old precomplete file is not removed on update. r=spohl 2014-09-29 11:52:48 -07:00
Robert Strong
add6e1c145 Mac v2 signing - Bug 1070149 - Add explicit file removals for channel-prefs.js, update-settings.ini, and precomplete files. r=spohl 2014-09-29 11:52:36 -07:00
Robert Strong
45aa20193b Mac v2 signing - Bug 1059567 - Packaging changes for the move of removed-files file from Contents/MacOS to Contents/Resources. r=bbondy, r=nthomas 2014-09-29 11:52:04 -07:00
Stephen Pohl
d3c9a588fa Mac v2 signing - Bug 1047584 - Modify the .app file structure to allow for OSX v2 signing. r=bsmedberg 2014-09-29 11:50:56 -07:00
Ed Morley
8f1f45ab44 Backed out changeset 49b1465d3e5e (bug 1044020) for compilation failures 2014-09-29 15:41:54 +01:00
Carsten "Tomcat" Book
616a646d30 Merge m-c to fx-team 2014-09-29 16:19:41 +02:00
David Rajchenbach-Teller
5d72e87593 Bug 1044020 - Add the duration of shutdown phases to Telemetry. r=froydnj 2014-09-25 17:19:34 +02:00
Vicamo Yang
9b2c3353b6 Bug 833229 - 2.b/4: build voicemail by default. r=smaug 2014-09-26 13:00:23 +08:00
Bevis Tseng
ba7b0b811c Bug 864484 - Part 5: Build CellBroadcast by default. r=vyang, r=smaug, r=ted 2014-08-25 17:24:03 +08:00
Robert Strong
437ebbd846 Bug 1070988 - Windows installer should remove leftover chrome.manifest on pave over install to prevent startup crash with Firefox 32 and above with unpacked omni.ja. r=tabraldes 2014-09-24 00:33:58 -07:00
Stephen Pohl
169c98374c Bug 1065509: Bump maximum download size from 35 MB to 70 MB in stub installer. r=rstrong 2014-09-17 16:48:12 -04:00
Benjamin Smedberg
0fcd8c0e26 Bug 1063052 - in case a user ends up with unpacked chrome, on update use omni.ja again by removing chrome.manifest, r=rstrong r=glandium sr=dbaron 2014-09-17 11:21:14 -04:00
Paul Rouget
fb2b1f863c Bug 1045647 - register webide components in package-manifest.in. r=jryans 2014-09-15 17:18:23 -07:00
David Rajchenbach-Teller
5369a1dc56 Bug 918317 - Implementation of nsAsyncShutdown. r=froydnj, r=glandium 2014-09-11 09:01:00 -04:00
Jed Davis
df21263e55 Bug 1042426 - Adjust installer manifests for the new MOZ_SANDBOX flag. r=mshal 2014-09-09 17:41:01 -07:00
Alessio Placitelli
e5feb2777b Bug 992894 - Add a native file watcher component to notify about file/directory changes (Windows). r=Yoric 2014-09-02 06:34:00 -04:00
Jed Davis
007bbc03fa Bug 1041886 - Separate Linux sandbox code into its own shared library. r=kang r=glandium
This creates libmozsandbox.so on builds that use sandboxing
(MOZ_CONTENT_SANDBOX or MOZ_GMP_SANDBOX).

The unavoidably libxul-dependent parts, for invoking the crash reporter
and printing the JS context, are separated into glue/SandboxCrash.cpp
and invoked via a callback.
2014-08-26 13:54:09 -07:00
Roberto A. Vitillo
251f12652d Bug 559505 - Deprecate localstore.rdf and replace it with xulstore. r=enn, sr=bsmedberg
CLOSED TREE
2014-08-19 10:31:00 -04:00
Ed Morley
02dcbeb964 Backed out changeset 143ae44587b2 (bug 559505) for xperf failures 2014-08-20 17:10:05 +01:00
Roberto A. Vitillo
589046f479 Bug 559505 - Deprecate localstore.rdf and replace it with xulstore. r=enn, sr=bsmedberg 2014-08-19 10:31:00 -04:00
Marco Castelluccio
b4b54be170 Bug 911636 - Webapp Runtime migration to Downloads.jsm. r=myk, r=paolo 2014-08-19 08:50:00 -04:00
J. Ryan Stinnett
2fd945aee4 Bug 1038991 - DevTools security cert generator. r=dkeeler, r=past, r=gps 2014-08-05 10:23:00 -04:00
Nathan Froyd
e702ad51ed Bug 1042226 - move DEFINES += -DAB_CD=$(AB_CD) pattern into config.mk; r=mshal 2014-08-01 12:53:05 -04:00
Ed Morley
5cb01982ed Backed out changeset 69551e5b1a5d (bug 946065) 2014-08-06 17:06:27 +01:00
Birunthan Mohanathas
ec2bb20ce6 Bug 946065 - Part 9: Move content/xul/ to dom/ and flatten subdirectories. r=janv 2014-08-06 06:20:00 -07:00
Sid Stamm
acd943c9d3 Bug 994782 - Remove the old Content Security Policy parser, CSPUtils.jsm and tie-in logic. (r=ckerschb,jst) 2014-07-30 14:37:22 -07:00
Birunthan Mohanathas
a2a05200f2 Bug 1024668 - Extract core logic of abouthealth.js into new WebIDL interface. r=bz,gps,wchen 2014-07-29 16:54:01 -07:00
Paolo Amadini
7a86b8b63f Bug 1021172 - Electrolysis (e10s) support for requestAutocomplete. r=MattN 2014-07-30 18:06:45 +01:00
Mike Hommey
320e0d0704 Bug 1038639 - Remove --with-libxul-sdk and --with-system-libxul. r=bsmedberg 2014-07-17 08:42:16 +09:00
Tim Abraldes
73e36f4552 bug 985252. Build sandbox code regardless of whether --enable-content-sandbox/MOZ_CONTENT_SANDBOX is provided. Enable sandboxing of GMP plugins. Enable SandboxBroker to set different security policies for different process types. r=bbondy, r=cpearce, r=bent 2014-07-16 16:01:34 -07:00
Bill McCloskey
675d2ed894 Bug 1031609 - Basic e10s add-on shim architecture and content-policy shims (r=mconley,mrbkap) 2014-07-14 22:10:06 -07:00
Paolo Amadini
3c13f3ea06 Bug 1020865 - Implement the dialog displayed upon form.requestAutocomplete(). r=MattN 2014-07-14 13:51:56 +01:00
Benjamin Smedberg
ef5b1dcd29 Bug 1032814 - Gecko media plugins should not automatically enable plugin from system locations. Instead, there is a programmatic API for registering available plugins which will be used by addons or the addon manager. For development, there is also an environment variable. r=josh/jesup 2014-07-10 14:48:11 -04:00
Ed Morley
ed94f39db9 Backed out changeset 91f25a63dea9 (bug 1032814) for build failures 2014-07-10 17:43:21 +01:00
Benjamin Smedberg
47088f45c1 Bug 1032814 - Gecko media plugins should not automatically enable plugin from system locations. Instead, there is a programmatic API for registering available plugins which will be used by addons or the addon manager. For development, there is also an environment variable. r=josh/jesup 2014-07-10 10:32:59 -04:00
Nathan Froyd
967c28efa4 Bug 1031352 - share the logic for determining what MSVC DLLs to package; r=glandium 2014-06-27 11:24:29 -04:00
Nathan Froyd
f33fae031a Bug 1031352 - move most of the _MSC_VER references in Makefile.in to moz.build; r=glandium 2014-06-27 10:32:05 -04:00