Mike Hommey
260f946298
Fixup for bug 1038639. r=me
2014-07-17 09:37:21 +09:00
Martin Thomson
a922faaff0
Bug 1019117 - Remove ssltunnel from NO_PKG_FILES conditional on having no manifest r=glandium
2014-07-03 10:46:00 +02:00
Carsten "Tomcat" Book
4e42f875d9
Backed out changeset 7f3c2ac7856d (bug 1019117) for bustage
2014-07-03 11:15:54 +02:00
Martin Thomson
d305525687
Bug 1019117 - Remove ssltunnel from NO_PKG_FILES conditional on having no manifest r=glandium
2014-07-02 13:45:00 +02:00
Jim Blandy
4d6a633bba
Bug 914753: Make Emacs file variable header lines correct, or at least consistent. DONTBUILD r=ehsan
...
The -*- file variable lines -*- establish per-file settings that Emacs will
pick up. This patch makes the following changes to those lines (and touches
nothing else):
- Never set the buffer's mode.
Years ago, Emacs did not have a good JavaScript mode, so it made sense
to use Java or C++ mode in .js files. However, Emacs has had js-mode for
years now; it's perfectly serviceable, and is available and enabled by
default in all major Emacs packagings.
Selecting a mode in the -*- file variable line -*- is almost always the
wrong thing to do anyway. It overrides Emacs's default choice, which is
(now) reasonable; and even worse, it overrides settings the user might
have made in their '.emacs' file for that file extension. It's only
useful when there's something specific about that particular file that
makes a particular mode appropriate.
- Correctly propagate settings that establish the correct indentation
level for this file: c-basic-offset and js2-basic-offset should be
js-indent-level. Whatever value they're given should be preserved;
different parts of our tree use different indentation styles.
- We don't use tabs in Mozilla JS code. Always set indent-tabs-mode: nil.
Remove tab-width: settings, at least in files that don't contain tab
characters.
- Remove js2-mode settings that belong in the user's .emacs file, like
js2-skip-preprocessor-directives.
2014-06-24 22:12:07 -07:00
Brian R. Bondy
9886164729
Bug 598615 - Rename HAVE_64BIT_OS to HAVE_64BIT_BUILD. r=ted
2014-06-24 22:16:25 -04:00
Mike Shal
c76261e09a
Bug 1018365 - Remove useless $(shell); r=glandium
2014-05-30 15:19:25 -04:00
Mike Hommey
606c9b8074
Bug 1014976 - Slightly clean up ICU setup for windows debug builds. r=mshal
2014-05-30 09:37:24 +09:00
James Graham
41dd2b2604
Bug 1011458 - Buy back a few characters for Windows paths by renaming tests staging directory. r=ted
2014-05-16 04:55:00 +02:00
Robert Strong
4fac5a6654
Bug 1004168 - Add an INI file option to prevent requiring a reboot when there are files in use. r=jmathies
2014-05-01 13:15:05 -07:00
Alexandre Poirot
d68c2b4b98
Bug 999631 - Disable startup cache via a dedicated flag. r=mshal
2014-04-23 04:57:00 -04:00
Robert Strong
f41a8e6342
Bug 798903 - Stub installer should use Segoe UI and other newer UI fonts as appropriate when they are available. r=tabraldes
2014-04-17 13:14:50 -07:00
Robert Strong
99ba99521b
Bug 996960 - Add new RTL languages to locales.nsi - Uyghur ug and Urdu ur. r=ehsan
2014-04-15 19:23:03 -07:00
Gregory Szorc
4c459c3cd3
Bug 903149 - Part 3: Support for minifying packaged JavaScript; r=glandium
2013-09-11 19:54:19 -07:00
Brad Lassey
3d25fe387f
bug 971101 - build and publish geckoview example by default r=khuey
2014-03-31 11:40:06 -04:00
Robert Strong
2b5f53de81
Bug 899352 - Increase the installation timeout for the stub installer. r=bbondy
2014-03-19 18:32:46 -07:00
Robert Strong
773406757f
Bug 899363 - Implement stub installer data ping version 6. r=bbondy
2014-03-19 18:32:39 -07:00
Robert Strong
e2dc3282a6
Bug 799215 - Stub installer's dual progress bars are confusing. Use a single progress bar for both. ui-r=philipp, r=bbondy
2014-03-19 10:40:04 -07:00
Georg Koppen
52ad2bdb1a
Bug 943331 - Make packaging files into omni.ja deterministic. r=gps
2014-03-19 10:36:28 -04:00
David Major
8004ab3f1f
Bug 919735: For VS2013, put the 32-bit PGO files first on the PATH. r=ted
2014-03-14 12:48:59 -07:00
Nick Alexander
7552414b04
Bug 903528 - Part 2: Land and build Fennec JUnit 3 tests. r=rnewman
...
--HG--
rename : mobile/android/tests/moz.build => mobile/android/tests/browser/moz.build
2014-02-24 18:24:46 -08:00
Nick Alexander
04efb6fd76
Bug 903528 - Part 1: Rename background.apk to background-junit3.apk. r=rnewman
...
This is a cautionary move: when uploaded to infrastructure,
background.apk will not look so bad; but browser.apk is likely to
confuse folks. (These files will be in the same directory as
fennec-*apk, and sort earlier than that file.)
I considered including "tests" in the name, but decided not to make a
long name even longer.
This also renames the Android package. This is purely cosmetic, since
the package has no consumers (infrastructure, mach, etc). But this looks
nicer in IDEs: the generated classes fit into the class hierarchy.
2014-02-24 18:24:45 -08:00
Tim Abraldes
b49f182048
bug 952121. When uninstalling a metro-enabled Firefox whose CommandExecuteHandler is the current "DelegateExecute" handler for our file and protocol handlers, remove the "DelegateExecute" value from our file and protocol handlers. r=bbondy
2014-02-19 09:00:14 -08:00
David Keeler
30ccf7829f
bug 967975 - certificate error override telemetry r=briansmith
...
--HG--
rename : security/manager/ssl/tests/unit/tlsserver/cmd/OCSPStaplingServer.cpp => security/manager/ssl/tests/unit/tlsserver/cmd/BadCertServer.cpp
2014-02-13 14:53:29 -08:00
Ehsan Akhgari
b870bb3fe9
Bug 969757 - Remove the dead code in our tree which pretends to support OS/2; r=roc,mcmanus,gps,jorendorf,bsmedberg sr=bsmedberg
2014-02-10 17:57:01 -05:00
Ted Mielczarek
9645366154
bug 903620 - rework JS shell packaging as a Python script. r=glandium
2014-02-06 13:22:35 -05:00
Nick Alexander
0f59e92889
Bug 951865 - Part 1: Replace ABI_DIR with ANDROID_CPU_ARCH. r=glandium
2014-02-05 08:51:48 -08:00
Robert Strong
ed41489345
Bug 963282 - Stub blurbs during download aren't always a minimum of 3 lines. r=bbondy
2014-01-24 10:38:25 -08:00
Mike Hommey
925edbca14
Bug 950298 - Make the js build system use top-level as its root objdir. r=gps
2014-01-14 07:38:40 +09:00
Margaret Leibovic
cdaf79d7e4
Bug 957881 - Get rid of recommended addons code. r=bnicholson
2014-01-10 17:18:14 -08:00
Edwin Flores
b120faf1e1
Bug 953394 - Build changes for OMX support on Android KitKat r=khuey
2014-01-09 14:54:56 +13:00
Ted Mielczarek
bd5af141aa
Bug 953314 - Fix jsshell packaging of ICU libs, r=glandium
2014-01-03 08:00:37 -05:00
Nick Alexander
19db3a26ae
Bug 923950 - Fix Android single locale repacks. r=glandium
...
There are two parts to this. The first is to add AndroidManifest.xml
as a dependency to the "no dependencies" ap_ built during packaging.
The aapt call requires it. So "no dependencies" is more accurately
"no *resource* dependencies".
The second is to avoid including the Android res/ directory in the
language repack step. What happens is that the l10n.py script sees
the Android res/ files left in the dist/ directory after unpacking and
expects to find them in the objdir. They're not there, so the script
fails. To avoid this, we delete them after unpacking. See the
comments in packager.mk describing this process.
--HG--
extra : rebase_source : 35c3c125dddcd575c1a5e8ad58f9aa13ff2db4c3
2013-12-14 15:36:17 -08:00
Nick Alexander
6fade1ad27
Bug 934646 - Part 3: Declare Android resource directories relative to $SRCDIR. r=glandium,gps,mfinkle
...
--HG--
rename : mobile/android/base/resources/drawable-mdpi/crash_reporter.png => mobile/android/base/crashreporter/res/drawable-mdpi/crash_reporter.png
rename : mobile/android/base/resources/layout/crash_reporter.xml => mobile/android/base/crashreporter/res/layout/crash_reporter.xml
rename : mobile/android/branding/aurora/content/fennec_72x72.png => mobile/android/branding/aurora/res/drawable-hdpi/icon.png
rename : mobile/android/branding/aurora/content/fennec_48x48.png => mobile/android/branding/aurora/res/drawable-mdpi/icon.png
rename : mobile/android/branding/aurora/content/fennec_96x96.png => mobile/android/branding/aurora/res/drawable-xhdpi/icon.png
rename : mobile/android/branding/aurora/content/fennec_144x144.png => mobile/android/branding/aurora/res/drawable-xxhdpi/icon.png
rename : mobile/android/branding/beta/content/fennec_72x72.png => mobile/android/branding/beta/res/drawable-hdpi/icon.png
rename : mobile/android/branding/beta/content/fennec_48x48.png => mobile/android/branding/beta/res/drawable-mdpi/icon.png
rename : mobile/android/branding/beta/content/fennec_96x96.png => mobile/android/branding/beta/res/drawable-xhdpi/icon.png
rename : mobile/android/branding/beta/content/fennec_144x144.png => mobile/android/branding/beta/res/drawable-xxhdpi/icon.png
rename : mobile/android/branding/nightly/content/fennec_72x72.png => mobile/android/branding/nightly/res/drawable-hdpi/icon.png
rename : mobile/android/branding/nightly/content/fennec_48x48.png => mobile/android/branding/nightly/res/drawable-mdpi/icon.png
rename : mobile/android/branding/nightly/content/fennec_96x96.png => mobile/android/branding/nightly/res/drawable-xhdpi/icon.png
rename : mobile/android/branding/nightly/content/fennec_144x144.png => mobile/android/branding/nightly/res/drawable-xxhdpi/icon.png
rename : mobile/android/branding/official/content/fennec_72x72.png => mobile/android/branding/official/res/drawable-hdpi/icon.png
rename : mobile/android/branding/official/content/fennec_48x48.png => mobile/android/branding/official/res/drawable-mdpi/icon.png
rename : mobile/android/branding/official/content/fennec_96x96.png => mobile/android/branding/official/res/drawable-xhdpi/icon.png
rename : mobile/android/branding/official/content/fennec_144x144.png => mobile/android/branding/official/res/drawable-xxhdpi/icon.png
rename : mobile/android/branding/unofficial/content/fennec_72x72.png => mobile/android/branding/unofficial/res/drawable-hdpi/icon.png
rename : mobile/android/branding/unofficial/content/fennec_48x48.png => mobile/android/branding/unofficial/res/drawable-mdpi/icon.png
rename : mobile/android/branding/unofficial/content/fennec_96x96.png => mobile/android/branding/unofficial/res/drawable-xhdpi/icon.png
rename : mobile/android/branding/unofficial/content/fennec_144x144.png => mobile/android/branding/unofficial/res/drawable-xxhdpi/icon.png
extra : rebase_source : f6ec8a38594e70520b10202c735dc019f8c856fd
2013-12-11 21:20:07 -08:00
Mark Finkle
af612934e1
Bug 927128 - Keep GeckoView limited to Nightly only (part 2) r=glandium
2013-12-10 01:07:43 -05:00
Ryan VanderMeulen
e384e116bb
Merge fx-team to m-c.
2013-12-06 16:03:56 -05:00
Mark Finkle
b14919adcd
Bug 927128 - Keep GeckoView limited to Nightly only r=glandium
2013-12-06 10:05:02 -05:00
Mike Hommey
e5a9d37fc8
Bug 946605 - Fix typo from bug 943728 in packager.mk breaking mac l10n builds. r=mshal
2013-12-06 08:45:30 +09:00
Ehsan Akhgari
1adec124cd
Bug 915735 - Build ICU as a shared library where JS is built as a shared library; r=glandium
2013-12-06 08:08:52 -05:00
Carsten "Tomcat" Book
72db98e70d
Backed out changeset 099f65a712a8 (bug 915735) Windows Build Bustage on a CLOSED TREE
2013-12-06 14:48:13 +01:00
Ehsan Akhgari
905395bdd0
Bug 915735 - Build ICU as a shared library where JS is built as a shared library; r=glandium
2013-12-06 08:08:52 -05:00
Mike Hommey
bf60896454
Bug 943728 - Replace double quotes with single quotes in Makefiles (or remove them when it makes sense). r=mshal
2013-12-03 06:34:21 +09:00
Mike Hommey
a4d185c026
Bug 942375 - Don't use $(shell pwd). r=mshal
2013-11-26 11:49:34 +09:00
Robert Strong
407f465af2
Bug 941397 - Progress message on Firefox Stub install for Japanese and other languages that don't break words with spaces. r=bbondy
2013-11-22 13:28:24 -08:00
Camilo Viecco
1779a62ab0
Bug 938805 - Create standalone oscpResponseGenerator for testing. r=keeler
2013-10-29 14:02:35 -07:00
Mike Hommey
8f10c67fbb
Bug 935305 - Move preprocessor to mozbuild.action. r=gps
...
--HG--
rename : config/Preprocessor.py => python/mozbuild/mozbuild/preprocessor.py
rename : config/tests/unit-Expression.py => python/mozbuild/mozbuild/test/test_expression.py
rename : config/tests/unit-LineEndings.py => python/mozbuild/mozbuild/test/test_line_endings.py
rename : config/tests/unit-Preprocessor.py => python/mozbuild/mozbuild/test/test_preprocessor.py
2013-11-09 10:35:44 +09:00
Dan Minor
c700277be8
Bug 929569 - jsshell package needs msvcp dll; r=glandium
2013-10-25 08:14:51 -04:00
Mike Hommey
6aeae2f437
Bug 926906 - Kill core_abspath, core_realpath and core_winabspath. r=gps
2013-10-17 07:55:16 +09:00
Brad Lassey
b201669cf0
bug 922145 - publish nightly builds of GeckoView library and assets r=ted
2013-10-08 14:00:37 -04:00
Nathan Froyd
4358187c3f
Backout 8a4946c07c92 (bug 922145) for Android bustage on a CLOSED TREE
2013-10-08 21:12:21 -04:00