Commit Graph

92295 Commits

Author SHA1 Message Date
sspitzer%netscape.com
81f54403b5 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
0cb67b9e9c 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
fc1fd71921 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
fa6a218016 104195: fix some problems with rewrap. r=brade sr=kin 2001-11-15 00:04:26 +00:00
kin%netscape.com
4a0c83cb31 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
d052c8c9f8 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
4637350292 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
6638bbd7cf 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
a7f8233621 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
a6e2921d0f 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
daa1ff9c6c 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
9f6ebddafe transliterate ⁡ b=106780 r=shanjian sr=waterson 2001-11-14 22:44:19 +00:00
leaf%mozilla.org
7f81f1edc1 Automated update 2001-11-14 22:43:03 +00:00
bstell%netscape.com
228e9414f1 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
46a19168bb 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
6540f19685 Add scrollbars, fix window resize issues, make scrolling work [not part of build] 2001-11-14 22:29:25 +00:00
pinkerton%netscape.com
caaf5a5458 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
f8bd0c7937 Use 1000 as limit for HR size, b=102051, r=brade, sr=jst 2001-11-14 22:27:58 +00:00
cmanske%netscape.com
2659ff5477 Fixed join cells table bug 103360, r=akkana, sr=kin 2001-11-14 22:22:17 +00:00
seawood%netscape.com
d01aa4fbd8 Fixing AIX bustage. Resolve symbols at link time. r=bryner 2001-11-14 22:00:16 +00:00
kestes%walrus.com
dfd9b8fa51 turn apostrophe into accute accent to work arround netscape bug. 2001-11-14 21:59:55 +00:00
dbaron%fas.harvard.edu
7ea02d75a9 Oops. Backing that out. 2001-11-14 21:44:45 +00:00
dbaron%fas.harvard.edu
783a03054d Add script to diff the output of two files created by NS_TraceMallocDumpAllocations. 2001-11-14 21:42:54 +00:00
sspitzer%netscape.com
59f6a27a62 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
ecdc8de5e6 document most important change. 2001-11-14 21:25:49 +00:00
kestes%walrus.com
d3e78a0f85 admin scripts I use. 2001-11-14 21:24:36 +00:00
kestes%walrus.com
618b9d7704 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
1006ed316d 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
7a5db2003c allow for alternating builds using a single build process. 2001-11-14 21:21:02 +00:00
shrutiv%netscape.com
cb90a50bef Fix for bug 96732: Hide DOS windows when building installer (r=tao) 2001-11-14 19:05:48 +00:00
bzbarsky%mit.edu
4668789df4 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
85e9b0a711 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
7e6642be68 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
91fafca168 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
29dce6acb0 trying again to fix the bustage on the ports 2001-11-14 14:44:34 +00:00
mkaply%us.ibm.com
3f591b0d95 #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
b9ecdfca41 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
5b04635746 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
cfd67ed452 Clean up project (put files in subfolders where they belong). 2001-11-14 13:50:15 +00:00
peterv%netscape.com
7d8ca8b01d 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
5550862ce8 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
436e1ac49e bug 103925 (2nd patch) - flag pixel rounding errors in display reflow debugging. sr=attinasi, r=bernd 2001-11-14 13:40:03 +00:00
locka%iol.ie
ce78ef8589 Add error message when user tries to load a malformed url instead of silently ignoring it. b=89118 r=ccarlen@netscape.com sr=rpotts@netscape.com 2001-11-14 13:26:43 +00:00
jfrancis%netscape.com
188eea09af fix for Bug#:107494, when editting in IME mode, you cannot delete last uncommitted character. r=smfr; sr=kin; a=drivers 2001-11-14 12:58:57 +00:00
rods%netscape.com
466b9ea72d Fix breakage on SunOS and IRIX 2001-11-14 12:43:53 +00:00
jaggernaut%netscape.com
0ecf7cce91 Bug 98213: Make data members of nsStr protected and clean up code. r=dbaron, sr=alecf 2001-11-14 12:35:52 +00:00
bernd.mielke%snafu.de
e9fa6f71b3 style change reflows should be send down to the childrens, bug 108340, r=karnaze
sr=attinasi
2001-11-14 11:40:03 +00:00
rods%netscape.com
5200ce36d3 Rename some bools, there is now one for when PP is being created and one for when it is in PP mode.
It now can turn on/off animated gifs and calling PP toggles it on and then call it again toggles it off
Bug 2586 r=dcone sr=attinasi
2001-11-14 11:24:03 +00:00
rods%netscape.com
7dca09d0d1 The PresContext must walk the content tree and find all the images and turn them back "on" for animation
It must also walk it's own list that contains the background images
Bug 2586 r=dcone sr=attinasi
2001-11-14 11:21:54 +00:00
sspitzer%netscape.com
8fc33339c2 more work on #73868. converting ab from tree to outliner. NOT PART OF THE BUILD. 2001-11-14 10:25:19 +00:00