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

Unified Diff: content/renderer/accessibility/renderer_accessibility.cc

Issue 739063002: Fix accessibility of remaining html form controls on Android (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@no_tablet_popup
Patch Set: Better Created 6 years, 1 month 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: content/renderer/accessibility/renderer_accessibility.cc
diff --git a/content/renderer/accessibility/renderer_accessibility.cc b/content/renderer/accessibility/renderer_accessibility.cc
index 17bc57199497998b27892cafd49c1029fb365dea..7e339afa97e1b519d1adb00e2e6b183434d14e3c 100644
--- a/content/renderer/accessibility/renderer_accessibility.cc
+++ b/content/renderer/accessibility/renderer_accessibility.cc
@@ -253,7 +253,7 @@ void RendererAccessibility::SendPendingAccessibilityEvents() {
event_msg.update.nodes[i].location;
}
- DVLOG(0) << "Accessibility event: " << ui::ToString(event.event_type)
+ LOG(ERROR) << "AX event: " << ui::ToString(event.event_type)
Peter Lundblad 2014/11/19 10:46:01 Log spam alert?
dmazzoni 2014/11/19 19:06:43 Done.
<< " on node id " << event_msg.id
<< "\n" << event_msg.update.ToString();
}
« no previous file with comments | « content/browser/accessibility/browser_accessibility_android.cc ('k') | content/test/data/accessibility/input-date.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698