nhotta%netscape.com
6d7d1d49dd
Changed to use local stack for message body charset conversion, bug 108749, r=ducarroz, sr=sspitzer.
2001-11-09 23:56:19 +00:00
mscott%netscape.com
5ae325e530
Bug #108960 --> get rid of some obsolete CSS rules to make this file load
...
faster and help message display.
rs=sspitzer
2001-11-09 23:54:34 +00:00
mscott%netscape.com
131a7b2d1b
Bug #108761 --> override globalEditMenuItems and selectEditMenuItems so
...
with our own custom event so we can reduce the amount of command updating
they were doing during message display.
r=bienvenu
sr=sspitzer
2001-11-09 23:53:16 +00:00
mscott%netscape.com
4d40d98985
Bug #109134 --> optimize our CSS by using .classname instead of tagname.class name
...
for a couple styles.
r=bienvenu
sr=sspitzer
2001-11-09 23:50:38 +00:00
sicking%bigfoot.com
79768f9dfc
Bug 95779 - Key cached expressions and patterns on node they appear in rather then string.
...
r=Pike sr=jst
2001-11-09 23:46:36 +00:00
mscott%netscape.com
9dbad9b635
Bug #108635 --> disable session and global history for the message pane. This helps improve
...
message display time.
r=jag/mscott
sr=hewitt
2001-11-09 23:41:08 +00:00
mscott%netscape.com
666d0a6d3e
Bug #108635 --> add ability to disable global and session history.
...
r=jag/mscott
sr=hewitt
2001-11-09 23:39:56 +00:00
sicking%bigfoot.com
f086bce93d
Bug 105979 - Cleanup NodeSetFunctionCall and Tokenizer classes
...
r=Pike,peterv sr=jst
2001-11-09 23:34:06 +00:00
mscott%netscape.com
4fdc097f65
Bug #22960 --> broadcast all the headers at once instead of individually.
...
if not in view all headers mode, only send out the headers we need. This helps
message display performance.
r=ducarroz
sr=sspitzer
2001-11-09 23:31:54 +00:00
tao%netscape.com
648538ee00
report ui language and country code in test program (not part of client).
2001-11-09 22:57:30 +00:00
ian.mcgreer%sun.com
d7f7578ac8
construct salt and password buffers for PBE correctly
2001-11-09 22:51:42 +00:00
shrutiv%netscape.com
6ba63846ff
Removing extra CR's
2001-11-09 22:12:00 +00:00
ian%hixie.ch
d433d136be
Implement some primitive error handling for sending mail.
2001-11-09 21:59:21 +00:00
relyea%netscape.com
afd197ca24
Rewrite Ian's get cert by email address to use the standard cert searching code.
2001-11-09 21:43:18 +00:00
mcafee%netscape.com
8e94200878
Adding scrapebuilds.pl check
2001-11-09 21:37:02 +00:00
mcafee%netscape.com
fbdc6f515c
Adding scrape_builds
2001-11-09 21:35:25 +00:00
mcafee%netscape.com
a2023e4533
Adding scrapebuilds toggle ui
2001-11-09 21:32:41 +00:00
mcafee%netscape.com
5f50ff180f
Adding scrapebuilds.pl
2001-11-09 21:31:19 +00:00
ian%hixie.ch
b6d1378fa1
Removing unnecessary spammy debug output (this code works now... honest\!)
2001-11-09 21:22:32 +00:00
ian%hixie.ch
91d903d8df
Decode %XX-encoded strings.
2001-11-09 21:19:59 +00:00
javi%netscape.com
96b3fbef61
Fixing typo
2001-11-09 21:14:07 +00:00
javi%netscape.com
b8c3ead24e
Bug 106507
...
Enable S/MIME for users that are already building PSM.
2001-11-09 20:45:47 +00:00
kaie%netscape.com
8d0e153774
build smime if MOZ_PSM is defined
...
a=leaf
2001-11-09 20:45:36 +00:00
mscott%netscape.com
1fa024fc20
build smime if psm2 is defined.
...
a=leaf
2001-11-09 20:26:40 +00:00
ian%hixie.ch
e9904215c0
Added some more comments that might help people get this working on Apache.
2001-11-09 20:23:42 +00:00
ian%hixie.ch
197ee7192a
Factored out the connect/disconnect code, added settings for the host and the from address and made them be handled by a setup.configure handler, wrapped the call to Net::SMTP->new() in a warning-free block.
2001-11-09 20:21:11 +00:00
ian%hixie.ch
4d542c9a80
Adding support for generic saving and retrieving of settings.
2001-11-09 20:13:21 +00:00
ian%hixie.ch
3ae1b10178
Adding a comment on the use of assert()
2001-11-09 20:09:22 +00:00
rweltman%netscape.com
8e6f8e1cef
Call Vector.removeAllElements() instead of Vector.clear() to allow compilation and execution with JDK 1.1.x (Bugzilla bug 107830)
2001-11-09 19:57:54 +00:00
dp%netscape.com
0d257cc179
Better usage message. Ability to take args.
2001-11-09 19:16:04 +00:00
ian%hixie.ch
e2ceae0e2f
Refactored the Database::DBI code. Added support for default values in the setup code. Added support to create the database and the user (although some of this may need refactoring into separate MySQL submodules).
2001-11-09 17:23:41 +00:00
ian%hixie.ch
7d4ba9fdd4
Changing the order of loaded modules to make sure they are set up in the right order.
2001-11-09 17:16:50 +00:00
ian%hixie.ch
27c0a625e9
Added a missing 'return' statement so that the user.fields setup routine doesn't appear to have failed when it hasn't (without a return statement, the value of the last statement is the return value).
2001-11-09 17:15:13 +00:00
ian%hixie.ch
df6f9d0b23
Changed the DESTROY method to make sure it calls its parent.
2001-11-09 17:13:27 +00:00
ian%hixie.ch
d8ed08b9c5
Added support for printing the default value for requests.
2001-11-09 17:12:18 +00:00
ian%hixie.ch
2605f093c1
Added the ability to find the length of an array (array.length to go with array.0, array.1, etc). Added assertions to handle the case of invalid order or sort attributes on <set>. Added two new sort types ('default' and 'reverse default').
2001-11-09 17:10:22 +00:00
ian%hixie.ch
2dc794285b
Added two assertions to make sure the handle is defined before using it, and added a check that the handle is defined before releasing it. Also changed the DESTROY method to call its parent.
2001-11-09 17:07:18 +00:00
ian%hixie.ch
d11f28591a
Removing excess trailing spaces on one line, and moving a warn from level 5 ('important events') to level 8 ('frequent important events').
2001-11-09 17:03:40 +00:00
ian%hixie.ch
a5b875e7b1
Fixed DESTROY method to make sure it calls its parent.
2001-11-09 17:00:28 +00:00
ian%hixie.ch
2913cffeec
Removing the @arguments array from a dump statement, because if any of the elements in the array are undef then a runtime warning is printed (undef elements is not always a bug).
2001-11-09 16:58:38 +00:00
ian%hixie.ch
ac58840368
Added a level 5 dump indicating the completion of the PLIF program.
2001-11-09 16:56:49 +00:00
dp%netscape.com
39fdc2c4af
secs not ms
2001-11-09 16:54:22 +00:00
ian%hixie.ch
1f8a352b1d
Fixed DESTROY method to make sure it called it's parent.
2001-11-09 16:52:08 +00:00
ian%hixie.ch
fd84ee0b49
Change default DEBUG level from 9 to 4, which is what it should be in production releases. Added comments explaining debug levels 6 (reserved for personal use) and 8. Added level 10 debug info to the DESTROY method (makes it easier to track down bugs during shutdown).
2001-11-09 16:50:47 +00:00
ian.mcgreer%sun.com
9112e674cf
Output validated cert text to stdout, otherwise the QA scripts think there is a failure.
2001-11-09 16:40:26 +00:00
ian.mcgreer%sun.com
fb398dc74f
disabling cert cache (temporarily)
2001-11-09 16:39:34 +00:00
ian%hixie.ch
90d2164530
Made it so the setupEnding event is sent out after the setup failure message is printed but before the setup success message is printed (reduces the number of error messages if you cancel during setup). Changed the semantics of the output.progress string's data.component data. It is now a dotted hierarchical string giving progressively more detail about what is being set up. e.g., 'database', 'database.default.settings', 'database.default.settings.connection.port'. If outputters are interpreting data.component then any trailing unknown levels of detail should be ignored. This allows the setup routines to potentially give much more useful output. Fixed the default stdout output string for setup (it has <text variable=""> instead of value="").
2001-11-09 16:39:29 +00:00
blizzard%redhat.com
93f2b40fba
null check in stack trace code so we don't crash on some systems. r=bryner, dbaron no bug number.
2001-11-09 16:18:56 +00:00
ccarlen%netscape.com
26818ce2cf
Bug 104021 - Profile mgr needs to put necko offline when switching profile. r=dougt,kaie/rs=darin/a=asa
2001-11-09 15:32:49 +00:00
kin%netscape.com
b5b14245e1
Fix for bug 106383: regression: new composer doc behaves as if empty
...
mozilla/editor/libeditor/html/nsHTMLDataTransfer.cpp
mozilla/editor/libeditor/html/nsHTMLEditRules.cpp
mozilla/editor/libeditor/html/nsHTMLEditRules.h
mozilla/editor/libeditor/html/nsHTMLEditor.h
mozilla/editor/libeditor/text/nsTextEditRules.h
- Added nsHTMLEditRules::WillLoadHTML() which removes any mBogusNode.
- Modified nsHTMLEditor::LoadHTML() to call Will/DidDoAction().
- Changed all references of kOpHTMLLoad to kOpLoadHTML to match
function name, and added kLoadHTML.
r=jfrancis.netscape.com sr=sfraser.netscape.com a=asa@mozilla.org
2001-11-09 15:16:03 +00:00