1. 1f10cbf reject unhandled key events if browser is paused by Cary Clark · 15 years ago
  2. 44548d0 Merge "Show stop button in a pressed state when pressed." by Leon Scroggins · 15 years ago
  3. bf083d2 Show stop button in a pressed state when pressed. by Leon Scroggins · 15 years ago
  4. 1c330f4 Make selection color fill underneath the scroll bar for downloads. by Leon Scroggins III · 15 years ago
  5. 3d8b70c Diasble page cache on high-end devices while b: 2525377 is not fixed. by Andrei Popescu · 15 years ago
  6. 140b33a Enable +/- zoom control for the sub-window. by Grace Kloba · 15 years ago
  7. 80380ed Set sub window to scrollbars_outside_overlay to by Grace Kloba · 15 years ago
  8. af69fdf Match the new webview overscroll background api by Grace Kloba · 15 years ago
  9. ad2f360 Allow Browser bookmarks from AnyCut; don't NPE without Extras. by Brad Fitzpatrick · 15 years ago
  10. 13f9ace Update the browser title bar background asset by Grace Kloba · 15 years ago
  11. b8a844d Close the SearchDialog when a new Intent opens the browser. by Leon Scroggins · 15 years ago
  12. 9191a7f Show a toast when a download starts. by Leon Scroggins · 15 years ago
  13. 387a46e Fix build: add missing import. by Brett Chabot · 15 years ago
  14. 275a710 Merge "Do not call invalidate() in draw(). This improved Browser loading performance by 10%. Loading nytimes.com on Sholes with plugin dropped from 30s to 26s." by Grace Kloba · 15 years ago
  15. 83fe6d6 Make sure the icon database is created in the UI thread. by Patrick Scott · 15 years ago
  16. 1542f74 Do not call invalidate() in draw(). This improved by Grace Kloba · 15 years ago
  17. cc94912 Use the passed in url as the WebView's url may not be up-to-date. by Patrick Scott · 15 years ago
  18. 93926e4 Delete the file even if the ContentResolver does not see it. by Leon Scroggins · 15 years ago
  19. 6eac63e Do not destroy the backforward list when doing another voice search. by Leon Scroggins · 15 years ago
  20. 98d5fce Remove the logic of setting dasher account's home page. by Shimeng (Simon) Wang · 15 years ago
  21. 9b1d4cf Merge "Fix for the 'Unable to add window' crash." by Nicolas Catania · 15 years ago
  22. 095292f Fix for the 'Unable to add window' crash. by Nicolas Catania · 15 years ago
  23. 9535cee Use a margin to make the title bar stay the same size while loading. by Leon Scroggins · 15 years ago
  24. 2ee4a5a Allow going back to a voice search to work when choosing from n-best. by Leon Scroggins · 15 years ago
  25. 945f100 Force a load when getting a new intent from voice search. by Leon Scroggins · 15 years ago
  26. 2c0f611 Close Cursors when finished with them. by Leon Scroggins · 15 years ago
  27. 21d9b90 Use AsyncTask to edit history in the background. by Leon Scroggins · 15 years ago
  28. c1cf63a Request icons in the background. by Patrick Scott · 15 years ago
  29. f739271 Reset the boolean variables when first initialzied and when reset happens. by Shimeng (Simon) Wang · 15 years ago
  30. 161974f Avoid potential NPE if storage manager is not properly initialized. by Shimeng (Simon) Wang · 15 years ago
  31. fbb3f15 Use a special flag to tell SearchDialog to show the microphone. by Leon Scroggins · 15 years ago
  32. 003a5dd When reverting the voice title bar, display the url. by Leon Scroggins · 15 years ago
  33. 7205e9d Use the new system overscroll background api. by Grace Kloba · 15 years ago
  34. e10dde5 Allow going back to voice search from not-first results. by Leon Scroggins · 15 years ago
  35. 9df9497 Pass attached HTTP headers to WebView from voice search. by Leon Scroggins · 15 years ago
  36. 3ee3fef Check for null filename before creating a new file. by Leon Scroggins · 15 years ago
  37. b6a6544 Refactor android.backup -> android.app.backup by Christopher Tate · 15 years ago
  38. aa37e7f Ensure the fake title bar shows during loading. by Leon Scroggins · 15 years ago
  39. 233a207 Merge "if savePicture failes, delete the file (which is now unreliable, and possibly large)" by Mike Reed · 15 years ago
  40. d5eee69 if savePicture failes, delete the file (which is now unreliable, and possibly large) by Mike Reed · 15 years ago
  41. 6adacc9 Check the network state in onCreate. by Patrick Scott · 15 years ago
  42. e95d75e Merge "Close the bookmarks cursor." by Patrick Scott · 15 years ago
  43. 8e9fe32 Close the bookmarks cursor. by Patrick Scott · 15 years ago
  44. b3b04f7 Attach the stop button to the textbox in the title bar. by Leon Scroggins · 15 years ago
  45. 0c75a8e Going back to a voice search will reenter voice search mode. by Leon Scroggins · 15 years ago
  46. 4324bcd Merge "Do not allow our resend/dontresend messages to be sent twice." by Leon Scroggins · 15 years ago
  47. 7d3ac79 refactor find state and scrolling by Cary Clark · 15 years ago
  48. c7c0fce Use SUGGEST_COLUMN_TEXT_2_URL in browser suggestions by Bjorn Bringert · 15 years ago
  49. 4a64a8a Do not allow our resend/dontresend messages to be sent twice. by Leon Scroggins · 15 years ago
  50. da3e030 Do not insert duplicate urls into the browser database. by Leon Scroggins · 15 years ago
  51. 698dd4b Merge "SslCertificate should provide Date interface" by Brian Carlstrom · 15 years ago
  52. 95a2e4a SslCertificate should provide Date interface by Brian Carlstrom · 15 years ago
  53. 391df7c Change where "Search for web"'s position. by Grace Kloba · 15 years ago
  54. 7b55141 Merge "Remove deleted files from the list of browser downloads." by Leon Scroggins · 15 years ago
  55. b67db6b Remove deleted files from the list of browser downloads. by Leon Scroggins · 15 years ago
  56. 12b4093 Merge "If a download finishes while the contextmenu is open, update it." by Leon Scroggins · 15 years ago
  57. d080b18 If a download finishes while the contextmenu is open, update it. by Leon Scroggins · 15 years ago
  58. b4dc4ad Merge "Update the shortcut icons with new assets." by Patrick Scott · 15 years ago
  59. c0fdde9 Update the shortcut icons with new assets. by Patrick Scott · 15 years ago
  60. 385effd Update to reflect android-common no longer in framework. by Dianne Hackborn · 15 years ago
  61. 4391469 Remove our dependency on gsf. by Patrick Scott · 15 years ago
  62. dcc5eeb If a tab was opened solely to download a file, close the tab. by Leon Scroggins · 15 years ago
  63. d5c3e0f disable mr-stretch (at least for now) by Mike Reed · 15 years ago
  64. 7712c0f Merge "Backup bookmarks when a new bookmark is added." by Leon Scroggins · 15 years ago
  65. f2463ae Backup bookmarks when a new bookmark is added. by Leon Scroggins · 15 years ago
  66. 03e6d39 Change the browser to use the standard EXTRA_SUBJECT intent extra by Paul Westbrook · 15 years ago
  67. 4e9f89b When long pressing on title bar, do not use WebView in onCreateContextMenu by Leon Scroggins · 15 years ago
  68. e4c9846 Change the way the browser detects connectivity changes. by Andrei Popescu · 15 years ago
  69. b6e8f85 Merge "Remove tabs." by Patrick Scott · 15 years ago
  70. 9d53da0 Remove tabs. by Patrick Scott · 15 years ago
  71. b000c16 Merge "Use SearchManager.getWebSearchActivity() for web suggestions" by Bjorn Bringert · 15 years ago
  72. 3274754 Use SearchManager.getWebSearchActivity() for web suggestions by Bjorn Bringert · 15 years ago
  73. 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
  74. 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
  75. 92472e8 When loading a new page from the UI side, update the title bar to the new url. by Leon Scroggins · 15 years ago
  76. 8ad2992 Clear omnibox when pressing search key. by Leon Scroggins · 15 years ago
  77. 30995e7 Implement navigator.isApplicationInstalled() API by Andrei Popescu · 15 years ago
  78. e6c4bd8 Add geolocation permissions to BrowserProvider by Bjorn Bringert · 15 years ago
  79. 10d1cca Use Search.SOURCE from android-common by Bjorn Bringert · 15 years ago
  80. 1fe13a5 send broadcast intents to voice search for logging purposes by Leon Scroggins · 15 years ago
  81. 3b18ce3 If the user submits the same search again from voice search, stay in place. by Leon Scroggins · 15 years ago
  82. 76e1686 Do not ellipsize the title bar in voice search mode. by Leon Scroggins · 15 years ago
  83. ea75407 Trim the extra whitespace before passing to SearchDialog. by Leon Scroggins · 15 years ago
  84. f48d44e Update look of title bar when in voice search mode. by Leon Scroggins · 15 years ago
  85. 735a38d2 Merge "Launch intents to open/delete downloads, and handle them in the browser." by Leon Scroggins · 15 years ago
  86. fedc493 Launch intents to open/delete downloads, and handle them in the browser. by Leon Scroggins · 16 years ago
  87. c42addf Use the extended ConsoleMessage class to populate the Error Console, and in colour! by Ben Murdoch · 16 years ago
  88. 1298bfc Merge "This should fix the build." by Jeff Hamilton · 16 years ago
  89. 4db482f This should fix the build. by Jeff Hamilton · 16 years ago
  90. 82c1baa Handle voice search it provides html content to display. by Leon Scroggins · 16 years ago
  91. c38909b Merge "Logging page load time" by Kristian Monsen · 16 years ago
  92. 4dce3bf Logging page load time by Kristian Monsen · 16 years ago
  93. 7a8b88b Implement support for V8 counters by Andrei Popescu · 16 years ago
  94. a1cc3fd Use the constants defined in RecognizerResultsIntent for voice search. by Leon Scroggins · 16 years ago
  95. 0a1d838 Log when bookmarks are added by Kristian Monsen · 16 years ago
  96. 58d56c6 Handle the voice search intent. by Leon Scroggins · 16 years ago
  97. e5073c2 roll MR3 stretchy changes into master by Mike Reed · 16 years ago
  98. d3992d4 Move the "Search web ..." to the first in the suggestion list. by Grace Kloba · 16 years ago
  99. 2d508ed Should trust my own code by Grace Kloba · 16 years ago
  100. 1c15ace Demo widget using the UrlRendererService for server-side rendering of urls. by Patrick Scott · 16 years ago