summaryrefslogtreecommitdiffstats
path: root/chrome/renderer/mock_render_thread.h
Commit message (Expand)AuthorAgeFilesLines
* Make IPC::Channel::Listener:OnMessageReceived have a return value indicating ...jam@chromium.org2010-12-241-1/+1
* Merge ViewHostMsg_AllocatePDFTransport with ViewHostMsg_AllocateSharedMemoryB...thestig@chromium.org2010-12-171-3/+3
* Add support for a "split" incognito behavior for extensions.mpcomplete@chromium.org2010-08-311-0/+1
* Reland r57788 - Expose Extension Bindings to Component Applicationsrafaelw@chromium.org2010-08-311-1/+0
* Revert 57788 - Expose Extension Bindings to Component Applicationsrafaelw@chromium.org2010-08-281-0/+1
* Expose Extension Bindings to Component Applicationsrafaelw@chromium.org2010-08-281-1/+0
* FBTF: Header cleanup in chrome/common. Part 1.jhawkins@chromium.org2010-08-171-0/+4
* FBTF: Remove "obviously" unneeded standard C++ library #includes.viettrungluu@chromium.org2010-08-151-1/+0
* `#pragma once` for app, base, chrome, gfx, ipc, net, skia, viewsthakis@chromium.org2010-07-261-0/+1
* Port some more RenderViewTests to Linux.estade@chromium.org2010-05-241-0/+6
* Give chrome-extension frames in regular renderers access to messaging APIs,mpcomplete@chromium.org2010-04-191-0/+5
* Adding the new WebPopupType to the RenderWidget creation.jcivelli@google.com2010-04-071-1/+2
* Revert 43684 - Localize CSS files in content scripts (but don't localize JS f...cira@google.com2010-04-071-6/+0
* Localize CSS files in content scripts (but don't localize JS files).cira@chromium.org2010-04-061-0/+6
* Pepper audio basic functionality unit test, take 3.neb@chromium.org2010-04-051-4/+4
* Revert 43234 - Add a Pepper audio basic functionality unit test, take 2.arv@chromium.org2010-03-311-4/+4
* Add a Pepper audio basic functionality unit test, take 2.neb@chromium.org2010-03-311-4/+4
* Revert 42656 - Add a Pepper audio basic functionality unit test.skerner@chromium.org2010-03-251-2/+2
* Add a Pepper audio basic functionality unit test.neb@chromium.org2010-03-251-2/+2
* Make SharedMemory use uint32 instead of size_t. This removes the remaining s...jam@chromium.org2010-02-161-1/+1
* Wire up printing on the Macstuartmorgan@chromium.org2009-10-131-0/+7
* Implement chrome.extension.connectExternal and fix various API inconsistencies.mpcomplete@chromium.org2009-10-091-1/+2
* Implement PrintPageAsJPEG feature for Print Preview.In order to show the tab ...mhm@chromium.org2009-09-041-1/+1
* Relanding with v8 fix.mbelshe@google.com2009-08-261-4/+7
* Revert 24314 - Modify the RenderThread to track the number of widgetsmbelshe@google.com2009-08-251-7/+4
* Modify the RenderThread to track the number of widgetsmbelshe@google.com2009-08-251-4/+7
* Revert 24227 - Modify the RenderThread to track the number of widgetsnick@chromium.org2009-08-251-6/+4
* Modify the RenderThread to track the number of widgetsmbelshe@google.com2009-08-251-4/+6
* Add an optional channel name to the extension message connect event.mpcomplete@chromium.org2009-07-131-3/+3
* Windowed plugins like Flash would cause the hung plugin dialog to show up whe...ananta@chromium.org2009-07-091-4/+2
* Add support for printing selection only flag. This only adds the flag to the ...sverrir@google.com2009-06-081-0/+1
* Adds a RenderViewTest.PrintLayoutTest.hbono@chromium.org2009-05-231-0/+13
* Pass down the opener tab when a message channel is opened to an extension.mpcomplete@google.com2009-05-011-1/+2
* Introduce printing test case (Step 1)hbono@chromium.org2009-04-161-1/+14
* Revert "Move IPC code to ipc/"agl@chromium.org2009-04-031-1/+1
* Move IPC code to ipc/agl@chromium.org2009-04-031-1/+1
* Add code to support 2-way communication between extensions and renderers. Th...mpcomplete@google.com2009-04-021-0/+4
* Keeping track of whether WebKit is in the callstack using RenderThread doesn'...jam@chromium.org2009-02-241-5/+0
* Factor out the message sink from MockRenderThread to a separate class. I will bebrettw@chromium.org2009-01-171-29/+6
* The popup for autofill is now never activated, even when clicked.jcampan@chromium.org2009-01-091-1/+1
* Fix a leak in the RenderView tests. We were responsible for deleting the repl...brettw@chromium.org2009-01-061-1/+1
* Refactor the render widget unittest so it can be reused to create a render viewbrettw@chromium.org2009-01-051-0/+116