Sylvestre Ledru
|
e226046cb8
|
Bug 1547143 - Format the tree: Be prescriptive with the pointer style (left) r=Ehsan
# ignore-this-changeset
Depends on D28954
Differential Revision: https://phabricator.services.mozilla.com/D28956
--HG--
extra : moz-landing-system : lando
|
2019-05-01 08:47:10 +00:00 |
Ehsan Akhgari
|
e5e885ae31
|
Bug 1521000 - Part 2: Adjust our clang-format rules to include spaces after the hash for nested preprocessor directives r=sylvestre
# ignore-this-changeset
--HG--
extra : amend_source : 7221c8d15a765df71171099468e7c7faa648f37c
extra : histedit_source : a0cce6015636202bff09e35a13f72e03257a7695
|
2019-01-18 10:16:18 +01:00 |
Sylvestre Ledru
|
265e672179
|
Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format
# ignore-this-changeset
--HG--
extra : amend_source : 4d301d3b0b8711c4692392aa76088ba7fd7d1022
|
2018-11-30 11:46:48 +01:00 |
Masatoshi Kimura
|
a321c5d13e
|
Bug 1433265 - Remove ShortcutResolver from nsLocalFileWin.cpp. r=froydnj
MozReview-Commit-ID: GeFCZI3OkuQ
--HG--
extra : rebase_source : 4a9868f82ae1143e7a31853641f5b5625ac21327
|
2018-01-31 20:56:17 +09:00 |
Michael Kaply
|
73bafcec5e
|
Bug 1389168 - Remove unnecessary IBM license text. r=gerv
MozReview-Commit-ID: 8HdaBppsJsc
--HG--
extra : rebase_source : 617c17b1162265e44810597fa69d533316da1a6b
|
2017-08-16 16:10:56 -05:00 |
Masatoshi Kimura
|
06311d2e3a
|
Bug 1375125 - Remove nsILocalFile. r=froydnj
MozReview-Commit-ID: 6oU6Ya5UXtC
--HG--
extra : rebase_source : 55b6e30aa348c1b939326698b0da7d72c26b479c
|
2017-08-05 09:43:49 +09:00 |
Birunthan Mohanathas
|
5c73bc7757
|
Bug 1045289 - Rename nsXPComInit.cpp to XPCOMInit.cpp. r=froydnj
--HG--
rename : xpcom/build/nsXPComInit.cpp => xpcom/build/XPCOMInit.cpp
|
2014-09-26 07:20:23 +03:00 |
Birunthan Mohanathas
|
488f6b602e
|
Bug 995730 - Fix style violations in xpcom/io/. r=froydnj
|
2014-05-14 23:15:46 +03:00 |
Birunthan Mohanathas
|
51bcf8d525
|
Bug 995730 - Change xpcom/io/ to use 2 space indentation
This also removes trailing whitespace in reindented files.
|
2014-05-05 20:30:43 +03:00 |
Ehsan Akhgari
|
d91d200572
|
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 |
Ehsan Akhgari
|
1b83407ce9
|
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 |
ISHIKAWA, Chiaki
|
e86dacacd6
|
Bug 931703 - Add unhandled/missing errno for NSRESULT_FOR_ERRNO macros. r=bsmedberg
|
2013-11-06 09:06:03 -05:00 |
Gervase Markham
|
82ff7027aa
|
Bug 716478 - update licence to MPL 2.
|
2012-05-21 12:12:37 +01: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 |
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 |
joshmoz%gmail.com
|
f94613b36d
|
remove XP_MAC from xpcom. b=281889 r=bsmedberg
|
2006-11-16 09:10:09 +00:00 |
jwalden%mit.edu
|
2517aba831
|
Bug 322183 - Throw specified exception when moving a folder on top of a non-empty folder. AIX 4.3 defines ENOTEMPTY to be the same as EEXIST by default, so add an #if around code in the last checkin to make AIX happy.
|
2006-03-30 16:50:17 +00:00 |
jwalden%mit.edu
|
b32a9b6977
|
Bug 322183 - Moving a folder on top of a non-empty folder doesn't throw the specified exception (Linux/Windows portion). r=dougt, sr=shaver
|
2006-03-30 04:03:27 +00:00 |
bsmedberg%covad.net
|
1092713530
|
Bug 320328 - Ts regression from bug 316416 (nsIModuleLoader) - cache the canonical (short) pathname (windows only), r=darin
|
2006-01-10 20:33:54 +00:00 |
gerv%gerv.net
|
31625ba2b1
|
Bug 236613: change to MPL/LGPL/GPL tri-license.
|
2004-04-18 14:21:17 +00:00 |
timeless%mozdev.org
|
4942b03239
|
Bug 187031 [nsLocalFileWin] nsLocalFile::Remove returns os remove values (-1) as nsresults
r=dougt sr=darin
|
2003-06-18 23:19:11 +00:00 |
ccarlen%netscape.com
|
32d8005d63
|
Bug 118203 - nsLocalFile implementation for Mach-0. r=pinkerton, sdagley/sr=sfraser
|
2002-09-25 12:23:39 +00:00 |
darin%netscape.com
|
e554d83626
|
fixes bug 129279 "nsIFile unicode/utf8/ascii task"
r=dougt sr=alecf
|
2002-04-27 05:33:09 +00:00 |
seawood%netscape.com
|
9b5ae05e33
|
Landing the rest of the mach-o OSX changes.
Bug #75653 r=cls sr=waterson
|
2001-10-27 07:38:18 +00:00 |
pinkerton%netscape.com
|
c84a13a1b6
|
use nsLocalFileMac.h for osx. r=saari, sr=hyatt bug#75653
|
2001-04-15 04:10:12 +00:00 |
dbaron%fas.harvard.edu
|
de24c96d88
|
Avoid relying on static constructor for nsFSStringConversion in nsLocalFile by making all methods static and avoiding the need for an object and then doing cleanup during XPCOM shutdown. b=43591 r=dougt@netscape.com sr=waterson@netscape.com
|
2000-12-09 04:11:05 +00:00 |
mkaply%us.ibm.com
|
b12d0a5ba2
|
#56767
r/a=cls,leaf
Remove XP_PC - use XP_WIN or XP_OS2 explicitly
|
2000-11-28 23:27:38 +00:00 |
mkaply%us.ibm.com
|
5356172a1c
|
# 34082
r= dougt
OS/2 bring up continues - support for OS/2 nsLocalFile
|
2000-05-02 23:14:31 +00:00 |
cls%seawood.org
|
5975077af0
|
More tweaks needed to get BeOS to compile for M14. For now, we use the Unix local file implementation. a,r=leaf
|
2000-02-17 20:24:24 +00:00 |
dougt%netscape.com
|
0b0346079c
|
Landing nsIFile.
|
2000-01-24 21:28:28 +00:00 |
sdagley%netscape.com
|
548e71bc93
|
Part of #17949. nsLocalFileMac work. Not part of build yet.
|
1999-12-07 22:26:51 +00:00 |
dougt%netscape.com
|
ea9d82aefd
|
renamed from the hated nsISomethingImpl.
|
1999-12-04 01:13:44 +00:00 |