summaryrefslogtreecommitdiffstats
path: root/gin
Commit message (Expand)AuthorAgeFilesLines
* Exporting classes with internal linkage does not make sense, do not do it.thakis2014-11-041-1/+1
* Work around a parameter-unused-but-set warning in gin/cmasone2014-11-011-2/+7
* Infrastructure for enabling V8's initial snapshot to be loaded from external ...baixo2014-10-287-1/+131
* [gin] Use variadic templates in gin/function_template.hkolczyk2014-10-243-590/+74
* Standardize usage of virtual/override/final in gin/dcheng2014-10-2313-64/+55
* Convert the few remaining ARRAYSIZE_UNSAFE -> arraysize.viettrungluu2014-10-171-3/+3
* Mojo JS Bindings: add support for associative arrays (Mojo map type)hansmuller2014-10-161-1/+11
* change more OVERRIDE instances to override in gin/mostynb2014-10-098-14/+14
* Add implementation of MonotonicallyIncreasingTime to Gin's V8 platform implem...rmcilroy2014-10-082-0/+6
* Replacing the OVERRIDE with override and FINAL with final in /src/ginanujk.sharma2014-10-065-18/+18
* Hook up custom Win 64 SEH to v8jochen2014-10-024-0/+77
* Mojo JS bindings: draining a DataPipehansmuller2014-09-256-0/+85
* Replace forward_dependent_configs with public_depsBrett Wilson2014-09-231-12/+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
* Pass ResourceConstraints to V8 via the Isolate constructorjochen2014-09-171-5/+3
* Move setup of code event handlers to ginjochen2014-09-166-1/+100
* JavaScript Content Handler Version 0.0hansmuller2014-09-122-2/+15
* Remove deprecated IsolateHolder constructorjochen2014-09-122-46/+11
* Use the array buffer allocator from IsolateHolder::Initialize for new Isolatesjochen2014-09-111-1/+3
* Refactor IsolateHolder to be able to always create the isolatejochen2014-09-117-22/+45
* Mark gtest and gmock as testonly in GN.Brett Wilson2014-09-081-0/+1
* Change base/file_utils.h includes to base/files/file_utils.h in gin, google_a...thestig2014-09-056-6/+6
* Verify that gin_shell and hello_world.js exist.hansmuller@chromium.org2014-08-141-3/+8
* [gin] Allow interceptors to signal whether a they intercepted somethingjochen@chromium.org2014-08-134-16/+45
* avoid >> ambiguity in gin testmostynb@opera.com2014-08-131-1/+2
* The mojo JS message header validation tests load text files that encode binar...hansmuller@chromium.org2014-07-307-0/+155
* Update memory related v8 notifications API callsjochen@chromium.org2014-07-291-1/+3
* Fixed gin_shell and added a smoke test.hansmuller@chromium.org2014-07-285-4/+47
* Mojo: Log an error when we fail to find a JS module.mpcomplete@chromium.org2014-07-231-0/+1
* Added IsConstructorCall to gin::Arguments.kolczyk@opera.com2014-07-183-2/+35
* Gin: Allow multiple callers to wait for the same module in ModuleRegistry.sammc@chromium.org2014-07-093-11/+54
* Add a function template cache to the interceptor unittestjochen@chromium.org2014-06-271-4/+20
* Remove WrappableTest.ErrorInObjectConstructorPropertyjochen@chromium.org2014-06-271-22/+0
* 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