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

Unified Diff: ui/views/controls/webview/webview.cc

Issue 880063002: Ensure WebView notifies desktop automation on creation, destruction, and change (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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 | « chrome/renderer/resources/extensions/automation/automation_node.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/controls/webview/webview.cc
diff --git a/ui/views/controls/webview/webview.cc b/ui/views/controls/webview/webview.cc
index 663a547959d9e2f4fc0b6f138dc3535bd3ced5a6..158045f6378f9d9551c927c2bedeef1d42557431 100644
--- a/ui/views/controls/webview/webview.cc
+++ b/ui/views/controls/webview/webview.cc
@@ -280,6 +280,7 @@ void WebView::RenderViewHostChanged(content::RenderViewHost* old_host,
if (focus_manager && focus_manager->GetFocusedView() == this)
OnFocus();
NotifyMaybeTextInputClientChanged();
+ NotifyAccessibilityEvent(ui::AX_EVENT_LAYOUT_COMPLETE, true);
dmazzoni 2015/01/27 21:53:45 What do you think about AX_EVENT_CHILDREN_CHANGED?
David Tseng 2015/01/27 22:04:50 Done.
}
void WebView::DidShowFullscreenWidget(int routing_id) {
« no previous file with comments | « chrome/renderer/resources/extensions/automation/automation_node.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698