Commit Graph

93890 Commits

Author SHA1 Message Date
dbaron%fas.harvard.edu
b42386ef84 Bug 109431: Speed up ID selector matching, mainly by using nsDependentString instead of nsAutoString. Patch by rjesup and me. Bug 110815: Avoid an unneeded QI from nsICSSStyleRule to nsIStyleRule, which it inherits. r=jag sr=hyatt
git-svn-id: svn://10.0.0.236/trunk@108664 18797224-902f-48f8-a5cc-f745e15eee43
2001-11-21 03:30:44 +00:00
dbaron%fas.harvard.edu
eb89cf17f8 Speed up HTMLAttributesImpl::HasClass, mostly by using nsDependentString instead of nsAutoString. Patch by rjesup and me. r=jag sr=jst b=109416
git-svn-id: svn://10.0.0.236/trunk@108663 18797224-902f-48f8-a5cc-f745e15eee43
2001-11-21 03:27:14 +00:00
bzbarsky%mit.edu
93de6ccf63 Fix scrolling to a frame when the frame is in an abs. pos. element
that's not the scrollable view.  Bug 111081, r=jkeiser, sr=jst


git-svn-id: svn://10.0.0.236/trunk@108656 18797224-902f-48f8-a5cc-f745e15eee43
2001-11-21 03:06:19 +00:00
sonja.mirtitsch%sun.com
aaefdbd1db bugfixes, regarding a daily build directory insider the daily build...
git-svn-id: svn://10.0.0.236/trunk@108655 18797224-902f-48f8-a5cc-f745e15eee43
2001-11-21 02:36:33 +00:00
bienvenu%netscape.com
33209e43dc no longer call SetRecipientsIsNewsgroup - we weren't using it, r=naving, sr=sspitzer 110820
git-svn-id: svn://10.0.0.236/trunk@108654 18797224-902f-48f8-a5cc-f745e15eee43
2001-11-21 01:57:53 +00:00
bienvenu%netscape.com
c979aa25c5 fix going offline from compose window, patch from sspitzer, r/sr = me 111087
git-svn-id: svn://10.0.0.236/trunk@108653 18797224-902f-48f8-a5cc-f745e15eee43
2001-11-21 01:48:50 +00:00
bienvenu%netscape.com
3649e630b2 fix cancelling from imap password prompt r=sspitzer, sr=mscott 111071
git-svn-id: svn://10.0.0.236/trunk@108652 18797224-902f-48f8-a5cc-f745e15eee43
2001-11-21 01:45:59 +00:00
shanjian%netscape.com
5a91a5ddfc #62929 psm charset detector should tolerate char '\0'
r=yokoyama sr=brendan


git-svn-id: svn://10.0.0.236/trunk@108651 18797224-902f-48f8-a5cc-f745e15eee43
2001-11-21 00:58:48 +00:00
mstoltz%netscape.com
6a5e7d6cce Bug 94551 - HTML-escape HTTP header data written to about:cache-entry pages.
r=bbaetz, gagan, sr=darin


git-svn-id: svn://10.0.0.236/trunk@108650 18797224-902f-48f8-a5cc-f745e15eee43
2001-11-21 00:49:17 +00:00
rbs%maths.uq.edu.au
3c9422ec4f Re-enable my fix
git-svn-id: svn://10.0.0.236/trunk@108649 18797224-902f-48f8-a5cc-f745e15eee43
2001-11-21 00:43:27 +00:00
dbaron%fas.harvard.edu
82ce2b26af Tweak ifdefs to fix ICOs for Mach-O build. b=109165 rs=hyatt
git-svn-id: svn://10.0.0.236/trunk@108648 18797224-902f-48f8-a5cc-f745e15eee43
2001-11-21 00:27:01 +00:00
rbs%maths.uq.edu.au
bea727c0c1 Disable the registration codefor now as it causes TB to turn orange.
git-svn-id: svn://10.0.0.236/trunk@108647 18797224-902f-48f8-a5cc-f745e15eee43
2001-11-21 00:25:24 +00:00
pavlov%netscape.com
65f9cd59fa better hack for crash due to recent versions of gcc's poor optimization + inlining skills. bug 106891. patch from simm0@ii.net. r=pavlov sr=brendan
git-svn-id: svn://10.0.0.236/trunk@108646 18797224-902f-48f8-a5cc-f745e15eee43
2001-11-21 00:16:21 +00:00
hyatt%netscape.com
45ad1c71e2 Collapse chrome reg. r=dp, sr=brendan, 109488
git-svn-id: svn://10.0.0.236/trunk@108645 18797224-902f-48f8-a5cc-f745e15eee43
2001-11-21 00:12:42 +00:00
seawood%netscape.com
e7bc18fc7f Bump optimization level for mkdepend on Solaris to -fast
Bug #87585 r=Roland.Mainz@informatik.med.uni-giessen.de (Roland Mainz)


