1. 97df444 Remove raw base::DictionaryValue::Set in //chrome by jdoerrie · 8 years ago
  2. 0a7406f Remove the wrapper functions content::RecordAction et al by bratell · 8 years ago
  3. ee2be6e Move StoragePartitionHttpCacheDataRemover to content/ by msramek · 8 years ago
  4. ecab4f5 Enable outdated plugin infobars even when third-party plugin installation is not enabled. by bauerb · 8 years ago
  5. c691180 Use ContentSetting in chrome/ instead of PermissionStatus by timloh · 8 years ago
  6. b235f4c Remove useless includes to ash_util.h by fwang · 8 years ago
  7. 9a180ad Replace PermissionType in chrome/ with ContentSettingsType by timloh · 8 years ago
  8. 066be4c Add a synthetic field trial for OOPIF-based GuestView. by lfg · 9 years ago
  9. cc44547a Plugins: Remove left over references to chrome://plugins by tommycli · 9 years ago
  10. 4702f8e Fix AccessibilityExtensionLoader's handling of locked screen by dtseng · 9 years ago
  11. 4b46108 Convert enable_plugins to a buildflag header. by brettw · 9 years ago
  12. ab78fef Move some global feature defines to buildflags by brettw · 9 years ago
  13. c5eaaddf Merge Content Settings IPCs back to chrome/common/render_messages.h by vabr · 9 years ago
  14. 86fa1dd Re-write many calls to WrapUnique() with MakeUnique() by ricea · 9 years ago
  15. a5be776 chrome/browser/guest_view: Change auto to not deduce raw pointers. by vmpstr · 9 years ago
  16. 24d693f Now that the old task_manager backend is gone, move task_management into its place. by avi · 9 years ago
  17. b941926 Make browsing_data component a layered component by ioanap · 9 years ago
  18. fd2b155 Reintroduce plumbing for user gesture into permission system. by benwells · 9 years ago
  19. 98e96a7 Rewrite simple uses of base::ListValue::Append() taking a raw pointer var. by dcheng · 9 years ago
  20. 28ae579 Fix "unused variable" warnings. by pkasting · 9 years ago
  21. 2d29e94 This is a v1 effort for enabling the login process with Mus. It involves disabling a series of unsupported services: by jonross · 9 years ago
  22. cc29ae5 Revert of (reland) Move permission.mojom from WebKit/public/platform/ to components/ (patchset #3 id:40001 of https://codereview.chromium.org/1942353002/ ) by mathp · 9 years ago
  23. f3b224a (reland) Move permission.mojom from WebKit/public/platform/ to components/ by xhwang · 9 years ago
  24. e1a1e4e Revert of Move permission.mojom from WebKit/public/platform/ to components/ (patchset #8 id:140001 of https://codereview.chromium.org/1921553003/ ) by henrika · 9 years ago
  25. 1b75152 Move permission.mojom from WebKit/public/platform/ to components/ by xhwang · 9 years ago
  26. 4af4858 Convert //chrome/browser from scoped_ptr to std::unique_ptr by dcheng · 9 years ago
  27. e3afee6b Remove PermissionContext factories by raymes · 9 years ago
  28. e8c57ea Remove NPAPI from browser and utility by piman · 9 years ago
  29. 3d351ad1 Add ScopedKeepAlive to c/b/lifetime by dgn · 9 years ago
  30. a8e32b6 Remove user gesture bit from PermissionContext code. by mlamouri · 9 years ago
  31. 25889412 Remove linked_ptr usage in //base. by dcheng · 10 years ago
  32. 363b590 Remove Metro pinning, and relaunch menu items and strings by scottmg · 10 years ago
  33. e73d8520c Convert Pass()→std::move() in //chrome by dcheng · 10 years ago
  34. 6846aef Switch to standard integer types in chrome/browser/, part 2 of 4. by avi · 10 years ago
  35. 82dac658 Make Lucas a GuestView OWNER by fsamuel · 10 years ago
  36. 3260ca01 kiosk: Restart on pepper flash crash/hung. by xiyuan · 10 years ago
  37. fb4a0d98 Correctly (hopefully) check if <webview> is running inside WebUI. by lazyboy · 10 years ago
  38. c886a256 permissions: Remove origin from permission_request_id by lalitm · 10 years ago
  39. b205e53f Fixing the Position of Context Menu for BrowserPlugin (<webview>) by ekaramad · 10 years ago
  40. 95703b9 This patch allows find-in-page to work on the Chrome signin page. by paulmeyer · 10 years ago
  41. b662e1c New Task Manager - Phase 1.3.3: Implement Guest Task Providing by afakhry · 10 years ago
  42. 9fb6769 Cleanup VersionInfo after componentization. by sdefresne · 10 years ago
  43. 6e883e4 Componentize VersionInfo. by sdefresne · 10 years ago
  44. 39355da Move GN obj files to target-specific dirs by brettw · 10 years ago
  45. ed43726 This patch allows context menus stored for a WebView to be cleaned up consistently when the WebView is destroyed. by paulmeyer · 10 years ago
  46. cb2ec659a [Extensions] Clean up the handling of ExtensionHostMsg_Request by rdevlin.cronin · 10 years ago
  47. d35baea6 Re-enable WebView ChromeVox manual script injection when accessibility status changes. by dtseng · 10 years ago
  48. dfbf569 Move PermissionRequestID to chrome/browser/permissions/. by mlamouri · 10 years ago
  49. 5fc460f Use RenderFrameHost for ::RequestPermission() and ::CancelPermission(). by mlamouri · 10 years ago
  50. daa9227 Remove RenderViewHost from WebContentsDelegate::CanDownload() signature. by rdsmith · 10 years ago
  51. 5fca2df4 Speculative fix for ChromeWebViewGuestDelegate crash. by wjmaclean · 10 years ago
  52. 0eee9bb Allow whitelisted content scripts to be injected in WebViews. by dmazzoni · 10 years ago
  53. b49c1e93 Moving extension code out of "components/" to avoid layering violations. by deepak.m1 · 10 years ago
  54. 8dfa19a Move GuestView layer in browser to components by fsamuel · 10 years ago
  55. d5b8383 Move clear cache code from chrome/ (ChromeWVGDelegate) to extensions/ (WVGuest) by lazyboy · 10 years ago
  56. 9a3c81e GuestView: Move GuestViewManager extension dependencies to ExtensionsGuestViewManagerDelegate by fsamuel · 10 years ago
  57. b535c74 Towards Decoupling GuestView from Extensions by fsamuel · 10 years ago
  58. fc325fa Make chrome/renderer/content_settings_observer.cc depend on //components/contents_settings for IPC by vabr · 10 years ago
  59. 45582697 Remove FaviconTabHelper by sdefresne · 10 years ago
  60. 14082d2 Move StoragePartitionHttpCacheRemover to browsing_data/ components. by lazyboy · 10 years ago
  61. cbff2a7 <webview> Implement clear http cache API. by lazyboy · 10 years ago
  62. 51428658 <webview>: make context menus cancellable using JS API. by lazyboy · 10 years ago
  63. 78437f79d Hide "Inspect Element" context menu item from <webview> when <webview> by lazyboy · 10 years ago
  64. 24f1926 Remove PluginInstallerInfoBarDelegate by wfh · 10 years ago
  65. df357a31 ContentBrowserClient::RequestPermission replies with PermissionStatus instead of bool. by mlamouri · 10 years ago
  66. 9139a6a Revert of Add Autofill to the <webview> chrome://chrome-signin page (patchset #12 id:340001 of https://codereview.chromium.org/866523002/) by noms · 10 years ago
  67. e6d3ca3 Add Autofill to the <webview> chrome://chrome-signin page by noms · 10 years ago
  68. c8b9955 Add ExtensionView delegates. by apacible · 11 years ago
  69. 0ceb3a8 Add missing include header by rchlodnicki · 11 years ago
  70. a5b2fc98 Revert of Add Autofill to webview (patchset #5 id:160001 of https://codereview.chromium.org/866523002/) by vitalybuka · 11 years ago
  71. 4a1e13b1 Add Autofill to webview by noms · 11 years ago
  72. c5eb526d Add a mimeHandler extension API. by sammc · 11 years ago
  73. 1b61eb24 Added the infrastructure for surfaceProxy.onResize() and SurfaceView.onResize(), as per https://docs.google.com/a/google.com/document/d/1EJfmJSK0JJsxKptSRhepnsOOwvXJNv5nnJ1pZdjGDRQ/edit?usp=sharing. by paulmeyer · 11 years ago
  74. c1d1cf6e Move PageZoom::Zoom() call to GuestViewBase from mime handler delegate. by wjmaclean · 11 years ago
  75. 91ddc47 Refactor to move chrome_page_zoom functions to components/ui/zoom. by wjmaclean · 11 years ago
  76. 556c0502 Make callers of CommandLine use it via the base:: namespace. by avi · 11 years ago
  77. 94df2242 Adds support for media permission request handling on <appview> tag. by lfg · 11 years ago
  78. ec6bd52 Move ZoomController out of ChromeWebViewGuestDelegate. by wjmaclean · 11 years ago
  79. 7f63c6b Move ZoomObserver, ZoomController and ZoomEventManager to components/. by wjmaclean · 11 years ago
  80. fe20ffac GuestView: Assign Owner WebContents on Creation by fsamuel · 11 years ago
  81. e29991c Re-factored printing defines and build configs. by vitalybuka · 11 years ago
  82. 82c6af62 Revert of WebView Guest should use ZOOM_MODE_ISOLATED. (patchset #2 id:100001 of https://codereview.chromium.org/645153002/) by wjmaclean · 11 years ago
  83. e934d06 Remove Downcasting RVContextMenuBase in ContextMenuDeleagate implementations. by lazyboy · 11 years ago
  84. 02ca72f2 Fix webrequest api for webview in webui by guohui · 11 years ago
  85. b4adc139 Fix context menu positioning in MimeHandlerViewGuest. by lazyboy · 11 years ago
  86. 0615525 Put chrome/ counterparts of WebView and MimeHandlerView under extensions/ by lazyboy · 11 years ago
  87. a542fca Standardize usage of virtual/override/final in chrome/browser/ by Daniel Cheng · 11 years ago
  88. f71a5dc WebView Guest should use ZOOM_MODE_ISOLATED. by wjmaclean · 11 years ago
  89. 01d8b10e replace OVERRIDE and FINAL with override and final in chrome/browser/[a-i]* by mostynb · 11 years ago
  90. 7180dc4 Fixed new page bug in webview.getZoom(). by paulmeyer · 11 years ago
  91. c57b428 GuestView: Use Weak Pointers Throughout by fsamuel · 11 years ago
  92. c93416a Several things are done in this CL: by hanxi · 11 years ago
  93. e650b32 Revert "Allow declarative webrequest and webrequest in extensions." by dcheng · 11 years ago
  94. 4499156 Several things are done in this CL: by hanxi · 11 years ago
  95. fa05207 Migrate geolocation permissions to the new common permission class. by miguelg · 11 years ago
  96. 4253aba <webview>: Zooming the embedder should zoom the guest by the same level. by fsamuel · 11 years ago
  97. 8e78ec0 Add ctrl+mousewheel plumbing to MimeHandlerView. by lazyboy · 11 years ago
  98. 2183a5ca Move web_request directory to //extensions. by hanxi · 11 years ago
  99. 9ae8cb70 Find working in app_shell. by lfg · 11 years ago
  100. 3be3033 Moving media permission request to extensions. by lfg · 11 years ago