summaryrefslogtreecommitdiffstats
path: root/WebCore/bindings
Commit message (Expand)AuthorAgeFilesLines
* resolved conflicts for merge of 3f4b1969 to masterSteve Block2010-01-2010-13/+12
|\
| * Cherry-pick WebKit change 53464 to rename WebCore/bridge/runtime to WebCore/b...Steve Block2010-01-1910-13/+12
* | Refactor our touch event code to use the version submitted to webkit.org by t...Ben Murdoch2010-01-202-3/+3
* | resolved conflicts for merge of df644d06 to masterSteve Block2010-01-191-1/+1
|\ \ | |/
| * Cherry-pick WebKit change 53412 to move jni_instance to JavaInstanceJSCSteve Block2010-01-191-1/+1
* | Add navigator.networkType to allow apps to detect the connection type.Andrei Popescu2010-01-153-0/+5
* | Update v8/bindings to remove the ANDROID #ifdefs and confirmAndrei Popescu2010-01-113-6/+5
* | Android special-casing when using std::sort is no longer needed now that we u...Steve Block2009-12-221-14/+0
|/
* Adds notes to upstream feature guards added in V8DOMWrapper.cpp.Steve Block2009-12-171-5/+6
* Merge webkit.org at r51976 : V8Proxy::sourceName now returns bool.Steve Block2009-12-171-1/+1
* Merge webkit.org at r51976 : Fix general conflicts.Steve Block2009-12-178-195/+16
* Merge webkit.org at r51976 : Initial merge by git.Steve Block2009-12-17181-3582/+5760
* Updates Geolocation V8 bindings to match patch submitted to webkit.org.Steve Block2009-12-0210-190/+154
* Removes superfluous file V8 DerivedSourcesAllInOne.cpp from Android build.Steve Block2009-12-011-9/+2
* Updates an Android-specific work-around in V8GCController.cpp now that std::s...Steve Block2009-11-231-9/+8
* Fixes license headers for all Android-specific JavaScriptCore and WebCore fil...Steve Block2009-11-131-1/+1
* Merge change I43c48f76 into eclair-mr2Android (Google) Code Review2009-11-111-1/+0
|\
| * Remove duplicate include of config.hSteve Block2009-11-121-1/+0
* | Merge change I42d5994d into eclair-mr2Android (Google) Code Review2009-11-111-5/+3
|\ \
| * | Use the ENABLE(INSPECTOR) guard instead of ENABLE(JAVASCRIPT_DEBUGGER). Also ...Ben Murdoch2009-11-111-5/+3
* | | Removes LOCK_V8 calls, which are incomplete having been abandonned prior to p...Steve Block2009-11-1114-33/+3
|/ /
* | Update Android build to remove websockets include and to keep in line with la...Steve Block2009-11-101-0/+2
|/
* Merge webkit.org at r50258 : Fix conflicts.Steve Block2009-11-108-40/+3
* Merge webkit.org at r50258 : Initial merge by git.Steve Block2009-11-10113-1013/+2438
* Use NPAPI headers from WebCore/bridge/ rather than those from V8Bindings/npapi/.Steve Block2009-10-281-0/+9
* Merge change Ia17a9f02 into eclair-mr2Android (Google) Code Review2009-10-284-0/+22
|\
| * Adds ScriptController::initializeThreading(), to allow initializeThreading() ...Steve Block2009-10-274-0/+22
* | Brings V8 binding ifdef changes in to line with version submitted to webkit.orgSteve Block2009-10-274-119/+109
|/
* Updates V8 bindings to use INSPECTOR guard.Steve Block2009-10-234-11/+26
* Makes a number of changes to ease future merging with and upstreaming to webk...Steve Block2009-10-226-74/+93
* Update DerivedSourcesAllInOne to closer match webkit.org version.Steve Block2009-10-201-14/+30
* Merge webkit.org at R49305 : Add ifdefs for enabler flags for V8 on Android.Steve Block2009-10-203-0/+19
* Merge webkit.org at R49305 : Fix merge conflicts.Steve Block2009-10-2015-265/+23
* Merge webkit.org at R49305 : Automatic merge by git.Steve Block2009-10-20251-3524/+10063
* Bring Geolocation V8 bindings in line with those for JSC. Do not merge.Steve Block2009-10-141-8/+2
* Brings JSC Geolocation bindings up-to-date with latest submission to webkit.o...Steve Block2009-10-141-5/+6
* Cherry pick of WebKit commit r49018, fix for b/2067397. Enable Database.chang...Ben Murdoch2009-10-061-1/+40
* Merge change 23972 into eclairAndroid (Google) Code Review2009-09-072-12/+53
|\
| * Fixes Geolocation to correctly handle infinite values for PositionOptions pro...Steve Block2009-09-042-12/+53
* | Merge change 23971 into eclairAndroid (Google) Code Review2009-09-042-0/+82
|\ \ | |/
| * Adds V8 bindings for optional properties of Geolocation Coordinates object.Steve Block2009-09-042-0/+82
* | Fix the DOM storage layout tests when running with V8. Change the custom bind...Ben Murdoch2009-09-022-1/+5
|/
* Merge change 22906 into eclairAndroid (Google) Code Review2009-09-023-35/+53
|\
| * Add functionality to V8 bindings for SQLTransaction to allow array-like objec...Ben Murdoch2009-09-023-35/+53
* | Merge change 22913 into eclairAndroid (Google) Code Review2009-09-017-0/+479
|\ \
| * | Adds V8 bindings for Geolocation.Steve Block2009-09-017-0/+479
* | | Fix a bug where the V8 bindings for SQLStatement error callbacks would not re...Ben Murdoch2009-09-011-1/+1
| |/ |/|
* | Update V8 bindings to report exceptions thrown from callbacks.Ben Murdoch2009-08-281-2/+8
* | Use v8::V8::LowMemoryNotification() instead of the non-really-existibg v8::V8...Andrei Popescu2009-08-272-4/+8
|/
* Add TouchEvent check.Feng Qian2009-08-201-0/+5