1. c65e2f15 Fixes instant so that it correctly deals with child contents. I've by [email protected] · 15 years ago
  2. 835d7c8 Move Stats, histograms, and field trial into a metrics subdirectory of base and by [email protected] · 15 years ago
  3. 9e82366 Use CommandUpdater for disabling commands that were disabled by plugins. by [email protected] · 15 years ago
  4. 6bdf05b dom-ui settings: Add setting for setting the minimum font size. by [email protected] · 15 years ago
  5. 166e304 Add a private pepper API for the pdf plugin to disable copy/print etc. This is needed because pdf documents might disallow copying/printing and it's confusing to have an enabled menu item which does nothing. by [email protected] · 15 years ago
  6. 24d27d7 Inspector settings not updated in profile when inspecting extensions. by [email protected] · 15 years ago
  7. 0b5b85c1 Refactor TemplateURLFetcher to make it more testable and add more tests for it. by [email protected] · 15 years ago
  8. 2de7e00 Wire up InstallSearchProvider to allow setting the default search provider. by [email protected] · 15 years ago
  9. b83af49 Fix a bug that caused web pages not to accept drag and drop on Chrome OS. by [email protected] · 15 years ago
  10. 27e05c1 Remove popup blocked animation API by [email protected] · 15 years ago
  11. dabb0d1 Implement the frame id required for the web navigation api. by [email protected] · 15 years ago
  12. 57b839a chromium-os:5166 Panel/popup cleanup for ChromeOS by [email protected] · 15 years ago
  13. be7e5cb Attempt2: Component extensions (and whitelisted extensions) specifying <all_urls> in their Extension match pattern should be allowed to run content scripts everywhere (including chrome://, chrome-extension://, about: and gallery pages. by [email protected] · 15 years ago
  14. ab57a59d Revert 61323 - Component extensions (and whitelisted extensions) specifying <all_urls> in their Extension match pattern should be allowed to run content scripts everywhere (including chrome://, chrome-extension://, about: and gallery pages. by [email protected] · 15 years ago
  15. 56585ef Component extensions (and whitelisted extensions) specifying <all_urls> in their Extension match pattern should be allowed to run content scripts everywhere (including chrome://, chrome-extension://, about: and gallery pages. by [email protected] · 15 years ago
  16. 8a34e660 Rip out phantom tabs and corresponding unit tests. by [email protected] · 15 years ago
  17. 1cc58eb6 Get rid of ZOOM_LEVEL_IS_DOUBLE code since WebKit is rolled. by [email protected] · 15 years ago
  18. b75b829 Chrome side of consolidating zoom code for pepper plugins (i.e. pdf) and the rest of Chrome. Allows plugins to have different zoom ranges, and also to update zoom on its own. by [email protected] · 15 years ago
  19. 8815205 Update Alternate Error Page URL when Google URL has been updated. by [email protected] · 15 years ago
  20. 57b66d0 Move disabling outdated plugins to labs and update UI to Glen's mocks. by [email protected] · 15 years ago
  21. 484ae591 Couple of match preview changes. by [email protected] · 15 years ago
  22. 2fb7dc98 Use PrefChangeRegistrar everywhere by [email protected] · 15 years ago
  23. 6ebdc9b Revert 60527 - Fix flickering when calling push/replaceState (or changing the location hash) by [email protected] · 15 years ago
  24. bcb6976a Fix flickering when calling push/replaceState (or changing the location hash) by [email protected] · 15 years ago
  25. 7e4468d5 FBTF: Move a bunch of code to the headers and remove includes. by [email protected] · 15 years ago
  26. 9beff75 Force accelerated 2d canvas off for chrome ui by [email protected] · 15 years ago
  27. 2510323e Revert 60169 - Use PrefChangeRegistrar everywhere by [email protected] · 15 years ago
  28. 37d5293 Use PrefChangeRegistrar everywhere by [email protected] · 15 years ago
  29. 16f76563 Fix a bunch of clang warnings/errors. by [email protected] · 15 years ago
  30. 2ec53b5 Disables top sites until we get it in a better shape. by [email protected] · 15 years ago
  31. a9c0bfe Reland r59641. Add the onBeforeNavigate and onErrorOccured events to the webNavigation API. by [email protected] · 15 years ago
  32. b16b2a9 Revert 59641 - Add the onBeforeNavigate and onErrorOccured events to the webNavigation API. by [email protected] · 15 years ago
  33. 4c028ff Add the onBeforeNavigate and onErrorOccured events to the webNavigation API. by [email protected] · 15 years ago
  34. 807871f Factor an ExtensionIconSet class out of Extension. This can by [email protected] · 15 years ago
  35. 03bb953d Bunch of match preview tweaks: by [email protected] · 15 years ago
  36. 6ee12c4 Fix SessionStorage by [email protected] · 15 years ago
  37. 784688a6 Reland r54723. Implement the webNavigation.onCommitted event. by [email protected] · 15 years ago
  38. 2549749 Adds a notification event for onload. I would have liked to plumb this by [email protected] · 15 years ago
  39. 15d9c0c Plumbs through window.chrome.setSuggestResult. It's currently hidden behind a flag. by [email protected] · 15 years ago
  40. ba70d08 Input file type now supported in extension popups. by [email protected] · 15 years ago
  41. 3955344 Disable accelerated compositing on mac if IOSurfaces are not by [email protected] · 15 years ago
  42. 447021c Moving the code that disables accelerated compositing for chrome: and chrome-extensions: by [email protected] · 15 years ago
  43. 876bc83 Relanding this: by [email protected] · 15 years ago
  44. d6ad744 Don't show "The page at..." in the Bookmark Manager confirmation dialog. by [email protected] · 15 years ago
  45. c8f74946 Disables bookmarks bar for new page in BWSI mode. by [email protected] · 15 years ago
  46. 4f8452d1 Fix geolocation icon behaviour on navigation by [email protected] · 15 years ago
  47. c88d24f1 Do not say the connection is not encrypted if security_bits by [email protected] · 15 years ago
  48. 1be69aa Revert "Don't create pending entries when a navigation is initiated by the page." by [email protected] · 15 years ago
  49. 6dfdc020 Don't create pending entries when a navigation is initiated by the page. by [email protected] · 15 years ago
  50. 371cc8b When finding the navigation entry for updating the title, we should use the by [email protected] · 15 years ago
  51. 8b62334b Reduce the number of files that recompile when changing template_url.h or template_url_model.h. by [email protected] · 15 years ago
  52. be2ee28 Change the conditions on which the popup blocked animation is shown to be more reliable. by [email protected] · 15 years ago
  53. 583d45c1 Reland r57788 - Expose Extension Bindings to Component Applications by [email protected] · 15 years ago
  54. f7578f5 Move Google-specific code under browser/ into browser/google/. by [email protected] · 15 years ago
  55. 440b37b2 Remove the wstring TreeModelNode::GetTitle() and rename GetTitleAsString16() to GetTitle(). by [email protected] · 15 years ago
  56. 6ac956a Revert 57788 - Expose Extension Bindings to Component Applications by [email protected] · 15 years ago
  57. b84ae67 Expose Extension Bindings to Component Applications by [email protected] · 15 years ago
  58. 5351dbc When the browser doesn't have connectivity to a hosted app, display a prettier error page by default. by [email protected] · 15 years ago
  59. ec0b6c4 Changes TabContentsDelegate::ShouldAddNavigationToHistory to be passed by [email protected] · 15 years ago
  60. 37858e5 Move prefs-related files under chrome/browser/ into a prefs/ subdir. by [email protected] · 15 years ago
  61. 939856a FBTF: Move individual XXXMsg_Params structs to a new file. by [email protected] · 15 years ago
  62. b5977a0c Add support for a directory file chooser command, which creates a file list by enumerating all the files in the selected directory. by [email protected] · 15 years ago
  63. ea42e778 Relanding a previous CL (I fixed the ChromeOS build): by [email protected] · 15 years ago
  64. 3de76038 Revert 57094 - Making window.focus()/blur() work only when there is a user gesture. by [email protected] · 15 years ago
  65. 29df0bb Making window.focus()/blur() work only when there is a user gesture. by [email protected] · 15 years ago
  66. 6679aaf Remove sync handling of IsSearchProviderInstalled on the browser UI thread. by [email protected] · 15 years ago
  67. 5989f1a Re-land r56742 now with correct database files by [email protected] · 15 years ago
  68. cdadf6f A crasher in TabContent::ExpireInfoBars is consistently reported in the field. Somehow one of the infobar delegate is NULL. by [email protected] · 15 years ago
  69. c96d267 Revert 56742 - A new field to describe the sources of history urls(visits) is added. This field is recorded in visit_database. by [email protected] · 15 years ago
  70. 4bf3522c Undo user gesture detection added to NavigationController by r18373, since by [email protected] · 15 years ago
  71. 0326752 A new field to describe the sources of history urls(visits) is added. This field is recorded in visit_database. by [email protected] · 15 years ago
  72. 8b8e7c9 Initial version of chrome.experimental.sidebar extension API. by [email protected] · 15 years ago
  73. 05f5654 Revert 56693 - broke compile by [email protected] · 15 years ago
  74. 22b83aa4 Undo user gesture detection added to NavigationController by r18373, since by [email protected] · 15 years ago
  75. 5512613 Reland 55888: Allow per-plugin content settings. by [email protected] · 15 years ago
  76. da4f8a1 Clear cookie related settings at the beginning of a navigation instead of at the end. by [email protected] · 15 years ago
  77. 70edb86 Convert GetDisplayStringInLTRDirectionality from wstring to string16. by [email protected] · 15 years ago
  78. 8b6e84a Remove deprecated wstring DictionaryValue::SetWithoutPathExpansion(). by [email protected] · 15 years ago
  79. 80fc611 Sites like Google Maps may trigger navigations when the user interacts with the page. by [email protected] · 15 years ago
  80. e23d3a3 Convert infobar APIs to UTF-16. by [email protected] · 15 years ago
  81. b283a753 by [email protected] · 15 years ago
  82. 6d7a604 remove toolstrips by [email protected] · 15 years ago
  83. 6b3db435 Revert 55888: Allow per-plugin content settings. by [email protected] · 15 years ago
  84. e1796d5 Allow per-plugin content settings. by [email protected] · 15 years ago
  85. dcd5b33 Reland r55382. When blocking cookies, also show an icon in the location bar when cookies are accessed. by [email protected] · 15 years ago
  86. fd2b9ce Adds support for showing the match preview on views. It's behind the by [email protected] · 15 years ago
  87. 57ecc4b Make prefs use std::string for keys rather than wstrings. by [email protected] · 15 years ago
  88. 9ba20809 Replace --top-sites flag with --no-top-sites flag. TopSites becomes the default. by [email protected] · 15 years ago
  89. 6605351 Revert 55548 - Reland r55382. When blocking cookies, also show an icon in the location bar when cookies are accessed. by [email protected] · 15 years ago
  90. b2d8f36 Reland r55382. When blocking cookies, also show an icon in the location bar when cookies are accessed. by [email protected] · 15 years ago
  91. 64ec3d13 Revert 55536 - Reland r55382. When blocking cookies, also show an icon in the location bar when cookies are accessed. by [email protected] · 15 years ago
  92. d0ce4e6 Reland r55382. When blocking cookies, also show an icon in the location bar when cookies are accessed. by [email protected] · 15 years ago
  93. 0d5e1fe Speculative backout to see if this caused perf regressions. by [email protected] · 15 years ago
  94. 851b1eb Disable outdated non-sandboxed plugins. by [email protected] · 15 years ago
  95. 18e001a When blocking cookies, also show an icon in the location bar when cookies are accessed. by [email protected] · 15 years ago
  96. bbe192b Revert "Replace --top-sites flag with --no-top-sites flag. TopSites becomes the default." by [email protected] · 15 years ago
  97. a8ab8866 Replace --top-sites flag with --no-top-sites flag. TopSites becomes the default. by [email protected] · 15 years ago
  98. 250afb0 Revert 55227 - Disable outdated non-sandboxed plugins. by [email protected] · 15 years ago
  99. 8b86363 Disable outdated non-sandboxed plugins. by [email protected] · 15 years ago
  100. ca35245 Introduce a resource identifier for content settings. by [email protected] · 15 years ago