- 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
- c866f5d Remove IdFromNativeView, move this logic to RenderWidgetHostViwe::GetNativeViewId by [email protected] · 14 years ago
- 1c391bf Remove unused method GetRenderWidgetHostViewFromNativeView by [email protected] · 14 years ago
- f8116b6fd Minor tree-fixing follow-ups for the executable-heap/no-PIE fix (r97984). by [email protected] · 14 years ago
- 8c40f32 Give plug-in processes an executable heap and disable PIE/ASLR for Native by [email protected] · 14 years ago
- 821960a New set of checks for observer crash. by [email protected] · 14 years ago
- 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
- 474c37a Fix problem when 'ended' event was fired before stream really ended. by [email protected] · 14 years ago
- 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
- 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
- 3c56b38 content: Move render_widget_host_view_gtk to content/ try 2. by [email protected] · 14 years ago
- 03eb9d2 Trying again to land OOM priority manager changes. by [email protected] · 14 years ago
- 266c4b4 Add more files to content_unittests. by [email protected] · 14 years ago
- b68bf389 Removal of Profile from content part 9 of 9. by [email protected] · 14 years ago
- bf84c58 This patch caused Chrome to be unable to load any web pages on Chrome OS. by [email protected] · 14 years ago
- b00d95f6 Ensure normal pages don't get grouped with extension processes at startup. by [email protected] · 14 years ago
- c1aa570 Browser test for IndexedDB quota by [email protected] · 14 years ago
- 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
- 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
- 62cfbad (shlib failure) Revert 97750 - content: Move render_widget_host_view_gtk to content/ by [email protected] · 14 years ago
- bacf470 content: Move render_widget_host_view_gtk to content/ by [email protected] · 14 years ago
- 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
- 1dcae06 Revert 97724 - Changing OOM range to 0, 1000 and tweaking OOM algorithm. by [email protected] · 14 years ago
- 07444bb Changing OOM range to 0, 1000 and tweaking OOM algorithm. by [email protected] · 14 years ago
- 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
- 9b8aa5b IndexedDB API cleanup. by [email protected] · 14 years ago
- 6ef5741 Add benign race annotation and remove suppression. by [email protected] · 14 years ago
- 52986e4 Fixing a memory leak in DOMStorageTest.SessionOnly. by [email protected] · 14 years ago
- e7557f17 Move DownloadPrefs ownership to chrome layer. by [email protected] · 14 years ago
- a0ce328 Move simple download calls to chrome code to use ContentBrowserClient interface. by [email protected] · 14 years ago
- 84b12db --single-process hacks to avoid crashing on shutdown by [email protected] · 14 years ago
- 29c5d23e Fix IPC OnChannelConnected() to send correct PID on Linux/CrOS by [email protected] · 14 years ago
- 61b25033 Revert 97477 - Move simple download calls to chrome code to use ContentBrowserClient interface. by [email protected] · 14 years ago
- bbc81ba Move simple download calls to chrome code to use ContentBrowserClient interface. by [email protected] · 14 years ago
- 7c5048c Session-only local storage cleared on exit. by [email protected] · 14 years ago
- 0877d8b Remove prerendering from net and content. by [email protected] · 14 years ago
- c4ed802 Cleanup code used to diagnose and fix bug 81449. by [email protected] · 14 years ago
- 85cf911 Reuse BrowserAccessibility's when roles change (for now). BUG=92716 TEST=manual. by [email protected] · 14 years ago
- 6066aa8b Make the core download content ask the delegate whether it needs to generate a hash or not. by [email protected] · 14 years ago
- e1d16eb9 Have BaseFile ask the embedder for the default download directory. by [email protected] · 14 years ago
- c31af70db2 Implementation of PostTaskAndReply() in MessageLoopProxy and BrowserThread. by [email protected] · 14 years ago
- dceb0b66 GTTF: Clean up UITestSuite and ProxyLauncher: by [email protected] · 14 years ago
- 4d2efd2 Convert the pp::proxy namespace to the ppapi::proxy namespace. by [email protected] · 14 years ago
- f9a7e08f GPU process terminates rather than crashing on hang. by [email protected] · 14 years ago
- 7226b33c Cleanup: base/scoped_ptr.h -> base/memory/scoped_ptr.h. (part 4) by [email protected] · 14 years ago
- f4a619e Pass disable-switch to renderer if canvas 2d is blacklisted. by [email protected] · 14 years ago
- d3540c2 Add DCHECK to BrowserAccessibilityManager::Remove to detect undefined behavoir that may lead to a crash. by [email protected] · 14 years ago
- 4e8e0d1 Fix crash with blocked requests when incognito goes away. by [email protected] · 14 years ago
- 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
- 98d2bd1 Make AudioRendererHost store its own pointer to the MediaObserver. by [email protected] · 14 years ago
- b72761d [Mac] Kill browser-side rubberband gutter painting. by [email protected] · 14 years ago
- 64e95e1 Remove Purify and Quantify.Doing so will reduce substantially the size of the project files. by [email protected] · 14 years ago
- 8573b33 AppendFileToBody by blocking ipc by [email protected] · 14 years ago
- 60a5510 Prepare to make WebUIMessageHandler conform to style guide. by [email protected] · 14 years ago
- 07611759 Wire experimental Flapper part two by [email protected] · 14 years ago
- a639634b Broke BrowserAccessibilityTest.HitTestTest by [email protected] · 14 years ago
- b00ba70 Reland 97048 - Update routing id of pending resource requests for reparented iframes. by [email protected] · 14 years ago
- 7086001ab Add DCHECK to BrowserAccessibilityManager::Remove to detect undefined behavoir that may lead to a crash. by [email protected] · 14 years ago
- 0cbc91f Revert 97048 - Trying to see if this is related with a by [email protected] · 14 years ago
- 33272e1f0 base: Fix the TODO in string_util.h by [email protected] · 14 years ago
- 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
- 1e4ff20a Update routing id of pending resource requests for reparented iframes. by [email protected] · 14 years ago
- d6b7fd1e Move download_manager_delegate.h to content. I forgot to move this earlier. by [email protected] · 14 years ago
- 2e5b90c Fix handling of tab contents disappearing out from underneath Javascript dialogs. by [email protected] · 14 years ago
- da1bd18 Tag IPC::Channel::Listener implementations with OVERRIDE by [email protected] · 14 years ago
- e32ea07 Linux build fix. by [email protected] · 14 years ago
- 5929c32a Disable gpu process crash reporting when --ignore-gpu-blacklist is used. by [email protected] · 14 years ago
- b442da3 Implement PPB_Flash_TCPSocket.InitiateSSL. by [email protected] · 14 years ago
- 254ed74 Factor out dependncy on download throttling from core download code. by [email protected] · 14 years ago
- 4fb2e5c WebUI: Also add myself to content OWNERS. by [email protected] · 14 years ago
- 3d143e9 Remove the include dependency of the chrome_notification_types.h header from content. by [email protected] · 14 years ago
- 5229253b Remove references to prerender and instant in content. by [email protected] · 14 years ago
- 3693df5 Revert "DevTools: introduce DevToolsAgentHost" by [email protected] · 14 years ago
- 1b4b356 DevTools: introduce DevToolsAgentHost by [email protected] · 14 years ago
- 6b14feb Print Preview: Always enable the internal PDF plugin for print preview. by [email protected] · 14 years ago
- 907f829 Revert "DevTools: introduce DevToolsAgentHost" by [email protected] · 14 years ago
- 316c44ad DevTools: introduce DevToolsAgentHost by [email protected] · 14 years ago
- ded0989 Add scroll and gesture message filters for UIPI Flash. by [email protected] · 14 years ago
- cc426c1 Move DownloadResourceHandler to content. by [email protected] · 14 years ago
- b0c0692f mac: Only let two-finger-scrolling trigger history if web doesn't swallow gesture by [email protected] · 14 years ago
- 71bf3f5e Move the core download files to content. by [email protected] · 14 years ago
- 7c85437 Create ipc.dll. Review URL: http://codereview.chromium.org/7633042 by [email protected] · 14 years ago
- edd685f Add MessageLoopProxy::current by [email protected] · 14 years ago
- 87fa8441 Migrate geolocation settings to host content settings map and remove the geolocation settings map. by [email protected] · 14 years ago
- 58b7c5a6 base: Rename FileEnumerator::FILE_TYPE to FileEnumerator::FileType. by [email protected] · 14 years ago
- 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
- 91d9f3d Make WebPluginInfo more generic by [email protected] · 14 years ago
- dd6afca Pipe "is pinned to left/right", "has horizontal/vertical scrollbar", by [email protected] · 14 years ago
- 0bc6304 Revert 96592 - Add scroll and gesture message filters for UIPI Flash. by [email protected] · 14 years ago
- ae3ac17 Return DNS addresses when address can be resolved synchronously. by [email protected] · 14 years ago
- c62b7a5 Add scroll and gesture message filters for UIPI Flash. by [email protected] · 14 years ago
- deb7a6dd Removal of Profile from content part 8. by [email protected] · 14 years ago
- 3404ca6 Add OVERRIDEs to RenderViewHostObserver subclasses that didn't already have them. by [email protected] · 14 years ago
- bf925774 Reorganize chrome/test, part #9 by [email protected] · 14 years ago
- 768e4ff Enable tcmalloc profiling and heap dump. by [email protected] · 14 years ago
- 0eb25c4 Removal of Profile from content part 6. by [email protected] · 14 years ago
- 68bd80aa [Mac] Rubber-banding on Lion. by [email protected] · 14 years ago
- 5ffeb96 Linux: Fix the sandbox error message when the helper binary is missing. by [email protected] · 14 years ago
- 9c235f04 Add a status message "Waiting for extension Foo..." when there's a request by [email protected] · 14 years ago
- 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