Chromium Code Reviews
DescriptionFix focus for in-tab navigations.
For in-tab navigations, if the contents is supposed to be focused, we should be
calling SetInitialFocus() instead of directly calling Focus() which blindly focuses
the contents view. This way, WebContents can send focus to the location bar on
load if it wants to.
TESTED=manual, per bugs
BUG=179499, 175147
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=185989
Patch Set 1 #Patch Set 2 : SetInitialFocus #Patch Set 3 : Rebase. #Messages
Total messages: 10 (0 generated)
|