summaryrefslogtreecommitdiffstats
path: root/chrome/renderer/mock_render_thread.cc
Commit message (Expand)AuthorAgeFilesLines
* Print preview page selection should not require a rerendering of draft pages.kmadhusu@chromium.org2011-08-311-2/+24
* Print Preview: Go from event driven print preview back to print preview with ...thestig@chromium.org2011-08-231-2/+15
* Print Preview: Fixing behavior of event listeners.dpapad@chromium.org2011-08-121-5/+6
* Revert 96567 - Reland 96406 - Print preview page selection should not require...kmadhusu@chromium.org2011-08-121-26/+3
* Reland 96406 - Print preview page selection should not require a rerendering ...kmadhusu@chromium.org2011-08-121-3/+26
* Revert 96406 - Print preview page selection should not require a rerendering ...kmadhusu@chromium.org2011-08-111-26/+3
* Print preview page selection should not require a rerendering of draft pages.kmadhusu@chromium.org2011-08-111-3/+26
* PrintPreview: backend changes to support pipelining.vandebo@chromium.org2011-07-261-3/+5
* Print Preview: Make preview generation event driven to eliminate synchronous ...thestig@chromium.org2011-07-181-12/+18
* Print Preview: Add the ability to cancel an in-flight print preview.thestig@chromium.org2011-07-071-1/+12
* Printing: Notify the browser process of renderer print failures. (try 2)thestig@chromium.org2011-05-061-3/+1
* Add tests for print preview code in PrintWebViewHelper.thestig@chromium.org2011-05-051-0/+25
* Move the dispatching of extension messages out of RenderThread. This also mo...jam@chromium.org2011-03-291-8/+0
* Move extension messages to their own file and add a RenderViewObserver to sta...jam@chromium.org2011-03-281-1/+2
* Add a ChromeRenderMessageFilter, which is like RenderMessageFilter but outsid...jam@chromium.org2011-03-241-1/+1
* Move printing messages to their own file.jam@chromium.org2011-03-241-10/+12
* Move some more renderer messages to content. Also move a couple of files whi...jam@chromium.org2011-03-221-1/+1
* Printing: Simplify window.print() blocking code.thestig@chromium.org2011-03-181-2/+7
* Moved creation of GPU transfer buffers into the browser process.apatrick@chromium.org2011-02-241-4/+0
* Linux: Refactor printing to be more linux Windows/Mac.thestig@chromium.org2011-02-191-4/+4
* 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