summaryrefslogtreecommitdiffstats
path: root/chrome/browser/worker_host/message_port_dispatcher.h
Commit message (Expand)AuthorAgeFilesLines
* Remove asserts in message_port_dispatcher that are too aggresive.levin@chromium.org2010-09-081-6/+0
* FBTF: Header cleanup in chrome/common part 2. The majority of the changed filesjhawkins@chromium.org2010-08-201-0/+1
* `#pragma once` for app, base, chrome, gfx, ipc, net, skia, viewsthakis@chromium.org2010-07-261-0/+1
* Pulled out Callback code into base/callback.h. This is the first step toward...akalin@chromium.org2010-02-191-0/+1
* Fix build.levin@chromium.org2009-11-201-1/+1
* Fix unitialized memory access in workers.levin@chromium.org2009-11-201-0/+10
* Fix race condition with message ports being dropped if sent before a worker s...jam@chromium.org2009-09-211-0/+5
* First half of updating Worker.postMessage(), DOMWindow.postMessage(), andjorlow@chromium.org2009-08-261-3/+3
* Enable message ports for workers.jam@chromium.org2009-08-061-0/+6
* Cross-process Message Port implementation.jam@chromium.org2009-08-041-0/+90