summaryrefslogtreecommitdiffstats
path: root/content/child/webmessageportchannel_impl.cc
Commit message (Expand)AuthorAgeFilesLines
* Step two of optionally sending messages to/from message ports as base::Value.mek2015-02-281-43/+53
* Optionally have MessagePort pass data as base::Value, part 1.mek2015-02-271-11/+42
* Unify the three places that patch font loading for PDFium on Windows.jam2015-02-031-4/+4
* Properly queue messages sent to message ports that are transferred to a servi...mek2014-11-211-0/+2
* Hookup WebMessagePortChannelImpl and WebMessagePortChannelImplalexclarke2014-11-171-22/+23
* Manual fixups in content/child for scoped_refptr operator T* removal.dcheng2014-08-291-3/+3
* Convert WebString to string16 before PostTaskhiroshige@chromium.org2014-07-161-1/+2
* ServiceWorker: All MessagePort related method must be called on the main threadkinuko@chromium.org2014-05-141-0/+3
* Remove unused WebMessagePortChannel::entangle() methoddarin@chromium.org2014-04-221-4/+0
* Remove unnecessary Platform::createMessagePortChannel methoddarin@chromium.org2014-04-091-6/+21
* Revert 258831 "Revert 258727 "Implement ServiceWorker::postMessage()""jsbell@chromium.org2014-03-241-14/+20
* Revert 258727 "Implement ServiceWorker::postMessage()"benwells@chromium.org2014-03-241-20/+14
* Implement ServiceWorker::postMessage()jsbell@chromium.org2014-03-221-14/+20
* Remove some content_child dependency from content_commonsheu@chromium.org2014-03-131-3/+3
* Don't post WebStrings across threads.jochen@chromium.org2014-02-281-2/+7
* Convert string16 to base::string16 in content.brettw@chromium.org2013-12-031-2/+2
* Rename WebKit namespace to blink (part 3)abarth@chromium.org2013-11-071-4/+4
* Refactoring: Move MessagePort-related IPCs and handling them away from Worker...marja@chromium.org2013-10-151-9/+9
* Revert 228448 "Refactoring: Move MessagePort-related IPCs and ha..."marja@chromium.org2013-10-141-9/+9
* Refactoring: Move MessagePort-related IPCs and handling them away from Worker...marja@chromium.org2013-10-141-9/+9
* Fix a bug with message ports.jam@chromium.org2013-09-191-2/+3
* Update Linux to use scoped_refptr<T>::get() rather than implicit "operator T*"rsleevi@chromium.org2013-06-271-2/+3
* Remove usage of ChildProcess::current() and ChildThread::current() other than...jam@chromium.org2013-06-251-16/+21
* Move a bunch of child-only code from content/common to content/childscottmg@chromium.org2013-06-061-0/+252