summaryrefslogtreecommitdiffstats
path: root/gin/modules
Commit message (Expand)AuthorAgeFilesLines
* Global conversion of Pass()→std::move() on OS==linuxdcheng2015-12-281-5/+5
* Switch to standard integer types in gin/.avi2015-12-217-0/+12
* Move ENABLE_PROFILING to build flags system.brettw2015-12-051-2/+2
* Revert of Move ENABLE_PROFILING to build flags system. (patchset #3 id:40001 ...jochen2015-12-041-2/+2
* Move ENABLE_PROFILING to build flags system.brettw2015-12-041-2/+2
* Replace hidden values with private symbols in mojo and ginjochen2015-11-061-5/+10
* Remove remaining legacy SplitString calls.brettw2015-08-121-2/+2
* Move JoinString to the base namespace.brettw2015-07-151-1/+1
* Revert of Move JoinString to the base namespace (patchset #9 id:160001 of htt...hongchan2015-07-141-1/+1
* Move JoinString to the base namespace.brettw2015-07-141-1/+1
* Check whether the handle returned by PeekNext() is empty before accessing itjochen2015-07-131-2/+2
* Replace more ObserverList with base::ObserverList.brettw2015-06-031-1/+1
* Re-land: gin: Use V8 Maybe APIsbashi2015-06-023-18/+23
* Revert of gin: Use V8 Maybe APIs (patchset #7 id:160001 of https://codereview...bashi2015-05-293-23/+18
* gin: Use V8 Maybe APIsbashi2015-05-293-18/+23
* Reland of "Adding task runner/ message loop to tests that use IsolateHolder."ssid2015-05-072-13/+11
* Revert of Adding task runner/ message loop to tests that use IsolateHolder. (...jochen2015-05-062-11/+13
* Adding task runner/ message loop to tests that use IsolateHolder.ssid2015-05-062-13/+11
* Replace v8::Handle with v8::Local in gin/modules/*deepak.s2015-04-307-36/+36
* gin: ModuleRegistry::LoadModule() shouldn't extend the ModuleRegistry unsatis...hansmuller2014-11-252-0/+34
* Standardize usage of virtual/override/final in gin/dcheng2014-10-234-14/+11
* change more OVERRIDE instances to override in gin/mostynb2014-10-094-7/+7
* Added the "DISALLOW_COPY_AND_ASSIGN(Timer);" for Timer class in gin/module/t...kulkarni.a2014-09-221-0/+1
* Code re-factor related to WeakPtrFactory in src/gin modulekulkarni.a2014-09-192-4/+5
* JavaScript Content Handler Version 0.0hansmuller2014-09-122-2/+15
* Change base/file_utils.h includes to base/files/file_utils.h in gin, google_a...thestig2014-09-051-1/+1
* Mojo: Log an error when we fail to find a JS module.mpcomplete@chromium.org2014-07-231-0/+1
* Gin: Allow multiple callers to wait for the same module in ModuleRegistry.sammc@chromium.org2014-07-093-11/+54
* Adds ModuleRegistryObserver interfacesky@chromium.org2014-03-064-0/+128
* Two gin testssky@chromium.org2014-03-011-0/+33
* Nukes ContextSupplement and makes PerContextData extend SupportUserDatasky@chromium.org2014-02-282-27/+23
* Refactors parts of gin:sky@chromium.org2014-02-275-27/+32
* Removes MessageLoop::TYPE_XXX where possiblesky@chromium.org2014-01-151-2/+1
* 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-061-1/+6
* Add a simple one shot and repeating timer API for Mojo.js.aa@chromium.org2013-12-219-21/+295
* Implement more of the JavaScript GL API.aa@chromium.org2013-12-211-4/+1
* Do not use (mostly) deprecated FunctionTemplate::New and Object::New functions.svenpanne@chromium.org2013-12-191-1/+1
* [gin] Use ObjectTemplateBuilder instead of ObjectTemplate::Newjochen@chromium.org2013-12-172-11/+8
* [gin] Turn gin into a componentjochen@chromium.org2013-12-124-4/+8
* 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
* Remove usage of C++11 std::vector<> APIs from gin's ModuleRegistryjochen@chromium.org2013-12-061-1/+1
* [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-271-3/+4
* [Gin] Add documentation to explain how Gin worksabarth@chromium.org2013-11-273-0/+19
* [Mojo] Almost connect mojo_js with hello_world_serviceabarth@chromium.org2013-11-253-30/+23
* [Mojo] Improve JavaScript API for MojoReadMessageabarth@chromium.org2013-11-241-16/+10
* Teach mojo_js_bindings_unittests to load generated JS filesabarth@chromium.org2013-11-224-19/+28