Kyle Huey
|
68b608c95f
|
Bug 345123: Remove nsGetterAddRefs<T>'s operator nsISupports**. r=bsmedberg
|
2014-03-15 12:00:17 -07:00 |
|
Kyle Huey
|
f7eafc09a9
|
Bug 967364: Rename already_AddRefed::get to take. r=bsmedberg
|
2014-03-15 12:00:15 -07:00 |
|
Vaibhav Agarwal
|
292a923c8e
|
Bug 971132 - B2G mochitests should use the new manifest format for runtests; r=jmaher
|
2014-03-13 10:40:10 -04:00 |
|
Andrew McCreight
|
620f167e30
|
Bug 972606, part 2 - Take advantage of infallible new in nsJAR. r=aklotz
Plus a few minor fixups in the header.
|
2014-02-25 20:32:48 -08:00 |
|
Andrew McCreight
|
3b1d536bc9
|
Bug 972606, part 1 - Convert nsJAR::mManifestData to nsClassHashtable. r=aklotz
|
2014-02-25 20:32:48 -08:00 |
|
Andrew McCreight
|
d5b71baec5
|
Bug 967941, part 3 - Smart pointerize nsZipReaderCache methods. r=aklotz
|
2014-02-24 17:16:11 -08:00 |
|
Andrew McCreight
|
8b96b79451
|
Bug 967941, part 2 - Convert nsZipReaderCache::mZips to use nsRefPtrHashtable. r=aklotz
|
2014-02-24 17:16:11 -08:00 |
|
Andrew McCreight
|
66a2e9ef09
|
Bug 967941, part 1 - Remove all trailing whitespace from nsJAR.{h,cpp}. r=aklotz
|
2014-02-24 17:16:11 -08:00 |
|
Ehsan Akhgari
|
82ebdc883f
|
Bug 969757 - Remove the dead code in our tree which pretends to support OS/2; r=roc,mcmanus,gps,jorendorf,bsmedberg sr=bsmedberg
|
2014-02-10 17:57:01 -05:00 |
|
Shian-Yow Wu
|
ebcdb15ad8
|
Bug 959047 - Part 2: xpcshell test for alignStoredFiles(). r=aklotz
|
2014-01-21 15:11:09 +08:00 |
|
Shian-Yow Wu
|
69dc787a0d
|
Bug 959047 - Part 1: Align stored files by alignStoredFiles(). r=aklotz
|
2014-01-21 15:10:33 +08:00 |
|
Ehsan Akhgari
|
eaa7491d77
|
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
|
45168c5faa
|
Bug 952110 - Parsing JAR file may crash when it installs a extension. r=bsmedberg
|
2013-12-24 11:12:52 +09:00 |
|
Boris Zbarsky
|
09c5605923
|
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
|
e6cca8fcf7
|
Bug 943505 - Use fallible allocation in nsZipItemPtr_base::nsZipItemPtr_base. r=bsmedberg
|
2013-12-11 14:14:03 -05:00 |
|
Ehsan Akhgari
|
b3d8e74795
|
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
|
7242c62c57
|
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
|
931cb49886
|
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
|
db9e5129bc
|
Bug 939074 - Remove most LIBXUL_LIBRARY. rs=gps
|
2013-11-19 11:48:10 +09:00 |
|
Mike Hommey
|
b18be7aacd
|
Bug 939044 - Rename remaining MODULE definitions to XPIDL_MODULE. r=mshal
|
2013-11-19 11:47:43 +09:00 |
|
Mike Hommey
|
f0d1cd1e10
|
Bug 939044 - Remove most definitions of MODULE. r=mshal
|
2013-11-19 11:47:39 +09:00 |
|
Mike Hommey
|
f81885e53b
|
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
|
1e19fa1480
|
Bug 939120 - Build modules/libbz2 and libjar in unified mode. r=ehsan
|
2013-11-12 22:30:37 -08:00 |
|
Bobby Holley
|
260c41dfe4
|
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
|
33cc037c87
|
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
|
f1c0c07862
|
Bug 929905 - Consolidate sources in moz.build. r=gps
|
2013-10-25 08:23:05 +09:00 |
|
ISHIKAWA, Chiaki
|
9f6cafdb67
|
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
|
0cbcd904c7
|
Bug 928709 - Convert chromium-config.mk to mozbuild, r=mshal
|
2013-10-02 13:17:55 -04:00 |
|
David Rajchenbach-Teller
|
a01044ef46
|
Bug 927366 - nsJARInputStream shouldn't crash when it is asked about buffering;r=taras
|
2013-10-18 13:54:00 +01:00 |
|
Mike Hommey
|
80c623bb6a
|
Bug 921492 - Make StrictOrderingOnAppendList use actual alphabetical sorting. r=mshal,r=gps
|
2013-10-24 08:05:43 +09:00 |
|
Birunthan Mohanathas
|
5ffc426eea
|
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
|
ca0cdad832
|
Bug 928712 - Remove the rest of the unneeded prtypes.h inclusions; rs=bsmedberg
|
2013-10-20 22:59:48 -04:00 |
|
Ehsan Akhgari
|
1b7df9a2ad
|
Backed out changeset 0ddbf9b3b20c (bug 928712) because of build bustage
|
2013-10-20 09:42:51 -04:00 |
|
Ehsan Akhgari
|
a63b803a55
|
Bug 928712 = Remove the rest of the unneeded prtypes.h inclusions; rs=bsmedberg
|
2013-10-20 09:10:07 -04:00 |
|
Ms2ger
|
191efae989
|
Bug 923395 - Part a: Remove completely empty makefiles; r=gps
|
2013-10-20 09:25:18 +02:00 |
|
Chris Peterson
|
7460a4f52a
|
Bug 926583 - Fix -Wbitwise-op-parentheses warning in nsZipHeader.cpp. r=dtownsend
|
2013-10-11 17:49:51 -07:00 |
|
Dave Townsend
|
fcb4b3ad1b
|
Bug 921227: Expose the zip entry permissions in nsIZipEntry. r=taras
|
2013-10-11 09:47:15 -07:00 |
|
Ms2ger
|
df62fb8b0f
|
Bug 900980 - Part a: Move unconditional assignments to EXPORT_LIBRARY to moz.build; rs=gps
|
2013-10-03 09:11:13 +02:00 |
|
Ms2ger
|
9d5ce8dfb7
|
Bug 922268 - Remove empty makefiles; r=gps
|
2013-10-03 09:10:00 +02:00 |
|
Gregory Szorc
|
89c902c7b2
|
Bug 920223 - Part 2: Mass convert MOCHITEST_CHROME_FILES to manifests; rs=Ms2ger
|
2013-09-30 09:52:01 +02:00 |
|
Gregory Szorc
|
c44d9c8614
|
Bug 920223 - Part 1: Mass convert MOCHITEST_FILES to manifests; rs=Ms2ger
|
2013-09-30 09:51:57 +02:00 |
|
Ed Morley
|
eae8f15a4a
|
Backed out changeset 77bff106b704 (bug 920223)
|
2013-09-30 12:50:12 +01:00 |
|
Ed Morley
|
74e3d6ce30
|
Backed out changeset 68b6b152f51a (bug 920223)
|
2013-09-30 12:50:09 +01:00 |
|
Gregory Szorc
|
47e946bebe
|
Bug 920223 - Part 2: Mass convert MOCHITEST_CHROME_FILES to manifests; rs=Ms2ger
|
2013-09-30 09:52:01 +02:00 |
|
Gregory Szorc
|
3d0a157ac2
|
Bug 920223 - Part 1: Mass convert MOCHITEST_FILES to manifests; rs=Ms2ger
|
2013-09-30 09:51:57 +02:00 |
|
Wes Kocher
|
9bb5d74c84
|
Merge inbound to m-c
|
2013-09-24 19:41:44 -07:00 |
|
Gregory Szorc
|
160a20817c
|
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é
|
5b9d0c052b
|
Bug 918090 - Let NeckoParent get the app:// uri when remoting file opening. r=jduell
|
2013-09-18 16:55:56 -07:00 |
|
Ehsan Akhgari
|
9cafa40bbe
|
Bug 918105 - Minimize the #includes in xpcom/ds; r=bsmedberg
|
2013-09-19 15:31:21 -04:00 |
|
Mike Hommey
|
7371888973
|
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 |
|