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
|
d9cd92fa17
|
Bug 947736 - Build modules/libpref/ in unified mode; r=bsmedberg
|
2013-12-10 18:10:01 -05:00 |
|
Ehsan Akhgari
|
b4bb73c612
|
Backed out changeset 2fe4ca46eec8 (bug 947736) because of build bustage
Landed on a CLOSED TREE
|
2013-12-10 14:57:30 -05:00 |
|
Ehsan Akhgari
|
a7bc326f56
|
Bug 947736 - Build modules/libpref/ in unified mode; r=bsmedberg
|
2013-12-10 14:48:10 -05:00 |
|
Mike Hommey
|
b18be7aacd
|
Bug 939044 - Rename remaining MODULE definitions to XPIDL_MODULE. r=mshal
|
2013-11-19 11:47: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 |
|
Nicholas Nethercote
|
ee520ad257
|
Bug 831193 (part 9) - Don't use NS_MEMORY_REPORTER_IMPLEMENT in Preferences.cpp. r=nfroyd.
--HG--
extra : rebase_source : 409040de983b253f22df67fd3847806b4c6c55ec
|
2013-01-17 16:45:11 -08:00 |
|
Joshua Cranmer
|
3ca10f9d0e
|
Bug 884061 - Part 3p: Use NS_DECL_THREADSAFE_ISUPPORTS in modules/, r=taras,bsmedberg
--HG--
extra : rebase_source : e7b1a1d25ae9e602cae50f11d718dd1a94db782d
|
2013-07-18 21:23:44 -05:00 |
|
Gregory Szorc
|
c1b865f669
|
Bug 873629 - Remove 129 empty Makefile.in files; r=ted
|
2013-05-17 16:20:11 -07:00 |
|
Maria Grazia Alastra
|
29ebfeceb8
|
Bug 331566 - Change idl interfaces to use @throws instead of @return NS_. r=bsmedberg
|
2013-05-16 08:26:55 -04:00 |
|
Mike Shal
|
24b4056720
|
Bug 846634 - Part 2: Move EXPORTS to moz.build; r=joey
|
2013-04-16 15:24:43 -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 |
|
Mike Shal
|
ea1d9b8ba7
|
Bug 844654 - Part 2: Move MODULE to moz.build; rs=gps
|
2013-03-19 11:47:00 -07:00 |
|
Daniel Holbert
|
0d1377f7a3
|
Bug 849086: Remove unused *_CLASSNAME defines. r=bsmedberg
|
2013-03-15 10:52:10 -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
|
a221bac9c4
|
Bug 784841 - Part 18y: Convert /modules; r=glandium
|
2013-02-25 12:47:23 -08:00 |
|
Dave Hylands
|
19bae16b4a
|
Bug 842932 - Add Preferences::RegisterCallbackAndCall which registers a callback and calls it. r=bsmedberg
|
2013-02-20 11:49:49 -08:00 |
|
Oleg Romashin
|
b53a4f5345
|
Bug 826586 - Add a AddFloatVarCache() API to libpref. r=bz
|
2013-01-09 22:10:52 -08:00 |
|
Scott Johnson
|
59a9cceab0
|
Bug 828296: Rev the IID of nsIPrefBranch.idl. [r=bsmedberg]
|
2013-01-09 14:43:13 -06:00 |
|
Justin Lebar
|
bf499cd1c4
|
Bug 819791 - Part 3: Make typeof nsTArray == typeof InfallibleTArray. r=bz
Also make typeof nsAutoTArray == typeof AutoInfallibleTArray and switch
files to using nsTArrayForwardDeclare.h.
|
2012-12-18 20:16:06 -05:00 |
|
Nathan Froyd
|
b2842d18da
|
Bug 765244 - add a memory reporter for preferences; r=njn
--HG--
extra : rebase_source : 1be2d7c4e2f4d1747afdb025392009532bc71add
|
2012-10-11 11:36:21 -04:00 |
|
Scott Johnson
|
3b3f68791c
|
Bug 790374: Add a GetFloat() API to libpref which uses a string preference as storage. [r=bsmedberg]
|
2012-09-26 15:53:37 -05:00 |
|
Isaac Aggrey
|
84680bfb39
|
Bug 789847 - Remove PR_CALLBACK usage from tree
|
2012-09-25 11:18:38 -05:00 |
|
Scott Johnson
|
f112ce00b8
|
Bug 789962: Change comment in Preferences.h to refer to correct file, DONTBUILD because NPOTB. [r=bsmedberg]
|
2012-09-14 17:42:35 -05:00 |
|
Chris Jones
|
af428e822e
|
Bug 783184: Ensure that child-process pref state always is the same as its parent's. r=bsmedberg
|
2012-08-22 13:00:21 -07:00 |
|
Ehsan Akhgari
|
8c296bbcd4
|
Bug 579517 - Part 1: Automated conversion of NSPR numeric types to stdint types in Gecko; r=bsmedberg
This patch was generated by a script. Here's the source of the script for
future reference:
function convert() {
echo "Converting $1 to $2..."
find . ! -wholename "*nsprpub*" \
! -wholename "*security/nss*" \
! -wholename "*/.hg*" \
! -wholename "obj-ff-dbg*" \
! -name nsXPCOMCID.h \
! -name prtypes.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 PRInt8 int8_t
convert PRUint8 uint8_t
convert PRInt16 int16_t
convert PRUint16 uint16_t
convert PRInt32 int32_t
convert PRUint32 uint32_t
convert PRInt64 int64_t
convert PRUint64 uint64_t
convert PRIntn int
convert PRUintn unsigned
convert PRSize size_t
convert PROffset32 int32_t
convert PROffset64 int64_t
convert PRPtrdiff ptrdiff_t
convert PRFloat64 double
|
2012-08-22 11:56:38 -04:00 |
|
Mike Hommey
|
c1b35e7b2a
|
Bug 774032 bonus - Use @DEPTH@ and @relativesrcdir@ in Makefile.in. r=ted
|
2012-08-04 20:26:44 +02:00 |
|
Aryeh Gregor
|
57c0ad57fb
|
Bug 777292 part 2 - Change all nsnull to nullptr
|
2012-07-30 17:20:58 +03:00 |
|
Geoff Lankow
|
1214b72681
|
Bug 749930 - Replace uses of nsILocalFile with nsIFile (compiled code only); r=bsmedberg
|
2012-06-06 14:08:30 +12:00 |
|
Gervase Markham
|
87620f5676
|
Bug 716478 - update licence to MPL 2.
|
2012-05-21 12:12:37 +01:00 |
|
Masayuki Nakano
|
a7e1afe2d5
|
Bug 668157 part.1 Add Preferences::GetType() and Preferences::GetDefaultType() r=roc
|
2012-04-04 13:06:27 +09:00 |
|
Serge Gautherie
|
31c39e1250
|
Bug 735573. (Av1) Document UseDefaultPrefFile() and fix its nsresult value. r=bsmedberg.
|
2012-03-23 02:13:20 +01:00 |
|
Geoff Lankow
|
e8018a14ef
|
Bug 718255 - Merge nsIPrefBranch2 with nsIPrefBranch - Part B, remove uses of nsIPrefBranch2 in modules/libpref/ ; r=bsmedberg
|
2012-01-16 21:47:13 +13:00 |
|
Geoff Lankow
|
b322619558
|
Bug 718255 - Merge nsIPrefBranch2 with nsIPrefBranch - Part A, merge interfaces; r=bsmedberg, sr=gavin
|
2012-01-16 21:47:13 +13:00 |
|
Michael Wu
|
e06b1d8438
|
Bug 712789 - Put packed xpi extensions in the extension lists, r=bsmedberg
|
2012-02-13 13:57:28 -05:00 |
|
Matthew Noorenberghe
|
fde3087a8e
|
Bug 294260 - Safe Mode: Auto detect previous start-up failure and offer to start in safe mode r=bsmedberg,Mossop
--HG--
rename : toolkit/components/startup/tests/Makefile.in => toolkit/components/startup/tests/browser/Makefile.in
extra : rebase_source : 8df6b163173362ae80832eb3667e04bb817280b3
|
2011-11-07 21:20:42 -08:00 |
|
Neil Rashbrook
|
d741a6b194
|
Bug 698217 Simplify new static Preference methods r=roc
|
2011-11-06 19:27:56 +00:00 |
|
Neil Rashbrook
|
17e3abd58a
|
Bug 698217 DeCOMtaminate nsIPrefServiceInternal r=roc
|
2011-11-02 14:51:39 +00:00 |
|
Michael Wu
|
d8e503c38b
|
Bug 675553 - Switch from PRBool to bool on a CLOSED TREE , r=bsmedberg,khuey,bz,cjones
--HG--
rename : tools/trace-malloc/bloatblame.c => tools/trace-malloc/bloatblame.cpp
|
2011-09-28 23:19:26 -07:00 |
|
Michael Wu
|
927aee119a
|
Bug 671190 - Stop using BOGUS_DEFAULT_*_PREF_VALUE in prefapi.cpp and cleanup PRBool abuse, r=bsmedberg
|
2011-08-22 19:15:52 -07:00 |
|
Masayuki Nakano
|
629e43938d
|
Bug 664917 Add Preferences API for getting default pref values r=roc, feedback=bz
|
2011-06-22 15:39:10 +09:00 |
|
Masayuki Nakano
|
59142e247a
|
Bug 663036 part.2 Implement GetComplex() and SetComplex() in Preferences r=roc
|
2011-06-12 11:30:15 +09:00 |
|
Masayuki Nakano
|
1388f97eb0
|
Bug 663036 part.1 Make Preferences instance with service constructor r=roc
|
2011-06-12 11:30:15 +09:00 |
|
Masayuki Nakano
|
a66443b161
|
Bug 660640 part.1 RemoveObserver(), RemoveObservers() and UnregisterCallback() shouldn't output warnings if it failed after shutdown r=roc
|
2011-06-03 15:01:02 +09:00 |
|
Masayuki Nakano
|
319f614cd9
|
Bug 660742 accessible should use mozilla::Preferences r=roc+davidb
|
2011-06-03 15:01:02 +09:00 |
|
Masayuki Nakano
|
9718f5996b
|
Bug 660742 back out f81b4d9534f5
|
2011-06-02 21:30:35 +09:00 |
|
Masayuki Nakano
|
aa6ba96502
|
Bug 660742 accessible should use mozilla::Preferences r=roc+davidb
|
2011-06-02 10:05:12 +09:00 |
|