Jan de Mooij
|
2c2b7af49c
|
Bug 1177892 part 4 - Remove INT_TO_JSVAL. r=evilpie
|
2015-06-30 21:10:04 -07:00 |
Jan de Mooij
|
155b1afd35
|
Bug 1177892 part 1 - Remove BOOLEAN_TO_JSVAL and STRING_TO_JSVAL. r=evilpie
|
2015-06-30 11:20:56 -07:00 |
Ryan VanderMeulen
|
7483c0563e
|
Backed out changesets ad58c270ce87 and 849151330d60 (bug 1177892) for B2G bustage.
CLOSED TREE
|
2015-06-30 15:48:11 -04:00 |
Jan de Mooij
|
731f441d6e
|
Bug 1177892 part 1 - Remove BOOLEAN_TO_JSVAL and STRING_TO_JSVAL. r=evilpie
--HG--
extra : rebase_source : f7ae63c351c82516e7db48a12c4cfb2048a81805
|
2015-06-30 11:20:56 -07:00 |
Jan de Mooij
|
976586cb5f
|
Bug 1177825 - Remove JSVAL_* constants. r=evilpie
|
2015-06-29 18:36:44 -07:00 |
Andrew McCreight
|
9e8f4b219e
|
Bug 1152551, part 2 - Fix mode lines in dom/. r=jst
|
2015-05-03 15:32:37 -04:00 |
Vaibhav Pradeep Bhosale
|
758e801c20
|
Bug 1136110 - Define OS.Constants.Sys.bits. r=yoric
|
2015-02-26 19:23:20 +05:30 |
Ehsan Akhgari
|
883849ee32
|
Bug 1145631 - Part 1: Replace MOZ_OVERRIDE and MOZ_FINAL with override and final in the tree; r=froydnj
This patch was automatically generated using the following script:
function convert() {
echo "Converting $1 to $2..."
find . \
! -wholename "*/.git*" \
! -wholename "obj-ff-dbg*" \
-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 MOZ_OVERRIDE override
convert MOZ_FINAL final
|
2015-03-21 12:28:04 -04:00 |
Ganesh Sahukari
|
4b15c2aa09
|
Bug 1022816 - OS.File will now be able to change the readOnly, hidden, and system file attributes on Windows. r=paolo
|
2015-03-13 15:51:53 +00:00 |
Jan de Mooij
|
db18ff3df9
|
Bug 1137523 - Unprefix most js_* functions. r=bhackett CLOSED TREE
|
2015-02-27 16:08:15 +01:00 |
Tom Schuster
|
324fce84c8
|
Bug 1127494 - Remove proto parameter from JS_DefineObject. r=Waldo,bz
|
2015-02-04 22:50:17 +01:00 |
Harshil Goel
|
ec74dc79d7
|
Bug 1072922 - Add libc constants for flock structure type. r=Yoric
|
2014-11-21 07:50:41 +05:30 |
Lynn Tran
|
7f93484c48
|
Bug 999748 - Add the user trash directory to OS.Constants.Path. r=yoric
|
2014-08-26 08:51:24 -04:00 |
Lynn Tran
|
029d85bf33
|
Bug 1003336 - OS.Constants.Sys.Name should not be "Android" for Firefox OS. r=yoric
|
2014-07-04 18:20:49 -04:00 |
Benoit Jacob
|
ec742680c8
|
Bug 1028588 - Fix dangerous public destructors in the rest of dom/ - r=ehsan
|
2014-06-23 15:56:07 -04:00 |
Birunthan Mohanathas
|
19bebbc68d
|
Bug 869836 - Part 2: Use AppendLiteral instead of `Append(NS_LITERAL_STRING(...))`. r=ehsan
|
2014-05-22 06:48:50 +03:00 |
Masatoshi Kimura
|
002ce1edc1
|
Bug 1007797 - Fixup tests. r=yoric
|
2014-05-12 22:46:50 +09:00 |
Marco Castelluccio
|
5089d6cb10
|
Bug 1001948 - Attempt to remove files more than once in the Windows cleanup functions in toolkit/webapps/ tests. r=myk,Yoric,tabraldes
|
2014-05-08 20:06:26 +02:00 |
David Rajchenbach-Teller
|
d6f5da42b5
|
Bug 994951 - Activate OS.File xpcshell tests on B2G. r=froydnj
|
2014-05-05 06:53:00 -04:00 |
Jon Coppeard
|
1216544376
|
Bug 959787 - Handlify remaining JS APIs r=terrence r=bz r=bholley
|
2014-04-30 10:10:33 +01:00 |
Birunthan Mohanathas
|
5f1fde8824
|
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 |
Zack Weinberg
|
06e34322cf
|
Bug 1001842, part 2: make umask available via OS.Constants. r=khuey sr=bz
|
2014-04-26 10:56:58 -04:00 |
Nathan Froyd
|
0ed717fb8f
|
Backout 2629257557ff:284be1609a50 (bug 1001842) for debug xpcshell bustage
|
2014-04-26 13:18:32 -04:00 |
Zack Weinberg
|
3f6a9ba557
|
Bug 1001842, part 2: make umask available via OS.Constants. r=khuey
|
2014-04-26 10:56:58 -04:00 |
Nils Maier
|
86cfc9cc0f
|
Bug 952997 - Fix OS.File large file support. r=yoric
|
2014-04-08 03:40:00 +02:00 |
David Rajchenbach-Teller
|
b2b8e65b0f
|
Bug 961665 - Native implementation of OS.File.read, native bits. r=froydnj, r=bz, r=paolo
|
2014-03-14 10:13:26 -04:00 |
Peiyong Lin
|
78963dfcf5
|
Bug 967507 - [OS.File] Add |path| for error-reporting. r=Yoric
|
2014-02-24 10:16:01 -05:00 |
Alessio Placitelli
|
0d3b6b8869
|
Bug 924874 - Add OS.File.getAvailableFreeSpace for Windows and Linux. r=Yoric
|
2014-01-15 02:04:00 -05:00 |
David Rajchenbach-Teller
|
3459858562
|
Bug 952335 - Provide the full path for OS.Constants.Path.libxul on OSX. r=mossop
|
2014-02-05 13:29:51 -05:00 |
Masatoshi Kimura
|
3d9b1531fe
|
Bug 951028 - Fix NTFS permissions when a file is moved to a different directory. r=yoric,bbondy
|
2014-01-23 02:33:48 +09:00 |
David Rajchenbach-Teller
|
a778a5c39c
|
Bug 951838 - Add OS.Constants.Path.libSqlite3. r=khuey
|
2014-01-21 11:29:29 -05:00 |
Sumit Agrawal
|
46da777f0e
|
Bug 958354 - OS.Constants.Path should expose UAppData. r=Yoric
|
2014-01-13 08:45:20 -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 |
David Rajchenbach-Teller
|
f9053f7265
|
Bug 941565 - Fix OS.Constants.Path.libxul on Android. r=glandium
|
2013-11-25 09:32:29 -05:00 |
Peiyong Lin
|
cc41371dc8
|
Bug 936297 - Expose posix_spawn_file_actions_t via Constants.libc. r=Yoric
|
2013-11-18 13:04:33 -05:00 |
Felix H. Dahlke
|
67d88b1309
|
Bug 921229 - Remove files with the read-only flag set. r=yoric
|
2013-10-29 09:27:01 +01:00 |
Nils Maier
|
500ac6e588
|
Bug 924916: Part 1 - Implement OS.File.setDates() for Unix. r=yoric
|
2013-10-28 05:40:00 +00:00 |
Birunthan Mohanathas
|
4360fad5a0
|
Bug 784739 - Switch from NULL to nullptr in dom/ (2/2); r=ehsan
|
2013-10-28 10:04:47 -04:00 |
Sankha Narayan Guria
|
ffd445ebd3
|
Bug 865387 - Handle the read-ahead flag operation on Linux. r=Yoric
|
2013-10-11 23:13:48 +05:30 |
Marco Castelluccio
|
bca52b1804
|
Bug 920686 - [OS.File] Add some constants to OS.Constants.Path for WebappsInstaller.jsm. r=yoric
|
2013-09-30 10:59:41 -04:00 |
Ehsan Akhgari
|
4bfc25a75e
|
Bug 913851 - Minimize the #includes in js/xpconnect; r=bholley
X-Git-Commit-ID: 78e6843063b303780a7dd2695dd2824a0a9c9a3c
--HG--
extra : rebase_source : 1dfcc228f43c68efbbc74f639570c227c26ef025
|
2013-09-09 23:14:10 +02:00 |
Nathan Froyd
|
8db7f31f7a
|
Bug 903427 - make ConstantSpecs in OSFileConstants.cpp const and constexpr-foldable; r=khuey
|
2013-08-09 09:46:07 -04:00 |
Jon Coppeard
|
20fb51afdd
|
Bug 897484 - GC: Convert JS_GetProperty APIs to take MutableHandleValue r=terrence r=bholley r=smaug
|
2013-07-26 10:00:38 +01:00 |
Carsten "Tomcat" Book
|
ce93df92db
|
Backed out changeset ae8d72538dee (bug 897484) for b2g bustage
|
2013-07-26 12:34:25 +02:00 |
Jon Coppeard
|
9709d43d76
|
Bug 897484 - GC: Convert JS_GetProperty APIs to take MutableHandleValue r=terrence r=bholley r=smaug
|
2013-07-26 10:00:38 +01:00 |
Jon Coppeard
|
ebf3afbab4
|
Bug 896949 - JS_SetProperty APIs should take an immutable parameter r=waldo r=bz
|
2013-07-26 10:00:38 +01:00 |
Jon Coppeard
|
e6cd070d3d
|
Bug 896540 - GC: Convert JS_SetProperty* to take MutableHandleValue - browser changes r=bz
|
2013-07-25 13:57:00 +01:00 |
Boris Zbarsky
|
3eabb6ea4b
|
Bug 876805. Fix unsafe reference gc hazards in dom/ code. r=smaug
|
2013-05-29 16:16:04 -04:00 |
David Zbarsky
|
e35c65d6d0
|
Bug 868312 - Some more rooting fixes for dom r=bz
|
2013-05-10 22:39:45 -04:00 |
David Zbarsky
|
b7033dea1a
|
Bug 868312: Various dom rooting fixes r=bz
|
2013-05-04 03:52:57 -04:00 |