summaryrefslogtreecommitdiffstats
path: root/core/java/android/webkit/BrowserFrame.java
Commit message (Expand)AuthorAgeFilesLines
* Do not merge.Patrick Scott2011-01-121-1/+2
* Avoid superfluous calls to CacheManager with the Chromium HTTP stackSteve Block2011-01-071-2/+4
* Use the app context to avoid a memory leak.Patrick Scott2011-01-051-1/+1
* b/2864818 Prompt the SSL error dialog to user and proceed or cancelHuahui Wu2010-12-151-0/+50
* Add WebView.removeJavascriptInterface()Steve Block2010-12-071-1/+8
* Update WebView.addJavascriptInterface() to ignore null instancesSteve Block2010-12-021-2/+6
* Make maybeSavePassword() a top-level method in BrowserFrame.Iain Merrick2010-11-221-44/+67
* Find mime from file extension if the mime is emptyKristian Monsen2010-11-191-0/+12
* Offer a callback to intercept url requests.Patrick Scott2010-11-151-20/+14
* Provide default error strings in BrowserFrame.onReceivedError().Iain Merrick2010-11-151-3/+8
* Move more of android file handling in JavaKristian Monsen2010-11-041-10/+16
* Update Chromium HTTP stack to get database and cache paths from CookieSyncMan...Steve Block2010-10-271-25/+0
* Strip off MIME types when loading content URLs.Iain Merrick2010-10-271-0/+8
* Implement file downloads for Chrome HTTP stack (Java side)Iain Merrick2010-10-201-0/+14
* Make fields in WebAddress private, add getters/settersBjorn Bringert2010-10-131-2/+2
* Initialized the orientation variable to -1.Shimeng (Simon) Wang2010-10-111-2/+1
* Avoid sending false orientation event to webkit.Shimeng (Simon) Wang2010-10-111-2/+6
* Update the storage locations used by the Chromium HTTP stackSteve Block2010-09-281-8/+19
* Fix deadlock in HTTP authentication within synchronous request.Iain Merrick2010-09-231-23/+6
* HTTP auth for Chromium HTTP stack (Java side)Iain Merrick2010-09-161-0/+54
* Java calls to get Android specific files.Kristian Monsen2010-08-201-0/+92
* Browser save page as web archive.Elliott Slaughter2010-07-121-0/+14
* Add dumpChildFramesAsText function support in LayoutTestController.Shimeng (Simon) Wang2010-06-211-2/+16
* Fix a monkey crash when the new WebView is destroyed.Patrick Scott2010-06-161-5/+1
* Adding a way for native code to get the apps data directoryKristian Monsen2010-06-161-0/+15
* Add a string for the no file chosen label, shown on a file upload control whe...Ben Murdoch2010-05-211-0/+5
* Instead of holding an ApplicationContext, JWebCoreJavaBridgeGrace Kloba2010-04-011-1/+1
* Use ViewRoot.addConfigCallback instead of a BroadcastReceiver.Patrick Scott2010-03-251-43/+78
* Use the Display orientation rather than the accelerometer.Patrick Scott2010-03-241-7/+21
* Fixes XHR requests to use the username and password supplied from JavaScriptSteve Block2010-03-241-2/+4
* If failUrl(now historyUrl) is null, use "about:blank" instead of "".Leon Scroggins2010-03-241-9/+7
* use the stream instead of the cursor data to return its sizeCary Clark2010-03-221-14/+6
* b/2511635 Browser displays incorrect SSL cert informationBrian Carlstrom2010-03-191-1/+4
* http://b/issue?id=2501101Leon Clarke2010-03-161-0/+8
* Add a new WebCoreWorker thread to handle the tasksGrace Kloba2010-03-011-1/+2
* Add request header support for the Browser/WebView.Grace Kloba2010-01-271-5/+8
* Address the multiple resizing during initializingGrace Kloba2009-12-201-0/+1
* Provide localized strings for <input> labels.Leon Scroggins2009-12-151-1/+16
* Listen for window orientation events.Patrick Scott2009-12-091-0/+40
* Check if another Activity wants to intercept an xml mime type.Patrick Scott2009-12-041-2/+5
* Fix a leak in WebView.Romain Guy2009-12-011-6/+9
* Add postdata identifier so that if we cache the postGrace Kloba2009-11-081-2/+4
* Prevent getFile from copying when the file is too large.Leon Scroggins2009-10-131-2/+5
* File upload.Leon Scroggins2009-10-091-0/+58
* Setting WebCore cache limit depending on the memory class.Grace Kloba2009-10-081-1/+8
* Add a boolean indicating if the apple-touch-icon is precomposed.Patrick Scott2009-09-221-2/+2
* Support the new dpi change in the WebView.Grace Kloba2009-09-221-0/+4
* WebKit: switch to java-based CertTool.Chia-chi Yeh2009-09-181-1/+1
* WebView zoom clean upGrace Kloba2009-09-151-2/+0
* Remove the call to nativeAddJavascriptInterface() from BrowserFrame::addJavas...Andrei Popescu2009-09-091-2/+0