summaryrefslogtreecommitdiffstats
path: root/V8Binding/V8Binding.derived.mk
Commit message (Collapse)AuthorAgeFilesLines
* sort out inspector linking errorsAndrei Popescu2009-08-171-10/+0
|
* Continue with linker error fixes.Ben Murdoch2009-08-171-0/+2
|
* Fix first set of linker errors.Ben Murdoch2009-08-171-0/+2
|
* Fix ReadWriteLock class problem. Will upstream this asapAndrei Popescu2009-08-141-7/+1
|
* Fix a bunch more bindings errors.Ben Murdoch2009-08-131-1/+14
|
* Fix some build errors.Ben Murdoch2009-08-131-359/+359
|
* More changes to get V8 bindings to build.Ben Murdoch2009-08-131-30/+26
|
* Update generated files in V8 derived sources makefile.Ben Murdoch2009-08-121-7/+21
|
* makefile changes part 1Andrei Popescu2009-08-121-23/+39
|
* Enable workers for V8Andrei Popescu2009-08-031-2/+18
|
* Android specifics for 'Removes uneccessary IDL files for Geolocation ↵Steve Block2009-07-241-2/+0
| | | | permissions'.
* Add indexed getter for TouchList.Feng Qian2009-07-181-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 Murdoch2009-06-261-2/+17
|
* Fix V8 build.Feng Qian2009-06-221-3/+9
|
* Merged changed from Chromium r18043.Feng Qian2009-06-191-13/+22
| | | | Need to delete V8MessagePortCustom.cpp.
* Renaming bindings to binding.Feng Qian2009-06-191-20/+20
| | | | Also updated makefiles.
* Some fixes of V8 makefiles.Feng Qian2009-06-181-2/+12
| | | | Not fully complete yet.
* Make AppCache work with v8:Andrei Popescu2009-06-081-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 Qian2009-05-061-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 Murdoch2009-05-051-12/+4
|
* add svg support to v8 experimentCary Clark2009-05-011-0/+177
|
* Implement Java <-> JS bindings.Feng Qian2009-04-301-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 HEADFeng Qian2009-04-291-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 Qian2009-04-241-0/+1
| | | | Make a new thread initialization V8::initializeThreading similar to JSC::initializeThreading.
* Make WebCore built with V8.Feng Qian2009-04-241-14/+44
| | | | Picked up several new files from Chrome port.
* Add V8 binding make file.Feng Qian2009-04-221-0/+400
Add CHROME_REVISION file to remember which Chrome revision sync'ed to.