git-svn-id: svn://10.0.0.236/trunk@108643 18797224-902f-48f8-a5cc-f745e15eee43
2001-11-20 23:49:06 +00:00
brendan%mozilla.org
5655c0ae34 Thanks to scole@planetweb.com, no more un-ECMA error for /* in a /**/ comment (110286, r=khanson, sr=brendan).
git-svn-id: svn://10.0.0.236/trunk@108642 18797224-902f-48f8-a5cc-f745e15eee43
2001-11-20 23:35:45 +00:00
dbaron%fas.harvard.edu
1ced18945d Allow nsTraceMalloc to build even when cplus_demangle isn't available (should fix bustage on Brad's tinderbox). Also use NS_PTR_TO_INT32 per Brendan's review comments on bug 106352.
git-svn-id: svn://10.0.0.236/trunk@108641 18797224-902f-48f8-a5cc-f745e15eee43
2001-11-20 23:32:17 +00:00
mstoltz%netscape.com
d5db2db548 bug 105705, take 2: Replace global property security-check optimization
rewritten more conservatively, merge doCheckReadAccess and doCheckWriteAccess,
and pass real property names into the security manager instead of "scriptglobals."
r=brendan, sr=jst.


git-svn-id: svn://10.0.0.236/trunk@108640 18797224-902f-48f8-a5cc-f745e15eee43
2001-11-20 23:15:32 +00:00
peterlubczynski%netscape.com
6c84cd2102 Stop including Realplayer in 4.x plugin scan bug 110916 r=av sr=attinasi
git-svn-id: svn://10.0.0.236/trunk@108639 18797224-902f-48f8-a5cc-f745e15eee43
2001-11-20 23:06:50 +00:00
andreww%netscape.com
426e7eb949 bug 110526 r=shliang sr=hewitt. mac classic sidebar splitter too narrow for thumb.
git-svn-id: svn://10.0.0.236/trunk@108637 18797224-902f-48f8-a5cc-f745e15eee43
2001-11-20 23:02:09 +00:00
rbs%maths.uq.edu.au
6da04cb9b2 Attempt to fix orangeness - move the registration from Init() to CommonInit()
git-svn-id: svn://10.0.0.236/trunk@108636 18797224-902f-48f8-a5cc-f745e15eee43
2001-11-20 22:57:07 +00:00
attinasi%netscape.com
cae55bbe7b Stop stripping whitespace from image map name. b=87050 r=kmcclusk sr=attinasi (checked in for David Einstein)
git-svn-id: svn://10.0.0.236/trunk@108635 18797224-902f-48f8-a5cc-f745e15eee43
2001-11-20 22:53:59 +00:00
mscott%netscape.com
f8655c6105 Bug #110905 --> remove code to enumerate over parsed header results.
allow the ability to get all of the results all at once in a set of
arrays. This improves message display performance by reducing the number
of round trips between the JS thread and the UI thread.
r=ducarroz
sr=bienvenu


