Description<browser> Make new implementation the default.
Old implementation will be togglable by a flag kEnableBrowserPluginOldImplementation.
There are two js shims to create shadow DOM for two implementations, since we need to handle src differently in new path.
This would also fix src attribute setting behavior in apps for the new path.
Pending
1. Write tests to verify set src attribute fix for apps in new implementation path.
BUG=153629, 142379
TESTED=BrowserTest tests pending. Checked with platform app: a. set src initially. b. set src later via js using element.src c. set src later via js using elem.setAttribute('src', ...)
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=160225
Patch Set 1 #Patch Set 2 : Fix browsertests for browser plugin. #
Total comments: 4
Patch Set 3 : Remove flag from chrome://flags, add platform app check for both implementation. #Messages
Total messages: 8 (0 generated)
|