Nathan Froyd
|
7e41b29b78
|
Bug 984985 - avoid a useless stat call when loading JS components; r=bholley
|
2014-03-18 12:49:00 -04:00 |
|
Luke Wagner
|
d4eada70bf
|
Bug 980180 - remove principals as an argument to compilation, part 1 (r=terrence)
--HG--
extra : rebase_source : 8bf0ff6974870d6772021aafa88dd8fd5132fc70
|
2014-03-06 16:28:05 -06:00 |
|
Jeff Walden
|
7741787e99
|
Bug 972132 - Convert JS::EmptyValueArray to JS::HandleValueArray::empty(). r=terrence
--HG--
extra : rebase_source : 58b87df07373a7811136682b128aea67f04446cd
|
2014-02-12 23:38:36 -08:00 |
|
Jon Coppeard
|
0eac977006
|
Bug 959787 - Handlify arguments for Call APIs r=terrence r=bz
|
2014-02-13 15:33:04 +00:00 |
|
Masatoshi Kimura
|
0a3d8da618
|
Backed out changeset d7d447cac91b (bug 969762) for tp5 regression.
|
2014-02-12 06:01:29 +09:00 |
|
Jon Coppeard
|
2cf0941496
|
Bug 965830 - Convert use of JS_CallFunction and related APIs uses to HandleValueArray r=terrence r=smaug
|
2014-02-11 10:59:16 +00:00 |
|
Ehsan Akhgari
|
82ebdc883f
|
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 |
|
Masatoshi Kimura
|
590e1730d2
|
Bug 969762 - Support non-ASCII dump() messages on Windows. r=jimm
|
2014-02-11 05:50:16 +09:00 |
|
Jon Coppeard
|
cd6056507e
|
Bug 959787 - Handlify JS_GetProperty and related APIs r=terrence r=bz
|
2014-01-31 09:55:20 +00:00 |
|
Carsten "Tomcat" Book
|
3ff2c54041
|
Backed out changeset e2c75ec7f3d4 (bug 959787) for breaking b2g builds on a CLOSED TREE
|
2014-01-31 12:11:23 +01:00 |
|
Jon Coppeard
|
b65a90b42b
|
Bug 959787 - Handlify JS_GetProperty and related APIs r=terrence r=bz
|
2014-01-31 09:55:20 +00:00 |
|
Jon Coppeard
|
b5a2f0569c
|
Bug 959787 - Handlify some misc JS APIs r=sfink r=smaug
|
2014-01-29 10:00:40 +00:00 |
|
Zack Weinberg
|
098b7dc5c7
|
Bug 933885 part 1: make xpcshell dump() and print() handle non-ASCII characters correctly. r=bz
|
2014-01-25 23:27:11 -05:00 |
|
Tom Schuster
|
4fe0ac9e85
|
Bug 958119 - Some cleanup for XPConnect. r=gabor
|
2014-01-22 18:50:32 +01:00 |
|
Terrence Cole
|
20431f8abe
|
Bug 959787 - Handlify several JSAPI interfaces that can GC, Part 4; r=sfink,r=bz
--HG--
extra : rebase_source : 8e1ff566f47795cd82e3f4c0a6fa37b88e7847b4
|
2014-01-17 10:08:51 -08:00 |
|
Terrence Cole
|
3e141bbf5e
|
Bug 959787 - Handlify several JSAPI interfaces that can GC, Part 3; r=sfink
--HG--
extra : rebase_source : ace7b0fa6ba93acbf0ec8ecaeb68ffa287a33665
|
2014-01-16 09:48:58 -08:00 |
|
Tom Schuster
|
5e3191afd2
|
Bug 939294 - Change xpidl jsval to handles. r=gabor,bz,khuey,bsmedberg,terrence
|
2014-01-09 18:39:36 +01:00 |
|
Boris Zbarsky
|
f1a348da85
|
Bug 959705. Fix unsafe reference hazards in xpconnect code. r=bholley
|
2014-01-14 21:46:44 -05:00 |
|
Andrew McCreight
|
63edb97f7a
|
Bug 956455, part 3 - Remove the holder argument to nsXPConnect::WrapNativeToJSVal. r=gabor
|
2014-01-06 11:54:43 -08:00 |
|
Ehsan Akhgari
|
eaa7491d77
|
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 |
|
Bill McCloskey
|
de3f6efa40
|
Bug 952183 - reuseGlobal doesn't account for scripts being recycled (r=mrbkap,khuey)
|
2013-12-19 12:49:52 -08:00 |
|
Nathan Froyd
|
782884a55d
|
Bug 946781 - part 2 - add memory used by mozJSComponentLoader to about:memory; r=bholley,njn
|
2013-12-05 16:54:30 -05:00 |
|
Jacek Caban
|
99e38f985f
|
Bug 944444 - Fix js/ compilation on mingw. r=Waldo
|
2013-12-05 10:56:22 +01:00 |
|
Gijs Kruitbosch
|
2669f41615
|
Bug 890545 - provide a way to enumerate registered manifests, r=froydnj,f=glandium
--HG--
extra : rebase_source : 7534f0d3c0257ff34f1477c0bfdd23b540e7a7c7
|
2013-07-05 21:20:04 +02:00 |
|
Andrew McCreight
|
65c749e39d
|
Bug 937157, part 13 - Remove DEBUG_shaver. r=bholley
|
2013-11-17 14:47:01 -08:00 |
|
Tom Schuster
|
f052cdba92
|
Bug 933834 - Rename and handlify JS_ValueToString. r=terrence,bz
|
2013-11-16 13:31:36 +01:00 |
|
Ms2ger
|
29adada2a2
|
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
|
a12aa024e6
|
Bug 933834 - Rename and handlify JS_ValueToString. r=terrence,bz
|
2013-11-16 13:31:36 +01:00 |
|
Tom Schuster
|
ce701cf26f
|
Bug 930782 - Handlify JS_WrapValue. r=terrence
|
2013-10-26 18:19:05 +02:00 |
|
Birunthan Mohanathas
|
de354c9745
|
Bug 784739 - Switch from NULL to nullptr in miscellaneous directories; r=ehsan
--HG--
extra : rebase_source : 9335e9b4b0ac02e8066fbb79797bbc0d3fd73874
|
2013-10-23 16:36:09 -04:00 |
|
Tom Schuster
|
f59a4cd93b
|
Bug 8844105 - Handlify JS_WrapObject. r=terrence
|
2013-10-15 20:02:23 -04:00 |
|
Eddy Bruel
|
2822dc03cc
|
Bug 880330 - Refactor xpconnect to use the new options API; r=bholley
|
2013-10-14 13:42:16 +02:00 |
|
Birunthan Mohanathas
|
0fe811f2b7
|
Bug 784739 - Switch from NULL to nullptr in js/xpconnect/; r=ehsan
|
2013-10-10 16:35:53 -04:00 |
|
Phil Ringnalda
|
2546eef4df
|
Merge m-c to fx-team
|
2013-09-22 09:16:05 -07:00 |
|
Gabor Krizsanits
|
8fd8a5f18d
|
Bug 892214 - Moving atob to xpcprivate. r=bholley
|
2013-09-21 15:25:47 +02:00 |
|
Jon Coppeard
|
dffe7f475b
|
Bug 917798 - Handlify JS exception APIs r=terrence r=bz
|
2013-09-19 08:54:01 +01:00 |
|
Jon Coppeard
|
60622be6ee
|
Bug 918373 - GC: Handlify various public APIs r=sfink r=bholley r=smaug
|
2013-09-20 10:22:59 +01:00 |
|
Dan Gohman
|
586b9aee99
|
Bug 910823 - Constify static js::Class/JSClass instances. r=waldo
|
2013-09-11 05:49:05 -07:00 |
|
Ehsan Akhgari
|
70bb3246bd
|
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 |
|
Robert O'Callahan
|
8ca63f18ef
|
Bug 910989. Remove nsTHashtable::Init, fallible allocation, and MT hashtables. r=ehsan,bsmedberg
--HG--
extra : rebase_source : 0787130b1814c74bfb38dc178de94022f0b2e64e
|
2013-09-02 20:41:57 +12:00 |
|
Nicholas Nethercote
|
b6d6b342af
|
Bug 909597 (part 2) - Rename jsdbgapi.{h,cpp} as {js,vm}OldDebugAPI.{h,cpp}. r=luke.
--HG--
rename : js/src/jsdbgapi.h => js/public/OldDebugAPI.h
rename : js/src/jsdbgapi.cpp => js/src/vm/OldDebugAPI.cpp
extra : rebase_source : 9cd65a698e726c43d88d650f40823367bf98feae
|
2013-08-26 19:05:20 -07:00 |
|
Ms2ger
|
363f72b597
|
Bug 903849 - Use MOZ_ASSERT consistently in XPConnect; r=bholley
|
2013-08-14 09:00:34 +02:00 |
|
Nicholas Nethercote
|
c1d8302699
|
Bug 901750 - Change return type of |JSNative| from |JSBool| to |bool|. code=nnethercote,jandem. r=luke,bz.
--HG--
extra : rebase_source : 5b3d7cc339af6d93bde078322e25c6e740d1b617
|
2013-08-02 00:41:57 -07:00 |
|
Jon Coppeard
|
da8c061053
|
Bug 900986 - Convert JS_*Element API to use MutableHandleValue for out params r=terrence r=bholley r=smaug
|
2013-08-05 14:02:47 +01:00 |
|
Bobby Holley
|
99246966e4
|
Bug 899245 - Rename JS_GetGlobalForScopeChain to JS::CurrentGlobalOrNull. r=luke
This was done with perl/grep.
|
2013-07-29 16:45:27 -07:00 |
|
Jon Coppeard
|
fd4d274d46
|
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
|
ac22f0d0ad
|
Backed out changeset ae8d72538dee (bug 897484) for b2g bustage
|
2013-07-26 12:34:25 +02:00 |
|
Jon Coppeard
|
fed22eac4c
|
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
|
4258a261db
|
Bug 896949 - JS_SetProperty APIs should take an immutable parameter r=waldo r=bz
|
2013-07-26 10:00:38 +01:00 |
|
Jon Coppeard
|
bd28d643f7
|
Bug 896540 - GC: Convert JS_SetProperty* to take MutableHandleValue - browser changes r=bz
|
2013-07-25 13:57:00 +01:00 |
|