summaryrefslogtreecommitdiffstats
path: root/WebCore/bindings/js
Commit message (Collapse)AuthorAgeFilesLines
...
* | Use the ENABLE(INSPECTOR) guard instead of ENABLE(JAVASCRIPT_DEBUGGER). Also ↵Ben Murdoch2009-11-111-5/+3
|/ | | | | | | | guard the inspector header. This change needs to be upstreamed. Change-Id: I42d5994dc975206cbb376189613dc23426a4a9a8
* Merge webkit.org at r50258 : Fix conflicts.Steve Block2009-11-101-3/+0
| | | | | | | Note that FrameLoader::gotoAnchor has been moved to FramveView::gotoAnchor. See http://trac.webkit.org/changeset/49608 Change-Id: Ic2a87bb0c0f91d371508578ddccf200967524a77
* Merge webkit.org at r50258 : Initial merge by git.Steve Block2009-11-1057-516/+1059
| | | | Change-Id: I1a9e1dc4ed654b69174ad52a4f031a07240f37b0
* Adds ScriptController::initializeThreading(), to allow initializeThreading() ↵Steve Block2009-10-272-0/+10
| | | | | | | | | | 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
* Merge webkit.org at R49305 : Fix merge conflicts.Steve Block2009-10-204-67/+1
| | | | Change-Id: I9e0ffbe9b9b824399653da038093874e315ccd6a
* Merge webkit.org at R49305 : Automatic merge by git.Steve Block2009-10-20140-1060/+5171
| | | | Change-Id: I8968561bc1bfd72b8923b7118d3728579c6dbcc7
* Brings JSC Geolocation bindings up-to-date with latest submission to ↵Steve Block2009-10-141-5/+6
| | | | | | | | webkit.org. Do not merge. See https://bugs.webkit.org/show_bug.cgi?id=29099 This has already been submitted to master branch.
* Fixes Geolocation to correctly handle infinite values for PositionOptions ↵Steve Block2009-09-041-4/+18
| | | | | | | | properties. This fixes http://b/issue?id=2094429. Change-Id: I01cc5107d4a96840e35cc403161d50dbdf6a1ca2
* Add functionality to V8 bindings for SQLTransaction to allow array-like ↵Ben Murdoch2009-09-021-0/+5
| | | | objects to be passed as the second parameter to executeSql(), and ensure exceptions are thrown in the right places.
* fix JSC support.Andrei Popescu2009-08-191-1/+1
|
* Revert "Merge WebKit r47420"Andrei Popescu2009-08-1938-779/+41
| | | | This reverts commit d227fc870c7a697500a3c900c31baf05fb9a8524.
* Revert "Continue with JSC errors."Andrei Popescu2009-08-192-5/+2
| | | | This reverts commit 76de9f7763de0e4568056a5a26c93030f21e0b90.
* Continue with JSC errors.Ben Murdoch2009-08-192-2/+5
|
* Merge WebKit r47420Ben Murdoch2009-08-1838-41/+779
|
* Merge commit 'goog/master' into mergeBen Murdoch2009-08-181-67/+84
|\ | | | | | | | | | | | | Conflicts: WebCore/bindings/v8/ScriptController.cpp WebCore/page/Geolocation.cpp WebCore/platform/android/GeolocationServiceAndroid.cpp
| * Final part of fix to set default values of Geolocation PositionOptions.Steve Block2009-08-131-20/+31
| | | | | | | | Updates to final version submitted to WebKit for bug 27254.
| * Correctly sets default values for Geolocation PositionOptions.Steve Block2009-08-111-72/+78
| | | | | | | | | | | | | | This will be submitted to WebKit in bug 27254. This was first commited in change 20268, but this caused problems in the automated build and was subsequently rolled back in change 20415. This change includes the latest comments from the WebKit review.
* | Fix left over maunal mergesAndrei Popescu2009-08-131-1/+0
| |
* | Merge r47029: Resolve merge conflicts in JavaScriptCore and WebCore/bindings.Ben Murdoch2009-08-121-9/+2
| |
* | Merge in WebKit r47029.Ben Murdoch2009-08-11131-1200/+2358
|/
* Revert "Correctly sets default values for Geolocation PositionOptions."Steve Block2009-08-071-102/+71
| | | | | This reverts commit 0c9108c0f832d34e6468bf1b3ed4132053c6a0f3. This broke the automated build. Not sure why, as it builds fine on my machine. Rolling back while I investigate.
* Correctly sets default values for Geolocation PositionOptions.Steve Block2009-08-071-71/+102
| | | | This will be submitted to WebKit in bug 27254.
* Fixes WebKit Geolocation bug 27255.Steve Block2009-07-242-3/+2
| | | | | We should not call the error callback if the success callback raises an exception. This is currently being submitted to WebKit as bug 27255.
* Get WebKit r44544.Feng Qian2009-06-17146-2335/+2197
|
* Apply fixes for webkit bugs 24776 and 25616 to add ENABLE(DATABASE) guards. ↵Ben Murdoch2009-05-1511-0/+41
| | | | This makes the macro work, so ENABLE_DATABASE can be toggled in config.h and the JavaScriptCore.derived.mk or V8Bindings.derived.mk.
* AI 145796: Land the WebKit merge @r42026.Feng Qian2009-04-1078-620/+1669
| | | | Automated import of CL 145796
* auto import from //depot/cupcake/@136594The Android Open Source Project2009-03-05147-1662/+2893
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-03148-0/+15836
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-03148-15836/+0
|
* auto import from //branches/cupcake/...@126645The Android Open Source Project2009-01-151-14/+23
|
* Code drop from //branches/cupcake/...@124589The Android Open Source Project2008-12-17174-8431/+10951
|
* Initial ContributionThe Android Open Source Project2008-10-2159-793/+575
|
* external/webkit r30707Upstream1970-01-12102-0/+13525