summaryrefslogtreecommitdiffstats
path: root/V8Binding/v8
Commit message (Expand)AuthorAgeFilesLines
* Fix the sim-eng build.Feng Qian2009-08-182-0/+13
* Update V8 to r2703.Feng Qian2009-08-1883-1750/+7872
* Add GC support in V8 and calling GC in WebCoreFrameBridge::clearCache.Feng Qian2009-08-132-0/+14
* Avoid calling GC in Context::NewFeng Qian2009-08-131-0/+5
* Remove experimental nolazy flag.Feng Qian2009-08-131-5/+0
* EXPERIMENTAL: turn off lazy compilation to see the impact on page cycler.Feng Qian2009-08-121-0/+5
* Enable GC call before creating a new context.Feng Qian2009-08-111-4/+0
* Get a new V8 revision with performance improvement in ARM compiler.Feng Qian2009-08-07110-2501/+9270
* Update V8 to bleeding_edge@2524Andrei Popescu2009-07-2388-894/+3182
* Experiment a different GC policy.Feng Qian2009-07-201-0/+5
* Experiment no GC before loading new page.Feng Qian2009-07-201-0/+5
* Make some adjustment on heap parameters on Android platform.Feng Qian2009-07-144-4/+11
* Update V8 to bleeding_edge@2450 to pick up a few important fixes.Feng Qian2009-07-13118-2925/+6214
* Pickup two ARM fixes.Feng Qian2009-07-091-14/+23
* Pickup two crash fixes from V8 tree:Feng Qian2009-07-081-8/+21
* Update V8 to r2361, which is a trunk revision pushed to Chrome.Feng Qian2009-07-0769-1624/+2851
* Add V8 snapshot to Makefile.Feng Qian2009-07-011-1/+1
* Pickup the latest V8 revision, prepare for snapshotting.Feng Qian2009-06-30204-4742/+21620
* Add logging.Feng Qian2009-06-292-0/+15
* Workaround gcc4.4. issue.Feng Qian2009-06-232-16/+45
* Drop in v8 r2121Feng Qian2009-06-19785-0/+274604
* Rename Android.mk to Android.libv8.mk, v8 to bindings.Feng Qian2009-06-1941-11598/+0
* Make AppCache work with v8:Andrei Popescu2009-06-089-59/+285
* Merge change 999Android (Google) Code Review2009-05-061-1/+1
|\
| * Fix memory leaks in Java binding and some code cleanup.Feng Qian2009-05-061-1/+1
* | Merge change 982Android (Google) Code Review2009-05-052-0/+8
|\ \ | |/ |/|
| * Enable Database API V8 bindings.Ben Murdoch2009-05-052-0/+8
* | Pick up npruntime.cpp fix from Chrome tree.Feng Qian2009-05-011-17/+31
|/
* Add plugin plumbing with V8 binding.Feng Qian2009-05-012-5/+9
* Pick up fix in npruntime.cpp.Feng Qian2009-04-301-49/+54
* Fix the threading issue.Feng Qian2009-04-242-0/+83
* Make WebCore built with V8.Feng Qian2009-04-2416-255/+284
* Import V8binding code from Chromium tree.Feng Qian2009-04-2138-0/+11229