Summary: | Web Inspector: Use debounce proxies in a couple more places | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Product: | WebKit | Reporter: | Timothy Hatcher <timothy> | ||||||||
Component: | Web Inspector | Assignee: | Timothy Hatcher <timothy> | ||||||||
Status: | RESOLVED FIXED | ||||||||||
Severity: | Normal | CC: | bburg, graouts, joepeck, mattbaker, nvasilyev, timothy, webkit-bug-importer | ||||||||
Priority: | P2 | Keywords: | InRadar | ||||||||
Version: | WebKit Local Build | ||||||||||
Hardware: | All | ||||||||||
OS: | All | ||||||||||
Attachments: |
|
Description
Timothy Hatcher
2016-04-19 14:20:59 PDT
Created attachment 276757 [details]
Patch
Created attachment 276764 [details]
Patch
Created attachment 276765 [details]
Patch
Stupid webkit-patch… Comment on attachment 276757 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=276757&action=review r=me, you can cq+ once the other lands > Source/WebInspectorUI/UserInterface/Views/NavigationSidebarPanel.js:36 > - this.contentView.element.addEventListener("scroll", this._updateContentOverflowShadowVisibilitySoon.bind(this)); > + this.contentView.element.addEventListener("scroll", this.soon._updateContentOverflowShadowVisibility); This may have just blown my mind. Comment on attachment 276757 [details] Patch https://trac.webkit.org/changeset/199790 |