Confirmed users
908
edits
(→QA: add missing pref for JS debugging) |
(→Engineering: Mention the tests that are on central.) |
||
Line 85: | Line 85: | ||
When the [https://dxr.mozilla.org/mozilla-central/rev/f8086bd3c84fc1a42c3625cf3cc2253f0a5e8cfd/docshell/base/nsDocShell.cpp#7613 classification state of the page changes], the appropriate UI [https://dxr.mozilla.org/mozilla-central/rev/f8086bd3c84fc1a42c3625cf3cc2253f0a5e8cfd/docshell/base/nsDocShell.cpp#4854 is shown]. | When the [https://dxr.mozilla.org/mozilla-central/rev/f8086bd3c84fc1a42c3625cf3cc2253f0a5e8cfd/docshell/base/nsDocShell.cpp#7613 classification state of the page changes], the appropriate UI [https://dxr.mozilla.org/mozilla-central/rev/f8086bd3c84fc1a42c3625cf3cc2253f0a5e8cfd/docshell/base/nsDocShell.cpp#4854 is shown]. | ||
=== Tests === | |||
Here are all of the tests which are relevant to Safe Browsing: | |||
./mach gtest UrlClassifier* | |||
./mach test toolkit/components/url-classifier/tests/browser/ | |||
./mach test toolkit/components/url-classifier/tests/unit/ | |||
./mach test toolkit/components/url-classifier/tests/mochitest/ | |||
as well as the ones in <tt>testing/firefox-ui/tests/functional/safebrowsing/</tt>. | |||
Also relevant are the [[Security/Tracking_protection#Tests|Tracking Protection tests]]. | |||
= QA = | = QA = |