summaryrefslogtreecommitdiffstats
path: root/WebCore/loader
Commit message (Collapse)AuthorAgeFilesLines
* Remove ANDROID_USER_GESTURE as the bug it fixed no longer applies.Patrick Scott2009-06-222-53/+0
| | | | | | | I tested the original bug and found that without this change, the link works perfectly fine. The only thing that does not work with this change is redirects within iframes that are to non-http protocols. This is ok since iframes can always change the parent window's location if this is the desired behavior.
* Ues loadFrameRequest instead of loadPostRequest so that we don't need to ↵Grace Kloba2009-06-191-5/+0
| | | | change WebKit any more.
* Get WebKit r44544.Feng Qian2009-06-1740-775/+1150
|
* Make AppCache work with v8:Andrei Popescu2009-06-082-0/+55
| | | | | | -- 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
* Check in patch for webkit bug 25710. History navigation by fragement breaks ↵Ben Murdoch2009-06-055-10/+16
| | | | | | database transactions. https://bugs.webkit.org/show_bug.cgi?id=25710, landed to webkit in r44468
* 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.
* Remove unused LOW_BANDWIDTH defines. The Cache.cpp change is from webkit.org.Patrick Scott2009-05-051-3/+0
|
* Fix the threading issue.Feng Qian2009-04-241-2/+7
| | | | Make a new thread initialization V8::initializeThreading similar to JSC::initializeThreading.
* Make WebCore built with V8.Feng Qian2009-04-241-0/+4
| | | | Picked up several new files from Chrome port.
* AI 145796: Land the WebKit merge @r42026.Feng Qian2009-04-1059-1008/+2057
| | | | 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
* AI 144661: Fix #175030. Preserve the zoom factor during refresh. Remove the ↵Grace Kloba2009-04-061-6/+0
| | | | | | | | code change in FrameLoader.cpp which was to preserve the zoom factor when we first did layout. Now we only use the initialZoomScale if it is a standard load. If it is history load, restoreScale() should be called before didFirstLayout(), in the other cases, like reload, refresh, replace, we don't change the zoom factor. BUG=175030 Automated import of CL 144661
* auto import from //branches/cupcake_rel/...@140373The Android Open Source Project2009-03-181-1/+10
|
* auto import from //depot/cupcake/@136594The Android Open Source Project2009-03-0574-1333/+2885
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-03111-0/+27515
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-03111-27515/+0
|
* auto import from //branches/cupcake/...@132276The Android Open Source Project2009-02-191-0/+4
|
* auto import from //branches/cupcake/...@126645The Android Open Source Project2009-01-151-15/+8
|
* auto import from //branches/cupcake/...@125939The Android Open Source Project2009-01-093-18/+4
|
* Code drop from //branches/cupcake/...@124589The Android Open Source Project2008-12-1793-1769/+8363
|
* Initial ContributionThe Android Open Source Project2008-10-2138-303/+1005
|
* SVN commits 30708-30711WebKit Authors2008-10-211-0/+2
|
* external/webkit r30707Upstream1970-01-1277-0/+20234