summaryrefslogtreecommitdiffstats
path: root/V8Binding
Commit message (Collapse)AuthorAgeFilesLines
* Use NPAPI headers from WebCore/bridge/ rather than those from V8Bindings/npapi/.Steve Block2009-10-285-1235/+5
| | | | | | | | The files in question are npapi.h and npruntime.h. The Android versions at V8Bindings/npapi/ are identical to the WebKit versions, other than a couple of trivial changes, which are accounted for in this patch. Change-Id: I998a5863181283aa6153c84a745b1923d9b5721b
* Adds ScriptController::initializeThreading(), to allow initializeThreading() ↵Steve Block2009-10-273-86/+0
| | | | | | | | | | to be used with both JSC and V8 without the use of ifdefs. See https://bugs.webkit.org/show_bug.cgi?id=30678 This has now been upstreamed to webkit.org, so submitting to Android to avoid future merge conflicts. Change-Id: Ia17a9f02060f04b11a8bffa367164162775516ba
* Remove XPathNSResolver from the Android build.Steve Block2009-10-263-124/+0
| | | | | | Also remove a few other unnnecessary files from the JSC Makefile. Change-Id: I3788a1e3f60941e9712b4c4345ba09fa0a5ad390
* Merge webkit.org at R49305 : Add Android makefiles and set ENABLE flags.Steve Block2009-10-201-5/+39
| | | | | | | We disable INSPECTOR - See http://trac.webkit.org/changeset/48430 We disable EVENT_SOURCE - see http://trac.webkit.org/changeset/47323 Change-Id: Iab25b3bb56582d9df1e693ed7158338e953677b7
* Removes some commented out files from the V8 derived Makefile.Steve Block2009-10-191-8/+0
| | | | Change-Id: I27567e104f8953b6858597a7f7a5f522b6203ac8
* Update V8 to revision 3018.Steve Block2009-10-14184-6026/+8576
| | | | Note that the latest version of WebKit requires V8 change http://code.google.com/p/v8/source/detail?r=2969 See http://trac.webkit.org/changeset/49248
* 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
| | | | This fixes http://b/issue?id=2049677.
* Merge change 23614 into eclairAndroid (Google) Code Review2009-09-021-1/+1
|\ | | | | | | | | * changes: Enables Geolocation for V8.
| * Enables Geolocation for V8.Steve Block2009-09-011-1/+1
| |
* | Merge change 22913 into eclairAndroid (Google) Code Review2009-09-011-0/+3
|\ \ | |/ | | | | | | * changes: Adds V8 bindings for Geolocation.
| * 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
| | | | | | | | The same change is been upstreaming to V8.
* | Merge commit 'goog/master' into mergeBen Murdoch2009-08-1883-1750/+7872
|\ \ | |/ | | | | | | Conflicts: WEBKIT_MERGE_REVISION
| * Update V8 to r2703.Feng Qian2009-08-1883-1750/+7872
| | | | | | | | New revision has improvement of scanner.
* | Merge commit 'goog/master' into mergeBen Murdoch2009-08-183-1/+18
|\ \ | |/ | | | | | | | | | | Conflicts: WebCore/bindings/v8/ScriptController.cpp WebCore/page/Geolocation.cpp WebCore/platform/android/GeolocationServiceAndroid.cpp
| * Add GC support in V8 and calling GC in WebCoreFrameBridge::clearCache.Feng Qian2009-08-132-0/+14
| | | | | | | | This is experimental, we'd like to see the impact on page cycler intl1 and intl2.
| * Avoid calling GC in Context::NewFeng Qian2009-08-131-0/+5
| | | | | | | | TestShellActivity now sets V8 flag --expose_gc, and it should have the same effect to page cycler performance.
| * Remove experimental nolazy flag.Feng Qian2009-08-131-5/+0
| | | | | | | | I didn't see performance changes.
| * EXPERIMENTAL: turn off lazy compilation to see the impact on page cycler.Feng Qian2009-08-121-0/+5
| | | | | | | | Will turn it back after getting data from page cycler. (ETA 1 day)
| * Merge change 20814Android (Google) Code Review2009-08-111-4/+0
| |\ | | | | | | | | | | | | * changes: Enable GC call before creating a new context.
| | * Enable GC call before creating a new context.Feng Qian2009-08-111-4/+0
| | | | | | | | | | | | I think this is very likely the cause of big memory jump and slowdown of page cycler.
| * | 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
| |
* | Fix first set of linker errors.Ben Murdoch2009-08-173-5/+7
| |
* | Fix ReadWriteLock class problem. Will upstream this asapAndrei Popescu2009-08-141-7/+1
| |
* | Fix a bunch more bindings errors.Ben Murdoch2009-08-131-1/+14
| |
* | Fix some build errors.Ben Murdoch2009-08-131-359/+359
| |
* | More changes to get V8 bindings to build.Ben Murdoch2009-08-131-30/+26
| |
* | Update generated files in V8 derived sources makefile.Ben Murdoch2009-08-121-7/+21
| |
* | makefile changes part 1Andrei Popescu2009-08-125-3115/+39
| |
* | Merge change 20934 into master-webkit-mergeAndroid (Google) Code Review2009-08-1224-3046/+0
|\ \ | | | | | | | | | | | | * changes: Merge half of V8Binding/binding
| * | Merge half of V8Binding/bindingAndrei Popescu2009-08-1224-3046/+0
| |/
* | r47029: Merge V8Index and V8Proxy.Ben Murdoch2009-08-124-5177/+0
|/
* Fix sim-eng build.Feng Qian2009-08-071-0/+1
| | | | Forgot to add cfg-ia32.cc to the make file.
* Get a new V8 revision with performance improvement in ARM compiler.Feng Qian2009-08-07111-2501/+9272
| | | | | | http://v8.googlecode.com/svn/branches/bleeding_edge@2654 This is a clean drop without local changes.
* Add V8 locks at the v8 entry points for use with workers.Andrei Popescu2009-08-053-2/+30
|
* Enable workers for V8Andrei Popescu2009-08-031-2/+18
|
* Merge changes 8489,8490Android (Google) Code Review2009-07-243-4/+0
|\ | | | | | | | | | | * changes: Android specifics for 'Removes uneccessary IDL files for Geolocation permissions'. Removes uneccessary IDL files for Geolocation callbacks.
| * Android specifics for 'Removes uneccessary IDL files for Geolocation ↵Steve Block2009-07-243-4/+0
| | | | | | | | permissions'.
* | Update V8 to bleeding_edge@2524Andrei Popescu2009-07-2389-894/+3183
|/
* Add TODO(andreip) to those v8 binding files that have Android-specific ↵Andrei Popescu2009-07-2111-3/+30
| | | | modifications that may need fixing/upstreaming/etc
* Experiment a different GC policy.Feng Qian2009-07-201-0/+5
| | | | Smaller promotion limit makes mark-compact GC more often, but may use less memory.
* Experiment no GC before loading new page.Feng Qian2009-07-201-0/+5
| | | | I want to check this change in to see the page load time on page cyclers.
* Add indexed getter for TouchList.Feng Qian2009-07-182-1/+9
| | | | http://maps.google.com/maps/m uses TouchEvent.touches[i], which requires a customized index getter.