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

98123 Коммитов

Автор SHA1 Сообщение Дата
neeti%netscape.com 3e0aa934af fix for bug 119220 - Occurances of uninitialized variables being used before being set, r=dougt, sr=darin 2002-02-18 15:22:56 +00:00
nboyd%atg.com 9445831f73 Fix broken link. 2002-02-18 15:20:39 +00:00
rayw%netscape.com 8ae460924e More edits and beautification.
SOAP, and especially this document, is not part of the default build.
2002-02-18 14:44:56 +00:00
timeless%mac.com a18a263248 nebiros bustage [Error: Different types for "?:" (nsAString and void).] -- fix attempt #1 2002-02-18 14:20:00 +00:00
kaie%netscape.com 81d6ce6977 b=125553 fix wrong string usage
r=javi rs=blizzard
2002-02-18 13:15:56 +00:00
badami%netscape.com ed88a44738 Pasted text from beginning of line always appends a newline
bug 75283 patch=tmutreja@netscape.com r=akkana sr=jst
2002-02-18 12:29:02 +00:00
cbiesinger%web.de 51537449df checking in patch for bug 122144 again because the backout had no visible impact on Txul times. 2002-02-18 12:14:52 +00:00
glazman%netscape.com 6f35ac34ae alignment problems + removal of useless DIVs when realigning the selection; b=102547, r=jfrancis,sr=kin 2002-02-18 10:49:15 +00:00
badami%netscape.com b8323f2df9 [serializer]Using blockquote screws up composer's pretty-print.
bug 93276 patch=tmutreja@netscape.com r=akkana sr=jst
2002-02-18 10:33:15 +00:00
badami%netscape.com 8a770ae3e1 HTML serializer doesn't use the base uri for generating absolute url's
bug 80081 patch=tmutreja@netscape.com r=akkana sr=jst
2002-02-18 10:30:27 +00:00
badami%netscape.com 15749e2366 Emoticons can't be copied as originally drawn
bug 57098 patch=tmutreja@netscape.com r=ben.bucksch@beonex.com sr=jst
2002-02-18 10:25:43 +00:00
badami%netscape.com 36953a1e69 Composer won't break long tags
bug 103207 patch=tmutreja@netscape.com r=akkana sr=jst
2002-02-18 10:22:17 +00:00
glazman%netscape.com afe567a59f bad test of collapsed selection, had side effect on setting background color; b=121903, r=jfrancis, r=brade, sr=kin 2002-02-18 10:06:07 +00:00
mjudge%netscape.com b700779cde new editor funcionality in embedding only. mfc test embed only 2002-02-18 09:57:08 +00:00
mjudge%netscape.com 4bd6ce5363 small change for STATE_STrIng to STATE_ATTRIBUTE only embedding will notice. 2002-02-18 09:55:58 +00:00
jgaunt%netscape.com fdd81f01d7 this would break too 2002-02-18 08:48:29 +00:00
jgaunt%netscape.com 16608b54d7 DAMN, more bustage fixage 2002-02-18 08:46:08 +00:00
jgaunt%netscape.com 58435d833f bustage fix 2002-02-18 08:12:27 +00:00
bryner%netscape.com 7d5cdb3675 - Use the focused attribute for radio containers, not :focus
- Add tooltip support
- Fix dropdown arrow sizing, hopefully

Not part of the build.
2002-02-18 07:51:35 +00:00
badami%netscape.com a499ff0d85 Leaking nsCStringKey objects
Bug 73308 patch=tmutreja@netscape.com r=gagan sr=brendan
2002-02-18 07:46:08 +00:00
jgaunt%netscape.com c5488d8591 bug 109223 - XUL listbox Accessibility support r=aaronl sr=hewitt 2002-02-18 07:35:10 +00:00
samuel%sieb.net 01708ce9e0 Bug 123604 - make all commands lowercase after they are entered
r=rginda
chatzilla only
2002-02-18 07:05:14 +00:00
sspitzer%netscape.com 1ecadaf3f8 fix for #120502. bad problems replying to and cancelling news posts with # in the message id.
r/sr=bienvenu
2002-02-18 06:20:46 +00:00
samuel%sieb.net f1c12bed86 Bug 126109 - remove space from ctcp commands that have no parameters
r=rginda
chatzilla only
2002-02-18 06:13:33 +00:00
samuel%sieb.net 8a7579aa1e Bug 126094 - fix chatzilla's issues with apostrophes
r=rginda
chatzilla only
2002-02-18 06:11:07 +00:00
blakeross%telocity.com 89908498f3 56647 - autocomplete menu has improper tooltip. r/sr=hewitt 2002-02-18 06:05:16 +00:00
rginda%netscape.com f595b2475a bug 123118, insert overlay elements with no id into the root of the target document.
sr=brendan, r=jst
2002-02-18 05:39:48 +00:00
bbaetz%student.usyd.edu.au 775ea0867d Bug 109600 - PAC script breaks chatzilla
Bug 71565 - socks proxy doesn't work with chatzilla

