Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | sort out inspector linking errors | Andrei Popescu | 2009-08-17 | 1 | -10/+0 |
| | |||||
* | Continue with linker error fixes. | Ben Murdoch | 2009-08-17 | 1 | -0/+2 |
| | |||||
* | Fix first set of linker errors. | Ben Murdoch | 2009-08-17 | 1 | -0/+2 |
| | |||||
* | Fix ReadWriteLock class problem. Will upstream this asap | Andrei Popescu | 2009-08-14 | 1 | -7/+1 |
| | |||||
* | Fix a bunch more bindings errors. | Ben Murdoch | 2009-08-13 | 1 | -1/+14 |
| | |||||
* | Fix some build errors. | Ben Murdoch | 2009-08-13 | 1 | -359/+359 |
| | |||||
* | More changes to get V8 bindings to build. | Ben Murdoch | 2009-08-13 | 1 | -30/+26 |
| | |||||
* | Update generated files in V8 derived sources makefile. | Ben Murdoch | 2009-08-12 | 1 | -7/+21 |
| | |||||
* | makefile changes part 1 | Andrei Popescu | 2009-08-12 | 1 | -23/+39 |
| | |||||
* | Enable workers for V8 | Andrei Popescu | 2009-08-03 | 1 | -2/+18 |
| | |||||
* | Android specifics for 'Removes uneccessary IDL files for Geolocation ↵ | Steve Block | 2009-07-24 | 1 | -2/+0 |
| | | | | permissions'. | ||||
* | Add indexed getter for TouchList. | Feng Qian | 2009-07-18 | 1 | -0/+1 |
| | | | | http://maps.google.com/maps/m uses TouchEvent.touches[i], which requires a customized index getter. | ||||
* | Implement V8 bindings for DOM Storage. | Ben Murdoch | 2009-06-26 | 1 | -2/+17 |
| | |||||
* | Fix V8 build. | Feng Qian | 2009-06-22 | 1 | -3/+9 |
| | |||||
* | Merged changed from Chromium r18043. | Feng Qian | 2009-06-19 | 1 | -13/+22 |
| | | | | Need to delete V8MessagePortCustom.cpp. | ||||
* | Renaming bindings to binding. | Feng Qian | 2009-06-19 | 1 | -20/+20 |
| | | | | Also updated makefiles. | ||||
* | Some fixes of V8 makefiles. | Feng Qian | 2009-06-18 | 1 | -2/+12 |
| | | | | Not fully complete yet. | ||||
* | Make AppCache work with v8: | Andrei Popescu | 2009-06-08 | 1 | -1/+14 |
| | | | | | | -- 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 | ||||
* | Fix SVG build with V8. | Feng Qian | 2009-05-06 | 1 | -9/+12 |
| | | | | | | Because some SVG anomation source files depend on generic sort functions, we cannot compile them. Add as ENABLE_SVG_ANIMATION build flag to disable SVG Animation. | ||||
* | Enable Database API V8 bindings. | Ben Murdoch | 2009-05-05 | 1 | -12/+4 |
| | |||||
* | add svg support to v8 experiment | Cary Clark | 2009-05-01 | 1 | -0/+177 |
| | |||||
* | Implement Java <-> JS bindings. | Feng Qian | 2009-04-30 | 1 | -6/+10 |
| | | | | | | | | | | Implemented invoke Java methods and fecth Java fields from JavaScript. Java-side access native-JS objects is not supported. JavaScript-side modification of JS objects is not supported. The implementation uses NPAPI, which is simple, but less efficient. Java abstraction is very much copied from original WebCore/bridge/jni, except all JSC bindings are replaced by NPAPI. | ||||
* | Merge commit 'goog/master-v8droid' into HEAD | Feng Qian | 2009-04-29 | 1 | -6/+6 |
| | | | | | | | The CL imports V8 source from trunk, and V8 binding code from Chromium, and small changes from future WebKit revision. To enable V8, add ENABLE_V8 := true in buildspec.mk. | ||||
* | Fix the threading issue. | Feng Qian | 2009-04-24 | 1 | -0/+1 |
| | | | | Make a new thread initialization V8::initializeThreading similar to JSC::initializeThreading. | ||||
* | Make WebCore built with V8. | Feng Qian | 2009-04-24 | 1 | -14/+44 |
| | | | | Picked up several new files from Chrome port. | ||||
* | Add V8 binding make file. | Feng Qian | 2009-04-22 | 1 | -0/+400 |
Add CHROME_REVISION file to remember which Chrome revision sync'ed to. |