Commit Graph

4980 Commits

Author SHA1 Message Date
alecf%netscape.com
7d84604d1d fix for bug 73313 - put Gecko back in the user agent
problem was that there was no entry in the content DLL's CreateInstance for the HTTP Startup listener that actually set the date. duh.
sr=ben@netscape.com
2001-04-12 07:54:26 +00:00
pollmann%netscape.com
988417adb4 Bug 66399: Fix anchor target fetch to default to base target, r=nisheeth@netscape.com, sr=jst@netscape.com 2001-04-12 06:57:02 +00:00
hyatt%netscape.com
355c4b887b Fix a counting error in ReplaceMatch. r=danm, sr=waterson 2001-04-12 04:31:16 +00:00
hyatt%netscape.com
c72ca35e9c Fix error in empty testing in templates. r=brendan, sr=waterson 2001-04-12 01:57:50 +00:00
pete%alphanumerica.com
2ba37e2cc2 fix for bug #74381
http://bugzilla.mozilla.org/show_bug.cgi?id=74381

 r=pollmann@netscape.com, sr=jst@netscape.com

--pete
2001-04-12 01:05:42 +00:00
attinasi%netscape.com
ba852bc4c0 'Fixes' major performance problem with universal dynamic pseudo selectors by restricting their application in Standard mode to the same elements we restrict them to in QuirksMode. b=68821 r=waterson sr=shaver 2001-04-11 23:47:34 +00:00
shaver%mozilla.org
a0daa1645d 75152: Remove GetVersionNumber stub in favour of upcoming, less-invasive
preloader strategy. r=jag, sr=attinasi.
2001-04-11 14:23:13 +00:00
dcone%netscape.com
3072888e9a Fixed some timer issues that crashed the Mac. r=mmclusk sr=attinasi b=74083 2001-04-11 14:06:39 +00:00
hyatt%netscape.com
558eaf3113 Fix for 75189. r=jag. sr=attinasi 2001-04-11 03:55:39 +00:00
hyatt%netscape.com
c210ea2241 Fix for 75189. r=jag, sr=attinasi 2001-04-11 03:55:19 +00:00
hyatt%netscape.com
33aeb4f73d Adding support for advancing and rewinding the focus using the command dispatcher. r=saari, sr=jst 2001-04-11 03:11:34 +00:00
hyatt%netscape.com
26a2d9444e Adding support for advancing and rewinding the focus using the command dispatcher. r=saari, sr=jst 2001-04-11 03:05:42 +00:00
blakeross%telocity.com
80bf68ccea Implement css3 :empty selector (75186). Patch by the evil QA-turned-engineer Ian Hickson <ian@hixie.ch> who insists on using me shamelessly for my cvs account. r=pierre sr=attinasi 2001-04-11 02:55:41 +00:00
glazman%netscape.com
63836c542e fix for :not() due to 72302; b=71647, r=pierre, sr=attinasi 2001-04-10 13:43:20 +00:00
jfrancis%netscape.com
f8787df377 fix for 74991: nsDocumentEncoder::SerializeRangeToString() reverses order of ancestors. r=anthonyd; sr=sfraser 2001-04-10 12:37:23 +00:00
glazman%netscape.com
2eb62ea2f4 CSS2+ identifiers should support underscores ; b=74845, r=pierre, sr=attinasi 2001-04-10 11:09:07 +00:00
darin%netscape.com
00a7e27ee6 Necko API changes, bug 74221. r=valeski, sr=rpotts. 2001-04-10 06:01:08 +00:00
varga%utcru.sk
0336388aa1 Bug 73865.
Changes to RDF outliner, needed for folder outliner.
r=waterson sr=ben
2001-04-10 05:30:51 +00:00
hyatt%netscape.com
7b2a26b37c Fix for 73137. r=danm, sr=hewitt 2001-04-10 02:10:02 +00:00
mozilla.BenB%bucksch.org
3b6bf60891 58377: We output space(s) at the end of the line way too often. That causes messy output in format=flowed-aware readers.
Examples (fixed): end of lists, after headers, empty lines in quotes.
Reason was broken indention and broken space-stuffing.
Also made empty lines around list items more similar to NGLayout (looks better now).
Part of fix contributed by Daniel Bratell
r=akk, sr=jst
2001-04-10 01:11:39 +00:00
waterson%netscape.com
a6c83f4203 Bug 5569. Make sure that Terminate() can propogate DidBuildModel() to the sink, and that the sink will ensure an initial reflow has occurred. r=harishd, sr=jst 2001-04-10 00:49:49 +00:00
hyatt%netscape.com
c9707ad906 Fix for 75189. r=jag. 2001-04-09 01:40:19 +00:00
hyatt%netscape.com
fa6e409fe0 Fix regression to :-moz-bound-element caused by the :not checkin. 2001-04-08 22:22:47 +00:00
hyatt%netscape.com
e0b15c4f11 Fix for 75039. sr=waterson 2001-04-07 01:57:21 +00:00
sfraser%netscape.com
33b438047e Fix for XUL assertions when loading browser windows. sr=hyatt 2001-04-06 01:02:17 +00:00
attinasi%netscape.com
e1128e740c Fixed performance problem caused by unused nsAutoString in SelectorMatches.
Patch by bratell@lysator.liu.se, r=glazman@netscape.com sr=attinasi@netscape.com b=74830
2001-04-05 23:14:00 +00:00
blakeross%telocity.com
c9b9689e26 Use more efficient command structure, refactor commands, broadcasters and keys, remove unused attributes, do some other optimization (72923). Landing navigator part only; this should help new window opening and some other areas. r=ben sr=hyatt 2001-04-05 19:53:13 +00:00
dprice%netscape.com
8c0b9eaf97 65845 - new order files 2001-04-05 06:02:32 +00:00
bratell%lysator.liu.se
b9a018fb6f The right fix for bug 74328. This was the one that was reviewed and I have no idea where the old one came from. r=waterson sr=jst 2001-04-05 03:38:20 +00:00
ben%netscape.com
5d67a73fc1 First part of fix for bug 73508, create nsIXULOutlinerBuilderObserver interface,
and install notifications for it. r=waterson, sr=shaver
2001-04-05 03:17:17 +00:00
bratell%lysator.liu.se
e0376b654e Fix for bug 74328, removing O(n^2) algorithm from ContentAppended. This saves time on big pages. r=waterson sr=jst 2001-04-05 03:14:57 +00:00
dr%netscape.com
ec68e28def fix for 61187 (nsIController ignores COM identity rules), contributed by MarkH@ActiveState.com, r=dr, sr=brendan 2001-04-05 02:45:17 +00:00
sfraser%netscape.com
ae21d8429d Fix for 74143, change nsIController to use DOMStrings. sr=hyatt, r=kin 2001-04-04 23:48:03 +00:00
jdunn%netscape.com
66345ca194 just adding a comment with reference to the bug to let people looking
at this know what the heck is going on
2001-04-04 21:57:14 +00:00
jdunn%netscape.com
6d5ffd1e43 aix,os/2 & solaris are all having problems with this. It has to do with
struct/union access and nested classes, but it is a big pain.

