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

50049 Коммитов

Автор SHA1 Сообщение Дата
dcone%netscape.com 9b52af6877 Fixed some transform errors. r=rickg. bugs = 14385,19601 2000-01-10 14:52:49 +00:00
hyatt%netscape.com 143d222499 Cleaning up the folder pane. 2000-01-10 11:41:05 +00:00
hyatt%netscape.com fd7d957d92 Fixing prefs. 2000-01-10 11:34:29 +00:00
hyatt%netscape.com fb70cb6c1f Working on col show/hide 2000-01-10 11:18:34 +00:00
hyatt%netscape.com ddeb853dd6 Working on tree column show/hide. 2000-01-10 11:18:12 +00:00
jfrancis%netscape.com 7b29c76e6d not all compilers created equal 2000-01-10 10:44:18 +00:00
jfrancis%netscape.com e462c0cacf fix for 11994, an IME bug. (accidentally left out of prior checkin) 2000-01-10 10:20:51 +00:00
jfrancis%netscape.com 0d229b7daa added in some rules code for mail quoting. This fixes bug: 19979 (extra blank line showing up in mail that has quotes) partial progress on block transformation work: unlisting a list now works mostly correctly again, instead of merging all the former list items into one run of text (no bug number). Moz-br's are now added in one more circumstance: when you have a br at the end of some inline content that is followed by a new block (like a list, table, etc.). This is needed for the same reason that the other moz-br's are: to generate a blank line that the user expects after hitting return. (no bug number) DTD-related work to enable the editor to check if you should be able to type given the current selection. fixed bug 22944: inserting an <A> in a table splits the table. Made some progress on text paste performance, but it's still too slow. That's 19273, which I'm leaving open fixed bug 15258: selection capable of getting out of the body element. fixed a bug where code that merged adjacent text nodes would merge the non-editable "formatting" textnodes, (no bug number). Added code to prevent selection from ending up inside a non-editable text node. fix for 11994, an IME bug. 2000-01-10 10:13:58 +00:00
jfrancis%netscape.com 5521ba66ba support for getting parser's internal enum value for text nodes 2000-01-10 09:45:43 +00:00
hyatt%netscape.com 1e37a50abe Making sure the tree widget clips its bottom. 2000-01-10 08:58:37 +00:00
hyatt%netscape.com 06379cfcfa Ensuring that content doesn't get drawn OVER the tree widget's scrollbars. 2000-01-10 08:49:55 +00:00
hyatt%netscape.com a45e012c65 La 2000-01-10 08:48:54 +00:00
hyatt%netscape.com fe6efe8541 Reverting the inner cell of a tree back to a block. I can't deal with boxes sucking. 2000-01-10 08:47:25 +00:00
nisheeth%netscape.com 41e6bbd7db Fix build on win98. 2000-01-10 08:40:10 +00:00
mcafee%netscape.com 2a75d85713 Conditional orange status for bloat failure, clobber isn't working properly. 2000-01-10 08:27:21 +00:00
mcafee%netscape.com 790083ca85 Cut bloaty zombie time from 5 min. to 2 min. 2000-01-10 08:19:12 +00:00
hyatt%netscape.com 5b5da8f095 Getting the addressing tree out of a div. 2000-01-10 07:37:39 +00:00
hyatt%netscape.com 1562dc7757 Forgot some tree checkin stuff. 2000-01-10 07:22:36 +00:00
pepper%netscape.com f9bad23225 All Source Files must have newline at the end or HP compilers barf.
r=jdunn
2000-01-10 06:58:53 +00:00
pepper%netscape.com 8dc05fb197 All source files must have a newline at the end or HP compilers choke
r=jdunn
2000-01-10 05:31:26 +00:00
troy%netscape.com 1b8b3932a0 Fixed a problem with code that determined whether this was a beginning line.
It wasn't correctly handling the very first line in the block
2000-01-10 05:14:47 +00:00
rpotts%netscape.com 815082da22 Fixed up how the source offset was being adjusted... 2000-01-10 04:34:52 +00:00
rpotts%netscape.com 09294e3df0 Changed temp define from XP_WIN to XP_PC - oops... 2000-01-10 04:34:07 +00:00
rpotts%netscape.com 0364308962 fix for build bustage if mailnews is not part of the build... Use mime definitions from netCore.h instead of nsMimeTypes.h 2000-01-10 04:08:50 +00:00
hyatt%netscape.com 7ec060c29d Making the tree widget's scrollbar properly anonymous. 2000-01-10 04:08:46 +00:00
rpotts%netscape.com acf38415c7 Fix build bustage when mailnews is not part of the build... Duplicated some mime defines from nsMimeTypes.h :-( 2000-01-10 04:07:55 +00:00
hyatt%netscape.com 5e51092a3b Making nsIXULContent visible. 2000-01-10 04:03:12 +00:00
hyatt%netscape.com 63c91e910b Teaching the XUL DOM how to keep anonymous content events from being seen
by enclosing explicit content.
2000-01-10 03:57:49 +00:00
pierre%netscape.com a1bab88cc8 12825 "Need new 'overflow' values to control scrollbar visibility". Added -moz-scrollbars-none, -moz-scrollbars-horizontal and -moz-scrollbars-vertical. 2000-01-10 03:23:44 +00:00
hyatt%netscape.com 73e0d69cbf Improving trees. 2000-01-10 03:04:05 +00:00
putterman%netscape.com 72739c8ed4 Select Inbox on startup if it's currently in the content model. r=mscott. 2000-01-10 01:34:36 +00:00
mscott%netscape.com a6cfe9dac4 performance tweak --> header parser is supposed to be a service not a component.
r=bienvenu
2000-01-10 01:21:18 +00:00
ftang%netscape.com 2251c6a2d3 fix window title conversion bug. r=jshin@pantheon.yale.edu convert PRUnichar* to
the locale encoding before pass to gtk.
2000-01-09 23:52:02 +00:00
mscott%netscape.com 42b21237d8 Short term hack...allow the uri loading to proceed even if we don't have a load group. eventually we should try to
create a loadgroup for the caller.
2000-01-09 23:45:36 +00:00
bienvenu%netscape.com 8c0e47b586 hook up load group for msg protocol so stop will work, r=mscott 2000-01-09 23:38:52 +00:00
bienvenu%netscape.com 82d1fa71c9 hook up stop for news, r=mscott 2000-01-09 23:38:31 +00:00
bienvenu%netscape.com 60e51380ff add ability to null out msg status feedback, r=putterman 2000-01-09 23:15:07 +00:00
jst%citec.fi d31c8ece13 Minor code cleanup, r=troy@netscape.com 2000-01-09 23:09:10 +00:00
bienvenu%netscape.com c637ef6dde set new flag for new news headers,r=mscott 23425 2000-01-09 22:19:18 +00:00
mscott%netscape.com a4be3b0f68 performance tweak --> header parser is supposed to be a service not a component.
r=bienvenu
2000-01-09 22:00:03 +00:00
mscott%netscape.com 815841f538 performance tweak --> header parser is supposed to be a service not a component.
r=ducarroz
2000-01-09 21:59:36 +00:00
mscott%netscape.com a9a1994b38 performance tweak --> header parser is supposed to be a service not a component.
r=bienvenu.
2000-01-09 21:57:21 +00:00
putterman%netscape.com f783868075 Select and scroll to first new message in a folder. r=bienvenu. 2000-01-09 19:47:58 +00:00
putterman%netscape.com 5d52afa8dc Put message header and message pane in a box. r=hyatt. 2000-01-09 19:47:09 +00:00
tonyr%fbdesigns.com 72b11a79bc Update to changed nsIMsgAccountManager interfaces 2000-01-09 17:30:18 +00:00
mcafee%netscape.com aa9d8dbdbd Oops, wrong logic for last checkin. 2000-01-09 06:12:02 +00:00
mcafee%netscape.com e068e10505 Failed bloat test should turn tree orange, we now check for -1 case. 2000-01-09 04:07:57 +00:00
rods%netscape.com d1176fcb0f fixed up several of the combobbox css rules to make them more efficient
(general optimization)r=kmcclusk,hangas
2000-01-09 02:09:08 +00:00
rods%netscape.com cd4c745f16 Added unconstrainted reflow optimizations
r=kmcclusk bug=12653
2000-01-09 02:07:00 +00:00
rods%netscape.com 73c1948005 Reworked frame creation and creation of it's children for bug 23156,
not turned on yet.
2000-01-09 02:05:25 +00:00