Bug 95540

Summary: Web Inspector: use linkifyResourceAsNode, not linkifyLocation when linkifying resources in Timeline
Product: WebKit Reporter: Andrey Kosyakov <caseq>
Component: Web Inspector (Deprecated)Assignee: Andrey Kosyakov <caseq>
Status: RESOLVED FIXED    
Severity: Normal CC: apavlov, bweinstein, joepeck, keishi, loislo, pfeldman, pmuellr, rik, timothy, webkit.review.bot, yurys
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
Patch pfeldman: review+, webkit.review.bot: commit-queue-

Description Andrey Kosyakov 2012-08-31 02:02:44 PDT
linkifyLocation requires line number and is for linkifying location within potentially source-mapped resources, so use linkifyResoruceAsNode for resource-related records (ScheduleResourceRequest..ResourceFinish).
Comment 1 Andrey Kosyakov 2012-08-31 02:06:15 PDT
Created attachment 161643 [details]
Patch
Comment 2 WebKit Review Bot 2012-08-31 02:56:33 PDT
Comment on attachment 161643 [details]
Patch

Rejecting attachment 161643 [details] from commit-queue.

Failed to run "['/mnt/git/webkit-commit-queue/Tools/Scripts/webkit-patch', '--status-host=queues.webkit.org', '-..." exit_code: 1

ERROR: /mnt/git/webkit-commit-queue/Source/WebCore/ChangeLog neither lists a valid reviewer nor contains the string "Unreviewed" or "Rubber stamp" (case insensitive).

Full output: http://queues.webkit.org/results/13714149
Comment 3 Andrey Kosyakov 2012-09-03 02:57:15 PDT
Committed r127415: <http://trac.webkit.org/changeset/127415>