summaryrefslogtreecommitdiffstats
path: root/content
Commit message (Expand)AuthorAgeFilesLines
* Replace more uses of ChromeURLRequestContext/URLRequestContextGetter in conte...willchan@chromium.org2011-04-2015-105/+117
* Implement Clipboard::ReadImage on Linux.dcheng@chromium.org2011-04-204-25/+58
* Collect GPU info on Mac through IO registry for dual GPU systems.zmo@google.com2011-04-201-1/+79
* Enable TCP sockets for P2P IPC.sergeyu@chromium.org2011-04-2011-65/+182
* 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-1922-23/+81
* make new syncer thread the default. Fixed all the test cases that failed.lipalani@chromium.org2011-04-191-5/+2
* Change Clipboard::ReadImage to return a bitmap.dcheng@chromium.org2011-04-192-5/+28
* Change the method name from enumerateDirectory to enumerateChosenDirectory in...johnnyg@chromium.org2011-04-192-14/+14
* Updated event trace code to stop on buffer full condition for any child proce...jbates@chromium.org2011-04-1910-25/+196
* Add content/browser/file_system/OWNERSkinuko@chromium.org2011-04-191-0/+3
* Revert 82067 - make new syncer thread the default. Fixed all the test cases t...lipalani@chromium.org2011-04-191-2/+5
* 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-1913-28/+618
* make new syncer thread the default. Fixed all the test cases that failed.lipalani@chromium.org2011-04-191-5/+2
* Revert 82026 - make new syncer thread the default. Fixed all the test cases t...lipalani@chromium.org2011-04-191-2/+5
* Move BrowserRenderProcessHost to content. It should have been moved earlier.jam@chromium.org2011-04-1912-5/+1564
* GpuScheduler no longer spins when it is waiting on a latch.jbates@chromium.org2011-04-183-0/+28
* Revert 82018 - Revert 81994 - Fixes race condition in displaying error pages....sky@chromium.org2011-04-181-0/+7
* Notify all SSL client auth prompts when a cert is selected.mattm@chromium.org2011-04-181-0/+7
* make new syncer thread the default. Fixed all the test cases that failed.lipalani@chromium.org2011-04-181-5/+2
* Revert 81994 - Fixes race condition in displaying error pages. In particular ...sky@chromium.org2011-04-181-7/+0
* Fix two bugs in proxying of Broker Connect callback and shutdown Broker when ...ddorwin@chromium.org2011-04-183-3/+3
* Added DisabledSchemes policy.joaodasilva@chromium.org2011-04-184-9/+80
* linux: don't always print dlopen errors from LoadNativeLibraryevan@chromium.org2011-04-183-5/+8
* Ensure no chrome includes in content\common and content\ppapi_plugin. Also t...jam@chromium.org2011-04-186-3/+11
* Make icon_messages use the IPC macros for defining the structs and the serial...jam@chromium.org2011-04-183-5/+4
* Fixes race condition in displaying error pages. In particular it wassky@chromium.org2011-04-181-0/+7
* Enforce no more includes through DEPS. I also added DEPS checking for gpu/pl...jam@chromium.org2011-04-189-135/+7
* Revert 81965 - Progress towards fixing 77536This first thing this CL does is ...backer@chromium.org2011-04-1821-81/+22
* Add net/base/sys_byteorder.hsergeyu@chromium.org2011-04-181-8/+1
* Progress towards fixing 77536backer@chromium.org2011-04-1821-22/+81
* Move renderer_main and renderer_glue to content.jam@chromium.org2011-04-1813-0/+1023
* Move PepperPluginRegistry to content, while leaving the Chrome specific bits ...jam@chromium.org2011-04-1810-8/+373
* Usability improvements to about:gpu statusnduca@chromium.org2011-04-182-83/+104
* Move the content settings code out of RenderView, since it belongs in the Chr...jam@chromium.org2011-04-185-190/+67
* Implemented broker dispatcher, pipe creation, and handle distribution.ddorwin@chromium.org2011-04-186-30/+175
* Fix build breakrsleevi@chromium.org2011-04-181-1/+1
* Remove the last Chrome dependencies from renderer, and enforce no more includ...jam@chromium.org2011-04-1831-952/+295
* Refactored ppapi Dispatcher to share common code between the plugin and broke...ddorwin@chromium.org2011-04-166-18/+90
* Move the rest of the storage objects into ResourceContext.willchan@chromium.org2011-04-1611-75/+128
* Move json_value_serializer to content\common since it's used by code in conte...jam@chromium.org2011-04-168-6/+242
* Clear RenderThread of any Chrome specific code, and move a bunch of stuff out...jam@chromium.org2011-04-1625-693/+179
* Let Pepper open FileSystem files again.ericu@google.com2011-04-167-1/+136
* Delete the plugin printing code, which wasn't actually called.jam@chromium.org2011-04-156-104/+1
* Remove the TabContentsDelegate::ToolbarSizeChanged() method as no one was usi...pkasting@chromium.org2011-04-154-14/+0
* Added functionality to use "SaveAs..." from PDF plugin.gene@chromium.org2011-04-152-0/+6
* Fix crash reporting for ppapipiman@google.com2011-04-152-31/+28
* Moved ParamTraits specializations that depend on WebKit out of content/common...grt@chromium.org2011-04-1510-577/+622