summaryrefslogtreecommitdiffstats
path: root/chrome/common/render_messages.cc
Commit message (Expand)AuthorAgeFilesLines
* ContentSettingsObserver (+ related classes) cleanup.marja@chromium.org2011-11-091-20/+0
* Check for default content setting pattern when requiring user authorization f...bauerb@chromium.org2011-10-191-0/+17
* Move extension messages to their own file and add a RenderViewObserver to sta...jam@chromium.org2011-03-281-42/+0
* Move the rest of the renderer->browser messages that belong in content. Also...jam@chromium.org2011-03-241-89/+17
* Move a bunch of renderer->browser messages to content.jam@chromium.org2011-03-231-154/+0
* Move the rest of the content browser->renderer messages to content. Also mov...jam@chromium.org2011-03-231-32/+0
* Move some more renderer messages to content. Also move a couple of files whi...jam@chromium.org2011-03-221-192/+0
* Create a new message file for view related messages. I just moved a few mess...jam@chromium.org2011-03-211-198/+0
* Support for '--force-compositing-mode', see WebKit bug 56156sievers@google.com2011-03-211-0/+2
* Move audio messages to their own file.jam@chromium.org2011-03-211-25/+0
* Move AppCache common code to content and split off AppCache messages into the...jam@chromium.org2011-03-141-86/+0
* Move the blob related code to content, and also move the blob messages to the...jam@chromium.org2011-03-141-100/+0
* Quick CL to get rid of render_messages_internal.h, since render_messages.h it...tsepez@chromium.org2011-03-121-24/+27
* Remove Gears from Chrome.aa@chromium.org2011-03-111-2/+0
* Move some chrome\common code to content in preparation for moving chrome\gpu.jam@chromium.org2011-03-111-1/+1
* Move GPU messages to content. I've also switched the IPC structs to use the ...jam@chromium.org2011-03-101-1/+0
* Make View frame source work for POST results.pfeldman@chromium.org2011-03-091-0/+2
* Browser accessibility improvements so that screen readers can access moredmazzoni@chromium.org2011-03-081-0/+4
* Add command line switches and about:flag to enable FPS indicator and composit...nduca@chromium.org2011-03-071-0/+4
* Move resource related IPCs to their own file in content. I added a IPC_STRUC...jam@chromium.org2011-03-051-268/+1
* Build WebKit Full Screen API. Support is disabled by default; enable with --e...ddorwin@chromium.org2011-03-041-1/+3
* Give a helpful warning message if a url patern contains a port.skerner@chromium.org2011-03-041-1/+1
* Get rid of the extension dependency in ResourceDispatcher by calling out to a...jam@chromium.org2011-03-041-3/+1
* Revert 76631 because it causes fullscreen layout tests to timeout on linuxtonyg@chromium.org2011-03-021-3/+1
* Re-applying r76324, which was reverted during a WebKit rollback.ddorwin@chromium.org2011-03-021-1/+3
* Revert 76324 - Build WebKit Full Screen API. Support is disabled by default; ...jamesr@chromium.org2011-03-011-3/+1
* Build WebKit Full Screen API. Support is disabled by default; enable with --e...ddorwin@chromium.org2011-03-011-1/+3
* This patch adds the necessary plumbing to Chromium to support a command-line ...wjmaclean@chromium.org2011-02-221-0/+2
* Propagate the remote socket address to URLRequest and to ViewHostMsg_FrameNav...bryner@chromium.org2011-02-221-1/+5
* Add commandline flag --disable-gl-multisampling and hook it up with WebGL to ...zmo@google.com2011-02-141-0/+2
* Extend Mac popup to handle more directionality.avi@chromium.org2011-02-111-4/+12
* Change includes of gfx/* to ui/gfx/*sail@chromium.org2011-02-051-1/+1
* Pepper/Flapper: First pass at context menu implementation.viettrungluu@chromium.org2011-01-311-3/+40
* Move AutoFill messages into a separate file.jam@chromium.org2011-01-261-101/+10
* Move non-file-system Pepper IPC messages to chrome/common/pepper_messages.*.viettrungluu@chromium.org2011-01-251-30/+0
* Re-land http://codereview.chromium.org/6339004 which was revertedcrogers@google.com2011-01-221-0/+2
* Revert 72261 - Add run-time enable support for the web audio APIrniwa@chromium.org2011-01-221-2/+0
* Add run-time enable support for the web audio APIcrogers@google.com2011-01-221-0/+2
* If user had consented for metrics reporting, send speech input request origin...satish@chromium.org2011-01-201-23/+0
* * Add WebPreference::interactive_form_validation_enabledtkent@chromium.org2011-01-201-1/+3
* Roll WebKit DEPS past WebKit move. Update gyp files and include paths to ref...abarth@chromium.org2011-01-171-1/+1
* Add --enable-accelerated-plugins flag to enable compositing for plugins, sepa...piman@google.com2011-01-101-0/+2
* Turn gpu acceleration of video (CSC and scaling) on by default. <video> eleme...vangelis@chromium.org2011-01-081-0/+2
* Private Pepper extension for Flapper to allow TCP connections to be madeviettrungluu@chromium.org2011-01-071-2/+31
* Re-land earlier patch that moves the NPAPI implementation from webkit/glue/pl...brettw@chromium.org2010-12-211-14/+20
* Revert "Move the NPAPI files from webkit/glue/plugins to webkit/plugins/npapi"chase@chromium.org2010-12-211-20/+14
* Revert "Revert 69755 - Move the NPAPI files from webkit/glue/plugins to webki...chase@chromium.org2010-12-201-14/+20
* Revert 69755 - Move the NPAPI files from webkit/glue/plugins to webkit/plugin...brettw@chromium.org2010-12-201-20/+14
* Move the NPAPI files from webkit/glue/plugins to webkit/plugins/npapi and putbrettw@chromium.org2010-12-201-14/+20
* Make PepperFileMessageFilter be a BrowserMessageFilter.jam@chromium.org2010-12-151-20/+0