Closed
Bug 108577
Opened 24 years ago
Closed 24 years ago
automate mailnews leak / bloat measuring, tie into tinderbox
Categories
(SeaMonkey :: MailNews: Message Display, defect)
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: sspitzer, Assigned: vparthas)
References
()
Details
Attachments
(3 files)
|
995 bytes,
text/plain
|
Details | |
|
1.84 KB,
text/plain
|
Details | |
|
519 bytes,
patch
|
sspitzer
:
superreview+
|
Details | Diff | Splinter Review |
automate leak / bloat measuring, tie into tinderbox
| Reporter | ||
Comment 1•24 years ago
|
||
talking with varada and mscott, here's what we should do:
add this in conditionally, using overlays.
do it all as an extension.
see mozilla/mailnews/extensions. I suggest you add
mozilla/mailnews/extensions/automation
see how mscott's did BUILD_SMIME, mozilla/mailnews/extensions/smime
then, the tinderbox can be tweaked to build with BUILD_MAIL_AUTOMATION, and it
will only affect that build, not release builds or developer builds.
as for what to do in your overlay, you'll have some simple .xul and some non-
simple .js
in .js will register an event listener for "load" (see threadPane.js)
and then, on load, set up a timer that does the first action.
using timers, you can drive the app.
for starters, just get it to exit 20 seconds after startup.
once you got the basics working, you can extend it.
Updated•24 years ago
|
Summary: automate leak / bloat measuring, tie into tinderbox → automate mailnews leak / bloat measuring, tie into tinderbox
| Reporter | ||
Comment 4•24 years ago
|
||
I tried it out, and it does the trick. nice work.
what's left:
1) linux build, see mozilla/mailnews/makefiles and mozilla/config/config.mk
2) working with mcafee to hook this up to tbox.
| Reporter | ||
Comment 6•24 years ago
|
||
Comment on attachment 58000 [details] [diff] [review]
adding Makefiles
sr=sspitzer
Attachment #58000 -
Flags: superreview+
Comment 7•24 years ago
|
||
I'm pretty sure this got checked in since we have the mailnews tinderbox builds,
so marking fixed.
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
QA Contact: esther → stephend
Verified FIXED...
http://tinderbox.mozilla.org/showbuilds.cgi?tree=SeaMonkey-Testerbox
Status: RESOLVED → VERIFIED
Updated•21 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•