0
Files
src/extensions
Miyoung Shin 5325d37c32 Convert SerialPort to new Mojo types
This CL converts SerialPort{Ptr, Request} in services, extensions
and content to the new Mojo type, and uses
pending_receiver<SerialPort> in serial.mojom.

Bug: 955171
Change-Id: I6911df8bd057e0e7e8fa81ce00273c4cd049de6d
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1810441
Commit-Queue: Miyoung Shin <myid.shin@igalia.com>
Reviewed-by: Kent Tamura <tkent@chromium.org>
Reviewed-by: Oksana Zhuravlova <oksamyt@chromium.org>
Reviewed-by: Dominick Ng <dominickn@chromium.org>
Reviewed-by: Reilly Grant <reillyg@chromium.org>
Cr-Commit-Position: refs/heads/master@{#698448}
2019-09-20 12:00:55 +00:00
..
2019-09-18 15:41:39 +00:00
2019-09-18 15:41:39 +00:00

This will become a reusable extensions module. It implements the core parts of Chrome's extension system, and can be used with any host of the content module.

Some extensions code that is not Chrome-specific still lives in //chrome/browser/extensions and will be moved here.

Technical Documentation: