summaryrefslogtreecommitdiffstats
path: root/core/java/android/webkit/BrowserFrame.java
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix appcache layout test that was timing out due to race condition in WebView...Andrei Popescu2009-09-031-2/+6
* Get drawable directory for the platform buttons.Grace Kloba2009-09-021-2/+18
* Check for a null history item to avoid crashing.Patrick Scott2009-08-241-11/+10
* replace 'new String()' with ""Cary Clark2009-08-111-1/+1
* As createCacheFile is called from WebCore instead of http thread now, removeGrace Kloba2009-08-061-11/+0
* Add a callback for the url of an apple-touch-icon.Patrick Scott2009-08-051-0/+5
* Fix 1986313. WebKit assumes things happened in a certain order. In this case,...Grace Kloba2009-07-171-3/+5
* Remove all our old high priority knowledge since WebCore will manage it.Patrick Scott2009-07-151-7/+3
* Centralized debug flags and enabled more granular control of debug settings.Derek Sollenberger2009-06-031-4/+4
* Added postUrl() to WebView so that we can pass lat/lon for the search.Grace Kloba2009-05-261-0/+13
* Added PluginManager to handle getting all the plugin directories from Package...Grace Kloba2009-05-141-0/+2
* Remove references to android.util.ConfigDave Bort2009-04-131-5/+4
* auto import from //depot/cupcake/@136594The Android Open Source Project2009-03-051-4/+19
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+786
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-786/+0
* auto import from //branches/cupcake/...@132276The Android Open Source Project2009-02-191-1/+1
* Code drop from //branches/cupcake/...@124589The Android Open Source Project2008-12-171-89/+94
* Initial ContributionThe Android Open Source Project2008-10-211-0/+781