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 |
Kushagra Sinha
|
90756db5cb
|
Bug 858482 - Expose macro DEBUG to OS.Constants. r=khuey, r=dteller
|
2013-04-24 08:36:10 -04:00 |
Tom Schuster
|
fc6da29a3e
|
Bug 862834 - Root mozJSComponentLoader. r=bholley,terrence
|
2013-04-23 17:48:05 +02:00 |
Jose Cortes
|
0281a0b5d4
|
Bug 842186 - Replace use of jsval with JS::Value in h and cpp files in the dom/system/ and dom/file/ directories. r=jwalden
--HG--
extra : rebase_source : 02747f384514c16bdfba7319e569b6554d7b28bd
|
2013-04-02 16:14:00 -07:00 |
David Rajchenbach-Teller
|
da96f29640
|
Bug 840887 - New OS.Constants constants. r=khuey
|
2013-02-26 12:06:53 -05:00 |
Nagarjuna Varma
|
ec1be4c9ac
|
Bug 785060 - Check for allocation failure in JS_NewUCStringCopyZ calls; r=Ms2ger
|
2012-12-22 18:35:07 -05:00 |
David Rajchenbach-Teller
|
ba13e78930
|
Bug 820681 - OS.Constants.Path.{profileDir, localProfileDir} - Initialize strings to void. r=khuey
|
2012-12-16 19:36:27 -05:00 |
Jeff Walden
|
120886ca73
|
Bug 820570 - Move mozilla::DebugOnly into DebugOnly.h to pare down the grab-baggish Util.h. r=Ms2ger
|
2012-12-14 18:58:45 -05:00 |
David Rajchenbach-Teller
|
f0d56a9957
|
Bug 810543 - OS.Constants now adapts if profileDir is not available;r=khuey
|
2012-12-11 15:12:59 -08:00 |
Jan Beich
|
6187babbac
|
Bug 817267 - dirfd() is a macro on some BSDs, fix build there. r=yoric
|
2012-12-01 21:25:24 -05:00 |
Amod Narvekar
|
80f0ffa28b
|
Bug 781346 - Expose local profie directory to OS.Constants.Path. r=yoric
|
2012-12-01 21:20:44 -05:00 |
Kyle Huey
|
439a5889fa
|
Bug 813762: Teach OS.File about compartment sharing. r=mrbkap
|
2012-11-26 08:55:12 -08:00 |
David Rajchenbach-Teller
|
816029c53b
|
Bug 807875 - Implement creationDate correctly for Mac OS X. r=froydnj
|
2012-11-15 11:22:27 -08:00 |
David Rajchenbach-Teller
|
b308603424
|
Bug 770538 - dirfd, MacOS X version. r=froydnj
|
2012-10-30 11:34:49 -04:00 |
Ed Morley
|
b0a5453bf1
|
Backout fdb7c9649a07 (bug 805967), 72003517a631 (bug 806538), 354250ed1e72 (bug 770538), ea6edd3749ce (bug 770538) for bustage on a CLOSED TREE
|
2012-10-30 17:56:20 +00:00 |
David Rajchenbach-Teller
|
ec00829162
|
Bug 770538 - dirfd, MacOS X version. r=froydnj
|
2012-10-30 11:34:49 -04:00 |
Randell Jesup
|
65539ef89c
|
Bug 773151: Convert nsCAutoString->nsAutoCString CLOSED TREE r=bsmedberg
|
2012-09-01 22:35:17 -04:00 |
David Rajchenbach-Teller
|
4233748869
|
Bug 761138 - Create/remove directories (constants). r=froydnj
|
2012-08-24 16:18:15 -04:00 |
David Rajchenbach-Teller
|
453c0e9313
|
Bug 775588 - Do not define a special directory if it doesn't exist. r=khuey
--HG--
extra : rebase_source : 19432a51e503201248a1e402fcdceefe2dfcf7d4
|
2012-08-22 16:58:09 -04:00 |
David Rajchenbach-Teller
|
336d21cc76
|
Bug 775588 - Expose path to tmpdir, profiledir in OS.Constants and make sure that weird loaders that violate loading order do not segfault. r=khuey
--HG--
extra : rebase_source : 26df2463b84dd60ca50cc9c280f226ee692d2f4e
|
2012-08-22 16:58:08 -04:00 |
Ryan VanderMeulen
|
b71fde2ecb
|
Backout 1844cc5b131a (bug 775588) for suspected Linux Cipc orange on a CLOSED TREE.
|
2012-08-08 19:14:08 -04:00 |
David Rajchenbach-Teller
|
5f37755932
|
Bug 775588 - Expose tmpdir, profiledir paths in OS.Constants and make sure that weird loaders that violate loading order do not segfault. r=khuey
|
2012-08-08 15:11:40 -04:00 |
David Rajchenbach-Teller
|
9058490531
|
Bug 780498 - Add OS.Constants.libc.COPYFILE_MOVE. r=yoric
|
2012-08-05 20:12:58 -04:00 |
Ryan VanderMeulen
|
972c2fbfec
|
Backout 75e0a5a581bb (bug 775588) due to bustage.
|
2012-07-26 21:34:36 -04:00 |
David Rajchenbach-Teller
|
6160316e1b
|
Bug 775588 - Expose tmpdir and profiledir. r=khuey
|
2012-07-26 21:17:23 -04:00 |
Tim Taubert
|
d94e676047
|
Bug 766194 - OSFileConstants for Windows stat;r=taras
|
2012-07-21 19:47:59 +02:00 |
David Rajchenbach-Teller
|
97ecdefeae
|
Bug 766194 - OSFileConstants for Unix stat;r=taras
|
2012-07-21 19:46:03 +02:00 |
Landry Breuil
|
e694b2da91
|
Bug 764436 - remove DT_WHT constant, it's unused and not standardized. r=yoric
|
2012-07-08 21:32:04 +02:00 |
David Rajchenbach-Teller
|
5290f7e64a
|
Bug 764436 - Directory-related constants;r=taras
|
2012-07-05 10:20:38 +02:00 |
David Rajchenbach-Teller
|
dc931afc64
|
Bug 750178 - Expose OS.Constants as an xpcom component. r=khuey
|
2012-07-04 08:30:58 -04:00 |
David Rajchenbach-Teller
|
8c238fd1f2
|
Bug 769658 - Split OS.Constants.Sys and OS.Constants.Path. r=khuey
|
2012-07-03 18:40:53 -04:00 |
David Rajchenbach-Teller
|
c22c78d439
|
Bug 763848 - Expose the path to libxul at OS.Constants.Sys. r=khuey
|
2012-06-28 21:56:30 -04:00 |
David Rajchenbach-Teller
|
84a851cf34
|
Bug 768381 - OS.Constants.Sys.Version should be OS.Constants.Sys.Name. r=yoric
|
2012-06-27 20:15:33 -04:00 |
David Rajchenbach-Teller
|
9372215e1d
|
Bug 768381 - Size of type mode_t depends on the platform. r=yoric
|
2012-06-27 20:15:33 -04:00 |
David Rajchenbach Teller
|
bdd6c4fa36
|
Bug 767021 - Add missing constants. r=yoric
|
2012-06-22 20:24:27 -04:00 |