summaryrefslogtreecommitdiffstats
path: root/ipc
Commit message (Expand)AuthorAgeFilesLines
* Completely revert all my IPC work to see if this was what regressed the page ...erg@google.com2010-08-179-1326/+466
* Re-land just the project file changes from r55416. This makes projects that usebrettw@chromium.org2010-08-151-0/+1
* FBTF: Mark the Read methods in the IPC subsystem as noinline.erg@google.com2010-08-133-29/+42
* FBTF: Remove all the easy headers from *_messages.h.erg@google.com2010-08-123-91/+127
* Revert 55888: Allow per-plugin content settings.bauerb@chromium.org2010-08-122-36/+0
* Allow per-plugin content settings.bauerb@chromium.org2010-08-122-0/+36
* Reapplies r55735, fixing some message code that was checked in that I collide...erg@google.com2010-08-115-370/+718
* Revert "FBTF: Allow forward declaration of classes passed to sync IPC messages."erg@google.com2010-08-115-718/+370
* FBTF: Allow forward declaration of classes passed to sync IPC messages.erg@google.com2010-08-115-370/+718
* FBTF: Reapplies r55259, the first new IPC definition patch.erg@google.com2010-08-107-113/+576
* 1. ipc_video_decoder.cc/h is media pipeline filter which use the gpu decoder ...jiesun@google.com2010-08-101-0/+2
* Revert 55405 - Special thanks for in-ming cheng's MFT hardware decodering code.ananta@chromium.org2010-08-091-2/+0
* Revert 55400 - Cleanup in base. This moves the implementation (and a bunch of...nsylvain@chromium.org2010-08-094-8/+6
* Revert 55259 - FBTF: New IPC definitions, only applied to async ROUTED and CO...pinkerton@google.com2010-08-097-580/+121
* Special thanks for in-ming cheng's MFT hardware decodering code.jiesun@google.com2010-08-091-0/+2
* Cleanup in base. This moves the implementation (and a bunch of header filebrettw@chromium.org2010-08-094-6/+8
* FBTF: Remove unneeded headers from base/ (part 5)thestig@chromium.org2010-08-071-1/+0
* FBTF: New IPC definitions, only applied to async ROUTED and CONTROL messages.erg@google.com2010-08-067-121/+580
* FBTF: Remove unneeded headers from base/ (part 2)thestig@chromium.org2010-08-064-4/+5
* Add #include utf_string_conversions.h to all files that use ASCIIToWide andbrettw@chromium.org2010-08-032-1/+2
* Add undeclared virtual destructors part 5ziadh@chromium.org2010-08-021-0/+2
* Added an IPC server in the service process to listen to commands. This is not...sanjeevr@chromium.org2010-07-311-0/+2
* Convert DictionaryValue's keys to std::string (from wstring).viettrungluu@chromium.org2010-07-301-1/+1
* Move the number conversions from string_util to a new file.brettw@chromium.org2010-07-301-2/+3
* Add an AppendSwitchASCII to CommandLine, and convert a test to it.evan@chromium.org2010-07-302-19/+13
* `#pragma once` for app, base, chrome, gfx, ipc, net, skia, viewsthakis@chromium.org2010-07-2616-0/+16
* Up the warnings in ipc (take 2)thomasvl@google.com2010-07-237-15/+28
* Random bits of header and whitespace cleanup.thestig@chromium.org2010-07-232-20/+17
* Remove <iostream> where possible.erg@google.com2010-07-203-3/+0
* Attempt four at landing the "histogram.h removed from message_loop.h" patch.erg@chromium.org2010-07-153-0/+4
* Revert everything related to the relanding.erg@chromium.org2010-07-142-2/+0
* Reland r52336.erg@chromium.org2010-07-142-0/+2
* Revert 52336 - More header cleanup:erg@chromium.org2010-07-142-2/+0
* More header cleanup:erg@chromium.org2010-07-142-0/+2
* Revert 51520 - Up the warnings in ipcthomasvl@chromium.org2010-07-025-16/+13
* Up the warnings in ipcthomasvl@google.com2010-07-025-13/+16
* Clang: Do not ignore result of HANDLE_EINTR.thakis@chromium.org2010-06-232-19/+38
* Add links to crbug issues for a few tests excluded recently:timurrrr@chromium.org2010-06-171-1/+1
* Don't run IPCSyncChannelTest.Multiple under Valgrindtimurrrr@chromium.org2010-06-171-0/+2
* Mac: More pluming for OOP font loadingjeremy@chromium.org2010-06-171-8/+31
* Revert 49982 - patchthakis@chromium.org2010-06-161-4/+2
* Revert 49988 - ipcthakis@chromium.org2010-06-161-32/+16
* Revert 49989 - xthakis@chromium.org2010-06-162-6/+3
* xthakis@chromium.org2010-06-162-3/+6
* ipcthakis@chromium.org2010-06-161-16/+32
* patchthakis@chromium.org2010-06-161-2/+4
* Add DISABLE_RUNNABLE_METHOD_REFCOUNT to make disabling refcounts in RunnableM...ajwong@chromium.org2010-06-161-5/+1
* POSIX: make sure that we never pass directory descriptors into the sandbox.agl@chromium.org2010-06-103-0/+27
* Get rid of DISALLOW_EVIL_CONSTRUCTORS macro usage in our code base.tfarina@chromium.org2010-06-072-4/+4
* Fixing AutoReset to be a template.gspencer@chromium.org2010-06-011-1/+1