nhotta%netscape.com
08d83362ba
Changed to use char* for charset instead of nsString& for i18n functions, bug 108932, r=ducarroz,sr=sspitzer.
2001-11-15 02:00:32 +00:00
mscott%netscape.com
f4a632bbec
Register smime chrome.
2001-11-15 01:29:33 +00:00
varada%netscape.com
7ea285889c
adding mail smoketest files -NOT PART OF BUILD
2001-11-15 01:18:39 +00:00
rangansen%netscape.com
4ac1827ecd
bug# 109792 ; s=kaie ; sr=hewitt Fixing the blank cert details tab problem
2001-11-15 01:16:02 +00:00
alecf%netscape.com
9393f08822
add hidePage() API to nsIBrowserHistory, to allow hiding 302 redirected URLs from the UI, for bug 102043 r=blake, sr=sspitzer (parity with 4.x and IE behavior)
2001-11-15 00:48:18 +00:00
alecf%netscape.com
4a8d72cfb4
further fixes for bug 102043 - add support for the hidePage() api when a redirected page is encountered
2001-11-15 00:46:26 +00:00
sspitzer%netscape.com
d4b8310f1d
repairing...(I hope)
2001-11-15 00:40:01 +00:00
sspitzer%netscape.com
334ba499f8
trying to repair mime.mcp.
2001-11-15 00:38:25 +00:00
sspitzer%netscape.com
620ecc1d4f
more work on #73868 . converting ab from tree to outliner. NOT PART OF THE BUILD.
2001-11-15 00:28:12 +00:00
sgehani%netscape.com
cca3f3c832
Replace strtok() with nsCRT::strok().
...
(Checking in for drepper@cygnus.com )
b=81590; r=sgehani; sr=alecf
2001-11-15 00:09:40 +00:00
cavin%netscape.com
3569d616af
Bug #107369 : Check nNewSize=0 in AllocateSpace() and add current size to AllocateSpace() calls. r=bienvenu,sr=sspitzer.
2001-11-15 00:06:37 +00:00
akkana%netscape.com
e4e60c213d
104195: fix some problems with rewrap. r=brade sr=kin
2001-11-15 00:04:26 +00:00
kin%netscape.com
d1548dd8d8
Fix for bug 108666: No context menu when right clicking on form text widgets
...
getAttribute() now returns a null object instead of an empty string
when an attribute does not exist, so expand shortcuts like
getAttribute().toUpperCase() to the longer form to prevent errors.
r=blakeross@telocity.com sr=jst@netscape.com
2001-11-14 23:56:42 +00:00
kin%netscape.com
e2b78acde2
Fix for bug 96455: hr has duplicate lineboxes in frame tree
...
- Move code in HaveFirstLetter*() methods to a more generic method
HasPseudoStyle() to expand it's use, and make those methods call it.
- Added static method RemoveGeneratedContentFrameSiblings(), which
is now called from ContentRemoved(), to remove any sibling :before
and :after frames for a given frame.
r=attinasi@netscape.com (also looked at by rbs@maths.uq.edu.au )
sr=waterson@netscape.com
2001-11-14 23:55:44 +00:00
nhotta%netscape.com
e8d65cfa2a
Changed location.href to force escape 8 bit if the href contains 8 bit, bug 40469, r=ftang, sr=jst.
2001-11-14 23:45:23 +00:00
bryner%netscape.com
706ef91d54
Adding $(MOZ_COMPONENT_LIBS) for platforms that resolve symbols at link time. Not part of the build.
2001-11-14 23:38:25 +00:00
ian.mcgreer%sun.com
5513486545
merge 3.3 branch checkin; rsa double check and key consistency functions (see bug 74226)
2001-11-14 23:03:20 +00:00
andreww%netscape.com
6e33758040
bugzilla 93866 r=shliang sr=blake Fields not sized properly under preferences for Appearance:Themes
2001-11-14 22:50:42 +00:00
andreww%netscape.com
815943fd78
bugzilla 108789 r=shliang sr=hewitt a=blizzard (for branch checkin) inset border in trees
2001-11-14 22:47:52 +00:00
rbs%maths.uq.edu.au
7dbdc3d8ec
transliterate ⁡ b=106780 r=shanjian sr=waterson
2001-11-14 22:44:19 +00:00
leaf%mozilla.org
4810f9711b
Automated update
2001-11-14 22:43:03 +00:00
bstell%netscape.com
e50acc5da7
bug 102515: fix assertion from previous patch
...
checkin for mailto:andreas.otte@debitel.net,
r=bstell@netscape.com , sr=blizzard@mozilla.org
2001-11-14 22:40:47 +00:00
seawood%netscape.com
fb443f0827
Use dummy statement to override default adding of ical to LIBS (since we don't want it there).
2001-11-14 22:30:39 +00:00
pinkerton%netscape.com
011cd874db
Add scrollbars, fix window resize issues, make scrolling work [not part of build]
2001-11-14 22:29:25 +00:00
pinkerton%netscape.com
3a4e977d23
fix overzealous ifdef causing some keys to not go into gecko. r=saari/sr=sfraser. bug#108722
2001-11-14 22:28:04 +00:00
cmanske%netscape.com
a5862befb9
Use 1000 as limit for HR size, b=102051, r=brade, sr=jst
2001-11-14 22:27:58 +00:00
cmanske%netscape.com
7ea92a6855
Fixed join cells table bug 103360, r=akkana, sr=kin
2001-11-14 22:22:17 +00:00
seawood%netscape.com
40f59d0c7c
Fixing AIX bustage. Resolve symbols at link time. r=bryner
2001-11-14 22:00:16 +00:00
kestes%walrus.com
887485d3d7
turn apostrophe into accute accent to work arround netscape bug.
2001-11-14 21:59:55 +00:00
dbaron%fas.harvard.edu
80411d645f
Oops. Backing that out.
2001-11-14 21:44:45 +00:00
dbaron%fas.harvard.edu
749d0950a0
Add script to diff the output of two files created by NS_TraceMallocDumpAllocations.
2001-11-14 21:42:54 +00:00
sspitzer%netscape.com
fbcf7b2f91
more work on #73868 . converting ab from tree to outliner. NOT PART OF THE BUILD.
2001-11-14 21:38:32 +00:00
kestes%walrus.com
18fc48ad50
document most important change.
2001-11-14 21:25:49 +00:00
kestes%walrus.com
1cd8fc493c
admin scripts I use.
2001-11-14 21:24:36 +00:00
kestes%walrus.com
3edd568683
my echo statements had leading '$', how did they get there?
...
I added to the test command so that you can see exactly how it was called.
change the example to show how --tree now works.
2001-11-14 21:23:40 +00:00
kestes%walrus.com
fc8ddcbf60
make the checkouts of -D be in sync with the tinderbox boxes by ensuring
...
-D is really the start time.
2001-11-14 21:22:13 +00:00
kestes%walrus.com
323a86cd04
allow for alternating builds using a single build process.
2001-11-14 21:21:02 +00:00
shrutiv%netscape.com
df9abc2901
Fix for bug 96732: Hide DOS windows when building installer (r=tao)
2001-11-14 19:05:48 +00:00
bzbarsky%mit.edu
36b0382ca2
msvc barfs on functions taking nsAString& with default initializers from
...
an NS_LITERAL_STRING. Remove the default initializer, which is not
being used. r=jag, a=leaf to get tests building again.
2001-11-14 17:27:11 +00:00
brade%netscape.com
e46aadac9d
fix bug #106022 ; disable unicode input for OS < 9.0 (r=ftang; sr=sfraser)
2001-11-14 16:00:17 +00:00
blizzard%redhat.com
628cb30baa
Bug #75372 . Get dragging messages to the compose window working again on Linux. Fix incorrect case in drag flavour. r=jag,rginda sr=sspitzer, a=dbaron
2001-11-14 15:40:03 +00:00
bbaetz%cs.mcgill.ca
82f85833db
Bug 107718 pt 2 - use subtraction instead of the ~ operator, which older
...
mysql versions don't support. Remove the checksetup.pl restriction, too.
r=jake x2
2001-11-14 15:12:23 +00:00
rods%netscape.com
948dcb8707
trying again to fix the bustage on the ports
2001-11-14 14:44:34 +00:00
mkaply%us.ibm.com
6335443d7c
#36163
...
r=mkaply, r/sr=attinasi
Don't show Bidi control characters in the browser
2001-11-14 14:21:52 +00:00
rods%netscape.com
f583991209
Added image animation mode constants to imgIContainer.IDL,
...
Changed the animation mode enum to PRUint16 (removed the enum) in nsIPresContext so we could use the constants
from imgIContainer. (changes from dcone's review comments)
Bug 2586 r=dcone sr=attinasi
2001-11-14 14:03:09 +00:00
rods%netscape.com
0dba7b881b
Added image animation mode constants to imgIContainer.IDL,
...
Changed the animation mode enum to PRUint16 (removed the enum) in nsIPresContext so we could use the constants
from imgIContainer. (change from dcone's review comments)
Bug 2586 r=dcone sr=attinasi
2001-11-14 13:59:08 +00:00
peterv%netscape.com
31224e7a3c
Clean up project (put files in subfolders where they belong).
2001-11-14 13:50:15 +00:00
peterv%netscape.com
58ca89c7bd
Fix for bug 105452 (Annoying assert when outputing DOM to HTML source). r=cmanske, sr=kin.
2001-11-14 13:47:49 +00:00
karnaze%netscape.com
52520e36f0
bug 109043 - made percent tables without a computed height initiate a special 3rd pass reflow only when a table related frame up the chain has a fixed or percent height. Made row groups not allocate additional vertical space to percent rows in excess of the table height. sr=attinasi,r=alexsavulov
2001-11-14 13:44:38 +00:00
karnaze%netscape.com
40c7483281
bug 103925 (2nd patch) - flag pixel rounding errors in display reflow debugging. sr=attinasi, r=bernd
2001-11-14 13:40:03 +00:00