[Webkit-unassigned] [Bug 151628] Web Inspector: REGRESSION: "Duplicate Selector" context menu item doesn't work

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Nov 27 21:43:27 PST 2015


https://bugs.webkit.org/show_bug.cgi?id=151628

Devin Rousso <dcrousso+webkit at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED
           Assignee|webkit-unassigned at lists.web |dcrousso+webkit at gmail.com
                   |kit.org                     |
 Attachment #266210|                            |review?, commit-queue?
              Flags|                            |

--- Comment #5 from Devin Rousso <dcrousso+webkit at gmail.com> ---
Created attachment 266210
  --> https://bugs.webkit.org/attachment.cgi?id=266210&action=review
Patch

So I think that the reason for the errors was that the "addRuleWithSelector" function inside DOMNodeStyles didn't have any of the fallbacks present in "addEmptyRule" (which is why "addEmptyRule" worked just fine even though it used the same CSSAgent calls).  I merged the two functions into one because I think it's silly to have two if they do practically the same thing.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20151128/33658738/attachment.html>


More information about the webkit-unassigned mailing list