Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | makefile changes part 1 | Andrei Popescu | 2009-08-12 | 4 | -3092/+0 |
| | |||||
* | Add TODO(andreip) to those v8 binding files that have Android-specific ↵ | Andrei Popescu | 2009-07-21 | 1 | -0/+2 |
| | | | | modifications that may need fixing/upstreaming/etc | ||||
* | Implement V8 bindings for DOM Storage. | Ben Murdoch | 2009-06-26 | 1 | -5/+6 |
| | |||||
* | Fix V8 build. | Feng Qian | 2009-06-22 | 1 | -0/+12 |
| | |||||
* | Make AppCache work with v8: | Andrei Popescu | 2009-06-08 | 1 | -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 Murdoch | 2009-05-15 | 1 | -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 Murdoch | 2009-05-05 | 1 | -0/+1 |
| | |||||
* | Make WebCore built with V8. | Feng Qian | 2009-04-24 | 1 | -0/+3 |
| | | | | Picked up several new files from Chrome port. | ||||
* | Import V8binding code from Chromium tree. | Feng Qian | 2009-04-21 | 4 | -0/+3022 |
Sync'ed at Chromium trunk r12846. http://src.chromium.org/viewvc/chrome?view=rev&revision=12846 |