Commit Graph

145530 Commits

Author SHA1 Message Date
bsmedberg%covad.net
a66fd0ca11 Bug 299992 followup - open in binary mode on windows, and honor semicolon as a comment marker also r=shaver 2005-08-15 22:13:56 +00:00
wtchang%redhat.com
e758a9999b Bugzilla Bug 298612: make sure that the int argument that we pass to the
isspace, etc. macros is EOF or between 0 and 255. r=nelsonb.
2005-08-15 22:06:47 +00:00
dmose%mozilla.org
89f4b64970 Make new event dialog unable to create events that end before they start (bug 304463), r=pavlov@pavlov.net 2005-08-15 21:49:44 +00:00
wtchang%redhat.com
5e25df8763 Bugzilla Bug 298957: removed a comment. The code already does what the
comment asked for. r=relyea.
2005-08-15 21:34:42 +00:00
relyea%netscape.com
80d892f39d Bug 225034 Certificate Manager Crashes Mozilla [@ nsCertTree::CmpByCrit]
sr=brendan r=wtc a=dbaron

The issue is the use of the PL_DHash* functions. It's possible that a given call
to PL_DHashOperate which adds a new entry may cause the hash table to expand,
and all the existing entries to be reallocated. PL_DHash does this by allocating
new memory, then copying the entries.

getCacheEntry() returns one of these hash entries. CmpBy() makes two consecutive
calls to getCacheEntry, then uses the returned entries for it's comparisons. If
the second entry call causes a new entry to be added to the table, and causes
the hash table to expand, the pointer to the first entry we retrieved will point
to freed memory.

