- c1cf63a Request icons in the background. by Patrick Scott · 15 years ago
- f739271 Reset the boolean variables when first initialzied and when reset happens. by Shimeng (Simon) Wang · 15 years ago
- 161974f Avoid potential NPE if storage manager is not properly initialized. by Shimeng (Simon) Wang · 15 years ago
- fbb3f15 Use a special flag to tell SearchDialog to show the microphone. by Leon Scroggins · 15 years ago
- 003a5dd When reverting the voice title bar, display the url. by Leon Scroggins · 15 years ago
- 7205e9d Use the new system overscroll background api. by Grace Kloba · 15 years ago
- e10dde5 Allow going back to voice search from not-first results. by Leon Scroggins · 15 years ago
- 9df9497 Pass attached HTTP headers to WebView from voice search. by Leon Scroggins · 15 years ago
- 3ee3fef Check for null filename before creating a new file. by Leon Scroggins · 15 years ago
- b6a6544 Refactor android.backup -> android.app.backup by Christopher Tate · 15 years ago
- aa37e7f Ensure the fake title bar shows during loading. by Leon Scroggins · 15 years ago
- 233a207 Merge "if savePicture failes, delete the file (which is now unreliable, and possibly large)" by Mike Reed · 15 years ago
- d5eee69 if savePicture failes, delete the file (which is now unreliable, and possibly large) by Mike Reed · 15 years ago
- 6adacc9 Check the network state in onCreate. by Patrick Scott · 15 years ago
- e95d75e Merge "Close the bookmarks cursor." by Patrick Scott · 15 years ago
- 8e9fe32 Close the bookmarks cursor. by Patrick Scott · 15 years ago
- b3b04f7 Attach the stop button to the textbox in the title bar. by Leon Scroggins · 15 years ago
- 0c75a8e Going back to a voice search will reenter voice search mode. by Leon Scroggins · 15 years ago
- 4324bcd Merge "Do not allow our resend/dontresend messages to be sent twice." by Leon Scroggins · 15 years ago
- 7d3ac79 refactor find state and scrolling by Cary Clark · 15 years ago
- c7c0fce Use SUGGEST_COLUMN_TEXT_2_URL in browser suggestions by Bjorn Bringert · 15 years ago
- 4a64a8a Do not allow our resend/dontresend messages to be sent twice. by Leon Scroggins · 15 years ago
- da3e030 Do not insert duplicate urls into the browser database. by Leon Scroggins · 15 years ago
- 698dd4b Merge "SslCertificate should provide Date interface" by Brian Carlstrom · 15 years ago
- 95a2e4a SslCertificate should provide Date interface by Brian Carlstrom · 15 years ago
- 391df7c Change where "Search for web"'s position. by Grace Kloba · 15 years ago
- 7b55141 Merge "Remove deleted files from the list of browser downloads." by Leon Scroggins · 15 years ago
- b67db6b Remove deleted files from the list of browser downloads. by Leon Scroggins · 15 years ago
- 12b4093 Merge "If a download finishes while the contextmenu is open, update it." by Leon Scroggins · 15 years ago
- d080b18 If a download finishes while the contextmenu is open, update it. by Leon Scroggins · 15 years ago
- b4dc4ad Merge "Update the shortcut icons with new assets." by Patrick Scott · 15 years ago
- c0fdde9 Update the shortcut icons with new assets. by Patrick Scott · 15 years ago
- 385effd Update to reflect android-common no longer in framework. by Dianne Hackborn · 15 years ago
- 4391469 Remove our dependency on gsf. by Patrick Scott · 15 years ago
- dcc5eeb If a tab was opened solely to download a file, close the tab. by Leon Scroggins · 15 years ago
- d5c3e0f disable mr-stretch (at least for now) by Mike Reed · 15 years ago
- 7712c0f Merge "Backup bookmarks when a new bookmark is added." by Leon Scroggins · 15 years ago
- f2463ae Backup bookmarks when a new bookmark is added. by Leon Scroggins · 15 years ago
- 03e6d39 Change the browser to use the standard EXTRA_SUBJECT intent extra by Paul Westbrook · 15 years ago
- 4e9f89b When long pressing on title bar, do not use WebView in onCreateContextMenu by Leon Scroggins · 15 years ago
- e4c9846 Change the way the browser detects connectivity changes. by Andrei Popescu · 15 years ago
- b6e8f85 Merge "Remove tabs." by Patrick Scott · 15 years ago
- 9d53da0 Remove tabs. by Patrick Scott · 15 years ago
- b000c16 Merge "Use SearchManager.getWebSearchActivity() for web suggestions" by Bjorn Bringert · 15 years ago
- 3274754 Use SearchManager.getWebSearchActivity() for web suggestions by Bjorn Bringert · 15 years ago
- 0c264cf Merge "When a second database is created on an origin, ensure that the quota for that origin is large enough to cover both databases (old and new)." by Ben Murdoch · 15 years ago
- 34b89ef When a second database is created on an origin, ensure that the quota for that origin is large enough to cover both databases (old and new). by Ben Murdoch · 15 years ago
- 92472e8 When loading a new page from the UI side, update the title bar to the new url. by Leon Scroggins · 15 years ago
- 8ad2992 Clear omnibox when pressing search key. by Leon Scroggins · 15 years ago
- 30995e7 Implement navigator.isApplicationInstalled() API by Andrei Popescu · 15 years ago
- e6c4bd8 Add geolocation permissions to BrowserProvider by Bjorn Bringert · 15 years ago
- 10d1cca Use Search.SOURCE from android-common by Bjorn Bringert · 15 years ago
- 1fe13a5 send broadcast intents to voice search for logging purposes by Leon Scroggins · 15 years ago
- 3b18ce3 If the user submits the same search again from voice search, stay in place. by Leon Scroggins · 15 years ago
- 76e1686 Do not ellipsize the title bar in voice search mode. by Leon Scroggins · 15 years ago
- ea75407 Trim the extra whitespace before passing to SearchDialog. by Leon Scroggins · 15 years ago
- f48d44e Update look of title bar when in voice search mode. by Leon Scroggins · 15 years ago
- 735a38d2 Merge "Launch intents to open/delete downloads, and handle them in the browser." by Leon Scroggins · 15 years ago
- fedc493 Launch intents to open/delete downloads, and handle them in the browser. by Leon Scroggins · 16 years ago
- c42addf Use the extended ConsoleMessage class to populate the Error Console, and in colour! by Ben Murdoch · 16 years ago
- 1298bfc Merge "This should fix the build." by Jeff Hamilton · 16 years ago
- 4db482f This should fix the build. by Jeff Hamilton · 16 years ago
- 82c1baa Handle voice search it provides html content to display. by Leon Scroggins · 16 years ago
- c38909b Merge "Logging page load time" by Kristian Monsen · 16 years ago
- 4dce3bf Logging page load time by Kristian Monsen · 16 years ago
- 7a8b88b Implement support for V8 counters by Andrei Popescu · 16 years ago
- a1cc3fd Use the constants defined in RecognizerResultsIntent for voice search. by Leon Scroggins · 16 years ago
- 0a1d838 Log when bookmarks are added by Kristian Monsen · 16 years ago
- 58d56c6 Handle the voice search intent. by Leon Scroggins · 16 years ago
- e5073c2 roll MR3 stretchy changes into master by Mike Reed · 16 years ago
- d3992d4 Move the "Search web ..." to the first in the suggestion list. by Grace Kloba · 16 years ago
- 2d508ed Should trust my own code by Grace Kloba · 16 years ago
- 1c15ace Demo widget using the UrlRendererService for server-side rendering of urls. by Patrick Scott · 16 years ago
- 1bc9c74 Merge "Use a single EXTRA_HEADERS intent." by Grace Kloba · 16 years ago
- 00f54c5 Use a single EXTRA_HEADERS intent. by Grace Kloba · 16 years ago
- d944d4d Fix a legit crash that the monkey found. by Patrick Scott · 16 years ago
- 068e48b Add request header support for the Browser/WebView. by Grace Kloba · 16 years ago
- 34e60c4 use the very private API by Jean-Baptiste Queru · 16 years ago
- d334bf5 conditional code to test the browser in 32bit by Mike Reed · 16 years ago
- 11e71b1 Always show the voice search button in the browser title bar when in voice search mode. by Leon Scroggins · 16 years ago
- f0ba442 Merge "Use the common method for updating the title." by Leon Scroggins · 16 years ago
- 716d4f5 relocate GoogleLoginService by Doug Zongker · 16 years ago
- cc1a267 Use the common method for updating the title. by Leon Scroggins · 16 years ago
- cf79ca6 Change the error message when attempting to open a file that cannot be opened. by Leon Scroggins · 16 years ago
- 90be8e2 Merge "Do not show the downloads page without the user explicitly requesting it." by Leon Scroggins · 16 years ago
- 4cf7de0 Remove the option to clear all downloads. by Leon Scroggins · 16 years ago
- f08809b Do not show the downloads page without the user explicitly requesting it. by Leon Scroggins · 16 years ago
- 9be1733 Replace clearing an item from the downloads list with deleting the item. by Leon Scroggins · 16 years ago
- 96afcb1 Add data (title, screenshot, favicon) to share intent. by Leon Scroggins · 16 years ago
- 56199cc Detect if the current network is wifi or not and update webkit. by Andrei Popescu · 16 years ago
- 1e5bad9 Use the private Download Manager APIs. by Jean-Baptiste Queru · 16 years ago
- 2336dae Merge "Added framework for logging" by Kristian Monsen · 16 years ago
- 2e27252 Added framework for logging by kristianm · 16 years ago
- a947d2d enable stretch[1] by default by Mike Reed · 16 years ago
- 9b78e1d refactor draghandler dispatch in about:debug.drag# by Mike Reed · 16 years ago
- 121dffc resolved conflicts for merge of 444fde48 to master by Leon Scroggins · 16 years ago
- 2483745 Show the downloads list divided into groups based on how recently downloaded. by Leon Scroggins · 16 years ago
- 8270c2a resolved conflicts for merge of 66c429a8 to master by Leon Scroggins · 16 years ago
- a3935ac Merge "Move clustering functionality of HistoryAdapter to its own class." into eclair-mr2 by Leon Scroggins · 16 years ago
- 6fd2ed7 Move clustering functionality of HistoryAdapter to its own class. by Leon Scroggins · 16 years ago