Commit Graph

103079 Commits

Author SHA1 Message Date
kestes%walrus.com
5f91e04332 escape the parenthesis. 2002-05-07 04:05:17 +00:00
ian%hixie.ch
50edfae326 pendingCommands.defined doesn't seem to work... Let's try pendingCommands.ref. It's technically more correct anyway. 2002-05-07 03:04:37 +00:00
ian%hixie.ch
e14122ee41 Forgot to fully convert the templates to Template Toolkit: nested dots need to be escaped differently now. 2002-05-07 03:03:00 +00:00
kestes%walrus.com
497037650a minor fixes 2002-05-07 02:47:43 +00:00
kestes%walrus.com
52e626b874 minor fixes, this one really works. 2002-05-07 02:34:58 +00:00
kestes%walrus.com
ae32c78cbd rewrite the problem code. Clearly I can't debug the old code, the new one is simpler
and should be faster/easier to debug/understand.
2002-05-07 01:50:48 +00:00
ian%hixie.ch
7f1b1bc44d Fix some bugs with the pendingCommand escaping code: First, extra spaces were being inserted (so much for s///x). Second, the escaping was actually modifying the original keys. Third, there were some logic errors that caused underescaping or resulted in the wrong key being escaped. 2002-05-07 01:50:22 +00:00
wtc%netscape.com
521b18afe1 Bugzilla bug 142677: made --disable-ipv6 work on AIX. Removed the obsolete
file _aix32in6.cfg.
Modified files: configure.in configure _aix32.cfg
Removed file: _aix32in6.cfg
2002-05-07 01:43:40 +00:00
blakeross%telocity.com
039011de8b 133666 - skin switch on restart not completely performed. r=ben sr=hyatt 2002-05-07 01:33:29 +00:00
waterson%netscape.com
4d35fe5527 Fix build bustage when NOISY_SPACE_MANAGER is set. 2002-05-07 01:32:55 +00:00
ian%hixie.ch
02aa6e26db Lots of tweaks, mainly to make the source look pretty. Also hid the Settings header if there are no important settings. 2002-05-07 01:32:28 +00:00
ben%netscape.com
399e766e81 bug 142165, crash and fasl file invalidation when loading non-chrome XUL files.
Ensure that we only poke the chrome cache for prototype documents that are chrome
URIs. Also, ensure that we only cache the fasl'ed prototype when it was read
without hiccup.
r=blake, sr=brendan.
2002-05-07 01:29:44 +00:00
timeless%mac.com
750386e28f Bug 125450 "Typeface" should be aligned to the left not center in font prefs
patch by walk84@yahoo.com r=timeless sr=alecf
2002-05-07 01:00:58 +00:00
kestes%walrus.com
4a78d658e3 fix 2002-05-07 00:23:49 +00:00
kestes%walrus.com
8c6d4dd6e9 fix 2002-05-06 23:52:57 +00:00
kestes%walrus.com
6d99bd5aa2 fixes 2002-05-06 23:51:43 +00:00
akkana%netscape.com
7d28960d5c 92102: Make find wrap through frames. r=ccarlen sr=alecf 2002-05-06 23:41:29 +00:00
kestes%walrus.com
67b79dd309 fix 2002-05-06 23:38:38 +00:00
jpierre%netscape.com
41ba83e283 Fix for 142658 - fix certutil crash with NULL nickname 2002-05-06 23:10:40 +00:00
ian%hixie.ch
6e4c646189 Correct a typo: Output is done through the application object, not the user prefs object... 2002-05-06 23:05:08 +00:00
kestes%walrus.com
a4a4f3b0a9 fix 2002-05-06 23:04:10 +00:00
kestes%walrus.com
7229777edb fix 2002-05-06 23:01:55 +00:00
kestes%walrus.com
7796f2ebfe fix 2002-05-06 23:00:05 +00:00
brendan%mozilla.org
cb5cb78578 Fix script attribute handling so type trumps language (135493, r=heikki, sr=jst). 2002-05-06 22:59:42 +00:00
ian%hixie.ch
fea723a0a6 Add an additional check that the change ID is valid 2002-05-06 22:59:22 +00:00
kestes%walrus.com
f160c6a497 more fixes 2002-05-06 22:57:10 +00:00
naving%netscape.com
18469d3426 142627 r=racham sr=bienvenu, fixing a regression to make copies and folders panel work correctly. 2002-05-06 22:53:31 +00:00
darin%netscape.com
98fb4cb449 fixing documentation bug (r=ccarlen) 2002-05-06 22:45:30 +00:00
myk%mozilla.org
8af63929dc Fix for bug 137673: No longer displays CVS error codes to end users.
Patch by James Cox <imajes@php.net>.
r=myk
2002-05-06 22:22:33 +00:00
akkana%netscape.com
fbc4b2a0d6 92102: Fix wrapping through frames, and don't find content inside noframes tags. r=ccarlen sr=alecf 2002-05-06 22:22:13 +00:00
kestes%walrus.com
23deeae988 allow zero dead times, delete columns which have no activity for 24 hours. 2002-05-06 22:08:41 +00:00
ccarlen%netscape.com
c45fd7bd5e Removing - obsolete and not part of build. Bug 141367. r=akkana/sr=kin 2002-05-06 22:06:02 +00:00
hwaara%chello.se
07056fa136 #109291, "document.*Color is empty".
Fix our DOM color  properties to work like on other browsers. For example, when no body bgcolor is explicitely specified, we will return the default bgcolor instead of just returning null. Same thing with text color, visited link color etc.

r=fabian, sr=jst
2002-05-06 21:58:10 +00:00
kestes%walrus.com
7de193d0f0 forgot a pair of || 2002-05-06 21:55:17 +00:00
nicolson%netscape.com
3e92affe57 Renamed to JSS*. 2002-05-06 21:54:38 +00:00
kestes%walrus.com
0a5fbd502b in trim_db() localize @run_times @dead_times and remove
columns which are not currently recieving data.
2002-05-06 21:53:57 +00:00
pinkerton%netscape.com
96d4eb18d8 make NS_ConvertUTF8toUCS2(ptr, length) work correctly. r=jag/sr=scc bug#141866 2002-05-06 21:50:45 +00:00
gerv%gerv.net
7f2ef2a358 Oops - adding INTERFACE comments accidentally included some code from another patch. Backing out those changes. 2002-05-06 21:49:53 +00:00
myk%mozilla.org
f1ad22d33d Fix for bug 142637: Cleans up configuration files.
Patch by Myk Melez <myk@mozilla.org>.
2002-05-06 21:46:48 +00:00
shrutiv%netscape.com
79a69ec908 changing browser name 2002-05-06 21:45:50 +00:00
shrutiv%netscape.com
cb8b845369 Fix for bugscape bug 14657: Need to rename c11n program product name
"Netscape 6 by .." (r=smeredith)
2002-05-06 21:34:23 +00:00
shrutiv%netscape.com
030bc81200 specifying type for strVersion 2002-05-06 21:32:20 +00:00
shrutiv%netscape.com
49729f5a9f Fix for bugscape bug 14657: Need to rename c11n program product name
"Netscape 6 by .." (r=smeredith)
2002-05-06 21:27:23 +00:00
ian%hixie.ch
f343303e4e Forgot to fully convert the templates to Template Toolkit: nested dots need to be escaped differently now. Also added filters to the URI fragments so that spaces get escaped properly. They'll be stuck together at some point. 2002-05-06 21:15:05 +00:00
jaggernaut%netscape.com
ce7d0353fc Bug 129428: Paste doesn't work in bookmark manager. Patch by ben@netscape.com, r=pierrechanial@netscape.net, sr=jag 2002-05-06 21:10:51 +00:00
kestes%walrus.com
9c95e0d0e6 don't make ignore of NS_ENSURE_TRUE(presShell) depend on line number. 2002-05-06 21:07:57 +00:00
ian%hixie.ch
08859612f4 Forgot to fully convert the templates to Template Toolkit: nested dots need to be escaped differently now 2002-05-06 21:05:28 +00:00
kestes%walrus.com
ab908d4dc4 fixes 2002-05-06 21:05:01 +00:00
kestes%walrus.com
3496e38e78 fixes 2002-05-06 21:03:11 +00:00
radha%netscape.com
af170fb3a8 Fix for bug # 125372. Forward arrow not active when it should be. r=adamlock sr=alecf. 2002-05-06 21:01:59 +00:00