Remove usage of GetURI in nsContentSecurityManager.cpp
Categories
(Core :: DOM: Security, task, P2)
Tracking
()
Tracking | Status | |
---|---|---|
firefox73 | --- | fixed |
People
(Reporter: sstreich, Assigned: sstreich)
References
(Blocks 1 open bug)
Details
(Keywords: perf-alert, Whiteboard: [domsecurity-active])
Attachments
(1 file)
See Metabug
Assignee | ||
Comment 1•5 years ago
|
||
Updated•5 years ago
|
Comment 3•5 years ago
•
|
||
Backed out for perma fails on test_isOriginPotentiallyTrustworthy.
Failure log: https://treeherder.mozilla.org/logviewer.html#/jobs?job_id=277621761&repo=autoland&lineNumber=2688
Backout: https://hg.mozilla.org/integration/autoland/rev/1f587499f911f40f1417a7c8a0795f23d21cc293
This also caused:
https://treeherder.mozilla.org/logviewer.html#/jobs?job_id=277621741&repo=autoland&lineNumber=29306
https://treeherder.mozilla.org/logviewer.html#/jobs?job_id=277621540&repo=autoland&lineNumber=10210
https://treeherder.mozilla.org/logviewer.html#/jobs?job_id=277619983&repo=autoland&lineNumber=4563
Assignee | ||
Comment 4•5 years ago
|
||
Sorry about that, fixed the Test should now work probably 🤞
Comment 6•5 years ago
|
||
Backed out changeset 74162d71ef4d (bug 1597704) for failing at browser_insecurePasswordConsoleWarning.js on a CLOSED TREE.
Backout link: https://hg.mozilla.org/integration/autoland/rev/d89bbe494f6b6f1fc9839bdb204afaf64d42f75c
Push with failures: https://treeherder.mozilla.org/#/jobs?repo=autoland&resultStatus=testfailed%2Cbusted%2Cexception&revision=74162d71ef4d440cc28f8e9c76b7142483d1daf9&selectedJob=278251512
Log link: https://treeherder.mozilla.org/logviewer.html#/jobs?job_id=278251512&repo=autoland&lineNumber=24282
Log snippet:
[task 2019-11-26T17:11:08.577Z] 17:11:08 INFO -
[task 2019-11-26T17:11:08.580Z] 17:11:08 INFO - Console message: [JavaScript Error: "_fillForm: autofillResult must be specified" {file: "resource://gre/modules/LoginManagerChild.jsm" line: 2104}]
[task 2019-11-26T17:11:08.581Z] 17:11:08 INFO - _fillForm@resource://gre/modules/LoginManagerChild.jsm:2104:15
[task 2019-11-26T17:11:08.581Z] 17:11:08 INFO - loginsFound@resource://gre/modules/LoginManagerChild.jsm:980:10
[task 2019-11-26T17:11:08.581Z] 17:11:08 INFO - promise callback*_fetchLoginsFromParentAndFillForm@resource://gre/modules/LoginManagerChild.jsm:867:8
[task 2019-11-26T17:11:08.581Z] 17:11:08 INFO - _processDOMFormHasPasswordEvent@resource://gre/modules/LoginManagerChild.jsm:750:10
[task 2019-11-26T17:11:08.581Z] 17:11:08 INFO - onDOMFormHasPassword@resource://gre/modules/LoginManagerChild.jsm:737:12
[task 2019-11-26T17:11:08.582Z] 17:11:08 INFO - handleEvent@resource://gre/modules/LoginManagerChild.jsm:536:14
[task 2019-11-26T17:11:08.582Z] 17:11:08 INFO -
[task 2019-11-26T17:11:08.582Z] 17:11:08 INFO - Buffered messages finished
[task 2019-11-26T17:11:08.583Z] 17:11:08 INFO - TEST-UNEXPECTED-FAIL | toolkit/components/passwordmgr/test/browser/browser_insecurePasswordConsoleWarning.js | Test timed out -
[task 2019-11-26T17:11:08.583Z] 17:11:08 INFO - GECKO(8164) | MEMORY STAT | vsize 3165MB | residentFast 382MB | heapAllocated 124MB
[task 2019-11-26T17:11:08.583Z] 17:11:08 INFO - TEST-OK | toolkit/components/passwordmgr/test/browser/browser_insecurePasswordConsoleWarning.js | took 90062ms
[task 2019-11-26T17:11:08.583Z] 17:11:08 INFO - Not taking screenshot here: see the one that was previously logged
[task 2019-11-26T17:11:08.584Z] 17:11:08 INFO - TEST-UNEXPECTED-FAIL | toolkit/components/passwordmgr/test/browser/browser_insecurePasswordConsoleWarning.js | Found a tab after previous test timed out: http://example.com/browser/toolkit/components/passwordmgr/test/browser/form_basic.html -
[task 2019-11-26T17:11:08.585Z] 17:11:08 INFO - GECKO(8164) | ++DOCSHELL 0x7f4fe04cc800 == 1 [pid = 11021] [id = {4bd8518c-a9a7-4ae3-81c7-6e0940cfea71}]
[task 2019-11-26T17:11:08.585Z] 17:11:08 INFO - GECKO(8164) | ++DOMWINDOW == 1 (0x7f4fe0320f20) [pid = 11021] [serial = 1] [outer = (nil)]
[task 2019-11-26T17:11:08.586Z] 17:11:08 INFO - GECKO(8164) | ++DOMWINDOW == 2 (0x7f4fe044e800) [pid = 11021] [serial = 2] [outer = 0x7f4fe0320f20]
[task 2019-11-26T17:11:08.590Z] 17:11:08 INFO - checking window state
Comment 7•5 years ago
|
||
test_ext_trustworthy_origin
Another failure which seems to have been introduced with these changes:
https://treeherder.mozilla.org/logviewer.html#/jobs?job_id=278254006&repo=autoland&lineNumber=4868
[task 2019-11-26T17:49:27.420Z] 17:49:27 INFO - TEST-START | xpcshell-remote.ini:toolkit/components/extensions/test/xpcshell/test_ext_trustworthy_origin.js
[task 2019-11-26T17:49:27.954Z] 17:49:27 WARNING - TEST-UNEXPECTED-FAIL | xpcshell-remote.ini:toolkit/components/extensions/test/xpcshell/test_ext_trustworthy_origin.js | xpcshell return code: 0
[task 2019-11-26T17:49:27.954Z] 17:49:27 INFO - TEST-INFO took 577ms
Assignee | ||
Comment 8•5 years ago
|
||
Sorry about that. updated the revision :)
Comment 10•5 years ago
|
||
Backed out changeset 68ff34ec8e96 (Bug 1597704) for causing perma bc3 failures in browser/extensions/formautofill/test/browser/browser_autocomplete_footer.js CLOSED TREE
https://treeherder.mozilla.org/logviewer.html#/jobs?job_id=278633021&repo=autoland&lineNumber=11042
Comment 11•5 years ago
|
||
Comment 12•5 years ago
|
||
Comment 13•5 years ago
|
||
Comment 14•5 years ago
|
||
bugherder |
Comment 15•5 years ago
|
||
Description
•