Chatzilla's urls need to be standardurls, not simpleuris

r=rginda, chatzilla only
2002-02-18 03:53:08 +00:00
rayw%netscape.com 5b582f5624 I found three small but important errors in type identification processes.
Two of them involve the missing classes Struct and AnySimpleType, which I
have been able to fake out.  The third involves the identification of the
type of the array.  When identifying the type of a variant, interface means
that it contains a struct.  but I was using the same method to identify the
type of an array, where interface always means you don't know the type (since
variants show up as interfaces in this case and even nested arrays are
variants).

SOAP is not part of default build.
2002-02-18 03:46:45 +00:00
sspitzer%netscape.com f8e4276efd fix for #125986, add accelerator text for "mark thread as read" in
Mark toolbar dropdown.  fix bug mhammond@skippinet.com.au (Mark Hammond).
r=hwaara, sr=sspitzer
2002-02-18 03:39:16 +00:00
blakeross%telocity.com da32c095b7 124615 - mailnews start page textbox should have autocomplete. r/sr=hewitt 2002-02-18 02:53:17 +00:00
rayw%netscape.com 1b155b2f81 More fixes to docs.
SOAP is not part of default build.
2002-02-18 00:40:50 +00:00
blakeross%telocity.com aeb894b48f 118572 - extended delete functions don't work with login:password urls. r=ben sr=hewitt
95462 - uncaught exceptions in nsOutlinerController.js. r/sr=hewitt
2002-02-18 00:35:38 +00:00
rayw%netscape.com 4d8a166e95 Yet another much-improved version of the SOAP documentation.
SOAP is not part of the default build.
2002-02-18 00:17:09 +00:00
brendan%mozilla.org 2f0fe5e0c7 Digital filter for adaptive timeout adjustment, needs trunk baking, makes things better so far (117061, r=pavlov, sr=jst). 2002-02-18 00:10:55 +00:00
dbaron%fas.harvard.edu d1609ccad3 Correct spelling of nsIDragDropHandler.idl and thus fix bustage. 2002-02-17 23:58:17 +00:00
blakeross%telocity.com 4b705602a2 126058 - right mouse down on outliner item while context menu is open doesn't select new item. Allow the right mouse button down event to be dispatched when rolling up context menus. r=pink sr=hewitt 2002-02-17 23:47:09 +00:00
cbiesinger%web.de 391c32f009 backing out patch for bug 122144 because Txul is 1% up
a=shaver
2002-02-17 22:26:05 +00:00
seawood%netscape.com 42fad90eb1 Explicitly use <STDIN> instead of <> as some newer ports of perl seem to have problems with <>.
Bug #122412
2002-02-17 21:08:44 +00:00
pinkerton%netscape.com 6ae910efd4 typo, fixing bustage. 2002-02-17 20:01:11 +00:00
cbiesinger%web.de 46ca6d433f fix strict warning introduced with 122144
r=timeless sr=blake
2002-02-17 20:00:56 +00:00
pinkerton%netscape.com fb1f8a0ed6 use -moz-appearance for listbox. rs=hyatt bug#115744. 2002-02-17 19:54:57 +00:00
pinkerton%netscape.com 747cb1f6d5 don't show tree headers in autocomplete when using moz-appearance. r=pink/sr=blake. bug# 123028 2002-02-17 19:51:59 +00:00
pinkerton%netscape.com dbee17b73f give textfields minimum height. fix bg color on tooltips. bug#122689, r=brade/sr=sfraser. 2002-02-17 19:45:54 +00:00
pinkerton%netscape.com 29690e72bf oops, forgot to check this in a while back. rs=hyatt. 2002-02-17 19:41:17 +00:00
pinkerton%netscape.com 1dc8ab7ecd pulling content-area drag&drop out of JS and into C++ so it is available to embedding. Now built-in to <browser> tag. r=brade/sr=ben. bug#45605 2002-02-17 19:32:08 +00:00
pinkerton%netscape.com 2d43aec1ae new files for embedding dnd impl. r=brade/sr=ben. bug#45605 2002-02-17 19:28:13 +00:00
cbiesinger%web.de e22386f61a bug 122144 r=timeless sr=blake
disable 'Translate' menu item for images
2002-02-17 19:25:24 +00:00
bienvenu%netscape.com ab8c7d0993 fix crash in nsMsgDatabase::Uint32ToRowCellColumn 124283 rs=sspitzer (and whitespace fixes) 2002-02-17 19:23:48 +00:00
ian%hixie.ch f98144cbaf Make Personal Toolbar tooltips also contain the URI of the link. b=105485, r=blake, sr=ben. 2002-02-17 19:14:08 +00:00