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

Unified Diff: webkit/glue/webaccessibility.h

Issue 3389037: Make the selection start and end attributes of an html input control... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 10 years, 3 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: webkit/glue/webaccessibility.h
===================================================================
--- webkit/glue/webaccessibility.h (revision 61074)
+++ webkit/glue/webaccessibility.h (working copy)
@@ -163,6 +163,10 @@
ATTR_DOC_MIMETYPE,
ATTR_DOC_DOCTYPE,
+ // Editable text attributes
+ ATTR_TEXT_SEL_START,
+ ATTR_TEXT_SEL_END,
+
// Attributes that could apply to any node.
ATTR_ACTION,
ATTR_DESCRIPTION,

Powered by Google App Engine
This is Rietveld 408576698