git-svn-id: svn://10.0.0.236/trunk@108634 18797224-902f-48f8-a5cc-f745e15eee43
2001-11-20 22:53:47 +00:00
bienvenu%netscape.com
0c94dbdc77 fix crash after entering password for web mail r=sspitzer, sr=mscott bugscape 11055
git-svn-id: svn://10.0.0.236/trunk@108633 18797224-902f-48f8-a5cc-f745e15eee43
2001-11-20 22:36:15 +00:00
attinasi%netscape.com
e950ed88d6 Moving loading and broken image icons to /res b=110384 r=adamlock,sfraser sr=sfraser,waterson
git-svn-id: svn://10.0.0.236/trunk@108630 18797224-902f-48f8-a5cc-f745e15eee43
2001-11-20 22:24:33 +00:00
attinasi%netscape.com
db3134a2a8 Loading and broken image icons moving to /res b=110384 r=-adamlock,sfraser sr=sfraser,waterson
git-svn-id: svn://10.0.0.236/trunk@108629 18797224-902f-48f8-a5cc-f745e15eee43
2001-11-20 22:23:34 +00:00
attinasi%netscape.com
836d14a60f Moving loading and broken image icons to /res and adding to embedding dists. b=110384 r=adamlock,sfraser sr=sfraser,waterson
git-svn-id: svn://10.0.0.236/trunk@108628 18797224-902f-48f8-a5cc-f745e15eee43
2001-11-20 22:21:59 +00:00
attinasi%netscape.com
e41d8f0647 Moving loading and broken image icons to /res for embedding. b=110384 r=adamlock,sfraser sr=sfraser,waterson
git-svn-id: svn://10.0.0.236/trunk@108627 18797224-902f-48f8-a5cc-f745e15eee43
2001-11-20 22:21:14 +00:00
dp%netscape.com
77f3a19327 Function timers. r=sgehani, sr=sfraser
git-svn-id: svn://10.0.0.236/trunk@108626 18797224-902f-48f8-a5cc-f745e15eee43
2001-11-20 21:37:27 +00:00
brendan%mozilla.org
fa065f1652 Better fix than 0.9.6 minimal fix for NUL-termination assumption in replace (108832, r=shaver, sr=jband).
git-svn-id: svn://10.0.0.236/trunk@108625 18797224-902f-48f8-a5cc-f745e15eee43
2001-11-20 21:26:33 +00:00
naving%netscape.com
47e00140bb 110366 r/sr=darin, addref the reader before using it so that it doesn't get released from under us.
git-svn-id: svn://10.0.0.236/trunk@108624 18797224-902f-48f8-a5cc-f745e15eee43
2001-11-20 21:09:14 +00:00
darin%netscape.com
231a36a679 backing out last checkin for bug 110418 a=leaf
git-svn-id: svn://10.0.0.236/trunk@108622 18797224-902f-48f8-a5cc-f745e15eee43
2001-11-20 20:41:52 +00:00
barnboy%trilobyte.net
66a77561a4 Added blurb about unified diffs.
git-svn-id: svn://10.0.0.236/trunk@108621 18797224-902f-48f8-a5cc-f745e15eee43
2001-11-20 20:16:24 +00:00
sfraser%netscape.com
86868e129c Fix the flags passed to nsICacheSession::CreateSession; bug 110114. r=pavlov, sr=darin.
git-svn-id: svn://10.0.0.236/trunk@108620 18797224-902f-48f8-a5cc-f745e15eee43
2001-11-20 20:15:19 +00:00
radha%netscape.com
2e83f2071a Fix for bug # 106994. - Remove redundant code in nsDocShell to acquire handle to SH in the root docshell r=adamlock sr=rpotts
git-svn-id: svn://10.0.0.236/trunk@108619 18797224-902f-48f8-a5cc-f745e15eee43
2001-11-20 20:14:02 +00:00
sfraser%netscape.com
fc238c8623 Remove nsMacMessageSink.cpp from the widget module, since it is already in WidgetSupport. Bug 110109 r=pinkerton, sr=beard
git-svn-id: svn://10.0.0.236/trunk@108618 18797224-902f-48f8-a5cc-f745e15eee43
2001-11-20 20:12:21 +00:00
barnboy%trilobyte.net
9cd514d2f1 Taint mode note.
git-svn-id: svn://10.0.0.236/trunk@108617 18797224-902f-48f8-a5cc-f745e15eee43
2001-11-20 20:11:41 +00:00
barnboy%trilobyte.net
7b8146183a Added Javascript, Cookies, and Templatization requirements to Hacking
Bugzilla.


