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

60184 Коммитов

Автор SHA1 Сообщение Дата
gagan%netscape.com 24b80ae946 Fix for bug 36862. Added parameter checks to avoid crashes. 2000-05-03 21:47:56 +00:00
erik%netscape.com 9fbd89d488 bug 26237; move to newer nsICharsetConverterManager2 interface 2000-05-03 21:47:07 +00:00
pavlov%netscape.com 1ae3baa7aa fix assertions when trying to bring up file picker bug #37121 2000-05-03 21:47:05 +00:00
radha%netscape.com 3c4d2464d6 Enable menubutton for back and forward buttons 2000-05-03 21:46:33 +00:00
pavlov%netscape.com 9dfe494c7e try to speed up SetTitle a tad 2000-05-03 21:46:08 +00:00
alecf%netscape.com ed318e4312 adding comments to document new syntax that went in yesterday 2000-05-03 21:45:21 +00:00
alecf%netscape.com 086d98c97f add toString() method for easy examination from JS 2000-05-03 21:44:33 +00:00
ftang%netscape.com 4e6b3dbab6 fix bug 26237. Check in for erik. Add LanguageAtomService into Mac build. r=ftang 2000-05-03 21:42:33 +00:00
alecf%netscape.com 79dbe9e7be fix for #23096 - ability to specify port in hostname 2000-05-03 21:42:31 +00:00
cata%netscape.com 540e7e39be Adding ref & memory counting macros. 2000-05-03 21:42:04 +00:00
jst%netscape.com ef8e746fdd WIP for supporting setting the cssText property on css declarations through the CSS DOM, approved and partly reviewed by Pierre. 2000-05-03 21:42:00 +00:00
sfraser%netscape.com f46b10c677 Move the resouce copying to the end, so that we have fewer files in dist during the build process. This should speed up looking for include files. 2000-05-03 21:40:44 +00:00
cmanske%netscape.com 3b8303878c Change to correct strings for 'Recent Pages' and 'Revert to Last Saved' 2000-05-03 21:40:18 +00:00
tor%cs.brown.edu 697d0bae6f Build bustage fix for SUNWspro: false->PR_FALSE 2000-05-03 21:38:50 +00:00
alecf%netscape.com 07ea4fe288 initialize the dialog with all filter terms
(not working just yet)
2000-05-03 21:38:23 +00:00
alecf%netscape.com 38c166cb0c add getters for mailterm's target 2000-05-03 21:37:41 +00:00
jdunn%netscape.com 150f06b447 remove incorrect/outdated pthread references
# 37394
r= rusty.lynch@intel.com blizzard@mozilla.org
2000-05-03 21:34:29 +00:00
rods%netscape.com ac563b3260 now mapping minus '-' key virtual code to correct DOM key virtual code
now correctly creating ket press events for <ctrl>= <ctrl>-  <ctrl>;
bug 5716
2000-05-03 21:34:09 +00:00
nhotta%netscape.com fb7dd546e8 Alert the user if the subject contains out of range characters of the mail charset, r=ducarroz, bug 28908. 2000-05-03 21:31:15 +00:00
slamm%netscape.com f7fe34a276 Change collapsed rule to set 'visibility:collapse' instead of 'visibility:collapsed' bug 37725 2000-05-03 21:30:02 +00:00
nhotta%netscape.com b01e053276 Added the encoder function to substitute not converted characters with question mark instead of abort the conversion, bug 31797. 2000-05-03 21:27:25 +00:00
mscott%netscape.com 52453459ae get rid of observers for the progress meter and status text area 2000-05-03 21:24:37 +00:00
nhotta%netscape.com ab5ca63984 Added two new I18N functions,
nsMsgI18Nmultibyte_charset() - checks multibyte charset,
nsMsgI18NFormatNNTPXPATInNonRFC1522Format - create I18N search string for nntp.
nsMsgI18Ncheck_data_in_charset_range - checks if the input is in a charset range.
2000-05-03 21:23:58 +00:00
mscott%netscape.com d01729dc4f adding host and port information to the logging code. 2000-05-03 21:22:18 +00:00
nhotta%netscape.com 9f7bbda916 Added new category "isMultibyte" and data, r=cata. 2000-05-03 21:22:09 +00:00
alecf%netscape.com 6358e2233a track box-header changes 2000-05-03 21:21:58 +00:00
mscott%netscape.com 392162f066 remove some obsolete #ifdefs 2000-05-03 21:21:57 +00:00
mscott%netscape.com 69cb8b7561 pass progress not as a percent but with a current and max byte count
Use progress event sink instead of nsIMsgStatusFeedback.
2000-05-03 21:21:35 +00:00
waterson%netscape.com 47909284f5 Bug 37853. Add MOZ_COUNT_[C|D]TOR calls to the objects allocated from nsCSSDeclaration. r=attinasi 2000-05-03 21:21:30 +00:00
blizzard%redhat.com bcdad23ae6 add some signal tests 2000-05-03 21:21:18 +00:00
mscott%netscape.com 2f0a1f8ada rewrite progress to go through the progress event sink which we get from the
mock channel instead of from the status feedback object attached to the url.

