Commit Graph

137035 Commits

Author SHA1 Message Date
vladimir%pobox.com
c4e4b7e063 remove double-use of i index in loop 2005-01-04 22:46:05 +00:00
cbiesinger%web.de
b233fca20b Bug 276807 add DumpJSValue helper function for debugging
r=dbradley sr=brendan
2005-01-04 22:15:09 +00:00
wtchang%redhat.com
467935176b Bugzilla Bug 276180: defend against invalid arguments to PK11_HashBuf
and PK11_DigestOp. r=nelsonb.
2005-01-04 22:00:01 +00:00
scott%scott-macgregor.org
e05bad2ecc Remove some ifdef debug_mscott lines 2005-01-04 21:45:28 +00:00
scott%scott-macgregor.org
24ce2a496c Remove some dump statements from mailnews specific overlay code 2005-01-04 21:43:36 +00:00
scott%scott-macgregor.org
67cdc7b6a9 remove dump statement 2005-01-04 21:41:32 +00:00
mattwillis%gmail.com
d15778330c bug 272732
more fixes to eventdialog.js/xul - rev8 patch
todo alarms are now correctly handled, rejecting invalid combinations of enabled pickers and alarm related properties
r=pavlov@pavlov.net
2005-01-04 21:38:35 +00:00
bzbarsky%mit.edu
aed64e9bfb Don't pass null frames to nsHTMLReflowState::GetContainingBlockFor. Bug
273458, r+sr=dbaron
2005-01-04 20:17:25 +00:00
wtchang%redhat.com
abaeeab5d4 Bugzilla Bug 274751: fixed the regression that the *.res files were not
removed by the various clean or clobber makefile targets.  r=cls.
2005-01-04 19:52:10 +00:00
bzbarsky%mit.edu
99df5c71c0 Make people that want empty strings use EmptyC?String(). Bug 232691, patch by
Daniel Kraft <d@daniel-kraft.net>, r=jst, sr=bzbarsky
2005-01-04 19:31:31 +00:00
bzbarsky%mit.edu
3e3cf2b0c3 Fix camino bustage from bug 241082 2005-01-04 19:16:51 +00:00
bryner%brianryner.com
f31f2a3235 Fix unresolved symbols when building svg using a version of gcc that supports the visibility pragma. Bug 273336, r=dbaron. 2005-01-04 19:02:24 +00:00
wtchang%redhat.com
9759f380eb Bugzilla bug 276170: fixed unused variable addrp on some platforms.
Fixed the bug that addr rather than addrp was used.  r=timeless,darin.
2005-01-04 18:37:24 +00:00
wtchang%redhat.com
ddbea8b6fc Bugzilla bug 273624: fixed the regression (from NSS 3.3.x) that
NSS_Initialize didn't report the SEC_ERROR_BAD_DATABASE error if
the NSS databases haven't been created.  r=nelsonb,relyea.
Modified Files: pk11wrap/pk11err.c pk11wrap/pk11load.c
                softoken/dbinit.c softoken/pkcs11n.h
