[Webkit-unassigned] [Bug 184419] Write a script that detects chart changes by using v3 API.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue May 1 13:47:42 PDT 2018


https://bugs.webkit.org/show_bug.cgi?id=184419

--- Comment #8 from dewei_zhu at apple.com ---
Comment on attachment 339165
  --> https://bugs.webkit.org/attachment.cgi?id=339165
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=339165&action=review

>> Websites/perf.webkit.org/tools/run-analysis.js:32
>> +        global.RemoteAPI = new RemoteAPI(serverConfig.server);
> 
> I don't think this makes sense. We should just construct a local instance.

We need to change the global object because this remote api is used by multiple places for example `Manifest.fetch`. We may consider we can find a way to do this without overwriting the global object.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20180501/eb574916/attachment.html>


More information about the webkit-unassigned mailing list