- 12 Oct, 2010 1 commit
-
-
Bjorn Bringert authored
Change-Id: I02655f4c5f7afb1df4b1ddd7f5e82cabe1093461
-
- 06 Oct, 2010 1 commit
-
-
Michael Kolb authored
convert combopage from activity to view embed combopage in main layout handle callbacks in BrowserActivity Change-Id: Ie5f092f5de677a960181544e7519c2f7d5cb86c1
-
- 29 Sep, 2010 1 commit
-
-
Jeff Hamilton authored
Change-Id: I86bc4ce9d21ec0a040322bd704cef46eaa17dc9c
-
- 27 Sep, 2010 1 commit
-
-
Leon Scroggins III authored
Bug:3034564 Change-Id: Id850854da7db9c1a36500c9eee9debad64bdf97e
-
- 16 Sep, 2010 1 commit
-
-
Bjorn Bringert authored
The lists of search providers are taken from Chrome. Change-Id: I7af6dc1258950d1fc5cf86013f8be9f3c5db0f1a
-
- 15 Sep, 2010 1 commit
-
-
Bjorn Bringert authored
The lists of search providers are taken from Chrome. Change-Id: I320f43f06d3a79a3b7a065c73859853dedf0a6b5
-
- 13 Sep, 2010 1 commit
-
-
Bjorn Bringert authored
The lists of search providers are taken from Chrome. Change-Id: I7af6dc1258950d1fc5cf86013f8be9f3c5db0f1a
-
- 09 Sep, 2010 1 commit
-
-
Michael Kolb authored
mostly final assets dialogs are not styled correctly Change-Id: Ib98312ca9465ded3efc2743f9828fe9a815814cc
-
- 25 Aug, 2010 1 commit
-
-
Michael Kolb authored
bug: http://b/issue?id=2948937 added shortcut activity to host bookmarks page fragment Change-Id: I39db8985b3c07fae6ca800cc57da3747040cb814
-
- 19 Aug, 2010 1 commit
-
-
Jeff Davidson authored
RLZ assigns non-unique, non-personally identifiable tracking labels to client products; these labels sometimes appear in Google search queries. See http://code.google.com/p/rlz for more info. Bug: 2927060 Change-Id: I992cd2859d590616df57293adb7ac22038088d49
-
- 18 Aug, 2010 1 commit
-
-
Michael Kolb authored
bug #2930549 uses a StackView to let the user flip through the browser bookmark thumbnails Change-Id: I3665e98e5fd4c14ede8f28380ec6c85e7cc032f2
-
- 16 Aug, 2010 1 commit
-
-
Jeff Hamilton authored
This one has support for bookmarks sync, has the bookmarks and history in separate tables, and supports hierarchical bookmarks. Compatibility with the old APIs is not yet complete. The Bookmarks UI has been switched over to the new provider. Creating bookmarks puts them in the UIs root folder. Change-Id: Ib21713ddd19f43d178d49dbac977f749e7103368
-
- 12 Jul, 2010 1 commit
-
-
Elliott Slaughter authored
Change-Id: I01366f575f61fd6e2084ad003b860f5c6083258e
-
- 09 Jul, 2010 1 commit
-
-
Ben Murdoch authored
to home" functionality in the Browser. When the user selects the bookmark button adjacent to the URL bar they will be prompted to either add a new bookmark for the current page or add a shortcut to the current page to their homescreen, rather than being taken to the bookmark management activity. The bookmarks button on the options menu will still take the user directly to the bookmark management activity. Bug: b/2794945 Change-Id: I07190250379f1d6e2fe6b8ea280317949cd58b15
-
- 25 Mar, 2010 1 commit
-
-
Bjorn Bringert authored
This reverts change I0be5dbf4d99d07ca13b07fb299155c5aa17a51bd and adds an observer on the new default geolocation permission secure setting. Bug http://b/issue?id=2535598 Change-Id: I4edcbd3080b7d3af5dc6d74f26779b6d92248010
-
- 19 Mar, 2010 1 commit
-
-
Brad Fitzpatrick authored
Change-Id: I884936ceaeabf76cc8aaf7f1dbfeecd82b5c2fd0
-
- 16 Mar, 2010 1 commit
-
-
Shimeng (Simon) Wang authored
Bug:2300219 Change-Id: Ibe790a7aaa812b5262c53f542539deead628dc77
-
- 11 Mar, 2010 1 commit
-
-
Patrick Scott authored
BrowserBookmarksAdapter does not need to request bookmark icons as most of the bookmarks have up-to-date icons. We still need to request all icons on start up because a new icon may be loaded as a result of clicking a history items. Move the icon request to a background thread to not block the ui thread on large db lookups. Remove MostVisitedActivity as it is no longer used. Bug: 2496872 Change-Id: I378dce8fdb7e825da96594cd31b720ea24758af1
-
- 12 Feb, 2010 1 commit
-
-
Christopher Tate authored
Change-Id: Ib92b81bb367a053e38cb98a564cb6711f2b9d9ef
-
- 11 Feb, 2010 2 commits
-
-
Jeff Hamilton authored
Change-Id: I7a4d4004e0643409312b9155b7c8be281ec5c1c1
-
Bjorn Bringert authored
The old hidden Google-specific framework setting Settings.Secure.USE_LOCATION_FOR_SERVICES has been removed and replaced by a setting in GoogleSettingsProvider. Since Browser can't read from GoogleSettingsProvider, I've instead changed SetupWizard and the Google search settings (in GoogleQuickSearchBox) to write to this new geolocation content provider in the Browser. The geolocation permission content provider is write-only, and requires a signatureOrSystem permission to write to. So only system apps can add geolocation permissions, and the only system apps that do so are SetupWizard and GoogleQuickSearchBox. Bug: http://b/issue?id=2428694 Change-Id: I0be5dbf4d99d07ca13b07fb299155c5aa17a51bd
-
- 04 Feb, 2010 1 commit
-
-
Leon Scroggins authored
Initial work for http://b/issue?id=2384554 : showing all downloads in the browser. On the BrowserDownloadPage, no longer rely on the filename, since once the Browser shows downloads from other applications, the filenames for those downloads will not be available, and this way all downloads are handled the same. Other applications which download files will need to handle the same Intents as OpenDownloadReceiver in order to open/delete them from the BrowserDownloadPage. OpenDownloadReceiver is also a necessary step towards moving the BrowserDownloadPage into its own application, if we ultimately decide to do that.
-
- 29 Jan, 2010 1 commit
-
-
Leon Scroggins authored
Once the voice search intent has been handled, the title bar background changes to green, and touching it displays other voice search possibilities. Fixes http://b/issue?id=2390686
-
- 28 Jan, 2010 1 commit
-
-
Patrick Scott authored
-
- 18 Dec, 2009 2 commits
-
-
Fred Quintana authored
-
Derek Sollenberger authored
-
- 07 Dec, 2009 1 commit
-
-
Derek Sollenberger authored
-
- 16 Nov, 2009 1 commit
-
-
Ben Murdoch authored
See b/2210111 Change-Id: I911633772358504f0e82fe940f9f2efc4ef403de
-
- 13 Nov, 2009 1 commit
-
-
Jean-Baptiste Queru authored
-
- 21 Sep, 2009 1 commit
-
-
Ben Murdoch authored
Make the Combined Bookmark and History Activity use the BrowserActivity as it's search provider so that we can start typing on the bookmarks page and perform a search/URL load. Change-Id: Ic05a19fab3ddccd99c5a07c6c9c10b85c791717a
-
- 18 Sep, 2009 1 commit
-
-
Leon Scroggins authored
Enables having a shortcut on the home screen of a bookmark which is javascript. Change-Id: Icae2785b144cfb1885e21ebbd7f86685447c2b5e
-
- 17 Sep, 2009 2 commits
-
-
Grace Kloba authored
Use scheme to define the Bookmark style. Fix http://b/issue?id=2125502
-
Patrick Scott authored
Use NetworkInfo to see if we are connected to a network instead of the intent extra. Update the network dialog text and refactor the alert dialog creation to reuse code.
-
- 01 Sep, 2009 1 commit
-
-
Derek Sollenberger authored
Change-Id: Ife459b2d248a2ce0c0a4de3f69b74c86ee472266
-
- 13 Aug, 2009 2 commits
-
-
Christopher Tate authored
-
Andrei Popescu authored
-
- 12 Aug, 2009 1 commit
-
-
Grace Kloba authored
from 8M to 20M so that common sites like nytimes.com can fit.
-
- 27 Jul, 2009 1 commit
-
-
Leon Scroggins authored
When we made the bookmark permissions public, we also changed their names, which might break existing apps. Change them back. Depends on a change in frameworks/base.
-
- 23 Jul, 2009 1 commit
-
-
Fred Quintana authored
-
- 22 Jul, 2009 1 commit
-
-
Dianne Hackborn authored
-