Changeset 109728 in webkit


Ignore:
Timestamp:
Mar 5, 2012 2:01:11 AM (12 years ago)
Author:
podivilov@chromium.org
Message:

Web Inspector: fix extensions-resource.html test.
https://bugs.webkit.org/show_bug.cgi?id=80183

Reviewed by Vsevolod Vlasov.

Source/WebCore:

  • inspector/front-end/DebuggerPresentationModel.js:

(WebInspector.DebuggerPresentationModel.Linkifier.prototype._updateAnchor):

LayoutTests:

  • platform/chromium/test_expectations.txt:
Location:
trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r109727 r109728  
     12012-03-05  Pavel Podivilov  <podivilov@chromium.org>
     2
     3        Web Inspector: fix extensions-resource.html test.
     4        https://bugs.webkit.org/show_bug.cgi?id=80183
     5
     6        Reviewed by Vsevolod Vlasov.
     7
     8        * platform/chromium/test_expectations.txt:
     9
    1102012-03-05  Kent Tamura  <tkent@chromium.org>
    211
  • trunk/LayoutTests/platform/chromium/test_expectations.txt

    r109717 r109728  
    711711
    712712BUGWK78810 LINUX WIN DEBUG SLOW : inspector/debugger/script-formatter-console.html = PASS
    713 
    714 BUGWK80183 LINUX WIN : inspector/extensions/extensions-resources.html = TIMEOUT
    715713
    716714// -----------------------------------------------------------------
  • trunk/Source/WebCore/ChangeLog

    r109724 r109728  
     12012-03-05  Pavel Podivilov  <podivilov@chromium.org>
     2
     3        Web Inspector: fix extensions-resource.html test.
     4        https://bugs.webkit.org/show_bug.cgi?id=80183
     5
     6        Reviewed by Vsevolod Vlasov.
     7
     8        * inspector/front-end/DebuggerPresentationModel.js:
     9        (WebInspector.DebuggerPresentationModel.Linkifier.prototype._updateAnchor):
     10
    1112012-03-02  Andrey Kosyakov  <caseq@chromium.org>
    212
  • trunk/Source/WebCore/inspector/front-end/DebuggerPresentationModel.js

    r109577 r109728  
    10261026    {
    10271027        anchor.preferredPanel = "scripts";
     1028        anchor.href = uiLocation.uiSourceCode.url;
    10281029        anchor.uiSourceCode = uiLocation.uiSourceCode;
    10291030        anchor.lineNumber = uiLocation.lineNumber;
Note: See TracChangeset for help on using the changeset viewer.