Bug 156759

Summary: Web Inspector: Use debounce proxies in a couple more places
Product: WebKit Reporter: Timothy Hatcher <timothy>
Component: Web InspectorAssignee: 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 Flags
Patch
joepeck: review+, timothy: commit-queue-
Patch
none
Patch none

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.