Jon Coppeard
|
50e1f34d5a
|
Bug 959787 - Handlify JS_GetProperty and related APIs r=terrence r=bz
|
2014-01-31 09:55:20 +00:00 |
|
Carsten "Tomcat" Book
|
2a6caad1f0
|
Backed out changeset e2c75ec7f3d4 (bug 959787) for breaking b2g builds on a CLOSED TREE
|
2014-01-31 12:11:23 +01:00 |
|
Jon Coppeard
|
858370c616
|
Bug 959787 - Handlify JS_GetProperty and related APIs r=terrence r=bz
|
2014-01-31 09:55:20 +00:00 |
|
Birunthan Mohanathas
|
3fa051ce6f
|
Bug 784739 - Switch from NULL to nullptr in toolkit/components/ (1/2); r=ehsan
|
2013-10-10 16:38:05 -04:00 |
|
Ehsan Akhgari
|
63120f149f
|
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 |
|
Nicholas Nethercote
|
b756f6b258
|
Bug 898914 (part 1) - Remove JSBool.
--HG--
extra : rebase_source : 2d202e0e5005a7f54724b1540481c15cde3ad52e
|
2013-08-08 15:53:04 -07: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 |
|
Tom Schuster
|
6e39838725
|
Bug 865410 - Use CallArgs for XPConnect Call and Construct hooks. r=bholley.
|
2013-05-04 19:25:15 +02:00 |
|
David Zbarsky
|
924bc89cf4
|
Bug 867459: Root toolkit/ r=terrence
|
2013-05-01 18:43:53 -04:00 |
|
Tom Schuster
|
57cd547745
|
Bug 862834 - Root mozJSComponentLoader. r=bholley,terrence
|
2013-04-23 17:48:05 +02:00 |
|
Jose Cortes
|
c430aa26aa
|
Bug 842186 - Update instances of jsval to JS::Value in .cpp and .h files within the toolkit and netwerk directories. r=jwalden
--HG--
extra : rebase_source : bba8b8f21faa148a64731299bd74bf89c1314822
|
2013-03-06 13:16:46 -08:00 |
|
Daniel Holbert
|
6653f0c009
|
Bug 825467: Remove unused variable 'reusingGlobal' from PerfMeasurement.cpp. r=khuey
|
2012-12-29 17:33:30 -08:00 |
|
Kyle Huey
|
4213568dc1
|
Bug 809666: Define ctypes and perf properties on the 'this' object, not the global, when sharing globals. r=mrbkap
--HG--
extra : rebase_source : d9f8329b7f60b3e72aea241aa97b59aa04531c66
|
2012-11-13 08:57:46 -08:00 |
|
Kyle Huey
|
a43ac37b08
|
Backout bug 809666.
|
2012-11-13 10:27:06 -08:00 |
|
Kyle Huey
|
5bc7e56411
|
Bug 809666: Define ctypes and perf properties on the 'this' object, not the global, when sharing globals. r=mrbkap
|
2012-11-13 08:57:46 -08:00 |
|
Kyle Huey
|
1482122303
|
Bug 798491: Add an option to stick all chrome JSMs/JS components in the same compartment. r=mrbkap,philikon
--HG--
extra : rebase_source : 98337b6a8c07d05e8c961a452dd05a7d75c3c60b
|
2012-10-31 09:13:28 -07:00 |
|
Vicamo Yang
|
8297cdabd6
|
Backout 67cb43bb8865: Breaks B2G Marionette
|
2012-10-31 16:35:11 +08:00 |
|
Kyle Huey
|
bdf47895bb
|
Bug 798491: Add an option to stick all chrome JSMs/JS components in the same compartment. r=mrbkap,philikon
|
2012-10-30 12:28:11 -07:00 |
|
Ed Morley
|
777eed8444
|
Backout a145ded68994, e0cf397089ec & 1545e91c658e (bug 798491) for bustage on a CLOSED TREE
|
2012-10-30 17:02:31 +00:00 |
|
Kyle Huey
|
97eb605422
|
Bug 798491: Followup bustage fix.
|
2012-10-30 09:10:08 -07:00 |
|
Kyle Huey
|
aa1997a51a
|
Bug 798491: Add an option to stick all chrome JSMs/JS components in the same compartment. r=mrbkap,philikon
|
2012-10-30 08:26:12 -07:00 |
|
Ehsan Akhgari
|
0fd9123eac
|
Bug 579517 - Part 1: Automated conversion of NSPR numeric types to stdint types in Gecko; r=bsmedberg
This patch was generated by a script. Here's the source of the script for
future reference:
function convert() {
echo "Converting $1 to $2..."
find . ! -wholename "*nsprpub*" \
! -wholename "*security/nss*" \
! -wholename "*/.hg*" \
! -wholename "obj-ff-dbg*" \
! -name nsXPCOMCID.h \
! -name prtypes.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 PRInt8 int8_t
convert PRUint8 uint8_t
convert PRInt16 int16_t
convert PRUint16 uint16_t
convert PRInt32 int32_t
convert PRUint32 uint32_t
convert PRInt64 int64_t
convert PRUint64 uint64_t
convert PRIntn int
convert PRUintn unsigned
convert PRSize size_t
convert PROffset32 int32_t
convert PROffset64 int64_t
convert PRPtrdiff ptrdiff_t
convert PRFloat64 double
|
2012-08-22 11:56:38 -04:00 |
|
Gervase Markham
|
ca171eec44
|
Bug 716478 - update licence to MPL 2.
|
2012-05-21 12:12:37 +01:00 |
|
Luke Wagner
|
ff185699a3
|
Bug 632064 - remove JS_GetScopeChain (r=mrbkap)
--HG--
extra : rebase_source : dcaab70f180d23ad3e9cd12c2d84d326b012fbb2
|
2011-09-28 17:57:27 -07:00 |
|
Michael Wu
|
d8e503c38b
|
Bug 675553 - Switch from PRBool to bool on a CLOSED TREE , r=bsmedberg,khuey,bz,cjones
--HG--
rename : tools/trace-malloc/bloatblame.c => tools/trace-malloc/bloatblame.cpp
|
2011-09-28 23:19:26 -07:00 |
|
Mike Shaver
|
85c4348adc
|
Backed out changeset 4d86e63ff60d, diagnostic patch; back out 3da12edf735e, followup fix; back out bug 631135 completely, unexplained intermittent orange. r=waldo, a=orange
|
2011-02-19 20:46:44 -08:00 |
|
Jeff Walden
|
414ac259f6
|
Bug 631135 - Objects created by or on behalf of fast natives and property ops (getters or setters) are parented to the wrong proto and global. r=lw,jst,mrbkap,bz, a=jst
--HG--
extra : rebase_source : a2f6a11ac3bcc7925cbf122057b694a0aafac970
|
2011-02-08 17:20:06 -08:00 |
|
Jim Blandy
|
96d7c2007b
|
Bug 492849 - Implement Object.preventExtensions, Object.isExtensible. a=waldo,jimb, r=brendan
--HG--
rename : js/src/jsapi-tests/testSeal.cpp => js/src/jsapi-tests/testDeepFreeze.cpp
|
2010-09-21 11:35:29 -07:00 |
|
Zack Weinberg
|
788b4d617f
|
Bug 568863: Add a scriptable interface to operating-system performance measurement APIs (Linux only for now). r=cjones,waldo,mitch a2.0=bz
--HG--
rename : toolkit/components/ctypes/Module.cpp => toolkit/components/ctypes/ctypes.cpp
rename : toolkit/components/ctypes/Module.h => toolkit/components/ctypes/ctypes.h
|
2010-07-30 12:17:56 -07:00 |
|