Commit Graph

1597 Commits

Author SHA1 Message Date
David Anderson
6dfffa2f4b Merge from mozilla-central. 2012-05-11 14:35:58 -07:00
David Anderson
1d0465946b Merge from mozilla-central. 2012-05-10 13:44:10 -07:00
Matt Brubeck
58eb5eeac0 Back out c209fea124e1 (bug 754198) because of Win64 build failure 2012-05-11 13:23:49 -07:00
David Anderson
87cf33f6a7 Merge from mozilla-central. 2012-05-08 17:34:07 -07:00
David Anderson
14bf2a099d Merge from mozilla-central.
--HG--
rename : accessible/src/base/nsRootAccessible.cpp => accessible/src/generic/RootAccessible.cpp
rename : accessible/src/base/nsRootAccessible.h => accessible/src/generic/RootAccessible.h
rename : js/src/jsgcmark.cpp => js/src/gc/Marking.cpp
rename : js/src/jsgcmark.h => js/src/gc/Marking.h
2012-05-04 19:16:35 -07:00
Timothy B. Terriberry
9387e956b1 Bug 759008 - Remove unused LIBOBJS from rules.mk, r=glandium 2012-05-29 11:54:31 -07:00
David Anderson
3b4de3be38 Merge from mozilla-central. 2012-05-03 11:40:52 -07:00
Chris Coulson
9d45082c82 Bug 757518 - Don't get stuck in a loop on systems where /usr/bin/makedepend does not exist. r=ted 2012-05-22 20:21:46 -04:00
Jim Mathies
535421dfcb Bug 751541 - Fix for VS11 C++/CX link issues: delay load vccorlib and the winrt standard libraries, and provide a dummy vccorlib on non-win8 platforms so xul lib can load. r=ehsan+khuey, sr=bsmedberg 2012-05-22 16:00:48 -05:00
Matt Brubeck
e3b7b8e191 Merge mozilla-central and mozilla-inbound 2012-05-02 15:58:11 -07:00
Ehsan Akhgari
5d889508d9 Bug 751273 - Part 2: Rip out cairo and pixman from libxul; r=khuey
Landing on a CLOSED TREE

--HG--
extra : rebase_source : 92b945b90bb70a020609ad8ac0ffe633076bed10
2012-05-02 16:32:16 -04:00
Joey Armstrong
1427952567 bug 757855: move xpidl* logic into a named makefile - batch #1 2012-06-01 11:13:07 -04:00
Ted Mielczarek
2d8264acc2 bug 748797 - support MOZ_LINKER_EXTRACT=1 as a configure option to turn on linker extraction all the time. r=glandium,blassey, a=android-only
CLOSED TREE
2012-05-02 07:15:07 -04:00
Mike Hommey
a854db03ef Bug 751865 - Avoid Preprocessor.py applying filters to file names given on the command line. r=ted 2012-05-07 14:17:47 +02:00
Gregory Szorc
03add7dd8e Bug 748490 - Part 3: Followups to part 2; r=ted
Previous patch was submitted prematurely by accident. This addresses
nits from review.
2012-05-10 10:19:16 -07:00
Gregory Szorc
ce02a35113 Bug 748490 - Part 2: Register testing modules with xpcshell test runner; r=ted 2012-05-10 10:10:14 -07:00
Gregory Szorc
902df1ed06 Bug 748490 - Part 1: Provide build rules to install test-only JS modules; r=ted 2012-05-10 10:10:11 -07:00
David Anderson
77809391d1 Merge from mozilla-central.
--HG--
rename : accessible/src/atk/nsApplicationAccessibleWrap.cpp => accessible/src/atk/ApplicationAccessibleWrap.cpp
rename : accessible/src/atk/nsApplicationAccessibleWrap.h => accessible/src/atk/ApplicationAccessibleWrap.h
rename : accessible/src/base/nsApplicationAccessible.cpp => accessible/src/generic/ApplicationAccessible.cpp
rename : accessible/src/base/nsApplicationAccessible.h => accessible/src/generic/ApplicationAccessible.h
rename : browser/devtools/webconsole/test/browser_gcli_integrate.js => browser/devtools/shared/test/browser_gcli_integrate.js
rename : browser/devtools/webconsole/test/browser_gcli_web.js => browser/devtools/shared/test/browser_gcli_web.js
rename : security/manager/ssl/src/nsNSSIOLayer.cpp => security/manager/ssl/src/TransportSecurityInfo.cpp
rename : security/manager/ssl/src/nsNSSIOLayer.h => security/manager/ssl/src/TransportSecurityInfo.h
2012-04-30 12:53:32 -07:00
Ehsan Akhgari
1264cba321 Backout changeset b0200dab0ccc to revert the incorrect backout of an fx-team range (no bug)
This is the range I mistakenly backed out before:
http://hg.mozilla.org/mozilla-central/pushloghtml?changeset=bc5fee76550b
2012-05-02 16:11:19 -04:00
Ehsan Akhgari
077dde163d Backout the latest merge from fx-team because of Ts regressions (no bug) 2012-05-02 15:37:08 -04:00
Tim Taubert
467f00c214 merge m-c to fx-team; a=js-only 2012-05-02 15:36:57 +02:00
Jim Blandy
af6268930f Bug 750368: Help 'make xpcshell-tests' find 'mozinfo' Python module. r=ted 2012-05-01 16:54:45 -07:00
Dão Gottwald
be66623d1d Bug 588909 - Replace Gecko/<date> with Gecko/<version> in UA string. r=bz sr=gerv 2012-04-30 13:06:45 +02:00
Rafael Ávila de Espíndola
b13a48e799 Bug 762071 - JS is being compiled with exceptions enabled. r=khuey. 2012-06-08 13:31:28 -04:00
Mike Hommey
a659d7e6ee Bug 757339 - Make expandlibs commands generate dependencies like gcc does. r=ted 2012-06-08 08:59:02 +02:00
Joey Armstrong
086dd72141 Bug 743243 - Add isTargetStem makefile function. r=ted 2012-04-28 11:16:12 -04:00
Ed Morley
cb6102ad4d Bug 696297 - Define MOZ_VALGRIND in autoconf.mk.in, to fix Valgrind suppression file generation; r=ted 2012-04-27 13:42:28 +01:00
Mike Hommey
d278e617c4 Bug 748739 - Link stdc++compat as a static library, and always link it when STDCXX_COMPAT is enabled. r=ted
--HG--
rename : build/stdc++compat.cpp => build/unix/stdc++compat/stdc++compat.cpp
2012-04-30 08:03:59 +02:00
Siddharth Agarwal
9f01801fec Bug 770604 - nsinstall.py should abspath during directory creation too. r=khuey 2012-07-04 00:17:21 +05:30
Ehsan Akhgari
910d058e01 Merge mozilla-central into moizilla-inbound 2012-07-03 11:14:18 -04:00
Benjamin Smedberg
cc2ebeab8a Bug 769048 part C - Build an injector DLL which can watch for crashes in Flash player processes. This involves building two copies of breakpad: one to live inside of libxul which uses mozalloc and the dynamic CRT, another to link into the injector which links the CRT statically and doesn't use mozalloc. Introduce a new define/makefile variable MOZ_CRASHREPORTER_INJECTOR rather than repeating "#if defined(XP_WIN) && !defined(HAVE_64BIT_OS) in many places. r=ehsan/khuey
--HG--
extra : rebase_source : 33bd0a74ce70a564963a6ca125e01048577fb554
2012-07-02 14:55:12 -04:00
Ed Morley
acf544c10f Merge last PGO-green changeset of mozilla-inbound to mozilla-central 2012-07-03 10:10:06 +01:00
Siddharth Agarwal
e96cbe20c0 Bug 680636 - Add support for running nsinstall natively under pymake and convert a bunch of cases over. r=ted 2012-07-03 12:13:30 +05:30
Siddharth Agarwal
f589caa140 Bug 757252 - Kill nsinstall_win.c, use nsinstall.py on Windows instead. r=ted
This fixes bug 752202 as well. Included are a number of workarounds for
Python 2.x's poor Unicode handling on Windows.

