summaryrefslogtreecommitdiffstats
path: root/chrome/renderer/mock_render_thread.cc
Commit message (Expand)AuthorAgeFilesLines
* More test out-of-lining.erg@google.com2011-02-141-0/+8
* Move ExtensionRendereInfo into common and call it ExtensionSet instead.aa@chromium.org2011-01-291-1/+1
* Refactor away all the duplicate extension data structures inaa@chromium.org2011-01-261-0/+4
* Make IPC::Channel::Listener:OnMessageReceived have a return value indicating ...jam@chromium.org2010-12-241-1/+2
* Merge ViewHostMsg_AllocatePDFTransport with ViewHostMsg_AllocateSharedMemoryB...thestig@chromium.org2010-12-171-6/+6
* Fix up SharedMemory implementation so that it is more equivalent on Windows v...dmaclach@chromium.org2010-10-271-2/+1
* shared_memory: remove wstrings, fix callers.evan@chromium.org2010-09-291-1/+1
* Printing: Implement PrintingContext::UseDefaultSettings for Linux/Cairo.jhawkins@chromium.org2010-09-211-1/+1
* Reland r57788 - Expose Extension Bindings to Component Applicationsrafaelw@chromium.org2010-08-311-0/+1
* Revert 57788 - Expose Extension Bindings to Component Applicationsrafaelw@chromium.org2010-08-281-1/+0
* Expose Extension Bindings to Component Applicationsrafaelw@chromium.org2010-08-281-0/+1
* FBTF: Move individual XXXMsg_Params structs to a new file.erg@google.com2010-08-241-0/+1
* FBTF: Header cleanup in chrome/common. Part 1.jhawkins@chromium.org2010-08-171-0/+1
* Port some more RenderViewTests to Linux.estade@chromium.org2010-05-241-5/+34
* Give chrome-extension frames in regular renderers access to messaging APIs,mpcomplete@chromium.org2010-04-191-1/+2
* Adding the new WebPopupType to the RenderWidget creation.jcivelli@google.com2010-04-071-1/+1
* Revert 43684 - Localize CSS files in content scripts (but don't localize JS f...cira@google.com2010-04-071-9/+0
* Localize CSS files in content scripts (but don't localize JS files).cira@chromium.org2010-04-061-0/+9
* Pepper audio basic functionality unit test, take 3.neb@chromium.org2010-04-051-1/+11
* Revert 43234 - Add a Pepper audio basic functionality unit test, take 2.arv@chromium.org2010-03-311-11/+1
* Add a Pepper audio basic functionality unit test, take 2.neb@chromium.org2010-03-311-1/+11
* Revert 42656 - Add a Pepper audio basic functionality unit test.skerner@chromium.org2010-03-251-11/+1
* Add a Pepper audio basic functionality unit test.neb@chromium.org2010-03-251-1/+11
* 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-1/+24
* Implement chrome.extension.connectExternal and fix various API inconsistencies.mpcomplete@chromium.org2009-10-091-1/+2
* Split the IPC code into ipc/agl@chromium.org2009-07-221-1/+1
* Add an optional channel name to the extension message connect event.mpcomplete@chromium.org2009-07-131-2/+3
* Windowed plugins like Flash would cause the hung plugin dialog to show up whe...ananta@chromium.org2009-07-091-8/+6
* Add support for printing selection only flag. This only adds the flag to the ...sverrir@google.com2009-06-081-2/+7
* Adds a RenderViewTest.PrintLayoutTest.hbono@chromium.org2009-05-231-11/+29
* Pass down the opener tab when a message channel is opened to an extension.mpcomplete@google.com2009-05-011-1/+1
* Introduce printing test case (Step 1)hbono@chromium.org2009-04-161-1/+26
* 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/+7
* Remove logging.h from cc files that don't use it.thestig@chromium.org2009-03-121-1/+0
* Factor out the message sink from MockRenderThread to a separate class. I will bebrettw@chromium.org2009-01-171-53/+2
* 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-5/+6
* Refactor the render widget unittest so it can be reused to create a render viewbrettw@chromium.org2009-01-051-0/+135