Joshua Cranmer
|
1a6dffc73f
|
Bug 884061 - Part 3y: Use NS_DECL_THREADSAFE_ISUPPORTS in xpcom/, r=bsmedberg
--HG--
extra : rebase_source : d54f6973e3ff859207115013e8361781769ffc76
|
2013-07-18 21:31:26 -05:00 |
Aaron Klotz
|
2e902b0646
|
Bug 880435: Fixed Linux OS_READAHEAD implementation in nsLocalFile. r=glandium
|
2013-06-19 17:57:24 -06:00 |
Doug Turner
|
090df779fa
|
Bug 795478 - Remove blizzard fudge from xpcom io code. r=bsmedberg
|
2012-10-01 20:44:47 -07:00 |
Randell Jesup
|
65539ef89c
|
Bug 773151: Convert nsCAutoString->nsAutoCString CLOSED TREE r=bsmedberg
|
2012-09-01 22:35:17 -04:00 |
Landry Breuil
|
3f08ff498e
|
Bug 785738 Part 3: use PRTime instead of int64_t where appropriate; r=ehsan
|
2012-08-30 09:10:35 +02:00 |
Jan Beich
|
e87b0409af
|
Bug 784124 - Always use .f_frsize with statvfs(). r=karlt
|
2012-08-29 17:00:10 -04:00 |
Jan Beich
|
2629c7f9ba
|
Bug 784124 - Properly check for stat(v)fs, only used by XPCOM implementation. r=bsmedberg
|
2012-08-29 17:00:10 -04:00 |
Ehsan Akhgari
|
e368dc9c85
|
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 |
Ms2ger
|
4c81482ae1
|
Bug 780387 - Part d: Stop using PRFloat64; r=bsmedberg
|
2012-08-09 09:09:42 +02:00 |
Ms2ger
|
75ab7efb95
|
Bug 780387 - Part b: Stop using PRIntn; r=bsmedberg
|
2012-08-09 09:09:40 +02:00 |
Aryeh Gregor
|
d0ad5a7d0c
|
Bug 777292 part 2 - Change all nsnull to nullptr
|
2012-07-30 17:20:58 +03:00 |
Martin Stransky
|
2e3eaebbc4
|
Bug 627699 - Port GTK2 to GTK3, xpcom patch; r=bsmedberg
|
2012-06-16 18:05:00 +12:00 |
Ehsan Akhgari
|
df3797a6e7
|
Bug 758992 - Make the classes which use the XPCOM nsISupports implementation macros final, to avoid the warning about deleting using a pointer to a base class with virtual functions and no virtual dtor (XPCOM parts); r=bsmedberg
|
2012-06-05 19:51:58 -04:00 |
Geoff Lankow
|
5cefea8480
|
Bug 749930 - Replace uses of nsILocalFile with nsIFile (compiled code only); r=bsmedberg
|
2012-06-06 14:08:30 +12:00 |
Michael Tokarev
|
5637d5d13d
|
Bug 750207 - pop3 on linux checks quota incorrectly. r=bsmedberg
|
2012-05-23 20:56:39 -04:00 |
Gervase Markham
|
82ff7027aa
|
Bug 716478 - update licence to MPL 2.
|
2012-05-21 12:12:37 +01:00 |
Asaf Romano
|
bc880d784d
|
Bug 745466 - initWithPath fails for "~". r=bz. sr=bsmedberg.
|
2012-04-16 21:40:47 +03:00 |
Steven Michaud
|
b02d7f21d4
|
Bug 313700 - Stale information in about:plugins (pluginreg.dat) after a plugin update. r=josh
|
2012-04-10 10:56:49 -05:00 |
Geoff Lankow
|
5f83fb3fab
|
Bug 682360 - Merge nsILocalFile and nsIFile interfaces; r=bsmedberg
|
2012-04-04 23:04:37 +12:00 |
Justin Lebar
|
1fc1dc1879
|
Bug 729940 - Part 2: Stop using crappy hash functions in Gecko. r=bz
--HG--
extra : rebase_source : 6fa267a89878cc1a766d8618569debcea9b12e48
|
2012-03-12 18:53:18 -04:00 |
Michael Wu
|
5dd6a67845
|
Bug 694206 - Add Gonk (B2G) widget backend, r=cjones
|
2011-11-10 16:17:46 -08:00 |
Ehsan Akhgari
|
92064e6d3f
|
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 |
Jeff Walden
|
b5e57820bf
|
Bug 693469 - Implement mozilla::ArrayLength and mozilla::ArrayEnd, and replace uses of NS_ARRAY_LENGTH whenever possible. (Exceptions: assigning to static initializers, use in static assertions, as template parameters, etc. These will go away when the relevant compilers have C++11 constexpr support.) r=cjones
--HG--
extra : rebase_source : b4bae9a0f85abf2feb828609b50e756916b99a6f
|
2011-10-10 22:50:08 -07:00 |
Hanspeter Niederstrasser
|
f24f7e2c2b
|
Bug 691133 - xpcom: fails to build darwin/x11. r=smichaud
|
2011-10-14 10:43:35 -05:00 |
Jeff Walden
|
d0532c3e95
|
Back out everything since 5435ee09cf7b. Tinderbox compilers hate me. r=epic-fail
|
2011-10-12 12:21:53 -07:00 |
Jeff Walden
|
0f30b277bf
|
Bug 639469 - Implement mozilla::ArrayLength and mozilla::ArrayEnd, and replace uses of NS_ARRAY_LENGTH whenever possible. r=cjones
--HG--
extra : rebase_source : 860a8271bf7e51cde358f2a4185c410de1fc2960
|
2011-10-10 22:50:08 -07:00 |
Taras Glek
|
612a7be8c8
|
Bug 686691 - Plumbing to expose OS-level readhead. r=bsmedberg
|
2011-10-02 21:24:54 +02:00 |
Michael Wu
|
d2b70213ac
|
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 |
Daniel Holbert
|
2e88f92e0e
|
Bug 689195: Fix signed/unsigned comparison warning in nsLocalFileUnix.cpp. r=smichaud
|
2011-09-26 15:00:34 -07:00 |
Matheus Kerschbaum
|
8a4cb927fd
|
Bug 678155 - Remove NS_COM. r=bsmedberg
|
2011-08-18 15:46:39 +02:00 |
Adam Rosenfield
|
508d3cef6d
|
Bug 646748 - Use Launch Services to check if a file is executable on Mac OS X before checking file permissions; r=smichaud
|
2011-07-24 01:36:58 +02:00 |
Matheus Kerschbaum
|
b0c1f89ef4
|
Bug 579571 - Remove --enable-timeline support. r=tglek
|
2011-07-17 12:07:42 +02:00 |
Cameron Kaiser
|
288acb444c
|
Bug 663899 - mark certain file extensions always executable; r=smichaud
|
2011-06-22 20:07:24 -07:00 |
Kyle Huey
|
8b2b2d95a7
|
Merge m-c to bs.
|
2011-03-04 23:54:03 -05:00 |
Brad Lassey
|
81cc8b631f
|
bug 637487 - Unable to install extensions when Fennec moved to SD Card r=dougt a=blocking-fennec
|
2011-03-04 17:57:25 -05:00 |
Mitchell Field
|
a6788f0842
|
Bug 627277 - Remove (broken) BeOS support. r=biesi,dwitte,gavin,joe,jorendorff,josh,khuey,mfinkle,neil,Pike,roc,shaver,smontagu,taras
|
2011-02-20 06:10:24 +11:00 |
Jeremias Bosch
|
c9e3ddc9f1
|
Bug 626595 - Make it possible to build maemo 6 platform version without meegotouch r=romaxa,ted.mielczarek a=approval2.0
--HG--
extra : rebase_source : 435438ae2c39833353a958ba2770f0e44439d7bc
|
2011-02-03 08:31:36 +02:00 |
Boris Zbarsky
|
35d48181bb
|
Bug 626259. Use the right statvfs fields for determining disk size. r=josh, a=blocker
|
2011-01-18 21:20:35 -05:00 |
timeless@mozdev.org
|
d43891bc95
|
Bug 615486 GetDeviceName is defined but not used ifndef USE_LINUX_QUOTACTL
r=bsmedberg
--HG--
extra : rebase_source : aad0b56b3e3adb11a591bcb3f94ebaf3067dca47
|
2010-12-04 11:07:31 +01:00 |
Wolfgang Rosenauer
|
ab20c8da7f
|
Bug 562897 - Add required implementation to open files on Maemo 6. r=dougt
--HG--
extra : rebase_source : 49d8fbe234bf447b87486ac4404a148d676e009c
|
2010-07-30 12:46:20 -07:00 |
Michael Wu
|
6751328731
|
Bug 580434 - Use of readdir in nsLocalFileUnix not reliable when recursively deleting files on Android/Bionic. r=dougt
|
2010-07-28 18:12:34 -07:00 |
Josh Aas
|
7e0dfe202b
|
Bug 581518: Make Mac OS X impl of nsLocalFile::SetPersistentDescriptor behave like it did previosly, supporting aliases. r=benwa
|
2010-07-25 23:49:28 -04:00 |
Josh Aas
|
fa81b00c6c
|
Backed out changeset 45e3b4a37bad, that was intended for try server not m-c
|
2010-07-25 17:43:32 -04:00 |
Josh Aas
|
bd554e81ae
|
old-persist1
|
2010-07-25 16:20:46 -04:00 |
Josh Aas
|
45cb20c144
|
Bug 571193. Move Mac OS X to UNIX filesystem code shared with Linux. Also fixes bug 506812, bug 528447, bug 530188. r=benwa sr=bsmedberg
|
2010-07-21 23:25:24 -04:00 |
Josh Aas
|
77db992206
|
Backed out changeset f6c93f02146c, bug 571193.
|
2010-07-16 20:31:24 -04:00 |
Josh Aas
|
e2c39ae137
|
Bug 571193. Move Mac OS X to UNIX filesystem code shared with Linux. Also fixes bug 506812, bug 528447, bug 530188. r=benwa sr=bsmedberg CLOSED TREE
|
2010-07-16 18:35:59 -04:00 |
Ginn Chen
|
c988c4dd44
|
Bug 571210 Fix GetDiskSpaceAvailable for Solaris r=roc
|
2010-06-23 17:32:17 +08:00 |
Brad Lassey
|
62e214de6f
|
bug 565138 - Implement extloader backend for Android r=vlad
|
2010-06-14 15:04:16 -04:00 |
Matt Brubeck
|
4ee5bc2110
|
Bug 571440 - Android build fails on new quota check from bug 520098 (nsLocalFileUnix.cpp), r=bsmedberg
|
2010-06-11 19:48:33 -07:00 |