summaryrefslogtreecommitdiffstats
path: root/src/com/android/browser/PreloadController.java
Commit message (Collapse)AuthorAgeFilesLines
* Modify AOSP browser to take advantage of new filechooser API.Selim Gurun2014-06-181-2/+3
| | | | | Bug: 6930981 Change-Id: Id73512cd6e859ea9316f02e8f0d973b6e15d969b
* De-classicify Android Browser part 2Jonathan Dixon2013-08-251-5/+0
| | | | | | | | | | Bug: 10427705 Allows Browser to compile even when WebViewClassic is no longer in frameworks/base. The deleted functionality was already disabled at runtime when using non-classic webview. Change-Id: I21b58ec52ac059c699b49a2dd80008d9a9e6791a
* Pass referer on download requestsSelim Gurun2012-08-291-1/+1
| | | | | Bug: 6662557 Change-Id: Ib7fdc4b3f1e0f7370631d8a222565faaee550bfb
* Remove voice search handlingMichael Kolb2012-05-031-12/+0
| | | | | | Bug: 6439925 Change-Id: I1b7161a67fa0c20d87f147d6ed19c02e53093054
* Support fallback key eventsJohn Reck2012-04-191-1/+2
| | | | | | Bug: 6023055 Change-Id: Ifc36425d6b09d0938f7e08176a749159c27fe088
* Add support for HTML Media Capture "capture" attribute.Ben Murdoch2012-04-131-1/+1
| | | | | | | | | | | | | | Receive the value for the new "capture" attribute on HTML file pickers, and do the right thing with it. Requires changes in WebKit (I0a921be31fda79a43c05da4fe22d9c808d92709c) and the framework (I494adc1274ca21ce8fe52a6c7b6b758217927e66). Bug: 5771207 Change-Id: I38dfe2df043fdba1388384dbd3b5370737eb38e5
* Rename Tab.LockIcon to Tab.SecurityStateSteve Block2011-10-031-2/+2
| | | | | | | | | | | | | The tab's state is concerned with whether or not the page is secure. It should not mention the lock icon, as this is just a UI choice of how to represent the security state. Also renames WebViewController.onUpdatedLockIcon() to onUpdatedSecurityState(). No functional change. Bug: 5403366 Change-Id: Id18402e84fd9b1f661c160189c7a19a9352fd25c
* Cache the application context instead of Activity.Ben Murdoch2011-08-011-1/+1
| | | | | | | | | When storing a reference to a Context, ensure that it's the Application context rather than Activity Context. Bug: 5084293 Change-Id: Ib0be5f8ceb91846bb985d0813a8f22cabd44eaf8
* Restore overhaulJohn Reck2011-07-271-0/+5
| | | | | | | | Bug: 5069192 Store thumbnails in a database restored async for each tab Fix restoring a tab not restoring its current state Change-Id: I2c14e352638aac0ef766fb3bf4036ff220c53ecd
* Clear prerender history when loading a new page.Narayan Kamath2011-07-201-0/+14
| | | | | | | Following the recommendation in the bug below. bug:5030881 Change-Id: Iae1e432e735e443ab03ec1bda6576db638a674a0
* SearchBox preloading fixes.Mathew Inwood2011-07-141-4/+45
| | | | | | | | It now seems to work pretty reliably. Nice. Requires changes to SearchBox API in frameworks/base: Depends on change: If283ecdfa62aecb1fa697b1a2cd43b771b908d72 Change-Id: I5af94c8df8f24dfafb02c4052381aa547c72684c
* Preloading support in browserMichael Kolb2011-06-301-0/+224
Apps like the QSB can request the browser to preload a web page. - preloaded pages are not added to the browser history if they'r not seen by the user - when a request is received, a new tab is created for the preloaded page, but not added to the tab list - upon receiving the view intent for the preloaded page the tab is added to the tab list, and shown - if several pages are preloaded consecutively in the same tab, the back stack is cleared before it is displayed - preloaded pages use the main browser cookie jar, so pages that have never been viewed by the user can drop cookies Change-Id: I9ed21f2c9560fda0ed042b460b73bb33988a2e8a