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

119594 Коммитов

Автор SHA1 Сообщение Дата
aaronl%netscape.com 83e8f6b6b4 Bug 208271. Make accessproxy not part of build. r=cls, no sr= needed for build changes 2003-06-06 10:12:34 +00:00
nelsonb%netscape.com 546ef9889f Rewrite of cert_CompareNameWithConstraints and the static functions it
calls, to make it conform with RFC 3280.  Bug 208047.
2003-06-06 09:12:21 +00:00
nelsonb%netscape.com 3245c4d36c Rewrite SECITEM_ItemsAreEqual to be faster when item lengths are not
equal and to not crash if an item contains a NULL data pointer.
2003-06-06 04:51:26 +00:00
johnkeis e4ddff5ea3 Make mysql work 2003-06-06 04:49:37 +00:00
nelsonb%netscape.com 95ac53508c Add new OIDs for directory name attribute types. Bug 207711. 2003-06-06 04:48:45 +00:00
ssu%netscape.com 8e431b61f5 fixing bug 207978 - Setup.exe crashes only with 1.4 (Windows 2000). r=/sr=dveditz 2003-06-06 04:39:05 +00:00
sspitzer%netscape.com 909aea29af fix for bug #205877
when you toggle junk status from thread pane icon,
and you've got it set to move on manual mark, assertion and painting problems.

the problem is that ::OnDeleteCompleted() uses the selection to determine which
view indices to call with ::NoteChange().

the junk column icon triggers a delete (or move) and that row might not be selected.

instead, we save of the indices (we can't save keys, as the keys are already removed
before ::OnDeleteCompleted() is called), and use the saved indices when calling
::NoteChange()

thanks to bienvenu for the suggestion.

r/sr=bienvenu
2003-06-06 03:55:46 +00:00
jkeiser%netscape.com b7edff8612 Fix crash on split colspan frames (Bug 194330), r=karnaze@netscape.com, sr=kin@netscape.com 2003-06-06 03:22:01 +00:00
wtc%netscape.com b971eee44d Bug 207421: use /Op to disable some floating-point optimizations of MSVC
6.0 Processor Pack because they make the floating-point calculations in
prdtoa.c produce incorrect results.  r=cls.
2003-06-06 03:10:18 +00:00
nelsonb%netscape.com 216592c31b Augment and centralize the list of known cert name attribute types.
Bug 207711.
2003-06-06 01:17:04 +00:00
jkeiser%netscape.com 2e29273c63 Remove unused variables, r+sr=sfraser@netscape.com 2003-06-06 01:11:57 +00:00
pschwartau%netscape.com 5f7a2f190c Initialize the |actual| variable so it doesn't hold |undefined|. 2003-06-06 00:02:30 +00:00
pschwartau%netscape.com f284d473d5 Initial add. Regression test for bug 208496. 2003-06-05 23:54:44 +00:00
dbaron%dbaron.org 58f15ed67e Remove unneeded duplication from nsCOMPtr.h. b=208449 r=sicking sr=jag 2003-06-05 23:43:08 +00:00
jkeiser%netscape.com 6332f27e38 Keep fast-update from getting stuck on cvs removed subdirs, r=bbaetz, sr=alecf 2003-06-05 23:40:34 +00:00
shliang%netscape.com 6f41392ce9 207260 - supplementary patch to fix msg compose shortcut in addressbook. r=jag, sr=sspitzer 2003-06-05 22:58:12 +00:00
rogerl%netscape.com 52c96b7cfe Fixed bogus placement allocation 2003-06-05 22:50:13 +00:00
bryner%netscape.com 51cbf5af23 Get firebird to build with mingw gcc (bug 202868). patch by dmose, r=me. 2003-06-05 21:59:20 +00:00
sicking%bigfoot.com 6d84bf3b87 tree close, backing out 2003-06-05 21:43:20 +00:00
sicking%bigfoot.com 4695e7c5eb Bug 206338: Improve performance of txStack by inlineing functions and by removing boundschecks
r=Pike sr=peterv
2003-06-05 21:42:27 +00:00
jkeiser%netscape.com 2b9fcafff4 Bustage fix, r/sr=peterv 2003-06-05 21:40:41 +00:00
rogerl%netscape.com 96ce4acc85 Gc fixes. 2003-06-05 20:49:06 +00:00
jst%netscape.com 7fdf91f08e Fixing bug 207563. Make reparenting of wrapper for content nodes that are not part of a document work correctly. r=caillon@aillon.org, sr=peterv@netscape.com, a=brendan@mozilla.org, adt@netscape.com 2003-06-05 20:33:38 +00:00
colin%theblakes.com 8ed5b3e892 about:buildconfig support for OpenVMS. b=207240, r=cls. 2003-06-05 20:33:28 +00:00
peterv%netscape.com 7bf70f7472 Bustage fix. sr=jag. 2003-06-05 20:15:35 +00:00
alecf%flett.org af896e39c8 refactor some of the options page, pretty it up a bit
NOT PART OF BUILD
2003-06-05 19:56:06 +00:00
locka%iol.ie aa713fc441 Set WS_CLIPCHILDREN on plugin window to fix painting problems. b=208318 r=dbradley@netscape.com sr=alecf@netscape.com 2003-06-05 18:53:46 +00:00
dbaron%dbaron.org 015ab0d484 Change _MSC_VER ifdef since MSVC++ .net 2003 has fixed one of their compiler bugs. b=208439 Patch from Ian Hickson <ian@hixie.ch>. r=dbaron sr=jag 2003-06-05 18:50:16 +00:00
brendan%mozilla.org 27c26166cd Unify on JS_DHASH_ADD to avoid gratuitous lookup-before-add in cx->resolvingTable (r=me again). 2003-06-05 18:49:13 +00:00
jkeiser%netscape.com 751ad5cc58 Make XSLT #include less stuff (bug 208188), r=bugmail@sicking.cc, sr=peterv@netscape.com 2003-06-05 17:56:57 +00:00
jkeiser%netscape.com 3eaf824c9d Make nsAutoPtr declarable with forward-declared classes (bug 107291), r=bugmail@sicking.cc, sr=dbaron@dbaron.org 2003-06-05 17:55:33 +00:00
kin%netscape.com 0cfd50ccf4 Fix for bug 193257 (AIM Today page renders incorrectly)
Modified AppendFrames() and InsertFrames() to call SetNeedStrategyBalance(PR_TRUE) when the table isn't auto height. This forces any previously reflowed rows, who were adjusted to take up all of the table's height, to recalculate their height during the dirty reflow that gets generated, so all rows get resized properly.

