summaryrefslogtreecommitdiffstats
path: root/content/browser
Commit message (Expand)AuthorAgeFilesLines
* Adds a RenderWidgetHostView for prerendering RenderViewHosts.mmenke@chromium.org2011-04-211-3/+9
* Plumb direction of document title through IPC layer.evan@chromium.org2011-04-207-11/+26
* Avoid a DCHECK that can occur when running non-admin.joi@chromium.org2011-04-201-11/+14
* Wrap the p2p transport API in a compile time flag.satish@chromium.org2011-04-201-0/+4
* Fixed file/directory url resolution for external mount point provider.zelidrag@chromium.org2011-04-202-1/+6
* Replace more uses of ChromeURLRequestContext/URLRequestContextGetter in conte...willchan@chromium.org2011-04-2015-105/+117
* Implement Clipboard::ReadImage on Linux.dcheng@chromium.org2011-04-202-22/+44
* Enable TCP sockets for P2P IPC.sergeyu@chromium.org2011-04-205-34/+36
* Added GetLocalAddress() in net::ClientSocket.sergeyu@chromium.org2011-04-191-12/+7
* Fix for blocked popups crash (issue 79777).stevenjb@google.com2011-04-193-20/+43
* Progress towards fixing 77536backer@chromium.org2011-04-198-6/+20
* Change Clipboard::ReadImage to return a bitmap.dcheng@chromium.org2011-04-192-5/+28
* Updated event trace code to stop on buffer full condition for any child proce...jbates@chromium.org2011-04-194-25/+158
* Add content/browser/file_system/OWNERSkinuko@chromium.org2011-04-191-0/+3
* Apply HSTS rules to also upgrade ws:// -> wss:// if appropriate. This avoidscevans@chromium.org2011-04-191-1/+2
* IPC host for TCP P2P sockets.sergeyu@chromium.org2011-04-1911-28/+605
* Move BrowserRenderProcessHost to content. It should have been moved earlier.jam@chromium.org2011-04-1911-5/+1562
* Added DisabledSchemes policy.joaodasilva@chromium.org2011-04-184-9/+80
* Ensure no chrome includes in content\common and content\ppapi_plugin. Also t...jam@chromium.org2011-04-182-1/+7
* Make icon_messages use the IPC macros for defining the structs and the serial...jam@chromium.org2011-04-182-2/+4
* Revert 81965 - Progress towards fixing 77536This first thing this CL does is ...backer@chromium.org2011-04-188-20/+6
* Add net/base/sys_byteorder.hsergeyu@chromium.org2011-04-181-8/+1
* Progress towards fixing 77536backer@chromium.org2011-04-188-6/+20
* Move PepperPluginRegistry to content, while leaving the Chrome specific bits ...jam@chromium.org2011-04-184-4/+4
* Usability improvements to about:gpu statusnduca@chromium.org2011-04-182-83/+104
* Implemented broker dispatcher, pipe creation, and handle distribution.ddorwin@chromium.org2011-04-181-5/+5
* Remove the last Chrome dependencies from renderer, and enforce no more includ...jam@chromium.org2011-04-189-23/+19
* Move the rest of the storage objects into ResourceContext.willchan@chromium.org2011-04-1611-75/+128
* Clear RenderThread of any Chrome specific code, and move a bunch of stuff out...jam@chromium.org2011-04-161-0/+1
* Let Pepper open FileSystem files again.ericu@google.com2011-04-162-0/+30
* Remove the TabContentsDelegate::ToolbarSizeChanged() method as no one was usi...pkasting@chromium.org2011-04-154-14/+0
* Fix crash reporting for ppapipiman@google.com2011-04-152-31/+28
* Cleanup: Move TabContent::PrintNow() out of src/content.thestig@chromium.org2011-04-154-22/+0
* Create a content::ResourceContext.willchan@chromium.org2011-04-1518-85/+263
* Don't focus popup windows / panels unless spawned by a user gesture.stevenjb@google.com2011-04-152-5/+7
* Also fire onBeforeRetarget events if now tabs/windows are opened due to user ...jochen@chromium.org2011-04-153-1/+17
* Fixes crash in TabContents. During shutdown render_view_host maysky@chromium.org2011-04-151-1/+3
* Added GpuMsg_VisibilityChanged message.amarinichev@chromium.org2011-04-152-0/+20
* Change the client-side phishing detection request format. Instead ofnoelutz@google.com2011-04-141-1/+1
* Move crypto files out of base, to a top level directory.rvargas@google.com2011-04-141-2/+2
* Move FilePathWatcher to base/files.craig.schlenter@chromium.org2011-04-142-5/+9
* [Mac] Replace instances of IDR_DEFAULT_FAVICON with nav.pdf.rsesek@chromium.org2011-04-141-3/+4
* Use TabContentsObserver to monitor web navigation events instead of notificat...jochen@chromium.org2011-04-144-38/+72
* Wire up the extension API for registering NaCl modules to an actual registry ...abarth@chromium.org2011-04-141-28/+3
* Asynchronously create the ppapi broker.ddorwin@chromium.org2011-04-147-12/+382
* Implement Clipboard::ReadImage for Windows.dcheng@chromium.org2011-04-131-1/+4
* Count histograms initiated and finished by the download system.rdsmith@chromium.org2011-04-131-0/+3
* Renamed raw_data_length to encoded_data_lengthvsevik@chromium.org2011-04-132-5/+5
* More filesystem cleanup: convert URL-encoded-as-FilePath to actual URL, where ericu@google.com2011-04-132-27/+27
* Suppress login prompting for favicons.asanka@chromium.org2011-04-131-2/+7