--HG--
rename : extensions/spellcheck/hunspell/tests/1463589.aff => extensions/spellcheck/hunspell/tests/unit/data/1463589.aff
rename : extensions/spellcheck/hunspell/tests/1463589.dic => extensions/spellcheck/hunspell/tests/unit/data/1463589.dic
rename : extensions/spellcheck/hunspell/tests/1463589.sug => extensions/spellcheck/hunspell/tests/unit/data/1463589.sug
rename : extensions/spellcheck/hunspell/tests/1463589.test => extensions/spellcheck/hunspell/tests/unit/data/1463589.test
rename : extensions/spellcheck/hunspell/tests/1463589.wrong => extensions/spellcheck/hunspell/tests/unit/data/1463589.wrong
rename : extensions/spellcheck/hunspell/tests/1463589_utf.aff => extensions/spellcheck/hunspell/tests/unit/data/1463589_utf.aff
rename : extensions/spellcheck/hunspell/tests/1463589_utf.dic => extensions/spellcheck/hunspell/tests/unit/data/1463589_utf.dic
rename : extensions/spellcheck/hunspell/tests/1463589_utf.sug => extensions/spellcheck/hunspell/tests/unit/data/1463589_utf.sug
rename : extensions/spellcheck/hunspell/tests/1463589_utf.test => extensions/spellcheck/hunspell/tests/unit/data/1463589_utf.test
rename : extensions/spellcheck/hunspell/tests/1463589_utf.wrong => extensions/spellcheck/hunspell/tests/unit/data/1463589_utf.wrong
rename : extensions/spellcheck/hunspell/tests/1592880.aff => extensions/spellcheck/hunspell/tests/unit/data/1592880.aff
rename : extensions/spellcheck/hunspell/tests/1592880.dic => extensions/spellcheck/hunspell/tests/unit/data/1592880.dic
rename : extensions/spellcheck/hunspell/tests/1592880.good => extensions/spellcheck/hunspell/tests/unit/data/1592880.good
rename : extensions/spellcheck/hunspell/tests/1592880.test => extensions/spellcheck/hunspell/tests/unit/data/1592880.test
rename : extensions/spellcheck/hunspell/tests/1695964.aff => extensions/spellcheck/hunspell/tests/unit/data/1695964.aff
rename : extensions/spellcheck/hunspell/tests/1695964.dic => extensions/spellcheck/hunspell/tests/unit/data/1695964.dic
rename : extensions/spellcheck/hunspell/tests/1695964.sug => extensions/spellcheck/hunspell/tests/unit/data/1695964.sug
rename : extensions/spellcheck/hunspell/tests/1695964.test => extensions/spellcheck/hunspell/tests/unit/data/1695964.test
rename : extensions/spellcheck/hunspell/tests/1695964.wrong => extensions/spellcheck/hunspell/tests/unit/data/1695964.wrong
rename : extensions/spellcheck/hunspell/tests/1706659.aff => extensions/spellcheck/hunspell/tests/unit/data/1706659.aff
rename : extensions/spellcheck/hunspell/tests/1706659.dic => extensions/spellcheck/hunspell/tests/unit/data/1706659.dic
rename : extensions/spellcheck/hunspell/tests/1706659.test => extensions/spellcheck/hunspell/tests/unit/data/1706659.test
rename : extensions/spellcheck/hunspell/tests/1706659.wrong => extensions/spellcheck/hunspell/tests/unit/data/1706659.wrong
rename : extensions/spellcheck/hunspell/tests/1975530.aff => extensions/spellcheck/hunspell/tests/unit/data/1975530.aff
rename : extensions/spellcheck/hunspell/tests/1975530.dic => extensions/spellcheck/hunspell/tests/unit/data/1975530.dic
rename : extensions/spellcheck/hunspell/tests/1975530.good => extensions/spellcheck/hunspell/tests/unit/data/1975530.good
rename : extensions/spellcheck/hunspell/tests/1975530.test => extensions/spellcheck/hunspell/tests/unit/data/1975530.test
rename : extensions/spellcheck/hunspell/tests/1975530.wrong => extensions/spellcheck/hunspell/tests/unit/data/1975530.wrong
rename : extensions/spellcheck/hunspell/tests/2970240.aff => extensions/spellcheck/hunspell/tests/unit/data/2970240.aff
rename : extensions/spellcheck/hunspell/tests/2970240.dic => extensions/spellcheck/hunspell/tests/unit/data/2970240.dic
rename : extensions/spellcheck/hunspell/tests/2970240.good => extensions/spellcheck/hunspell/tests/unit/data/2970240.good
rename : extensions/spellcheck/hunspell/tests/2970240.test => extensions/spellcheck/hunspell/tests/unit/data/2970240.test
rename : extensions/spellcheck/hunspell/tests/2970240.wrong => extensions/spellcheck/hunspell/tests/unit/data/2970240.wrong
rename : extensions/spellcheck/hunspell/tests/2970242.aff => extensions/spellcheck/hunspell/tests/unit/data/2970242.aff
rename : extensions/spellcheck/hunspell/tests/2970242.dic => extensions/spellcheck/hunspell/tests/unit/data/2970242.dic
rename : extensions/spellcheck/hunspell/tests/2970242.good => extensions/spellcheck/hunspell/tests/unit/data/2970242.good
rename : extensions/spellcheck/hunspell/tests/2970242.test => extensions/spellcheck/hunspell/tests/unit/data/2970242.test
rename : extensions/spellcheck/hunspell/tests/2970242.wrong => extensions/spellcheck/hunspell/tests/unit/data/2970242.wrong
rename : extensions/spellcheck/hunspell/tests/2999225.aff => extensions/spellcheck/hunspell/tests/unit/data/2999225.aff
rename : extensions/spellcheck/hunspell/tests/2999225.dic => extensions/spellcheck/hunspell/tests/unit/data/2999225.dic
rename : extensions/spellcheck/hunspell/tests/2999225.good => extensions/spellcheck/hunspell/tests/unit/data/2999225.good
rename : extensions/spellcheck/hunspell/tests/2999225.test => extensions/spellcheck/hunspell/tests/unit/data/2999225.test
rename : extensions/spellcheck/hunspell/tests/IJ.aff => extensions/spellcheck/hunspell/tests/unit/data/IJ.aff
rename : extensions/spellcheck/hunspell/tests/IJ.dic => extensions/spellcheck/hunspell/tests/unit/data/IJ.dic
rename : extensions/spellcheck/hunspell/tests/IJ.good => extensions/spellcheck/hunspell/tests/unit/data/IJ.good
rename : extensions/spellcheck/hunspell/tests/IJ.sug => extensions/spellcheck/hunspell/tests/unit/data/IJ.sug
rename : extensions/spellcheck/hunspell/tests/IJ.test => extensions/spellcheck/hunspell/tests/unit/data/IJ.test
rename : extensions/spellcheck/hunspell/tests/IJ.wrong => extensions/spellcheck/hunspell/tests/unit/data/IJ.wrong
rename : extensions/spellcheck/hunspell/tests/Makefile.am => extensions/spellcheck/hunspell/tests/unit/data/Makefile.am
rename : extensions/spellcheck/hunspell/tests/Makefile.in => extensions/spellcheck/hunspell/tests/unit/data/Makefile.in
rename : extensions/spellcheck/hunspell/tests/affixes.aff => extensions/spellcheck/hunspell/tests/unit/data/affixes.aff
rename : extensions/spellcheck/hunspell/tests/affixes.dic => extensions/spellcheck/hunspell/tests/unit/data/affixes.dic
rename : extensions/spellcheck/hunspell/tests/affixes.good => extensions/spellcheck/hunspell/tests/unit/data/affixes.good
rename : extensions/spellcheck/hunspell/tests/affixes.test => extensions/spellcheck/hunspell/tests/unit/data/affixes.test
rename : extensions/spellcheck/hunspell/tests/alias.aff => extensions/spellcheck/hunspell/tests/unit/data/alias.aff
rename : extensions/spellcheck/hunspell/tests/alias.dic => extensions/spellcheck/hunspell/tests/unit/data/alias.dic
rename : extensions/spellcheck/hunspell/tests/alias.good => extensions/spellcheck/hunspell/tests/unit/data/alias.good
rename : extensions/spellcheck/hunspell/tests/alias.test => extensions/spellcheck/hunspell/tests/unit/data/alias.test
rename : extensions/spellcheck/hunspell/tests/alias2.aff => extensions/spellcheck/hunspell/tests/unit/data/alias2.aff
rename : extensions/spellcheck/hunspell/tests/alias2.dic => extensions/spellcheck/hunspell/tests/unit/data/alias2.dic
rename : extensions/spellcheck/hunspell/tests/alias2.good => extensions/spellcheck/hunspell/tests/unit/data/alias2.good
rename : extensions/spellcheck/hunspell/tests/alias2.morph => extensions/spellcheck/hunspell/tests/unit/data/alias2.morph
rename : extensions/spellcheck/hunspell/tests/alias2.test => extensions/spellcheck/hunspell/tests/unit/data/alias2.test
rename : extensions/spellcheck/hunspell/tests/alias3.aff => extensions/spellcheck/hunspell/tests/unit/data/alias3.aff
rename : extensions/spellcheck/hunspell/tests/alias3.dic => extensions/spellcheck/hunspell/tests/unit/data/alias3.dic
rename : extensions/spellcheck/hunspell/tests/alias3.good => extensions/spellcheck/hunspell/tests/unit/data/alias3.good
rename : extensions/spellcheck/hunspell/tests/alias3.morph => extensions/spellcheck/hunspell/tests/unit/data/alias3.morph
rename : extensions/spellcheck/hunspell/tests/alias3.test => extensions/spellcheck/hunspell/tests/unit/data/alias3.test
rename : extensions/spellcheck/hunspell/tests/allcaps.aff => extensions/spellcheck/hunspell/tests/unit/data/allcaps.aff
rename : extensions/spellcheck/hunspell/tests/allcaps.dic => extensions/spellcheck/hunspell/tests/unit/data/allcaps.dic
rename : extensions/spellcheck/hunspell/tests/allcaps.good => extensions/spellcheck/hunspell/tests/unit/data/allcaps.good
rename : extensions/spellcheck/hunspell/tests/allcaps.sug => extensions/spellcheck/hunspell/tests/unit/data/allcaps.sug
rename : extensions/spellcheck/hunspell/tests/allcaps.test => extensions/spellcheck/hunspell/tests/unit/data/allcaps.test
rename : extensions/spellcheck/hunspell/tests/allcaps.wrong => extensions/spellcheck/hunspell/tests/unit/data/allcaps.wrong
rename : extensions/spellcheck/hunspell/tests/allcaps2.aff => extensions/spellcheck/hunspell/tests/unit/data/allcaps2.aff
rename : extensions/spellcheck/hunspell/tests/allcaps2.dic => extensions/spellcheck/hunspell/tests/unit/data/allcaps2.dic
rename : extensions/spellcheck/hunspell/tests/allcaps2.good => extensions/spellcheck/hunspell/tests/unit/data/allcaps2.good
rename : extensions/spellcheck/hunspell/tests/allcaps2.sug => extensions/spellcheck/hunspell/tests/unit/data/allcaps2.sug
rename : extensions/spellcheck/hunspell/tests/allcaps2.test => extensions/spellcheck/hunspell/tests/unit/data/allcaps2.test
rename : extensions/spellcheck/hunspell/tests/allcaps2.wrong => extensions/spellcheck/hunspell/tests/unit/data/allcaps2.wrong
rename : extensions/spellcheck/hunspell/tests/allcaps3.aff => extensions/spellcheck/hunspell/tests/unit/data/allcaps3.aff
rename : extensions/spellcheck/hunspell/tests/allcaps3.dic => extensions/spellcheck/hunspell/tests/unit/data/allcaps3.dic
rename : extensions/spellcheck/hunspell/tests/allcaps3.good => extensions/spellcheck/hunspell/tests/unit/data/allcaps3.good
rename : extensions/spellcheck/hunspell/tests/allcaps3.test => extensions/spellcheck/hunspell/tests/unit/data/allcaps3.test
rename : extensions/spellcheck/hunspell/tests/allcaps3.wrong => extensions/spellcheck/hunspell/tests/unit/data/allcaps3.wrong
rename : extensions/spellcheck/hunspell/tests/allcaps_utf.aff => extensions/spellcheck/hunspell/tests/unit/data/allcaps_utf.aff
rename : extensions/spellcheck/hunspell/tests/allcaps_utf.dic => extensions/spellcheck/hunspell/tests/unit/data/allcaps_utf.dic
rename : extensions/spellcheck/hunspell/tests/allcaps_utf.good => extensions/spellcheck/hunspell/tests/unit/data/allcaps_utf.good
rename : extensions/spellcheck/hunspell/tests/allcaps_utf.sug => extensions/spellcheck/hunspell/tests/unit/data/allcaps_utf.sug
rename : extensions/spellcheck/hunspell/tests/allcaps_utf.test => extensions/spellcheck/hunspell/tests/unit/data/allcaps_utf.test
rename : extensions/spellcheck/hunspell/tests/allcaps_utf.wrong => extensions/spellcheck/hunspell/tests/unit/data/allcaps_utf.wrong
rename : extensions/spellcheck/hunspell/tests/arabic.aff => extensions/spellcheck/hunspell/tests/unit/data/arabic.aff
rename : extensions/spellcheck/hunspell/tests/arabic.dic => extensions/spellcheck/hunspell/tests/unit/data/arabic.dic
rename : extensions/spellcheck/hunspell/tests/arabic.test => extensions/spellcheck/hunspell/tests/unit/data/arabic.test
rename : extensions/spellcheck/hunspell/tests/arabic.wrong => extensions/spellcheck/hunspell/tests/unit/data/arabic.wrong
rename : extensions/spellcheck/hunspell/tests/base.aff => extensions/spellcheck/hunspell/tests/unit/data/base.aff
rename : extensions/spellcheck/hunspell/tests/base.dic => extensions/spellcheck/hunspell/tests/unit/data/base.dic
rename : extensions/spellcheck/hunspell/tests/base.good => extensions/spellcheck/hunspell/tests/unit/data/base.good
rename : extensions/spellcheck/hunspell/tests/base.sug => extensions/spellcheck/hunspell/tests/unit/data/base.sug
rename : extensions/spellcheck/hunspell/tests/base.test => extensions/spellcheck/hunspell/tests/unit/data/base.test
rename : extensions/spellcheck/hunspell/tests/base.wrong => extensions/spellcheck/hunspell/tests/unit/data/base.wrong
rename : extensions/spellcheck/hunspell/tests/base_utf.aff => extensions/spellcheck/hunspell/tests/unit/data/base_utf.aff
rename : extensions/spellcheck/hunspell/tests/base_utf.dic => extensions/spellcheck/hunspell/tests/unit/data/base_utf.dic
rename : extensions/spellcheck/hunspell/tests/base_utf.good => extensions/spellcheck/hunspell/tests/unit/data/base_utf.good
rename : extensions/spellcheck/hunspell/tests/base_utf.sug => extensions/spellcheck/hunspell/tests/unit/data/base_utf.sug
rename : extensions/spellcheck/hunspell/tests/base_utf.test => extensions/spellcheck/hunspell/tests/unit/data/base_utf.test
rename : extensions/spellcheck/hunspell/tests/base_utf.wrong => extensions/spellcheck/hunspell/tests/unit/data/base_utf.wrong
rename : extensions/spellcheck/hunspell/tests/break.aff => extensions/spellcheck/hunspell/tests/unit/data/break.aff
rename : extensions/spellcheck/hunspell/tests/break.dic => extensions/spellcheck/hunspell/tests/unit/data/break.dic
rename : extensions/spellcheck/hunspell/tests/break.good => extensions/spellcheck/hunspell/tests/unit/data/break.good
rename : extensions/spellcheck/hunspell/tests/break.test => extensions/spellcheck/hunspell/tests/unit/data/break.test
rename : extensions/spellcheck/hunspell/tests/break.wrong => extensions/spellcheck/hunspell/tests/unit/data/break.wrong
rename : extensions/spellcheck/hunspell/tests/breakdefault.aff => extensions/spellcheck/hunspell/tests/unit/data/breakdefault.aff
rename : extensions/spellcheck/hunspell/tests/breakdefault.dic => extensions/spellcheck/hunspell/tests/unit/data/breakdefault.dic
rename : extensions/spellcheck/hunspell/tests/breakdefault.good => extensions/spellcheck/hunspell/tests/unit/data/breakdefault.good
rename : extensions/spellcheck/hunspell/tests/breakdefault.sug => extensions/spellcheck/hunspell/tests/unit/data/breakdefault.sug
rename : extensions/spellcheck/hunspell/tests/breakdefault.test => extensions/spellcheck/hunspell/tests/unit/data/breakdefault.test
rename : extensions/spellcheck/hunspell/tests/breakdefault.wrong => extensions/spellcheck/hunspell/tests/unit/data/breakdefault.wrong
rename : extensions/spellcheck/hunspell/tests/breakoff.aff => extensions/spellcheck/hunspell/tests/unit/data/breakoff.aff
rename : extensions/spellcheck/hunspell/tests/breakoff.dic => extensions/spellcheck/hunspell/tests/unit/data/breakoff.dic
rename : extensions/spellcheck/hunspell/tests/breakoff.good => extensions/spellcheck/hunspell/tests/unit/data/breakoff.good
rename : extensions/spellcheck/hunspell/tests/breakoff.test => extensions/spellcheck/hunspell/tests/unit/data/breakoff.test
rename : extensions/spellcheck/hunspell/tests/breakoff.wrong => extensions/spellcheck/hunspell/tests/unit/data/breakoff.wrong
rename : extensions/spellcheck/hunspell/tests/checkcompoundcase.aff => extensions/spellcheck/hunspell/tests/unit/data/checkcompoundcase.aff
rename : extensions/spellcheck/hunspell/tests/checkcompoundcase.dic => extensions/spellcheck/hunspell/tests/unit/data/checkcompoundcase.dic
rename : extensions/spellcheck/hunspell/tests/checkcompoundcase.good => extensions/spellcheck/hunspell/tests/unit/data/checkcompoundcase.good
rename : extensions/spellcheck/hunspell/tests/checkcompoundcase.test => extensions/spellcheck/hunspell/tests/unit/data/checkcompoundcase.test
rename : extensions/spellcheck/hunspell/tests/checkcompoundcase.wrong => extensions/spellcheck/hunspell/tests/unit/data/checkcompoundcase.wrong
rename : extensions/spellcheck/hunspell/tests/checkcompoundcase2.aff => extensions/spellcheck/hunspell/tests/unit/data/checkcompoundcase2.aff
rename : extensions/spellcheck/hunspell/tests/checkcompoundcase2.dic => extensions/spellcheck/hunspell/tests/unit/data/checkcompoundcase2.dic
rename : extensions/spellcheck/hunspell/tests/checkcompoundcase2.good => extensions/spellcheck/hunspell/tests/unit/data/checkcompoundcase2.good
rename : extensions/spellcheck/hunspell/tests/checkcompoundcase2.test => extensions/spellcheck/hunspell/tests/unit/data/checkcompoundcase2.test
rename : extensions/spellcheck/hunspell/tests/checkcompoundcase2.wrong => extensions/spellcheck/hunspell/tests/unit/data/checkcompoundcase2.wrong
rename : extensions/spellcheck/hunspell/tests/checkcompoundcaseutf.aff => extensions/spellcheck/hunspell/tests/unit/data/checkcompoundcaseutf.aff
rename : extensions/spellcheck/hunspell/tests/checkcompoundcaseutf.dic => extensions/spellcheck/hunspell/tests/unit/data/checkcompoundcaseutf.dic
rename : extensions/spellcheck/hunspell/tests/checkcompoundcaseutf.good => extensions/spellcheck/hunspell/tests/unit/data/checkcompoundcaseutf.good
rename : extensions/spellcheck/hunspell/tests/checkcompoundcaseutf.test => extensions/spellcheck/hunspell/tests/unit/data/checkcompoundcaseutf.test
rename : extensions/spellcheck/hunspell/tests/checkcompoundcaseutf.wrong => extensions/spellcheck/hunspell/tests/unit/data/checkcompoundcaseutf.wrong
rename : extensions/spellcheck/hunspell/tests/checkcompounddup.aff => extensions/spellcheck/hunspell/tests/unit/data/checkcompounddup.aff
rename : extensions/spellcheck/hunspell/tests/checkcompounddup.dic => extensions/spellcheck/hunspell/tests/unit/data/checkcompounddup.dic
rename : extensions/spellcheck/hunspell/tests/checkcompounddup.good => extensions/spellcheck/hunspell/tests/unit/data/checkcompounddup.good
rename : extensions/spellcheck/hunspell/tests/checkcompounddup.test => extensions/spellcheck/hunspell/tests/unit/data/checkcompounddup.test
rename : extensions/spellcheck/hunspell/tests/checkcompounddup.wrong => extensions/spellcheck/hunspell/tests/unit/data/checkcompounddup.wrong
rename : extensions/spellcheck/hunspell/tests/checkcompoundpattern.aff => extensions/spellcheck/hunspell/tests/unit/data/checkcompoundpattern.aff
rename : extensions/spellcheck/hunspell/tests/checkcompoundpattern.dic => extensions/spellcheck/hunspell/tests/unit/data/checkcompoundpattern.dic
rename : extensions/spellcheck/hunspell/tests/checkcompoundpattern.good => extensions/spellcheck/hunspell/tests/unit/data/checkcompoundpattern.good
rename : extensions/spellcheck/hunspell/tests/checkcompoundpattern.test => extensions/spellcheck/hunspell/tests/unit/data/checkcompoundpattern.test
rename : extensions/spellcheck/hunspell/tests/checkcompoundpattern.wrong => extensions/spellcheck/hunspell/tests/unit/data/checkcompoundpattern.wrong
rename : extensions/spellcheck/hunspell/tests/checkcompoundpattern2.aff => extensions/spellcheck/hunspell/tests/unit/data/checkcompoundpattern2.aff
rename : extensions/spellcheck/hunspell/tests/checkcompoundpattern2.dic => extensions/spellcheck/hunspell/tests/unit/data/checkcompoundpattern2.dic
rename : extensions/spellcheck/hunspell/tests/checkcompoundpattern2.good => extensions/spellcheck/hunspell/tests/unit/data/checkcompoundpattern2.good
rename : extensions/spellcheck/hunspell/tests/checkcompoundpattern2.test => extensions/spellcheck/hunspell/tests/unit/data/checkcompoundpattern2.test
rename : extensions/spellcheck/hunspell/tests/checkcompoundpattern2.wrong => extensions/spellcheck/hunspell/tests/unit/data/checkcompoundpattern2.wrong
rename : extensions/spellcheck/hunspell/tests/checkcompoundpattern3.aff => extensions/spellcheck/hunspell/tests/unit/data/checkcompoundpattern3.aff
rename : extensions/spellcheck/hunspell/tests/checkcompoundpattern3.dic => extensions/spellcheck/hunspell/tests/unit/data/checkcompoundpattern3.dic
rename : extensions/spellcheck/hunspell/tests/checkcompoundpattern3.good => extensions/spellcheck/hunspell/tests/unit/data/checkcompoundpattern3.good
rename : extensions/spellcheck/hunspell/tests/checkcompoundpattern3.test => extensions/spellcheck/hunspell/tests/unit/data/checkcompoundpattern3.test
rename : extensions/spellcheck/hunspell/tests/checkcompoundpattern3.wrong => extensions/spellcheck/hunspell/tests/unit/data/checkcompoundpattern3.wrong
rename : extensions/spellcheck/hunspell/tests/checkcompoundpattern4.aff => extensions/spellcheck/hunspell/tests/unit/data/checkcompoundpattern4.aff
rename : extensions/spellcheck/hunspell/tests/checkcompoundpattern4.dic => extensions/spellcheck/hunspell/tests/unit/data/checkcompoundpattern4.dic
rename : extensions/spellcheck/hunspell/tests/checkcompoundpattern4.good => extensions/spellcheck/hunspell/tests/unit/data/checkcompoundpattern4.good
rename : extensions/spellcheck/hunspell/tests/checkcompoundpattern4.test => extensions/spellcheck/hunspell/tests/unit/data/checkcompoundpattern4.test
rename : extensions/spellcheck/hunspell/tests/checkcompoundpattern4.wrong => extensions/spellcheck/hunspell/tests/unit/data/checkcompoundpattern4.wrong
rename : extensions/spellcheck/hunspell/tests/checkcompoundrep.aff => extensions/spellcheck/hunspell/tests/unit/data/checkcompoundrep.aff
rename : extensions/spellcheck/hunspell/tests/checkcompoundrep.dic => extensions/spellcheck/hunspell/tests/unit/data/checkcompoundrep.dic
rename : extensions/spellcheck/hunspell/tests/checkcompoundrep.good => extensions/spellcheck/hunspell/tests/unit/data/checkcompoundrep.good
rename : extensions/spellcheck/hunspell/tests/checkcompoundrep.test => extensions/spellcheck/hunspell/tests/unit/data/checkcompoundrep.test
rename : extensions/spellcheck/hunspell/tests/checkcompoundrep.wrong => extensions/spellcheck/hunspell/tests/unit/data/checkcompoundrep.wrong
rename : extensions/spellcheck/hunspell/tests/checkcompoundtriple.aff => extensions/spellcheck/hunspell/tests/unit/data/checkcompoundtriple.aff
rename : extensions/spellcheck/hunspell/tests/checkcompoundtriple.dic => extensions/spellcheck/hunspell/tests/unit/data/checkcompoundtriple.dic
rename : extensions/spellcheck/hunspell/tests/checkcompoundtriple.good => extensions/spellcheck/hunspell/tests/unit/data/checkcompoundtriple.good
rename : extensions/spellcheck/hunspell/tests/checkcompoundtriple.test => extensions/spellcheck/hunspell/tests/unit/data/checkcompoundtriple.test
rename : extensions/spellcheck/hunspell/tests/checkcompoundtriple.wrong => extensions/spellcheck/hunspell/tests/unit/data/checkcompoundtriple.wrong
rename : extensions/spellcheck/hunspell/tests/checksharps.aff => extensions/spellcheck/hunspell/tests/unit/data/checksharps.aff
rename : extensions/spellcheck/hunspell/tests/checksharps.dic => extensions/spellcheck/hunspell/tests/unit/data/checksharps.dic
rename : extensions/spellcheck/hunspell/tests/checksharps.good => extensions/spellcheck/hunspell/tests/unit/data/checksharps.good
rename : extensions/spellcheck/hunspell/tests/checksharps.sug => extensions/spellcheck/hunspell/tests/unit/data/checksharps.sug
rename : extensions/spellcheck/hunspell/tests/checksharps.test => extensions/spellcheck/hunspell/tests/unit/data/checksharps.test
rename : extensions/spellcheck/hunspell/tests/checksharps.wrong => extensions/spellcheck/hunspell/tests/unit/data/checksharps.wrong
rename : extensions/spellcheck/hunspell/tests/checksharpsutf.aff => extensions/spellcheck/hunspell/tests/unit/data/checksharpsutf.aff
rename : extensions/spellcheck/hunspell/tests/checksharpsutf.dic => extensions/spellcheck/hunspell/tests/unit/data/checksharpsutf.dic
rename : extensions/spellcheck/hunspell/tests/checksharpsutf.good => extensions/spellcheck/hunspell/tests/unit/data/checksharpsutf.good
rename : extensions/spellcheck/hunspell/tests/checksharpsutf.sug => extensions/spellcheck/hunspell/tests/unit/data/checksharpsutf.sug
rename : extensions/spellcheck/hunspell/tests/checksharpsutf.test => extensions/spellcheck/hunspell/tests/unit/data/checksharpsutf.test
rename : extensions/spellcheck/hunspell/tests/checksharpsutf.wrong => extensions/spellcheck/hunspell/tests/unit/data/checksharpsutf.wrong
rename : extensions/spellcheck/hunspell/tests/circumfix.aff => extensions/spellcheck/hunspell/tests/unit/data/circumfix.aff
rename : extensions/spellcheck/hunspell/tests/circumfix.dic => extensions/spellcheck/hunspell/tests/unit/data/circumfix.dic
rename : extensions/spellcheck/hunspell/tests/circumfix.good => extensions/spellcheck/hunspell/tests/unit/data/circumfix.good
rename : extensions/spellcheck/hunspell/tests/circumfix.morph => extensions/spellcheck/hunspell/tests/unit/data/circumfix.morph
rename : extensions/spellcheck/hunspell/tests/circumfix.test => extensions/spellcheck/hunspell/tests/unit/data/circumfix.test
rename : extensions/spellcheck/hunspell/tests/circumfix.wrong => extensions/spellcheck/hunspell/tests/unit/data/circumfix.wrong
rename : extensions/spellcheck/hunspell/tests/colons_in_words.aff => extensions/spellcheck/hunspell/tests/unit/data/colons_in_words.aff
rename : extensions/spellcheck/hunspell/tests/colons_in_words.dic => extensions/spellcheck/hunspell/tests/unit/data/colons_in_words.dic
rename : extensions/spellcheck/hunspell/tests/colons_in_words.test => extensions/spellcheck/hunspell/tests/unit/data/colons_in_words.test
rename : extensions/spellcheck/hunspell/tests/complexprefixes.aff => extensions/spellcheck/hunspell/tests/unit/data/complexprefixes.aff
rename : extensions/spellcheck/hunspell/tests/complexprefixes.dic => extensions/spellcheck/hunspell/tests/unit/data/complexprefixes.dic
rename : extensions/spellcheck/hunspell/tests/complexprefixes.good => extensions/spellcheck/hunspell/tests/unit/data/complexprefixes.good
rename : extensions/spellcheck/hunspell/tests/complexprefixes.test => extensions/spellcheck/hunspell/tests/unit/data/complexprefixes.test
rename : extensions/spellcheck/hunspell/tests/complexprefixes.wrong => extensions/spellcheck/hunspell/tests/unit/data/complexprefixes.wrong
rename : extensions/spellcheck/hunspell/tests/complexprefixes2.aff => extensions/spellcheck/hunspell/tests/unit/data/complexprefixes2.aff
rename : extensions/spellcheck/hunspell/tests/complexprefixes2.dic => extensions/spellcheck/hunspell/tests/unit/data/complexprefixes2.dic
rename : extensions/spellcheck/hunspell/tests/complexprefixes2.good => extensions/spellcheck/hunspell/tests/unit/data/complexprefixes2.good
rename : extensions/spellcheck/hunspell/tests/complexprefixes2.test => extensions/spellcheck/hunspell/tests/unit/data/complexprefixes2.test
rename : extensions/spellcheck/hunspell/tests/complexprefixesutf.aff => extensions/spellcheck/hunspell/tests/unit/data/complexprefixesutf.aff
rename : extensions/spellcheck/hunspell/tests/complexprefixesutf.dic => extensions/spellcheck/hunspell/tests/unit/data/complexprefixesutf.dic
rename : extensions/spellcheck/hunspell/tests/complexprefixesutf.good => extensions/spellcheck/hunspell/tests/unit/data/complexprefixesutf.good
rename : extensions/spellcheck/hunspell/tests/complexprefixesutf.test => extensions/spellcheck/hunspell/tests/unit/data/complexprefixesutf.test
rename : extensions/spellcheck/hunspell/tests/complexprefixesutf.wrong => extensions/spellcheck/hunspell/tests/unit/data/complexprefixesutf.wrong
rename : extensions/spellcheck/hunspell/tests/compoundaffix.aff => extensions/spellcheck/hunspell/tests/unit/data/compoundaffix.aff
rename : extensions/spellcheck/hunspell/tests/compoundaffix.dic => extensions/spellcheck/hunspell/tests/unit/data/compoundaffix.dic
rename : extensions/spellcheck/hunspell/tests/compoundaffix.good => extensions/spellcheck/hunspell/tests/unit/data/compoundaffix.good
rename : extensions/spellcheck/hunspell/tests/compoundaffix.test => extensions/spellcheck/hunspell/tests/unit/data/compoundaffix.test
rename : extensions/spellcheck/hunspell/tests/compoundaffix.wrong => extensions/spellcheck/hunspell/tests/unit/data/compoundaffix.wrong
rename : extensions/spellcheck/hunspell/tests/compoundaffix2.aff => extensions/spellcheck/hunspell/tests/unit/data/compoundaffix2.aff
rename : extensions/spellcheck/hunspell/tests/compoundaffix2.dic => extensions/spellcheck/hunspell/tests/unit/data/compoundaffix2.dic
rename : extensions/spellcheck/hunspell/tests/compoundaffix2.good => extensions/spellcheck/hunspell/tests/unit/data/compoundaffix2.good
rename : extensions/spellcheck/hunspell/tests/compoundaffix2.test => extensions/spellcheck/hunspell/tests/unit/data/compoundaffix2.test
rename : extensions/spellcheck/hunspell/tests/compoundaffix3.aff => extensions/spellcheck/hunspell/tests/unit/data/compoundaffix3.aff
rename : extensions/spellcheck/hunspell/tests/compoundaffix3.dic => extensions/spellcheck/hunspell/tests/unit/data/compoundaffix3.dic
rename : extensions/spellcheck/hunspell/tests/compoundaffix3.good => extensions/spellcheck/hunspell/tests/unit/data/compoundaffix3.good
rename : extensions/spellcheck/hunspell/tests/compoundaffix3.test => extensions/spellcheck/hunspell/tests/unit/data/compoundaffix3.test
rename : extensions/spellcheck/hunspell/tests/compoundaffix3.wrong => extensions/spellcheck/hunspell/tests/unit/data/compoundaffix3.wrong
rename : extensions/spellcheck/hunspell/tests/compoundflag.aff => extensions/spellcheck/hunspell/tests/unit/data/compoundflag.aff
rename : extensions/spellcheck/hunspell/tests/compoundflag.dic => extensions/spellcheck/hunspell/tests/unit/data/compoundflag.dic
rename : extensions/spellcheck/hunspell/tests/compoundflag.good => extensions/spellcheck/hunspell/tests/unit/data/compoundflag.good
rename : extensions/spellcheck/hunspell/tests/compoundflag.test => extensions/spellcheck/hunspell/tests/unit/data/compoundflag.test
rename : extensions/spellcheck/hunspell/tests/compoundflag.wrong => extensions/spellcheck/hunspell/tests/unit/data/compoundflag.wrong
rename : extensions/spellcheck/hunspell/tests/compoundrule.aff => extensions/spellcheck/hunspell/tests/unit/data/compoundrule.aff
rename : extensions/spellcheck/hunspell/tests/compoundrule.dic => extensions/spellcheck/hunspell/tests/unit/data/compoundrule.dic
rename : extensions/spellcheck/hunspell/tests/compoundrule.good => extensions/spellcheck/hunspell/tests/unit/data/compoundrule.good
rename : extensions/spellcheck/hunspell/tests/compoundrule.test => extensions/spellcheck/hunspell/tests/unit/data/compoundrule.test
rename : extensions/spellcheck/hunspell/tests/compoundrule.wrong => extensions/spellcheck/hunspell/tests/unit/data/compoundrule.wrong
rename : extensions/spellcheck/hunspell/tests/compoundrule2.aff => extensions/spellcheck/hunspell/tests/unit/data/compoundrule2.aff
rename : extensions/spellcheck/hunspell/tests/compoundrule2.dic => extensions/spellcheck/hunspell/tests/unit/data/compoundrule2.dic
rename : extensions/spellcheck/hunspell/tests/compoundrule2.good => extensions/spellcheck/hunspell/tests/unit/data/compoundrule2.good
rename : extensions/spellcheck/hunspell/tests/compoundrule2.test => extensions/spellcheck/hunspell/tests/unit/data/compoundrule2.test
rename : extensions/spellcheck/hunspell/tests/compoundrule2.wrong => extensions/spellcheck/hunspell/tests/unit/data/compoundrule2.wrong
rename : extensions/spellcheck/hunspell/tests/compoundrule3.aff => extensions/spellcheck/hunspell/tests/unit/data/compoundrule3.aff
rename : extensions/spellcheck/hunspell/tests/compoundrule3.dic => extensions/spellcheck/hunspell/tests/unit/data/compoundrule3.dic
rename : extensions/spellcheck/hunspell/tests/compoundrule3.good => extensions/spellcheck/hunspell/tests/unit/data/compoundrule3.good
rename : extensions/spellcheck/hunspell/tests/compoundrule3.test => extensions/spellcheck/hunspell/tests/unit/data/compoundrule3.test
rename : extensions/spellcheck/hunspell/tests/compoundrule3.wrong => extensions/spellcheck/hunspell/tests/unit/data/compoundrule3.wrong
rename : extensions/spellcheck/hunspell/tests/compoundrule4.aff => extensions/spellcheck/hunspell/tests/unit/data/compoundrule4.aff
rename : extensions/spellcheck/hunspell/tests/compoundrule4.dic => extensions/spellcheck/hunspell/tests/unit/data/compoundrule4.dic
rename : extensions/spellcheck/hunspell/tests/compoundrule4.good => extensions/spellcheck/hunspell/tests/unit/data/compoundrule4.good
rename : extensions/spellcheck/hunspell/tests/compoundrule4.test => extensions/spellcheck/hunspell/tests/unit/data/compoundrule4.test
rename : extensions/spellcheck/hunspell/tests/compoundrule4.wrong => extensions/spellcheck/hunspell/tests/unit/data/compoundrule4.wrong
rename : extensions/spellcheck/hunspell/tests/compoundrule5.aff => extensions/spellcheck/hunspell/tests/unit/data/compoundrule5.aff
rename : extensions/spellcheck/hunspell/tests/compoundrule5.dic => extensions/spellcheck/hunspell/tests/unit/data/compoundrule5.dic
rename : extensions/spellcheck/hunspell/tests/compoundrule5.good => extensions/spellcheck/hunspell/tests/unit/data/compoundrule5.good
rename : extensions/spellcheck/hunspell/tests/compoundrule5.morph => extensions/spellcheck/hunspell/tests/unit/data/compoundrule5.morph
rename : extensions/spellcheck/hunspell/tests/compoundrule5.test => extensions/spellcheck/hunspell/tests/unit/data/compoundrule5.test
rename : extensions/spellcheck/hunspell/tests/compoundrule5.wrong => extensions/spellcheck/hunspell/tests/unit/data/compoundrule5.wrong
rename : extensions/spellcheck/hunspell/tests/compoundrule6.aff => extensions/spellcheck/hunspell/tests/unit/data/compoundrule6.aff
rename : extensions/spellcheck/hunspell/tests/compoundrule6.dic => extensions/spellcheck/hunspell/tests/unit/data/compoundrule6.dic
rename : extensions/spellcheck/hunspell/tests/compoundrule6.good => extensions/spellcheck/hunspell/tests/unit/data/compoundrule6.good
rename : extensions/spellcheck/hunspell/tests/compoundrule6.test => extensions/spellcheck/hunspell/tests/unit/data/compoundrule6.test
rename : extensions/spellcheck/hunspell/tests/compoundrule6.wrong => extensions/spellcheck/hunspell/tests/unit/data/compoundrule6.wrong
rename : extensions/spellcheck/hunspell/tests/compoundrule7.aff => extensions/spellcheck/hunspell/tests/unit/data/compoundrule7.aff
rename : extensions/spellcheck/hunspell/tests/compoundrule7.dic => extensions/spellcheck/hunspell/tests/unit/data/compoundrule7.dic
rename : extensions/spellcheck/hunspell/tests/compoundrule7.good => extensions/spellcheck/hunspell/tests/unit/data/compoundrule7.good
rename : extensions/spellcheck/hunspell/tests/compoundrule7.test => extensions/spellcheck/hunspell/tests/unit/data/compoundrule7.test
rename : extensions/spellcheck/hunspell/tests/compoundrule7.wrong => extensions/spellcheck/hunspell/tests/unit/data/compoundrule7.wrong
rename : extensions/spellcheck/hunspell/tests/compoundrule8.aff => extensions/spellcheck/hunspell/tests/unit/data/compoundrule8.aff
rename : extensions/spellcheck/hunspell/tests/compoundrule8.dic => extensions/spellcheck/hunspell/tests/unit/data/compoundrule8.dic
rename : extensions/spellcheck/hunspell/tests/compoundrule8.good => extensions/spellcheck/hunspell/tests/unit/data/compoundrule8.good
rename : extensions/spellcheck/hunspell/tests/compoundrule8.test => extensions/spellcheck/hunspell/tests/unit/data/compoundrule8.test
rename : extensions/spellcheck/hunspell/tests/compoundrule8.wrong => extensions/spellcheck/hunspell/tests/unit/data/compoundrule8.wrong
rename : extensions/spellcheck/hunspell/tests/condition.aff => extensions/spellcheck/hunspell/tests/unit/data/condition.aff
rename : extensions/spellcheck/hunspell/tests/condition.dic => extensions/spellcheck/hunspell/tests/unit/data/condition.dic
rename : extensions/spellcheck/hunspell/tests/condition.good => extensions/spellcheck/hunspell/tests/unit/data/condition.good
rename : extensions/spellcheck/hunspell/tests/condition.test => extensions/spellcheck/hunspell/tests/unit/data/condition.test
rename : extensions/spellcheck/hunspell/tests/condition.wrong => extensions/spellcheck/hunspell/tests/unit/data/condition.wrong
rename : extensions/spellcheck/hunspell/tests/condition_utf.aff => extensions/spellcheck/hunspell/tests/unit/data/condition_utf.aff
rename : extensions/spellcheck/hunspell/tests/condition_utf.dic => extensions/spellcheck/hunspell/tests/unit/data/condition_utf.dic
rename : extensions/spellcheck/hunspell/tests/condition_utf.good => extensions/spellcheck/hunspell/tests/unit/data/condition_utf.good
rename : extensions/spellcheck/hunspell/tests/condition_utf.test => extensions/spellcheck/hunspell/tests/unit/data/condition_utf.test
rename : extensions/spellcheck/hunspell/tests/condition_utf.wrong => extensions/spellcheck/hunspell/tests/unit/data/condition_utf.wrong
rename : extensions/spellcheck/hunspell/tests/conditionalprefix.aff => extensions/spellcheck/hunspell/tests/unit/data/conditionalprefix.aff
rename : extensions/spellcheck/hunspell/tests/conditionalprefix.dic => extensions/spellcheck/hunspell/tests/unit/data/conditionalprefix.dic
rename : extensions/spellcheck/hunspell/tests/conditionalprefix.good => extensions/spellcheck/hunspell/tests/unit/data/conditionalprefix.good
rename : extensions/spellcheck/hunspell/tests/conditionalprefix.morph => extensions/spellcheck/hunspell/tests/unit/data/conditionalprefix.morph
rename : extensions/spellcheck/hunspell/tests/conditionalprefix.test => extensions/spellcheck/hunspell/tests/unit/data/conditionalprefix.test
rename : extensions/spellcheck/hunspell/tests/conditionalprefix.wrong => extensions/spellcheck/hunspell/tests/unit/data/conditionalprefix.wrong
rename : extensions/spellcheck/hunspell/tests/digits_in_words.aff => extensions/spellcheck/hunspell/tests/unit/data/digits_in_words.aff
rename : extensions/spellcheck/hunspell/tests/digits_in_words.dic => extensions/spellcheck/hunspell/tests/unit/data/digits_in_words.dic
rename : extensions/spellcheck/hunspell/tests/digits_in_words.test => extensions/spellcheck/hunspell/tests/unit/data/digits_in_words.test
rename : extensions/spellcheck/hunspell/tests/digits_in_words.wrong => extensions/spellcheck/hunspell/tests/unit/data/digits_in_words.wrong
rename : extensions/spellcheck/hunspell/tests/encoding.aff => extensions/spellcheck/hunspell/tests/unit/data/encoding.aff
rename : extensions/spellcheck/hunspell/tests/encoding.dic => extensions/spellcheck/hunspell/tests/unit/data/encoding.dic
rename : extensions/spellcheck/hunspell/tests/encoding.good => extensions/spellcheck/hunspell/tests/unit/data/encoding.good
rename : extensions/spellcheck/hunspell/tests/encoding.test => extensions/spellcheck/hunspell/tests/unit/data/encoding.test
rename : extensions/spellcheck/hunspell/tests/flag.aff => extensions/spellcheck/hunspell/tests/unit/data/flag.aff
rename : extensions/spellcheck/hunspell/tests/flag.dic => extensions/spellcheck/hunspell/tests/unit/data/flag.dic
rename : extensions/spellcheck/hunspell/tests/flag.good => extensions/spellcheck/hunspell/tests/unit/data/flag.good
rename : extensions/spellcheck/hunspell/tests/flag.test => extensions/spellcheck/hunspell/tests/unit/data/flag.test
rename : extensions/spellcheck/hunspell/tests/flaglong.aff => extensions/spellcheck/hunspell/tests/unit/data/flaglong.aff
rename : extensions/spellcheck/hunspell/tests/flaglong.dic => extensions/spellcheck/hunspell/tests/unit/data/flaglong.dic
rename : extensions/spellcheck/hunspell/tests/flaglong.good => extensions/spellcheck/hunspell/tests/unit/data/flaglong.good
rename : extensions/spellcheck/hunspell/tests/flaglong.test => extensions/spellcheck/hunspell/tests/unit/data/flaglong.test
rename : extensions/spellcheck/hunspell/tests/flagnum.aff => extensions/spellcheck/hunspell/tests/unit/data/flagnum.aff
rename : extensions/spellcheck/hunspell/tests/flagnum.dic => extensions/spellcheck/hunspell/tests/unit/data/flagnum.dic
rename : extensions/spellcheck/hunspell/tests/flagnum.good => extensions/spellcheck/hunspell/tests/unit/data/flagnum.good
rename : extensions/spellcheck/hunspell/tests/flagnum.test => extensions/spellcheck/hunspell/tests/unit/data/flagnum.test
rename : extensions/spellcheck/hunspell/tests/flagutf8.aff => extensions/spellcheck/hunspell/tests/unit/data/flagutf8.aff
rename : extensions/spellcheck/hunspell/tests/flagutf8.dic => extensions/spellcheck/hunspell/tests/unit/data/flagutf8.dic
rename : extensions/spellcheck/hunspell/tests/flagutf8.good => extensions/spellcheck/hunspell/tests/unit/data/flagutf8.good
rename : extensions/spellcheck/hunspell/tests/flagutf8.test => extensions/spellcheck/hunspell/tests/unit/data/flagutf8.test
rename : extensions/spellcheck/hunspell/tests/fogemorpheme.aff => extensions/spellcheck/hunspell/tests/unit/data/fogemorpheme.aff
rename : extensions/spellcheck/hunspell/tests/fogemorpheme.dic => extensions/spellcheck/hunspell/tests/unit/data/fogemorpheme.dic
rename : extensions/spellcheck/hunspell/tests/fogemorpheme.good => extensions/spellcheck/hunspell/tests/unit/data/fogemorpheme.good
rename : extensions/spellcheck/hunspell/tests/fogemorpheme.test => extensions/spellcheck/hunspell/tests/unit/data/fogemorpheme.test
rename : extensions/spellcheck/hunspell/tests/fogemorpheme.wrong => extensions/spellcheck/hunspell/tests/unit/data/fogemorpheme.wrong
rename : extensions/spellcheck/hunspell/tests/forbiddenword.aff => extensions/spellcheck/hunspell/tests/unit/data/forbiddenword.aff
rename : extensions/spellcheck/hunspell/tests/forbiddenword.dic => extensions/spellcheck/hunspell/tests/unit/data/forbiddenword.dic
rename : extensions/spellcheck/hunspell/tests/forbiddenword.good => extensions/spellcheck/hunspell/tests/unit/data/forbiddenword.good
rename : extensions/spellcheck/hunspell/tests/forbiddenword.test => extensions/spellcheck/hunspell/tests/unit/data/forbiddenword.test
rename : extensions/spellcheck/hunspell/tests/forbiddenword.wrong => extensions/spellcheck/hunspell/tests/unit/data/forbiddenword.wrong
rename : extensions/spellcheck/hunspell/tests/forceucase.aff => extensions/spellcheck/hunspell/tests/unit/data/forceucase.aff
rename : extensions/spellcheck/hunspell/tests/forceucase.dic => extensions/spellcheck/hunspell/tests/unit/data/forceucase.dic
rename : extensions/spellcheck/hunspell/tests/forceucase.good => extensions/spellcheck/hunspell/tests/unit/data/forceucase.good
rename : extensions/spellcheck/hunspell/tests/forceucase.sug => extensions/spellcheck/hunspell/tests/unit/data/forceucase.sug
rename : extensions/spellcheck/hunspell/tests/forceucase.test => extensions/spellcheck/hunspell/tests/unit/data/forceucase.test
rename : extensions/spellcheck/hunspell/tests/forceucase.wrong => extensions/spellcheck/hunspell/tests/unit/data/forceucase.wrong
rename : extensions/spellcheck/hunspell/tests/fullstrip.aff => extensions/spellcheck/hunspell/tests/unit/data/fullstrip.aff
rename : extensions/spellcheck/hunspell/tests/fullstrip.dic => extensions/spellcheck/hunspell/tests/unit/data/fullstrip.dic
rename : extensions/spellcheck/hunspell/tests/fullstrip.good => extensions/spellcheck/hunspell/tests/unit/data/fullstrip.good
rename : extensions/spellcheck/hunspell/tests/fullstrip.test => extensions/spellcheck/hunspell/tests/unit/data/fullstrip.test
rename : extensions/spellcheck/hunspell/tests/germancompounding.aff => extensions/spellcheck/hunspell/tests/unit/data/germancompounding.aff
rename : extensions/spellcheck/hunspell/tests/germancompounding.dic => extensions/spellcheck/hunspell/tests/unit/data/germancompounding.dic
rename : extensions/spellcheck/hunspell/tests/germancompounding.good => extensions/spellcheck/hunspell/tests/unit/data/germancompounding.good
rename : extensions/spellcheck/hunspell/tests/germancompounding.test => extensions/spellcheck/hunspell/tests/unit/data/germancompounding.test
rename : extensions/spellcheck/hunspell/tests/germancompounding.wrong => extensions/spellcheck/hunspell/tests/unit/data/germancompounding.wrong
rename : extensions/spellcheck/hunspell/tests/germancompoundingold.aff => extensions/spellcheck/hunspell/tests/unit/data/germancompoundingold.aff
rename : extensions/spellcheck/hunspell/tests/germancompoundingold.dic => extensions/spellcheck/hunspell/tests/unit/data/germancompoundingold.dic
rename : extensions/spellcheck/hunspell/tests/germancompoundingold.good => extensions/spellcheck/hunspell/tests/unit/data/germancompoundingold.good
rename : extensions/spellcheck/hunspell/tests/germancompoundingold.test => extensions/spellcheck/hunspell/tests/unit/data/germancompoundingold.test
rename : extensions/spellcheck/hunspell/tests/germancompoundingold.wrong => extensions/spellcheck/hunspell/tests/unit/data/germancompoundingold.wrong
rename : extensions/spellcheck/hunspell/tests/i35725.aff => extensions/spellcheck/hunspell/tests/unit/data/i35725.aff
rename : extensions/spellcheck/hunspell/tests/i35725.dic => extensions/spellcheck/hunspell/tests/unit/data/i35725.dic
rename : extensions/spellcheck/hunspell/tests/i35725.good => extensions/spellcheck/hunspell/tests/unit/data/i35725.good
rename : extensions/spellcheck/hunspell/tests/i35725.sug => extensions/spellcheck/hunspell/tests/unit/data/i35725.sug
rename : extensions/spellcheck/hunspell/tests/i35725.test => extensions/spellcheck/hunspell/tests/unit/data/i35725.test
rename : extensions/spellcheck/hunspell/tests/i35725.wrong => extensions/spellcheck/hunspell/tests/unit/data/i35725.wrong
rename : extensions/spellcheck/hunspell/tests/i53643.aff => extensions/spellcheck/hunspell/tests/unit/data/i53643.aff
rename : extensions/spellcheck/hunspell/tests/i53643.dic => extensions/spellcheck/hunspell/tests/unit/data/i53643.dic
rename : extensions/spellcheck/hunspell/tests/i53643.good => extensions/spellcheck/hunspell/tests/unit/data/i53643.good
rename : extensions/spellcheck/hunspell/tests/i53643.test => extensions/spellcheck/hunspell/tests/unit/data/i53643.test
rename : extensions/spellcheck/hunspell/tests/i53643.wrong => extensions/spellcheck/hunspell/tests/unit/data/i53643.wrong
rename : extensions/spellcheck/hunspell/tests/i54633.aff => extensions/spellcheck/hunspell/tests/unit/data/i54633.aff
rename : extensions/spellcheck/hunspell/tests/i54633.dic => extensions/spellcheck/hunspell/tests/unit/data/i54633.dic
rename : extensions/spellcheck/hunspell/tests/i54633.good => extensions/spellcheck/hunspell/tests/unit/data/i54633.good
rename : extensions/spellcheck/hunspell/tests/i54633.sug => extensions/spellcheck/hunspell/tests/unit/data/i54633.sug
rename : extensions/spellcheck/hunspell/tests/i54633.test => extensions/spellcheck/hunspell/tests/unit/data/i54633.test
rename : extensions/spellcheck/hunspell/tests/i54633.wrong => extensions/spellcheck/hunspell/tests/unit/data/i54633.wrong
rename : extensions/spellcheck/hunspell/tests/i54980.aff => extensions/spellcheck/hunspell/tests/unit/data/i54980.aff
rename : extensions/spellcheck/hunspell/tests/i54980.dic => extensions/spellcheck/hunspell/tests/unit/data/i54980.dic
rename : extensions/spellcheck/hunspell/tests/i54980.good => extensions/spellcheck/hunspell/tests/unit/data/i54980.good
rename : extensions/spellcheck/hunspell/tests/i54980.test => extensions/spellcheck/hunspell/tests/unit/data/i54980.test
rename : extensions/spellcheck/hunspell/tests/i58202.aff => extensions/spellcheck/hunspell/tests/unit/data/i58202.aff
rename : extensions/spellcheck/hunspell/tests/i58202.dic => extensions/spellcheck/hunspell/tests/unit/data/i58202.dic
rename : extensions/spellcheck/hunspell/tests/i58202.good => extensions/spellcheck/hunspell/tests/unit/data/i58202.good
rename : extensions/spellcheck/hunspell/tests/i58202.sug => extensions/spellcheck/hunspell/tests/unit/data/i58202.sug
rename : extensions/spellcheck/hunspell/tests/i58202.test => extensions/spellcheck/hunspell/tests/unit/data/i58202.test
rename : extensions/spellcheck/hunspell/tests/i58202.wrong => extensions/spellcheck/hunspell/tests/unit/data/i58202.wrong
rename : extensions/spellcheck/hunspell/tests/i68568.aff => extensions/spellcheck/hunspell/tests/unit/data/i68568.aff
rename : extensions/spellcheck/hunspell/tests/i68568.dic => extensions/spellcheck/hunspell/tests/unit/data/i68568.dic
rename : extensions/spellcheck/hunspell/tests/i68568.test => extensions/spellcheck/hunspell/tests/unit/data/i68568.test
rename : extensions/spellcheck/hunspell/tests/i68568.wrong => extensions/spellcheck/hunspell/tests/unit/data/i68568.wrong
rename : extensions/spellcheck/hunspell/tests/i68568utf.aff => extensions/spellcheck/hunspell/tests/unit/data/i68568utf.aff
rename : extensions/spellcheck/hunspell/tests/i68568utf.dic => extensions/spellcheck/hunspell/tests/unit/data/i68568utf.dic
rename : extensions/spellcheck/hunspell/tests/i68568utf.test => extensions/spellcheck/hunspell/tests/unit/data/i68568utf.test
rename : extensions/spellcheck/hunspell/tests/i68568utf.wrong => extensions/spellcheck/hunspell/tests/unit/data/i68568utf.wrong
rename : extensions/spellcheck/hunspell/tests/iconv.aff => extensions/spellcheck/hunspell/tests/unit/data/iconv.aff
rename : extensions/spellcheck/hunspell/tests/iconv.dic => extensions/spellcheck/hunspell/tests/unit/data/iconv.dic
rename : extensions/spellcheck/hunspell/tests/iconv.good => extensions/spellcheck/hunspell/tests/unit/data/iconv.good
rename : extensions/spellcheck/hunspell/tests/iconv.test => extensions/spellcheck/hunspell/tests/unit/data/iconv.test
rename : extensions/spellcheck/hunspell/tests/ignore.aff => extensions/spellcheck/hunspell/tests/unit/data/ignore.aff
rename : extensions/spellcheck/hunspell/tests/ignore.dic => extensions/spellcheck/hunspell/tests/unit/data/ignore.dic
rename : extensions/spellcheck/hunspell/tests/ignore.good => extensions/spellcheck/hunspell/tests/unit/data/ignore.good
rename : extensions/spellcheck/hunspell/tests/ignore.test => extensions/spellcheck/hunspell/tests/unit/data/ignore.test
rename : extensions/spellcheck/hunspell/tests/ignoreutf.aff => extensions/spellcheck/hunspell/tests/unit/data/ignoreutf.aff
rename : extensions/spellcheck/hunspell/tests/ignoreutf.dic => extensions/spellcheck/hunspell/tests/unit/data/ignoreutf.dic
rename : extensions/spellcheck/hunspell/tests/ignoreutf.good => extensions/spellcheck/hunspell/tests/unit/data/ignoreutf.good
rename : extensions/spellcheck/hunspell/tests/ignoreutf.test => extensions/spellcheck/hunspell/tests/unit/data/ignoreutf.test
rename : extensions/spellcheck/hunspell/tests/keepcase.aff => extensions/spellcheck/hunspell/tests/unit/data/keepcase.aff
rename : extensions/spellcheck/hunspell/tests/keepcase.dic => extensions/spellcheck/hunspell/tests/unit/data/keepcase.dic
rename : extensions/spellcheck/hunspell/tests/keepcase.good => extensions/spellcheck/hunspell/tests/unit/data/keepcase.good
rename : extensions/spellcheck/hunspell/tests/keepcase.sug => extensions/spellcheck/hunspell/tests/unit/data/keepcase.sug
rename : extensions/spellcheck/hunspell/tests/keepcase.test => extensions/spellcheck/hunspell/tests/unit/data/keepcase.test
rename : extensions/spellcheck/hunspell/tests/keepcase.wrong => extensions/spellcheck/hunspell/tests/unit/data/keepcase.wrong
rename : extensions/spellcheck/hunspell/tests/korean.aff => extensions/spellcheck/hunspell/tests/unit/data/korean.aff
rename : extensions/spellcheck/hunspell/tests/korean.dic => extensions/spellcheck/hunspell/tests/unit/data/korean.dic
rename : extensions/spellcheck/hunspell/tests/korean.good => extensions/spellcheck/hunspell/tests/unit/data/korean.good
rename : extensions/spellcheck/hunspell/tests/korean.test => extensions/spellcheck/hunspell/tests/unit/data/korean.test
rename : extensions/spellcheck/hunspell/tests/korean.wrong => extensions/spellcheck/hunspell/tests/unit/data/korean.wrong
rename : extensions/spellcheck/hunspell/tests/map.aff => extensions/spellcheck/hunspell/tests/unit/data/map.aff
rename : extensions/spellcheck/hunspell/tests/map.dic => extensions/spellcheck/hunspell/tests/unit/data/map.dic
rename : extensions/spellcheck/hunspell/tests/map.sug => extensions/spellcheck/hunspell/tests/unit/data/map.sug
rename : extensions/spellcheck/hunspell/tests/map.test => extensions/spellcheck/hunspell/tests/unit/data/map.test
rename : extensions/spellcheck/hunspell/tests/map.wrong => extensions/spellcheck/hunspell/tests/unit/data/map.wrong
rename : extensions/spellcheck/hunspell/tests/maputf.aff => extensions/spellcheck/hunspell/tests/unit/data/maputf.aff
rename : extensions/spellcheck/hunspell/tests/maputf.dic => extensions/spellcheck/hunspell/tests/unit/data/maputf.dic
rename : extensions/spellcheck/hunspell/tests/maputf.sug => extensions/spellcheck/hunspell/tests/unit/data/maputf.sug
rename : extensions/spellcheck/hunspell/tests/maputf.test => extensions/spellcheck/hunspell/tests/unit/data/maputf.test
rename : extensions/spellcheck/hunspell/tests/maputf.wrong => extensions/spellcheck/hunspell/tests/unit/data/maputf.wrong
rename : extensions/spellcheck/hunspell/tests/morph.aff => extensions/spellcheck/hunspell/tests/unit/data/morph.aff
rename : extensions/spellcheck/hunspell/tests/morph.dic => extensions/spellcheck/hunspell/tests/unit/data/morph.dic
rename : extensions/spellcheck/hunspell/tests/morph.good => extensions/spellcheck/hunspell/tests/unit/data/morph.good
rename : extensions/spellcheck/hunspell/tests/morph.morph => extensions/spellcheck/hunspell/tests/unit/data/morph.morph
rename : extensions/spellcheck/hunspell/tests/morph.test => extensions/spellcheck/hunspell/tests/unit/data/morph.test
rename : extensions/spellcheck/hunspell/tests/needaffix.aff => extensions/spellcheck/hunspell/tests/unit/data/needaffix.aff
rename : extensions/spellcheck/hunspell/tests/needaffix.dic => extensions/spellcheck/hunspell/tests/unit/data/needaffix.dic
rename : extensions/spellcheck/hunspell/tests/needaffix.good => extensions/spellcheck/hunspell/tests/unit/data/needaffix.good
rename : extensions/spellcheck/hunspell/tests/needaffix.test => extensions/spellcheck/hunspell/tests/unit/data/needaffix.test
rename : extensions/spellcheck/hunspell/tests/needaffix.wrong => extensions/spellcheck/hunspell/tests/unit/data/needaffix.wrong
rename : extensions/spellcheck/hunspell/tests/needaffix2.aff => extensions/spellcheck/hunspell/tests/unit/data/needaffix2.aff
rename : extensions/spellcheck/hunspell/tests/needaffix2.dic => extensions/spellcheck/hunspell/tests/unit/data/needaffix2.dic
rename : extensions/spellcheck/hunspell/tests/needaffix2.good => extensions/spellcheck/hunspell/tests/unit/data/needaffix2.good
rename : extensions/spellcheck/hunspell/tests/needaffix2.morph => extensions/spellcheck/hunspell/tests/unit/data/needaffix2.morph
rename : extensions/spellcheck/hunspell/tests/needaffix2.test => extensions/spellcheck/hunspell/tests/unit/data/needaffix2.test
rename : extensions/spellcheck/hunspell/tests/needaffix3.aff => extensions/spellcheck/hunspell/tests/unit/data/needaffix3.aff
rename : extensions/spellcheck/hunspell/tests/needaffix3.dic => extensions/spellcheck/hunspell/tests/unit/data/needaffix3.dic
rename : extensions/spellcheck/hunspell/tests/needaffix3.good => extensions/spellcheck/hunspell/tests/unit/data/needaffix3.good
rename : extensions/spellcheck/hunspell/tests/needaffix3.test => extensions/spellcheck/hunspell/tests/unit/data/needaffix3.test
rename : extensions/spellcheck/hunspell/tests/needaffix3.wrong => extensions/spellcheck/hunspell/tests/unit/data/needaffix3.wrong
rename : extensions/spellcheck/hunspell/tests/needaffix4.aff => extensions/spellcheck/hunspell/tests/unit/data/needaffix4.aff
rename : extensions/spellcheck/hunspell/tests/needaffix4.dic => extensions/spellcheck/hunspell/tests/unit/data/needaffix4.dic
rename : extensions/spellcheck/hunspell/tests/needaffix4.good => extensions/spellcheck/hunspell/tests/unit/data/needaffix4.good
rename : extensions/spellcheck/hunspell/tests/needaffix4.test => extensions/spellcheck/hunspell/tests/unit/data/needaffix4.test
rename : extensions/spellcheck/hunspell/tests/needaffix5.aff => extensions/spellcheck/hunspell/tests/unit/data/needaffix5.aff
rename : extensions/spellcheck/hunspell/tests/needaffix5.dic => extensions/spellcheck/hunspell/tests/unit/data/needaffix5.dic
rename : extensions/spellcheck/hunspell/tests/needaffix5.good => extensions/spellcheck/hunspell/tests/unit/data/needaffix5.good
rename : extensions/spellcheck/hunspell/tests/needaffix5.test => extensions/spellcheck/hunspell/tests/unit/data/needaffix5.test
rename : extensions/spellcheck/hunspell/tests/needaffix5.wrong => extensions/spellcheck/hunspell/tests/unit/data/needaffix5.wrong
rename : extensions/spellcheck/hunspell/tests/ngram_utf_fix.aff => extensions/spellcheck/hunspell/tests/unit/data/ngram_utf_fix.aff
rename : extensions/spellcheck/hunspell/tests/ngram_utf_fix.dic => extensions/spellcheck/hunspell/tests/unit/data/ngram_utf_fix.dic
rename : extensions/spellcheck/hunspell/tests/ngram_utf_fix.good => extensions/spellcheck/hunspell/tests/unit/data/ngram_utf_fix.good
rename : extensions/spellcheck/hunspell/tests/ngram_utf_fix.sug => extensions/spellcheck/hunspell/tests/unit/data/ngram_utf_fix.sug
rename : extensions/spellcheck/hunspell/tests/ngram_utf_fix.test => extensions/spellcheck/hunspell/tests/unit/data/ngram_utf_fix.test
rename : extensions/spellcheck/hunspell/tests/ngram_utf_fix.wrong => extensions/spellcheck/hunspell/tests/unit/data/ngram_utf_fix.wrong
rename : extensions/spellcheck/hunspell/tests/nosuggest.aff => extensions/spellcheck/hunspell/tests/unit/data/nosuggest.aff
rename : extensions/spellcheck/hunspell/tests/nosuggest.dic => extensions/spellcheck/hunspell/tests/unit/data/nosuggest.dic
rename : extensions/spellcheck/hunspell/tests/nosuggest.good => extensions/spellcheck/hunspell/tests/unit/data/nosuggest.good
rename : extensions/spellcheck/hunspell/tests/nosuggest.sug => extensions/spellcheck/hunspell/tests/unit/data/nosuggest.sug
rename : extensions/spellcheck/hunspell/tests/nosuggest.test => extensions/spellcheck/hunspell/tests/unit/data/nosuggest.test
rename : extensions/spellcheck/hunspell/tests/nosuggest.wrong => extensions/spellcheck/hunspell/tests/unit/data/nosuggest.wrong
rename : extensions/spellcheck/hunspell/tests/oconv.aff => extensions/spellcheck/hunspell/tests/unit/data/oconv.aff
rename : extensions/spellcheck/hunspell/tests/oconv.dic => extensions/spellcheck/hunspell/tests/unit/data/oconv.dic
rename : extensions/spellcheck/hunspell/tests/oconv.good => extensions/spellcheck/hunspell/tests/unit/data/oconv.good
rename : extensions/spellcheck/hunspell/tests/oconv.sug => extensions/spellcheck/hunspell/tests/unit/data/oconv.sug
rename : extensions/spellcheck/hunspell/tests/oconv.test => extensions/spellcheck/hunspell/tests/unit/data/oconv.test
rename : extensions/spellcheck/hunspell/tests/oconv.wrong => extensions/spellcheck/hunspell/tests/unit/data/oconv.wrong
rename : extensions/spellcheck/hunspell/tests/onlyincompound.aff => extensions/spellcheck/hunspell/tests/unit/data/onlyincompound.aff
rename : extensions/spellcheck/hunspell/tests/onlyincompound.dic => extensions/spellcheck/hunspell/tests/unit/data/onlyincompound.dic
rename : extensions/spellcheck/hunspell/tests/onlyincompound.good => extensions/spellcheck/hunspell/tests/unit/data/onlyincompound.good
rename : extensions/spellcheck/hunspell/tests/onlyincompound.sug => extensions/spellcheck/hunspell/tests/unit/data/onlyincompound.sug
rename : extensions/spellcheck/hunspell/tests/onlyincompound.test => extensions/spellcheck/hunspell/tests/unit/data/onlyincompound.test
rename : extensions/spellcheck/hunspell/tests/onlyincompound.wrong => extensions/spellcheck/hunspell/tests/unit/data/onlyincompound.wrong
rename : extensions/spellcheck/hunspell/tests/onlyincompound2.aff => extensions/spellcheck/hunspell/tests/unit/data/onlyincompound2.aff
rename : extensions/spellcheck/hunspell/tests/onlyincompound2.dic => extensions/spellcheck/hunspell/tests/unit/data/onlyincompound2.dic
rename : extensions/spellcheck/hunspell/tests/onlyincompound2.good => extensions/spellcheck/hunspell/tests/unit/data/onlyincompound2.good
rename : extensions/spellcheck/hunspell/tests/onlyincompound2.test => extensions/spellcheck/hunspell/tests/unit/data/onlyincompound2.test
rename : extensions/spellcheck/hunspell/tests/onlyincompound2.wrong => extensions/spellcheck/hunspell/tests/unit/data/onlyincompound2.wrong
rename : extensions/spellcheck/hunspell/tests/opentaal_cpdpat.aff => extensions/spellcheck/hunspell/tests/unit/data/opentaal_cpdpat.aff
rename : extensions/spellcheck/hunspell/tests/opentaal_cpdpat.dic => extensions/spellcheck/hunspell/tests/unit/data/opentaal_cpdpat.dic
rename : extensions/spellcheck/hunspell/tests/opentaal_cpdpat.good => extensions/spellcheck/hunspell/tests/unit/data/opentaal_cpdpat.good
rename : extensions/spellcheck/hunspell/tests/opentaal_cpdpat.test => extensions/spellcheck/hunspell/tests/unit/data/opentaal_cpdpat.test
rename : extensions/spellcheck/hunspell/tests/opentaal_cpdpat.wrong => extensions/spellcheck/hunspell/tests/unit/data/opentaal_cpdpat.wrong
rename : extensions/spellcheck/hunspell/tests/opentaal_cpdpat2.aff => extensions/spellcheck/hunspell/tests/unit/data/opentaal_cpdpat2.aff
rename : extensions/spellcheck/hunspell/tests/opentaal_cpdpat2.dic => extensions/spellcheck/hunspell/tests/unit/data/opentaal_cpdpat2.dic
rename : extensions/spellcheck/hunspell/tests/opentaal_cpdpat2.good => extensions/spellcheck/hunspell/tests/unit/data/opentaal_cpdpat2.good
rename : extensions/spellcheck/hunspell/tests/opentaal_cpdpat2.test => extensions/spellcheck/hunspell/tests/unit/data/opentaal_cpdpat2.test
rename : extensions/spellcheck/hunspell/tests/opentaal_cpdpat2.wrong => extensions/spellcheck/hunspell/tests/unit/data/opentaal_cpdpat2.wrong
rename : extensions/spellcheck/hunspell/tests/opentaal_forbiddenword1.aff => extensions/spellcheck/hunspell/tests/unit/data/opentaal_forbiddenword1.aff
rename : extensions/spellcheck/hunspell/tests/opentaal_forbiddenword1.dic => extensions/spellcheck/hunspell/tests/unit/data/opentaal_forbiddenword1.dic
rename : extensions/spellcheck/hunspell/tests/opentaal_forbiddenword1.good => extensions/spellcheck/hunspell/tests/unit/data/opentaal_forbiddenword1.good
rename : extensions/spellcheck/hunspell/tests/opentaal_forbiddenword1.sug => extensions/spellcheck/hunspell/tests/unit/data/opentaal_forbiddenword1.sug
rename : extensions/spellcheck/hunspell/tests/opentaal_forbiddenword1.test => extensions/spellcheck/hunspell/tests/unit/data/opentaal_forbiddenword1.test
rename : extensions/spellcheck/hunspell/tests/opentaal_forbiddenword1.wrong => extensions/spellcheck/hunspell/tests/unit/data/opentaal_forbiddenword1.wrong
rename : extensions/spellcheck/hunspell/tests/opentaal_forbiddenword2.aff => extensions/spellcheck/hunspell/tests/unit/data/opentaal_forbiddenword2.aff
rename : extensions/spellcheck/hunspell/tests/opentaal_forbiddenword2.dic => extensions/spellcheck/hunspell/tests/unit/data/opentaal_forbiddenword2.dic
rename : extensions/spellcheck/hunspell/tests/opentaal_forbiddenword2.good => extensions/spellcheck/hunspell/tests/unit/data/opentaal_forbiddenword2.good
rename : extensions/spellcheck/hunspell/tests/opentaal_forbiddenword2.sug => extensions/spellcheck/hunspell/tests/unit/data/opentaal_forbiddenword2.sug
rename : extensions/spellcheck/hunspell/tests/opentaal_forbiddenword2.test => extensions/spellcheck/hunspell/tests/unit/data/opentaal_forbiddenword2.test
rename : extensions/spellcheck/hunspell/tests/opentaal_forbiddenword2.wrong => extensions/spellcheck/hunspell/tests/unit/data/opentaal_forbiddenword2.wrong
rename : extensions/spellcheck/hunspell/tests/opentaal_keepcase.aff => extensions/spellcheck/hunspell/tests/unit/data/opentaal_keepcase.aff
rename : extensions/spellcheck/hunspell/tests/opentaal_keepcase.dic => extensions/spellcheck/hunspell/tests/unit/data/opentaal_keepcase.dic
rename : extensions/spellcheck/hunspell/tests/opentaal_keepcase.good => extensions/spellcheck/hunspell/tests/unit/data/opentaal_keepcase.good
rename : extensions/spellcheck/hunspell/tests/opentaal_keepcase.sug => extensions/spellcheck/hunspell/tests/unit/data/opentaal_keepcase.sug
rename : extensions/spellcheck/hunspell/tests/opentaal_keepcase.test => extensions/spellcheck/hunspell/tests/unit/data/opentaal_keepcase.test
rename : extensions/spellcheck/hunspell/tests/opentaal_keepcase.wrong => extensions/spellcheck/hunspell/tests/unit/data/opentaal_keepcase.wrong
rename : extensions/spellcheck/hunspell/tests/phone.aff => extensions/spellcheck/hunspell/tests/unit/data/phone.aff
rename : extensions/spellcheck/hunspell/tests/phone.dic => extensions/spellcheck/hunspell/tests/unit/data/phone.dic
rename : extensions/spellcheck/hunspell/tests/phone.sug => extensions/spellcheck/hunspell/tests/unit/data/phone.sug
rename : extensions/spellcheck/hunspell/tests/phone.test => extensions/spellcheck/hunspell/tests/unit/data/phone.test
rename : extensions/spellcheck/hunspell/tests/phone.wrong => extensions/spellcheck/hunspell/tests/unit/data/phone.wrong
rename : extensions/spellcheck/hunspell/tests/rep.aff => extensions/spellcheck/hunspell/tests/unit/data/rep.aff
rename : extensions/spellcheck/hunspell/tests/rep.dic => extensions/spellcheck/hunspell/tests/unit/data/rep.dic
rename : extensions/spellcheck/hunspell/tests/rep.sug => extensions/spellcheck/hunspell/tests/unit/data/rep.sug
rename : extensions/spellcheck/hunspell/tests/rep.test => extensions/spellcheck/hunspell/tests/unit/data/rep.test
rename : extensions/spellcheck/hunspell/tests/rep.wrong => extensions/spellcheck/hunspell/tests/unit/data/rep.wrong
rename : extensions/spellcheck/hunspell/tests/reputf.aff => extensions/spellcheck/hunspell/tests/unit/data/reputf.aff
rename : extensions/spellcheck/hunspell/tests/reputf.dic => extensions/spellcheck/hunspell/tests/unit/data/reputf.dic
rename : extensions/spellcheck/hunspell/tests/reputf.sug => extensions/spellcheck/hunspell/tests/unit/data/reputf.sug
rename : extensions/spellcheck/hunspell/tests/reputf.test => extensions/spellcheck/hunspell/tests/unit/data/reputf.test
rename : extensions/spellcheck/hunspell/tests/reputf.wrong => extensions/spellcheck/hunspell/tests/unit/data/reputf.wrong
rename : extensions/spellcheck/hunspell/tests/simplifiedtriple.aff => extensions/spellcheck/hunspell/tests/unit/data/simplifiedtriple.aff
rename : extensions/spellcheck/hunspell/tests/simplifiedtriple.dic => extensions/spellcheck/hunspell/tests/unit/data/simplifiedtriple.dic
rename : extensions/spellcheck/hunspell/tests/simplifiedtriple.good => extensions/spellcheck/hunspell/tests/unit/data/simplifiedtriple.good
rename : extensions/spellcheck/hunspell/tests/simplifiedtriple.test => extensions/spellcheck/hunspell/tests/unit/data/simplifiedtriple.test
rename : extensions/spellcheck/hunspell/tests/simplifiedtriple.wrong => extensions/spellcheck/hunspell/tests/unit/data/simplifiedtriple.wrong
rename : extensions/spellcheck/hunspell/tests/slash.aff => extensions/spellcheck/hunspell/tests/unit/data/slash.aff
rename : extensions/spellcheck/hunspell/tests/slash.dic => extensions/spellcheck/hunspell/tests/unit/data/slash.dic
rename : extensions/spellcheck/hunspell/tests/slash.good => extensions/spellcheck/hunspell/tests/unit/data/slash.good
rename : extensions/spellcheck/hunspell/tests/slash.test => extensions/spellcheck/hunspell/tests/unit/data/slash.test
rename : extensions/spellcheck/hunspell/tests/sug.aff => extensions/spellcheck/hunspell/tests/unit/data/sug.aff
rename : extensions/spellcheck/hunspell/tests/sug.dic => extensions/spellcheck/hunspell/tests/unit/data/sug.dic
rename : extensions/spellcheck/hunspell/tests/sug.sug => extensions/spellcheck/hunspell/tests/unit/data/sug.sug
rename : extensions/spellcheck/hunspell/tests/sug.test => extensions/spellcheck/hunspell/tests/unit/data/sug.test
rename : extensions/spellcheck/hunspell/tests/sug.wrong => extensions/spellcheck/hunspell/tests/unit/data/sug.wrong
rename : extensions/spellcheck/hunspell/tests/suggestiontest/List_of_common_misspellings.txt => extensions/spellcheck/hunspell/tests/unit/data/suggestiontest/List_of_common_misspellings.txt
rename : extensions/spellcheck/hunspell/tests/suggestiontest/Makefile.am => extensions/spellcheck/hunspell/tests/unit/data/suggestiontest/Makefile.am
rename : extensions/spellcheck/hunspell/tests/suggestiontest/Makefile.in => extensions/spellcheck/hunspell/tests/unit/data/suggestiontest/Makefile.in
rename : extensions/spellcheck/hunspell/tests/suggestiontest/README => extensions/spellcheck/hunspell/tests/unit/data/suggestiontest/README
rename : extensions/spellcheck/hunspell/tests/suggestiontest/prepare => extensions/spellcheck/hunspell/tests/unit/data/suggestiontest/prepare
rename : extensions/spellcheck/hunspell/tests/suggestiontest/test => extensions/spellcheck/hunspell/tests/unit/data/suggestiontest/test
rename : extensions/spellcheck/hunspell/tests/sugutf.aff => extensions/spellcheck/hunspell/tests/unit/data/sugutf.aff
rename : extensions/spellcheck/hunspell/tests/sugutf.dic => extensions/spellcheck/hunspell/tests/unit/data/sugutf.dic
rename : extensions/spellcheck/hunspell/tests/sugutf.sug => extensions/spellcheck/hunspell/tests/unit/data/sugutf.sug
rename : extensions/spellcheck/hunspell/tests/sugutf.test => extensions/spellcheck/hunspell/tests/unit/data/sugutf.test
rename : extensions/spellcheck/hunspell/tests/sugutf.wrong => extensions/spellcheck/hunspell/tests/unit/data/sugutf.wrong
rename : extensions/spellcheck/hunspell/tests/test.sh => extensions/spellcheck/hunspell/tests/unit/data/test.sh
rename : extensions/spellcheck/hunspell/tests/utf8.aff => extensions/spellcheck/hunspell/tests/unit/data/utf8.aff
rename : extensions/spellcheck/hunspell/tests/utf8.dic => extensions/spellcheck/hunspell/tests/unit/data/utf8.dic
rename : extensions/spellcheck/hunspell/tests/utf8.good => extensions/spellcheck/hunspell/tests/unit/data/utf8.good
rename : extensions/spellcheck/hunspell/tests/utf8.test => extensions/spellcheck/hunspell/tests/unit/data/utf8.test
rename : extensions/spellcheck/hunspell/tests/utf8_bom.aff => extensions/spellcheck/hunspell/tests/unit/data/utf8_bom.aff
rename : extensions/spellcheck/hunspell/tests/utf8_bom.dic => extensions/spellcheck/hunspell/tests/unit/data/utf8_bom.dic
rename : extensions/spellcheck/hunspell/tests/utf8_bom.good => extensions/spellcheck/hunspell/tests/unit/data/utf8_bom.good
rename : extensions/spellcheck/hunspell/tests/utf8_bom.test => extensions/spellcheck/hunspell/tests/unit/data/utf8_bom.test
rename : extensions/spellcheck/hunspell/tests/utf8_bom2.aff => extensions/spellcheck/hunspell/tests/unit/data/utf8_bom2.aff
rename : extensions/spellcheck/hunspell/tests/utf8_bom2.dic => extensions/spellcheck/hunspell/tests/unit/data/utf8_bom2.dic
rename : extensions/spellcheck/hunspell/tests/utf8_bom2.good => extensions/spellcheck/hunspell/tests/unit/data/utf8_bom2.good
rename : extensions/spellcheck/hunspell/tests/utf8_bom2.test => extensions/spellcheck/hunspell/tests/unit/data/utf8_bom2.test
rename : extensions/spellcheck/hunspell/tests/utf8_nonbmp.aff => extensions/spellcheck/hunspell/tests/unit/data/utf8_nonbmp.aff
rename : extensions/spellcheck/hunspell/tests/utf8_nonbmp.dic => extensions/spellcheck/hunspell/tests/unit/data/utf8_nonbmp.dic
rename : extensions/spellcheck/hunspell/tests/utf8_nonbmp.good => extensions/spellcheck/hunspell/tests/unit/data/utf8_nonbmp.good
rename : extensions/spellcheck/hunspell/tests/utf8_nonbmp.sug => extensions/spellcheck/hunspell/tests/unit/data/utf8_nonbmp.sug
rename : extensions/spellcheck/hunspell/tests/utf8_nonbmp.test => extensions/spellcheck/hunspell/tests/unit/data/utf8_nonbmp.test
rename : extensions/spellcheck/hunspell/tests/utf8_nonbmp.wrong => extensions/spellcheck/hunspell/tests/unit/data/utf8_nonbmp.wrong
rename : extensions/spellcheck/hunspell/tests/utfcompound.aff => extensions/spellcheck/hunspell/tests/unit/data/utfcompound.aff
rename : extensions/spellcheck/hunspell/tests/utfcompound.dic => extensions/spellcheck/hunspell/tests/unit/data/utfcompound.dic
rename : extensions/spellcheck/hunspell/tests/utfcompound.good => extensions/spellcheck/hunspell/tests/unit/data/utfcompound.good
rename : extensions/spellcheck/hunspell/tests/utfcompound.test => extensions/spellcheck/hunspell/tests/unit/data/utfcompound.test
rename : extensions/spellcheck/hunspell/tests/utfcompound.wrong => extensions/spellcheck/hunspell/tests/unit/data/utfcompound.wrong
rename : extensions/spellcheck/hunspell/tests/warn.aff => extensions/spellcheck/hunspell/tests/unit/data/warn.aff
rename : extensions/spellcheck/hunspell/tests/warn.dic => extensions/spellcheck/hunspell/tests/unit/data/warn.dic
rename : extensions/spellcheck/hunspell/tests/warn.good => extensions/spellcheck/hunspell/tests/unit/data/warn.good
rename : extensions/spellcheck/hunspell/tests/warn.test => extensions/spellcheck/hunspell/tests/unit/data/warn.test
rename : extensions/spellcheck/hunspell/tests/zeroaffix.aff => extensions/spellcheck/hunspell/tests/unit/data/zeroaffix.aff
rename : extensions/spellcheck/hunspell/tests/zeroaffix.dic => extensions/spellcheck/hunspell/tests/unit/data/zeroaffix.dic
rename : extensions/spellcheck/hunspell/tests/zeroaffix.good => extensions/spellcheck/hunspell/tests/unit/data/zeroaffix.good
rename : extensions/spellcheck/hunspell/tests/zeroaffix.morph => extensions/spellcheck/hunspell/tests/unit/data/zeroaffix.morph
rename : extensions/spellcheck/hunspell/tests/zeroaffix.test => extensions/spellcheck/hunspell/tests/unit/data/zeroaffix.test
2012-07-03 12:13:06 +05:30
Fabrice Desré
bc1fd14ba1 Bug 755245 - Implement System Message Handler : Part 1, IDL [sr=jonas,r=mounir,khuey] 2012-07-02 17:16:55 -07:00
Rafael Ávila de Espíndola
e6050ef2f4 Bug 769772 - Print compiler version being used and drop checks for llvm-gcc and old versions of clang. r=khuey. 2012-07-03 08:27:18 -04:00
Jan Beich
9cc81dcf5d Bug 780432 - Add experimental --enable-pulseaudio configure option. r=kinetik,khuey
--HG--
extra : rebase_source : 9bf00787997d4ed465427e6570c5d937c1cb9ff4
2012-08-08 10:26:04 +12:00
Siddharth Agarwal
1ef1226122 Bug 585011 - Invoke cl.py as a pymake native command. r=ted
--HG--
extra : rebase_source : c8e2bfe4e17c39c27e33cfade0e3a6984d104c2f
2012-08-08 00:49:55 +05:30
Siddharth Agarwal
64ff46578c Bug 767833 - Pymake on Windows is busted with config/tests/makefiles/autodeps/check_mkdir.tpy. r=khuey
Less MSYS, more Windows.

