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

119382 Коммитов

Автор SHA1 Сообщение Дата
wtc%netscape.com 712fea2e39 Bug 204555: Eliminated other potential crashes in code related to
certificate names.  r=wtc.  (The patch is Nelson's.)
2003-06-02 18:10:43 +00:00
neil%parkwaycc.co.uk cfae2cbd80 Bug 206092 New window from Composer/MailNews only opens blank page p=ian@arlen.demon.co.uk r=me sr=jag 2003-06-02 14:31:52 +00:00
cbiesinger%web.de c3e99522c9 140301 patch by egnor@ofb.net r=biesi sr=bz tgz files get silently unzipped 2003-06-02 14:03:55 +00:00
mostafah%oeone.com accee733a5 Checked in patch for bug 201368: [Patch] Calendar throbber tooltip is inconistent 2003-06-02 13:29:47 +00:00
aaronl%netscape.com 3fe5e81844 Fixing bustage 2003-06-02 09:39:37 +00:00
aaronl%netscape.com db91087792 Bug 207554. Crash in nshtmlselectoptionaccessible::getaccnextsibling(). r=kyle, sr=alecf 2003-06-02 08:42:55 +00:00
aaronl%netscape.com 7ae83c364f Bug 207486. Should not report STATE_EXPANDED for non-container tree items. r=kyle, sr=alecf 2003-06-02 08:39:01 +00:00
aaronl%netscape.com 8b1e1743ee Bug 207171. nsBlockAccessible inheritence is wrong. nsDocAccessible should inherit from it, not nsOuterDocAccessible. Affects AccessibleObjectFromPoint() in some cases. r=kyle, sr=alecf 2003-06-02 08:36:44 +00:00
aaronl%netscape.com 1f41ec31f1 Bug 207106. Get rid of useless class nsContainerAccessible, r=kyle, sr=alecf 2003-06-02 08:32:46 +00:00
neil%parkwaycc.co.uk efbc5d06ca Bug 207243 -moz-image-region dimensions for spelling button are wrong r=brade sr=kin 2003-06-02 08:31:02 +00:00
rogerl%netscape.com 8dd8d0474e Arguments class 2003-06-02 06:58:14 +00:00
igor%mir2.org 228ed52ca0 To store properties, replace UintMap by a linked list. The former creates 2 objects (UintMap itself and int array) to store int properties and 3 objects (additional object array) to store object properties but vast majority of Nodes has no more then 2 properties with single-property-node contributing most to the majority. 2003-06-02 06:35:57 +00:00
scott%scott-macgregor.org 134935a428 Compose entity cleanup. Re-organize the entity file to match the menus and remove
unwanted items.

Thanks to Stephen Walker for the patch.
2003-06-02 04:52:08 +00:00
roc+%cs.cmu.edu f317aef205 Bug 193686. nsContainerFrame needs to report the overflowList as one of its child frame lists. Also, overflow frames should be destroyed when their parent is destroyed. r+sr=dbaron 2003-06-02 04:38:53 +00:00
roc+%cs.cmu.edu ea9e915d9a Bug 193686. nsContainerFrame needs to report the overflowList as one of its child frame lists. Also, overflow frames should be destroyed when their parent is destroyed. r+sr=dbaron 2003-06-02 04:03:07 +00:00
dbaron%dbaron.org 7a51cf1597 Replace nsSliderFrame::GetContentOf with static GetContentOfBox to fix hiding warning and avoid unnecessary |this| argument. b=42634 Patch from Marc Loiselle <mloiselle@yahoo.com>. r=dbaron sr=bryner 2003-06-02 02:39:26 +00:00
bienvenu%netscape.com e403c64e9e fix multiple connections to inbox when using account central to read new imap msgs, r/sr=sspitzer 207635 2003-06-01 22:04:30 +00:00
bryner%netscape.com e3514bb472 remove unnecessary nested #ifdef 2003-06-01 20:28:00 +00:00
dbaron%dbaron.org 58f7acbd1e Remove nsIFrame::ContentStateChanged. b=207822 r+sr=roc 2003-06-01 20:18:53 +00:00
dbaron%dbaron.org 37be4aef51 Don't bother with strsignal on Linux, since the portability problems aren't worth it. b=177912 r=bryner sr=dmose 2003-06-01 20:18:18 +00:00
dbaron%dbaron.org 43a8cabf76 Refactor version compatibility and package existence check into separate function (VerifyCompatibleProvider). When one of these checks fails in GetBaseURL, use only the install directory's data source as a backup in case the profile's selection is not in the current install, and don't write the backup back to the profile. b=191954 sr=bryner r=danm 2003-06-01 20:14:59 +00:00
dbaron%dbaron.org b11dcca393 A little cleanup. b=207700 r+sr=bryner 2003-06-01 20:03:13 +00:00
axel%pike.org 8219429330 npob, fix crash on exit, r=sicking 2003-06-01 16:32:57 +00:00
timeless%mozdev.org f580240373 Bug 207318 nsTreeBodyFrame needs to check rv of GetParentIndex
r=varga sr=bryner
2003-06-01 14:59:22 +00:00
timeless%mozdev.org 2da3e056b0 Bug 207603 nsXULDocument should CallGetService kXMLElementFactoryCID
r=peterv sr=peterv
2003-06-01 14:59:21 +00:00
bienvenu%netscape.com fb731c6a21 fix crash moving local messages, r/sr=sspitzer 207798 2003-06-01 14:42:31 +00:00
nelsonb%netscape.com bf31f92133 This patch does two things, one large and one small. Bug 207313.
1, It uses two new symbols SSOCK_FD and STDIN_FD instead of 0 and 1 to
reference members of the poll set array.  I just could never remember whether
pollset[0] was the socket or was stdin.  Now I don't have to remember.
This changes a lot of lines, but is very simple.
2. It implementa a new flag clientSpeaksFirst, set with the -f option.
The only effect of this flag is whether the value of
pollset[SSOCK_FD].in_flags is initially zero (if true) or PR_POLL_READ (if false).  Note that pollset[SSOCK_FD].in_flags is set to PR_POLL_READ after
each succesful write to the socket.
2003-06-01 03:01:39 +00:00
peterlubczynski%netscape.com 6095be9415 Fixing bug 207558 Flash (and other plugins) don't work if installed into a directory with unicode r=dougt, sr=alecf 2003-05-31 19:07:04 +00:00
bryner%netscape.com fe1d6e312b Fix backspace to go back and forward on win32 (bug 207175). Patch (mostly) by noririty@jcom.home.ne.jp. 2003-05-31 18:43:50 +00:00
jst%netscape.com 60c47b5e6a Fixing bug 158049. Patch by brendan@mozilla.org and myself. Make sure property existence can't be checked for across origins. r=caillon@aillon.org, sr=brendan@mozilla.org, heikki@netscape.com 2003-05-31 18:43:48 +00:00
bmlk%gmx.de f96d268197 border collapse - lookup the correct border owner style, bug 196133, r=jkeiser sr=roc+moz 2003-05-31 14:49:18 +00:00
bmlk%gmx.de d325dff0e8 table layout regression tests NPOB 2003-05-31 14:22:56 +00:00
bmlk%gmx.de 3d3b982d2a avoid marking columns that only have a desired width empty, what would exclude them from space redistribution, bug 194024, r=jkeiser sr=bzbarsky 2003-05-31 14:15:56 +00:00
tor%cs.brown.edu c6e73f7b8a Bug 197530 - remove ppm decoder. r=pavlov,cls sr=blizzard 2003-05-31 11:17:10 +00:00
tor%cs.brown.edu ff555a985e Bug 197530 - remove ppm decoder. r=pavlov,cls sr=blizzard 2003-05-31 10:42:33 +00:00
bmlk%gmx.de 4c40947f6c infrastructure to recover overflow area during incremental reflow, bug 197581, r=kin sr=dbaron 2003-05-31 10:32:19 +00:00
bmlk%gmx.de 26699cf50e layout regression test for table overflow handling NPOB 2003-05-31 10:18:57 +00:00
bmlk%gmx.de ddeae4554f adding testcase to the layout regression tests NPOB 2003-05-31 09:26:28 +00:00
bmlk%gmx.de 71ae1db151 anonymous table cell frames should not have a default padding, td and th padding defaults are set in html.css, bug 72359, patch proposed by hixie some time ago (2001-06-21) r=bernd sr=dbaron 2003-05-31 09:16:23 +00:00
jst%netscape.com 76f320c8df Fixing bug 87677. Implementing {Copy,Append}[UCS2|UTF8]to[UTF8|UCS2](). Lame implementations for now, but at least people can start using these methods to avoid double copying all over (this doesn't eliminate the double copy, but it isolates it). r=jaggernaut@netscape.com, sr=alecf@flett.org. 2003-05-31 06:03:18 +00:00
jst%netscape.com 3830d50ebe Fixing typo in class name. 2003-05-31 05:39:14 +00:00
scott%scott-macgregor.org eaf8121871 Land a patch from Stephen Walker to collapse overlays in the address book.
Add an about dialog to the help menu

Make the mail 3-pane toolbar icons show up in the customize toolbar dialog.

Add a context menu to the toolbar to let you customize it.
2003-05-31 01:55:49 +00:00
hyatt%mozilla.org b384f3464f *** empty log message *** 2003-05-31 00:34:16 +00:00
wtc%netscape.com 34fcdc2566 Bug 206926: Added the makefile rule to export PRIVATE_EXPORTS headers. 2003-05-31 00:12:18 +00:00
sspitzer%netscape.com 864961b283 fix for bug #182174
get the eudora import code building and working on Mach-o builds.
r=ccarlen, sr=bienvenu
2003-05-30 23:42:34 +00:00
wtc%netscape.com bebd4ac34e Bug 206926: 1. Undo the changes to secrng.h, pqgutil.h, swfutl.c,
unix_rand.c, and win_rand.c. 2. Make secrng.h and pqgutil.h private.
3. Public header pk11pqg.h can't include private header pqgutil.h.
4. Many files don't need to include secrng.h.  A few don't need to include
pqgutil.h.  5. Remove duplicate declarations of PQG_DestroyParams and
PQG_DestroyVerify from blapi.h.
2003-05-30 23:31:32 +00:00
nelsonb%netscape.com 072b028b11 Eliminate TCP connection reset errors that occur when server requires
client auth and SSL3 client doesn't authenticate.  The fix is to coalesce
the SSL3 no_certificate alert record with the following records (e.g.
client_key_exchange handshake, change_cipher_spec and finished handshake).
Fix bugs 207313 and 118668.
2003-05-30 23:22:39 +00:00
rogerl%netscape.com d3d055b2bf Changes to arguments instance & class 2003-05-30 22:47:57 +00:00
timeless%mozdev.org f1e70c6436 Bug 203391 InPlaceConvertLineEndings(class nsAString &)' defined but not used
r=harishd sr=heikki
2003-05-30 22:36:47 +00:00
timeless%mozdev.org 2816c782bc Bug 153736 Warning ``reference to undefined property this.mLinkedPanel'' [xs] in file ``chrome://inspector/content/inspector.xml#panel.linkedPanel (setter)'', line 1, character 0.
r=rginda sr=bz
2003-05-30 22:25:02 +00:00