summaryrefslogtreecommitdiffstats
path: root/src/com/android/browser/PreloadRequestReceiver.java
Commit message (Collapse)AuthorAgeFilesLines
* Removed dependency on framework browser provider from browserBijan Amirzada2014-06-261-1/+2
| | | | | | | | Brought in Browser Provider class locally into platformsupport and modified all calls into provider to call into this local class. Change-Id: I3c471dacf920fd30403590ba23384b7abbf7f3fd
* Change SWE app properties back to stock AndroidBijan Amirzada2014-03-211-0/+134
| | | | | | | | | | | - Changed project package name from com.android.swe.browser back to com.android.browser along with code references to old package name. - Changes to AndroidManifest making it conform closer to stock browser manifest. - Changed app and apk name back to Browser. Change-Id: I778ee1d1197bd50bd4a4850eef6d1d7f4ef0ad0b
* Copy of new files from 1599Bijan Amirzada2014-03-041-134/+0
| | | | | | Modified folder structure - added swe folder Change-Id: I2b48a1635ad0a6406398aa9f1021a1f43baebeef
* More fine-grained config for 'Search result preloading' setting.Mathew Inwood2011-09-051-4/+46
| | | | | | | Instead of a checkbox, it's now a setting always/wifi only/never. Bug: 5086576 Change-Id: I265a22968eafee547571dc86c10c5d5421a305e8
* Support for calling oncancel on the SearchBox API while preloading.Mathew Inwood2011-08-101-0/+4
| | | | | | See also: I39a5765d2382f9c88c652d156a4917fd07cea3a4 Bug: 5035246 Change-Id: I7de6b8a718e4190480537412a8235892ee7c7aee
* Add SearchBox support to preloader.Mathew Inwood2011-07-071-1/+7
| | | | | | Depends on change: I0119243ed0e19e237c1f51de887af5c954f96693 Change-Id: I2a2d3ff3c9d0d79f34af4c8daee828fb4efd7519
* Preloading support in browserMichael Kolb2011-06-301-0/+82
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