| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
| |
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)
|
|
|
|
|
|
| |
It was incompletely removed in 068e48b469f5abca53ee3da38f933cf2c25c93b8
Change-Id: Ie8816726cde8f898d69cd101cea66ddbb4b6e288
|
|
|
|
|
| |
Bug: 9592355
Change-Id: I1e3ff3f9f0a2038ea5d460e698dceaaa8be50707
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
| |
Bug: 4982126
Change-Id: Ia8a9ade2ad4f578e40333f42e02edc161f7fa1c2
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
| |
Bug: 4770245
Change-Id: If47b2f308ab3cd4b58dbcbf3a28cdb341481a885
|
|
|
|
|
|
| |
Bug: 4387881
Change-Id: I624db23a1181b5f8d8c7fe1a42916f6616655309
|
|
|
|
|
|
| |
Bug: 3400600
Change-Id: I0dfdcf521b65ec3aac76f298e6fda79eb13dfdcc
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
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
|