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

Unified Diff: chrome/common/extensions/api/automation.idl

Issue 2903973002: Rich editable text implementation using spannables (Closed)
Patch Set: Address feedback. Created 3 years, 6 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
Index: chrome/common/extensions/api/automation.idl
diff --git a/chrome/common/extensions/api/automation.idl b/chrome/common/extensions/api/automation.idl
index c01f3566f23443b09653d55ae420ee779312b8b9..d67aa895e6ff567120db524077ba9138648de21d 100644
--- a/chrome/common/extensions/api/automation.idl
+++ b/chrome/common/extensions/api/automation.idl
@@ -665,6 +665,9 @@
// The RGBA color of an input element whose value is a color.
long? colorValue;
+ // Bit-map of text styles: Bold, italic, underline, line through.
+ long? textStyle;
michaelpg 2017/06/08 21:16:12 This isn't sufficient documentation -- what are th
David Tseng 2017/06/08 22:20:09 Done.
michaelpg 2017/06/08 22:27:41 Thanks!
+
//
// Walking the tree.
//

Powered by Google App Engine
This is Rietveld 408576698