summaryrefslogtreecommitdiffstats
path: root/V8Binding/scripts
Commit message (Collapse)AuthorAgeFilesLines
* makefile changes part 1Andrei Popescu2009-08-124-3092/+0
|
* Add TODO(andreip) to those v8 binding files that have Android-specific ↵Andrei Popescu2009-07-211-0/+2
| | | | modifications that may need fixing/upstreaming/etc
* Implement V8 bindings for DOM Storage.Ben Murdoch2009-06-261-5/+6
|
* Fix V8 build.Feng Qian2009-06-221-0/+12
|
* Make AppCache work with v8:Andrei Popescu2009-06-081-20/+56
| | | | | | -- 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-151-1/+16
| | | | This makes the macro work, so ENABLE_DATABASE can be toggled in config.h and the JavaScriptCore.derived.mk or V8Bindings.derived.mk.
* Enable Database API V8 bindings.Ben Murdoch2009-05-051-0/+1
|
* Make WebCore built with V8.Feng Qian2009-04-241-0/+3
| | | | Picked up several new files from Chrome port.
* Import V8binding code from Chromium tree.Feng Qian2009-04-214-0/+3022
Sync'ed at Chromium trunk r12846. http://src.chromium.org/viewvc/chrome?view=rev&revision=12846