Closed
Bug 812528
Opened 13 years ago
Closed 13 years ago
Port speculativeConnect changes to search.xml from bug 804655 and bug 722979
Categories
(SeaMonkey :: Search, defect)
SeaMonkey
Search
Tracking
(Not tracked)
RESOLVED
FIXED
seamonkey2.16
People
(Reporter: InvisibleSmiley, Assigned: InvisibleSmiley)
Details
Attachments
(2 files)
1.39 KB,
patch
|
neil
:
review+
|
Details | Diff | Splinter Review |
1.74 KB,
patch
|
neil
:
review+
|
Details | Diff | Splinter Review |
Bug 804655 removed the third parameter from nsISpeculativeConnect's speculativeConnect method, which is only called in search.xml as far as suite code is concerned.
Original changeset: http://hg.mozilla.org/mozilla-central/rev/0d391f23c422
Attachment #682484 -
Flags: review?(neil)
Updated•13 years ago
|
Attachment #682484 -
Flags: review?(neil) → review+
Assignee | ||
Comment 1•13 years ago
|
||
Comment on attachment 682484 [details] [diff] [review]
patch [Checkin: Comment 1]
http://hg.mozilla.org/comm-central/rev/fabc7ce77ee2
Attachment #682484 -
Attachment description: patch → patch [Checkin: Comment 1]
Assignee | ||
Updated•13 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Target Milestone: --- → seamonkey2.16
![]() |
||
Comment 2•13 years ago
|
||
speculativeConnect changed again in Bug 722979 - Add privacy status argument to relevant nsIStrictTransportSecurityService methods
Assignee | ||
Comment 3•13 years ago
|
||
Not sure whether we need this, seems to work with/without the patch.
Attachment #682737 -
Flags: review?(neil)
Comment 4•13 years ago
|
||
Comment on attachment 682737 [details] [diff] [review]
port bug 722979 [Checkin: Comment 7]
This is for support for private browsing windows. I can't remember what we did in other cases when private browsing support was added to shared APIs.
![]() |
||
Comment 5•13 years ago
|
||
We either passed null or a chrome window depending.
Comment 6•13 years ago
|
||
Comment on attachment 682737 [details] [diff] [review]
port bug 722979 [Checkin: Comment 7]
Can't hurt, I guess. Just on a style nit though, I'd prefer to have callbacks declared before searchURI.
Attachment #682737 -
Flags: review?(neil) → review+
Assignee | ||
Comment 7•13 years ago
|
||
Comment on attachment 682737 [details] [diff] [review]
port bug 722979 [Checkin: Comment 7]
http://hg.mozilla.org/comm-central/rev/ceaec9a12250
Hmm, personally I prefer declaring in order of use, but here you are.
Attachment #682737 -
Attachment description: port bug 722979 → port bug 722979 [Checkin: Comment 7]
Assignee | ||
Updated•13 years ago
|
Summary: Port speculativeConnect changes to search.xml from bug 804655 → Port speculativeConnect changes to search.xml from bug 804655 and bug 722979
You need to log in
before you can comment on or make changes to this bug.
Description
•