summaryrefslogtreecommitdiffstats
path: root/src/com/android/browser/PreloadedTabControl.java
Commit message (Collapse)AuthorAgeFilesLines
* Deleted code that relies on defunct SearchBox interface.Selim Gurun2012-09-111-70/+2
| | | | Change-Id: I831890524acb4e38078053d504c3ada468eca686
* Fixup browser to use WebView proxyJonathan Dixon2012-03-021-3/+3
| | | | | | | | Has to escape out to WebViewClassic whenever it needs a hidden API. Interdepends on https://android-git.corp.google.com/g/165608 Change-Id: Ic61dd7f57f75381864075605d5901f2688648cbd
* Revert "Support for measuring page load times."Mathew Inwood2011-09-151-28/+4
| | | | | | | | | | | The page load time measurement was a stop gap measure until server side support is ready, and we don't want to ship with it in. Bug: 5266893 This reverts commit b4e831bf1ff62945199b89a77ad039be7bd16545. Change-Id: Iafc08cea88774e5ecf018112a25e4dc2993a4623
* Support for measuring page load times.Mathew Inwood2011-09-061-4/+28
| | | | | | | | | | An app can attached a pending intent to an intent sent to the browser which will be send when the load completes. The browser will fill in the timestamp of when the page load completed, and details of preloading success or otherwise if this was used. Bug: 5259031 Change-Id: I2d025caabd6055ac25f06e69897a03d5c57c4f41
* Clear back stack after submitted query into preloaded page.Mathew Inwood2011-09-021-1/+17
| | | | | | | This ensures that the blank searchbox page does not appear in the back stack. Bug: 5252128 Change-Id: I93e2e7f7c1c69e6e0e93b38acf1c7c9dc887ec19
* Support for calling oncancel on the SearchBox API while preloading.Mathew Inwood2011-08-101-0/+13
| | | | | | See also: I39a5765d2382f9c88c652d156a4917fd07cea3a4 Bug: 5035246 Change-Id: I7de6b8a718e4190480537412a8235892ee7c7aee
* Remove preloaded URLs from back stack when preloading fails.Mathew Inwood2011-08-031-1/+2
| | | | | Bug: 5114365 Change-Id: Iaef0c062ac1ee2ea6e3cde8699d67a0cc4ff1a56
* SearchBox preloading fixes.Mathew Inwood2011-07-141-20/+35
| | | | | | | | It now seems to work pretty reliably. Nice. Requires changes to SearchBox API in frameworks/base: Depends on change: If283ecdfa62aecb1fa697b1a2cd43b771b908d72 Change-Id: I5af94c8df8f24dfafb02c4052381aa547c72684c
* Add SearchBox support to preloader.Mathew Inwood2011-07-071-0/+107
Depends on change: I0119243ed0e19e237c1f51de887af5c954f96693 Change-Id: I2a2d3ff3c9d0d79f34af4c8daee828fb4efd7519