2005-01-04 18:20:00 +00:00
bienvenu%nventure.com
e244cb6252 fix 190775 patch by ch.ey@gmx.net, some error messages from smtp server not displayed to user, r=bienvenu, sr=mscott 2005-01-04 17:28:47 +00:00
doronr%us.ibm.com
faa8ecd75c Not part of default build. Module names need to be valid c++ identifiers, patch by darin. 2005-01-04 17:24:13 +00:00
mattwillis%gmail.com
e0f711d653 bug 272732
more work on eventdialog.xul/js
priority level support now working correctly
ui updates to todo - unifying completed/cancelled/status widgets
alarm groupbox removed and widgets added to details
r=pavlov@pavlov.net
2005-01-04 17:03:13 +00:00
doronr%us.ibm.com
94bb5d4dfc Not part of default build. Remove unused code from Schema Validator so that it can build without pernding nsSchemaLoader changes. 2005-01-04 17:00:30 +00:00
silver%warwickcompsoc.co.uk
ff3189939b No bug - Swap evil and angry emoticons as should have happened when 0.9.67 landed, but CVS didn't notice.
ChatZilla only.
r=samuel@sieb.net
2005-01-04 16:55:30 +00:00
bzbarsky%mit.edu
cf1a563b1a Don't do recursive invalidation in the GTK2 widget impl -- the viewmanager
already recurses, and does a smarter job of it.  Partial fix for bug 266582,
r=blizzard, sr=bryner
2005-01-04 16:34:36 +00:00
bsmedberg%covad.net
e1a72d5a9a Bug 276592 - NS_OS_CURRENT_WORKING_DIR is not implemented. r=darin 2005-01-04 16:28:50 +00:00
cbiesinger%web.de
2054222965 more firefox bustage 2005-01-04 14:30:49 +00:00
neil%parkwaycc.co.uk
fbbc66a55b Consistent selector order in style rules b=257280 p=gautheri@noos.fr r+sr=me 2005-01-04 14:24:04 +00:00
cbiesinger%web.de
4781787c1d fixing firefox bustage 2005-01-04 14:13:00 +00:00
cbiesinger%web.de
2556456572 Bug 241082 exthandler should require just nsITransfer, not nsIDownload
patch by Zbigniew Braniecki <gandalf@firefox.pl> r=biesi sr=darin
2005-01-04 13:40:51 +00:00
Stefan.Borggraefe%gmx.de
ff8694b36a Bug 234690: Need UI for the hidden preference "mailnews.thread_pane_column_unthreads"
r=neil, sr=bienvenu
2005-01-04 07:47:38 +00:00
joshmoz%gmail.com
276f49ac6e remove broken bookmark detection code. b=276657 sr=pinkerton 2005-01-04 04:24:27 +00:00
dbaron%dbaron.org
17c2a55125 Quiet warning by defining extrafiles to empty string. 2005-01-04 03:41:19 +00:00
bzbarsky%mit.edu
645d1adf2e Touching this file in hopes of fixing the Windows dep bustage. 2005-01-04 02:35:13 +00:00
mrbkap%gmail.com
ebce3348ed bug 275651: Fix a potential crash because of a bad use of nsScanner::SetPosition. r=jst sr=dmose 2005-01-04 02:31:53 +00:00
smfr%smfr.org
821468a25c Commit the CFRunLoop patch from bug 271050 for plevent handling. This uses a CFRunLoopSource to process plevents from the applications's main event loop. r=pinkerton. 2005-01-04 02:02:01 +00:00
brendan%mozilla.org
b7db19beeb Fix a bogus assertion and related bogus code that bit dmose (246441). 2005-01-03 23:57:56 +00:00
bzbarsky%mit.edu
6c0ddda12c Fixing mac bustage 2005-01-03 23:44:56 +00:00
bzbarsky%mit.edu
8246413d48 Remove incorrect code that unnecessarily pushes pseudo-frame state and causes
frames to be lost.  Bug 271422, r=bernd, sr=roc
2005-01-03 23:39:38 +00:00
bzbarsky%mit.edu
3ed123a486 Use GetOwnerDoc in GetTextContent, since this makes sense for nodes not
currently in the DOM tree.  Bug 276880, r+sr=peterv
2005-01-03 23:37:25 +00:00
vladimir%pobox.com
c88b490207 updated FE for new recurrence bits; also some todo fixes 2005-01-03 23:33:16 +00:00
vladimir%pobox.com
cdb84a5dc8 more recurrence handling goop: single RDATE/EXDATEs supported (no more dateset); serializing to ICS works correctly; storage handles all item cases now; added compiled-in VTIMEZONE data for olson timezones (generated from libical olson VTIMEZONE files) -- bugs on output, TZ bits disabled for now; updates to storage and caldav for support. 2005-01-03 23:32:28 +00:00
vladimir%pobox.com
9a4362c8f7 thinko. or cutandpasteo, up to you. 2005-01-03 23:24:22 +00:00
vladimir%pobox.com
b56e14b17d Added reset() to calIDateTime; updated Todo back-end bits (cruft fixing). notpartofthebuild 2005-01-03 23:08:13 +00:00
bzbarsky%mit.edu
1601d80e99 Remove the long-deprecated nsIWebShell interface. Bug 273319, r=biesi, sr=jst. 2005-01-03 22:51:17 +00:00
mostafah%oeone.com
07d703f053 Updated translation 2005-01-03 22:07:11 +00:00
mrbkap%gmail.com
5e4db8e7eb bug 276149: Remove nsScanner::Eof() and fix error handling in nsScanner.cpp. patch by Hans-A.Engel@unibas.ch r=mrbkap sr=brendan 2005-01-03 22:06:27 +00:00
mrbkap%gmail.com
b0dd3a51e4 bug 254989: assertion in htmlparser because the serializer doesn't collect skipped content. r=peterv sr=jst 2005-01-03 21:48:53 +00:00
mattwillis%gmail.com
6fddcdd596 bug 272732
applying patch rev5
more updates to eventDialog.js/xul per suggestions in irc
r=pavlov@pavlov.net
2005-01-03 21:37:04 +00:00
mattwillis%gmail.com
b1ff0f18b6 bug 276655
part of About Sunbird dialog update
r=mostafah
2005-01-03 21:21:13 +00:00
mattwillis%gmail.com
412b460e7d bug 226209 - clean up code bug
removes tabs and craziness from dragDrop.js
r=mostafah
2005-01-03 21:18:41 +00:00
mostafah%oeone.com
e3743668b2 Removed extra semicolon 2005-01-03 21:12:26 +00:00
mattwillis%gmail.com
0ccc9453ac bug 276655
Updating the About Sunbird dialog, and adding the credits
r=mostafah
2005-01-03 21:06:19 +00:00
gerv%gerv.net
0afaafbd6d Bug 272620: avoid XSS problem with internal error messages. Patch by gerv; r=justdave; a=justdave. 2005-01-03 20:54:57 +00:00
silver%warwickcompsoc.co.uk
9a2132d44a Bug 229594 - Update help for *-pref commands, and leave/delete-view.
ChatZilla only.
r=silver@warwickcompsoc.co.uk
p=gk1987@gmail.com (Gijs Kruitbosch)
2005-01-03 20:24:57 +00:00