diff browse annotate |
9e98958b5e50ca9456adb49750e6480ac7ad201d created 2013-08-27 19:59 -0700 pushed 2013-09-02 14:08 +0000 |
Nicholas Nethercote | Nicholas Nethercote - Bug 911020 - Introduce js/TypeDecls.h, which holds very commonly used type declarations from the JS engine. r=luke. |
diff browse annotate |
7db702296585f916dd83febbe1e313f087ee55ae created 2013-08-08 15:53 -0700 pushed 2013-08-09 23:32 +0000 |
Nicholas Nethercote | Nicholas Nethercote - Bug 898914 (part 1) - Remove JSBool. |
diff browse annotate |
c9829bff3ae4bf7b770b93a86eb5452cbc0ed020 created 2013-08-02 00:41 -0700 pushed 2013-08-07 18:46 +0000 |
Nicholas Nethercote | Nicholas Nethercote - Bug 901750 - Change return type of |JSNative| from |JSBool| to |bool|. code=nnethercote,jandem. r=luke,bz. |
diff browse annotate |
1de22229a4f3681891c348f2a85d31c4dc4afdb7 created 2013-06-26 16:26 -0700 pushed 2013-07-26 14:49 +0000 |
Terrence Cole | Terrence Cole - Bug 887563 - Convert CallArgs::operator[] to return a Handle; r=Waldo,bz |
diff browse annotate |
901846b383e50f26c0bf27649339152d736e81cf created 2013-07-10 18:25 -0700 pushed 2013-07-11 09:59 +0000 |
Shu-yu Guo | Shu-yu Guo - Bug 891946 - Rename ThreadSafeContext variables from tcx -> cx. (r=bhackett) |
diff browse annotate |
891760992548a7898d65c5fec29687f35f301995 created 2013-07-10 18:25 -0700 pushed 2013-07-11 09:59 +0000 |
Shu-yu Guo | Shu-yu Guo - Bug 881988 - Support calling natives in parallel. (r=djvj) |
diff browse annotate |
39c322f034cca59002557b0c486d960a33224d07 created 2013-07-03 22:59 -0700 pushed 2013-07-05 06:56 +0000 |
Steve Fink | Steve Fink - Bug 890076 - Move isConstructing to CallArgs, r=Waldo |
diff browse annotate |
41caf6414eae175be5af4ca6456ea0ae11c11150 created 2013-06-19 17:59 -0700 pushed 2013-06-20 23:24 +0000 |
Emanuel Hoogeveen | Emanuel Hoogeveen - Bug 883697 (part 1) - Make include guards consistent in js/ductwork/, js/ipc/ and js/public/. r=njn. |
diff browse annotate |
9305b1486c2dfe418d642fef80fc01d78626a774 created 2013-06-03 16:30 -0700 pushed 2013-06-06 19:20 +0000 |
Terrence Cole | Terrence Cole - Bug 879079 - Fix some exact rooting static analysis failures under js/src; r=bhackett |
diff browse annotate |
a3f8d2127f2e5f9a21738b2043ae013fff76b4bb created 2013-05-30 17:47 -0400 pushed 2013-05-31 20:14 +0000 |
Boris Zbarsky | Boris Zbarsky - Bug 877216. Add CallArgs-like structs for use in DOM specialized getters/setters/methods. r=waldo |
diff browse annotate |
c5dcc0f29ab85375c245e11772935394678b06f0 created 2013-05-05 09:03 +0200 pushed 2013-05-05 19:28 +0000 |
Ms2ger | Ms2ger - Bug 866051 - Make CallArgs a stack class; r=Waldo |
diff browse annotate |
089c532f32d1a1515b2554b451a828d497b4f83b created 2013-04-16 13:47 -0700 pushed 2013-04-17 16:45 +0000 |
Sean Stangl | Sean Stangl - Bug 860029 - Standardize Modelines in the JS Module. r=njn |
diff browse annotate |
b85daec2b90caecbe2e25daaeb37342cd55871e0 created 2013-04-15 12:55 -0700 pushed 2013-04-16 17:51 +0000 |
Phil Ringnalda | Phil Ringnalda - Back out a5a1dd3bd8ae (bug 860029) for stupidorange |
diff browse annotate |
a5a1dd3bd8ae75a9f3ec7ab2cdf536726a094c01 created 2013-04-15 11:33 -0700 pushed 2013-04-16 17:51 +0000 |
Sean Stangl | Sean Stangl - Bug 860029 - Standardize Modelines in the JS Module. r=njn |
diff browse annotate |
6d92a2e39c778d1177a5f89270bf5a8160b169b1 created 2013-04-11 19:55 -0700 pushed 2013-04-12 14:44 +0000 |
Phil Ringnalda | Phil Ringnalda - Back out 5bf9771e1a28 (bug 860029) for bustage |
diff browse annotate |
5bf9771e1a2830d8ef70114b31e4219164f9c5e0 created 2013-04-11 18:48 -0700 pushed 2013-04-12 14:44 +0000 |
Sean Stangl | Sean Stangl - Bug 860029 - Standardize Modelines in the JS Module. DONTBUILD. r=njn |
diff browse annotate |
04987f63066fcd111a1952511d6a01ccb0819410 created 2013-04-04 09:02 +0200 pushed 2013-04-07 09:12 +0000 |
Ms2ger | Ms2ger - Bug 852602 - Pass CallArgs to Proxy call() and construct() hooks; r=Waldo |
diff browse annotate |
4006800a51db2d93c221b0f3863d00b50c31b28a created 2013-02-28 20:07 -0800 pushed 2013-03-14 22:26 +0000 |
Jeff Walden | Jeff Walden - Bug 846976 - Move CallArgs into its own header for better readability. r=jorendorff, f=bz, f=bholley |