summaryrefslogtreecommitdiffstats
path: root/WebCore/bindings/v8/custom
Commit message (Collapse)AuthorAgeFilesLines
...
* Merge webkit.org at r54340 : Cherry-pick WebKit change 54650 to add SVG ↵Steve Block2010-02-153-0/+6
| | | | | | | | guards for V8 See http://trac.webkit.org/changeset/54650 Change-Id: Ieda3be45b1979c0f9d776cf6b7639f0e67f1466f
* Merge webkit.org at r54340 : Fix merge conflictsSteve Block2010-02-152-28/+19
| | | | | | | | | | | | - Take both for Android makefiles, other than typo for JavaNPObjectV8 upstream - Take theirs for XCode project file and ChangeLog - Fix trivial header conflict in V8DocumentCustom - Keep ours for fix in JNIUtilityPrivate.cpp - Take theirs for V8DOMWrapper.cpp. Conflict is due to Android addition of TouchEvents, which conflicts with http://trac.webkit.org/changeset/54259 - Take both for Android addition of applicationInstalledCallback - Take both for Android JSC JIT changes in Platform.h Change-Id: Ib1a748f204a07a7e736feeee6a0f30f7453754a7
* Merge webkit.org at r54340 : Initial merge by gitSteve Block2010-02-1561-155/+1259
| | | | Change-Id: Ib489d2ff91186ea3652522e1d586e54416a2cf44
* Fix the build by including the right header for INVALID_STATE_ERRAndrei Popescu2010-02-121-0/+1
|
* Implement navigator.isApplicationInstalled() APIAndrei Popescu2010-02-121-1/+3
| | | | | | This CL contains the wiring between the API and the Java side. Fix b: 2371005
* Fix the V8 build by adding files missing from ↵Andrei Popescu2010-02-092-0/+131
| | | | ece0a38a9778edd2ae7a550df7dcd38d1e11e7d0
* Implement navigator.isApplicationInstalled() APIAndrei Popescu2010-02-091-0/+48
| | | | | | This CL contains the V8 DOM bindings and IDL changes. Fix b:2371005
* Merge webkit.org at r54127 : Resolve conflicts in V8 touch events bindings.Steve Block2010-02-042-440/+0
| | | | | | | The V8 touch event bindings weren't upstreamed, but this code has now all been deleted in favour of auto-generation. See http://trac.webkit.org/changeset/52663 for the change that removes the indexed getters used for touch events Change-Id: Ie59c504d7efcb408c18f76d085db63bc1c4a96c4
* Merge webkit.org at r54127 : Fix conflict in V8DocumentCustom.cppSteve Block2010-02-041-10/+6
| | | | | | | The whole method is now guarded in IDL. See http://trac.webkit.org/changeset/53271 Change-Id: If319bcc542bd042c63fb060cac473de2dcbed81a
* Merge webkit.org at r54127 : Initial merge by gitSteve Block2010-02-0483-1844/+1512
| | | | Change-Id: Ib661abb595522f50ea406f72d3a0ce17f7193c82
* Merge webkit.org at r51976 : Initial merge by git.Steve Block2009-12-1730-1278/+1887
| | | | Change-Id: Ib0e7e2f0fb4bee5a186610272edf3186f0986b43
* Updates Geolocation V8 bindings to match patch submitted to webkit.org.Steve Block2009-12-027-177/+148
| | | | | | See http://trac.webkit.org/changeset/51540 Change-Id: If60a5650750b1dc48353773947d451f4e8a3ec52
* Removes LOCK_V8 calls, which are incomplete having been abandonned prior to ↵Steve Block2009-11-117-7/+0
| | | | | | previous WebKit merges. Change-Id: Iee5a3a8d4eb1087ef196f193efb93d1e0dbcf77b
* Update Android build to remove websockets include and to keep in line with ↵Steve Block2009-11-101-0/+2
| | | | | | | | latest WebKit. See https://bugs.webkit.org/show_bug.cgi?id=31209 Change-Id: Ie79b5599ee9d6a87f02eea7148f2660b0aaafd9d
* Merge webkit.org at r50258 : Initial merge by git.Steve Block2009-11-1011-32/+323
| | | | Change-Id: I1a9e1dc4ed654b69174ad52a4f031a07240f37b0
* Merge webkit.org at R49305 : Fix merge conflicts.Steve Block2009-10-202-63/+1
| | | | Change-Id: I9e0ffbe9b9b824399653da038093874e315ccd6a
* Merge webkit.org at R49305 : Automatic merge by git.Steve Block2009-10-2046-1059/+2650
| | | | Change-Id: I8968561bc1bfd72b8923b7118d3728579c6dbcc7
* Bring Geolocation V8 bindings in line with those for JSC. Do not merge.Steve Block2009-10-141-8/+2
| | | | This has already been submitted to master branch.
* Cherry pick of WebKit commit r49018, fix for b/2067397. Enable ↵Ben Murdoch2009-10-061-1/+40
| | | | Database.changVersion().
* Merge change 23972 into eclairAndroid (Google) Code Review2009-09-071-8/+35
|\ | | | | | | | | * changes: Fixes Geolocation to correctly handle infinite values for PositionOptions properties.
| * Fixes Geolocation to correctly handle infinite values for PositionOptions ↵Steve Block2009-09-041-8/+35
| | | | | | | | | | | | | | | | properties. This fixes http://b/issue?id=2094429. Change-Id: I01cc5107d4a96840e35cc403161d50dbdf6a1ca2
* | Merge change 23971 into eclairAndroid (Google) Code Review2009-09-042-0/+82
|\ \ | |/ | | | | | | * changes: Adds V8 bindings for optional properties of Geolocation Coordinates object.
| * Adds V8 bindings for optional properties of Geolocation Coordinates object.Steve Block2009-09-042-0/+82
| | | | | | | | This fixes http://b/issue?id=2049677.
* | Fix the DOM storage layout tests when running with V8. Change the custom ↵Ben Murdoch2009-09-021-1/+1
|/ | | | bindings to ignore requests for the length attribute and update the event handling code to create Storage Events properly.
* Merge change 22906 into eclairAndroid (Google) Code Review2009-09-021-32/+43
|\ | | | | | | | | * changes: Add functionality to V8 bindings for SQLTransaction to allow array-like objects to be passed as the second parameter to executeSql(), and ensure exceptions are thrown in the right places.
| * Add functionality to V8 bindings for SQLTransaction to allow array-like ↵Ben Murdoch2009-09-021-32/+43
| | | | | | | | objects to be passed as the second parameter to executeSql(), and ensure exceptions are thrown in the right places.
* | Merge change 22913 into eclairAndroid (Google) Code Review2009-09-016-0/+478
|\ \ | | | | | | | | | | | | * changes: Adds V8 bindings for Geolocation.
| * | Adds V8 bindings for Geolocation.Steve Block2009-09-016-0/+478
| | |
* | | Fix a bug where the V8 bindings for SQLStatement error callbacks would not ↵Ben Murdoch2009-09-011-1/+1
| |/ |/| | | | | | | | | return the correct result to WebCore. BUG: 2053072
* | Update V8 bindings to report exceptions thrown from callbacks.Ben Murdoch2009-08-281-2/+8
|/
* Fix Layout test crash in V8 bindings to AppCacheAndrei Popescu2009-08-201-0/+2
|
* Revert "Merge WebKit r47420"Andrei Popescu2009-08-193-150/+8
| | | | This reverts commit d227fc870c7a697500a3c900c31baf05fb9a8524.
* Merge WebKit r47420Ben Murdoch2009-08-183-8/+150
|
* Rename functions in TouchList binding.Ben Murdoch2009-08-141-3/+3
|
* More V8 compliation fixesAndrei Popescu2009-08-141-0/+4
|
* Merge r47029: Resolve merge conflicts in JavaScriptCore and WebCore/bindings.Ben Murdoch2009-08-126-612/+2
|
* Merge in WebKit r47029.Ben Murdoch2009-08-1171-833/+2026
|
* Add more LOCK_V8 macros: the custom V8 bindings are used to invoke JS ↵Andrei Popescu2009-08-065-0/+5
| | | | 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 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
|/
* Implement V8 bindings for DOM Storage.Ben Murdoch2009-06-267-9/+815
|
* Get WebKit r44544.Feng Qian2009-06-1729-343/+2192
|
* 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-1511-0/+55
| | | | 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-244-18/+802
| | | | Picked up several new files from Chrome port.
* AI 145796: Land the WebKit merge @r42026.Feng Qian2009-04-1061-0/+5778
Automated import of CL 145796