Chromium Code Reviews
DescriptionAdd a custom element to own structure of shadow DOM plugin placeholders.
This creates PluginPlaceholderElement, which manages a subtree of
elements which represent plugin placeholder content and exposes an
interface to manipulate this content. It is expected that this interface
will grow to encompass more than a single string in the future.
This change also adds an Internals method which uses this, so that its
appearance can be covered by layout tests, and adds one such layout test.
Ultimately, this class will be manipulated by a glue class which controls
this content on behalf of the embedder.
BUG=364716
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=182014
Patch Set 1 #
Total comments: 14
Patch Set 2 : Blink-in-JS #
Total comments: 12
Patch Set 3 : haraken comments #Patch Set 4 : rebase (broken) #Patch Set 5 : fix due to binding changes #
Total comments: 1
Patch Set 6 : plaintext message #Patch Set 7 : rebase #
Total comments: 10
Patch Set 8 : rebase #Patch Set 9 : review comments #Patch Set 10 : rebase #Messages
Total messages: 29 (5 generated)
|