RESOLVED FIXED 184766
Tool scripts should not use PrivilegedAPI from 'public/v3/privileged-api.js'.
https://bugs.webkit.org/show_bug.cgi?id=184766
Summary Tool scripts should not use PrivilegedAPI from 'public/v3/privileged-api.js'.
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.