RESOLVED FIXED 156759
Web Inspector: Use debounce proxies in a couple more places
https://bugs.webkit.org/show_bug.cgi?id=156759
Summary Web Inspector: Use debounce proxies in a couple more places
Timothy Hatcher
Reported 2016-04-19 14:20:59 PDT
Replace some old *Soon() functions with the soon proxy.
Attachments
Patch (9.22 KB, patch)
2016-04-19 14:26 PDT, Timothy Hatcher
joepeck: review+
timothy: commit-queue-
Patch (37.42 KB, patch)
2016-04-19 15:36 PDT, Timothy Hatcher
no flags
Patch (37.42 KB, patch)
2016-04-19 15:38 PDT, Timothy Hatcher
no flags
Timothy Hatcher
Comment 1 2016-04-19 14:26:08 PDT
Radar WebKit Bug Importer
Comment 2 2016-04-19 14:27:52 PDT
Radar WebKit Bug Importer
Comment 3 2016-04-19 14:27:53 PDT
Timothy Hatcher
Comment 4 2016-04-19 15:36:47 PDT
Timothy Hatcher
Comment 5 2016-04-19 15:38:39 PDT
Timothy Hatcher
Comment 6 2016-04-19 15:39:27 PDT
Stupid webkit-patch…
Joseph Pecoraro
Comment 7 2016-04-20 14:37:49 PDT
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.
Timothy Hatcher
Comment 8 2016-04-20 14:58:53 PDT
Note You need to log in before you can comment on or make changes to this bug.