155001 Commits

Author SHA1 Message Date
brettw%gmail.com
b11c81267c Bug 328862 r=annie.sullivan Potentially uninitialized variable in RemoveChildAt 2006-02-28 18:26:37 +00:00
brettw%gmail.com
02f6d582ff Bug 319910 r=bryner Add bookmark function for redirect-aware bookmark status checking 2006-02-28 17:53:16 +00:00
neil%parkwaycc.co.uk
6b3d137802 Followup patch to bug 207327 to move the "service" string from the name to the value of the category entry where it is interpreted to belong r=timeless sr=bz 2006-02-28 17:36:58 +00:00
brettw%gmail.com
64e57bbffa Bug 327165 r=annie.sullivan Some titles are not remembered 2006-02-28 16:46:14 +00:00
Olli.Pettay%helsinki.fi
30edc27d11 Bug 328566, r+sr=bz 2006-02-28 16:41:31 +00:00
brettw%gmail.com
00429619a1 Bug 324590 r=bryner Make folders update properly when sorting is active 2006-02-28 16:41:03 +00:00
bienvenu%nventure.com
1a3de1c754 fix crash entering smiley<space><space> on unix, sr=mscott, 328606 2006-02-28 15:53:07 +00:00
jocuri%softhome.net
ca55a8b0cd Fix ThrowCodeError calls by giving them an unique ID (tree fix). 2006-02-28 15:41:06 +00:00
mkaply%us.ibm.com
66562ad795 Fix patch from 286557 - need to use app dir, not profile dir for override.ini since there might not be a profile dir yet 2006-02-28 15:28:38 +00:00
jocuri%softhome.net
9782cb321e Fix invalid POD formatting (patch for fixing broken tree - runtests.pl, test 11). 2006-02-28 15:23:32 +00:00
jocuri%softhome.net
76d306de3e Documentation patch -- fix broken tree due to the landing of bug 298341 - Implement code hook mechanism. 2006-02-28 15:00:46 +00:00
jocuri%softhome.net
ba3595875a Patch for bug 298341: Implement code hook mechanism; patch by zach@zachlipton.com, r=timeless, a=justdave. 2006-02-28 14:39:33 +00:00
aaronleventhal%moonset.net
37032d3287 Bug 326564. Better support for unknown accessible roles. r=parente, sr=neil 2006-02-28 14:35:50 +00:00
lpsolit%gmail.com
52a7c378ca Bug 315605: Bugzilla::Field::check_form_field() should not take a CGI object as parameter - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r=wicked a=justdave 2006-02-28 12:52:32 +00:00
dbaron%dbaron.org
1aa866e66d Make percentage width and height work inside of foreignObject by fixing up the way foreignObject initiates the reflow process, and also partly fixing incremental change issues with foreignObject. b=328550 r+sr=roc 2006-02-28 11:27:29 +00:00
ginn.chen%sun.com
c06a4cd5f7 Bug 144000 caret browsing - bad initial position
r=aaronleventhal sr=bzbarsky
2006-02-28 10:23:38 +00:00
jocuri%softhome.net
3209fa416e Documentation patch for bug 213262: add instructions on how to get sendmail to work with Bugzilla on Mac OS X; patch by A. Karl Kornel <karl@kornel.name>, r=colin.ogilvie, r=justdave. 2006-02-28 10:20:46 +00:00
dbaron%dbaron.org
39054b499d Rename browser.display.screen_resolution pref, for which we used to have user interface, to layout.css.dpi, so old settings no longer take effect. b=327406 r+sr=roc 2006-02-28 10:00:47 +00:00
brendan%mozilla.org
ec5bd67e2b Local auto-marker needed (326615, r=mrbkap). 2006-02-28 07:41:01 +00:00
vladimir%pobox.com
a7b7add772 b=328781, thebes gfxFont assumes lowercase generic family, r=bz 2006-02-28 07:36:01 +00:00
nelson%bolyard.com
a86941f281 Bug 326315. Warning Reduction. On TRUNK only. r=Julien.Pierre 2006-02-28 05:56:07 +00:00
nelson%bolyard.com
74a0a6eea2 Bug 325683. EC param parsing error not propagated correctly.
Fix the cases that Andreas identified.  Patch by Andreas.Sterbenz@sun.com
r=Julien,wtchang,nelson
2006-02-28 05:44:56 +00:00
bzbarsky%mit.edu
9345ddf89b Fixing comment. No bug. 2006-02-28 05:21:17 +00:00
nelson%bolyard.com
4b1a1b7cb3 Bug 326690. Enable modutil to configure default slots for the
AES, SHA256 or SHA512 mechanisms.  r=rrelyea,julien.pierre
2006-02-28 05:16:00 +00:00
nelson%bolyard.com
52395a4abb Bug 327105. Reintroduce an old bug that prevents _DHE_ cipher suites
from being negotiated by NSS servers.  Necessary until the server side
of the _DHE_ cipher suites is fully implemented.  r=Julien,Wan-Teh,Vipul
2006-02-28 04:20:23 +00:00
gavin%gavinsharp.com
6d52703717 Revert accidental checkin. 2006-02-28 04:18:01 +00:00
gavin%gavinsharp.com
f120eb443d Bug 323537: add DOMLinkAdded event listener in Startup instead of delayedStartup, since delayedStartup is too late to catch some of the events, r=mconnor 2006-02-28 04:15:56 +00:00
mark%moxienet.com
1ee0f27693 328596 Difficult to "Open using Rosetta" due to self-relaunching. Preserve translation across relaunches. r1=josh r2=darin a/1.8.1=darin 2006-02-28 03:43:49 +00:00
darin%meer.net
e1b906a9f0 fixes bug 328066 "implement bzip2 compression for sending metrics log" r=bryner 2006-02-28 03:30:01 +00:00
pavlov%pavlov.net
d5f03ff41c making gfxFontStyle::ComputeWeightAndOffset not be a static method. part of bug 328684 r=vlad 2006-02-28 01:08:44 +00:00
pavlov%pavlov.net
e605e1488e making bold text work. bug 324611. r=vlad 2006-02-28 01:06:02 +00:00
jocuri%softhome.net
01c221d5b9 Documentation patch for bug 286754: Update list of localized Bugzilla documentation and templates; patch by victory <bmo@rsz.jp>, r=vladd. 2006-02-28 00:28:41 +00:00
wtchang%redhat.com
4b969ef565 Bugzilla Bug 261649: BeOS has the getprotobyxxx_r functions, but they
aren't glibc's 5-argument version.
2006-02-28 00:03:51 +00:00
wtchang%redhat.com
7a0f0203c7 Bugzilla Bug 320038: checked in a better fix that allows us to write
EC domain parameters as hex strings with leading 00's. r=douglas.stebila
sr=relyea.
Modified files: softoken/ecdecode.c freebl/ecl/ecl-curve.h
2006-02-27 23:18:34 +00:00
jocuri%softhome.net
c8e56ffef4 Patch for bug 327348: Fix whining failure in whine.pl, on MySQL 4.0, due to multiple date addition; r=LpSolit, r=wurblzap, a=justdave. 2006-02-27 23:11:59 +00:00
scott%scott-macgregor.org
b888a73f50 Bug #324521 --> poor inline spell checking performance on large text documents. When adding or ignoring a word, just spell check the existing spell selection instead of the entire document since those are the only words that would possibly be effected. Limit the size of the spell check selection to the first 250 mistyped words.
sr=bienvenu
2006-02-27 22:35:35 +00:00
pavlov%pavlov.net
eefb7df572 Fixing kerning bug where we added the space we should have been subtracting. bug 327363. r=vlad. based on patch originally from Masayuki Nakano <masayuki@d-toybox.com> 2006-02-27 22:05:45 +00:00
benjamin%smedbergs.us
c9ff5b4a4c Bug 320316 - libxul doesn't compile with thebes 2006-02-27 21:18:41 +00:00
roc+%cs.cmu.edu
d86762b63e Bug 328541. Flush content and layout changes before drawWindow'ing a document. r+sr=bzbarsky 2006-02-27 21:14:29 +00:00
aaronr%us.ibm.com
8a0dfe45ec [XForms] xf:copy of element node then text node results in wrong instance data. Bug 328393, r=doronr+smaug 2006-02-27 21:04:34 +00:00
dveditz%cruzio.com
981041e957 bug 328692 catch names missed in 319846, r=mrbkap, sr=bsmedberg, a=timr 2006-02-27 20:47:50 +00:00
mrbkap%gmail.com
09b149ed2f Flatten before ever reaching CheckCycle, since the way things currently are, it could receive lists of arbitrary length. bug 328769, r=brendan 2006-02-27 20:33:56 +00:00
mrbkap%gmail.com
4500ca30ad Don't optimize globals access in eval and debugger frames. bug 328765, r=brendan 2006-02-27 20:23:04 +00:00
darin%meer.net
2fb3027ee6 fixes bug 296538 "limit the memory cache to a reasonable value" patch by alfredkayser@nl.ibm.com, r=darin 2006-02-27 20:13:42 +00:00
mkaply%us.ibm.com
573c6e7ebd #328742
r=darin
sort the files when we list them for packaging so that the manifest produces consistent results
2006-02-27 20:05:10 +00:00
mkaply%us.ibm.com
19c5fb7bc7 #328728
r=darin
Use ls -gG for packaging script so user/group names don't message with result
2006-02-27 20:02:15 +00:00
scott%scott-macgregor.org
92782be5d6 Bug #326280 --> suppression of append-domain autocompletion not working in all cases. Port some seamonkey changes back over to thunderbird. 2006-02-27 19:56:27 +00:00
timeless%mozdev.org
ed5c66ecab Trying to fix build bustage. inline isn't a legal C keyword in this scope per xlc 2006-02-27 19:49:41 +00:00
bryner%brianryner.com
f7d6ac5402 Don't allocate a buffer when assigning a zero-length string, just call Truncate() instead (bug 328755). r=darin. 2006-02-27 19:44:48 +00:00
gavin%gavinsharp.com
84e70e74f3 Bug 328619: Places toolbar shown in popups, take two, patch by Phil Ringnalda <philringnalda@gmail.com>, r=ben 2006-02-27 19:23:20 +00:00