summaryrefslogtreecommitdiffstats
path: root/chrome/common/ipc_sync_channel.cc
Commit message (Expand)AuthorAgeFilesLines
* Revert "Move IPC code to ipc/"agl@chromium.org2009-04-031-0/+453
* Move IPC code to ipc/agl@chromium.org2009-04-031-453/+0
* Ensure that a listener's OnChannelConnected is called before OnMessageReceived.jam@chromium.org2009-03-121-15/+1
* NO CODE CHANGE.maruel@google.com2009-03-051-1/+2
* Fixes CRLF and trailing white spaces.maruel@chromium.org2009-03-051-1/+1
* Fix Renderer Crash on OS X + update unit test.jeremy@chromium.org2009-02-061-0/+1
* POSIX: Get IPCSyncChannel unittests workingagl@chromium.org2009-01-201-7/+3
* WaitableEvent is the replacement for Windows events. Previously in the code, ...agl@chromium.org2009-01-151-43/+51
* Fix a race condition in the SyncChannel code.jam@chromium.org2008-12-051-57/+34
* Fix a race condition in SyncChannel that would happen if a nested Send occurr...jam@chromium.org2008-11-121-1/+7
* Move Time, TimeDelta and TimeTicks into namespace base.dsh@google.com2008-10-271-0/+2
* Fix a problem with the SyncChannel rewrite. DispatchReplies needs to be call...jam@chromium.org2008-10-251-40/+36
* Make IPC::SyncChannel not duplicate the underlying MessageLoop implementatio...jam@chromium.org2008-10-241-206/+200
* Move a bunch of code from the old to new TLS interface.deanm@chromium.org2008-09-101-8/+13
* Use a more compact license header in source files.license.bot2008-08-241-28/+4
* TrackedObjects assumes you can use a "TLS slot" of -1 to indicate uninitializ...evanm@google.com2008-08-201-6/+6
* Revert. Failing unit tests.evanm@google.com2008-08-201-6/+6
* TrackedObjects assumes you can use a "TLS slot" of -1 to indicate uninitializ...evanm@google.com2008-08-201-6/+6
* IPCSyncChannel cleanup:jabdelmalek@google.com2008-08-131-33/+26
* Manually refcount ReceivedSyncMsgQueue so that we force it to be destructed onjabdelmalek@google.com2008-08-121-9/+13
* Revert my changejabdelmalek@google.com2008-08-121-13/+9
* Manually refcount ReceivedSyncMsgQueue so that we force it to be destructed o...jabdelmalek@google.com2008-08-121-9/+13
* Enabling sync_channel in the browser to allow accessibility code making block...jcampan@google.com2008-08-121-20/+59
* Support RanAllPending() rather than RunOnce(), and integrated into ipc_sync_c...jar@google.com2008-07-311-1/+1
* (Re-landing of) Support RunOnce() in message loop.jar@google.com2008-07-301-4/+3
* Rollback 109jar@google.com2008-07-301-3/+4
* M base/message_loop.hjar@google.com2008-07-301-4/+3
* Add chrome to the repository.initial.commit2008-07-261-0/+470