Closed
Bug 507291
Opened 15 years ago
Closed 12 years ago
Add capability to interact with Safebrowsing test server
Categories
(Toolkit :: Safe Browsing, defect)
Toolkit
Safe Browsing
Tracking
()
RESOLVED
DUPLICATE
of bug 502932
People
(Reporter: gcasto, Unassigned)
Details
I think that this should mostly involve talking to a different server (localhost, port 40101 at the moment) and appending a step parameter to every request to the server (i.e. ?test_step=1). The step would start at 1 and be incremented after you finish parsing every downloads request. I should probably be one of the reviewers of the patch.
Comment 1•15 years ago
|
||
Probably best if we made a private interface for this that had a method looking something like this (feedback wanted):
void useTestServer(nsIURI aBaseURI);
David - would you have time to work on this?
Updated•12 years ago
|
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → DUPLICATE
Assignee | ||
Updated•11 years ago
|
Product: Firefox → Toolkit
You need to log in
before you can comment on or make changes to this bug.
Description
•