Bug 184766

Summary: Tool scripts should not use PrivilegedAPI from 'public/v3/privileged-api.js'.
Product: WebKit Reporter: dewei_zhu
Component: New BugsAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: dewei_zhu, rniwa, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 184419    
Attachments:
Description Flags
Patch
none
Patch
none
Patch rniwa: review+

dewei_zhu
Reported 2018-04-18 18:30:27 PDT
Tool scripts should not use PrivilegedAPI from 'public/v3/privileged-api.js'.
Attachments
Patch (9.01 KB, patch)
2018-04-18 18:39 PDT, dewei_zhu
no flags
Patch (9.11 KB, patch)
2018-04-19 22:30 PDT, dewei_zhu
no flags
Patch (10.27 KB, patch)
2018-04-20 11:41 PDT, dewei_zhu
rniwa: review+
dewei_zhu
Comment 1 2018-04-18 18:39:34 PDT
Ryosuke Niwa
Comment 2 2018-04-18 20:44:35 PDT
Comment on attachment 338293 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=338293&action=review > Websites/perf.webkit.org/server-tests/api-upload-root-tests.js:12 > +global.PrivilegedAPI = require('../public/v3/privileged-api.js').PrivilegedAPI; This should probably be done in TestServer.inject so that when all these tests are ran at the same time, we use the correct version of PrivilegedAPI instead of whichever loaded last.
dewei_zhu
Comment 3 2018-04-19 22:30:26 PDT
dewei_zhu
Comment 4 2018-04-20 11:41:14 PDT
Ryosuke Niwa
Comment 5 2018-04-20 16:57:06 PDT
Comment on attachment 338444 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=338444&action=review > Websites/perf.webkit.org/tools/js/privileged-api.js:8 > + for (let key in data) Use const. > Websites/perf.webkit.org/unit-tests/resources/mock-remote-api.js:63 > + inject: function (urlPrefix, useNodePrivilegedAPI) We should make inject either make a dictionary or the second argument should be a string specifying the type of PrivilegedAPI we use; e.g. 'browser' (default) / 'node'. > Websites/perf.webkit.org/unit-tests/resources/mock-remote-api.js:67 > + const hookPrivilegedAPI = useNodePrivilegedAPI ? NodePrivilegedAPI: BrowserPrivilegedAPI; Use call this PrivilegedAPI.
Ryosuke Niwa
Comment 6 2018-04-24 20:55:16 PDT
Radar WebKit Bug Importer
Comment 7 2018-04-24 20:56:18 PDT
Note You need to log in before you can comment on or make changes to this bug.