Граф коммитов

145538 Коммитов

Автор SHA1 Сообщение Дата
wtchang%redhat.com b187888740 Bugzilla bug 294122: made the changes I suggested and Howard Chu agreed
on -- removed incomplete WINCE support and support for old Cygwin betas
(before beta 20). (See comments 55 and 57 in the bug report.).
2005-08-16 00:15:15 +00:00
bzbarsky%mit.edu 7cd523c3c6 Use a valid MIME type for the "display" stuff in mailnews. r=bienvenu,
sr=mscott.
2005-08-16 00:06:16 +00:00
mozilla.mano%sent.com a31fb44d08 Bug 304748 - 'Bookmark This Tab' command doesn't work if the context element is the tabbar itself. r=mconnor 2005-08-15 23:44:17 +00:00
mrbkap%gmail.com 77e6b8d4ac Make DEBUG_PAGE_CACHE compile. NPOTB. 2005-08-15 23:35:14 +00:00
scott%scott-macgregor.org 57429ba6cc Bug #267672 --> Request: groups (when "group by sort") should have the number of read and unread emails
Patch originally by John slade <bugzilla@johnslade.co.uk>

sr=bienvenu
2005-08-15 23:14:20 +00:00
myk%mozilla.org ea0b137dab Fix for bug 304362: makes feedview parse W3C-DTF dates correctly; also, fixes several regressions from the checkin for bug 303848, specifically: uncomments call to Feed.init() so feeds get initialized (and dates show up and refresh works); calls the refresh function appropriately so refresh works; disables refresh by default; adds back menu display and refresh prefs; makes refresh pref refer to minutes rather than seconds; and looks for prefs in DOM by correct name (all lowercase, since XSLT forces them to that) so the menu shows up and refresh works. r=mconnor, sr=beng 2005-08-15 22:45:23 +00:00
wtchang%redhat.com f95409ea4c Bugzilla Bug 302212: enable Mac OS X x86 builds to target SDKs. The patch
is contributed by Mark Mentovai <mark@moxienet.com>. r=wtc.
2005-08-15 22:44:22 +00:00
roc+%cs.cmu.edu 85d3e0a8ee Bug 78510. Retry backing out of link-visited notifications, to see how Tp is affected. r+sr=bz 2005-08-15 22:39:29 +00:00
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