--HG--
extra : rebase_source : cd26706f245c69667ec3afbd6c6a51527dd1592e
2012-08-08 00:36:44 +05:30
Joey Armstrong
f2e2e4f425 bug 771287: xpidl unit test failure 2012-08-07 14:42:30 -04:00
Rafael Ávila de Espíndola
96f2c582d4 Bug 779288 - Set CCACHE_CPP2 on linux too. r=khuey.
move the definition out of a OS X only block.
2012-08-07 14:25:26 -04:00
David Anderson
c237e59619 Merge from mozilla-central.
--HG--
rename : accessible/src/base/nsFormControlAccessible.cpp => accessible/src/generic/FormControlAccessible.cpp
rename : accessible/src/base/nsFormControlAccessible.h => accessible/src/generic/FormControlAccessible.h
rename : accessible/src/html/nsHTMLFormControlAccessible.cpp => accessible/src/html/HTMLFormControlAccessible.cpp
rename : accessible/src/html/nsHTMLFormControlAccessible.h => accessible/src/html/HTMLFormControlAccessible.h
rename : accessible/src/xul/nsXULFormControlAccessible.cpp => accessible/src/xul/XULFormControlAccessible.cpp
rename : accessible/src/xul/nsXULFormControlAccessible.h => accessible/src/xul/XULFormControlAccessible.h
2012-04-18 10:23:31 -07:00
Ryan VanderMeulen
a3a125f0c1 Backout 2c8ae0c81d32 (bug 742391) due to bustage. r=FAIL 2012-05-04 23:03:31 -04:00
Joey Armstrong
4562b3524a Bug 742391 - Split config/rules.mk - file batch #1. r=ted 2012-05-04 22:46:35 -04:00
David Anderson
327308166c Merge from mozilla-central.
--HG--
rename : accessible/src/base/nsARIAGridAccessible.cpp => accessible/src/generic/ARIAGridAccessible.cpp
rename : accessible/src/base/nsARIAGridAccessible.h => accessible/src/generic/ARIAGridAccessible.h
2012-04-11 14:37:59 -07:00
Boris Zbarsky
d794ed88da Bug 777627. Make sure we can't accidentally turn off mochitests for a directory by reordering the Makefile.in. r=khuey 2012-07-26 12:38:03 -04:00
Ed Morley
b24402aeb3 Backout 137efb901fc9 (bug 777627) for bustage 2012-07-26 17:48:00 +01:00
Boris Zbarsky
168d572fc7 Bug 777627. Make sure we can't accidentally turn off mochitests for a directory by reordering the Makefile.in. r=khuey 2012-07-26 12:38:03 -04:00
David Anderson
a48e643ce8 Merge from mozilla-central. 2012-04-09 16:18:35 -07:00
Takanori MATSUURA
714abf89d4 Bug 743433 - Remove .orig files which were accidentally added by bug 680246. r=khuey 2012-04-07 08:48:23 -04:00
David Anderson
3513754940 Merge from mozilla-central.
--HG--
rename : accessible/src/base/nsOuterDocAccessible.cpp => accessible/src/generic/OuterDocAccessible.cpp
rename : accessible/src/base/nsOuterDocAccessible.h => accessible/src/generic/OuterDocAccessible.h
rename : accessible/tests/mochitest/test_nsOuterDocAccessible.html => accessible/tests/mochitest/test_OuterDocAccessible.html
2012-04-06 16:38:53 -07:00
Mike Hommey
f486d1cc20 Backout bug 644608 for subtly breaking layout/media build 2012-04-06 13:57:24 +02:00
Ginn Chen
d1b7847442 Bug 758484 correct comment syntax for mapfile r=ted.mielczarek 2012-05-28 09:31:51 +08:00
David Anderson
e930fbd3b5 Merge from mozilla-central. 2012-04-04 13:40:49 -07:00
Joey Armstrong
ffd562b9b7 Bug 738404 - Makefile.in edits to use threadsafe mkdir (bug 680246) - r=ted 2012-04-03 16:08:16 -04:00
Joey Armstrong
8f462b32df Bug 735638 - add utility function checkIfEmpty - r=khuey 2012-04-03 13:34:04 -04:00
Joey Armstrong
d4a56dfb3b Bug 734121 - helper macros for writing make user functions - r=khuey 2012-04-03 13:32:46 -04:00
Phil Ringnalda
05a63495cd Merge m-c to b-s 2012-04-03 08:27:38 -07:00
Joey Armstrong
b987443424 Bug 680246 - add missing files from import - r=khuey 2012-04-02 15:28:37 -04:00
Joey Armstrong
fc0e131cb1 Bug 680246 - add a makefile library rule to support thread safe directory creation - r=khuey 2012-04-02 13:06:06 -04:00
Mike Hommey
63b2524d81 Bug 644608 - Implement full dependencies for expandlibs. r=ted 2012-03-31 09:24:39 +02:00
Mike Hommey
a4aae87aec Bug 741287 - Make expandlibs_gen.py error out when given a missing file. r=ted 2012-04-06 10:16:25 +02:00
Fabrice Desré
8c0c24a4a2 Bug 754198 - Warning treated as error in jemalloc.c. Build busted. [r=jlebar,bsmedberg] 2012-05-11 12:34:24 -07:00
Joey Armstrong
7cba75fe18 bug 753939: makeutils.mk .mk loading logic with unit tests r=ted 2012-05-11 11:47:29 -07:00
Landry Breuil
e68e03b499 bug 736961 - use the same cachedir for all idl-parser calls, fixes builds without objdir - r=khuey 2012-05-11 11:17:00 -07:00
Joey Armstrong
09aeb22041 Bug 746151 - re-add approved patch edits that were merged away - r=coop 2012-04-26 18:12:20 -04:00
Benoit Girard
e54c4b6e39 Bug 719536 - Include symbol table in the Linux nightlies for profiling and debugging. r=ted
--HG--
extra : rebase_source : beb0059130c29ae29a772537d54e52e2b9302b78
2012-04-06 13:03:46 -04:00
Takanori MATSUURA
6ba21f9576 Bug 737006 - Use internal ply only if needed. r=khuey 2012-04-06 14:06:52 -04:00
Ralph Giles
31cdda5218 Bug 674225 - Add libopus to the mozilla build system. - r=ted
This builds the opus reference library in media/libopus.
We support both fixed and floating point builds, switched
by MOZ_OPUS_FIXED. Currently this isn't defined by anything
but should probably offer a configure option, and default
to true on arm.

