Shian-Yow Wu
|
5c843d2ba5
|
Bug 959047 - Part 2: xpcshell test for alignStoredFiles(). r=aklotz
|
2014-01-21 15:11:09 +08:00 |
|
Shian-Yow Wu
|
5a452310df
|
Bug 959047 - Part 1: Align stored files by alignStoredFiles(). r=aklotz
|
2014-01-21 15:10:33 +08:00 |
|
Ehsan Akhgari
|
ebd358dfd7
|
Bug 927728 - Part 1: Replace PRUnichar with char16_t; r=roc
This patch was automatically generated by the following script:
#!/bin/bash
# Command to convert PRUnichar to char16_t
function convert() {
echo "Converting $1 to $2..."
find . ! -wholename "*nsprpub*" \
! -wholename "*security/nss*" \
! -wholename "*modules/libmar*" \
! -wholename "*/.hg*" \
! -wholename "obj-ff-dbg*" \
! -name prtypes.h \
! -name Char16.h \
-type f \
\( -iname "*.cpp" \
-o -iname "*.h" \
-o -iname "*.c" \
-o -iname "*.cc" \
-o -iname "*.idl" \
-o -iname "*.ipdl" \
-o -iname "*.ipdlh" \
-o -iname "*.mm" \) | \
xargs -n 1 sed -i -e "s/\b$1\b/$2/g"
}
convert PRUnichar char16_t
|
2014-01-04 10:02:17 -05:00 |
|
Makoto Kato
|
ff1fa91826
|
Bug 952110 - Parsing JAR file may crash when it installs a extension. r=bsmedberg
|
2013-12-24 11:12:52 +09:00 |
|
Boris Zbarsky
|
186c70c387
|
Bug 951511. If jar module shutdown happens before all the jar channels are destroyed, we still shouldn't crash. r=bsmedberg
|
2013-12-18 11:20:45 -05:00 |
|
Peiyong Lin
|
c4853d63c4
|
Bug 943505 - Use fallible allocation in nsZipItemPtr_base::nsZipItemPtr_base. r=bsmedberg
|
2013-12-11 14:14:03 -05:00 |
|
Ehsan Akhgari
|
960cb413bd
|
Bug 942486 - Move PL_ARENA_CONST_ALIGN_MASK out of nsZipArchive.h; r=mwu
--HG--
extra : rebase_source : 92410d30a1f8ae6d9df4fb6e6b278dc6307460a0
|
2013-11-25 15:44:25 -05:00 |
|
Ehsan Akhgari
|
90fa786c75
|
Bug 941866 - Exclude files which rely on the known bad patterns from unified builds; r=BenWa
|
2013-11-21 16:36:59 -05:00 |
|
Mike Hommey
|
a65383e1e9
|
Bug 939632 - Remove LIBRARY_NAME for leaf libraries. r=gps
Landing on a CLOSED TREE.
|
2013-11-19 11:50:54 +09:00 |
|
Mike Hommey
|
8ceb917350
|
Bug 939074 - Remove most LIBXUL_LIBRARY. rs=gps
|
2013-11-19 11:48:10 +09:00 |
|
Mike Hommey
|
9fe772e7fd
|
Bug 939044 - Rename remaining MODULE definitions to XPIDL_MODULE. r=mshal
|
2013-11-19 11:47:43 +09:00 |
|
Mike Hommey
|
bb6779efe3
|
Bug 939044 - Remove most definitions of MODULE. r=mshal
|
2013-11-19 11:47:39 +09:00 |
|
Mike Hommey
|
d7b6f95761
|
Bug 935881 - Use FINAL_LIBRARY for all (fake) libraries that end up linked in a single other library. r=gps
|
2013-11-19 11:47:14 +09:00 |
|
Chris Peterson
|
3cf15e7178
|
Bug 939120 - Build modules/libbz2 and libjar in unified mode. r=ehsan
|
2013-11-12 22:30:37 -08:00 |
|
Bobby Holley
|
2c448611f5
|
Bug 840488 - Introduce a mechanism to temporarily or permanently block script for a given scope, and use it for unsafe channels. r=bz
|
2013-11-12 16:43:33 -08:00 |
|
Dave Townsend
|
8010633469
|
Bug 935596 : nsJARInputStream crashes debug builds when it encounters a corrupt zip file. r=taras
|
2013-11-07 11:32:55 -08:00 |
|
Mike Hommey
|
1d566f7586
|
Bug 929905 - Consolidate sources in moz.build. r=gps
|
2013-10-25 08:23:05 +09:00 |
|
ISHIKAWA, Chiaki
|
b9c33b5182
|
Bug 928725 - Octal number is deprecated and so do not use it; r=jmaher
|
2013-10-20 07:44:00 +01:00 |
|
Brian O'Keefe
|
4c98f61956
|
Bug 928709 - Convert chromium-config.mk to mozbuild, r=mshal
|
2013-10-02 13:17:55 -04:00 |
|
David Rajchenbach-Teller
|
90143ecac5
|
Bug 927366 - nsJARInputStream shouldn't crash when it is asked about buffering;r=taras
|
2013-10-18 13:54:00 +01:00 |
|
Mike Hommey
|
61124c1afc
|
Bug 921492 - Make StrictOrderingOnAppendList use actual alphabetical sorting. r=mshal,r=gps
|
2013-10-24 08:05:43 +09:00 |
|
Birunthan Mohanathas
|
dc9c3466c4
|
Bug 784739 - Switch from NULL to nullptr in modules/; r=ehsan
--HG--
extra : rebase_source : d82c3e2e18986d3b9ffc454ff84caf3634a6bbe7
|
2013-10-23 16:36:26 -04:00 |
|
Ehsan Akhgari
|
3b751c0f92
|
Bug 928712 - Remove the rest of the unneeded prtypes.h inclusions; rs=bsmedberg
|
2013-10-20 22:59:48 -04:00 |
|
Ehsan Akhgari
|
0259ccb7f4
|
Backed out changeset 0ddbf9b3b20c (bug 928712) because of build bustage
|
2013-10-20 09:42:51 -04:00 |
|
Ehsan Akhgari
|
050f402290
|
Bug 928712 = Remove the rest of the unneeded prtypes.h inclusions; rs=bsmedberg
|
2013-10-20 09:10:07 -04:00 |
|
Ms2ger
|
de3cb9f21a
|
Bug 923395 - Part a: Remove completely empty makefiles; r=gps
|
2013-10-20 09:25:18 +02:00 |
|
Chris Peterson
|
bef0b990ad
|
Bug 926583 - Fix -Wbitwise-op-parentheses warning in nsZipHeader.cpp. r=dtownsend
|
2013-10-11 17:49:51 -07:00 |
|
Dave Townsend
|
05388ef2c6
|
Bug 921227: Expose the zip entry permissions in nsIZipEntry. r=taras
|
2013-10-11 09:47:15 -07:00 |
|
Ms2ger
|
7ffcd856c2
|
Bug 900980 - Part a: Move unconditional assignments to EXPORT_LIBRARY to moz.build; rs=gps
|
2013-10-03 09:11:13 +02:00 |
|
Ms2ger
|
105ce73cfa
|
Bug 922268 - Remove empty makefiles; r=gps
|
2013-10-03 09:10:00 +02:00 |
|
Gregory Szorc
|
cc1da2c22a
|
Bug 920223 - Part 2: Mass convert MOCHITEST_CHROME_FILES to manifests; rs=Ms2ger
|
2013-09-30 09:52:01 +02:00 |
|
Gregory Szorc
|
e53ac5e38d
|
Bug 920223 - Part 1: Mass convert MOCHITEST_FILES to manifests; rs=Ms2ger
|
2013-09-30 09:51:57 +02:00 |
|
Ed Morley
|
d84dee3273
|
Backed out changeset 77bff106b704 (bug 920223)
|
2013-09-30 12:50:12 +01:00 |
|
Ed Morley
|
038cae0901
|
Backed out changeset 68b6b152f51a (bug 920223)
|
2013-09-30 12:50:09 +01:00 |
|
Gregory Szorc
|
483a776413
|
Bug 920223 - Part 2: Mass convert MOCHITEST_CHROME_FILES to manifests; rs=Ms2ger
|
2013-09-30 09:52:01 +02:00 |
|
Gregory Szorc
|
cabc6369a6
|
Bug 920223 - Part 1: Mass convert MOCHITEST_FILES to manifests; rs=Ms2ger
|
2013-09-30 09:51:57 +02:00 |
|
Wes Kocher
|
8136df6573
|
Merge inbound to m-c
|
2013-09-24 19:41:44 -07:00 |
|
Gregory Szorc
|
ed68c2482b
|
Bug 901990 - Part 2: Upgrade xpcshell manifests; r=ted
--HG--
rename : toolkit/mozapps/extensions/test/xpcshell-unpack/head_unpack.js => toolkit/mozapps/extensions/test/xpcshell/head_unpack.js
|
2013-09-24 11:50:08 -07:00 |
|
Fabrice Desré
|
9f28a6631f
|
Bug 918090 - Let NeckoParent get the app:// uri when remoting file opening. r=jduell
|
2013-09-18 16:55:56 -07:00 |
|
Ehsan Akhgari
|
7ee5f54d35
|
Bug 918105 - Minimize the #includes in xpcom/ds; r=bsmedberg
|
2013-09-19 15:31:21 -04:00 |
|
Mike Hommey
|
16d06af70c
|
Bug 917086 - Disallow DIRS, PARALLEL_DIRS and TEST_DIRS under TOOL_DIRS and TEST_TOOL_DIRS, and adapt moz.build files accordingly. r=gps
Also mark TOOL_DIRS/TEST_TOOL_DIRS directories in backend.mk and recurse them normally instead of forcing make -C dir libs for them.
|
2013-09-19 07:43:02 +09:00 |
|
Robert O'Callahan
|
33cdb42706
|
Bug 910989. Remove nsTHashtable::Init, fallible allocation, and MT hashtables. r=ehsan,bsmedberg
--HG--
extra : rebase_source : 0787130b1814c74bfb38dc178de94022f0b2e64e
|
2013-09-02 20:41:57 +12:00 |
|
Mike Hommey
|
f1cf3b4238
|
Bug 912293 - Remove now redundant boilerplate from Makefile.in. r=gps
|
2013-09-05 09:01:46 +09:00 |
|
Brian O'Keefe
|
2d797bffde
|
Bug 875934 - Move LIBRARY_NAME to moz.build, batch 4; r=mshal
|
2013-08-15 09:12:40 -04:00 |
|
Ms2ger
|
4922ccbc0a
|
Bug 904831 - Part b: Move unconditional MSVC_ENABLE_PGO definitions into moz.build; r=gps
|
2013-08-22 08:56:01 +02:00 |
|
Ms2ger
|
add9ce17b9
|
Bug 883284 - Part e: Move LIBXUL_LIBRARY into moz.build (k-o); r=ted
|
2013-08-22 08:56:00 +02:00 |
|
Ms2ger
|
4d968c40e1
|
Bug 882859 - Part b: Move FAIL_ON_WARNINGS into moz.build; r=joey+gps
|
2013-08-22 08:55:59 +02:00 |
|
Cykesiopka
|
ea77331cc3
|
Bug 332139 - Remove comment from nsJAR::Extract. r=glandium
|
2013-08-20 08:30:25 -04:00 |
|
Brian O'Keefe
|
3a92f0ae7c
|
Bug 896177 - Remove useless config.mk includes; r=gps
|
2013-07-17 16:06:53 -04:00 |
|
Trevor Saunders
|
7da524d402
|
bug 886526 - remove IS_COMPONENT and MODULE_NAME makefile vars for things in libxul r=bsmedberg r=glandium
|
2013-08-08 20:12:37 -04:00 |
|