summaryrefslogtreecommitdiffstats
path: root/chrome/browser/worker_host/message_port_dispatcher.cc
Commit message (Expand)AuthorAgeFilesLines
* Fix crash in web workers when entangled port sender is null.inferno@chromium.org2010-11-181-8/+12
* FBTF: More dtor deinlining. (Can almost see the end!)erg@google.com2010-10-221-0/+15
* Rename ChromeThread to BrowserThread Part22:tfarina@chromium.org2010-10-121-1/+1
* Remove asserts in message_port_dispatcher that are too aggresive.levin@chromium.org2010-09-081-43/+0
* Fix browser process crash in WorkerTest.WorkerContextMultiPort.dimich@chromium.org2010-04-281-0/+5
* Pulled out Callback code into base/callback.h. This is the first step toward...akalin@chromium.org2010-02-191-0/+1
* Fix unitialized memory access in workers.levin@chromium.org2009-11-201-6/+61
* Fix race condition with message ports being dropped if sent before a worker s...jam@chromium.org2009-09-211-1/+10
* First half of updating Worker.postMessage(), DOMWindow.postMessage(), andjorlow@chromium.org2009-08-261-22/+28
* Enable message ports for workers.jam@chromium.org2009-08-061-1/+16
* Cross-process Message Port implementation.jam@chromium.org2009-08-041-0/+225