Closed
Bug 39396
Opened 25 years ago
Closed 24 years ago
performance problems building the subscribe datasource
Categories
(SeaMonkey :: MailNews: Message Display, defect, P3)
Tracking
(Not tracked)
M18
People
(Reporter: sspitzer, Assigned: sspitzer)
Details
(Keywords: perf, Whiteboard: [nsbeta3-])
get this code to work:
in nsSubscribableServer.cpp
#if 0
rv = mSubscribeDatasource->HasAssertion(parentResource,
kNC_Subscribed, kFalseLiteral, PR_TRUE, &prune);
if(NS_FAILED(rv)) return rv;
#endif
Assignee | ||
Comment 1•25 years ago
|
||
accepting.
Status: NEW → ASSIGNED
Hardware: PC → All
Target Milestone: --- → M17
Comment 2•24 years ago
|
||
is this what is making the subscribe dialog slow? cc'ing alec to see if he
knows the answer to this.
Keywords: nsbeta3
Target Milestone: M17 → M18
Comment 3•24 years ago
|
||
I don't know enough details about the subscribe dialog, but from the few code
reviews I've done of this, I think the answer is yes :)
Assignee | ||
Comment 5•24 years ago
|
||
*** This bug has been marked as a duplicate of 54491 ***
Status: ASSIGNED → RESOLVED
Closed: 24 years ago
Resolution: --- → DUPLICATE
Updated•20 years ago
|
Product: Browser → Seamonkey
Component: MailNews: Subscribe → MailNews: Message Display
QA Contact: huang → search
You need to log in
before you can comment on or make changes to this bug.
Description
•