summaryrefslogtreecommitdiffstats
path: root/src/com/android/browser/UrlUtils.java
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Fix the smart search pattern."Jorge Ruesga2015-11-071-1/+1
| | | | | | | | | | | | This reverts commit 3338525823c59867e173c2c65cfed81b6db5c166. This commit breaks many protocol handlers, basically any that use an email or login (like mailto). JIRA: CML-116 Change-Id: Ifb19612bb470e7dbb45128c81fd7cd136c417d2b (cherry picked from commit 3db546f1788b06d2e86502a0956cde5cbbc5b11b)
* Finish removing "inline" URI schemePaul Miller2015-04-011-1/+1
| | | | | | It was incompletely removed in 068e48b469f5abca53ee3da38f933cf2c25c93b8 Change-Id: Ie8816726cde8f898d69cd101cea66ddbb4b6e288
* Fix the smart search pattern.Selim Gurun2013-07-091-0/+1
| | | | | Bug: 9592355 Change-Id: I1e3ff3f9f0a2038ea5d460e698dceaaa8be50707
* Don't strip www from URLsJohn Reck2011-09-061-4/+4
| | | | | | | | | | Bug: 5253063 As there is a technical difference between google.com and www.google.com, avoid stripping the www. from URLs. Some sites still require the www. to be present, and in those cases it leads to a confusing experience if the www. is stripped Change-Id: Iacb5fdb148fc65c1f992339b463264e8cbf100e2
* Strip http://(www.)? from url inputJohn Reck2011-08-111-7/+8
| | | | | | Bug: 4982126 Change-Id: Ia8a9ade2ad4f578e40333f42e02edc161f7fa1c2
* Shortcut the TYPED url caseJohn Reck2011-07-011-7/+21
| | | | | | | | Bug: 4985289 Don't go through the handleIntent route if the user typed something into the omnibox if we don't need to. Change-Id: I4de8e18c1ca734a0c6bfbca43c9448417cec2057
* Move most visited to set homepageJohn Reck2011-06-271-1/+1
| | | | | | Bug: 4770245 Change-Id: If47b2f308ab3cd4b58dbcbf3a28cdb341481a885
* Strip text2_urlJohn Reck2011-05-111-3/+1
| | | | | | Bug: 4387881 Change-Id: I624db23a1181b5f8d8c7fe1a42916f6616655309
* Filter browser: urls in omniboxJohn Reck2011-01-271-1/+2
| | | | | | Bug: 3400600 Change-Id: I0dfdcf521b65ec3aac76f298e6fda79eb13dfdcc
* Do not merge.Patrick Scott2011-01-121-1/+1
| | | | | | | | | | | | Cherry pick: Remove content:// from the Browser. Disable content access in WebView as well. This requires a change to frameworks/base. Bug: 1196879 Change-Id: I00ca884654cbf53128f1e97389d2d8d44598e1c1
* Changes Controller to use Tab.getUrl in more placesJohn Reck2011-01-111-0/+13
| | | | | | | | | | Bug: 3342456 Changes Controller to use Tab.getUrl() and then added empty url checks in places like doUpdateVisitedHistory. Tab already takes care of filtering URLs, so filtering out most visited URLs is thus handled. Change-Id: Iaf60353d7cb924991c5e0a5adf18074fcf13bfe6
* Controller RefactorMichael Kolb2010-11-171-0/+99
| | | | | | | | | | 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
* Fixes tab title not updating correctlyJohn Reck2010-10-291-0/+49
Bug: 3130982 Fixes the bug where the tab title would stay the same until a new title was received. Now the title changes to "Loading..." until a new title is received, or changes to the URL if the page finishes or is canceled without receiving a title. Change-Id: I667acbaeea5383b6a434c20337d404f49b947b0d