summaryrefslogtreecommitdiffstats
path: root/V8Binding
Commit message (Expand)AuthorAgeFilesLines
* V8 can now use WebCore/bridge/jni/JNIBridge.cppSteve Block2010-01-271-153/+0
* V8 can now use WebCore/bridge/jni/JNIBridge.hSteve Block2010-01-272-114/+1
* Updates V8 versions of JavaMethod and JavaParameter to match JSC versionsSteve Block2010-01-261-4/+6
* Moves V8's JavaField from V8's jni_runtime to JavaClassV8 and fixes styleSteve Block2010-01-262-33/+0
* Update V8 JavaMethod::signature to use appendClassName() to match JSC versionSteve Block2010-01-261-74/+22
* Fixes style in V8 jni_runtime.[cpp|h]Steve Block2010-01-212-142/+130
* Updates V8 version of JavaString to use a private implementation class.Steve Block2010-01-211-28/+20
* Move V8 jni_npobject to bridge/jni/v8/JavaNPObjectV8 and fix styleSteve Block2010-01-212-219/+0
* Move V8 jni_instance to bridge/jni/v8/JavaInstanceV8 and fix styleSteve Block2010-01-214-279/+2
* Rename V8 jni_utility_private to JNIUtilityPrivate and fixes styleSteve Block2010-01-201-1/+1
* Move V8 jni_class to bridge/jni/v8/JavaClassV8 and fix styleSteve Block2010-01-204-177/+2
* Cherry-pick WebKit change 53497 to rename jni_utility and jni_utility_private...Steve Block2010-01-205-11/+9
* Cherry-pick WebKit change 53436 to fix style in JavaInstanceJSCSteve Block2010-01-192-4/+4
* Updates the use of weak references in the script-to-Java bridge for V8.Steve Block2010-01-083-44/+35
* Updates V8 version of JavaInstance to use RefCounted, rather than implementin...Steve Block2009-12-302-10/+2
* Merges V8 version of jni_utility with JSC version at WebCore/bridge/jni.Steve Block2009-12-073-829/+2
* Move V8 Makefiles to from V8Binding directory to WebCore directory, to match ...Steve Block2009-11-171-729/+0
* Removes some more superfluous code from the Makefiles.Steve Block2009-11-171-6/+0
* Remove DerivedSources.make.Steve Block2009-11-101-1185/+0
* Merge webkit.org at r50258 : Fix Makefiles.Steve Block2009-11-101-1/+7
* Move V8 to external/v8Steve Block2009-10-30874-323341/+0
* Use NPAPI headers from WebCore/bridge/ rather than those from V8Bindings/npapi/.Steve Block2009-10-285-1235/+5
* Adds ScriptController::initializeThreading(), to allow initializeThreading() ...Steve Block2009-10-273-86/+0
* Remove XPathNSResolver from the Android build.Steve Block2009-10-263-124/+0
* Merge webkit.org at R49305 : Add Android makefiles and set ENABLE flags.Steve Block2009-10-201-5/+39
* Removes some commented out files from the V8 derived Makefile.Steve Block2009-10-191-8/+0
* Update V8 to revision 3018.Steve Block2009-10-14184-6026/+8576
* Remove more superfluous WebKit files from build.Steve Block2009-10-141-1/+0
* Update V8 to bleeding_edge r2842.Ben Murdoch2009-09-08114-866/+4917
* Adds V8 bindings for optional properties of Geolocation Coordinates object.Steve Block2009-09-041-0/+1
* Merge change 23614 into eclairAndroid (Google) Code Review2009-09-021-1/+1
|\
| * Enables Geolocation for V8.Steve Block2009-09-011-1/+1
* | Merge change 22913 into eclairAndroid (Google) Code Review2009-09-011-0/+3
|\ \ | |/
| * Adds V8 bindings for Geolocation.Steve Block2009-09-011-0/+3
* | Update V8 to 2780 to fix a crash and pick up some ARM optimizationsAndrei Popescu2009-08-2886-706/+2341
* | Update V8 to 2725 to pick up Thread Termination and Low Memory Notification APIsAndrei Popescu2009-08-2784-426/+3931
|/
* Merge commit 'goog/master' into mergeAndrei Popescu2009-08-192-0/+13
|\
| * Fix the sim-eng build.Feng Qian2009-08-182-0/+13
* | Merge commit 'goog/master' into mergeBen Murdoch2009-08-1883-1750/+7872
|\ \ | |/
| * Update V8 to r2703.Feng Qian2009-08-1883-1750/+7872
* | Merge commit 'goog/master' into mergeBen Murdoch2009-08-183-1/+18
|\ \ | |/
| * 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
| * Merge change 20814Android (Google) Code Review2009-08-111-4/+0
| |\
| | * Enable GC call before creating a new context.Feng Qian2009-08-111-4/+0
| * | Don't install v8shell by default in kila-testsSriram Raman2009-08-101-0/+2
| |/
* | sort out inspector linking errorsAndrei Popescu2009-08-171-10/+0
* | Continue with linker error fixes.Ben Murdoch2009-08-175-3/+90