r= mkaply@us.ibm.com,waterson@netscape.com,scc@mozilla.org
a= scc@mozilla.org
# 74725
2001-04-04 21:54:18 +00:00
jdunn%netscape.com
115a7fc3ee fixing ports bustage
# 74725
2001-04-04 14:43:39 +00:00
mkaply%us.ibm.com
c22519336d Nope, didn't work 2001-04-04 13:44:01 +00:00
mkaply%us.ibm.com
1031cda62b Attempt to fix ports bustage 2001-04-04 13:08:27 +00:00
cls%seawood.org
94488695d7 Some compilers/platforms (Irix) only have <new.h> not <new>. Fixing cement tinderbox bustage 2001-04-04 11:16:58 +00:00
waterson%netscape.com
1623249efc Wild stab at fixing ports bustage. 2001-04-04 09:05:06 +00:00
waterson%netscape.com
d95d2ab2a0 Fix more gcc-2.7.2.3 bustage. Whee\! 2001-04-04 08:26:32 +00:00
waterson%netscape.com
f127fd0c45 Fix gcc-2.7.2.3 bustage. 2001-04-04 07:54:23 +00:00
ben%netscape.com
6251aa58fa Partial fix for 73905, JS files not loaded with nsIChannel::LOAD_NORMAL.
r=darin, sr=hyatt
2001-04-04 07:21:36 +00:00
darin%netscape.com
aaa5e0e11a Fixes bug 73905 "CSS/JS documents are not cached" r=pierre, sr=waterson 2001-04-04 07:20:46 +00:00
hyatt%netscape.com
53b3103260 Missed the XML bit of my mutation patch. 2001-04-04 07:07:33 +00:00
hyatt%netscape.com
82ae29b0f4 Missed a bit of my mutation patch. 2001-04-04 07:07:20 +00:00
hyatt%netscape.com
672f152fb8 Missed a piece of the mutation patch. 2001-04-04 05:06:18 +00:00
waterson%netscape.com
8e6365a96f Bug 68213. Require users of nsFixedSizeAllocator to specify object size at Free() time to avoid 8 byte overhead per allocation. r=harishd, brendan, shaver, hyatt; sr=scc 2001-04-04 05:00:08 +00:00
hyatt%netscape.com
ae684d48b4 Fix for mutation event crashers. 2001-04-04 04:30:03 +00:00
sspitzer%netscape.com
9ebd9a19d2 fix for #74357. do what 4.x mac did for collapsed read messages, that are threads that had unread chidren. r/sr=hyatt,bienvenu 2001-04-04 02:13:41 +00:00