summaryrefslogtreecommitdiffstats
path: root/WebKit/android/WebCoreSupport/FrameLoaderClientAndroid.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge WebKit at r75993: Move WebKit/android files to SourceBen Murdoch2011-05-161-1351/+0
* Add null pointer check when searching for a plugin widget.Derek Sollenberger2011-05-111-1/+1
* Store form data when it is submitted.Leon Scroggins2011-02-041-0/+6
* Merge "Fix plugin crash when loading swf files." into honeycombDerek Sollenberger2011-01-191-1/+3
|\
| * Fix plugin crash when loading swf files.Derek Sollenberger2011-01-191-1/+3
* | Layout before creating the base layer.Patrick Scott2011-01-181-4/+4
|/
* Use float to preserve scales' accuracy.Shimeng (Simon) Wang2011-01-111-2/+2
* Pass redirects through canHandleRequest.Patrick Scott2010-12-161-2/+1
* b/2864818 Prompt SSL cert error dialog to user and proceed or cancel the requ...Huahui Wu2010-12-151-1/+2
* Refactor AutoFill so it runs lazily.Ben Murdoch2010-12-061-0/+9
* Youtube urls can now start with /v/ or /e/Kristian Monsen2010-12-011-1/+4
* Merge Webkit at r70949: Added new FrameLoaderClient stubsJohn Reck2010-11-091-1/+10
* Merge Webkit at r70209: ImageColorSpace type no longer exists.Ben Murdoch2010-10-261-3/+3
* Remove unused dispatchDidLoadResourceByXMLHttpRequestBen Murdoch2010-10-251-4/+0
* Merge WebKit at r68651 : Added WebCore::Page* parameter to didTransferChildFr...Kristian Monsen2010-10-071-1/+1
* When a page fails to load, notify that the page is finishedLeon Scroggins III2010-10-041-0/+3
* Merge WebKit at r67908: FrameView zoom methods renamed and movedSteve Block2010-09-291-3/+3
* Merge WebKit at r67908: FrameLoaderClient now commits data directly to LoaderSteve Block2010-09-291-12/+3
* Merge WebKit at r67908: Implement new FrameLoaderClient::canShowMIMETypeAsHTML()Steve Block2010-09-291-0/+4
* Merge WebKit at r67178 : Add FrameNetworkingContextAndroid.Iain Merrick2010-09-161-0/+6
* Preserve the zoomFactor when a new frameview is created.Shimeng (Simon) Wang2010-08-251-0/+4
* Don't show text/vnd* mime types in the Browser.Patrick Scott2010-08-171-1/+2
* Merge WebKit at r65072: String class has moved to the WTF namespace.Ben Murdoch2010-08-131-1/+1
* Merge Webkit at r63859 : PluginWidget class has been renamed and moved to Web...Ben Murdoch2010-07-271-5/+10
* Code clean up, http://b/issue?id=2724743Grace Kloba2010-05-281-6/+2
* Use the real visibleBounds for the ScrollView'sGrace Kloba2010-05-281-1/+4
* Do not try to show pdf's in the browser.Patrick Scott2010-05-251-19/+25
* Only set extra_layout_delay if the loader is notGrace Kloba2010-05-241-1/+3
* Merge Webkit at r58956: add new FrameLoaderClient methods. See http://trac.we...Ben Murdoch2010-05-141-0/+4
* Merge webkit.org at r58033 : FrameLoader::setEncoding() has movedSteve Block2010-05-111-1/+1
* Merge webkit.org at r58033 : Update location of CString.hSteve Block2010-05-111-1/+1
* Fix typo in FrameLoaderClientAndroid.cppSteve Block2010-05-051-1/+1
* Merge webkit.org at r55033 : Implement FrameLoaderClient::didTransferChildFra...Steve Block2010-04-271-0/+17
* On demand plugins are now per-page, not per-object.Patrick Scott2010-04-021-4/+30
* Add 2 pixel padding and draw 2 pixel border for flash-on-demand.Shimeng (Simon) Wang2010-03-291-3/+10
* Fix the background of the placeholder.Patrick Scott2010-03-241-5/+8
* Do not redirect data to our placeholder.Patrick Scott2010-03-241-1/+4
* Add on-demand plugin support.Patrick Scott2010-03-231-13/+124
* Only replaced flash content if youtube app is installed. Fix for bug 2521517.Kristian Monsen2010-03-231-1/+6
* Fix for Bug 2486292, transparent backgrounds not transparent in Froyo.Kristian Monsen2010-03-171-5/+6
* set up the loader so the plugin will receive the first block of dataCary Clark2010-03-161-11/+11
* Implement redirectDataToPlugin.Patrick Scott2010-02-221-7/+33
* Merge webkit.org at r54127 : Fix some WebKit includesSteve Block2010-02-041-9/+10
* Should check the enable plugin settings before acceptingGrace Kloba2010-01-181-1/+4
* Call into MimeTypeMap to get the mime type for an extension.Patrick Scott2010-01-131-29/+1
* Merge webkit.org at r51976 : Implement new FrameLoaderClient page state methods.Steve Block2009-12-171-0/+15
* Merge webkit.org at r51976 : FrameLoaderClient::windowObjectCleared has been ...Steve Block2009-12-171-1/+5
* Provide localized strings for <input> labels.Leon Scroggins2009-12-151-2/+3
* Break the WebCore -> WebKit dependency in ResourceHandleAndroid.cpp.Andrei Popescu2009-12-111-2/+1
* Fix the wrong layout in the layout test.Grace Kloba2009-12-061-2/+8