Changeset 69976 in webkit


Ignore:
Timestamp:
Oct 18, 2010 11:17:28 AM (14 years ago)
Author:
pfeldman@chromium.org
Message:

2010-10-18 Pavel Feldman <pfeldman@chromium.org>

Reviewed by Yury Semikhatsky.

Web Inspector: comment out resource manager instantiation on front-end side.
https://bugs.webkit.org/show_bug.cgi?id=47823

  • inspector/front-end/inspector.js:
Location:
trunk/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebCore/ChangeLog

    r69974 r69976  
     12010-10-18  Pavel Feldman  <pfeldman@chromium.org>
     2
     3        Reviewed by Yury Semikhatsky.
     4
     5        Web Inspector: comment out resource manager instantiation on front-end side.
     6        https://bugs.webkit.org/show_bug.cgi?id=47823
     7
     8        * inspector/front-end/inspector.js:
     9
    1102010-10-18  Andrei Popescu  <andreip@google.com>
    211
  • trunk/WebCore/inspector/front-end/inspector.js

    r69948 r69976  
    508508    // TODO: Remove class="hidden" from inspector.html on button#changes-status-bar-item
    509509    this.drawer.visibleView = this.console;
    510     this.resourceManager = new WebInspector.ResourceManager();
     510    // FIXME: uncomment when ready.
     511    // this.resourceManager = new WebInspector.ResourceManager();
    511512    this.domAgent = new WebInspector.DOMAgent();
    512513
Note: See TracChangeset for help on using the changeset viewer.