Change progress Info struct to pass in current and max progress separately
instead of as a percentage.
2000-05-03 21:21:07 +00:00
blizzard%redhat.com f93ea40135 more work on signals 2000-05-03 21:20:55 +00:00
mscott%netscape.com 0f7da964cd don't precaculate the percentage...pass the current and max values around instead
use progress event sink for progress instead of nsIMsgStatusFeedback.
implement Get/SetNotifcationCallbacks on the mock channel. Be sure to extract
the progress event sink if we were given one.
2000-05-03 21:20:34 +00:00
valeski%netscape.com b1f5ae2519 removing extraneous channel member, and ensuring that final releases used by the FTP thread are made on the owning thread. 2000-05-03 21:20:32 +00:00
mscott%netscape.com 7ee2674e50 add ability to get the progress event sink directly from the channel. 2000-05-03 21:20:08 +00:00
mscott%netscape.com ec7787224e progress & status should use the progress event sink associated with the laod
instead of the status feedback object
2000-05-03 21:19:38 +00:00
mscott%netscape.com a16b2b4d25 implement GetContentLength for mailbox protocol. Report progress
via the progress listener event sink associated with the load
2000-05-03 21:19:22 +00:00
mscott%netscape.com 384afc3a01 don't include msgMail3PaneWindow.js because we don't need it...this just
slows us down.
2000-05-03 21:18:33 +00:00
akkana%netscape.com acb1acede5 37560: convert platform to dom newlines before inserting html. r=cmanske 2000-05-03 21:18:23 +00:00
mscott%netscape.com 1ac0863030 remove unnecessary comment 2000-05-03 21:18:18 +00:00
mscott%netscape.com 8f10e24443 get rid of observers for the progress meter and status text area 2000-05-03 21:18:05 +00:00
mscott%netscape.com 3d48a08dcf get rid of broadcasters for the throbber and progressmeter as these
are no longer necessary.
2000-05-03 21:17:52 +00:00
valeski%netscape.com e24dddf19a 31587. FTP was caching the auth dialog data. 2000-05-03 21:17:48 +00:00
mscott%netscape.com 40eefce45f remove obsolete onProgress method which was used by observers on the progressmeter
add more efficient implementations of Start/Stop Meteoers. Implement
setting progress as a percentage of the load.
2000-05-03 21:17:33 +00:00
mscott%netscape.com 54863ea2c6 remove observers on the progressmeter element. we now directly manipulate
the progressmeter instead of going through an observer which is *MUCH*
 slower
2000-05-03 21:17:14 +00:00
mscott%netscape.com 38a2ffb655 remove OnStart/OnStop meteor calls. These calls will happen automatically
when the channel for the url is added to its load group.
2000-05-03 21:16:44 +00:00
mscott%netscape.com 064d2d4d95 set a default progress event sink == the status feedback version.
necko may over-ride us with another one.
implement Get/SetNotification callbacks in order to extract the progress
event sink if there is one.
2000-05-03 21:16:22 +00:00
mscott%netscape.com 823add747f remove unnecessary QI calls. remove thread safety locks
because this object is never accessed from multiple threads
2000-05-03 21:15:47 +00:00
mscott%netscape.com f318a954f6 set our status feedback object as the web progress listener
for the content docshell for the message pane.
2000-05-03 21:15:28 +00:00
mscott%netscape.com 1fbcaa1e55 whack status feedback to be a nsIWebProgressListener and not a
DocumentLoaderObserver. Yeah!!! We need to be a progress event sink as well
to handle the cases where urls don't get run through a load group.
Temporarily disable timeout code for starting / stopping the meteors.
remove all old nsIDocumentLoaderObserver cruft
2000-05-03 21:15:12 +00:00