WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
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-
Details
Formatted Diff
Diff
Patch
(37.42 KB, patch)
2016-04-19 15:36 PDT
,
Timothy Hatcher
no flags
Details
Formatted Diff
Diff
Patch
(37.42 KB, patch)
2016-04-19 15:38 PDT
,
Timothy Hatcher
no flags
Details
Formatted Diff
Diff
Show Obsolete
(2)
View All
Add attachment
proposed patch, testcase, etc.
Timothy Hatcher
Comment 1
2016-04-19 14:26:08 PDT
Created
attachment 276757
[details]
Patch
Radar WebKit Bug Importer
Comment 2
2016-04-19 14:27:52 PDT
<
rdar://problem/25813633
>
Radar WebKit Bug Importer
Comment 3
2016-04-19 14:27:53 PDT
<
rdar://problem/25813634
>
Timothy Hatcher
Comment 4
2016-04-19 15:36:47 PDT
Created
attachment 276764
[details]
Patch
Timothy Hatcher
Comment 5
2016-04-19 15:38:39 PDT
Created
attachment 276765
[details]
Patch
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
Comment on
attachment 276757
[details]
Patch
https://trac.webkit.org/changeset/199790
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug