srilatha%netscape.com
f89cd96e68
Fix for bug 120423. Enable and disable Addressbook commands when directory is selected
...
r=racham@netscape.com , sr=sspitzer@netscape.com
2002-02-08 00:55:54 +00:00
rbs%maths.uq.edu.au
9cd3cfff6d
By definition <mi> renders in italic type when its textual content consists of a single char, and in normal type when it consists of mutiple chars. This is a fix to re-resolve the style data properly when the text content (and its length) get changed back and forth dynamically
2002-02-08 00:53:19 +00:00
sonja.mirtitsch%sun.com
562719f774
removed compiler workshop 5 marker bug# 124256 r=nelsonb
2002-02-08 00:43:18 +00:00
rbs%maths.uq.edu.au
ba931a911b
s/gInvariantChar/gInvariantCharArray/g and avoid an unnecessary string copy in LookupInvariantChar()
2002-02-08 00:42:32 +00:00
rginda%netscape.com
ac356c0444
- venkman only -
...
add "open-dialog" command, bug 124158
2002-02-08 00:22:42 +00:00
radha%netscape.com
0ee86542b2
Fix for bug 90224. Send nsISHistoryListener notifications for Reload. r=mcafee, sr=rpotts.
2002-02-08 00:20:26 +00:00
hewitt%netscape.com
a9e1e85355
123448 - tooltips with window title shouldn't appear for xul docs in navigator, r=blake, sr=jag
2002-02-08 00:16:51 +00:00
hewitt%netscape.com
c205c00552
123216 - no caret in password dialogs, patch=jag, r=bryner, sr=hewitt
2002-02-08 00:16:02 +00:00
bzbarsky%mit.edu
72bb1acaa4
Use the URI Checker to get headers for Save As. Bug 118719,
...
r=law,akkana,cmanske, sr=darin
2002-02-08 00:10:55 +00:00
relyea%netscape.com
9c6d49165a
Bug 120651: Stop up memory leaks in the built-in token. We are slowly leaking
...
memory in arenas by allocating temporary objects out of permanment arenas.
Also rename file sin the builtins directory that conflict with it's parent.
xxxxx.c -> bxxxx.c except instance.c becomes binst.c
2002-02-08 00:10:07 +00:00
timeless%mac.com
c796b4304e
Bug 121792�User can see content of password and hidden fields in page info, and this option cannot be turned off
...
patch by db48x@yahoo.com r=caillon@returnzero.com sr=jag
2002-02-08 00:08:56 +00:00
bzbarsky%mit.edu
228d784673
The type attr is only _sometimes_ case-sensitive for <li>. Bug 124167,
...
r=fabian, sr=jst
2002-02-08 00:05:17 +00:00
timeless%mac.com
7b1ab9998f
Bug 33601�fixing warnings about switch(enumVar){case onlyOne: {}}
...
adds a default case. also removing an else after return.
r=roc+moz@cs.cmu.edu sr=alecf
2002-02-08 00:05:16 +00:00
cmanske%netscape.com
f5190f99e4
Fix crash in message composer because of stranded Insert Character dialog, b=117791, r=duccaroz, sr=dveditz
2002-02-07 23:46:55 +00:00
cmanske%netscape.com
431edd5a92
Supply 'EditorCleanup()' method for mail composer to use to fix bug 117791, r=brade, sr=dveditz
2002-02-07 23:44:32 +00:00
colin%theblakes.com
226cf3ceae
Add sdeckanji for OpenVMS. b=122203. r=yokoyama
2002-02-07 23:23:33 +00:00
serge%netscape.com
69d4d01064
fix #123791 ; Installing Shockwave crashes Mozilla; r=peterl, sr=beard
2002-02-07 23:22:39 +00:00
mkaply%us.ibm.com
189bcb64dd
#123023
...
r=timeless
Fix various syntactical errors in HTML files.
2002-02-07 23:13:42 +00:00
sgehani%netscape.com
0685924171
Remove button in Smart Browsing pref pane should be context disabled.
...
b=119768; r=morse; sr=hewitt
2002-02-07 23:07:14 +00:00
dbragg%netscape.com
e326850956
Moving platform-specific files to the platform-specific jar files. Fixes bug 94242. r=tao, sr=alecf
2002-02-07 23:05:18 +00:00
bnesse%netscape.com
ce54fd0bfa
Remove unused files as per bug 122997. r=sfraser, sr=beard.
2002-02-07 23:05:13 +00:00
bnesse%netscape.com
0f96368872
Fix for bug 122997. Repair the 4.x MRJ plugin build. r=sfraser, sr=beard.
2002-02-07 23:03:22 +00:00
dbragg%netscape.com
7d9b61d9af
Moving platform-specific files to platform-specific jar files. Fixes bug 94242. r=tao, sr=alecf
2002-02-07 22:54:31 +00:00
bnesse%netscape.com
6644b53caf
Fix for bug 120390. Use PL_strncasecmp rather than PL_strcasecmp to check for java mimetype. Patch by, and checking in for, Igor Nekrestyanov, r=bnesse, sr=jst.
2002-02-07 22:52:21 +00:00
dbragg%netscape.com
f7eae3c47b
Moving these platform specific files to the platform-specific jar files. Fixes bug 94242. r=tao, sr=alecf
2002-02-07 22:52:20 +00:00
harishd%netscape.com
d1339c7272
remove existing p3p support
2002-02-07 22:51:17 +00:00
sgehani%netscape.com
ca6acc2523
Add reload and stop sidebar tab header context menu items.
...
b=41445; r=morse; sr=alecf
2002-02-07 22:42:57 +00:00
kin%netscape.com
d38cee3cd4
Fix for bug 83650 (textarea control has problems with caret positioning at end)
...
and bug 97207 (textarea pastes sometimes misplaced by failing to reposition).
- Added new utility method GetOriginToViewOffset().
- Modified nsPresShell::HandleEvent(), nsBoxFrame::GetFrameForPoint(),
and nsContainerFrame::GetFrameForPointUsing() to factor in the
offset from GetOriginToViewOffset() to insure that the point
used is always transformed into the correct coordinate system.
Files modified:
mozilla/layout/base/public/nsIFrame.h
mozilla/layout/html/base/src/nsContainerFrame.cpp
mozilla/layout/html/base/src/nsFrame.cpp
mozilla/layout/html/base/src/nsFrame.h
mozilla/layout/html/base/src/nsPresShell.cpp
mozilla/layout/xul/base/src/nsBoxFrame.cpp
r=kmcclusk@netscape.com sr=sfraser@netscape.com
2002-02-07 22:39:15 +00:00
hwaara%chello.se
ef530159bd
#124156 , wrong icon was displayed for news messages with attachments.
...
r=alecf, sr=sspitzer
2002-02-07 22:38:19 +00:00
cbiesinger%web.de
19dbb1404c
bug 62199 r=bzbarsky sr=blake
...
JS Strict warning in tasksOverlay.js
2002-02-07 22:36:37 +00:00
mkaply%us.ibm.com
4b97fe7232
#121944
...
r=pedemont, sr=blizzard
OS/2 only - don't handle WM_ACTIVATE in DealWithPopups
2002-02-07 22:35:37 +00:00
ian.mcgreer%sun.com
c60a4bd7b4
bug 124268, -P is used twice
2002-02-07 22:28:04 +00:00
locka%iol.ie
216371ca3c
Embedding package manifest fallout from nss 3.4 landing. b=123918 r=adamlock sr=attinasi a=karnaze
2002-02-07 21:50:19 +00:00
nboyd%atg.com
7eff00208f
* Avoid creating a ClassNameHelper when turning caching off.
...
* When turning debug generation on, don't change opt level from -1 to 0.
2002-02-07 17:54:57 +00:00
ccarlen%netscape.com
ad35046d07
New file for bug 113538 - embedding depends on wallet. Not yet part of build. r=morse@netscape.com/sr=darin@netscape.com
2002-02-07 15:56:35 +00:00
ian.mcgreer%sun.com
c20c215bdb
This is a revision of the patch shown in bug 122907. It should fix the leakage seen with client auth. It is needed either way, as NSS 3.3 always checked for pre-existing temp certs before creating a new one.
2002-02-07 14:58:05 +00:00
timeless%mac.com
240333fdfc
Bug 52037 w/ w95osr2 and beyond you can get freediskspace for a full path (eg UNC Paths).
...
The code will use the Ex API if available.
With this change the function should get the correct freespace numbers for submounts and junction points (introduced in w2k).
r=dougt sr=dveditz
2002-02-07 14:46:10 +00:00
ccarlen%netscape.com
f07bc3f6b9
Bug 96525 - Delay loading of strres dll when setting profile. r=tao@netscape.com/sr=alecf@betscape.com
2002-02-07 14:41:36 +00:00
brade%netscape.com
15e11e7082
optimization (don't call writer with 0 bytes); bug 122221; r=akkana, sr=darin
2002-02-07 14:19:32 +00:00
rayw%netscape.com
3c2d249bd8
Changes to the way schema information is interpreted: First, acknowledging
...
that both complex types and simple restriction types may have base types,
and secondly acknowledging that complex types may have simple content models.
SOAP is not a part of the default build.
2002-02-07 11:40:40 +00:00
colin%theblakes.com
4cafc1d01f
Null plugin.soname.list for OpenVMS. b=112579. r=serge
2002-02-07 11:13:53 +00:00
axel%pike.org
327f4817a1
bug 120055, new SomeDOMElement() should throw exception. If your object supports creation from scratch, supply an external constructor to DOMCI. Added static nsDOMClassInfo::ThrowJSException to throw js exception for an nsresult. r=peterv, sr=jst
2002-02-07 10:50:42 +00:00
cbiesinger%web.de
127ce038c1
bug 102838 r=walk84@yahoo.com sr=hewitt@netscape.com
...
Fix strict warning in dialog.xml
2002-02-07 09:45:07 +00:00
ian%hixie.ch
e96a0843d8
Fixes a copy-paste error in the help line. r=timeless; b=123708
2002-02-07 08:36:23 +00:00
ian%hixie.ch
ba09233316
Lets the invite command accept the more natural syntax 'invite user in #channel' rather than just 'invite user channel'. r=zach; b=72949
2002-02-07 08:33:17 +00:00
rginda%netscape.com
0d91173a00
- venkman only -
...
add parameter list for "dumptree" command
2002-02-07 07:30:23 +00:00
rginda%netscape.com
4519c3331f
- venkman only -
...
print command name on failure, not "[Object object]"
2002-02-07 07:29:37 +00:00
rginda%netscape.com
24b5b104be
- venkman only -
...
add "dumptree" command.
change glob to globalObject in filter objects.
2002-02-07 07:29:01 +00:00
rginda%netscape.com
17b1b502f1
- venkman only -
...
fix issues with removing children from unparented records.
added (and commented out) some common debug dumps.
added debug functions tov_formatRecord/formatBranch
2002-02-07 07:27:22 +00:00
rginda%netscape.com
c360002f63
- venkman only -
...
fix bogus parse code. Old code had problems when the last argument before an optional was missing.
2002-02-07 07:25:14 +00:00