Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(959)

Unified Diff: third_party/WebKit/Source/modules/bluetooth/README.md

Issue 1647013002: Add Bluetooth class diagram documentation references to README files. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@bt-doc-fixups-
Patch Set: Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « device/bluetooth/README.md ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/modules/bluetooth/README.md
diff --git a/third_party/WebKit/Source/modules/bluetooth/README.md b/third_party/WebKit/Source/modules/bluetooth/README.md
new file mode 100644
index 0000000000000000000000000000000000000000..cdeab38cdf230faafa7ef7f29baac1cd1de89fa9
--- /dev/null
+++ b/third_party/WebKit/Source/modules/bluetooth/README.md
@@ -0,0 +1,23 @@
+Web Bluetooth
+=============
+
+`Source/modules/bluetooth` implements [Web Bluetooth][WB].
+
+[WB]: https://webbluetoothcg.github.io/web-bluetooth/
+
+Testing
+--------------------------------------------------------------------------------
+
+Bluetooth layout tests in `LayoutTests/bluetooth/` rely on
+fake Bluetooth implementation classes constructed in
+`content/shell/browser/layout_test/layout_test_bluetooth_adapter_provider`.
+These tests span JavaScript binding to the `device/bluetooth` API layer.
+
+
+Design Documents
+--------------------------------------------------------------------------------
+
+See: [Class Diagram of Web Bluetooth through Bluetooth Android][Class]
+
+[Class]: https://sites.google.com/a/chromium.org/dev/developers/design-documents/bluetooth-design-docs/web-bluetooth-through-bluetooth-android-class-diagram
+
« no previous file with comments | « device/bluetooth/README.md ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698