1. 65f4a3c check to see if the real title bar has no parent by Cary Clark · 16 years ago
  2. b3a5bed Update menu items. by Leon Scroggins · 16 years ago
  3. b7cc8b4 Only update the bookmark screenshot if the page completed loading fully (i.e. do not save a screenshot if the user canceled loading. by Ben Murdoch · 16 years ago
  4. b94bf27 Only draw the fake title bar's shadow if the webview is not scrolled. by Leon Scroggins · 16 years ago
  5. f855161 Fix layout issues on the bookmarks screen. by Leon Scroggins · 16 years ago
  6. aac7aa6 In the case of a page load error, save a second screenshot in onProgressChanged(100) to ensure that we save the substituted error page rather than the previous page that loaded. Also save the thumbnail for the page if the user creates the bookmark through the add bookmark menu or clicking the add bookmark icon on the bookmarks page. by Ben Murdoch · 16 years ago
  7. c6fa110 Add a context menu for the title bar. by Leon Scroggins · 16 years ago
  8. 00d85e7 We should return after calling moveTaskToBack when there is no current tab. by Grace Kloba · 16 years ago
  9. 0923d69 If we get web search request in onCreate, just finish the by Grace Kloba · 16 years ago
  10. 10fdba8 Add possibility to customize the chooser dialog used to allow the user by Andrei Popescu · 16 years ago
  11. 2032957 When hiding the fake title bar, animate or not based on current scroll. by Leon Scroggins · 16 years ago
  12. 06ec5f2 Tweaks to improve the look of the bookmarks page. by Leon Scroggins · 16 years ago
  13. da0fe55 Move the page up/down shortcut key from onKeyUp to onKeyDown as by Grace Kloba · 16 years ago
  14. a5bf1de Reset title bar after closing tab by Andrei Popescu · 16 years ago
  15. 5e335a3 switch to modern contact interface by Cary Clark · 16 years ago
  16. 0485170 Pass search intent extra data through the browser by Bjorn Bringert · 16 years ago
  17. 59ce830 Support precomposed app icons. by Patrick Scott · 16 years ago
  18. 6854986 Add a shadow to the fake title bar. by Leon Scroggins · 16 years ago
  19. f8de8ec Check for a valid token before adding the fake title bar. by Patrick Scott · 16 years ago
  20. 15525d4 Update the correct favicon when starting the load. by Patrick Scott · 16 years ago
  21. 184f5e3 Show the fake title bar when loading regardless of scroll position. by Leon Scroggins · 16 years ago
  22. dcc2b6f Put current screenshot under "Add" on bookmark thumbnail page. by Ben Murdoch · 16 years ago
  23. 5942df0 Handle BACK key at UP in the Browser. by Grace Kloba · 16 years ago
  24. 540035d Add progress view and default poster for the <video> implementation by Andrei Popescu · 16 years ago
  25. c928c30 This tries to address a potential Browser CPU spinning problem. by Grace Kloba · 16 years ago
  26. d011953 Remove the WebView from its container to change focus. by Patrick Scott · 16 years ago
  27. eb6ab2a Remove the old network status intent. by Patrick Scott · 16 years ago
  28. 4ec2c4b Remove the shadow in the Browser. Use xml to indicate windowNoTitle. by Grace Kloba · 16 years ago
  29. c01e4a8 Make the fake title bar extend to the full width. by Leon Scroggins · 16 years ago
  30. eb6eef4 Fix the lock icon when switch tabs. by Grace Kloba · 16 years ago
  31. d8fd2fc Make the fake title bar look more like the regular title bar. by Leon Scroggins · 16 years ago
  32. 83cdb2c Need to add touch icon when adding bookmark through menu. by Grace Kloba · 16 years ago
  33. 4d7e406 Do not show the title bar if the Activity is paused. by Leon Scroggins · 16 years ago
  34. 6857939 Remove the tab slider, and go back to simply using a touchable title bar. by Leon Scroggins · 16 years ago
  35. 25d3547 When opening in the background, do not move the tab to front. by Leon Scroggins · 16 years ago
  36. 43de616 Prevent showing the title bar while the active tabs page is showing. by Leon Scroggins · 16 years ago
  37. db22ea7 Call resetTitle() when switching tabs. by Patrick Scott · 16 years ago
  38. bb85b90 Fix a potential null pointer exception. by Leon Scroggins · 16 years ago
  39. f4bb18a Limit the touch area for opening search to the right edge of the textfield. by Leon Scroggins · 16 years ago
  40. a27ff19 Show title bar while loading, and hide it when finished loading. by Leon Scroggins · 16 years ago
  41. 3bbb6ca Show the title bar when pressing bringing up the menu. by Leon Scroggins · 16 years ago
  42. a2ab6a7 Remove the active tabs page when pausing the BrowserActivity. by Leon Scroggins · 16 years ago
  43. 652ff87 allow mixed-case schemes in user-defined URLs by Cary Clark · 16 years ago
  44. 0a64ba5 Add an active tabs page. by Leon Scroggins · 16 years ago
  45. 6b52a55 Remove clientid from the url before it is added to the database. So that we by Grace Kloba · 16 years ago
  46. 3044423 Go to the home page when opening a new tab/the browser. by Leon Scroggins · 16 years ago
  47. 55a5bc2 Clean up changes from attaching title bar to top of WebView by Leon Scroggins · 16 years ago
  48. 39ab28e Attach the title bar to the top of the page. by Leon Scroggins · 16 years ago
  49. bb0af5c When we close a window on exit, make sure pauseWebView taking action by by Grace Kloba · 16 years ago
  50. a81a764 Update the appearance of the title bar in the browser. by Leon Scroggins · 16 years ago
  51. 5d61a6c Use the new code values for onReceivedError. by Patrick Scott · 16 years ago
  52. e1fb966 Do not include ourselves as a candidate for downloading content. by Patrick Scott · 16 years ago
  53. 25a1523 Use the estimated size of new databases as the default quota if we have enough space to satisfy it. by Ben Murdoch · 16 years ago
  54. 416b7cb Implement new title bar behavior. by Leon Scroggins · 16 years ago
  55. 25515f8 Fix a bug where we were opening a new tab unnecessarily. by Leon Scroggins · 16 years ago
  56. 3936209 Allow user to enter a URL to visit a site without closing the browser. by Leon Scroggins · 16 years ago
  57. ec1b5ad resolved conflicts for merge of 918e1d78 to eclair by Grace Kloba · 16 years ago
  58. a11b75a Ensure that switching tabs also updates the title bar. by Leon Scroggins · 16 years ago
  59. 190095d Disable "open in new window" if Go came up from a new tab. by Leon Scroggins · 16 years ago
  60. 160a7e7 Fix several bugs surrounding the "go" screen and closing tabs. by Leon Scroggins · 16 years ago
  61. dc97542 Bring up search directly from the Go page. by Leon Scroggins · 16 years ago
  62. 4943a31 Hide the title bar when zoomed in by Leon Scroggins · 16 years ago
  63. 8bbd69f Set the new tab as the current tab to reflect the old behavior. by Patrick Scott · 16 years ago
  64. 918e1d7 Fix http://b/issue?id=2052775. According to the comment, we try to call by Grace Kloba · 16 years ago
  65. d6be175 handle false results in file.delete and similar calls by Cary Clark · 16 years ago
  66. 1f005d3 Initial attempt to get the sliding title bar working, using a Gallery. by Leon Scroggins · 16 years ago
  67. b81735a remove gears by Andrei Popescu · 16 years ago
  68. 4d7880f Change the Browser trace file from data dir to sdcard, increase the size by Grace Kloba · 16 years ago
  69. 722f755 close streams when done by Cary Clark · 16 years ago
  70. a977124 make private inner classes static by Cary Clark · 16 years ago
  71. 5222080 remove unused locals by Cary Clark · 16 years ago
  72. 8755372 make finals static, remove unused local by Cary Clark · 16 years ago
  73. 64b80f3 No load home page. by Leon Scroggins · 16 years ago
  74. a5d669e Make the "Most visited" page have a thumbnail viewing mode. by Leon Scroggins · 16 years ago
  75. 2bc6991 Adds the browser Geolocation permissions prompt. by Steve Block · 16 years ago
  76. 3918d44 Implement onReceivedTouchIconUrl. by Patrick Scott · 16 years ago
  77. 92c18a5 When free the background tabs due to low memory, keep the parent tab of the by Grace Kloba · 16 years ago
  78. 615c6c9 resolved conflicts for merge of a34f6861 to master by Grace Kloba · 16 years ago
  79. a34f686 Move IntentFilter/BroadcastReceiver creation before the spot where we may by Grace Kloba · 16 years ago
  80. 5bbe980 Fix a monkey crash. by Leon Scroggins · 16 years ago
  81. aab3f09 Remove the session cookies if Browser starts without any saved state. by Grace Kloba · 16 years ago
  82. 438c5e6 resolved conflicts for merge of cc634036 to master by Android Git Automerger · 16 years ago
  83. 79e82b7 Refactor the WebStorage size management: by Andrei Popescu · 16 years ago
  84. cc63403 Fix #1964292. If the WEB_SEARCH starts from the Browser, load it in the by Grace Kloba · 16 years ago
  85. a0b0e2a Do not merge by Patrick Scott · 16 years ago
  86. 55581a6 DO NOT MERGE: Remove deprecated call: Cursor.commitUpdates(). by Leon Scroggins · 16 years ago
  87. 96b4f6d am 83f47346: Fix 1984809. Select the url when SEARCH key is pressed in the Browser. by Grace Kloba · 16 years ago
  88. 83f4734 Fix 1984809. Select the url when SEARCH key is pressed in the Browser. by Grace Kloba · 16 years ago
  89. bff2d60 Implement an error console. The console is displayed when the user has enabled debug in the browser (been to about:debug) and there are errors on the page. It can be toggled on/off in debug mode in the settings menu. by Ben Murdoch · 16 years ago
  90. cd11589 Try to reuse tabs with matching urls to avoid loading a new page. by Patrick Scott · 16 years ago
  91. 89c6d36 Work on the Bookmark Grid, including the favicon. by Leon Scroggins · 16 years ago
  92. e8dc977 Do not merge. by Patrick Scott · 16 years ago
  93. b0e4fc7 Show the new tab when creating it from the bookmarks/history. by Patrick Scott · 16 years ago
  94. 65c1ba9 am bae196df: Merge change 6811 into donut by Android (Google) Code Review · 16 years ago
  95. 6ee9c49 Fix #1953520. When MENU is down, consume the key in the BrowserActivity which are not shortcut keys. So it won't trigger the search panel. If a shortcut action is taken, reset the mMenuIsDown as it has been used once. by Grace Kloba · 16 years ago
  96. f450cd0 am cf849950: Fix 1970279. Like "Go", search key should get the current url and pre-fill it in the search/goto widget. by Grace Kloba · 16 years ago
  97. cf84995 Fix 1970279. Like "Go", search key should get the current url and pre-fill it in the search/goto widget. by Grace Kloba · 16 years ago
  98. c9b5556 Add fullscreen support back in. by Andrei Popescu · 16 years ago
  99. 87ae77b Associate screenshots with original url. by Leon Scroggins · 16 years ago
  100. 2a67258 resolved conflicts for merge of 47fdfdb9 to master by Grace Kloba · 16 years ago