Rodrigo Rodriguez Jr.
|
bc17528767
|
Bug 952650 (part 11) - Remove JSVAL_TO_INT. r=njn.
--HG--
extra : rebase_source : 41923458bbf8fd957c9a57685df4969f1190bd9f
|
2014-04-27 19:55:08 -07:00 |
|
Rodrigo Rodriguez Jr.
|
1b9dfa0db1
|
Bug 952650 (part 9) - Remove JSVAL_IS_INT. r=njn.
--HG--
extra : rebase_source : dc0c170914c2370c218cdbbe671d2a68628f5a87
|
2014-04-27 19:47:02 -07:00 |
|
Rodrigo Rodriguez Jr.
|
295e388ace
|
Bug 952650 (part 7) - Remove JSVAL_IS_BOOLEAN. r=njn.
--HG--
extra : rebase_source : 1ac334a052b7374dd9080d9bf89658e1f5d6168f
|
2014-04-27 19:44:05 -07:00 |
|
Rodrigo Rodriguez Jr.
|
2898f2d2f9
|
Bug 952650 (part 3) - Remove JSVAL_TO_BOOLEAN. r=njn.
--HG--
extra : rebase_source : fbe97c23a4893b8c4c5641f41947f3a96f7111d3
|
2014-04-27 19:34:12 -07:00 |
|
Birunthan Mohanathas
|
ff8ce9bd42
|
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 |
|
Sam Joch
|
05d227e6b6
|
Bug 968215 - SettingsService needs to have a callback when transaction are completed. r=bent
|
2014-02-07 12:19:58 +01:00 |
|
Jon Coppeard
|
50e1f34d5a
|
Bug 959787 - Handlify JS_GetProperty and related APIs r=terrence r=bz
|
2014-01-31 09:55:20 +00:00 |
|
Tom Schuster
|
e64b35e141
|
Bug 939294 - Change xpidl jsval to handles. r=gabor,bz,khuey,bsmedberg,terrence
|
2014-01-09 18:39:36 +01:00 |
|
Ehsan Akhgari
|
ebd358dfd7
|
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 |
|
Tom Schuster
|
f311064c6e
|
Bug 933834 - Rename and handlify JS_ValueToString. r=terrence,bz
|
2013-11-16 13:31:36 +01:00 |
|
Ms2ger
|
6b38d3ca3d
|
Backout changesets ded0d64f6786:03f041d03f24 and 30cbd1abde1a (bug 935696, bug 933834 and bug 939194) for build bustage.
|
2013-11-17 16:39:25 +01:00 |
|
Tom Schuster
|
dd485f9336
|
Bug 933834 - Rename and handlify JS_ValueToString. r=terrence,bz
|
2013-11-16 13:31:36 +01:00 |
|
Dave Hylands
|
ad9af99987
|
Bug 949004 - Check to see if lock is null before using it. r=qDot
--HG--
extra : rebase_source : 115a50601853376ae1a0548aad4d61f58e96c8d1
|
2013-11-07 16:14:44 -08:00 |
|
Dave Hylands
|
8484d80879
|
Bug 927961 - Add ums.status so that settings app can determine if files are open. r=gwagner
|
2013-10-17 15:41:46 -07:00 |
|
Ms2ger
|
df8525f77d
|
Bug 901323 - Don't include nsContentUtils.h unnecessarily; r=jlebar
|
2013-08-14 08:56:21 +02:00 |
|
Jon Coppeard
|
8278efd42a
|
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
|
8c89deb65b
|
Backed out changeset ae8d72538dee (bug 897484) for b2g bustage
|
2013-07-26 12:34:25 +02:00 |
|
Jon Coppeard
|
fc9b509d4f
|
Bug 897484 - GC: Convert JS_GetProperty APIs to take MutableHandleValue r=terrence r=bholley r=smaug
|
2013-07-26 10:00:38 +01:00 |
|
Joshua Cranmer
|
fb0ab49c35
|
Bug 884061 - Part 3f: Use NS_DECL_THREADSAFE_ISUPPORTS in dom/, r=smaug,dhylands.
--HG--
extra : rebase_source : b8eaae07c54c94c8c46c7ed4c0e226eb74584652
|
2013-07-18 21:21:20 -05:00 |
|
Jon Coppeard
|
6fec5f0632
|
Bug 876639 - Address unsafe references from JS_ParseJSON() - Fix browser r=smaug
|
2013-05-29 09:29:39 +01:00 |
|
Ed Morley
|
ebb42781a7
|
Backed out changeset 7acdb79e4d71 (bug 876639)
|
2013-05-29 12:09:10 +01:00 |
|
Jon Coppeard
|
a5f7aee9a5
|
Bug 876639 - Address unsafe references from JS_ParseJSON() - Fix browser r=smaug
|
2013-05-29 09:29:39 +01:00 |
|
Bobby Holley
|
54ef3d2952
|
Bug 868130 - Include nsCxPusher.h everywhere we need it, and stop including it from nsContentUtils.h. r=gabor
|
2013-05-22 10:05:26 -06:00 |
|
Dave Hylands
|
553eb397ff
|
Bug 852768 - Make AutoMounter use the new settings to support internal/external storage. r=qDot
|
2013-05-13 17:53:23 -07:00 |
|
Sankha Narayan Guria
|
7f0c4baace
|
Bug 867414 - Rename SafeAutoJSContext to AutoSafeJSContext. r=bholley
|
2013-05-06 09:04:17 -04:00 |
|
Bobby Holley
|
629d0d4121
|
Bug 860438 - Straightforward cases. r=gabor
|
2013-04-18 11:36:03 -04:00 |
|
Dave Hylands
|
3d4c942e73
|
Bug 785124 - Pt 4 - Whitespace only change. Change "type &var" to "type& var" and ptrs. r=dougt
|
2013-01-07 17:43:02 +01:00 |
|
Phil Ringnalda
|
ed9b0b2817
|
Back out 6737ce4d3ce6:599c37ed628c (bug 785124) for b2g Arm xpcshell orange in update tests
|
2013-01-07 22:59:32 -08:00 |
|
Dave Hylands
|
2c40d02886
|
Bug 785124 - Pt 4 - Whitespace only change. Change "type &var" to "type& var" and ptrs. r=dougt
|
2013-01-07 17:43:02 +01:00 |
|
Gregor Wagner
|
1e767c97ea
|
Bug 811414 - nsISettingsServiceCallback shouldn't use [implicit_jscontext]. r=bholley
|
2012-11-14 13:46:38 -08:00 |
|
Gregor Wagner
|
d1ebf22b39
|
Backout Bug 811414 for breaking B2G
|
2012-11-14 13:09:21 -08:00 |
|
Gregor Wagner
|
ec389cf5db
|
Bug 811414 - nsISettingsServiceCallback shouldn't use [implicit_jscontext]. r=bholley
|
2012-11-14 13:00:51 -08:00 |
|
Gregor Wagner
|
3b332a6a7f
|
Bug 788561 - SettingsAPI: Use createLock instead of getLock. r=bent
|
2012-09-05 17:33:03 -07:00 |
|
Gene Lian
|
7163f76e66
|
Bug 785298 - Settings API: set() can carry a customized message to notify "mozsettings-changed" observers. r=gwagner
|
2012-08-31 15:37:43 +08:00 |
|
Dave Hylands
|
a0645a98d9
|
Bug 781978 - Automounter should initialize ums.mode to zero. r=gwagner
From 5eb48be9af695ac2135b8508edb8a4b1e83acb56 Mon Sep 17 00:00:00 2001
r=gwagner
---
dom/system/gonk/AutoMounter.cpp | 19 ++++++++++++++++---
dom/system/gonk/AutoMounterSetting.cpp | 7 +++++--
dom/system/gonk/Volume.cpp | 12 +++++++++---
dom/system/gonk/nsVolumeService.cpp | 11 +++++++++--
4 files changed, 39 insertions(+), 10 deletions(-)
|
2012-08-08 15:44:59 -07:00 |
|
Dave Hylands
|
b348c8fadc
|
Bug 777431 - Disable settingschange logging for the volume. r=cjones
From e2b4eedc27fee58d678766a85baade53629ae780 Mon Sep 17 00:00:00 2001
manager
---
dom/system/gonk/AutoMounterSetting.cpp | 2 --
1 file changed, 2 deletions(-)
|
2012-07-25 11:32:27 -07:00 |
|
Ehsan Akhgari
|
49bc93c755
|
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 (more xpcom and gonk parts); r=jrmuizel
|
2012-06-19 23:41:56 -04:00 |
|
Dave Hylands
|
c750adf513
|
Bug 737153 - Enable mounting storage through USB from a host machine - Add the AutoMounter, sr=cjones r=qDot
|
2012-05-24 21:03:34 -07:00 |
|