summaryrefslogtreecommitdiffstats
path: root/content/renderer
Commit message (Expand)AuthorAgeFilesLines
* Fix M12 release blocker. SaveAs now works for embedded PDFs and PDFs in iframe.gene@chromium.org2011-04-202-4/+4
* Implement Clipboard::ReadImage on Linux.dcheng@chromium.org2011-04-201-1/+10
* Enable TCP sockets for P2P IPC.sergeyu@chromium.org2011-04-205-30/+144
* Progress towards fixing 77536backer@chromium.org2011-04-1911-12/+52
* 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-192-0/+3
* Revert 82018 - Revert 81994 - Fixes race condition in displaying error pages....sky@chromium.org2011-04-181-0/+7
* Revert 81994 - Fixes race condition in displaying error pages. In particular ...sky@chromium.org2011-04-181-7/+0
* Make icon_messages use the IPC macros for defining the structs and the serial...jam@chromium.org2011-04-181-3/+0
* 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-186-135/+3
* Revert 81965 - Progress towards fixing 77536This first thing this CL does is ...backer@chromium.org2011-04-1811-52/+12
* Progress towards fixing 77536backer@chromium.org2011-04-1811-12/+52
* Move renderer_main and renderer_glue to content.jam@chromium.org2011-04-187-0/+922
* Move PepperPluginRegistry to content, while leaving the Chrome specific bits ...jam@chromium.org2011-04-182-2/+2
* 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-184-24/+168
* Remove the last Chrome dependencies from renderer, and enforce no more includ...jam@chromium.org2011-04-1811-927/+53
* Refactored ppapi Dispatcher to share common code between the plugin and broke...ddorwin@chromium.org2011-04-161-2/+2
* Move json_value_serializer to content\common since it's used by code in conte...jam@chromium.org2011-04-162-1/+2
* Clear RenderThread of any Chrome specific code, and move a bunch of stuff out...jam@chromium.org2011-04-1620-691/+76
* Let Pepper open FileSystem files again.ericu@google.com2011-04-162-1/+59
* Delete the plugin printing code, which wasn't actually called.jam@chromium.org2011-04-152-31/+0
* Added functionality to use "SaveAs..." from PDF plugin.gene@chromium.org2011-04-152-0/+6
* Move RenderProcess to content.jam@chromium.org2011-04-159-4/+550
* Fix DEPS checkjam@chromium.org2011-04-151-0/+1
* Move RenderThread to content\renderer.jam@chromium.org2011-04-1432-31/+1227
* Remove the rest of the Chrome dependencies from RenderThread.jam@chromium.org2011-04-146-20/+24
* Move a bunch of Chrome specific code out of RenderThread, in preparation of m...jam@chromium.org2011-04-146-28/+29
* Fix clang error.ddorwin@chromium.org2011-04-142-0/+4
* Asynchronously create the ppapi broker.ddorwin@chromium.org2011-04-144-12/+136
* More filesystem cleanup: convert URL-encoded-as-FilePath to actual URL, where ericu@google.com2011-04-132-14/+14
* Suppress login prompting for favicons.asanka@chromium.org2011-04-132-16/+22
* Add enableReferrers and enableHyperlinkAuditing to contentSettings.misc exten...bauerb@chromium.org2011-04-131-1/+1
* Add IPC plumbing code for Quota APIkinuko@chromium.org2011-04-132-0/+47
* Move code that talks to spelling and translate out of content. I create Chro...jam@chromium.org2011-04-137-374/+27
* Fix the incorrect method name override.jbates@chromium.org2011-04-131-2/+3
* Implement P2P Transport Dev using P2PTransportImpl.sergeyu@chromium.org2011-04-125-21/+29
* Revert 81319 - More filesystem cleanup: convert URL-encoded-as-FilePath to ac...ericu@google.com2011-04-122-14/+14
* More filesystem cleanup: convert URL-encoded-as-FilePath to actual URL, where ericu@google.com2011-04-122-14/+14
* implemented latch support in renderer process. this corresponds with a webkit...jbates@chromium.org2011-04-126-10/+233
* Chrome side needed for WebKit change to move the little remaining spellcheck ...jam@chromium.org2011-04-121-0/+3
* a Downloaded or retrieved favicon and touch in FaviconHelper.michaelbai@google.com2011-04-121-6/+10
* Add a path for a web page to request the enumeration of a directory. This, t...johnnyg@chromium.org2011-04-122-0/+35
* 1;2cReplace PP_ERROR_WOULDBLOCK with PP_OK_COMPLETIONPENDING. Improve error c...polina@google.com2011-04-111-3/+3
* Revert 81158 due to memory bots - a Downloaded or retrieved favicon and touch...erg@google.com2011-04-111-10/+6
* Connect the right metafiles for print preview on Linux and Windows.vandebo@chromium.org2011-04-112-7/+4
* a Downloaded or retrieved favicon and touch in FaviconHelper.michaelbai@google.com2011-04-111-6/+10
* Fix the issue that context menu doesn't show on fullscreen Pepper Flash.yzshen@chromium.org2011-04-115-6/+60
* Implements audio capturing support in Chromium renderer process.scherkus@chromium.org2011-04-114-0/+560