summaryrefslogtreecommitdiffstats
path: root/chrome/common/render_messages.h
Commit message (Expand)AuthorAgeFilesLines
* Remove handling for the ViewHostMsg_GetCookies and ViewHostMsg_SetCookies fro...ananta@chromium.org2011-08-291-0/+16
* Add support for exporting IPC messages from component DLLs.darin@chromium.org2011-08-261-0/+1
* Moving the ViewHostMsg_PDFHasUnsupportedFeature IPC message to Chrome as PDF ...ananta@chromium.org2011-08-231-6/+10
* Prefix all IPC messages used by src\chrome with Chrome. For e.g ChromeViewMsg...ananta@chromium.org2011-08-191-68/+69
* Enable tcmalloc profiling and heap dump.stevenjb@google.com2011-08-111-2/+15
* Revert 96054 - Enable tcmalloc profiling and heap dump.fischman@chromium.org2011-08-091-15/+2
* Enable tcmalloc profiling and heap dump.stevenjb@google.com2011-08-091-2/+15
* Preload with RVH/RV messaging instead of NOTIFICATION_NAV_ENTRY_COMMITTED.scr@chromium.org2011-08-021-0/+9
* Remove most of the remaining chrome dependencies from the save code. I have a...jam@chromium.org2011-07-251-22/+0
* Move MHTML code to content, now that download code is moving there.jam@chromium.org2011-07-191-10/+0
* Make safe browsing work in a multi-profile environment.mirandac@chromium.org2011-07-131-0/+4
* Correctly apply content settings to data URLs.abarth@chromium.org2011-06-171-0/+6
* Hooking MHTML generation to the browser.jcivelli@chromium.org2011-06-141-0/+11
* Present infobar on mixed content denial. We may have caused the page to appe...tsepez@chromium.org2011-06-101-0/+16
* Get rid of render_messages.h and web_cache_manager.h. I moved the view sourc...jam@chromium.org2011-05-261-3/+0
* Add FPS column to Task Manager.jbates@chromium.org2011-05-261-1/+1
* Pass frame and toplevel frame security origin for all site data related conte...jochen@chromium.org2011-05-251-5/+9
* Cancel prerenders for pages that call window.print()dominich@chromium.org2011-05-171-0/+5
* Move view_types.h from chrome to content. Although some of the enum types ar...jam@chromium.org2011-05-161-10/+0
* Revert 85545 - Cancel prerenders for pages that call window.print()dominich@chromium.org2011-05-161-5/+0
* Cancel prerenders for pages that call window.print()dominich@chromium.org2011-05-161-0/+5
* Get rid of the remaining content settings code in the content module.jam@chromium.org2011-05-131-0/+19
* Chrome side of having the WebKit FileSystem API use WebPermissionClient for c...jam@chromium.org2011-05-121-0/+7
* Support window.opener after a process swap.creis@chromium.org2011-05-121-1/+2
* iwyu: Include stringprintf.h where appropriate, part 1.jhawkins@chromium.org2011-05-101-0/+1
* More work on removing content settings code from src\content.jam@chromium.org2011-05-071-10/+9
* Correctly indicate whether DOM storage access was blocked.bauerb@chromium.org2011-05-061-2/+2
* Chrome side to allow WebKit layer to use WebPermissionClient to check if acce...jam@chromium.org2011-05-041-10/+18
* Add IPCs to check web copy/cut/paste for extensions with the appropriate perm...dcheng@chromium.org2011-05-031-0/+9
* Start moving content_settings code out of content code.jam@chromium.org2011-05-031-0/+18
* Get rid of the command state changed code that was only used for spellcheckin...jam@chromium.org2011-05-031-8/+0
* Remove most prerendering code/references from content. mmenke@chromium.org2011-04-301-0/+11
* Added policy to allow plugins that require authorization to run.joaodasilva@chromium.org2011-04-291-7/+15
* Field trials are currently implemented (commonly) using a static variable tha...rtenneti@chromium.org2011-04-291-0/+6
* Move UserMetrics to content.michaeln@google.com2011-04-271-4/+0
* Make icon_messages use the IPC macros for defining the structs and the serial...jam@chromium.org2011-04-181-21/+0
* Remove the last Chrome dependencies from renderer, and enforce no more includ...jam@chromium.org2011-04-181-63/+0
* Clear RenderThread of any Chrome specific code, and move a bunch of stuff out...jam@chromium.org2011-04-161-10/+0
* Added functionality to use "SaveAs..." from PDF plugin.gene@chromium.org2011-04-151-0/+3
* Moved ParamTraits specializations that depend on WebKit out of content/common...grt@chromium.org2011-04-151-3/+1
* Move code that talks to spelling and translate out of content. I create Chro...jam@chromium.org2011-04-131-0/+11
* a Downloaded or retrieved favicon and touch in FaviconHelper.michaelbai@google.com2011-04-121-2/+3
* Revert 81158 due to memory bots - a Downloaded or retrieved favicon and touch...erg@google.com2011-04-111-3/+2
* a Downloaded or retrieved favicon and touch in FaviconHelper.michaelbai@google.com2011-04-111-2/+3
* Changes to cancel prerendering when there is HTML5 audio/video on a page.cbentzel@chromium.org2011-04-111-0/+8
* AllowOutdatedPlugins policy.joaodasilva@chromium.org2011-03-311-1/+9
* Move the dispatching of extension messages out of RenderThread. This also mo...jam@chromium.org2011-03-291-6/+0
* Remove render_messages_params files since they're not needed anymore. I move...jam@chromium.org2011-03-291-7/+8
* Move extension messages to their own file and add a RenderViewObserver to sta...jam@chromium.org2011-03-281-179/+1
* Move all dev tools messages to devtools_messages.h and create a TabHelper to ...jam@chromium.org2011-03-251-52/+0