Thanks to Tim Terriberry for additional review.
2012-04-30 16:20:22 -07:00
Mike Hommey
e551920d94 Bug 750290 - Remove tools/leaky. r=dbaron 2012-04-30 18:17:46 +02:00
Joey Armstrong
293cde4260 bug 748130: Replace FORCE dependencies, repacks are a conditional force. r=ted 2012-04-27 17:00:00 -04:00
Takanori MATSUURA
011721457f Bug 743630 - Remove unsed variable XPIDL_COMPILE. r=khuey 2012-04-09 13:36:14 -07:00
Chris Jones
14d1cfa7ce Bug 739020: Restore ANDROID_SOURCE so that the stagefright plugin knows where to find the gonk/android code it needs. r=mwu 2012-03-25 00:00:06 -07:00
Ed Morley
6ac240de86 Merge last PGO-green changeset of mozilla-inbound to mozilla-central 2012-03-24 16:05:07 +00:00
Oleg Romashin
54e4efabc5 Bug 735602 - Add possibility to choose EGL backend on Non-Maemo Linux/Qt/Gtk builds instead ofo GLX. r=jgilbert 2012-03-23 14:43:52 -04:00
Mike Hommey
1cfe016bf0 Bug 734050 - Build stlport as part of our build process. r=ted 2012-03-23 17:35:09 +01:00
Joel Maher
7040eedb07 Bug 712643 - land Marionette on m-c. r=mossop,robcee 2012-03-22 11:19:57 -04:00
Serge Gautherie
3967275108 Bug 604266. (Cv1) Remove MOZ_INSTALLER support. r=ted.mielczarek. 2012-03-24 01:27:35 +01:00
Joey Armstrong
4f2ec63c86 Bug 739710 - Makefile.in edits to use mkdir_deps function: file batch #2. r=ted 2012-05-03 06:22:33 -04:00
David Anderson
bc11d0e15f Merge from mozilla-central.
--HG--
rename : dom/system/nsDeviceMotion.cpp => dom/system/nsDeviceSensors.cpp
rename : dom/system/nsDeviceMotion.h => dom/system/nsDeviceSensors.h
2012-03-26 14:17:28 -07:00
David Anderson
2b39e09f87 Merge from mozilla-central. 2012-03-23 14:50:35 -07:00
David Anderson
0dfdddc335 Merge from mozilla-central.
--HG--
rename : toolkit/components/places/tests/unit/test_favicons.js => toolkit/components/places/tests/favicons/test_favicons.js
2012-03-20 14:43:39 -07:00
David Anderson
9f2dad2804 Merge from mozilla-central.
--HG--
rename : js/src/jsfun.cpp => js/src/vm/ArgumentsObject.cpp
2012-03-19 14:13:34 -07:00
Daniel Holbert
1185e6547f Bug 666041 patch 1: Add internal build flag for CSS3 flexbox. r=khuey 2012-03-17 18:50:57 -07:00
David Anderson
347cd306d6 Merge from mozilla-central. 2012-03-15 17:21:05 -07:00
Matthew Gregan
2236c84d27 Bug 734784 - Update system-headers to reflect changes to libvpx includes. r=cpearce 2012-03-15 12:06:02 +13:00
David Anderson
4122314d88 Merge from mozilla-central. 2012-03-13 16:10:05 -07:00
Lukas Blakk
2fe69d3c6f Merging in version bump NO BUG 2012-03-13 13:38:38 -07:00
David Anderson
5b229cb0de Merge from mozilla-central.
--HG--
rename : accessible/src/base/nsTextAttrs.cpp => accessible/src/base/TextAttrs.cpp
rename : accessible/src/base/nsTextAttrs.h => accessible/src/base/TextAttrs.h
2012-03-12 12:27:40 -07:00
Takanori MATSUURA
4e1026d682 Bug 751521 - Separate pixman detection from cairo. r=glandium 2012-05-26 08:44:00 +02:00
Mike Hommey
7407614648 Backout changeset 81c2e2ea2dbf (bug 746794) because of bug 758648 2012-05-25 18:21:03 +02:00
Mike Hommey
81d7a61a74 Bug 746794 - Always use the STL wrappers when #pragma visibility is supported. r=ted 2012-05-25 08:31:33 +02:00
Marco Perez
bac7888148 Bug 752067 - Build broken in ipc after prctl changes. r=cjones 2012-05-24 18:45:10 -04:00
David Anderson
2e8ee1f955 Merge from mozilla-central. 2012-03-09 13:37:58 -08:00
David Anderson
65abc162be Merge from mozilla-central. 2012-03-02 12:10:27 -08:00
David Anderson
9b680ad3b5 Merge from mozilla-central.
--HG--
rename : toolkit/components/feeds/nsScriptableUnescapeHTML.cpp => parser/html/nsParserUtils.cpp
2012-02-28 12:21:56 -08:00
Brian R. Bondy
7e5d6bc2dc Bug 730862 - Disable signmar by default and provide an option to enable it. r=rstrong. sr=khuey 2012-02-28 13:58:42 -05:00
Phil Ringnalda
8933eff28c Back out 6a386d638a1a (bug 746277) for packaged build bustage 2012-06-27 08:31:38 -07:00
Joey Armstrong
4d213decb0 bug 746277: replace hg shell pipelines with make logic 2012-05-16 15:09:00 -04:00
David Anderson
47b8e16e15 Merge from mozilla-central. 2012-02-27 12:40:46 -08:00
David Anderson
edbe86098f Merge from mozilla-central. 2012-02-24 13:26:30 -08:00
Chris Double
1695b48a48 Bug 714408 Part 1 - Add configure/link features to enable media plugins and omx-plugin for libstagefright support - r=mh
--HG--
extra : rebase_source : 51e850e4dec9a53569c0c6991145c5e070781f95
2012-06-01 12:52:09 +12:00
Joey Armstrong
d77723962d bug 758782: mkdir_deps dependencies should be .PRECIOUS 2012-05-30 10:27:09 -04:00
David Anderson
8de13c310b Merge from mozilla-central. 2012-02-22 19:25:06 -08:00
David Anderson
bc244bd579 Merge from mozilla-central. 2012-02-21 15:08:22 -08:00
Ed Morley
ec5a7c5b3d Merge last PGO-green changeset of mozilla-inbound to mozilla-central 2012-02-21 11:59:33 +00:00
Dão Gottwald
897892ae75 Bug 572659 - Don't expose the Gecko patch level (13.X.Y) in the UA string, only show the major version (13.X). r=glandium,bz sr=gerv 2012-02-21 04:29:09 +01:00
Justin Dolske
dc4967a956 Backout bfc937247f3c (bug 588909), UA change breaks Google and Zimbra. 2012-02-20 16:29:38 -08:00
Justin Dolske
493d419146 Backout 0a7410527788 (bug 572659), UA change breaks Google and Zimbra. 2012-02-20 16:29:36 -08:00
Dão Gottwald
ce98a24c8c Bug 572659 - Don't expose the Gecko patch level (13.X.Y) in the UA string, only show the major version (13.X). r=glandium,bz sr=gerv 2012-02-20 15:39:33 +01:00
Ed Morley
f0c6a1f047 Merge last PGO-green changeset of mozilla-inbound to mozilla-central 2012-02-18 00:16:22 +00:00
Kyle Machulis
fc01ae2278 Back out bug 711601 (changeset 4c8aa2b0ca1c) due to qemu breakage 2012-02-17 15:54:27 -08:00
David Anderson
2f943a4415 Merge from mozilla-central. 2012-02-17 14:20:51 -08:00
Mike Hommey
bed783f935 Bug 686805 part 5 - Optionally make libxul.so a seekable compressed stream on Android. r=khuey 2012-02-22 08:12:15 +01:00
David Anderson
0c05cdef78 Merge from mozilla-central. 2012-02-16 15:06:30 -08:00
Nathan Froyd
f608a2b3c2 Bug 726656 - fix optimizejars.py to optimize omni.ja; r=khuey 2012-02-16 06:31:49 -08:00
David Anderson
d6a63f99ba Merge from mozilla-central.
--HG--
rename : content/media/nsMediaStream.cpp => content/media/MediaResource.cpp
rename : content/media/nsMediaStream.h => content/media/MediaResource.h
2012-02-15 13:45:39 -08:00
Dão Gottwald
794c8a0fac Bug 588909 - Replace Gecko/<date> with Gecko/<version> in UA string. r=bz sr=gerv 2012-02-17 13:21:29 +01:00
Kyle Machulis
0ec84a60d2 Bug 711601 - B2G Bluetooth Boiler Plate r=bent 2012-02-20 16:15:19 +01:00
Kyle Machulis
2fed82f6c6 Bug 711601 - Bluetooth Implementation on B2G - patch 1: Boilerplate code for creating navigator.mozBluetooth object. r=bent 2012-02-15 13:37:13 -08:00
Kyle Machulis
55bf17714a Bug 711601 - Bluetooth Implementation on B2G - patch 1: Boilerplate code for creating navigator.mozBluetooth object. r=bent 2012-02-14 17:51:52 -08:00
foo
31b3709c86 Bug 772457 - add --disable-webgl, remove --disable-angle, clean up configure.in - r=vladv
Note that MOZ_ANGLE is renamed to MOZ_ANGLE_RENDERER
2012-07-10 22:33:03 -04:00
Neil Rashbrook
e43aed79cb Bug 770182 Warn when preprocessing unnecessarily r=bsmedberg 2012-07-10 22:01:08 +01:00
Ehsan Akhgari
80a12e96e3 Backout changeset 3a7ece100089 (bug 770182) because of make check failures 2012-07-10 15:41:43 -04:00
Neil Rashbrook
0093dbe1f3 Bug 770182 Warn when preprocessing unnecessarily r=bsmedberg 2012-07-10 19:51:53 +01:00
Takanori MATSUURA
ee9aff8a33 Bug 772507 - Add vpx/vpx_encoder.h and vpx/vp8cx.h to system-headers files. r=bsmedberg 2012-07-10 10:51:18 -07:00
Ryan VanderMeulen
422f6b96b5 Bug 698519 - Update libjpeg-turbo to version 1.2.0. r=jlebar 2012-02-11 03:34:00 -05:00
David Anderson
5ff7134257 Merge from mozilla-central. 2012-02-08 19:13:56 -08:00
Michael Wu
e377eceec8 Bug 756746 - Quote paths in linker scripts, r=glandium 2012-05-19 17:02:34 -04:00
Rafael Ávila de Espíndola
c5ffe4116e Bug 773768 - STL: Add another stl file to the "FIXME" list. 2012-07-16 17:03:25 -04:00
Lukas Blakk
1ebacabfe4 Merging in version bump NO BUG 2012-07-16 10:08:20 -07:00
David Anderson
d0754e2ac4 Merge from mozilla-central. 2012-02-02 15:06:21 -08:00
Jacek Caban
987bd3c3bf Bug 733713 - xpcom/tests fail to compile on mingw r=glandium 2012-03-09 16:58:43 +01:00
David Anderson
79fde41072 Merge from mozilla-central. 2012-02-01 14:12:11 -08:00
Kai Engert
a9fd38bf43 Bug 728719, NSSUTIL_GetVersion, undefined reference during linking, r=glandium 2012-03-01 17:29:34 +01:00
David Anderson
0583226ad3 Merge from mozilla-central. 2012-01-31 12:17:35 -08:00
Alex Keybl
945a2f1348 Bug 700000 - Version bump 2012-01-31 10:57:49 -08:00
ABE Hiroki
efbe1d84d7 Bug 693226 - Fix up paths so that --enable-ui-locale=ab-CD --with-l10n-base=l10n works with pymake on Windows. r=khuey 2012-01-31 10:25:41 -05:00
Philipp Wagner
38fa903280 Bug 730081 - Add a way to disable xpccheck for subdirectories; r=khuey 2012-02-23 22:22:00 +01:00
Mike Hommey
3f4029bbf4 Bug 743241 - Remove OSARCH and OSTYPE defines from config.mk. r=ted 2012-04-25 09:01:10 +02:00
Mike Hommey
a7c8845018 Bug 508942 - Use Preprocessor.py filters in #defines and #includes. r=ted,r=pike
Original patch by Markus Stange.
2012-04-25 09:00:57 +02:00
Ehsan Akhgari
a992263c77 Merge mozilla-central into mozilla-inbound 2012-04-24 21:29:44 -04:00
Ehsan Akhgari
30412417b6 Merge the last green PGO changeset from birch to mozilla-central 2012-04-24 20:54:12 -04:00
Lukas Blakk
d7f942d541 Merging in version bump NO BUG a=relman 2012-04-24 12:54:16 -04:00
Mark Banner
aa8d563898 Bug 723135 - Language packs should work for all releases of a branch, maxVersion should use * for compatibility ranges. r=ted 2012-04-23 14:09:41 +01:00
Myk Melez
fd7a6dd8f7 bug 746156 - isolate webapp runtime files into subdirectory of Firefox package; r=bsmedberg, a=akeybl 2012-04-19 00:39:52 -07:00
Alessandro Decina
efe31886e6 Bug 422540 - GStreamer backend for audio/video decoding. r=cdouble, a=npotb 2012-04-18 18:33:13 -04:00
Myk Melez
0e8cb8852d bug 725408 - implement WebappRT launcher/shell; r=bsmedberg 2012-04-17 07:11:53 -07:00
Jim Mathies
f4ee5f8ac9 Bug 737969 - Win8 Metro build config. r=ted 2012-04-24 14:28:19 -05:00
Jan de Mooij
a00a4b0ad2 Merge from mozilla-central. 2012-01-30 10:12:22 +01:00
Kartikaya Gupta
ad9516da9a Bug 721888 - Turn on the warnings-as-errors flag. r=blassey 2012-01-27 22:37:05 -05:00
David Anderson
c88ecf00b0 Merge from mozilla-central. 2012-01-26 11:58:33 -08:00
Rafael Ávila de Espíndola
5af0cd84d1 Bug 729926 - mac64: objdump not found. r=glandium.
--HG--
extra : rebase_source : 21e8f5a44a44d6537268b543effd7dd85092c4b5
2012-02-23 17:05:37 -05:00
Mike Hommey
409e67d342 Bug 728229 - Allow to build with system python ply library. r=ted 2012-02-23 11:00:18 +01:00
David Anderson
39ac15a4fb Merge from mozilla-central. 2012-01-25 15:27:24 -08:00
Mike Hommey
711ac49c3c Bug 719742 - Make expandlibs properly handle the case where OBJ_SUFFIX is .i_o on Linux PGO first pass. r=ted 2012-01-25 10:34:14 +01:00
Marco Castelluccio
94763126a2 Bug 702158 - [Skia] Get Skia backend working on Linux. r=mattwoodrow 2012-01-26 09:54:31 +09:00
Jan de Mooij
d87e8e200c Merge from mozilla-central. 2012-01-21 17:30:53 +01:00
Ed Morley
5ff5a6b689 Merge mozilla-central to mozilla-inbound 2012-01-31 21:20:50 +00:00
Kan-Ru Chen
2c4bd4541e Bug 709585 - Part 5, hal code for the Power API. r=cjones
--HG--
extra : rebase_source : 49c8cb29be617293eb9143b3e3c760229b37943c
2012-01-31 01:08:00 -05:00
Makoto Kato
ccaf7a650e Backout bug Bug 702179 due to bustage on MacOSX deubg and Win32 debug 2012-01-31 18:00:25 +09:00
Ginn Chen
64f148b092 Bug 702179 Reland 1d0ec7fa8b96 since Bug 719742 is fixed. 2012-01-31 14:51:13 +08:00
David Anderson
357b7e87c1 Merge from mozilla-central. 2012-01-19 14:27:47 -08:00
Joey Armstrong
e4b8ee53ac Bug 742835 - autotargets.mk: handle mkdir dot requests - r=ted 2012-04-13 14:44:24 -04:00
Oleg Romashin
ea99848944 Bug 740244 - Do not compile glx test when EGL provider enabled. r=bjacob 2012-04-11 17:55:22 -04:00
Nathan Froyd
547541ab7c Bug 743988 - unconditionally link PROGRAMS and SIMPLE_PROGRAMS with CXX; r=ted 2012-04-10 10:16:26 -04:00
Prabindh Sundareson
d3902d3f11 Bug 741289 - Sydneyaudio does not include MOZ_ALSA_CFLAGS. r=glandium,romaxa 2012-04-11 07:58:27 -04:00
Mike Hommey
f1ca47c4d8 Bug 644608 - Implement full dependencies for expandlibs. r=ted
* * *
Bug 644608 - Fixups
2012-03-31 09:24:39 +02:00
Tim Taubert
8165319fae merge m-c to fx-team 2012-01-19 12:10:03 +01:00
Robert Strong
d93d22f00e RelEng patch - Bug 660038 - Remove channel switching support. r=nthomas 2012-01-18 14:10:25 -08:00
David Anderson
f3872ff6a8 Merge from mozilla-central. 2012-01-18 13:39:48 -08:00
Matt Brubeck
bd0a768eb7 Back out 1d4d44ecd75c and 823cd2815483 (bug 709230) on suspicion of causing intermittent startup crashes 2012-01-30 16:53:14 -08:00
Scott Johnson
2e97d9bcda Backout 6a4c4cb828a8 for bustage on windows. 2012-01-30 18:47:43 -06:00
Kan-Ru Chen
b6bf636f26 Bug 709585 - Part 5/6, hal code for the Power API. r=cjones
--HG--
extra : rebase_source : 689315521a72444c8a0fc92efe128d5bf3fbbada
2012-01-30 17:02:51 -06:00
Chris Peterson
4442b0aee8 Bug 709230 part 2 - Optimize Java .class files with ProGuard. r=dougt 2012-01-26 10:50:37 -08:00
Chris Peterson
2e90aac2df Bug 709170 - Don't bother generating Java debug symbols for local variables. Saves 70 KB. r=dougt 2012-01-30 10:45:23 -08:00
Joey Armstrong
d3800f614a bug 751167: replace FORCE with makefile dependencies r=ted 2012-05-15 09:20:30 -07:00
David Anderson
9d73dc1b8c Merge from mozilla-central. 2012-01-11 14:11:45 -08:00
David Anderson
44cdd08442 Merge from mozilla-central.
--HG--
rename : other-licenses/android/APKOpen.cpp => mozglue/android/APKOpen.cpp
rename : other-licenses/android/APKOpen.h => mozglue/android/APKOpen.h
rename : other-licenses/android/Makefile.in => mozglue/android/Makefile.in
rename : other-licenses/android/nsGeckoUtils.cpp => mozglue/android/nsGeckoUtils.cpp
2012-01-10 14:18:18 -08:00
David Anderson
1f63693365 Merge from mozilla-central. 2012-01-09 11:29:09 -08:00
Mike Hommey
e27024fab6 Bug 683127 part 2 - Build system glue for the new linker. r=khuey 2012-01-11 11:10:59 +01:00
Wes Johnston
73b1812482 Bug 722965 - Remove MOZ_TOUCH ifdefs. r=smaug 2012-03-19 14:34:34 -07:00
Matthew Gregan
99c543fe5d Bug 623444 - Import Windows libcubeb implementation. r=doublec, r=khuey 2012-01-13 14:38:39 +13:00
Mike Hommey
6bde3c4d13 Bug 603370 part 1 - Add an option to expandlibs-exec to allow to reorder the objects list. r=ted 2012-01-20 09:50:44 +01:00
David Anderson
1b77967edf Merge from mozilla-central.
--HG--
rename : widget/public/LookAndFeel.h => widget/LookAndFeel.h
rename : widget/src/android/AndroidBridge.cpp => widget/android/AndroidBridge.cpp
rename : widget/src/android/AndroidBridge.h => widget/android/AndroidBridge.h
rename : widget/src/android/AndroidJNI.cpp => widget/android/AndroidJNI.cpp
rename : widget/src/android/GfxInfo.cpp => widget/android/GfxInfo.cpp
rename : widget/src/android/GfxInfo.h => widget/android/GfxInfo.h
rename : widget/src/android/nsAppShell.cpp => widget/android/nsAppShell.cpp
rename : widget/src/android/nsAppShell.h => widget/android/nsAppShell.h
rename : widget/src/android/nsClipboard.cpp => widget/android/nsClipboard.cpp
rename : widget/src/android/nsDeviceContextAndroid.cpp => widget/android/nsDeviceContextAndroid.cpp
rename : widget/src/android/nsDeviceContextAndroid.h => widget/android/nsDeviceContextAndroid.h
rename : widget/src/android/nsLookAndFeel.cpp => widget/android/nsLookAndFeel.cpp
rename : widget/src/android/nsLookAndFeel.h => widget/android/nsLookAndFeel.h
rename : widget/src/android/nsWindow.cpp => widget/android/nsWindow.cpp
rename : widget/src/android/nsWindow.h => widget/android/nsWindow.h
rename : widget/src/cocoa/ComplexTextInputPanel.mm => widget/cocoa/ComplexTextInputPanel.mm
rename : widget/src/cocoa/GfxInfo.h => widget/cocoa/GfxInfo.h
rename : widget/src/cocoa/GfxInfo.mm => widget/cocoa/GfxInfo.mm
rename : widget/src/cocoa/TextInputHandler.h => widget/cocoa/TextInputHandler.h
rename : widget/src/cocoa/TextInputHandler.mm => widget/cocoa/TextInputHandler.mm
rename : widget/src/cocoa/nsAppShell.h => widget/cocoa/nsAppShell.h
rename : widget/src/cocoa/nsAppShell.mm => widget/cocoa/nsAppShell.mm
rename : widget/src/cocoa/nsBidiKeyboard.mm => widget/cocoa/nsBidiKeyboard.mm
rename : widget/src/cocoa/nsChildView.h => widget/cocoa/nsChildView.h
rename : widget/src/cocoa/nsChildView.mm => widget/cocoa/nsChildView.mm
rename : widget/src/cocoa/nsClipboard.h => widget/cocoa/nsClipboard.h
rename : widget/src/cocoa/nsClipboard.mm => widget/cocoa/nsClipboard.mm
rename : widget/src/cocoa/nsCocoaFeatures.h => widget/cocoa/nsCocoaFeatures.h
rename : widget/src/cocoa/nsCocoaFeatures.mm => widget/cocoa/nsCocoaFeatures.mm
rename : widget/src/cocoa/nsCocoaUtils.h => widget/cocoa/nsCocoaUtils.h
rename : widget/src/cocoa/nsCocoaUtils.mm => widget/cocoa/nsCocoaUtils.mm
rename : widget/src/cocoa/nsCocoaWindow.h => widget/cocoa/nsCocoaWindow.h
rename : widget/src/cocoa/nsCocoaWindow.mm => widget/cocoa/nsCocoaWindow.mm
rename : widget/src/cocoa/nsDeviceContextSpecX.h => widget/cocoa/nsDeviceContextSpecX.h
rename : widget/src/cocoa/nsDeviceContextSpecX.mm => widget/cocoa/nsDeviceContextSpecX.mm
rename : widget/src/cocoa/nsDragService.h => widget/cocoa/nsDragService.h
rename : widget/src/cocoa/nsDragService.mm => widget/cocoa/nsDragService.mm
rename : widget/src/cocoa/nsFilePicker.h => widget/cocoa/nsFilePicker.h
rename : widget/src/cocoa/nsFilePicker.mm => widget/cocoa/nsFilePicker.mm
rename : widget/src/cocoa/nsMacDockSupport.mm => widget/cocoa/nsMacDockSupport.mm
rename : widget/src/cocoa/nsMenuBarX.mm => widget/cocoa/nsMenuBarX.mm
rename : widget/src/cocoa/nsMenuItemIconX.h => widget/cocoa/nsMenuItemIconX.h
rename : widget/src/cocoa/nsMenuItemIconX.mm => widget/cocoa/nsMenuItemIconX.mm
rename : widget/src/cocoa/nsMenuItemX.h => widget/cocoa/nsMenuItemX.h
rename : widget/src/cocoa/nsMenuItemX.mm => widget/cocoa/nsMenuItemX.mm
rename : widget/src/cocoa/nsMenuUtilsX.h => widget/cocoa/nsMenuUtilsX.h
rename : widget/src/cocoa/nsMenuUtilsX.mm => widget/cocoa/nsMenuUtilsX.mm
rename : widget/src/cocoa/nsMenuX.h => widget/cocoa/nsMenuX.h
rename : widget/src/cocoa/nsMenuX.mm => widget/cocoa/nsMenuX.mm
rename : widget/src/cocoa/nsNativeThemeCocoa.h => widget/cocoa/nsNativeThemeCocoa.h
rename : widget/src/cocoa/nsNativeThemeCocoa.mm => widget/cocoa/nsNativeThemeCocoa.mm
rename : widget/src/cocoa/nsPrintDialogX.mm => widget/cocoa/nsPrintDialogX.mm
rename : widget/src/cocoa/nsPrintOptionsX.mm => widget/cocoa/nsPrintOptionsX.mm
rename : widget/src/cocoa/nsStandaloneNativeMenu.mm => widget/cocoa/nsStandaloneNativeMenu.mm
rename : widget/src/cocoa/nsToolkit.h => widget/cocoa/nsToolkit.h
rename : widget/src/cocoa/nsToolkit.mm => widget/cocoa/nsToolkit.mm
rename : widget/src/gtk2/nsAppShell.cpp => widget/gtk2/nsAppShell.cpp
rename : widget/src/gtk2/nsAppShell.h => widget/gtk2/nsAppShell.h
rename : widget/src/gtk2/nsBidiKeyboard.cpp => widget/gtk2/nsBidiKeyboard.cpp
rename : widget/src/gtk2/nsBidiKeyboard.h => widget/gtk2/nsBidiKeyboard.h
rename : widget/src/gtk2/nsCUPSShim.cpp => widget/gtk2/nsCUPSShim.cpp
rename : widget/src/gtk2/nsCUPSShim.h => widget/gtk2/nsCUPSShim.h
rename : widget/src/gtk2/nsClipboard.cpp => widget/gtk2/nsClipboard.cpp
rename : widget/src/gtk2/nsDeviceContextSpecG.cpp => widget/gtk2/nsDeviceContextSpecG.cpp
rename : widget/src/gtk2/nsDeviceContextSpecG.h => widget/gtk2/nsDeviceContextSpecG.h
rename : widget/src/gtk2/nsDragService.cpp => widget/gtk2/nsDragService.cpp
rename : widget/src/gtk2/nsDragService.h => widget/gtk2/nsDragService.h
rename : widget/src/gtk2/nsFilePicker.cpp => widget/gtk2/nsFilePicker.cpp
rename : widget/src/gtk2/nsFilePicker.h => widget/gtk2/nsFilePicker.h
rename : widget/src/gtk2/nsGtkIMModule.cpp => widget/gtk2/nsGtkIMModule.cpp
rename : widget/src/gtk2/nsGtkIMModule.h => widget/gtk2/nsGtkIMModule.h
rename : widget/src/gtk2/nsIdleServiceGTK.cpp => widget/gtk2/nsIdleServiceGTK.cpp
rename : widget/src/gtk2/nsImageToPixbuf.cpp => widget/gtk2/nsImageToPixbuf.cpp
rename : widget/src/gtk2/nsLookAndFeel.cpp => widget/gtk2/nsLookAndFeel.cpp
rename : widget/src/gtk2/nsLookAndFeel.h => widget/gtk2/nsLookAndFeel.h
rename : widget/src/gtk2/nsNativeKeyBindings.cpp => widget/gtk2/nsNativeKeyBindings.cpp
rename : widget/src/gtk2/nsNativeKeyBindings.h => widget/gtk2/nsNativeKeyBindings.h
rename : widget/src/gtk2/nsNativeThemeGTK.cpp => widget/gtk2/nsNativeThemeGTK.cpp
rename : widget/src/gtk2/nsNativeThemeGTK.h => widget/gtk2/nsNativeThemeGTK.h
rename : widget/src/gtk2/nsPSPrinters.cpp => widget/gtk2/nsPSPrinters.cpp
rename : widget/src/gtk2/nsPSPrinters.h => widget/gtk2/nsPSPrinters.h
rename : widget/src/gtk2/nsPaperPS.cpp => widget/gtk2/nsPaperPS.cpp
rename : widget/src/gtk2/nsPaperPS.h => widget/gtk2/nsPaperPS.h
rename : widget/src/gtk2/nsPrintDialogGTK.cpp => widget/gtk2/nsPrintDialogGTK.cpp
rename : widget/src/gtk2/nsPrintSettingsGTK.cpp => widget/gtk2/nsPrintSettingsGTK.cpp
rename : widget/src/gtk2/nsPrintSettingsGTK.h => widget/gtk2/nsPrintSettingsGTK.h
rename : widget/src/gtk2/nsSound.cpp => widget/gtk2/nsSound.cpp
rename : widget/src/gtk2/nsSound.h => widget/gtk2/nsSound.h
rename : widget/src/gtk2/nsWidgetFactory.cpp => widget/gtk2/nsWidgetFactory.cpp
rename : widget/src/gtk2/nsWindow.cpp => widget/gtk2/nsWindow.cpp
rename : widget/src/gtk2/nsWindow.h => widget/gtk2/nsWindow.h
rename : widget/public/nsGUIEvent.h => widget/nsGUIEvent.h
rename : widget/public/nsIDeviceContextSpec.h => widget/nsIDeviceContextSpec.h
rename : widget/public/nsIDragSessionOS2.h => widget/nsIDragSessionOS2.h
rename : widget/public/nsINativeKeyBindings.h => widget/nsINativeKeyBindings.h
rename : widget/public/nsIPluginWidget.h => widget/nsIPluginWidget.h
rename : widget/public/nsIRollupListener.h => widget/nsIRollupListener.h
rename : widget/public/nsIWidget.h => widget/nsIWidget.h
rename : widget/public/nsIWinTaskbar.idl => widget/nsIWinTaskbar.idl
rename : widget/public/nsWidgetInitData.h => widget/nsWidgetInitData.h
rename : widget/src/os2/nsAppShell.cpp => widget/os2/nsAppShell.cpp
rename : widget/src/os2/nsAppShell.h => widget/os2/nsAppShell.h
rename : widget/src/os2/nsBidiKeyboard.cpp => widget/os2/nsBidiKeyboard.cpp
rename : widget/src/os2/nsClipboard.cpp => widget/os2/nsClipboard.cpp
rename : widget/src/os2/nsClipboard.h => widget/os2/nsClipboard.h
rename : widget/src/os2/nsDeviceContextSpecOS2.cpp => widget/os2/nsDeviceContextSpecOS2.cpp
rename : widget/src/os2/nsDeviceContextSpecOS2.h => widget/os2/nsDeviceContextSpecOS2.h
rename : widget/src/os2/nsDragService.cpp => widget/os2/nsDragService.cpp
rename : widget/src/os2/nsDragService.h => widget/os2/nsDragService.h
rename : widget/src/os2/nsFilePicker.cpp => widget/os2/nsFilePicker.cpp
rename : widget/src/os2/nsIdleServiceOS2.h => widget/os2/nsIdleServiceOS2.h
rename : widget/src/os2/nsPrintdOS2.h => widget/os2/nsPrintdOS2.h
rename : widget/src/os2/nsRwsService.cpp => widget/os2/nsRwsService.cpp
rename : widget/src/os2/nsSound.cpp => widget/os2/nsSound.cpp
rename : widget/src/os2/nsWindow.cpp => widget/os2/nsWindow.cpp
rename : widget/src/os2/nsWindow.h => widget/os2/nsWindow.h
rename : widget/src/os2/os2FrameWindow.cpp => widget/os2/os2FrameWindow.cpp
rename : widget/src/os2/os2FrameWindow.h => widget/os2/os2FrameWindow.h
rename : widget/src/qt/mozqwidget.cpp => widget/qt/mozqwidget.cpp
rename : widget/src/qt/nsAppShell.cpp => widget/qt/nsAppShell.cpp
rename : widget/src/qt/nsAppShell.h => widget/qt/nsAppShell.h
rename : widget/src/qt/nsBidiKeyboard.cpp => widget/qt/nsBidiKeyboard.cpp
rename : widget/src/qt/nsClipboard.cpp => widget/qt/nsClipboard.cpp
rename : widget/src/qt/nsDeviceContextSpecQt.cpp => widget/qt/nsDeviceContextSpecQt.cpp
rename : widget/src/qt/nsDeviceContextSpecQt.h => widget/qt/nsDeviceContextSpecQt.h
rename : widget/src/qt/nsDragService.cpp => widget/qt/nsDragService.cpp
rename : widget/src/qt/nsFilePicker.cpp => widget/qt/nsFilePicker.cpp
rename : widget/src/qt/nsIdleServiceQt.cpp => widget/qt/nsIdleServiceQt.cpp
rename : widget/src/qt/nsNativeThemeQt.cpp => widget/qt/nsNativeThemeQt.cpp
rename : widget/src/qt/nsNativeThemeQt.h => widget/qt/nsNativeThemeQt.h
rename : widget/src/qt/nsPrintSettingsQt.cpp => widget/qt/nsPrintSettingsQt.cpp
rename : widget/src/qt/nsPrintSettingsQt.h => widget/qt/nsPrintSettingsQt.h
rename : widget/src/qt/nsSound.h => widget/qt/nsSound.h
rename : widget/src/qt/nsWidgetFactory.cpp => widget/qt/nsWidgetFactory.cpp
rename : widget/src/qt/nsWindow.cpp => widget/qt/nsWindow.cpp
rename : widget/src/qt/nsWindow.h => widget/qt/nsWindow.h
rename : widget/src/shared/nsShmImage.cpp => widget/shared/nsShmImage.cpp
rename : widget/src/shared/nsShmImage.h => widget/shared/nsShmImage.h
rename : widget/src/windows/GfxInfo.cpp => widget/windows/GfxInfo.cpp
rename : widget/src/windows/GfxInfo.h => widget/windows/GfxInfo.h
rename : widget/src/windows/JumpListBuilder.cpp => widget/windows/JumpListBuilder.cpp
rename : widget/src/windows/JumpListBuilder.h => widget/windows/JumpListBuilder.h
rename : widget/src/windows/JumpListItem.cpp => widget/windows/JumpListItem.cpp
rename : widget/src/windows/JumpListItem.h => widget/windows/JumpListItem.h
rename : widget/src/windows/KeyboardLayout.cpp => widget/windows/KeyboardLayout.cpp
rename : widget/src/windows/KeyboardLayout.h => widget/windows/KeyboardLayout.h
rename : widget/src/windows/LSPAnnotator.cpp => widget/windows/LSPAnnotator.cpp
rename : widget/src/windows/TaskbarPreview.cpp => widget/windows/TaskbarPreview.cpp
rename : widget/src/windows/TaskbarPreview.h => widget/windows/TaskbarPreview.h
rename : widget/src/windows/TaskbarPreviewButton.cpp => widget/windows/TaskbarPreviewButton.cpp
rename : widget/src/windows/TaskbarTabPreview.cpp => widget/windows/TaskbarTabPreview.cpp
rename : widget/src/windows/TaskbarTabPreview.h => widget/windows/TaskbarTabPreview.h
rename : widget/src/windows/TaskbarWindowPreview.cpp => widget/windows/TaskbarWindowPreview.cpp
rename : widget/src/windows/TaskbarWindowPreview.h => widget/windows/TaskbarWindowPreview.h
rename : widget/src/windows/WinTaskbar.cpp => widget/windows/WinTaskbar.cpp
rename : widget/src/windows/WinTaskbar.h => widget/windows/WinTaskbar.h
rename : widget/src/windows/WindowHook.cpp => widget/windows/WindowHook.cpp
rename : widget/src/windows/WindowHook.h => widget/windows/WindowHook.h
rename : widget/src/windows/nsAppShell.cpp => widget/windows/nsAppShell.cpp
rename : widget/src/windows/nsAppShell.h => widget/windows/nsAppShell.h
rename : widget/src/windows/nsBidiKeyboard.cpp => widget/windows/nsBidiKeyboard.cpp
rename : widget/src/windows/nsBidiKeyboard.h => widget/windows/nsBidiKeyboard.h
rename : widget/src/windows/nsClipboard.cpp => widget/windows/nsClipboard.cpp
rename : widget/src/windows/nsClipboard.h => widget/windows/nsClipboard.h
rename : widget/src/windows/nsDataObj.cpp => widget/windows/nsDataObj.cpp
rename : widget/src/windows/nsDataObj.h => widget/windows/nsDataObj.h
rename : widget/src/windows/nsDeviceContextSpecWin.cpp => widget/windows/nsDeviceContextSpecWin.cpp
rename : widget/src/windows/nsDeviceContextSpecWin.h => widget/windows/nsDeviceContextSpecWin.h
rename : widget/src/windows/nsDragService.cpp => widget/windows/nsDragService.cpp
rename : widget/src/windows/nsDragService.h => widget/windows/nsDragService.h
rename : widget/src/windows/nsFilePicker.cpp => widget/windows/nsFilePicker.cpp
rename : widget/src/windows/nsIMM32Handler.cpp => widget/windows/nsIMM32Handler.cpp
rename : widget/src/windows/nsIMM32Handler.h => widget/windows/nsIMM32Handler.h
rename : widget/src/windows/nsImageClipboard.cpp => widget/windows/nsImageClipboard.cpp
rename : widget/src/windows/nsNativeDragSource.cpp => widget/windows/nsNativeDragSource.cpp
rename : widget/src/windows/nsNativeDragSource.h => widget/windows/nsNativeDragSource.h
rename : widget/src/windows/nsNativeDragTarget.cpp => widget/windows/nsNativeDragTarget.cpp
rename : widget/src/windows/nsNativeDragTarget.h => widget/windows/nsNativeDragTarget.h
rename : widget/src/windows/nsNativeThemeWin.cpp => widget/windows/nsNativeThemeWin.cpp
rename : widget/src/windows/nsNativeThemeWin.h => widget/windows/nsNativeThemeWin.h
rename : widget/src/windows/nsPrintSettingsWin.cpp => widget/windows/nsPrintSettingsWin.cpp
rename : widget/src/windows/nsTextStore.cpp => widget/windows/nsTextStore.cpp
rename : widget/src/windows/nsTextStore.h => widget/windows/nsTextStore.h
rename : widget/src/windows/nsToolkit.cpp => widget/windows/nsToolkit.cpp
rename : widget/src/windows/nsToolkit.h => widget/windows/nsToolkit.h
rename : widget/src/windows/nsUXThemeData.cpp => widget/windows/nsUXThemeData.cpp
rename : widget/src/windows/nsUXThemeData.h => widget/windows/nsUXThemeData.h
rename : widget/src/windows/nsWinGesture.cpp => widget/windows/nsWinGesture.cpp
rename : widget/src/windows/nsWinGesture.h => widget/windows/nsWinGesture.h
rename : widget/src/windows/nsWindow.cpp => widget/windows/nsWindow.cpp
rename : widget/src/windows/nsWindow.h => widget/windows/nsWindow.h
rename : widget/src/windows/nsWindowDbg.cpp => widget/windows/nsWindowDbg.cpp
rename : widget/src/windows/nsWindowDbg.h => widget/windows/nsWindowDbg.h
rename : widget/src/windows/nsWindowDefs.h => widget/windows/nsWindowDefs.h
rename : widget/src/windows/nsWindowGfx.cpp => widget/windows/nsWindowGfx.cpp
rename : widget/src/windows/nsWindowGfx.h => widget/windows/nsWindowGfx.h
rename : widget/src/windows/tests/TestWinDND.cpp => widget/windows/tests/TestWinDND.cpp
rename : widget/src/xpwidgets/GfxInfoX11.cpp => widget/xpwidgets/GfxInfoX11.cpp
rename : widget/src/xpwidgets/GfxInfoX11.h => widget/xpwidgets/GfxInfoX11.h
rename : widget/src/xpwidgets/PuppetWidget.cpp => widget/xpwidgets/PuppetWidget.cpp
rename : widget/src/xpwidgets/PuppetWidget.h => widget/xpwidgets/PuppetWidget.h
rename : widget/src/xpwidgets/nsBaseAppShell.cpp => widget/xpwidgets/nsBaseAppShell.cpp
rename : widget/src/xpwidgets/nsBaseAppShell.h => widget/xpwidgets/nsBaseAppShell.h
rename : widget/src/xpwidgets/nsBaseClipboard.cpp => widget/xpwidgets/nsBaseClipboard.cpp
rename : widget/src/xpwidgets/nsBaseClipboard.h => widget/xpwidgets/nsBaseClipboard.h
rename : widget/src/xpwidgets/nsBaseDragService.cpp => widget/xpwidgets/nsBaseDragService.cpp
rename : widget/src/xpwidgets/nsBaseDragService.h => widget/xpwidgets/nsBaseDragService.h
rename : widget/src/xpwidgets/nsBaseFilePicker.cpp => widget/xpwidgets/nsBaseFilePicker.cpp
rename : widget/src/xpwidgets/nsBaseFilePicker.h => widget/xpwidgets/nsBaseFilePicker.h
rename : widget/src/xpwidgets/nsBaseWidget.cpp => widget/xpwidgets/nsBaseWidget.cpp
rename : widget/src/xpwidgets/nsBaseWidget.h => widget/xpwidgets/nsBaseWidget.h
rename : widget/src/xpwidgets/nsClipboardHelper.cpp => widget/xpwidgets/nsClipboardHelper.cpp
rename : widget/src/xpwidgets/nsClipboardPrivacyHandler.cpp => widget/xpwidgets/nsClipboardPrivacyHandler.cpp
rename : widget/src/xpwidgets/nsClipboardPrivacyHandler.h => widget/xpwidgets/nsClipboardPrivacyHandler.h
rename : widget/src/xpwidgets/nsHTMLFormatConverter.cpp => widget/xpwidgets/nsHTMLFormatConverter.cpp
rename : widget/src/xpwidgets/nsIdleService.cpp => widget/xpwidgets/nsIdleService.cpp
rename : widget/src/xpwidgets/nsNativeTheme.cpp => widget/xpwidgets/nsNativeTheme.cpp
rename : widget/src/xpwidgets/nsNativeTheme.h => widget/xpwidgets/nsNativeTheme.h
rename : widget/src/xpwidgets/nsPrimitiveHelpers.cpp => widget/xpwidgets/nsPrimitiveHelpers.cpp
rename : widget/src/xpwidgets/nsPrintOptionsImpl.cpp => widget/xpwidgets/nsPrintOptionsImpl.cpp
rename : widget/src/xpwidgets/nsPrintSettingsImpl.cpp => widget/xpwidgets/nsPrintSettingsImpl.cpp
rename : widget/src/xpwidgets/nsPrintSettingsImpl.h => widget/xpwidgets/nsPrintSettingsImpl.h
rename : widget/src/xpwidgets/nsTransferable.cpp => widget/xpwidgets/nsTransferable.cpp
rename : widget/src/xpwidgets/nsTransferable.h => widget/xpwidgets/nsTransferable.h
rename : widget/src/xpwidgets/nsXPLookAndFeel.cpp => widget/xpwidgets/nsXPLookAndFeel.cpp
rename : widget/src/xpwidgets/nsXPLookAndFeel.h => widget/xpwidgets/nsXPLookAndFeel.h
rename : widget/src/xremoteclient/XRemoteClient.cpp => widget/xremoteclient/XRemoteClient.cpp
rename : widget/src/xremoteclient/XRemoteClient.h => widget/xremoteclient/XRemoteClient.h
rename : widget/src/xremoteclient/mozilla-xremote-client.cpp => widget/xremoteclient/mozilla-xremote-client.cpp
rename : widget/src/xremoteclient/nsRemoteClient.h => widget/xremoteclient/nsRemoteClient.h
rename : dom/indexedDB/LazyIdleThread.cpp => xpcom/threads/LazyIdleThread.cpp
rename : dom/indexedDB/LazyIdleThread.h => xpcom/threads/LazyIdleThread.h
2012-01-05 12:10:36 -08:00
David Anderson
d903b17615 Merge from mozilla-central. 2012-01-02 18:36:40 -08:00
David Anderson
d16c1871c0 Merge from mozilla-central. 2011-12-27 14:02:22 -08:00
Matt Brubeck
5de13ee52d Merge from mozilla-inbound to mozilla-central 2011-12-27 11:04:58 -08:00
Makoto Kato
f17c3d92a7 Bug 711919 - Remove AWT_11 and CM_BLDTYPE from autoconf.mk. r=khuey 2011-12-31 13:17:57 +09:00
David Anderson
71164a7804 Merge from mozilla-central. 2011-12-22 11:50:00 -08:00
Chris Peterson
b576548e57 Bug 714874 - Fix some Java warnings. r=dougt a=dougt 2012-01-05 10:49:33 -08:00
Mounir Lamouri
9bf1028f9c Bug 703121 - Part 2 - Do not force warnings-as-errors to be disabled on Android. r=khuey 2012-01-06 18:17:07 +01:00
Benjamin Smedberg
6ce15ca2eb Back out bug 740795 because of bustages (check-sync-dirs at least) 2012-05-18 14:33:25 -04:00
Benjamin Smedberg
a2298872e6 Bug 740795 part B - make nsinstall.py accept an "-X" flag to exclude files when copying directories recursively, r=ted
--HG--
extra : rebase_source : f9c8c75b7f1683de4c3414786bdabf5960550d59
2012-05-18 12:42:01 -04:00
Mounir Lamouri
5eef973053 Bug 713377 - Part 1 - Add a --disable-websms-backend build option. r=blassey 2012-01-16 19:53:09 +01:00
Brian R. Bondy
e0675f28dc Bug 708153 - Build config for building and including maintenance service. r=rstrong. sr=khuey. 2012-01-04 23:19:14 -05:00
Kyle Huey
5b6392ded6 Merge b-s to m-c. 2012-01-04 10:39:52 -05:00
Kyle Huey
f7059df055 Bug 714178: Expose the value of CPP from configure to the rest of the build system. r=ted 2012-01-03 13:47:26 -05:00
Wes Johnston
43680b21b4 Bug 603008 - Platform support for multitouch events. r=smaug
* * *
Bug 603008 - Platform support for multitouch events.
* * *
ifdefandroid
2011-12-16 16:24:11 -08:00
Makoto Kato
5e533e4d62 bug 693280 - Android DNS lookup port is incorrect usage for external function defines. r=glandium 2011-12-22 10:13:31 +09:00
Mike Hommey
567913809a Bug 701371 - Rename mozutils to mozglue, and move it to top-level. r=khuey,a=brendan
--HG--
rename : memory/mozutils/Makefile.in => mozglue/Makefile.in
rename : memory/mozutils/Makefile.in => mozglue/build/Makefile.in
rename : memory/mozutils/dummy.cpp => mozglue/build/dummy.cpp
rename : memory/mozutils/fixcrt.py => mozglue/build/fixcrt.py
rename : memory/mozutils/mozutils.def.in => mozglue/build/mozglue.def.in
2011-12-28 08:24:02 +01:00
David Anderson
c5d6b82ac8 Merge.
--HG--
rename : content/events/public/nsPLDOMEvent.h => content/events/public/nsAsyncDOMEvent.h
rename : content/events/src/nsPLDOMEvent.cpp => content/events/src/nsAsyncDOMEvent.cpp
2011-12-20 13:42:14 -08:00
Christian Legnitto
f42e8695fa Bug 700000 - Version bump 2011-12-20 09:24:38 -08:00
David Anderson
281419782d Merge from mozilla-central.
--HG--
rename : browser/components/sessionstore/test/browser/Makefile.in => browser/components/sessionstore/test/Makefile.in
rename : browser/devtools/webconsole/test/browser/Makefile.in => browser/devtools/webconsole/test/Makefile.in
rename : browser/devtools/webconsole/test/browser/browser_gcli_integrate.js => browser/devtools/webconsole/test/browser_gcli_integrate.js
rename : browser/devtools/webconsole/test/browser/browser_gcli_web.js => browser/devtools/webconsole/test/browser_gcli_web.js
rename : browser/devtools/webconsole/test/browser/browser_webconsole_bug_595934_message_categories.js => browser/devtools/webconsole/test/browser_webconsole_bug_595934_message_categories.js
rename : browser/devtools/webconsole/test/browser/browser_webconsole_bug_642108_pruneTest.js => browser/devtools/webconsole/test/browser_webconsole_bug_642108_pruneTest.js
rename : browser/devtools/webconsole/test/browser/browser_webconsole_bug_653531_highlighter_console_helper.js => browser/devtools/webconsole/test/browser_webconsole_bug_653531_highlighter_console_helper.js
rename : browser/devtools/webconsole/test/browser/test-console-extras.html => browser/devtools/webconsole/test/test-console-extras.html
2011-12-16 15:06:51 -08:00
Ed Morley
31126ce3eb Merge last green changeset of mozilla-inbound to mozilla-central
--HG--
extra : rebase_source : 63bff373cb94613e93c2795eb3b46e9a23ab3ee5
2011-12-09 11:12:51 +00:00
David Anderson
c2b6153525 Merge from mozilla-central (objshrink, yay!)
--HG--
rename : security/manager/ssl/src/nsNSSCallbacks.cpp => security/manager/ssl/src/SSLServerCertVerification.cpp
2011-12-05 16:57:50 -08:00
Matt Brubeck
35e216197e Merge latest green changeset from mozilla-inbound to mozilla-central 2011-12-05 10:04:12 -08:00
Mark Banner
bb7846c7e6 Bug 557047 - Replace mailnews specific ifdef (MOZ_MAIL_NEWS) in cookie code with tests for a protocol flag. r=sdwilsh,sr=bzbarsky 2011-12-05 12:35:23 +00:00
Kyle Machulis
c9143bdf42 Bug 699222 - Part 1: Add MOZ_B2G_RIL (--enable-b2g-ril) configure flag. r=khuey 2011-12-05 15:58:26 +08:00
Bill McCloskey
af6c302c9e Bug 705332 - Re-enable printing filename in quiet builds (r=njn) 2011-12-08 10:14:06 -08:00
David Anderson
2fab108c59 Merge from mozilla-central. 2011-11-29 16:44:03 -08:00
David Anderson
5c48d7f631 Merge from mozilla-central.
--HG--
rename : gfx/thebes/GLContext.cpp => gfx/gl/GLContext.cpp
rename : gfx/thebes/GLContext.h => gfx/gl/GLContext.h
rename : gfx/thebes/GLContextProviderCGL.mm => gfx/gl/GLContextProviderCGL.mm
rename : gfx/thebes/GLContextProviderEGL.cpp => gfx/gl/GLContextProviderEGL.cpp
rename : gfx/thebes/GLContextProviderGLX.cpp => gfx/gl/GLContextProviderGLX.cpp
rename : gfx/thebes/GLContextProviderOSMesa.cpp => gfx/gl/GLContextProviderOSMesa.cpp
rename : gfx/thebes/GLContextProviderWGL.cpp => gfx/gl/GLContextProviderWGL.cpp
rename : gfx/thebes/GLXLibrary.h => gfx/gl/GLXLibrary.h
rename : gfx/thebes/WGLLibrary.h => gfx/gl/WGLLibrary.h
rename : layout/svg/base/src/nsSVGLeafFrame.cpp => layout/svg/base/src/SVGFELeafFrame.cpp
2011-11-23 15:19:11 -05:00
Mike Hommey
e703e3f311 Bug 686466 part 3 - Use a pre-generated nsXREAppData struct instead of application.ini. r=ted,bsmedberg
--HG--
rename : build/application.ini => build/application.ini.in
2011-11-22 08:05:59 +01:00
Mike Hommey
59a813130d Bug 686466 part 1 - Centralize application.ini creation. r=ted
--HG--
rename : browser/app/application.ini => build/application.ini
2011-11-22 08:05:59 +01:00
Nicholas Nethercote
a4c1789959 Bug 703456 - Kill REPORT_BUILD; kill it dead. r=ted. 2011-11-21 18:47:54 -08:00
Sean Stangl
1f4a864ee4 Merge M-C -> IonMonkey.
--HG--
rename : mobile/app/mobile.js => mobile/xul/app/mobile.js
rename : mobile/app/nsBrowserApp.cpp => mobile/xul/app/nsBrowserApp.cpp
rename : mobile/chrome/content/BookmarkHelper.js => mobile/xul/chrome/content/BookmarkHelper.js
rename : mobile/chrome/content/BookmarkPopup.js => mobile/xul/chrome/content/BookmarkPopup.js
rename : mobile/chrome/content/ContextCommands.js => mobile/xul/chrome/content/ContextCommands.js
rename : mobile/chrome/content/TabsPopup.js => mobile/xul/chrome/content/TabsPopup.js
rename : mobile/chrome/content/Util.js => mobile/xul/chrome/content/Util.js
rename : mobile/chrome/content/WebappsUI.js => mobile/xul/chrome/content/WebappsUI.js
rename : mobile/chrome/content/aboutHome.xhtml => mobile/xul/chrome/content/aboutHome.xhtml
rename : mobile/chrome/content/bindings/arrowbox.xml => mobile/xul/chrome/content/bindings/arrowbox.xml
rename : mobile/chrome/content/browser-scripts.js => mobile/xul/chrome/content/browser-scripts.js
rename : mobile/chrome/content/browser-ui.js => mobile/xul/chrome/content/browser-ui.js
rename : mobile/chrome/content/browser.js => mobile/xul/chrome/content/browser.js
rename : mobile/chrome/content/browser.xul => mobile/xul/chrome/content/browser.xul
rename : mobile/chrome/content/common-ui.js => mobile/xul/chrome/content/common-ui.js
rename : mobile/chrome/content/content.js => mobile/xul/chrome/content/content.js
rename : mobile/chrome/content/downloads.js => mobile/xul/chrome/content/downloads.js
rename : mobile/chrome/content/extensions.js => mobile/xul/chrome/content/extensions.js
rename : mobile/chrome/content/forms.js => mobile/xul/chrome/content/forms.js
rename : mobile/chrome/content/localePicker.js => mobile/xul/chrome/content/localePicker.js
rename : mobile/chrome/content/localePicker.xul => mobile/xul/chrome/content/localePicker.xul
rename : mobile/chrome/content/preferences.js => mobile/xul/chrome/content/preferences.js
rename : mobile/chrome/content/sync.js => mobile/xul/chrome/content/sync.js
rename : mobile/chrome/content/tabs.xml => mobile/xul/chrome/content/tabs.xml
rename : mobile/chrome/content/webapps.xul => mobile/xul/chrome/content/webapps.xul
rename : mobile/chrome/jar.mn => mobile/xul/chrome/jar.mn
rename : mobile/chrome/tests/Makefile.in => mobile/xul/chrome/tests/Makefile.in
rename : mobile/chrome/tests/browser_awesomescreen.js => mobile/xul/chrome/tests/browser_awesomescreen.js
rename : mobile/components/Makefile.in => mobile/xul/components/Makefile.in
rename : mobile/components/MobileComponents.manifest => mobile/xul/components/MobileComponents.manifest
rename : mobile/components/SessionStore.js => mobile/xul/components/SessionStore.js
rename : mobile/confvars.sh => mobile/xul/confvars.sh
rename : mobile/installer/package-manifest.in => mobile/xul/installer/package-manifest.in
rename : mobile/locales/en-US/chrome/aboutHome.dtd => mobile/xul/locales/en-US/chrome/aboutHome.dtd
rename : mobile/locales/en-US/chrome/sync.dtd => mobile/xul/locales/en-US/chrome/sync.dtd
rename : mobile/locales/en-US/chrome/webapps.dtd => mobile/xul/locales/en-US/chrome/webapps.dtd
rename : mobile/modules/LocaleRepository.jsm => mobile/xul/modules/LocaleRepository.jsm
rename : mobile/modules/contacts.jsm => mobile/xul/modules/contacts.jsm
rename : mobile/themes/core/aboutHome.css => mobile/xul/themes/core/aboutHome.css
rename : mobile/themes/core/browser.css => mobile/xul/themes/core/browser.css
rename : mobile/themes/core/defines.inc => mobile/xul/themes/core/defines.inc
rename : mobile/themes/core/gingerbread/browser.css => mobile/xul/themes/core/gingerbread/browser.css
rename : mobile/themes/core/gingerbread/defines.inc => mobile/xul/themes/core/gingerbread/defines.inc
rename : mobile/themes/core/gingerbread/images/throbber.png => mobile/xul/themes/core/gingerbread/images/throbber.png
rename : mobile/themes/core/honeycomb/browser.css => mobile/xul/themes/core/honeycomb/browser.css
rename : mobile/themes/core/honeycomb/defines.inc => mobile/xul/themes/core/honeycomb/defines.inc
rename : mobile/themes/core/honeycomb/images/addons-default-hdpi.png => mobile/xul/themes/core/honeycomb/images/addons-default-hdpi.png
rename : mobile/themes/core/honeycomb/images/check-selected-hdpi.png => mobile/xul/themes/core/honeycomb/images/check-selected-hdpi.png
rename : mobile/themes/core/honeycomb/images/check-unselected-hdpi.png => mobile/xul/themes/core/honeycomb/images/check-unselected-hdpi.png
rename : mobile/themes/core/honeycomb/images/downloads-default-hdpi.png => mobile/xul/themes/core/honeycomb/images/downloads-default-hdpi.png
rename : mobile/themes/core/honeycomb/images/dropmarker-hdpi.png => mobile/xul/themes/core/honeycomb/images/dropmarker-hdpi.png
rename : mobile/themes/core/honeycomb/images/forward-default-hdpi.png => mobile/xul/themes/core/honeycomb/images/forward-default-hdpi.png
rename : mobile/themes/core/honeycomb/images/menu-hdpi.png => mobile/xul/themes/core/honeycomb/images/menu-hdpi.png
rename : mobile/themes/core/honeycomb/images/navigation-magnifier-30.png => mobile/xul/themes/core/honeycomb/images/navigation-magnifier-30.png
rename : mobile/themes/core/honeycomb/images/preferences-default-hdpi.png => mobile/xul/themes/core/honeycomb/images/preferences-default-hdpi.png
rename : mobile/themes/core/honeycomb/images/reload-hdpi.png => mobile/xul/themes/core/honeycomb/images/reload-hdpi.png
rename : mobile/themes/core/honeycomb/images/stop-hdpi.png => mobile/xul/themes/core/honeycomb/images/stop-hdpi.png
rename : mobile/themes/core/honeycomb/images/throbber.png => mobile/xul/themes/core/honeycomb/images/throbber.png
rename : mobile/themes/core/honeycomb/images/urlbar-border-side.png => mobile/xul/themes/core/honeycomb/images/urlbar-border-side.png
rename : mobile/themes/core/honeycomb/platform.css => mobile/xul/themes/core/honeycomb/platform.css
rename : mobile/themes/core/images/throbber.png => mobile/xul/themes/core/images/throbber.png
rename : mobile/themes/core/jar.mn => mobile/xul/themes/core/jar.mn
rename : mobile/themes/core/tablet.css => mobile/xul/themes/core/tablet.css
2011-11-18 15:27:12 -08:00
Doug Turner
9a38269ada Bug 702037 - Merge Android History into mozilla-central. r=marco 2011-11-18 14:42:52 -08:00
Ed Morley
18baf3e8cb Merge b-s and m-c 2011-11-18 19:04:13 +00:00
Oleg Romashin
d7705e8ae7 Bug 703434 - Add support for Qt resource files (qrc) which possible to pre-compile with rcc compiler. r=glandium 2011-11-17 01:28:33 -05:00
Sean Stangl
790edab73d Merge. Write barriers have not yet been integrated. 2011-11-16 15:10:34 -08:00
Doug Turner
10931b1d81 Bug 702544 - Follow up to 701996. Landing ifdef to make birch project branch compile r=blassey 2011-11-15 09:30:59 -08:00
Michael Wu
10aa39fd71 Bug 701875 - Rename omni.jar to omni.ja, r=ted 2011-11-12 19:58:19 -08:00
Gregory Szorc
84fc0b630e Bug 701822 - Add TEST_DIRS Makefile variable; r=ted 2011-11-11 12:25:22 -08:00
Brian R. Bondy
b4f0f02c3b Bug 721758 - Ability to configure updater to accept multiple MAR IDs. r=rstrong 2012-02-24 16:29:42 -05:00
Brian R. Bondy
f9dc931689 Bug 708690 - Build config for product information blocks. r=rstrong 2012-02-24 16:29:42 -05:00
Brian R. Bondy
4ae40571d6 Bug 711139 - MOZ_VERIFY_MAR_SIGNATURE build option for verifying MAR signatures. r=rstrong. sr=khuey 2012-02-24 16:29:41 -05:00
Christian Legnitto
39061fa675 Bug 700688, Version bump 2011-11-08 09:12:57 -08:00
Jacek Caban
d5b8c93f78 Bug 728178 - js.exe fails to link on on mingw (missing MOZ_Crash) r=glandium 2012-02-21 15:48:02 +01:00
Ed Morley
465164e131 Merge mozilla-central to mozilla-inbound 2012-02-21 14:15:58 +00:00
Makoto Kato
2ed3c82ead Bug 722933 - add -MACHINE option for link.exe. r=khuey 2012-02-21 16:19:23 +09:00
Matheus Kerschbaum
61bd0eb1c9 Bug 597789 - Remove --disable-rdf; r=ted 2011-11-08 11:42:54 +00:00
Ralph Giles
07a6029d72 Bug 697821 - Disable libtheora assembly on XCode 4.2. r=khuey
The version of llvm-gcc included with Apple's XCode 4.2
toolchain can't compile the inline assembly in the libtheora
library. This is a regression from the 4.1 release.
Check for this version and disable assembly if found.

