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

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

Issue 2903973002: Rich editable text implementation using spannables (Closed)
Patch Set: Make boolean expressions explicit. 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 56b61ba75bab85f8c6e01a2a177a147e86597aaa..4b8b0e7792422d8e37f2f64733207b8aeddb22e7 100644
--- a/chrome/common/extensions/api/automation.idl
+++ b/chrome/common/extensions/api/automation.idl
@@ -668,6 +668,18 @@
// The RGBA color of an input element whose value is a color.
long? colorValue;
+ // Indicates node text is bold.
+ boolean bold;
+
+ // Indicates node text is italic.
+ boolean italic;
+
+ // Indicates node text is underline.
+ boolean underline;
+
+ // Indicates node text is line through.
+ boolean lineThrough;
+
//
// Walking the tree.
//

Powered by Google App Engine
This is Rietveld 408576698