summaryrefslogtreecommitdiffstats
path: root/gin
Commit message (Expand)AuthorAgeFilesLines
* Hook up V8 to more of the GN build.brettw@chromium.org2014-06-052-57/+52
* Make GN unit tests single process.brettw@chromium.org2014-06-041-3/+0
* Add src/gin to the GN build.brettw@chromium.org2014-05-221-0/+130
* Don't pass --harmony-promises flag from gin to v8jochen@chromium.org2014-05-191-1/+1
* Fix gin's array buffer class for component buildjochen@chromium.org2014-05-162-1/+9
* Update file-level comment for gin::IsolateHolderjochen@chromium.org2014-05-021-4/+4
* gin: Stop converting float values into integers implicitlyhajimehoshi@chromium.org2014-04-162-3/+3
* Pass the amount of virtual memory to v8jochen@chromium.org2014-04-111-0/+1
* Don't enable all harmony features in mojo/ginjochen@chromium.org2014-04-091-2/+1
* Make net use v8 through ginjochen@chromium.org2014-04-086-12/+21
* [gin] Add a v8::Platform implementation to allow for v8 posting tasksjochen@chromium.org2014-04-046-1/+99
* Change mojo JS bindings to expose a handle object, which is Closed when garbagempcomplete@chromium.org2014-04-034-0/+64
* gin: Automatic conversion from JS number to intgerhajimehoshi@chromium.org2014-03-142-3/+3
* Move TestRunner from CppVariable to gin::Wrappablehajimehoshi@chromium.org2014-03-141-0/+11
* Get rid of even more Script::New calls in Chromium.marja@chromium.org2014-03-121-1/+1
* gin: Add the concept of named and indexed interceptors.jochen@chromium.org2014-03-128-0/+509
* Move AppendFile and *CurrentDirectory to the base namespace.brettw@chromium.org2014-03-111-1/+1
* gin: Add ability to install call-as-function handlers on gin::Wrappablejochen@chromium.org2014-03-104-0/+103
* Adds ModuleRegistryObserver interfacesky@chromium.org2014-03-065-0/+129
* Two gin testssky@chromium.org2014-03-014-0/+72
* Adds PerContextData::context_holder()sky@chromium.org2014-02-283-4/+11
* Nukes ContextSupplement and makes PerContextData extend SupportUserDatasky@chromium.org2014-02-285-83/+32
* gin: Bug fix: Fix CreateHandle to return an emtpy handle in some extreme caseshajimehoshi@chromium.org2014-02-283-1/+34
* Fixes header guard of ShellRunnersky@chromium.org2014-02-271-3/+3
* Use Script::Compile instead of Script::Newmarja@chromium.org2014-02-272-4/+4
* Refactors parts of gin:sky@chromium.org2014-02-2717-172/+250
* Remove obsolete gin::IsolateHolder ctorjochen@chromium.org2014-02-252-10/+0
* gin: Make it possible to use gin array buffers when running on top of blinkjochen@chromium.org2014-02-205-20/+44
* gin: Only use primitive types for creating function templatesjochen@chromium.org2014-02-113-56/+98
* 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