Changeset 121859 in webkit


Ignore:
Timestamp:
Jul 4, 2012 8:36:28 AM (12 years ago)
Author:
pfeldman@chromium.org
Message:

Web Inspector: fix search on the network panel.
https://bugs.webkit.org/show_bug.cgi?id=90557

Reviewed by Vsevolod Vlasov.

  • inspector/front-end/NetworkPanel.js:

(WebInspector.NetworkLogView.prototype._highlightNthMatchedRequest):

Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r121858 r121859  
     12012-07-04  Pavel Feldman  <pfeldman@chromium.org>
     2
     3        Web Inspector: fix search on the network panel.
     4        https://bugs.webkit.org/show_bug.cgi?id=90557
     5
     6        Reviewed by Vsevolod Vlasov.
     7
     8        * inspector/front-end/NetworkPanel.js:
     9        (WebInspector.NetworkLogView.prototype._highlightNthMatchedRequest):
     10
    1112012-07-04  Kwang Yul Seo  <skyul@company100.net>
    212
  • trunk/Source/WebCore/inspector/front-end/NetworkPanel.js

    r120711 r121859  
    11361136            if (reveal)
    11371137                node.reveal();
    1138             this._currentMatcRequestrceIndex = matchedRequestIndex;
     1138            this._currentMatchedRequestIndex = matchedRequestIndex;
    11391139        }
    11401140        this.dispatchEventToListeners(WebInspector.NetworkLogView.EventTypes.SearchIndexUpdated, this._currentMatchedRequestIndex);
Note: See TracChangeset for help on using the changeset viewer.