r=bernd_mozilla@gmx.de  sr=dbaron@dbaron.org
2003-06-05 17:44:28 +00:00
kin%netscape.com 396fcc17c2 Fix for bug 205165 (a href link fails to work until window is resized)
Modified PlaceFrameView() to pass in the cached overflow area rect for the frame, if it has one, when calling

SyncFrameViewAfterReflow().

r=jkeiser@netscape.com  sr=dbaron@dbaron.org
2003-06-05 17:42:29 +00:00
seawood%netscape.com d29b739c85 The autogen process didn't work (again) 2003-06-05 16:59:42 +00:00
cbiesinger%web.de a10df671ef missed a few spots 2003-06-05 16:29:11 +00:00
cbiesinger%web.de 85d1b7e902 remove final traces of mng decoder, part of bug 195280. not part of build. 2003-06-05 16:27:19 +00:00
sicking%bigfoot.com 23d9f34ead Documentation changes only. More ideas for optimized xpath 2003-06-05 16:26:22 +00:00
aaronl%netscape.com 7ef51af56a Backing out, to see if it fixes orange 2003-06-05 12:53:01 +00:00
neil%parkwaycc.co.uk 68fde09b40 Bug 206499 Tooltips missing for Cut, Copy & Paste in Composer r=brade sr=alecf 2003-06-05 12:32:41 +00:00
dbradley%netscape.com 453bdc97a8 Bug 205768 - Enumeration of wrapped IDispatch objects is broken. r=adamlock, sr=alecf. 2003-06-05 11:57:03 +00:00
jshin%mailaps.org ff38b26577 bug 183156 : the first step : replace UCS2 in function names with UTF16
(r=peterv, sr=alecf)
2003-06-05 11:44:06 +00:00
aaronl%netscape.com e120bf384f Fixing bustage correctly 2003-06-05 10:10:23 +00:00
aaronl%netscape.com 5cb1d43332 Fixing bustage 2003-06-05 09:50:12 +00:00
aaronl%netscape.com ca3689f4ab Bug 208271. Remove access-builtin from build, but keep in tree. r=cls. No sr= required for build changes 2003-06-05 08:29:36 +00:00
peterv%netscape.com 2355d9abb8 Fix for bug 191920 (P3P Summary button does not work anymore). r=heikki/harishd, sr=jst. 2003-06-05 08:16:39 +00:00
nelsonb%netscape.com f4f2e9f053 Eliminate more NULL pointer dereferences. Bug 207740. 2003-06-05 04:59:38 +00:00
dbaron%dbaron.org f1cd80acde Make 'make makefiles' give an error message less often. r=cls 2003-06-05 04:59:02 +00:00
scott%scott-macgregor.org d93a4e85f8 Add a thunderbird.exe.manifest file which enable a winxp file picker for win xp builds.
Thanks to Stephen Walker for the patch.
2003-06-05 03:59:07 +00:00
scott%scott-macgregor.org ca6eef234e Remove platformMailNewsOverlay.xul, leveraging the xul pre-processor to place ifdef's
directly in mailOverlay.xul.
Thanks to Stephen Walker for the patch.
2003-06-05 03:54:51 +00:00
shliang%netscape.com df938ddfef 208357 - image manager menuitem needs to be removed for ns builds on mac osx. r=sgehani, sr=jag 2003-06-05 03:49:48 +00:00