RESOLVED FIXED 136668
Add support for :read-write/:read-only matching editable content
https://bugs.webkit.org/show_bug.cgi?id=136668
Summary Add support for :read-write/:read-only matching editable content
Benjamin Poulain
Reported 2014-09-09 00:04:10 PDT
Add support for :read-write/:read-only matching editable content
Attachments
Patch (72.32 KB, patch)
2014-09-09 00:23 PDT, Benjamin Poulain
no flags
Benjamin Poulain
Comment 1 2014-09-09 00:23:45 PDT
Antti Koivisto
Comment 2 2014-09-09 13:00:04 PDT
Comment on attachment 237843 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=237843&action=review r=me > Source/WebCore/rendering/RenderTheme.cpp:843 > bool RenderTheme::isReadOnlyControl(const RenderObject& o) const With some more refactoring this could surely be turned into RenderElement& or something mores specific and the type check below eliminated...
Benjamin Poulain
Comment 3 2014-09-09 14:03:54 PDT
Comment on attachment 237843 [details] Patch Clearing flags on attachment: 237843 Committed r173441: <http://trac.webkit.org/changeset/173441>
Benjamin Poulain
Comment 4 2014-09-09 14:03:58 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.