[Webkit-unassigned] [Bug 206837] New: Stop using add-then-delete to implement runtime enabled attributes/operations on prototypes, it's inefficient and unnecessary

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jan 27 12:38:33 PST 2020


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

            Bug ID: 206837
           Summary: Stop using add-then-delete to implement runtime
                    enabled attributes/operations on prototypes, it's
                    inefficient and unnecessary
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Bindings
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: sam at webkit.org
                CC: cdumez at apple.com

Stop using add-then-delete to implement runtime enabled attributes/operations on prototypes, it's inefficient and unnecessary. We should instead the ability to conditionally intercept the adding of the properties as they are reified.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20200127/27f1c5a5/attachment.htm>


More information about the webkit-unassigned mailing list