Also update the check for clang < v2.9 from bug 627981,
which had similar problems, to set the same flag.
2011-11-08 00:57:00 -05:00
Makoto Kato
2e5b046a0f Bug 715849 - yasm and GNU as should add debug flag if MOZ_DEBUG_SYMBOLS=1. r=khuey 2012-02-07 15:06:28 +09:00
David Anderson
8de6f54471 Merge from mozilla-central. 2011-11-07 12:14:52 -08:00
Bobby Holley
6ff068db60 Bug 691781 - Generate IDL lexer and parser as part of the build system. r=khuey 2011-11-06 13:32:25 +01:00
Ed Morley
345c2b06c0 Merge mozilla-central and mozilla-inbound 2011-11-05 18:46:28 +00:00
Ed Morley
6a998be2c5 Backout 4997c6f8b24d (bug 616542) for causing locally run mochitest-browser-chrome test runs to fail 2011-11-05 18:35:59 +00:00
David Anderson
1517ff3853 Merge from mozilla-central. 2011-11-04 14:02:27 -07:00
Matheus Kerschbaum
fb722a61dd Bug 698630 - Remove --disable-smil build option; r=dholbert 2011-11-05 10:32:52 +00:00
Makoto Kato
9e5924b6ab Bug 632630 - Should add debug flag of assembler obj when MOZ_DEBUG_SYMBOLS. r=khuey 2011-11-04 11:59:47 +09:00
Jacek Caban
2e48d58fae Bug 712584 - Properly use .def files on mingw builds r=khuey 2011-12-27 10:51:53 +01:00
David Anderson
4ee32ead9f Merge from mozilla-central. 2011-10-31 14:41:42 -07:00
Ryan VanderMeulen
be7e576362 Bug 705401 - Remove the rest of TraceVis. r=dvander 2011-11-28 16:08:25 -08:00
Michael Kohler
81e2e3ed4e Bug 702724 - Avoid compiler error when JDK version >= 7 [r=kats] 2011-11-16 00:49:21 +01:00
David Anderson
6ec1a82143 Merge from mozilla-central.
--HG--
rename : browser/base/content/tabview/groupitems.js => browser/components/tabview/groupitems.js
rename : browser/base/content/tabview/search.js => browser/components/tabview/search.js
rename : browser/base/content/tabview/tabitems.js => browser/components/tabview/tabitems.js
rename : browser/base/content/tabview/tabview.js => browser/components/tabview/tabview.js
rename : browser/base/content/test/tabview/Makefile.in => browser/components/tabview/test/Makefile.in
rename : browser/base/content/test/tabview/browser_tabview_bug587276.js => browser/components/tabview/test/browser_tabview_bug587276.js
rename : browser/base/content/test/tabview/browser_tabview_bug595560.js => browser/components/tabview/test/browser_tabview_bug595560.js
rename : browser/base/content/test/tabview/browser_tabview_bug597399.js => browser/components/tabview/test/browser_tabview_bug597399.js
rename : browser/base/content/test/tabview/browser_tabview_bug610208.js => browser/components/tabview/test/browser_tabview_bug610208.js
rename : browser/base/content/test/tabview/browser_tabview_bug618828.js => browser/components/tabview/test/browser_tabview_bug618828.js
rename : browser/base/content/test/tabview/browser_tabview_bug628165.js => browser/components/tabview/test/browser_tabview_bug628165.js
rename : browser/base/content/test/tabview/browser_tabview_bug650280.js => browser/components/tabview/test/browser_tabview_bug650280.js
rename : browser/base/content/test/tabview/browser_tabview_bug662266.js => browser/components/tabview/test/browser_tabview_bug662266.js
rename : browser/base/content/test/tabview/browser_tabview_bug665502.js => browser/components/tabview/test/browser_tabview_bug665502.js
rename : browser/base/content/test/tabview/browser_tabview_bug681599.js => browser/components/tabview/test/browser_tabview_bug681599.js
rename : browser/base/content/test/tabview/browser_tabview_multiwindow_search.js => browser/components/tabview/test/browser_tabview_multiwindow_search.js
rename : browser/base/content/test/tabview/browser_tabview_privatebrowsing.js => browser/components/tabview/test/browser_tabview_privatebrowsing.js
rename : browser/base/content/test/tabview/browser_tabview_search.js => browser/components/tabview/test/browser_tabview_search.js
rename : browser/base/content/test/tabview/head.js => browser/components/tabview/test/head.js
rename : browser/base/content/tabview/ui.js => browser/components/tabview/ui.js
rename : browser/locales/en-US/chrome/browser/inspector.properties => browser/locales/en-US/chrome/browser/devtools/inspector.properties
rename : browser/locales/en-US/chrome/browser/styleinspector.properties => browser/locales/en-US/chrome/browser/devtools/styleinspector.properties
rename : gfx/angle/angle-instrinsic-msvc2005.patch => gfx/angle/angle-intrinsic-msvc2005.patch
rename : modules/libpr0n/decoders/GIF2.h => image/decoders/GIF2.h
rename : modules/libpr0n/decoders/icon/gtk/nsIconChannel.cpp => image/decoders/icon/gtk/nsIconChannel.cpp
rename : modules/libpr0n/decoders/icon/mac/nsIconChannel.h => image/decoders/icon/mac/nsIconChannel.h
rename : modules/libpr0n/decoders/icon/mac/nsIconChannelCocoa.mm => image/decoders/icon/mac/nsIconChannelCocoa.mm
rename : modules/libpr0n/decoders/icon/nsIconProtocolHandler.cpp => image/decoders/icon/nsIconProtocolHandler.cpp
rename : modules/libpr0n/decoders/icon/nsIconURI.cpp => image/decoders/icon/nsIconURI.cpp
rename : modules/libpr0n/decoders/icon/os2/nsIconChannel.cpp => image/decoders/icon/os2/nsIconChannel.cpp
rename : modules/libpr0n/decoders/icon/os2/nsIconChannel.h => image/decoders/icon/os2/nsIconChannel.h
rename : modules/libpr0n/decoders/icon/win/nsIconChannel.cpp => image/decoders/icon/win/nsIconChannel.cpp
rename : modules/libpr0n/decoders/icon/win/nsIconChannel.h => image/decoders/icon/win/nsIconChannel.h
rename : modules/libpr0n/decoders/nsBMPDecoder.cpp => image/decoders/nsBMPDecoder.cpp
rename : modules/libpr0n/decoders/nsBMPDecoder.h => image/decoders/nsBMPDecoder.h
rename : modules/libpr0n/decoders/nsGIFDecoder2.cpp => image/decoders/nsGIFDecoder2.cpp
rename : modules/libpr0n/decoders/nsGIFDecoder2.h => image/decoders/nsGIFDecoder2.h
rename : modules/libpr0n/decoders/nsICODecoder.cpp => image/decoders/nsICODecoder.cpp
rename : modules/libpr0n/decoders/nsICODecoder.h => image/decoders/nsICODecoder.h
rename : modules/libpr0n/decoders/nsIconDecoder.cpp => image/decoders/nsIconDecoder.cpp
rename : modules/libpr0n/decoders/nsIconDecoder.h => image/decoders/nsIconDecoder.h
rename : modules/libpr0n/decoders/nsJPEGDecoder.cpp => image/decoders/nsJPEGDecoder.cpp
rename : modules/libpr0n/decoders/nsJPEGDecoder.h => image/decoders/nsJPEGDecoder.h
rename : modules/libpr0n/decoders/nsPNGDecoder.cpp => image/decoders/nsPNGDecoder.cpp
rename : modules/libpr0n/decoders/nsPNGDecoder.h => image/decoders/nsPNGDecoder.h
rename : modules/libpr0n/encoders/bmp/nsBMPEncoder.cpp => image/encoders/bmp/nsBMPEncoder.cpp
rename : modules/libpr0n/encoders/bmp/nsBMPEncoder.h => image/encoders/bmp/nsBMPEncoder.h
rename : modules/libpr0n/encoders/ico/nsICOEncoder.cpp => image/encoders/ico/nsICOEncoder.cpp
rename : modules/libpr0n/encoders/ico/nsICOEncoder.h => image/encoders/ico/nsICOEncoder.h
rename : modules/libpr0n/encoders/jpeg/nsJPEGEncoder.cpp => image/encoders/jpeg/nsJPEGEncoder.cpp
rename : modules/libpr0n/encoders/jpeg/nsJPEGEncoder.h => image/encoders/jpeg/nsJPEGEncoder.h
rename : modules/libpr0n/encoders/png/nsPNGEncoder.cpp => image/encoders/png/nsPNGEncoder.cpp
rename : modules/libpr0n/encoders/png/nsPNGEncoder.h => image/encoders/png/nsPNGEncoder.h
rename : modules/libpr0n/public/imgIContainer.idl => image/public/imgIContainer.idl
rename : modules/libpr0n/src/Decoder.cpp => image/src/Decoder.cpp
rename : modules/libpr0n/src/Decoder.h => image/src/Decoder.h
rename : modules/libpr0n/src/DiscardTracker.cpp => image/src/DiscardTracker.cpp
rename : modules/libpr0n/src/Image.h => image/src/Image.h
rename : modules/libpr0n/src/RasterImage.cpp => image/src/RasterImage.cpp
rename : modules/libpr0n/src/RasterImage.h => image/src/RasterImage.h
rename : modules/libpr0n/src/SVGDocumentWrapper.cpp => image/src/SVGDocumentWrapper.cpp
rename : modules/libpr0n/src/SVGDocumentWrapper.h => image/src/SVGDocumentWrapper.h
rename : modules/libpr0n/src/VectorImage.cpp => image/src/VectorImage.cpp
rename : modules/libpr0n/src/VectorImage.h => image/src/VectorImage.h
rename : modules/libpr0n/src/imgFrame.cpp => image/src/imgFrame.cpp
rename : modules/libpr0n/src/imgFrame.h => image/src/imgFrame.h
rename : modules/libpr0n/src/imgLoader.cpp => image/src/imgLoader.cpp
rename : modules/libpr0n/src/imgLoader.h => image/src/imgLoader.h
rename : modules/libpr0n/src/imgRequest.cpp => image/src/imgRequest.cpp
rename : modules/libpr0n/src/imgRequest.h => image/src/imgRequest.h
rename : modules/libpr0n/src/imgRequestProxy.cpp => image/src/imgRequestProxy.cpp
rename : modules/libpr0n/src/imgRequestProxy.h => image/src/imgRequestProxy.h
rename : modules/libpr0n/src/imgStatusTracker.cpp => image/src/imgStatusTracker.cpp
rename : modules/libpr0n/src/imgStatusTracker.h => image/src/imgStatusTracker.h
rename : modules/libpr0n/src/imgTools.cpp => image/src/imgTools.cpp
rename : modules/libpr0n/test/crashtests/crashtests.list => image/test/crashtests/crashtests.list
rename : modules/libpr0n/test/mochitest/Makefile.in => image/test/mochitest/Makefile.in
rename : js/src/jsparse.cpp => js/src/frontend/BytecodeCompiler.cpp
rename : js/src/jsparse.h => js/src/frontend/BytecodeCompiler.h
rename : js/src/jsemit.cpp => js/src/frontend/BytecodeEmitter.cpp
rename : js/src/jsemit.h => js/src/frontend/BytecodeEmitter.h
rename : js/src/jsparse.cpp => js/src/frontend/FoldConstants.cpp
rename : js/src/jsparse.cpp => js/src/frontend/ParseNode.cpp
rename : js/src/jsparse.h => js/src/frontend/ParseNode.h
rename : js/src/jsparse.cpp => js/src/frontend/Parser.cpp
rename : js/src/jsparse.h => js/src/frontend/Parser.h
rename : js/src/jsparse.cpp => js/src/frontend/SemanticAnalysis.cpp
2011-10-28 15:06:26 -07:00
Matt Brubeck
2fa4ecda56 Merge last green changeset from mozilla-inbound to mozilla-central 2011-10-28 11:15:56 -07:00
Kyle Huey
4e5d3c00ff Merge m-c to b-s. 2011-10-28 09:27:32 -04:00
Matt Woodrow
6ba9d89bcd Bug 688333 - Build changes to compile skia. r=khuey 2011-10-28 20:05:35 +13:00
Gavin Sharp
c68c868900 Bug 696436: consolidate Mac bundle name selection, and allow adding a prefix to it at build time, r=dolske, r=ted relanding with a clobber on a CLOSED TREE 2011-10-27 10:27:56 -07:00
Blair McBride
b6e9e19c54 Backout 9e94c7b5290f (bug 696436) due to Mac opt breakage. CLOSED TREE 2011-12-16 16:08:48 +13:00
Gavin Sharp
815a99f1f5 Bug 696436: consolidate Mac bundle name selection, and allow adding a prefix to it at build time, r=dolske, r=ted
--HG--
extra : rebase_source : 138e3b0259bb144524b1bdb8a6db9d83fe527c71
2011-10-27 10:27:56 -07:00
Kyle Huey
3b14723cb1 Merge m-c to b-s. 2011-10-26 12:30:44 -04:00
Ed Morley
7f71b34414 Merge mozilla-central and mozilla-inbound 2011-10-29 02:40:36 +01:00
David Anderson
8ac30aa6e6 Merge from mozilla-central.
--HG--
rename : js/src/xpconnect/idl/nsIXPConnect.idl => js/xpconnect/idl/nsIXPConnect.idl
rename : js/src/xpconnect/loader/mozJSComponentLoader.cpp => js/xpconnect/loader/mozJSComponentLoader.cpp
rename : js/src/xpconnect/loader/mozJSComponentLoader.h => js/xpconnect/loader/mozJSComponentLoader.h
rename : js/src/xpconnect/loader/mozJSSubScriptLoader.cpp => js/xpconnect/loader/mozJSSubScriptLoader.cpp
rename : js/src/xpconnect/public/nsAXPCNativeCallContext.h => js/xpconnect/public/nsAXPCNativeCallContext.h
rename : js/src/xpconnect/public/xpc_map_end.h => js/xpconnect/public/xpc_map_end.h
rename : js/src/xpconnect/shell/xpcshell.cpp => js/xpconnect/shell/xpcshell.cpp
rename : js/src/xpconnect/src/Makefile.in => js/xpconnect/src/Makefile.in
rename : js/src/xpconnect/src/xpccallcontext.cpp => js/xpconnect/src/XPCCallContext.cpp
rename : js/src/xpconnect/src/xpccomponents.cpp => js/xpconnect/src/XPCComponents.cpp
rename : js/src/xpconnect/src/xpcconvert.cpp => js/xpconnect/src/XPCConvert.cpp
rename : js/src/xpconnect/src/xpcdebug.cpp => js/xpconnect/src/XPCDebug.cpp
rename : js/src/xpconnect/src/xpcinlines.h => js/xpconnect/src/XPCInlines.h
rename : js/src/xpconnect/src/xpcjsid.cpp => js/xpconnect/src/XPCJSID.cpp
rename : js/src/xpconnect/src/xpcjsruntime.cpp => js/xpconnect/src/XPCJSRuntime.cpp
rename : js/src/xpconnect/src/xpclog.cpp => js/xpconnect/src/XPCLog.cpp
rename : js/src/xpconnect/src/xpclog.h => js/xpconnect/src/XPCLog.h
rename : js/src/xpconnect/src/xpcmaps.cpp => js/xpconnect/src/XPCMaps.cpp
rename : js/src/xpconnect/src/xpcmaps.h => js/xpconnect/src/XPCMaps.h
rename : js/src/xpconnect/src/xpcquickstubs.cpp => js/xpconnect/src/XPCQuickStubs.cpp
rename : js/src/xpconnect/src/xpcquickstubs.h => js/xpconnect/src/XPCQuickStubs.h
rename : js/src/xpconnect/src/xpcruntimesvc.cpp => js/xpconnect/src/XPCRuntimeService.cpp
rename : js/src/xpconnect/src/xpcthreadcontext.cpp => js/xpconnect/src/XPCThreadContext.cpp
rename : js/src/xpconnect/src/xpcthrower.cpp => js/xpconnect/src/XPCThrower.cpp
rename : js/src/xpconnect/src/xpcvariant.cpp => js/xpconnect/src/XPCVariant.cpp
rename : js/src/xpconnect/src/xpcwrappedjs.cpp => js/xpconnect/src/XPCWrappedJS.cpp
rename : js/src/xpconnect/src/xpcwrappedjsclass.cpp => js/xpconnect/src/XPCWrappedJSClass.cpp
rename : js/src/xpconnect/src/xpcwrappednative.cpp => js/xpconnect/src/XPCWrappedNative.cpp
rename : js/src/xpconnect/src/xpcwrappednativeinfo.cpp => js/xpconnect/src/XPCWrappedNativeInfo.cpp
rename : js/src/xpconnect/src/xpcwrappednativejsops.cpp => js/xpconnect/src/XPCWrappedNativeJSOps.cpp
rename : js/src/xpconnect/src/xpcwrappednativeproto.cpp => js/xpconnect/src/XPCWrappedNativeProto.cpp
rename : js/src/xpconnect/src/xpcwrappednativescope.cpp => js/xpconnect/src/XPCWrappedNativeScope.cpp
rename : js/src/xpconnect/src/XPCWrapper.cpp => js/xpconnect/src/XPCWrapper.cpp
rename : js/src/xpconnect/src/XPCWrapper.h => js/xpconnect/src/XPCWrapper.h
rename : js/src/xpconnect/src/dom_quickstubs.qsconf => js/xpconnect/src/dom_quickstubs.qsconf
rename : js/src/xpconnect/src/nsXPConnect.cpp => js/xpconnect/src/nsXPConnect.cpp
rename : js/src/xpconnect/src/qsgen.py => js/xpconnect/src/qsgen.py
rename : js/src/xpconnect/src/xpcprivate.h => js/xpconnect/src/xpcprivate.h
rename : js/src/xpconnect/src/xpcpublic.h => js/xpconnect/src/xpcpublic.h
rename : js/src/xpconnect/tests/chrome/test_doublewrappedcompartments.xul => js/xpconnect/tests/chrome/test_doublewrappedcompartments.xul
rename : js/src/xpconnect/tests/components/native/xpctest_attributes.cpp => js/xpconnect/tests/components/native/xpctest_attributes.cpp
rename : js/src/xpconnect/tests/components/native/xpctest_params.cpp => js/xpconnect/tests/components/native/xpctest_params.cpp
rename : js/src/xpconnect/tests/components/native/xpctest_private.h => js/xpconnect/tests/components/native/xpctest_private.h
rename : js/src/xpconnect/tests/mochitest/file_doublewrappedcompartments.html => js/xpconnect/tests/mochitest/file_doublewrappedcompartments.html
rename : js/src/xpconnect/tests/mochitest/test_bug502959.html => js/xpconnect/tests/mochitest/test_bug502959.html
rename : js/src/xpconnect/tests/mochitest/test_bug505915.html => js/xpconnect/tests/mochitest/test_bug505915.html
rename : js/src/xpconnect/wrappers/AccessCheck.cpp => js/xpconnect/wrappers/AccessCheck.cpp
rename : js/src/xpconnect/wrappers/AccessCheck.h => js/xpconnect/wrappers/AccessCheck.h
rename : js/src/xpconnect/wrappers/CrossOriginWrapper.cpp => js/xpconnect/wrappers/CrossOriginWrapper.cpp
rename : js/src/xpconnect/wrappers/CrossOriginWrapper.h => js/xpconnect/wrappers/CrossOriginWrapper.h
rename : js/src/xpconnect/wrappers/FilteringWrapper.cpp => js/xpconnect/wrappers/FilteringWrapper.cpp
rename : js/src/xpconnect/wrappers/FilteringWrapper.h => js/xpconnect/wrappers/FilteringWrapper.h
rename : js/src/xpconnect/wrappers/WrapperFactory.cpp => js/xpconnect/wrappers/WrapperFactory.cpp
rename : js/src/xpconnect/wrappers/WrapperFactory.h => js/xpconnect/wrappers/WrapperFactory.h
rename : js/src/xpconnect/wrappers/XrayWrapper.cpp => js/xpconnect/wrappers/XrayWrapper.cpp
rename : js/src/xpconnect/wrappers/XrayWrapper.h => js/xpconnect/wrappers/XrayWrapper.h
2011-10-17 11:52:12 -07:00
Mike Hommey
bcde7f06a7 Bug 695989 - Properly pick changes to jemalloc/mozutils on Linux incremental builds. r=ted 2011-10-27 15:15:21 +02:00
Mike Hommey
c04dec79a7 Bug 686464 - Leave it to Android to unpack the content process executable. r=ted 2011-10-27 14:53:20 +02:00
ABE Hiroki
32178e822e Bug 675593 - Fix nspr4!1.pgc path mistake on NSPR PGO build (m-c part); r=ted 2011-11-04 21:26:53 +00:00
Rail Aliiev
364e83c545 Bug 616542 - Shorten file path length of mochitest; r=ted 2011-11-04 21:13:42 +00:00
Ted Mielczarek
da5f955883 bug 685927 - make stl-wrappers more lenient when compiling ObjC with GCC. r=cjones 2011-10-11 11:10:29 -04:00
Mitchell Field
61f3f4ae6d Bug 593768 - Remove --enable-cpp-exceptions configure option; r=ted 2011-10-21 18:56:25 +01:00
Jeff Walden
ef6f019c95 Bug 699691 - Remove an unused argument from ino2name in pathsub.{c,h}. r=ted 2011-11-04 18:36:40 -07:00
Timothy B. Terriberry
4d4b16ce75 Bug 693057 - Add libvpx's encoder support (disabled), r=cpearce,khuey 2011-10-13 17:37:34 -07:00
Timothy B. Terriberry
ccbd7c0714 Bug 693057 - Add libvpx's error concealment support (disabled), r=cpearce,khuey 2011-10-13 17:37:29 -07:00
Jacek Caban
258e313c8d Bug 694046 - Invalid MOZ_CAN_RUN_PROGRAMS declaration in autoconf.mk.in r=khuey 2011-10-13 16:05:47 +02:00
David Anderson
3ae6b67569 Merge from mozilla-central.
--HG--
rename : js/src/jsregexpinlines.h => js/src/vm/RegExpObject-inl.h
rename : js/src/jsregexp.cpp => js/src/vm/RegExpObject.cpp
rename : js/src/jsregexp.h => js/src/vm/RegExpObject.h
2011-10-10 17:32:59 -07:00
David Anderson
e684ab2cfc Merge from mozilla-central. 2011-10-05 19:31:59 -07:00
David Anderson
ebe23e125d Merge from mozilla-central. 2011-09-26 13:24:58 -07:00
David Anderson
5d46f08c90 Merge from mozilla-central. 2011-09-20 13:27:50 -07:00
Nicholas Nethercote
dcb5c7be56 Bug 710958 - Remove gfx{Glitz,DirectFB,QuartzPDF}Surface. r=joedrew.
--HG--
extra : rebase_source : da77b2ceb7840a42651386c822d5b21499bae439
2011-12-18 14:54:50 -08:00
David Anderson
58e7f33214 Merge from mozilla-central. 2011-09-15 08:57:22 -07:00
Matheus Kerschbaum
b520783790 Bug 477358 - Kill NS_USE_NATIVE r=khuey 2011-10-12 20:32:07 +02:00
Jeff Walden
eb2cb918a4 Back out everything since 5435ee09cf7b. Tinderbox compilers hate me. r=epic-fail 2011-10-12 12:21:53 -07:00
Matheus Kerschbaum
8368560bae Bug 477358 - Kill NS_USE_NATIVE r=khuey 2011-10-12 20:32:07 +02:00
Oleg Romashin
ebc7020bfe Bug 584217 - Add Meego Touch based filepicker implementation. r=jeremias.bosch,florian.haenel 2011-09-14 14:16:28 +01:00
David Anderson
ff332aaf5f Merge from mozilla-central. 2011-09-08 16:21:01 -07:00
Ed Morley
b5309ae957 Backout fda288d0724d (bug 771287) for bustage on CLOSED TREE 2012-07-25 18:02:22 +01:00
Joey Armstrong
ae68896d65 bug 771287: xpidl unit test failure 2012-07-25 12:39:03 -04:00
Benjamin Smedberg
54453becda Back out bug 776985 because of check-sync-dirs bustage 2012-07-25 10:37:59 -04:00
Benjamin Smedberg
c2e488341f Bug 776985 - libs-xpcshell-tests should not attempt to install backup files that end in ~, r=ted 2012-07-25 10:26:41 -04:00
Mike Hommey
43737d8fa9 Bug 776035 part 3 - Use the new MockedOpen in unit-Preprocessor.py. r=ted 2012-07-25 07:44:08 +02:00
Mike Hommey
46137333ad Bug 776035 part 2 - Add an enhanced MockedOpen facility to mozunit.py. r=ted 2012-07-25 07:44:08 +02:00
Mike Hommey
8532a57810 Bug 776035 - Make mozunit even easier to use, and use it in config/tests python unit tests. r=ted 2012-07-25 07:44:08 +02:00
Mike Hommey
7f6cdbcdd2 Bug 776016 - Avoid Preprocessor.py warning when no commands are processed, but filters are. r=ted 2012-07-25 07:44:08 +02:00
Matt Brubeck
82fb7ff53c Back out cb715f8a1363 (bug 680246) because of Win opt build failures on a CLOSED TREE 2011-09-30 20:43:13 -07:00
Kyle Huey
b71da150fd Merge m-c to b-s. 2011-09-30 16:25:07 -04:00
Mounir Lamouri
66685f5251 Bug 718391 - Package the js shell only if MOZ_PACKAGE_JSSHELL is defined. r=glandium,catlee 2012-03-12 13:23:16 +01:00
Mark Capella
24883e7b24 Bug 595926 - Purge last traces of REQUIRES from the build system. r=khuey 2012-03-12 10:22:57 +01:00
Mike Hommey
14966259b2 Bug 677897 - Use objcopy from the NDK in symbolstore.py. r=ted 2011-10-06 09:08:14 +02:00
Ed Morley
49f22f3ce4 Backout b9e154713763 (bug 702158) for pgo linux failures 2012-01-11 01:22:15 +00:00
Marco Castelluccio
e10776db76 Bug 702158 - Build Skia Azure backend on linux. r=mattwoodrow 2012-01-11 11:17:56 +13:00
Kartikaya Gupta
80b7f5ee7d Bug 715791 - Preserve line numbers when preprocessing java files as well as js files. r=ted 2012-01-05 23:32:05 -05:00
Joey Armstrong
dade8fca23 Bug 680246 - threadsafe mkdir makefile library rules. r=ted 2011-08-18 17:16:21 -04:00
Makoto Kato
760958734d Bug 681202 - Add Android x86 target. r=glandium 2011-09-29 13:39:03 +09:00
Boris Zbarsky
377a55505b Version bump to 10.0a1 on CLOSED TREE 2011-09-27 13:19:35 -04:00
Matheus Kerschbaum
3d31a8f676 Bug 687766 part 1: Remove build-time dependency on libIDL. r=khuey 2011-09-27 10:09:54 +02:00
Matheus Kerschbaum
e1d3c86e9c Bug 669829 - Remove check for atlbase.h and oleacc.idl from configure. r=ted 2011-09-24 12:53:07 +02:00
David Anderson
334e791372 Merge from mozilla-central. 2011-09-06 13:54:08 -07:00
David Anderson
744a34e39c Merge from mozilla-central. 2011-09-02 13:50:15 -07:00
Ehsan Akhgari
d81b657456 Keep changeset 11247af82311 backed out on the reverted tree 2011-09-02 09:05:37 -04:00
Ehsan Akhgari
a171549936 Revert to changeset e6fc4594c22e which was the last one to get a green Win7 tp run 2011-09-02 09:03:08 -04:00