1. b4fb25c Set the Browser's minimum font size to 1px. by Shimeng (Simon) Wang · 15 years ago
  2. d9c3d74 am 539fde68: am f6915fbb: Add more choices to about:debug UAString setting by Bart Sears · 15 years ago
  3. f6915fb Add more choices to about:debug UAString setting by Bart Sears · 15 years ago
  4. 61fc77c Use the new WebSettings to enable smooth transition during panning and zooming. by Grace Kloba · 15 years ago
  5. 6e37c92 merge from open-source master by The Android Open Source Project · 15 years ago
  6. 794dc72 Fixing a monkey crash in the BrowserSettings by Henrik Baard · 15 years ago
  7. 5149c7b Remove overscroll by Adam Powell · 15 years ago
  8. e83e906 Fill in the home page in the preferences when browser is launched first time. by Shimeng (Simon) Wang · 15 years ago
  9. ba676ef Re-enable page cache. by Andrei Popescu · 15 years ago
  10. e536b33 Add the on-demand setting for plugins. by Patrick Scott · 15 years ago
  11. 3d8b70c Diasble page cache on high-end devices while b: 2525377 is not fixed. by Andrei Popescu · 15 years ago
  12. af69fdf Match the new webview overscroll background api by Grace Kloba · 15 years ago
  13. 98d5fce Remove the logic of setting dasher account's home page. by Shimeng (Simon) Wang · 15 years ago
  14. f739271 Reset the boolean variables when first initialzied and when reset happens. by Shimeng (Simon) Wang · 15 years ago
  15. 161974f Avoid potential NPE if storage manager is not properly initialized. by Shimeng (Simon) Wang · 15 years ago
  16. 7205e9d Use the new system overscroll background api. by Grace Kloba · 15 years ago
  17. 4391469 Remove our dependency on gsf. by Patrick Scott · 15 years ago
  18. 4db482f This should fix the build. by Jeff Hamilton · 15 years ago
  19. 9804c43 Change the Browser Cached Page capacity. by Grace Kloba · 16 years ago
  20. 7956503 Set pageCacheCapacity, which enables page cache, for the Browser by Grace Kloba · 16 years ago
  21. 164657e Adds an explicit type for GeolocationPermissions.getOrigins. Do not merge. by Steve Block · 16 years ago
  22. 2a6a0f4 Adds an explicit type for GeolocationPermissions.getOrigins. by Steve Block · 16 years ago
  23. 22ac16e Move Tab out of TabControl to its own class. So that by Grace Kloba · 16 years ago
  24. 674f39a Add enable plug-ins to UI. Remove pluginsPath from BrowserSettings as it is unused now. by Grace Kloba · 16 years ago
  25. 99b3ae1 Reimplement the settings to use async callbacks by Nicolas Roard · 16 years ago
  26. f2407c6 allow file: scheme in the browser by Cary Clark · 16 years ago
  27. 5029cf0 Browser-side changes to persist Geolocation permissions between browser sessions. by Steve Block · 16 years ago
  28. f3565b8 Removes unnecessary syncing of databse and app cache paths with browser settings XML. by Steve Block · 16 years ago
  29. 97b0802 Adds browser-side of logic to make Geolocation obey Browser 'Enable Location' setting. by Steve Block · 16 years ago
  30. c6f577f Fixes a bug in the browser settings menu. Correctly hooks up 'Clear location access'. by Steve Block · 16 years ago
  31. b81735a remove gears by Andrei Popescu · 16 years ago
  32. 5b4b8f1 Add a setting to load a page in overview mode. by Grace Kloba · 16 years ago
  33. 0106870 Enable workers for V8. Also remove the quota parameters, unused after the storage UI refactoring. by Andrei Popescu · 16 years ago
  34. f344d03 Adds browser settings menu entries for Geolocation permissions. by Steve Block · 16 years ago
  35. 907c576 Add unit tests for the WebStorageSizemanager. Also reduce the default quota and quota increase step by Andrei Popescu · 16 years ago
  36. 79e82b7 Refactor the WebStorage size management: by Andrei Popescu · 16 years ago
  37. 20634ce Enforce app cache maximum size by Andrei Popescu · 16 years ago
  38. 824faeb wire appcache to HTML5 UI by Andrei Popescu · 16 years ago
  39. d9ee139 Fix 1990635. update() was accidentally removed. Bring it back so that the WebSettings will be applied to the current open windows. by Grace Kloba · 16 years ago
  40. 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
  41. 2a67258 resolved conflicts for merge of 47fdfdb9 to master by Grace Kloba · 16 years ago
  42. 47fdfdb Remove "search_url" in the debug setting as search is controlled by the search manager now. by Grace Kloba · 16 years ago
  43. b3c02da Add a UI for setting JS flags. by Feng Qian · 16 years ago
  44. a4fa6ee Update Browser's user agent by Grace Kloba · 16 years ago
  45. e0f11cc am 2f83068b: Add the ZoomDensity support in the Browser. by Grace Kloba · 16 years ago
  46. 2f83068 Add the ZoomDensity support in the Browser. by Grace Kloba · 16 years ago
  47. e46990e New settings UI for HTML5 by Nicolas Roard · 16 years ago
  48. 734a066 Add browser settings for DOM storage support. by Ben Murdoch · 16 years ago
  49. 708a4ae am bd34f7db: Merge change 3134 into donut by Android (Google) Code Review · 16 years ago
  50. 9768ac5 Change the default client id for better stats by Ramanan Rajeswaran · 16 years ago
  51. a3815b4 am c5f4f732: Use "unknown" as the default value for the client id to avoid crashing. by Patrick Scott · 16 years ago
  52. c5f4f73 Use "unknown" as the default value for the client id to avoid crashing. by Patrick Scott · 16 years ago
  53. a3f90f0 Merge commit 'f2c5c1b555904400f4092888ae81b8ed74bfe026' into manualfix by Grace Kloba · 16 years ago
  54. f2c5c1b Fix #1722851. Move the Browser's default home page to the resource so that we can localize it easily. by Grace Kloba · 16 years ago
  55. b4da0ad Track the package manager. So if there is a Browser plugin installed or unintalled, we will update the WebView properly. by Grace Kloba · 16 years ago
  56. 6f48042 Make menus inactive when needed and only show possible quotas by Nicolas Roard · 16 years ago
  57. 78a98e4 Add UI support in the browser for HTML5 databases by Nicolas Roard · 16 years ago
  58. 092dd5d Merges p9 CLs 144856 and 145055 to GIT to enable the Database API in the browser. by Ben Murdoch · 16 years ago
  59. 9ac587d Set a persistent default home page for the browser. by Leon Scroggins · 16 years ago
  60. 5151ac1 Enable Application Caches. by Andrei Popescu · 16 years ago
  61. b0cd072 AI 143762: Fix for issue 1636784: Landscape only option for the browser. (This change is in master.) Add an option in the settings menu of the browser to give the user the option of always displaying in landscape, ignoring sensor/opening and closing of the keyboard. by Leon Scroggins · 16 years ago
  62. dd4f429 Automated import from //branches/master/...@141638,141638 by Ramanan Rajeswaran · 16 years ago
  63. f447f26 Automated import from //branches/donutburger/...@141637,141637 by Ramanan Rajeswaran · 16 years ago
  64. 0c90888 auto import from //depot/cupcake/@135843 by The Android Open Source Project · 16 years ago
  65. 8611831 auto import from //depot/cupcake/@135843 by The Android Open Source Project · 16 years ago
  66. 7561d4f auto import from //branches/cupcake/...@132276 by The Android Open Source Project · 16 years ago
  67. fbb2a3a auto import from //branches/cupcake/...@131421 by The Android Open Source Project · 16 years ago
  68. b7775e1 auto import from //branches/cupcake/...@130745 by The Android Open Source Project · 16 years ago
  69. ed217d9 Code drop from //branches/cupcake/...@124589 by The Android Open Source Project · 17 years ago
  70. ba6d7b8 Initial Contribution by The Android Open Source Project · 17 years ago