1. c99c442e - Add a new content settings type AUTO-SELECT-CERTIFICATE. The default value of the new content settings type AUTO-SELECT-CERTIFICATE is CONTENT_SETTING_ASK by [email protected] · 14 years ago
  2. c866f5d Remove IdFromNativeView, move this logic to RenderWidgetHostViwe::GetNativeViewId by [email protected] · 14 years ago
  3. 1c391bf Remove unused method GetRenderWidgetHostViewFromNativeView by [email protected] · 14 years ago
  4. f8116b6fd Minor tree-fixing follow-ups for the executable-heap/no-PIE fix (r97984). by [email protected] · 14 years ago
  5. 8c40f32 Give plug-in processes an executable heap and disable PIE/ASLR for Native by [email protected] · 14 years ago
  6. 821960a New set of checks for observer crash. by [email protected] · 14 years ago
  7. 1cc8466 Move MockDownloadManagerDelegate to content since it's used by tests in content. Finally disallow all chrome includes from content. by [email protected] · 14 years ago
  8. 474c37a Fix problem when 'ended' event was fired before stream really ended. by [email protected] · 14 years ago
  9. ec86526 Remove the last Chrome include from content downloads code. This moves some methods from download_util related to adding a number to the end of a path, and generating a unique filename. by [email protected] · 14 years ago
  10. 8a28271 Remove extensions code from download code. The delegate and other users in Chrome can always figure out when a download is for an extension install, instead of storing this data in DownloadItem. I added two new methods to the delegate to allow it to override opening the download item, which allows the chrome layer to install the crx when it completes or is opened. by [email protected] · 14 years ago
  11. 3c56b38 content: Move render_widget_host_view_gtk to content/ try 2. by [email protected] · 14 years ago
  12. 03eb9d2 Trying again to land OOM priority manager changes. by [email protected] · 14 years ago
  13. 266c4b4 Add more files to content_unittests. by [email protected] · 14 years ago
  14. b68bf389 Removal of Profile from content part 9 of 9. by [email protected] · 14 years ago
  15. bf84c58 This patch caused Chrome to be unable to load any web pages on Chrome OS. by [email protected] · 14 years ago
  16. b00d95f6 Ensure normal pages don't get grouped with extension processes at startup. by [email protected] · 14 years ago
  17. c1aa570 Browser test for IndexedDB quota by [email protected] · 14 years ago
  18. bb1a421 Move DownloadHistoryInfo to content and rename it to DownloadPersistentStoreInfo to match the naming now used in content when referring to history. by [email protected] · 14 years ago
  19. c79a0c0 Get rid of debug assert I accidently added in r97506, since ContentBrowserClient::GetResourceDispatcherHost should only be called on the UI thread. by [email protected] · 14 years ago
  20. 62cfbad (shlib failure) Revert 97750 - content: Move render_widget_host_view_gtk to content/ by [email protected] · 14 years ago
  21. bacf470 content: Move render_widget_host_view_gtk to content/ by [email protected] · 14 years ago
  22. 2588ea9d Move DownloadHistory ownership and usage out from content to chrome. DownloadManager talks to the history system through its delegate interface. I'll move the DownloadHistoryInfo struct from chrome to content in a future change. by [email protected] · 14 years ago
  23. 1dcae06 Revert 97724 - Changing OOM range to 0, 1000 and tweaking OOM algorithm. by [email protected] · 14 years ago
  24. 07444bb Changing OOM range to 0, 1000 and tweaking OOM algorithm. by [email protected] · 14 years ago
  25. 6d0c9fb Get rid of Profile usage in the content download code, and switch to BrowserContext instead. I removed GetCurrentDownloads which isn't used anymore except in a test. I replaced that call with SearchDownloads.I had to convert from BrowserContext to Profile for history and extension related code, which is moving out and inherently needs it.BUG=82782 by [email protected] · 14 years ago
  26. 9b8aa5b IndexedDB API cleanup. by [email protected] · 14 years ago
  27. 6ef5741 Add benign race annotation and remove suppression. by [email protected] · 14 years ago
  28. 52986e4 Fixing a memory leak in DOMStorageTest.SessionOnly. by [email protected] · 14 years ago
  29. e7557f17 Move DownloadPrefs ownership to chrome layer. by [email protected] · 14 years ago
  30. a0ce328 Move simple download calls to chrome code to use ContentBrowserClient interface. by [email protected] · 14 years ago
  31. 84b12db --single-process hacks to avoid crashing on shutdown by [email protected] · 14 years ago
  32. 29c5d23e Fix IPC OnChannelConnected() to send correct PID on Linux/CrOS by [email protected] · 14 years ago
  33. 61b25033 Revert 97477 - Move simple download calls to chrome code to use ContentBrowserClient interface. by [email protected] · 14 years ago
  34. bbc81ba Move simple download calls to chrome code to use ContentBrowserClient interface. by [email protected] · 14 years ago
  35. 7c5048c Session-only local storage cleared on exit. by [email protected] · 14 years ago
  36. 0877d8b Remove prerendering from net and content. by [email protected] · 14 years ago
  37. c4ed802 Cleanup code used to diagnose and fix bug 81449. by [email protected] · 14 years ago
  38. 85cf911 Reuse BrowserAccessibility's when roles change (for now). BUG=92716 TEST=manual. by [email protected] · 14 years ago
  39. 6066aa8b Make the core download content ask the delegate whether it needs to generate a hash or not. by [email protected] · 14 years ago
  40. e1d16eb9 Have BaseFile ask the embedder for the default download directory. by [email protected] · 14 years ago
  41. c31af70db2 Implementation of PostTaskAndReply() in MessageLoopProxy and BrowserThread. by [email protected] · 14 years ago
  42. dceb0b66 GTTF: Clean up UITestSuite and ProxyLauncher: by [email protected] · 14 years ago
  43. 4d2efd2 Convert the pp::proxy namespace to the ppapi::proxy namespace. by [email protected] · 14 years ago
  44. f9a7e08f GPU process terminates rather than crashing on hang. by [email protected] · 14 years ago
  45. 7226b33c Cleanup: base/scoped_ptr.h -> base/memory/scoped_ptr.h. (part 4) by [email protected] · 14 years ago
  46. f4a619e Pass disable-switch to renderer if canvas 2d is blacklisted. by [email protected] · 14 years ago
  47. d3540c2 Add DCHECK to BrowserAccessibilityManager::Remove to detect undefined behavoir that may lead to a crash. by [email protected] · 14 years ago
  48. 4e8e0d1 Fix crash with blocked requests when incognito goes away. by [email protected] · 14 years ago
  49. 5f8589fe Make content not know that the browser chrome updates the download progress icon. Instead have it inform the download manager delegate, which asks the status updater for the progress. by [email protected] · 14 years ago
  50. 98d2bd1 Make AudioRendererHost store its own pointer to the MediaObserver. by [email protected] · 14 years ago
  51. b72761d [Mac] Kill browser-side rubberband gutter painting. by [email protected] · 14 years ago
  52. 64e95e1 Remove Purify and Quantify.Doing so will reduce substantially the size of the project files. by [email protected] · 14 years ago
  53. 8573b33 AppendFileToBody by blocking ipc by [email protected] · 14 years ago
  54. 60a5510 Prepare to make WebUIMessageHandler conform to style guide. by [email protected] · 14 years ago
  55. 07611759 Wire experimental Flapper part two by [email protected] · 14 years ago
  56. a639634b Broke BrowserAccessibilityTest.HitTestTest by [email protected] · 14 years ago
  57. b00ba70 Reland 97048 - Update routing id of pending resource requests for reparented iframes. by [email protected] · 14 years ago
  58. 7086001ab Add DCHECK to BrowserAccessibilityManager::Remove to detect undefined behavoir that may lead to a crash. by [email protected] · 14 years ago
  59. 0cbc91f Revert 97048 - Trying to see if this is related with a by [email protected] · 14 years ago
  60. 33272e1f0 base: Fix the TODO in string_util.h by [email protected] · 14 years ago
  61. 8bd9e56 Move download UMA functions to their own file in content. Also fire the chrome-only notification for download initiated in chrome code from the chrome delegate. by [email protected] · 14 years ago
  62. 1e4ff20a Update routing id of pending resource requests for reparented iframes. by [email protected] · 14 years ago
  63. d6b7fd1e Move download_manager_delegate.h to content. I forgot to move this earlier. by [email protected] · 14 years ago
  64. 2e5b90c Fix handling of tab contents disappearing out from underneath Javascript dialogs. by [email protected] · 14 years ago
  65. da1bd18 Tag IPC::Channel::Listener implementations with OVERRIDE by [email protected] · 14 years ago
  66. e32ea07 Linux build fix. by [email protected] · 14 years ago
  67. 5929c32a Disable gpu process crash reporting when --ignore-gpu-blacklist is used. by [email protected] · 14 years ago
  68. b442da3 Implement PPB_Flash_TCPSocket.InitiateSSL. by [email protected] · 14 years ago
  69. 254ed74 Factor out dependncy on download throttling from core download code. by [email protected] · 14 years ago
  70. 4fb2e5c WebUI: Also add myself to content OWNERS. by [email protected] · 14 years ago
  71. 3d143e9 Remove the include dependency of the chrome_notification_types.h header from content. by [email protected] · 14 years ago
  72. 5229253b Remove references to prerender and instant in content. by [email protected] · 14 years ago
  73. 3693df5 Revert "DevTools: introduce DevToolsAgentHost" by [email protected] · 14 years ago
  74. 1b4b356 DevTools: introduce DevToolsAgentHost by [email protected] · 14 years ago
  75. 6b14feb Print Preview: Always enable the internal PDF plugin for print preview. by [email protected] · 14 years ago
  76. 907f829 Revert "DevTools: introduce DevToolsAgentHost" by [email protected] · 14 years ago
  77. 316c44ad DevTools: introduce DevToolsAgentHost by [email protected] · 14 years ago
  78. ded0989 Add scroll and gesture message filters for UIPI Flash. by [email protected] · 14 years ago
  79. cc426c1 Move DownloadResourceHandler to content. by [email protected] · 14 years ago
  80. b0c0692f mac: Only let two-finger-scrolling trigger history if web doesn't swallow gesture by [email protected] · 14 years ago
  81. 71bf3f5e Move the core download files to content. by [email protected] · 14 years ago
  82. 7c85437 Create ipc.dll. Review URL: http://codereview.chromium.org/7633042 by [email protected] · 14 years ago
  83. edd685f Add MessageLoopProxy::current by [email protected] · 14 years ago
  84. 87fa8441 Migrate geolocation settings to host content settings map and remove the geolocation settings map. by [email protected] · 14 years ago
  85. 58b7c5a6 base: Rename FileEnumerator::FILE_TYPE to FileEnumerator::FileType. by [email protected] · 14 years ago
  86. 9e1ad4b A number of issues weren't addressed with the earlier patch for prerender + browsing history, particularly for instant pages. by [email protected] · 14 years ago
  87. 91d9f3d Make WebPluginInfo more generic by [email protected] · 14 years ago
  88. dd6afca Pipe "is pinned to left/right", "has horizontal/vertical scrollbar", by [email protected] · 14 years ago
  89. 0bc6304 Revert 96592 - Add scroll and gesture message filters for UIPI Flash. by [email protected] · 14 years ago
  90. ae3ac17 Return DNS addresses when address can be resolved synchronously. by [email protected] · 14 years ago
  91. c62b7a5 Add scroll and gesture message filters for UIPI Flash. by [email protected] · 14 years ago
  92. deb7a6dd Removal of Profile from content part 8. by [email protected] · 14 years ago
  93. 3404ca6 Add OVERRIDEs to RenderViewHostObserver subclasses that didn't already have them. by [email protected] · 14 years ago
  94. bf925774 Reorganize chrome/test, part #9 by [email protected] · 14 years ago
  95. 768e4ff Enable tcmalloc profiling and heap dump. by [email protected] · 14 years ago
  96. 0eb25c4 Removal of Profile from content part 6. by [email protected] · 14 years ago
  97. 68bd80aa [Mac] Rubber-banding on Lion. by [email protected] · 14 years ago
  98. 5ffeb96 Linux: Fix the sandbox error message when the helper binary is missing. by [email protected] · 14 years ago
  99. 9c235f04 Add a status message "Waiting for extension Foo..." when there's a request by [email protected] · 14 years ago
  100. 796931a9 A fairly recent change introduced a history of page_ids for each RenderView, to validate that Navigation's go to legitimate pages. by [email protected] · 14 years ago