caillon%redhat.com
2942b87202
306 // note: once we have an IconRef,
...
307 // we MUST release it before exiting this method!
r=timeless,sr=jst over irc. no bug.
2004-05-13 01:43:02 +00:00
bzbarsky%mit.edu
68f1885217
Don't reset the notification timer on every parse start/stop. This speeds up
...
flurries of little document.write calls a good bit. Bug 242899, r=peterv,
sr=jst
2004-05-13 01:39:29 +00:00
wchang0222%aol.com
922ba661c4
Bugscape bug 57081: If the make variable NISCC_TEST is defined at build
...
time, add -DNISCC_TEST to the compile command line. The NISCC_TEST macro
enables special code that's conditionally compiled for NISCC testing.
Modified Files:
cmd/smimetools/Makefile cmd/smimetools/cmsutil.c
lib/ssl/config.mk lib/ssl/manifest.mn
2004-05-13 01:29:15 +00:00
jst%mozilla.jstenback.com
7133578356
Fixing regression bug 243345. Make nsITextContent::SetText() work with non-null terminated strings, and fix silly mistake in nsComboboxControlFrame::GetIndexOfDisplayArea(). Patch partly by bzbarsky@mit.edu, and partly by myself. r+sr=bzbarsky@mit.edu and jst@mozilla.jstenback.com
2004-05-13 01:12:10 +00:00
bugreport%peshkin.net
af35165521
Bug 226411: make DiffStrings handle fields with duplicate values
...
patch by jouni
r=joel,myk
a=justdave
2004-05-12 23:57:31 +00:00
relyea%netscape.com
19097be494
scripts for pk11util
2004-05-12 23:49:39 +00:00
tor%cs.brown.edu
3d43d19eca
Bug 241773 - keep displaying the valid portions of a corrupt animated gif.
...
r=paper, sr=darin
2004-05-12 22:45:16 +00:00
igor%mir2.org
de3ba2521a
Use code similar to optimizer when generating call sequences to avoid tree mutations during code generation
2004-05-12 22:39:40 +00:00
scott%scott-macgregor.org
46f296d67b
the rest of Bug #44863 --> locale files for multiple identities UI
...
sr=bienvenu
2004-05-12 22:29:18 +00:00
scott%scott-macgregor.org
c4d8cb1585
Bug #44863 --> First cut at a UI for multiple identities
...
sr=bienvenu
2004-05-12 22:03:05 +00:00
scott%scott-macgregor.org
39cab9a608
Bug #44863 --> in order to support a UI for multiple identities, we need to implement
...
::RemoveIdentity to remove an identity from an account.
sr=bienvenu
2004-05-12 21:59:19 +00:00
neil%parkwaycc.co.uk
24d83d0689
Bug 191578 "Close Other Tabs" confirmation dialog p=tmeader@gmail.com r=me sr=jag
2004-05-12 21:45:25 +00:00
bryner%brianryner.com
6ad25a557c
Apply NS_HIDDEN to nsCSSValue, nsRuleNode, and nsStyleContext based on profiling data showing that these functions have very high call counts. Bug 227537, r+sr=dbaron.
2004-05-12 21:20:09 +00:00
timeless%mozdev.org
6ed28cb507
Bug 201854 Can't drag/move bookmark from/to/within overflow/dropdown/chevron list of personal toolbar
...
patch by durbacher@gmx.de r=neil sr=jag
2004-05-12 20:23:05 +00:00
igor%mir2.org
3afab15941
1. Fixing bug of forgotten updates to itsWithNesting
...
2. Optimization for calls like name() which similar to the optimizer code
2004-05-12 20:03:23 +00:00
igor%mir2.org
e175972a27
New function ScriptRuntime.notFoundError to throw error on missed properties
...
instead of scattered duplicated code
2004-05-12 19:59:57 +00:00
bryner%brianryner.com
e94dce05c6
Fix XPCOM_BREAK_ON_LOAD by restoring pre-string-branch Find() behavior when starting index is negative. Bug 243429, r+sr=darin
2004-05-12 19:26:30 +00:00
amardare%qnx.com
37d5442c36
Changes for qnx(photon) platform only. It should not affect runtime/building other platforms.
...
Mostly compile fixes due to changed interfaces.
2004-05-12 19:19:01 +00:00
timeless%mozdev.org
e593d6848b
Bug 229812 CSS Errors in themes
...
patch by bob@bclary.com r=neil sr=alecf
2004-05-12 18:51:04 +00:00
scott%scott-macgregor.org
1cac35061a
Bug #44494 -->remember the decision the user makes in the askSendFormat dialog so that we don't ask again.
2004-05-12 18:36:29 +00:00
scott%scott-macgregor.org
410070be4f
Bug #242991 --> fix address book export regression
2004-05-12 18:30:34 +00:00
scott%scott-macgregor.org
48d3656663
Bug #230093 , Bug #181534 , Bug #237095 --> Port thunderbird junk mail improvements to the trunk.
...
Replace the core bayesian junk mail algorithm with a chi-squared probability distribution
modeled after spam bayes and Gary Robinson's work.
Change the model for how we count tokens across messages.
Token counts get out of alignment when re-training against already classified messages.
Revamp the junk mail tokenizer. Make it a hdr sink listener and add custom tokens for attachment
information. Ignore tokens larger than 13 characters. Tokenize purely off of white space.
Ignore tokens less than 3 bytes in length. There is still a lot more work to be done to the tokenizer.
Many thanks to Miguel Varga for working out the initial core algorithm improvement and to all
of the folks at spam bayes and of course Gary Robinson for helping to make this happen.
2004-05-12 18:16:32 +00:00
bienvenu%nventure.com
81faa74f88
fix 221673, mapi send problems when mapi client puts smtp: in front of address, sr=sspitzer
2004-05-12 17:51:44 +00:00
bienvenu%nventure.com
7aeb002528
hide deferred accounts from thunderbird folder pane, sr=mscott 30057
2004-05-12 17:51:00 +00:00
ian.mcgreer%sun.com
416fa5ef5e
program for generating FIPS algorithm test results
2004-05-12 17:30:31 +00:00
amardare%qnx.com
3d67756008
Changes for qnx(photon) platform. They should not affect building/runtime other platforms.
...
Added EmbedDownload to manage the downloads and HeaderSniffer to be used in "Save Target As"
( look for "content-disposition" to provide a filename ).
Changes for handling the unknown mime types/downloading.
2004-05-12 16:49:13 +00:00
mostafah%oeone.com
357740f125
Checked in patch 148316 for bug 242534
2004-05-12 16:30:44 +00:00
neil%parkwaycc.co.uk
be56df8ec5
Bug 243281 Big perf win when sorting threads r=bienvenu sr=mscott
2004-05-12 16:10:14 +00:00
igor%mir2.org
46cd4fd5b5
Removal of Token.GETBASE, Token.GETTHIS, Token.PARENT, Token.NEWTEMP, Token.USETEMP, Node.TEMP_PROP, Node.FIXUPS_PROP, Node.USES_PROP constants which are no longer used after the last changes
2004-05-12 15:00:41 +00:00
igor%mir2.org
05139b4bdc
Instead of transforming parser tree to apply special treatment for call nodes, do that only during code generation .
2004-05-12 13:02:40 +00:00
igor%mir2.org
97e2293d87
Refactoring Codegen.visitCall: preprae for the following switch to generate call without transformer modifications
2004-05-12 10:34:46 +00:00
ben%bengoodger.com
9aa563cc24
.
2004-05-12 10:16:06 +00:00
ben%bengoodger.com
877aea0960
170006 - more downloading updates - clean up properly if the app quits
2004-05-12 09:07:36 +00:00
timeless%mozdev.org
baa7b99581
Bug 102613 UMR: nsReadingIterator<WORD>::*(void)const UMR: Uninitialized memory read in nsScanner::ReadUntil(nsAString&,nsReadEndCondition const&,int)
...
r=heikki sr=darin
2004-05-12 08:07:06 +00:00
ben%bengoodger.com
ee413331a5
170006 more of the download stuff
2004-05-12 07:08:10 +00:00
dveditz%cruzio.com
4e56e87c4a
Fix VC.Net build bustage
2004-05-12 06:59:19 +00:00
timeless%mozdev.org
ae949e44a2
Bug 242970 Server Settings/local directory was changed to \\.\D:\pop3.server.name (Other than C: drive,After 2004-04-29 build)
...
r=bienvenu sr=bienvenu
2004-05-12 06:11:07 +00:00
bugreport%peshkin.net
3f43297620
Bug 226477: Fix undefined method call in Bugzilla::User->in_group
...
r=timeless,a=justdave
2004-05-12 05:11:27 +00:00
bugreport%peshkin.net
682b3cc970
Bug 232861: Prevent references to bugs or comments from being expanded in attachment links
...
r=timeless,a=justdave
2004-05-12 05:08:28 +00:00
ben%bengoodger.com
e71553712c
170006 - more downloading stuff for EM
2004-05-12 05:04:14 +00:00
bugreport%peshkin.net
50d28a7e7a
Bug 227785: Add navigation/summary/last-modified after modifying a bug
...
r=justdave, a=justdave
2004-05-12 05:03:27 +00:00
cls%seawood.org
4a67db537b
Use lowercase for headers instead of mixed case
...
Fixing x-mingw tinderbox bustage.
2004-05-12 04:34:47 +00:00
bugreport%peshkin.net
12333c739a
Bug 240036: Unlock tables after address error before attempting to process footer
...
r=timeless, a=justdave
2004-05-12 04:20:10 +00:00
pinkerton%aol.net
eae5a9ac73
use alternating row bg colors in outliner on panther to make it easier to read
2004-05-12 03:48:08 +00:00
ben%bengoodger.com
4063eb3594
170006 downloading stuff
2004-05-12 03:46:38 +00:00
jst%mozilla.jstenback.com
f66f34f18d
Fix for bug 241058. Debug only crash due to nsCOMPtr's internal checks when QI'ing. r+sr=bzbarsky@mit.edu
2004-05-12 01:57:54 +00:00
pinkerton%aol.net
446e9607ce
fix bookmark manager context menu so they are more consistent. don't show info
...
for folders. deselect when clicking an area where there is no row. (bug
223701)
2004-05-12 01:57:13 +00:00
dbaron%dbaron.org
4823934bb7
Allow building thunderbird with jprof or trace-malloc. r=mscott
2004-05-12 01:18:55 +00:00
mconnor%myrealbox.com
2f2cf8dba4
bug 241210 - new bookmarks have a keyword of undefined, fallout from adding ability to create keyword bookmarks from search fields. patch by pike@pikey.co.uk, r=me, also relocate sizeToContent call to ensure we size properly when hiding the keyword field
2004-05-12 01:08:57 +00:00
brendan%mozilla.org
52117a0765
Make dynamically defined getters and setters enumerable (per afri posting to m.jseng; consistent with original getter=/setter= support in jsinterp.c).
2004-05-12 00:44:23 +00:00