[Webkit-unassigned] [Bug 149505] Web Inspector: Console SearchBar should work more like ContentBrowser FindBanner

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Sep 30 16:43:24 PDT 2015


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

--- Comment #15 from Matt Baker <mattbaker at apple.com> ---
Comment on attachment 262203
  --> https://bugs.webkit.org/attachment.cgi?id=262203
patch

View in context: https://bugs.webkit.org/attachment.cgi?id=262203&action=review

> Source/WebInspectorUI/UserInterface/Views/LogContentView.js:93
> +        var navigationItems = [this._findBanner, this._scopeBar, this._clearLogNavigationItem];

Use let rather than var in new code.

> Source/WebInspectorUI/UserInterface/Views/LogContentView.js:219
> +    findBannerRevealPreviousResult() {

Opening brace should be on its own line.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150930/670cd863/attachment.html>


More information about the webkit-unassigned mailing list