Birunthan Mohanathas
|
c8d9f9225c
|
Bug 784739 - Switch from NULL to nullptr in toolkit/; r=ehsan
|
2013-10-10 16:36:42 -04:00 |
|
Joshua Cranmer
|
535f68a222
|
Bug 884061 - Part 3v: Use NS_DECL_THREADSAFE_ISUPPORTS in toolkit/, r=Mossop
--HG--
extra : rebase_source : ad2b2f20219b42b192c313b6fa9da3383f904805
|
2013-07-18 21:24:15 -05:00 |
|
Masatoshi Kimura
|
b4a67e9626
|
Bug 817568 - Enclose more API calls with __try...__except. r=mcmanus
|
2013-01-31 21:47:58 +09:00 |
|
Jacek Caban
|
adf69cb8ea
|
Bug 829518 - Use MOZ_SEH_* macros for SEH exceptions
|
2013-01-14 13:27:33 +01:00 |
|
Masatoshi Kimura
|
8e74c0454c
|
Bug 829518 - Enclose InternetQueryOptionW in __try...__except to suppress crash. r=mcmanus
|
2013-01-13 05:30:15 +09:00 |
|
Trevor Saunders
|
146d0e3215
|
bug 829288 - fix some toolkit/ warnings r=ehsan
|
2013-01-10 06:44:15 -05:00 |
|
Patrick McManus
|
0f871afc27
|
bug 769764 move proxy resolution to separate thread and remove sync api r=biesi sr=josh
|
2012-09-14 16:27:46 -04:00 |
|
Ed Morley
|
51dcc7dff7
|
Backout 6d71ff5b4b36 (bug 347307), 75a3c47a3fe7 (bug 507578), 828f91de7143 (bug 769764) for near permaorange OS X 10.8 leaks
|
2012-09-17 16:54:09 +01:00 |
|
Patrick McManus
|
cd31dfef08
|
bug 769764 move proxy resolution to separate thread and remove sync api r=biesi sr=josh
|
2012-09-14 16:27:46 -04:00 |
|
Ed Morley
|
2ee5369324
|
Backout 3182f9d08c2d (bug 347307), 2a30593cca79 (bug 507578), b87b27f5a417 (bug 769764) for m-oth permaorange in browser_463205.js
|
2012-09-13 22:42:29 +01:00 |
|
Patrick McManus
|
183e115253
|
bug 769764 move proxy resolution to separate thread and remove sync api r=biesi sr=josh
|
2012-09-13 15:22:56 -04:00 |
|
Masatoshi Kimura
|
0ba4cec530
|
Bug 787757 - Use INTERNET_PER_CONN_FLAGS_UI if available. r=jimm
|
2012-09-12 22:24:00 -04:00 |
|
Randell Jesup
|
29ac5c0b8c
|
Bug 773151: Convert nsCAutoString->nsAutoCString CLOSED TREE r=bsmedberg
|
2012-09-01 22:35:17 -04: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 |
|
Masatoshi Kimura
|
52c0fe6ac0
|
Bug 771115 - Get System Proxy Settings from the active Internet connection. r=jimm
|
2012-07-09 20:53:17 -04:00 |
|
Masatoshi Kimura
|
8d929b4bc9
|
Bug 563169 - Use WinInet function instead of reading registry. r=jmathies
|
2012-06-13 21:12:36 -04:00 |
|
Gervase Markham
|
87620f5676
|
Bug 716478 - update licence to MPL 2.
|
2012-05-21 12:12:37 +01:00 |
|
Ehsan Akhgari
|
2a602a5685
|
Bug 690892 - Replace PR_TRUE/PR_FALSE with true/false on mozilla-central; rs=dbaron
Landing on a CLOSED TREE
|
2011-10-17 10:59:28 -04: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 |
|
Benjamin Smedberg
|
9045c05660
|
Bug 568691 part A - register static and binary components using data tables rather than programmatic nsIComponentRegistrar methods. This part contains the important needs-review bits of the change: part B contains the mechanical changes to each module in order to actually get a working build. Part C will contain changes necessary to register JS components from .manifest files
|
2010-06-10 14:11:11 -04:00 |
|
Josh Aas
|
f18c279e92
|
Improve proxy exception parsing on Mac OS X and Windows. b=470207 sr=roc
|
2009-05-06 16:44:11 -04:00 |
|
Mitchell Field
|
d1ce74dea4
|
Bug 485764. Implement system proxy settings module for Windows. r+sr=roc
--HG--
extra : rebase_source : ce445facfdc86618028afeb113987040ab5be492
|
2009-04-25 20:29:32 +12:00 |
|