Commit Graph

92090 Commits

Author SHA1 Message Date
jband%netscape.com
cd8dc8ee2c not part of build. Now that null DOM strings are correctly supported we can fix the test case 2001-11-10 22:35:26 +00:00
jaggernaut%netscape.com
10e6a597bd Bug 53057: Fixing up users of implicit |CharT*| conversion operators for nsCString to use |.get()| instead, rr=dbaron, rs=scc 2001-11-10 22:20:21 +00:00
ian%hixie.ch
085c309f7d Change the order of the settings so as to match the order in which they are requested. This causes the error message to mention the setting that the user aborted on, instead of some random later setting. 2001-11-10 22:06:54 +00:00
ian%hixie.ch
65d308d967 Change createArgument so that we drop the default on the floor -- the default should only be used when explicitly requested (e.g. by the user in interactive mode), not in all cases. CommandLine.pm was in fact already assume that this was the case. 2001-11-10 22:04:34 +00:00
jaggernaut%netscape.com
00f1f74e7b Bug 53057: Removing implicit |CharT*| conversion operator for nsCString, r=dbaron, rs=scc 2001-11-10 22:00:31 +00:00
ian%hixie.ch
4c322128a7 Switching to batch mode involves changing the 'batch' argument, not the one being requested... ahem. 2001-11-10 21:59:13 +00:00
ian%hixie.ch
7c4f16563f Bracket shuffling to fix a warning in Perl 5.0.x. 2001-11-10 21:57:07 +00:00
ian%hixie.ch
2d3f1dc3de Handle the case where the user hits Ctrl+D during input, and the case where the user piped a file into us and the file was too short. 2001-11-10 21:53:49 +00:00
ian%hixie.ch
2f00ddd8dc Correct an error in the default handler of the namespaced XML walker: we have to shift out the first argument otherwise weird things will naturally happen. 2001-11-10 21:44:28 +00:00
jaggernaut%netscape.com
d5f98d7747 Bug 15050: page load shouldn't overwrite text typed into the url bar. r=hewitt, sr=ben 2001-11-10 21:38:28 +00:00
ian%hixie.ch
b9400f341d The User object was not saving anything if its userID started off as undef (i.e., new user) and the code never changed any properties (which is normal for a new user). Changed the code to automatically assume it is dirty if it starts with an undefined userID. Changed writeProperties to use the return value from the data source to save any changes to userID, so that when it is defined (by inserting a new record, probably) then we can remember it. Finally, changed propertySet so that when userID is changed from an undefined value to a defined value, the change is propagated to the fields and the groups are marked dirty, which will force them to be written out too. 2001-11-10 21:00:37 +00:00
ian%hixie.ch
5139796ce4 Fix the output template to support multiple authentication protocols now that the code is not lying about that. 2001-11-10 20:55:39 +00:00
ian%hixie.ch
503d696c7e Changed a comment in UserField.pm to be more accurate: it is actually safe to change the userID on the fly from an undefined value to a defined value because the code only uses it at two points: creation, if it was defined (used by the caller) and destruction (at which point it is passed to the data source to save any changes). 2001-11-10 20:53:37 +00:00
ian%hixie.ch
ceb11d6d7f s/smtp/email/go -- have to be consistent with the rest of the code\! 2001-11-10 20:46:29 +00:00
ian%hixie.ch
760684e638 Return the user ID even when the user exists, so that there is no need for callers to check the return value. 2001-11-10 20:43:44 +00:00
ian%hixie.ch
755f8317fa Fixing ill-formedness error. 2001-11-10 20:34:00 +00:00
mcafee%netscape.com
11792d7e2d fixing perl error 2001-11-10 20:21:38 +00:00
mcafee%netscape.com
c0f007744b Switching to proper log-header variable 2001-11-10 19:26:42 +00:00
gerv%gerv.net
5011281b28 Bug 108177 - change Henrik Gemal's email address to mozilla@gemal.dk . r=gerv, auto-sr=brendan. Comment changes only. 2001-11-10 19:10:40 +00:00
waterson%netscape.com
cceee25d95 Bug 109505. Dumb typo. Use iterator variable when looking for template builder. 2001-11-10 18:45:02 +00:00
loadrunner%betak.net
5162ded92a bug 64146, Delay nsCharsetMenu initialization to avoid consuming ~2% of startup time, r=dp, sr=brendan,alecf (this file didn't make it into M096) 2001-11-10 17:39:50 +00:00
bzbarsky%mit.edu
c255aa1143 Fix getComputedStyle() position/size calculations. Bug 84599 and bug
94855, r=glazou, sr=attinasi
2001-11-10 17:29:04 +00:00
alecf%netscape.com
c8e5ffae33 NOT PART OF BUILD
for bug 102043 and bug 71482 - update nsHistoryLoadListener to support redirected URLs, and to update titles through nsIBrowserHistory
2001-11-10 16:37:19 +00:00
ian%hixie.ch
b5ef59ba98 implemented getFieldNamesByCategory() in the user data source, and used it to fill in the list of contact methods for the loginFailed output handler. 2001-11-10 10:55:33 +00:00
ian%hixie.ch
25760a3e0a Made the phrase 'or to have your password sent to you,' appear regardless of the value of data.tried 2001-11-10 10:51:10 +00:00
dp%netscape.com
f768e597c4 fixed dup printing 2001-11-10 09:18:45 +00:00
dp%netscape.com
333671c0b3 first version 2001-11-10 08:54:53 +00:00
jst%netscape.com
ccd5349580 Checking in Jonas Sicking's <sicking@bigfoot.com> fix for bug 109154. Make this code not suck as much, don't use GetPrimaryFrame() when there's no need to. r=jkeiser@iname.com, sr=jst@netscape.com 2001-11-10 08:25:16 +00:00
jkeiser%iname.com
46b6f9ea78 Null-safety checks (bug 108808). r=rods@netscape.com, sr=kin@netscape.com 2001-11-10 07:45:15 +00:00
jst%netscape.com
1ab806d0b3 Checking in Fabian's <hidday@geocities.com> patch for bug 105640. Add support for IE's document.compatMode property. r=sicking@bigfoot.com, sr=jst@netscape.com 2001-11-10 07:36:19 +00:00
stephend%netscape.com
467e4478b4 Bug 107188. Help tooltip not correct or localizable. r=oeschger@netscape.com, sr=hewitt@netscape.com 2001-11-10 06:34:16 +00:00
ian%hixie.ch
168f7364e4 Fix a typo on the To: line which was resulting in a blank To: field, made the Subject: line be dynamically generated, and made the text actually be useful. 2001-11-10 06:26:28 +00:00
mcafee%netscape.com
75d4cd33b4 proper checking for scrape_builds data 2001-11-10 06:01:35 +00:00
ian%hixie.ch
653db8eef9 Oops, syntax error. 2001-11-10 05:21:17 +00:00
ian%hixie.ch
73e0c55c22 Use the actual From: address (now that the outputter tells us what it is...). 2001-11-10 05:12:06 +00:00
ian%hixie.ch
4a03227913 Added another set of data to the data hash: the outputter hash. This will be useful for strings that have to embed things like the e-mail address of the application itself. Added hash methods to the Email and Stdout generic outputter modules to support this change. Renamed 'from' to 'address' in the Email outputter to make it easier to reuse the code (hehe). Also, in the same module, changed some of the comments, changed a double quote string literal to a single quote string literal, and added the word 'configure' where it was missing in one of the dump statements. 2001-11-10 05:00:14 +00:00
bstell%netscape.com
89957cab09 bug 107019: anti-aliased glyph code
r=yokoyama@netscape.com, sr=blizzard@mozilla.org
2001-11-10 04:41:18 +00:00
bstell%netscape.com
6bff9165e0 bug 107019 anti-aliased glyph C++ object code
r=yokoyama@netscape.com, sr=blizzard@mozilla.org
2001-11-10 04:39:57 +00:00
bstell%netscape.com
aea448c885 bug 102133: fix 64 bit solaris crash
r=shanjian@netscape.com, sr=brendan@mozilla.org
2001-11-10 04:20:55 +00:00
sfraser%netscape.com
6125d919b7 Fix the carbon build. 2001-11-10 03:28:05 +00:00
pschwartau%netscape.com
7a9c2596f2 Fixing a typo. 2001-11-10 02:47:52 +00:00
pschwartau%netscape.com
267f1d9202 Adding another case to test. 2001-11-10 02:46:24 +00:00
law%netscape.com
9ae226ea81 New tools for measuring startup with a minimalist 'Navigator' 2001-11-10 02:40:13 +00:00
blakeross%telocity.com
5a46d540e2 109207 - stop loading brand.dtd three additional times on startup. r=ben sr=hewitt 2001-11-10 01:51:44 +00:00
mcafee%netscape.com
2bd81a0011 Fixing tab makefile bustage 2001-11-10 01:33:55 +00:00
naving%netscape.com
04b7af6942 104504 r/sr=darin. Null out the listeners once we are done with read requests. This fixes
nsImapCacheStreamListener and nsNntpCacheStreamListener leaks.
2001-11-10 01:13:06 +00:00
morse%netscape.com
eee486ee49 bug 68136, full screen mode, r/sr=ben/alecf 2001-11-10 01:12:37 +00:00
rbs%maths.uq.edu.au
c62897b9af fix typo that caused font download to stop working. b=106633 r=yokoyama s=waterson 2001-11-10 01:10:39 +00:00
sfraser%netscape.com
f4da98e824 Change to convert Widget and Gfx into component DLLs on Mac, bug 94434. r=pchen, sr=beard/darin 2001-11-10 01:05:03 +00:00
morse%netscape.com
a0ce027b7e bug 109325, crash in cookie module, r=ccarlen, sr=alecf 2001-11-10 00:58:59 +00:00