Andrew McCreight
|
27f0eee9f8
|
Bug 971264 - Remove nsHashtable. r=bsmedberg
|
2014-05-15 09:52:57 -07:00 |
|
Birunthan Mohanathas
|
504b581650
|
Bug 900908 - Part 3: Change uses of numbered macros in nsIClassInfoImpl.h/nsISupportsImpl.h to the variadic variants. r=froydnj
|
2014-04-27 03:06:00 -04:00 |
|
Anuj Agarwal
|
d507d9e857
|
Bug 984125 - Convert nsStringBundleService::mBundleMap to nsDataHashtable. r=ehsan
|
2014-04-22 12:48:46 -07:00 |
|
Andrew McCreight
|
b19fcf6669
|
Bug 997963, part 9 - Make bundleCacheEntry_t FINAL, have COUNT_CTOR. r=ehsan
|
2014-04-21 16:34:07 -07:00 |
|
Andrew McCreight
|
a7f8f4b52f
|
Bug 997963, part 8 - Fix typos in string bundle comment. r=ehsan
|
2014-04-21 09:41:57 -07:00 |
|
Andrew McCreight
|
2e76cc3387
|
Bug 997963, part 7 - Remove some old ifdef DEBUG_foo code from string bundle code. r=ehsan
|
2014-04-21 09:41:57 -07:00 |
|
Andrew McCreight
|
f4d4ddae6f
|
Bug 997963, part 6 - Use a refptr in nsStringBundleService::getStringBundle. r=ehsan
|
2014-04-21 09:41:57 -07:00 |
|
Andrew McCreight
|
d51eefcac6
|
Bug 997963, part 5 - Remove some useless OOM checks from nsStringBundleService. r=ehsan
|
2014-04-21 09:41:57 -07:00 |
|
Andrew McCreight
|
d50d87269d
|
Bug 997963, part 4 - Turn bundleCacheEntry_t::mBundle into an nsCOMPtr. r=ehsan
Also remove the now useless recycleEntry.
|
2014-04-21 09:41:57 -07:00 |
|
Andrew McCreight
|
234e5741cc
|
Bug 997963, part 3 - Make bundleCacheEntry_t::mHashKey into an nsAutoPtr. r=ehsan
|
2014-04-21 09:41:57 -07:00 |
|
Andrew McCreight
|
e0614fe99d
|
Bug 997963, part 2 - Allocate bundleCacheEntry_t using new and free. r=ehsan
|
2014-04-21 09:41:56 -07:00 |
|
Andrew McCreight
|
7e6d121327
|
Bug 997963, part 1 - Delete trailing whitespace from string bundle files. r=ehsan
|
2014-04-21 09:41:56 -07:00 |
|
Andrew McCreight
|
92b6eebe7d
|
Bug 978486 - Remove nsErrorService::mErrorStringBundleKeyMap. r=froydnj
|
2014-03-04 09:49:40 -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 |
|
Ehsan Akhgari
|
e655f946b2
|
Bug 946209 - Build intl/strres in unified mode; r=smontagu
--HG--
extra : rebase_source : aa4b70a6ad3bd3b718169cbf5ee2a7bd038e5c1d
|
2013-12-04 12:07:57 -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 |
|
Mike Hommey
|
f1c0c07862
|
Bug 929905 - Consolidate sources in moz.build. r=gps
|
2013-10-25 08:23:05 +09:00 |
|
Ehsan Akhgari
|
4b6eb92de5
|
Bug 921472 - Minimize the #includes in intl/; r=smontagu
--HG--
extra : rebase_source : 09da2f7e2e4602e2572a64f45828a660aefe5ec2
|
2013-09-27 12:45:04 -04: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 |
|
Makoto Kato
|
9d06ff2f05
|
Bug 901820 - Part 1. replace nsCRT::strdup with strdup. r=bsmedberg
|
2013-08-22 19:31:48 +09:00 |
|
Ms2ger
|
d54dfa0c57
|
Bug 904831 - Part c: Move conditional MSVC_ENABLE_PGO definitions into moz.build and remove empty makefiles; r=mshal
|
2013-08-22 08:56:01 +02:00 |
|
Ms2ger
|
19f3e043e3
|
Bug 904831 - Part b: Move unconditional MSVC_ENABLE_PGO definitions into moz.build; r=gps
|
2013-08-22 08:56:01 +02:00 |
|
Ms2ger
|
8085d723ed
|
Bug 883284 - Part d: Move LIBXUL_LIBRARY into moz.build (f-j); r=bsmedberg
|
2013-08-22 08:56:00 +02:00 |
|
Joshua Cranmer
|
ed64749c51
|
Bug 884061 - Part 3l: Use NS_DECL_THREADSAFE_ISUPPORTS in intl/, r=smontagu
--HG--
extra : rebase_source : 8dcd2324d945f8f968690ec14d47d63935d35210
|
2013-07-18 21:23:32 -05:00 |
|
Trevor Saunders
|
238525e2d8
|
bug 887483 - remove a bunch of useless assignments to FORCE_STATIC_LIB implied by LIBXUL_LIBRARY=1 r=mshal
|
2013-07-11 11:06:34 -04:00 |
|
Brian O'Keefe
|
ed17339221
|
Bug 875934 - Move LIBRARY_NAME to moz.build (batch #1); r=mshal
--HG--
extra : rebase_source : 385d3fd65475ffc18ee44ae088753649470e214b
|
2013-06-17 15:21:01 -04:00 |
|
Mike Shal
|
6f32ddf61c
|
Bug 864774 - Part 2: Move CPPSRCS to moz.build as CPP_SOURCES; r=joey CLOSED TREE
From 9e0ba7f425143f545eb6c4b26a9a96b5ade4d8e9 Mon Sep 17 00:00:00 2001
|
2013-04-23 17:54:15 -04:00 |
|
Gregory Szorc
|
c1b865f669
|
Bug 873629 - Remove 129 empty Makefile.in files; r=ted
|
2013-05-17 16:20:11 -07:00 |
|
Ted Mielczarek
|
47d7af59de
|
bug 871712 - make MSVC PGO opt-in per-directory, and opt-in in the directories that matter. r=glandium
|
2013-05-16 09:33:26 -04:00 |
|
Joey Armstrong
|
0d49db0381
|
bug 869143: phase2 cleanup for XPCSHELL_TEST conversion. r=mshal
|
2013-05-13 16:24:07 -04:00 |
|
Joey Armstrong
|
12356a4c50
|
bug 844655: Port XPCSHELL_TESTS to moz.build as XPCSHELL_TESTS_MANIFESTS
|
2013-04-29 14:49:00 -04:00 |
|
Kyle Machulis
|
f5e3aadf0b
|
Bug 855465 - Add emacs python mode comments to moz.build files; r=gps
|
2013-04-01 11:36:59 -07:00 |
|
Kyle Machulis
|
d2b6e6e01a
|
Backout for changeset 03452b187c14 (Bug 855465) due to bustage on a CLOSED TREE; r=qdot
|
2013-03-29 15:12:58 -07:00 |
|
Kyle Machulis
|
5663b98bc5
|
Bug 855465 - Add emacs python mode comments to moz.build files; r=gps
--HG--
extra : rebase_source : 004a756492323e1a049586e85b3be5037159df20
|
2013-03-29 13:56:18 -07:00 |
|
Mike Shal
|
f290401a73
|
Bug 852534 - Remove GRE_MODULE from Makefile.in; r=gps
|
2013-03-21 08:41:00 -07:00 |
|
Gregory Szorc
|
94ec89296d
|
Bug 844654 - Part 3: Remove now empty Makefile.in files; rs=khuey
--HG--
extra : rebase_source : 8de9c7f68a953e574dda22f8c14c2b2ca60444f9
|
2013-03-19 18:49:07 -07:00 |
|
Mike Shal
|
ea1d9b8ba7
|
Bug 844654 - Part 2: Move MODULE to moz.build; rs=gps
|
2013-03-19 11:47:00 -07:00 |
|
Gregory Szorc
|
629b5d86c6
|
Bug 818246 - Part 4: Move XPIDLSRCS into moz.build (auto); rs=glandium
This is the result of running
|mach mozbuild-migrate --list XPIDLSRCS SDK_XPIDLSRCS XPIDL_SOURCES| and
reverting xpcom/sample/*.
|
2013-03-12 10:17:46 -07:00 |
|
Gregory Szorc
|
336f0ba1c2
|
Bug 784841 - Part 18q: Convert /intl; r=ted f=Ms2ger
|
2013-02-25 12:47:21 -08:00 |
|
Trevor Saunders
|
6cd5aebf30
|
reland the part of bug 801466 backed out in 02a65951d77d since it wasn't at fault
|
2012-12-10 03:19:02 -05:00 |
|
Trevor Saunders
|
32d3cce20f
|
partially backout c0715c079f1e bug 801466 part 4 to se if it fixes top crashes
|
2012-12-08 05:50:11 -05:00 |
|
Trevor Saunders
|
771e73c6c6
|
bug 801466 - remove some usage of prmem in intl/ and network/ r=jduell
|
2012-12-04 18:04:39 -05:00 |
|
Ed Morley
|
d94774623e
|
Backout 3d411a8554e0 (bug 801466) for build failures
|
2012-12-04 23:34:40 +00:00 |
|
Trevor Saunders
|
b09a79d578
|
[PATCH] bug 801466 - remove some usage of prmem in intl/ and
From 9dadb8c05ecddfe60c415c1ff62627e998148c77 Mon Sep 17 00:00:00 2001
network/ r=jduell
---
intl/strres/src/nsStringBundle.cpp | 2 --
intl/uconv/src/nsConverterInputStream.cpp | 8 +++---
intl/uconv/src/nsConverterInputStream.h | 6 +++--
netwerk/base/public/nsReadLine.h | 38 +++-------------------------
netwerk/base/src/nsFileStreams.cpp | 9 +++----
netwerk/base/src/nsFileStreams.h | 3 ++-
netwerk/base/src/nsSerializationHelper.cpp | 31 +++++------------------
netwerk/base/src/nsSocketTransport2.cpp | 1 -
netwerk/cache/nsCacheMetaData.cpp | 3 +--
netwerk/cache/nsCacheMetaData.h | 3 ++-
netwerk/protocol/data/nsDataChannel.cpp | 24 +++++++-----------
11 files changed, 36 insertions(+), 92 deletions(-)
|
2012-12-04 18:04:39 -05:00 |
|
Nathan Froyd
|
dd8473fad8
|
Bug 803668 - convert string bundle caches to use mozilla::LinkedList; r=smontagu
|
2012-11-01 10:03:41 -04:00 |
|
Ms2ger
|
6e9c8d40fc
|
Bug 809756 - Backout bug 803665, bug 803668, bug 803666 and bug 803669 on a CLOSED TREE.
|
2012-11-08 09:20:25 +01:00 |
|