summaryrefslogtreecommitdiffstats
path: root/WebCore/loader/EmptyClients.h
Commit message (Collapse)AuthorAgeFilesLines
* Merge in WebKit r47029.Ben Murdoch2009-08-111-4/+22
|
* Implements a mechanism that limit the growth of the application cacheAndrei Popescu2009-07-211-0/+4
|
* Get WebKit r44544.Feng Qian2009-06-171-4/+36
|
* Apply fixes for webkit bugs 24776 and 25616 to add ENABLE(DATABASE) guards. ↵Ben Murdoch2009-05-151-0/+2
| | | | This makes the macro work, so ENABLE_DATABASE can be toggled in config.h and the JavaScriptCore.derived.mk or V8Bindings.derived.mk.
* AI 145796: Land the WebKit merge @r42026.Feng Qian2009-04-101-10/+19
| | | | Automated import of CL 145796
* AI 145053: add SVG to the browser [disabled by default]Cary Clark2009-04-081-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* auto import from //depot/cupcake/@136594The Android Open Source Project2009-03-051-58/+54
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+418
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-418/+0
|
* Code drop from //branches/cupcake/...@124589The Android Open Source Project2008-12-171-0/+418