summaryrefslogtreecommitdiffstats
path: root/WebCore/bindings
Commit message (Collapse)AuthorAgeFilesLines
* Merge change 21269 into master-webkit-mergeAndroid (Google) Code Review2009-08-141-3/+3
|\ | | | | | | | | * changes: Rename functions in TouchList binding.
| * Rename functions in TouchList binding.Ben Murdoch2009-08-141-3/+3
| |
* | Fix V8DOMWrapper.cppAndrei Popescu2009-08-141-1/+3
|/
* Merge change 21263 into master-webkit-mergeAndroid (Google) Code Review2009-08-145-5/+16
|\ | | | | | | | | * changes: And some more bindings fixes.
| * And some more bindings fixes.Ben Murdoch2009-08-145-5/+16
| |
* | More V8 compliation fixesAndrei Popescu2009-08-142-2/+11
|/
* Fix a bunch more bindings errors.Ben Murdoch2009-08-137-56/+96
|
* Merge change 21098 into master-webkit-mergeAndroid (Google) Code Review2009-08-132-7/+7
|\ | | | | | | | | * changes: Fix some build errors.
| * Fix some build errors.Ben Murdoch2009-08-132-7/+7
| |
* | Fix left over maunal mergesAndrei Popescu2009-08-131-1/+0
|/
* More changes to get V8 bindings to build.Ben Murdoch2009-08-131-0/+1
|
* Merge change 20934 into master-webkit-mergeAndroid (Google) Code Review2009-08-127-0/+50
|\ | | | | | | | | * changes: Merge half of V8Binding/binding
| * Merge half of V8Binding/bindingAndrei Popescu2009-08-127-0/+50
| |
* | r47029: Merge V8Index and V8Proxy.Ben Murdoch2009-08-126-5/+154
|/
* Merge r47029: Resolve merge conflicts in JavaScriptCore and WebCore/bindings.Ben Murdoch2009-08-1214-900/+6
|
* Merge in WebKit r47029.Ben Murdoch2009-08-11294-2970/+17789
|
* 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.
* Merge change 20268Android (Google) Code Review2009-08-071-71/+102
|\ | | | | | | | | * changes: Correctly sets default values for Geolocation PositionOptions.
| * Correctly sets default values for Geolocation PositionOptions.Steve Block2009-08-071-71/+102
| | | | | | | | This will be submitted to WebKit in bug 27254.
* | Add more LOCK_V8 macros: the custom V8 bindings are used to invoke JS ↵Andrei Popescu2009-08-066-1/+8
|/ | | | callbacks to let the JS application know when something interesting happens. These entry points into V8 are denoted by "handleEvent" methods and need to be protected as well.
* Add V8 locks at the v8 entry points for use with workers.Andrei Popescu2009-08-056-0/+20
|
* 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.
* Add indexed getter for TouchList.Feng Qian2009-07-182-0/+64
| | | | http://maps.google.com/maps/m uses TouchEvent.touches[i], which requires a customized index getter.
* Merge change 7130Android (Google) Code Review2009-07-141-2/+4
|\ | | | | | | | | * changes: Pick up a bug fix from Chromium.
| * Pick up a bug fix from Chromium.Feng Qian2009-07-141-2/+4
| | | | | | | | The same fix is upstreamed to WebKit.
* | Pick up a fix in V8 binding.Feng Qian2009-07-141-1/+1
|/
* Simplify Ben's previous commit.Feng Qian2009-07-131-4/+2
| | | | I am going to submit the same patch to WebKit.
* Add a virtual destructor to V8DOMMap when NDEBUG is defined.Ben Murdoch2009-07-131-0/+2
| | | | (cherry picked from commit 7f4f9d6e0f3d335bfa57be22dfe7eb421f51a4da)
* Implement V8 bindings for DOM Storage.Ben Murdoch2009-06-267-9/+815
|
* Fix V8 build.Feng Qian2009-06-223-0/+20
|
* Get WebKit r44544.Feng Qian2009-06-17238-4268/+7771
|
* Make AppCache work with v8:Andrei Popescu2009-06-081-0/+142
| | | | | | -- Most changes follow Chrome's changes in the same area -- I needed to update the CodeGeneratorV8.pm to the latest version -- I needed to deprecate v8_utility.h and replace it with V8Utilities.h/cpp
* Apply fixes for webkit bugs 24776 and 25616 to add ENABLE(DATABASE) guards. ↵Ben Murdoch2009-05-1522-0/+96
| | | | This makes the macro work, so ENABLE_DATABASE can be toggled in config.h and the JavaScriptCore.derived.mk or V8Bindings.derived.mk.
* Make WebCore built with V8.Feng Qian2009-04-245-18/+804
| | | | Picked up several new files from Chrome port.
* Copy V8DOMMap.h and V8DOMMap.cpp from future WebKit merge.Feng Qian2009-04-222-0/+650
| | | | These two files will be removed in our next WebKit merge after r42135.
* AI 145796: Land the WebKit merge @r42026.Feng Qian2009-04-10181-744/+10665
| | | | Automated import of CL 145796
* auto import from //depot/cupcake/@136594The Android Open Source Project2009-03-05158-1859/+3201
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-03202-0/+29662
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-03202-29662/+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-17215-9818/+13047
|
* Initial ContributionThe Android Open Source Project2008-10-2168-1078/+731
|
* external/webkit r30707Upstream1970-01-12149-0/+26771