Commit Graph

80844 Commits

Author SHA1 Message Date
sspitzer%netscape.com
d15e50fa60 fix for #76200. crash when viewing a message with an <img> tag but no src.
r/sr=valeski,mscott.  a=blizzard
2001-04-19 00:59:56 +00:00
jdunn%netscape.com
faffa4dad0 fixing HP tinderbox bustage, just reformatting the lines of code
a=roc@moz
sr=roc+moz
# 76489
2001-04-18 22:42:30 +00:00
pschwartau%netscape.com
c3db8a47c0 "for (i in myArray)" produces unintentional side effects if a test modifies Array.prototype or Object.prototype. Use for (i=0; __; i++) instead. 2001-04-18 22:33:31 +00:00
bbaetz%cs.mcgill.ca
66ab13dbc5 bug 76059, fixes A4 printing regression. Patch by atontti@cc.hut.fi.
r=kmcclusk@netscape.com sr=attinasi a=asa
2001-04-18 22:11:55 +00:00
rginda%netscape.com
8ae502ee0a initial add of license templates 2001-04-18 22:06:17 +00:00
rginda%netscape.com
10692ef3f9 initial add of xul-app template 2001-04-18 22:04:30 +00:00
dougt%netscape.com
d8d7ba873e This fixes the double channel load caused by the directory viewer. b = 45066 r = bbaetz@cs.mcgill.ca sr = waterson@netscape.com a = chofmann@netscape.com 2001-04-18 22:01:12 +00:00
rginda%netscape.com
32d111b5f2 initial add of template processor 2001-04-18 21:45:10 +00:00
beard%netscape.com
e183541072 Removed hard tabs, removed unnecessary cast, (Scriptable)null. 2001-04-18 20:50:58 +00:00
ben%netscape.com
ed149d826b Fix for crash on mac startup, 76526 & other personal toolbar weirdness.
sr=sfraser, a=asa.
2001-04-18 20:42:46 +00:00
endico%mozilla.org
788ade41ba initial checkin 2001-04-18 18:01:28 +00:00
bryner%uiuc.edu
779f230737 bug 70810 [XUL Syntax] Change tab syntax - another of the XUL 1.0 changes. patch from maolson@earthlink.net, r=ben, sr=hyatt 2001-04-18 07:01:29 +00:00
maolson%earthlink.net
fc69b17ec2 bug 70810 [XUL Syntax] Change tab syntax - another of the XUL 1.0 changes
r=ben, sr=hyatt
2001-04-18 06:59:04 +00:00
mjudge%netscape.com
0d69ddce33 forgot 1 change sr=scc r=anthonyd 76442 2001-04-18 06:26:19 +00:00
bryner%uiuc.edu
2e185075af Bug 31809:
- When a docshell first takes focus, give focus to its first focusable content
- Make the docshell come after all of its content in the tabbing order

