Bug 151483 - Perf dashboard always fetches charts JSON twice
Summary: Perf dashboard always fetches charts JSON twice
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Perf Dashboard (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Ryosuke Niwa
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-11-19 22:21 PST by Ryosuke Niwa
Modified: 2016-02-16 13:53 PST (History)
7 users (show)

See Also:


Attachments
Fixes the bug (1.84 KB, patch)
2015-11-19 22:26 PST, Ryosuke Niwa
kling: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Ryosuke Niwa 2015-11-19 22:21:05 PST
http://trac.webkit.org/changeset/192611 fixed the bug that
we were never showing the charts until JSON files are fetched for the second time
but we're still always fetching JSON files twice :(
Comment 1 Ryosuke Niwa 2015-11-19 22:26:40 PST
Created attachment 265941 [details]
Fixes the bug
Comment 2 Andreas Kling 2015-11-20 11:06:17 PST
Comment on attachment 265941 [details]
Fixes the bug

<3!!!
r=me
Comment 3 Ryosuke Niwa 2015-11-20 12:35:20 PST
Committed r192690: <http://trac.webkit.org/changeset/192690>