summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Omnibox supports search extra dataJohn Reck2010-11-103-13/+21
| | | | | | | | Bug: 3025590 Fix the omnibox to support passing on SearchManager.EXTRA_SEARCH_DATA in searches done from the suggestion adapter. Change-Id: Ica6462ef27722c3bbcc0508178ce431e87e27e86
* Add support for preloaded thumbnails and faviconsJohn Reck2010-11-091-4/+50
| | | | | | | | Bug: 3091535 This change adds support for preloading thumbnails and favicons for the default bookmark set. Change-Id: Iaead4c08b343467f6c46cf571959d42d6baf497c
* Adds support for Chrome Sync to bookmark widgetJohn Reck2010-11-092-27/+66
| | | | | | | | Bug: 3167815 This change adds support to the bookmark widget for Chrome Sync bookmarks. Change-Id: I7517e639216040f93e105014ae1ef116ac8e0e06
* Fixed bookmark folder creation bugJohn Reck2010-11-091-0/+7
| | | | | | | | Bug: 3052795 AddBookmarksPage would always create new folders with no account set, causing a bug if the browser was set to sync bookmarks. Change-Id: Ie5dc3a5d79e52e21dc1f2cb66e3821c8b9ff790a
* Merge "Fix NPE when onDestroy called"John Reck2010-11-081-2/+0
|\
| * Fix NPE when onDestroy calledJohn Reck2010-11-081-2/+0
| | | | | | | | | | | | | | Bug: 3177111 Fixes a NPE when Service.onDestroy was called. Change-Id: I30b75a4e4e71be8d04399b5e82e05f27eba5667c
* | Use the correct anchor for the dropdown menu.Leon Scroggins2010-11-081-4/+1
|/ | | | | | | | | Bug:2953515 Now that b/3067895 has been fixed, we can put the dropdown in the desired location. Change-Id: Iec4967ce32113a4d60efd120af6d61cc0fd3181b
* Remove the web archive UI from the browserTeng-Hui Zhu2010-11-051-33/+0
| | | | | | | | | | | This is a change intended to remove this UI from honeycomb. On the release after honeycomb, we are supposed to bring this UI back. http://b/issue?id=3158570 refer to http://b/issue?id=2905874 for more background Change-Id: Id9f83828f1bc5524c2dd2e46cf09f846f7916aed
* Remove landscape-only option.Leon Scroggins2010-11-051-10/+0
| | | | | Bug:2416373 Change-Id: Icc32bf65bda016f18ebb5d02932446ff64b77427
* Allow context menu items to be handled properly.Leon Scroggins2010-11-032-2/+5
| | | | | | | | | | | | Bug:3130048 BrowserBookmarksPage was claiming that it handled the MenuItem, so nothing was happening. BrowserHistoryPage assumed that the MenuInfo would always be non- null, and could cause a crash. Change-Id: Iaffbf88390f2513dc6ddb35a91ae097e873d5ae2
* Fixed an issue where history would be blankJohn Reck2010-11-011-0/+1
| | | | | | | | Bug: 3125794 Fixed a bug where switching back and forth between bookmarks and history would result in an empty history. Change-Id: Id721b41e2dd945e970763c09f437a977b8883e00
* New bookmark list widgetJohn Reck2010-11-015-262/+453
| | | | | | | | Bug: 3144077 and 2988059 This replaces the old stack based widget with a list based one. It also updates whenever the bookmarks changes rather than periodically Change-Id: Ie37978918bab441bf31a6131360e308cd2bc0f4b
* resolved conflicts for merge of 8adc828f to masterJean-Baptiste Queru2010-11-011-7/+14
|\ | | | | | | Change-Id: I55678d34730df191d541762d4b2025bff2f2460b
| * am 39448371: Merge "Add support for Content-Disposition when save link"Jean-Baptiste Queru2010-11-011-7/+14
| |\ | | | | | | | | | | | | * commit '39448371b6542da06c8b4bac425307f479f3c1dc': Add support for Content-Disposition when save link
| | * Add support for Content-Disposition when save linkMattias Falk2010-10-271-7/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Content-Disposition isn't used when downloading an item by long-click the link. It'll result in different file name if the item is downloaded by clicking the link or if it's downloaded by long-click the link and select Save link if the HTTP response includes the Content-Disposition header with the filename attribute Change-Id: I7eacfd1128da261e0674bbdc3064208a82e46ab3
| * | am 95e3548e: Merge "Close cursor to avoid excessive JNI references"Patrick Scott2010-10-221-0/+4
| |\ \ | | |/ | | | | | | | | | | | | | | | Merge commit '95e3548ed91c17f0d3b4d27eac6a8e57338caec3' into gingerbread-plus-aosp * commit '95e3548ed91c17f0d3b4d27eac6a8e57338caec3': Close cursor to avoid excessive JNI references
| | * Merge "Close cursor to avoid excessive JNI references"Patrick Scott2010-10-221-0/+4
| | |\
| | | * Close cursor to avoid excessive JNI referencesChannagoud Kadabi2010-09-151-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | - Add fix to avoid cursor leak which caused excessive Jni global references Change-Id: I0460f9ac2be83a642da196556a7118814fabd6a9
* | | | Fixes tab title not updating correctlyJohn Reck2010-10-295-32/+67
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | | | set http header 'cookie' before inserting download request in DMVasu Nori2010-10-291-1/+2
| | | | | | | | | | | | | | | | | | | | bug:3136154 Change-Id: Id1c7547293e3b3779fffd21cd73717db8f2c4a1b
* | | | Implement the "Delete Profile" button in the AutoFill editor.Ben Murdoch2010-10-293-37/+114
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Sync a null profile to BrowserSettings and remove the current profile data from the editor UI and database. Change-Id: I9ee911640882841b500914be5c381f686bc20e81
* | | | Fixes the bug around misbehavior with empty homepage settingJohn Reck2010-10-272-11/+39
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 2911567 Setting the homepage to "" resulted in odd behavior. This changes it so that entering "" fails with an invalid URL error (now a toast instead of a dialog). The "Use Current" button was replaced with a "Set to..." button that allows the user to specify whether they want to set the homepage to the current page, a blank page, or the default page. Change-Id: I2d0cac158f89ace6ecab6165a3768419ba3252d4
* | | | Use the new public API for DownloadManager.Leon Scroggins2010-10-272-38/+36
| | | | | | | | | | | | | | | | | | | | Bug:3116742 Change-Id: I5d0d9a12e1bd601cf6a95198578ce8f9acd81372
* | | | URL autocomplete shows URL twicesJohn Reck2010-10-261-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 1377072 For pages that do not have a title, the url autocomplete would show the url twice, once as the title in large font and once as the url below it in a smaller font. This has been fixed to only show the url once as the title, eliminating the url line. Change-Id: I873314fcb8f06322cecf869c79ffece6d4404a03
* | | | Fix missing incognito tab titleJohn Reck2010-10-261-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 2988970 Fixed a bug where new icognito tabs often have a missing title in the tab. Change-Id: I1b1bff829e0c11be150678ea1aeea0bdfaa5d15a
* | | | Fixed favicon bugJohn Reck2010-10-263-4/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 2955542 Fixed a bug where navigating from a site with a favicon to a site without a favicon displayed the old site's favicon instead of a generic icon. Change-Id: I830706166283d2ae425f4a9680cdbb4ef31b1de9
* | | | Merge "fix NPE when closing tab"Michael Kolb2010-10-251-3/+5
|\ \ \ \
| * | | | fix NPE when closing tabMichael Kolb2010-10-251-3/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 3041603 Change-Id: Ifc77c576f072e5c78bf716f00d0efcb5b3ec2e86
* | | | | Remove unused code.Leon Scroggins2010-10-221-20/+0
|/ / / / | | | | | | | | | | | | Change-Id: I2b9eae20e0e519ce3d7cc59681afcc2ca72ba10b
* | | | Use constants in place of strings, and remove unused code.Leon Scroggins2010-10-225-67/+55
| | | | | | | | | | | | | | | | Change-Id: I4d27cf74edefcabacffbfc59fa8fe28f5b592fa7
* | | | Incorporate save to home screen with add bookmark dialog.Leon Scroggins2010-10-225-228/+101
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug:2953515 Remove the initial popup menu when pressing the star that selects between saving to home screen and saving to bookmarks. Instead, once the add bookmark dialog is open, the user can select between bookmarks and saving to home screen. Change-Id: I35e8590ff6a2a7c2058e45e4f77ec6b5d209b0f9
* | | | fix shortcut titleMichael Kolb2010-10-211-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Bug: 3116759 Change-Id: I112c89f8200f5bc70e9f5204795bb6abd71dc586
* | | | Merge "don't use hidden constants (to refer Downloads table columns)"Vasu Nori2010-10-201-4/+4
|\ \ \ \
| * | | | don't use hidden constants (to refer Downloads table columns)Vasu Nori2010-10-201-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | bug:3116579 Change-Id: I08408d6a304c330d6b289309ae25464feff0eddd
* | | | | Set the unique id in the AutoFillProfile class to fix AutoFill.Ben Murdoch2010-10-202-8/+33
|/ / / / | | | | | | | | | | | | | | | | | | | | WebKit now needs to be aware of the non-zero profile unique id. Change-Id: I1dad022e48a70cbe199013e441059da2d8ee47ca
* | | | Updates to add bookmark.Leon Scroggins2010-10-191-15/+36
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug:2953515 Create an empty view for the list showing sub folders. Update the text in the new folder button. When the user changes bread crumbs, cancel folder naming. Change-Id: I8c3f33b5b3bb6e07cd0fd421199eb905f40e45f4
* | | | Update the "Add to" field of the add bookmarks page.Leon Scroggins2010-10-181-16/+41
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug:2953515 Only change mCurrentFolder when(if) the user presses OK on a folder. Allow a cancel press to go back to the default view without changing mCurrentFolder. In completeFolderNaming, use the id found in the top bread crumb to determine the containing folder. When changing mCurrentFolder, update the "Add to" field. Also fix a null pointer exception when editing a bookmark. Change-Id: I6f33b918a88d15e045007f213fa6f39d567ce10b
* | | | More edits to the add bookmark page.Leon Scroggins2010-10-182-9/+54
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug:2953515 BreadCrumbView: Make sure the height is at least as tall as the separator, so the height will not change when a separator is added or removed. Override getBaseline() to return the baseline of the crumbs. AddBookmarkPage: Move the Add new folder button to the top. Update the divider between the title and the rest of the dialog. Change-Id: I60d329626bd4ec2975cbf6ef00081338beeb7553
* | | | Change the back button to INVISIBLE instead of GONE.Leon Scroggins2010-10-151-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The problem with setting it to GONE is that it does not get measured when determining the height. This means that if a crumb cannot go back and the back button is removed as a result, the BreadCrumbView will change its height, resulting in some jumpiness. Change-Id: I62b32dfb0b0b72fe462bf9ec8413372786c414ab
* | | | Merge "Updates to the add bookmark dialog."Leon Scroggins2010-10-152-62/+99
|\ \ \ \
| * | | | Updates to the add bookmark dialog.Leon Scroggins2010-10-152-62/+99
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | AddBookmarkPage: Use BreadCrumbView in the dialog. Set better dimensions so the dialog stays consistent. BreadCrumbView: Provide an option to disallow going back from a particular crumb. Limit the width of a crumb. Bug:2953515 Change-Id: Iadd68b89b9b43f9645d7c4dee483f66edb3f3c93
* | | | | Rewrite HTTP auth dialog codeBjorn Bringert2010-10-153-83/+173
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The old code reached into the AlertDialog view using hidden view ID constants to pull out the title. I've moved the dialog to its own class and made it only use public APIs. Change-Id: I84f576ece09ca802091175e1f928ae0be4a35d07
* | | | | Fixed lock icon, url touch area, dropdown visibilityMichael Kolb2010-10-143-17/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug 2989058 Bug 3098918 added light colored icons (not final assets) added click handler to generic web icon fixed suggestion adapter result count Change-Id: I1842335be22eab6da2dd4187b2147e535a9ac77c
* | | | | Fix suggestion edit buttonMichael Kolb2010-10-142-1/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug 3052626 Bug 3052664 added vertical divider refresh dropdown when sugegstion is selected Change-Id: I3f2e72bbd9a93ccc3a7968e646493945c0052d2b
* | | | | Updating code to use new non-generified animator APIsChet Haase2010-10-141-24/+9
| | | | | | | | | | | | | | | | | | | | Change-Id: I19da5ee93e3996f21767b8889b212e5b057d3746
* | | | | fix history context menu bugMichael Kolb2010-10-142-6/+10
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | http://b/issue?id=2953912 Note: the bookmark status (star) is not correct and will be fixed separately Change-Id: I20d1e52e9d6f6aeb7c0f1c66a61bed4d001e9092
* | | | Merge "Full profile editor and syncing with WebSettings."Ben Murdoch2010-10-143-42/+148
|\ \ \ \
| * | | | Full profile editor and syncing with WebSettings.Ben Murdoch2010-10-143-42/+148
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add all fields to the AutoFill profile editor and sync them over to WebSettings through BrowserSettings. Change-Id: I5eb69ba802571d2261ea11851bdf1b515ca8fb8c
* | | | | Merge "Use the proper sort order for the no-account case."Jeff Hamilton2010-10-141-1/+1
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Use the proper sort order for the no-account case.Jeff Hamilton2010-10-131-1/+1
| | | | | | | | | | | | | | | | | | | | Change-Id: I5c1e0e9f4535456e4a74069c20d5909df8641341