r=saari, sr=hyatt.
2001-04-18 06:18:10 +00:00
mjudge%netscape.com
d5b4c5e196 76442 sr= scc r= anthonyd. last minute fixes to editor to not do stupid copies and instead to use new case insensitive string compares. 2001-04-18 06:17:05 +00:00
dr%netscape.com
2e8fbd1253 64313 (Implement cmd_copyLink, cmd_copyImageLocation, cmd_copyImageContents). Implement the commands, hook them up in the navigator and mailnews frontends, provide hooks for embedding. r=hyatt, sr=waterson 2001-04-18 06:06:31 +00:00
timeless%mac.com
46b177e406 fix Bugzilla Bug 75853 CR and LF are naked ifdefs
r=dveditz, sr=scc
2001-04-18 05:59:43 +00:00
ben%netscape.com
50b40776d8 forgot to include this file in previous checkin 2001-04-18 05:49:48 +00:00
scc%mozilla.org
0c14764b6d bug #70740: r=mjudge, sr=sfraser. Provide case-insensitive comparison for all string classes 2001-04-18 05:20:06 +00:00
bnesse%netscape.com
b9b49f0a2a Added support for caching accesses to the root branch as per alecf. [Not part of the build]. 2001-04-18 05:18:47 +00:00
bnesse%netscape.com
5b94d02a3a Cleaned up bad formatting. [Not part of the build.] 2001-04-18 05:17:54 +00:00
dveditz%netscape.com
cac13b2d10 fixing bustage 2001-04-18 05:17:36 +00:00
bnesse%netscape.com
c70641bd34 Added comments as per alecf. [Not part of the build.] 2001-04-18 05:16:47 +00:00
radha%netscape.com
e668f60c5f Fix for bug 61557. location.replace() loads wrong page in the frame r=valeski sr=rpotts 2001-04-18 04:55:16 +00:00
ben%netscape.com
898103a36b 17920, r=hyatt, sr=sfraser, scc 2001-04-18 04:52:46 +00:00
ben%netscape.com
3c1e4cee57 fix for 17920, r=hyatt, sr=sfraser, scc. 2001-04-18 04:38:30 +00:00
ssu%netscape.com
59a439e176 fixing bug 74021 - Stand alone window Close File->Close menu is gray out
r=blake ross
sr=sspitzer
2001-04-18 04:37:01 +00:00
pierre%netscape.com
7e44a669bf #12386 "Matching of case sensitive attribute values should be case sensitive" sr=waterson 2001-04-18 04:36:52 +00:00
dveditz%netscape.com
184c59ebaf bug 71393, miscalculates free space on large drives. Contributed by thorgal@amiga.com.pl and bzbarsky@mit.edu, r=ksosez@softhome.net/dveditz@netscape.com 2001-04-18 04:30:26 +00:00
cls%seawood.org
0c9834b8c7 Do not building embedding/tests if DISABLE_TESTS is set.
Thanks to Sean Chitwood <darkmane@w-link.net> & Dean Tessman <dean_tessman@hotmail.com> for the patch.
Bug #66697 r=cls
2001-04-18 04:19:09 +00:00
beard%netscape.com
cf6711f0de Fix for bug #60018, ra=edburns, sr=brendan 2001-04-18 04:19:00 +00:00
mscott%netscape.com
f3e032f0f5 Bug #68237 --> fix array bounds read in ::ScanTXT
r=benb
sr=sspitzer
2001-04-18 04:08:25 +00:00
blakeross%telocity.com
94b6354336 Pressing Esc while urlbar has focus should revert url to that of page and select contents of urlbar (47863, patch by doronr@naboonline.com). r=bz sr=alecf 2001-04-18 03:50:15 +00:00
mscott%netscape.com
334ce6620e Bug #74547 --> be sure to initialize m_channelListener to consume the output from libmime when fetching a part. This was causing
us to not show inlined images for local messages.
sr=sspitzer
2001-04-18 03:39:37 +00:00
beard%netscape.com
9d02c9eb11 fix for bug #8112, sr=brendan, r=beard 2001-04-18 03:38:58 +00:00
cls%seawood.org
6537de8f6d Remove mozilla/security from psm2 build list.
Make BUILD_MODULES=psm == BUILD_MODULES=psm2
Bug #75958 r=dbaron
2001-04-18 03:35:06 +00:00
ccarlen%netscape.com
b4964c6beb Bug 71641 - profile mgr is creating sub dirs in profile dir it shouldn't be. r=valeski,r=sspitzer,sr=alecf 2001-04-18 03:30:36 +00:00
beard%netscape.com
9f1ea34458 fix for bug #60018 (prevent dangling JSContext), sr=brendan, r=edburns 2001-04-18 03:17:30 +00:00
alecf%netscape.com
6d96879bfb add nsTimingService to the factory for bug 72002 sr=ben 2001-04-18 03:16:30 +00:00
beard%netscape.com
1046c84695 partial fix (fixes refcount leak) for bug #60018, sr=brendan, ra=edburns 2001-04-18 03:16:19 +00:00
alecf%netscape.com
284dd42377 oops, fix capitalization 2001-04-18 03:12:29 +00:00
gagan%netscape.com
21e60a151c Fix for bug 68086. Replaced several about: files which were only redirecting to a new location with a single smarter one. r=rpotts, sr=darin 2001-04-18 03:09:32 +00:00
beard%netscape.com
d08d9b77c0 bug #68086, removed trivial redirecting protocol handlers, added nsAboutRedirector.cpp. r=gagan 2001-04-18 03:05:56 +00:00
sdagley%netscape.com
db6a52ef4c Changes for #72002. Checking in for alecf. sr=ben,r=alecf 2001-04-18 03:05:10 +00:00
alecf%netscape.com
baac39f6bb add nsTimingService.cpp to the windows/unix builds, sr=ben
bug 72002
2001-04-18 03:04:55 +00:00
beard%netscape.com
3c6d3c3908 Fix for Mac bustage. r=gagan 2001-04-18 03:04:44 +00:00
alecf%netscape.com
2c6f491109 add nsITimingService.idl to windows/mac builds
sr=ben
bug 72002
2001-04-18 03:03:57 +00:00
timeless%mac.com
074967ec72 fix Bugzilla Bug 75632 [FIX]Bad HTML <button> CSS causes jiggling when clicked
patch by bzbarsky@mit.edu r=rods, sr=attinasi
2001-04-18 02:56:12 +00:00
timeless%mac.com
0c2ccb5c7f fix Bugzilla Bug 62678 View source uses background from prefs and hardcoded text color
fix by bzbarsky@mit.edu r=timeless, sr=attinasi
2001-04-18 02:54:41 +00:00