The fix is to make the usable entry a pointer in the hashtable entry, and return
that pointer. When the hashtable rebuilds it's entries, the pointer will be
copied to the new entry and not be disturbed.
2005-08-15 21:23:51 +00:00
wtchang%redhat.com
55197b5cfd Bugzilla Bug 289530: fixed signed/unsigned comparison compiler warnings.
Fixed compilation errors of new ECC code added in the previous checkin.
r=nelsonb.
2005-08-15 21:23:39 +00:00
jminta%gmail.com
8a4179c23d Bug 297410 again. Confirmed that this is not the source of solaria orange. r=mvl 2005-08-15 21:22:16 +00:00
scott%scott-macgregor.org
c22b966cbc Bug #269483 --> the check for updates menu item needs to be iconic so we the animated throbber shows
up when downloading an update.
2005-08-15 21:14:59 +00:00
scott%scott-macgregor.org
b761d805ca Porting the changes for Bug #302269 to Thunderbird. Fixes some Thunderbird padding issues with the software update wizard. 2005-08-15 21:06:36 +00:00
scott%scott-macgregor.org
9428666664 Bug #269483 --> remove some obsolete auto update UI 2005-08-15 20:58:12 +00:00
jminta%gmail.com
d6b2cb0eae Backing out patch for Bug 297410 to see if it's responsible for solaria orange 2005-08-15 20:33:34 +00:00
jminta%gmail.com
f67f52f5e2 Bug 304352 Fix checkmarks on percent complete in task context menu, plus whitespace cleanup r=mvl npotb 2005-08-15 19:13:47 +00:00
mozilla.mano%sent.com
b3e1d5f665 bug 304436 - [mac] RSS button is displayed empty. patch from Kevin Gerich (on bug 303848). 2005-08-15 19:11:01 +00:00
mvl%exedo.nl
dbdcfe4ec8 Bug 304567, Sort by calendar name fails. patch by gekacheka, r=mvl 2005-08-15 19:01:07 +00:00
relyea%netscape.com
29e52be20d Remove ^M from the tree version of mpcpucache.c 2005-08-15 19:00:17 +00:00
lpsolit%gmail.com
fa9d1a7629 Bug 304642: Bugzilla::Flag::GetTarget() should be called internally by Bugzilla::Flag::process() - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r/a=myk 2005-08-15 18:48:14 +00:00
jminta%gmail.com
f1d40f5c49 Bug 297410 Define 'extensions.update.url' to make the 'Update' button functional r=mvl npotb 2005-08-15 18:35:03 +00:00
scott%scott-macgregor.org
fd7d620bee Bug #304042 --> Add separator line under "Check for updates" like in firefox 2005-08-15 18:34:15 +00:00
bsmedberg%covad.net
f0d2e05a7e Bug 299992 (re-landing) - Move pldhash etc. into the xpcom glue, and centralize various instances of nsINIParser in the xpcom glue. Some files were cvscopied from xpcom/ds to xpcom/glue r=brendan/darin 2005-08-15 18:29:55 +00:00
mrbkap%gmail.com
2b7c7bca7a bug 303267: Store the entire inner window in the window state holder instead of copying properties and restoring them. This fixes going back and forth with the bfcache on when the page gone to has javascript in it. r=jst sr=bryner 2005-08-15 18:16:42 +00:00
mvl%exedo.nl
981274f805 Bug 304617 Completed date mouseover preview js error. patch by gekacheka, r=mvl 2005-08-15 18:05:11 +00:00
lpsolit%gmail.com
90c3d4c720 Bug 304660: PerformSubsts() should be in Util.pm instead of BugMail.pm - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r=mkanat a=myk 2005-08-15 17:58:19 +00:00
lpsolit%gmail.com
9bc783cb1d Bug 304653: remove 'use Bugzilla::Error' from Util.pm - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r=mkanat a=myk 2005-08-15 17:43:38 +00:00
wtchang%redhat.com
7411fa21d9 Set NSPR version to 4.6.1 Beta.
Modified files: configure configure.in repackage.sh prinit.h vercheck.c
2005-08-15 17:38:07 +00:00
saul.edwards%sun.com
95723d010a Bug 285932: Faster SHA1 implementation for AMD64: sha-fast-amd64-sun.s is
currently only for Solaris AMD 64 when using Sun studio compilers.
2005-08-15 16:55:22 +00:00
dmose%mozilla.org
bd7db8b452 Fix bogus warning when serializing events with a floating timezone to ICS (bug 303983), r=shaver. 2005-08-15 16:40:16 +00:00
doronr%us.ibm.com
cfe6f6a0e5 Bug 303058 - Missing plugin bar no longer appears. r=mconnor 2005-08-15 15:46:51 +00:00
dougt%meer.net
4169d30328 Minimo only. increasing text zoom to 90%. Allowing us to dial any text. 2005-08-15 15:25:53 +00:00
gavin%gavinsharp.com
db89c71668 Bug 304469 : Add -new-tab option to auto-remote, r=benjamin 2005-08-15 14:01:10 +00:00
bsmedberg%covad.net
117312096d Bug 299992 bustage fixup - no need for intl makefiles to define __STDC__, which causes "strdup" to not be declared on windows. r=jshin r2=cls 2005-08-15 13:35:39 +00:00
peterv%propagandism.org
634525a4d1 Fix for bug 303522 (cvs diff content/base/src/nsDocument.cpp! Object's nsIClassInfo lies about it's interfacescvs diff content/base/src/nsDocument.cpp! classname: HTMLDocument unimplemented interface name: nsIDOMXPathEvaluator). r/sr=jst. 2005-08-15 13:18:59 +00:00
jminta%gmail.com
a7e445b38f Bug 243793 Add 'Edit Task' option to tasklist context menu r=mvl npotb 2005-08-15 12:57:50 +00:00
jminta%gmail.com
b831e6d9a3 Bug 303570 Remove obsolete gICalLib and gEventSource r=mvl npotb 2005-08-15 12:49:14 +00:00
jminta%gmail.com
0eebb6cec9 Bug 275695 Fix 'Select All' menu option to use the new interfaces r=mvl npotb 2005-08-15 12:36:45 +00:00
dougt%meer.net
5b1577c9ce WinCE only.
Defines off_t.  Also adding env var for TMP directory.
2005-08-15 06:21:25 +00:00
bzbarsky%mit.edu
e0e18d1e36 Removing unused code. Bug 303102, r+sr=jst 2005-08-15 02:49:22 +00:00
nboyd%atg.com
3a2d85fe19 Doc changes for 1.6R2. 2005-08-15 02:43:50 +00:00
bzbarsky%mit.edu
8145e9fc00 Don't leak radio visitors through shutdown. Bug 302706, r+sr=jst 2005-08-15 02:42:59 +00:00
bzbarsky%mit.edu
c7191e818a Make the one-arg version of scrollIntoView scriptable in IDL. Bug 296965,
r+sr=jst.
2005-08-15 02:37:14 +00:00
bzbarsky%mit.edu
8a248261af Make table.rows["rowid"] work like it should. Bug 295561, r+sr=jst 2005-08-15 02:34:21 +00:00
justdave%bugzilla.org
f3f3f661e9 Bug 303413: Remove "use Bugzilla" from all of the pm files. All of the cgi files already have it loaded, and it causes circular dependencies.
Patch by Max Kanat-Alexander <mkanat@bugzilla.org>
r=justdave a=justdave
2005-08-14 22:34:32 +00:00
lpsolit%gmail.com
1866c7d01d Bug 304588: Remove 'use Bugzilla::User' from DB.pm - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r=mkanat a=justdave 2005-08-14 16:46:04 +00:00
steffen.wilberg%web.de
8f0dcbee49 Bug 222654: global/scrollbars.css for native scrollbars different on Mac (many Firefox themes break scrollbars on Mac). Use nativescrollbars.css and xulscrollbars.css and ship both files on all platforms. r=neil, kevin, sr=bz 2005-08-14 16:23:37 +00:00
igor%mir2.org
12199852d5 Addressing bug 303460:
1. Now shell can take compile script. This based on the initial patch from
Patrick Beard <pcbeard@mac.com>.

2. Using common code to read source and compiled scripts and for script
execution.
2005-08-14 14:36:17 +00:00
igor%mir2.org
1263f7496d Cosmetics: removal of end-of-line whitespace 2005-08-14 14:24:52 +00:00
gavin%gavinsharp.com
a7633097d8 Bug 253234: Add option to set junk mail as read, backend patch by Jens Bannmann <jens.b@web.de>, r=dmose, sr=bienvenu 2005-08-14 12:59:58 +00:00
dougt%meer.net
e3624203c0 Minimo only changes.
1) makes linux compile (but still doesnt run)
2) uses the generic factory approach to create standard component overrides.
3) implemented fullscreen interface for window ce.
2005-08-14 05:49:09 +00:00
dougt%meer.net
3d3e98c72d Fixing build bustage of Minimo on linux. NPODB 2005-08-14 05:39:00 +00:00
dougt%meer.net
69dc8848e1 Fixing windows ce build bustage. WS_CHILDWINDOW is not supported. 2005-08-14 04:01:58 +00:00
gavin%gavinsharp.com
174a7e3247 Bug 304233: fix "preference has no properties" error in advanced JS Options, patch by Ronny Perinke <ronny.perinke@gmx.de>, r=mconnor 2005-08-13 22:51:50 +00:00