summaryrefslogtreecommitdiffstats
path: root/src/com/android/browser/UrlHandler.java
Commit message (Collapse)AuthorAgeFilesLines
* First draft of autologin.Patrick Scott2010-12-161-2/+183
| | | | | | | | Does not work for hosted accounts and is kind of hacky for most properties. Requires a change to webkit to get redirects sent to the app. Bug: 3278072 Change-Id: I2e7b716413ac61f84fb9b3d66d6da0615ada0b84
* Propagate incognito mode to child tabMichael Kolb2010-12-101-2/+2
| | | | | | | | | Bug: http://b/issue?id=3234294 add parent tab parameter to open tab method inherit parent's private browsing status remove one unnecessary openTab signature Change-Id: I4edf002798d8bbdf4cafa58e5b5b442e74d5cb28
* Fix StrictMode violation in shouldOverrideUrlLoadingBen Murdoch2010-12-081-16/+39
| | | | | | | Move the RLZ string database lookup into a background thread to clear up a fairly regular Strict Mode violation. Change-Id: I2a7bcc6649b6e3ae433226d838673ea8aef02db7
* Controller RefactorMichael Kolb2010-11-171-0/+238
Bug: 3170671 First step towards a model/view/control design in Browser introduced Controller object started separating UI code represent state of the app in one place only Change-Id: Ica387d6bde2dcf1a4993c3db0cce498cf34ff60f