summaryrefslogtreecommitdiffstats
path: root/WebCore/Android.derived.mk
Commit message (Collapse)AuthorAgeFilesLines
* Restore Android.derived.mk that seems to have been emptied during the merge.Ben Murdoch2009-08-131-0/+741
|
* Merge in WebKit r47029.Ben Murdoch2009-08-111-741/+0
|
* Exposes Geolocation at navigator.geolocation for JSC only.Steve Block2009-07-281-1/+1
|
* Android specifics for 'Removes uneccessary IDL files for Geolocation ↵Steve Block2009-07-241-8/+0
| | | | permissions'.
* Enable workers w/JSC.Ben Murdoch2009-07-061-7/+22
|
* Enable video and audio elements in WebCoreAndrei Popescu2009-06-191-3/+3
|
* Merge commit 'goog/master' into webkit_mergeFeng Qian2009-06-181-2/+16
|\ | | | | | | | | | | | | | | Resolved conflicts: WebCore/Android.mk WebCore/storage/LocalStorageArea.h WebCore/storage/SessionStorageArea.cpp WebCore/storage/StorageEvent.cpp
| * Enable DOM Storage in master with JSC bindings.Ben Murdoch2009-06-151-2/+16
| |
* | Some fixes of V8 makefiles.Feng Qian2009-06-181-1/+1
| | | | | | | | Not fully complete yet.
* | Get WebKit r44544.Feng Qian2009-06-171-4/+4
|/
* Restore old-style Makefiles.Feng Qian2009-06-111-10/+530
| | | | | | It is easier to work with merge tool. Will add a separate set of Makefiles for V8. Add Android.v8.mk as a reference.
* Merge commit 'goog/master' into merge_webkit_from_masterFeng Qian2009-04-291-2/+0
|\
| * Enable Application Caches.Andrei Popescu2009-04-201-1/+1
| |
* | Make WebCore built with V8.Feng Qian2009-04-241-0/+10
| | | | | | | | Picked up several new files from Chrome port.
* | Separate JSC and JSC binding from WebCore build file.Feng Qian2009-04-211-509/+0
|/ | | | Introduce a flag JS_ENGINE, which can be set to 'jsc' or 'v8'. Currently only 'jsc' is working.
* AI 146111: update webkitmerge to handle git, svg, fix bugsCary Clark2009-04-141-0/+14
| | | | | | | | | | | | | | | | //branches/master/android/external/webkit/WebCore/Android.derived.mk add exclusion rules for svg //branches/master/android/external/webkit/WebCore/Android.mk add exclusion exceptions (e.g., files from /skia/ that we use) remove the need to have '\' at the end of each file //branches/master/android/external/webkit/WebKitTools/android/webkitmerge/webkitmerge.cpp don't delete modified files, but mark them with MANUAL_MERGE_REQUIRED add --execute option (in progress) add --perforce, --git options fix double add of file when it appears in sandbox and new webkit BUG=1553405 Automated import of CL 146111
* AI 145796: Land the WebKit merge @r42026.Feng Qian2009-04-101-4/+8
| | | | Automated import of CL 145796
* AI 145053: add SVG to the browser [disabled by default]Cary Clark2009-04-081-15/+187
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | To enable SVG, edit your buildspec.mk to ENABLE_SVG:=true then make clean-libwebcore && make Some SVG functionality has been stubbed out in this checkin. //branches/master/android/build/buildspec.mk.default # edit - add ENABLE_SVG, commented out by default - fix up WEBCORE_INSTRUMENTATION define while I was in there //branches/master/android/external/webkit/Android.mk # edit - add ENABLE_SVG C define - add svg paths to C includes //branches/master/android/external/webkit/WebCore/Android.derived.mk # edit - update merge tool rules - add svg to css property names, keywords, generated bindings - add svg names, element factory, wrappers - remove obsolete ksvgcssproperties.h - add XLinkNames, required by SVG //branches/master/android/external/webkit/WebCore/Android.mk # edit - update merge tool rules - add svg bindings, css svg parsing, svg rendering, svg engine //branches/master/android/external/webkit/WebCore/config.h # edit - leave ENABLE_SVG alone if it is already defined //branches/master/android/external/webkit/WebCore/loader/EmptyClients.h # edit - add some Android extensions as empty virtuals (EmptyClients is only used by SVG) //branches/master/android/external/webkit/WebCore/platform/graphics/android/GraphicsContextAndroid.cpp # edit //branches/master/android/external/webkit/WebCore/platform/graphics/android/PathAndroid.cpp # edit - add SVG graphics porting functions. Note the FIXMEs -- some are unimplemented. BUG=1474412 Automated import of CL 145053
* AI 144643: a few more fixes for the automated merge toolCary Clark2009-04-061-0/+13
| | | | | | | | don't include chromium files in JavaScriptCore add a list of generated files to exclude BUG=1553405 Automated import of CL 144643
* AI 143486: Update diff tool rules in webkit makefiles.Cary Clark2009-03-301-3/+10
| | | | | | | | | | | | | Anticipating another merge with webkit, these changes update the rules to automatically exclude files we've already removed manually. A new rule allows including files that are not yet checked into webkit's makefiles (e.g., Touch). The exclude rules no longer need to be alphabetized, but the makefile sources still do -- so fix a couple of entries that are out of order. BUG=1553405 Automated import of CL 143486
* Automated import from //branches/master/...@142546,142546Cary Clark2009-03-251-0/+28
|
* auto import from //branches/cupcake_rel/...@138607The Android Open Source Project2009-03-131-1/+1
|
* auto import from //depot/cupcake/@136594The Android Open Source Project2009-03-051-9/+10
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+462
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-462/+0
|
* Code drop from //branches/cupcake/...@124589The Android Open Source Project2008-12-171-27/+104
|
* Initial ContributionThe Android Open Source Project2008-10-211-0/+385