git-svn-id: svn://10.0.0.236/trunk@108616 18797224-902f-48f8-a5cc-f745e15eee43
2001-11-20 20:09:06 +00:00
rpotts%netscape.com
0bb079d92b bug #110179 (r=danm@netscape.com, sr=jst@netscape.com) The domwindowopened notification should *not* be fired while the window watcher is holding onto its internal lock.
git-svn-id: svn://10.0.0.236/trunk@108615 18797224-902f-48f8-a5cc-f745e15eee43
2001-11-20 20:05:52 +00:00
barnboy%trilobyte.net
8c2295b971 Added tip about checking sanitycheck.cgi if you make schema changes,
per bug 98049.


git-svn-id: svn://10.0.0.236/trunk@108613 18797224-902f-48f8-a5cc-f745e15eee43
2001-11-20 19:56:31 +00:00
rbs%maths.uq.edu.au
5854031c59 Compact the font cache in low-memory situations or when font handles are running out. b=109974, r=shanjian, sr=waterson
git-svn-id: svn://10.0.0.236/trunk@108612 18797224-902f-48f8-a5cc-f745e15eee43
2001-11-20 19:47:28 +00:00
colinp%oeone.com
b01444f7bc removed more unecessary files
git-svn-id: svn://10.0.0.236/trunk@108606 18797224-902f-48f8-a5cc-f745e15eee43
2001-11-20 19:19:53 +00:00
radha%netscape.com
f413809f4a Fix for bug # 103050. Wrong index value passed for OnHistoryGotoIndex(). r=chak sr=alecf
git-svn-id: svn://10.0.0.236/trunk@108604 18797224-902f-48f8-a5cc-f745e15eee43
2001-11-20 19:14:11 +00:00
colinp%oeone.com
f8080e8c2f removed unecessary graphics
git-svn-id: svn://10.0.0.236/trunk@108602 18797224-902f-48f8-a5cc-f745e15eee43
2001-11-20 19:06:52 +00:00
colinp%oeone.com
67ead90dbb removing unecessary graphics
git-svn-id: svn://10.0.0.236/trunk@108601 18797224-902f-48f8-a5cc-f745e15eee43
2001-11-20 19:06:28 +00:00
colinp%oeone.com
0fa3805ee1 new graphic for topbar
git-svn-id: svn://10.0.0.236/trunk@108600 18797224-902f-48f8-a5cc-f745e15eee43
2001-11-20 19:03:52 +00:00
andreww%netscape.com
4a1a9e045c bug 100528 r=shliang sr=hewitt not enough padding in mac classic button labels
git-svn-id: svn://10.0.0.236/trunk@108599 18797224-902f-48f8-a5cc-f745e15eee43
2001-11-20 18:56:35 +00:00
relyea%netscape.com
32ce05f926 More PSM fixes:
clean up of the escape adding string code.
   Code to keep cert->trust in sync with nscert->trust in various situations.
   Code to allow old version of built-ins to continue to work.
   Implement TrustDomain_TraverseCertificates so that PK11_ListCerts will work.


git-svn-id: svn://10.0.0.236/trunk@108596 18797224-902f-48f8-a5cc-f745e15eee43
2001-11-20 18:28:49 +00:00
barnboy%trilobyte.net
5c12496ebe Removed references to bugzilla.mozilla.org so we can avoid
spurious bug postings.  However, this file will need some significant
treatment for 2.16 release since the query.cgi interface has changed.


git-svn-id: svn://10.0.0.236/trunk@108595 18797224-902f-48f8-a5cc-f745e15eee43
2001-11-20 18:22:30 +00:00
justdave%syndicomm.com
b1524a2399 Backing out previous checkin, this file is distributed with Bugzilla, we don't need mozilla-specific information in it.
git-svn-id: svn://10.0.0.236/trunk@108594 18797224-902f-48f8-a5cc-f745e15eee43
2001-11-20 18:11:05 +00:00