summaryrefslogtreecommitdiffstats
path: root/gin
Commit message (Expand)AuthorAgeFilesLines
* Removes MessageLoop::TYPE_XXX where possiblesky@chromium.org2014-01-151-2/+1
* Introduce a monotonic_clock module for Mojo.js.aa@chromium.org2014-01-102-3/+9
* Make the cube spin in the JS mojo app.aa@chromium.org2014-01-082-0/+2
* Added a test for destroying an isolate while a timer is outstanding.aa@chromium.org2014-01-062-47/+86
* Gin: Fix console module to be varargs again.aa@chromium.org2014-01-064-3/+18
* Remove usage of deprecate v8::Number constructors from ginjochen@chromium.org2014-01-032-3/+4
* Gin: Spruce the README a bit.aa@chromium.org2013-12-231-5/+21
* Add a simple one shot and repeating timer API for Mojo.js.aa@chromium.org2013-12-2117-28/+321
* Implement more of the JavaScript GL API.aa@chromium.org2013-12-216-18/+168
* Do not use (mostly) deprecated FunctionTemplate::New and Object::New functions.svenpanne@chromium.org2013-12-192-1/+2
* [gin] fix casting WrappableBase to a derived classjochen@chromium.org2013-12-192-7/+20
* Add support for wrapping classes indirectly inherited from gin::Wrappable<T>aa@chromium.org2013-12-193-39/+70
* [gin] Introduce Wrappable::GetObjectTemplatejochen@chromium.org2013-12-178-60/+62
* [gin] use a UniquePersistent to hold the context in context_holderjochen@chromium.org2013-12-172-4/+1
* [gin] Use ObjectTemplateBuilder instead of ObjectTemplate::Newjochen@chromium.org2013-12-172-11/+8
* Beginning of JS Mojo API to GL.aa@chromium.org2013-12-133-9/+12
* Reland 240298 "[gin] also install gin function templates on non-...""jochen@chromium.org2013-12-132-7/+11
* [gin] Turn gin into a componentjochen@chromium.org2013-12-1222-50/+115
* Revert 240298 "[gin] also install gin function templates on non-..."jam@chromium.org2013-12-121-1/+0
* [gin] also install gin function templates on non-gin managed isolatesjochen@chromium.org2013-12-121-0/+1
* Update function_template.h.pump file after changes in r240271jochen@chromium.org2013-12-121-2/+5
* [gin] Declare a wrappable's kWrapperInfo on the class deriving from Wrappablejochen@chromium.org2013-12-124-15/+14
* [gin] WrappableBase's dtor needs to be virtualjochen@chromium.org2013-12-113-10/+13
* Fix gin's ModuleRegistry::Load().viettrungluu@chromium.org2013-12-111-1/+2
* Don't use (almost) deprecated FunctionTemplate::New version, part 2.svenpanne@chromium.org2013-12-102-2/+2
* Gin: Make it easier to implement Wrappable.aa@chromium.org2013-12-087-140/+129
* Gin: Consolidate all the Converter<Wrappable> subclasses.aa@chromium.org2013-12-066-69/+103
* Remove usage of C++11 std::vector<> APIs from gin's ModuleRegistryjochen@chromium.org2013-12-061-1/+1
* Gin: Add support for binding JS methods to C++ instance methods.aa@chromium.org2013-12-0610-238/+306
* [gin] move context_holder to public/jochen@chromium.org2013-12-065-8/+20
* [gin] when creating an IsolateHolder for an existing Isolate, don't setup v8jochen@chromium.org2013-12-051-0/+2
* Add myself to gin ownersjochen@chromium.org2013-12-051-0/+1
* gin::Wrappable shouldn't inherit from base::RefCountedabarth@chromium.org2013-12-057-28/+97
* Implement gin::ObjectTemplateBuilderaa@chromium.org2013-11-298-23/+122
* Remove usage of deprecagted V8 API from gin/jochen@chromium.org2013-11-289-38/+44
* [Mojo] Remove static "bootstrap" state in mojo_jsabarth@chromium.org2013-11-284-10/+56
* Convert the rest of the functions in core.cc to use CreateFunctionTemplate.aa@chromium.org2013-11-2716-102/+211
* [Gin] Add documentation to explain how Gin worksabarth@chromium.org2013-11-2715-11/+127
* Implement support in function_template.h for return types.aa@chromium.org2013-11-265-86/+250
* Use pump to generate more overloads of CreateFunctionTemplate.aa@chromium.org2013-11-263-16/+237
* [Gin] Add a basic unit testing frameworkabarth@chromium.org2013-11-2511-23/+353
* [Mojo] Almost connect mojo_js with hello_world_serviceabarth@chromium.org2013-11-2510-40/+75
* [Mojo] Improve JavaScript API for MojoReadMessageabarth@chromium.org2013-11-243-16/+32
* First cut at gin::Bind().aa@chromium.org2013-11-236-31/+135
* [gin] add support for non-gin managed isolates in gin.jochen@chromium.org2013-11-2212-55/+87
* Teach mojo_js_bindings_unittests to load generated JS filesabarth@chromium.org2013-11-226-28/+39
* [Gin] Add a mechanism for wrapping C++ objectabarth@chromium.org2013-11-216-12/+276
* Add a GinEmbedder enum and use it to identify WrapperInfojochen@chromium.org2013-11-207-5/+34
* Mojo's C++ and JavaScript bindings should produce identical messagesabarth@chromium.org2013-11-201-0/+2
* Add a gin/public directoryjochen@chromium.org2013-11-208-10/+10