Title: [109728] trunk
Revision
109728
Author
podivi...@chromium.org
Date
2012-03-05 02:01:11 -0800 (Mon, 05 Mar 2012)

Log 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:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (109727 => 109728)


--- trunk/LayoutTests/ChangeLog	2012-03-05 09:49:15 UTC (rev 109727)
+++ trunk/LayoutTests/ChangeLog	2012-03-05 10:01:11 UTC (rev 109728)
@@ -1,3 +1,12 @@
+2012-03-05  Pavel Podivilov  <podivi...@chromium.org>
+
+        Web Inspector: fix extensions-resource.html test.
+        https://bugs.webkit.org/show_bug.cgi?id=80183
+
+        Reviewed by Vsevolod Vlasov.
+
+        * platform/chromium/test_expectations.txt:
+
 2012-03-05  Kent Tamura  <tk...@chromium.org>
 
         [Chromium] Rebaseline search-field-cancel.html for r109503.

Modified: trunk/LayoutTests/platform/chromium/test_expectations.txt (109727 => 109728)


--- trunk/LayoutTests/platform/chromium/test_expectations.txt	2012-03-05 09:49:15 UTC (rev 109727)
+++ trunk/LayoutTests/platform/chromium/test_expectations.txt	2012-03-05 10:01:11 UTC (rev 109728)
@@ -711,8 +711,6 @@
 
 BUGWK78810 LINUX WIN DEBUG SLOW : inspector/debugger/script-formatter-console.html = PASS
 
-BUGWK80183 LINUX WIN : inspector/extensions/extensions-resources.html = TIMEOUT
-
 // -----------------------------------------------------------------
 // Editing tests
 // -----------------------------------------------------------------

Modified: trunk/Source/WebCore/ChangeLog (109727 => 109728)


--- trunk/Source/WebCore/ChangeLog	2012-03-05 09:49:15 UTC (rev 109727)
+++ trunk/Source/WebCore/ChangeLog	2012-03-05 10:01:11 UTC (rev 109728)
@@ -1,3 +1,13 @@
+2012-03-05  Pavel Podivilov  <podivi...@chromium.org>
+
+        Web Inspector: fix extensions-resource.html test.
+        https://bugs.webkit.org/show_bug.cgi?id=80183
+
+        Reviewed by Vsevolod Vlasov.
+
+        * inspector/front-end/DebuggerPresentationModel.js:
+        (WebInspector.DebuggerPresentationModel.Linkifier.prototype._updateAnchor):
+
 2012-03-02  Andrey Kosyakov  <ca...@chromium.org>
 
         Add instrumentation for frame start/end on timeline.

Modified: trunk/Source/WebCore/inspector/front-end/DebuggerPresentationModel.js (109727 => 109728)


--- trunk/Source/WebCore/inspector/front-end/DebuggerPresentationModel.js	2012-03-05 09:49:15 UTC (rev 109727)
+++ trunk/Source/WebCore/inspector/front-end/DebuggerPresentationModel.js	2012-03-05 10:01:11 UTC (rev 109728)
@@ -1025,6 +1025,7 @@
     _updateAnchor: function(anchor, uiLocation)
     {
         anchor.preferredPanel = "scripts";
+        anchor.href = ""
         anchor.uiSourceCode = uiLocation.uiSourceCode;
         anchor.lineNumber = uiLocation.lineNumber;
         this._formatter.formatLiveAnchor(anchor, uiLocation);
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to