peterv%netscape.com
832e0cfab4
Fix for bug 83612 (Correct/cleanup style loading code in content). r=heikki, sr=jst, a=asa.
2001-06-14 12:33:38 +00:00
dcone%netscape.com
3ce0ae7a9c
Make the page only 5x instead of 100x to get around linux region bug.
...
This is for printing and helps fix. b=82624 r=rods sr=attinasi a=asa
2001-06-13 20:16:10 +00:00
peterv%netscape.com
722f708a49
Fix for bug 84564 (Content-Style-Type no longer working). r=dbaron, sr=attinasi, a=asa.
2001-06-13 18:15:03 +00:00
peterv%netscape.com
2f89bc49e3
Fix for bug 84299 (we negate the alternate pseudo-attribute in <?xml-stylesheet alternate="yes"?>). Patch by Hixie, r=dbaron/peterv, sr=attinasi, a=asa@mozilla.org.
2001-06-13 13:20:43 +00:00
hewitt%netscape.com
0f8ec523a9
83739 - nsOutlinerRows::Subtree::Clear() doesn&apos;t reset mSubtreeSize, r=waterson, sr=blake, a=asa
2001-06-13 03:42:44 +00:00
anthonyd%netscape.com
ee1649404e
bug fix for 84417 nsRange::DeleteContents() deletes one too many nodes
...
r=mjudge@netscape.com
sr=kin@netscape.com
a=asa@mozilla.org
2001-06-13 00:24:33 +00:00
mjudge%netscape.com
9537d8b59b
82151 a=asa r=cmanske fix for hint setting only when successful move was made by caret
2001-06-13 00:00:55 +00:00
dbaron%fas.harvard.edu
b659af71e9
Make implied universal selectors be equivalent to ns|* where ns is the default namespace, and make appropriate changes to our CSS files. This brings us into conformance with the CSS3 selectors draft and improves performance by reducing the number of universally hashed selectors. Most of this patch is by attinasi. (35847, 83482) Also make first-node/last-node rules in quirks.css non-universal to improve performance. (83839) r=rbs sr=waterson a=asa b=35847
2001-06-09 01:32:19 +00:00
axel%pike.org
e97e0040b2
bug 83878, renaming nsLoadListenerProxy to txLoadListenerProxy, to fix static builds, r=peterv, sr=jst, a=dbaron (on behalf of drivers)
2001-06-08 07:14:19 +00:00
axel%pike.org
f70bb40602
bug 84153, renaming NodeSet -> ReteNodeSet, to remove conflicts in static linking, r=waterson, sr=jst, a=dbaron (on behalf of drivers)
2001-06-08 07:12:41 +00:00
rods%netscape.com
c20f157140
Major rework of how items are added, removed and selected (while being added and removed) with script
...
Now all the changes are performed, but no reflows are issued until the timer fires, which would be
after the script is done executing. The selection that take place during the script execution are
also cached and done afterward.
Bug 53165 r=pollmann sr=attinasi a=asa
2001-06-08 02:34:09 +00:00
rods%netscape.com
a7a35f4f93
Need to get the default font size and use that depending on Quirks or Strict
...
Bug 78526 r=kmcclusk sr=attinasi a=dbaron
2001-06-08 02:17:09 +00:00
attinasi%netscape.com
05d59e6b31
Disable Quirk ruels for XUL documents by setting the compatibility mode to Standard. b=83495 r=dbaron sr=hyatt a=blizzard
2001-06-06 23:34:17 +00:00
peterv%netscape.com
d4091f8963
Fix for bug 82955 (XML unable to load stylesheets without type="text/css" attribute). r=scc, sr=jst, a=asa.
2001-06-05 19:21:32 +00:00
dbaron%fas.harvard.edu
d4918d0cb3
Miscellaneous performance fixes related to selector matching:
...
* cut in half the number of (expensive, universally hashed) selectors needed for many UA-stylesheet :link and :visited rules by implementing :-moz-any-link (bug 83484)
* remove most of EnumerateTagRules since most of it does no useful work (bug 83506)
* avoid refcounting of atoms for stack-based hash keys (bug 83511)
* add logging (turned off, except for me) to evaluate effectiveness of RuleHash
* add a namespace hash, which will be a big win once bug 35847 is fixed (bug 83497)
* avoid repeated reallocation of mEnumList by setting the initial length to a minimum of 8
* remove an unneeded variable in the beginning of SelectorMatches
* fix one case in CSS error reporting (bug 65469), not part of default build
b=83482 r=attinasi@netscape.com sr=waterson@netscape.com a=asa@mozilla.org
2001-06-05 01:00:11 +00:00
hyatt%netscape.com
d5e373a2c8
Fixes for 83027, 83892, and 80512. r/sr=blake,alecf,pink, sr=hewitt,blake, a=asa
2001-06-04 23:23:35 +00:00
pinkerton%netscape.com
79568e6d12
ignore applets, plugins, and embed tags in mac click-hold context menu code. r=pchen/sr=hyatt/a=asa. bug 77774.
2001-06-04 22:39:49 +00:00
bryner%uiuc.edu
e3ffe03613
Bug 81830 - Crash in profile selection using keyboard navigation. r=blake, sr=hyatt, a=asa.
2001-06-03 05:54:20 +00:00
hyatt%netscape.com
407949652d
Fix for 83613. r=dbaron, sr=brendan, a=leaf
2001-06-01 21:04:23 +00:00
hyatt%netscape.com
91cec51c8b
Straggler for 78695.
2001-06-01 01:38:35 +00:00
dbaron%fas.harvard.edu
478c463cd4
Adding newline to end of file to fix HP bustage.
2001-05-31 23:59:22 +00:00
hyatt%netscape.com
b135c5b55a
Fix for 78695 (rule matching improvements). r/sr=attinasi, jst, waterson
2001-05-31 22:19:43 +00:00
rods%netscape.com
d8a1f418ba
Need to cache a pointer to the currently focused DOMWin because the Print Dialog
...
"steals" the focus away and then getting it returns null.
Bug 83358 r=kmcclusk sr=attinasi a=asa
2001-05-31 01:06:33 +00:00
peterv%netscape.com
3740f9b3fe
Fix for bug 83078 (document.write of 'LINK' (ext. stylesheet) causes duplicate content). Call UpdateAllContexts when a stylesheet is add/removed/enabled/disabled. r=harishd, sr=jst, a=chofmann.
2001-05-30 20:35:20 +00:00
peterv%netscape.com
4d452fd30a
Fix for bug 83093 (Leaks went up by about 200k) r=heikki, sr=jst, a=chofmann.
2001-05-30 19:17:42 +00:00
pollmann%netscape.com
1ac7a3715e
Bug 77834: Fix problem where form control state is being restored to the wrong form control or not restored at all when going back and forth through session history. The problem was that the hash key we used was the content ID, which was not consistent from page load to page load. The fix was to key instead by index of form in document / index of control in form, with logic to fall back to content ID if we are unable to do this. r=nisheeth@netscape.com, sr=jst@netscape.com, a=drivers@mozilla.org (blizzard@mozilla.org)
2001-05-30 11:26:21 +00:00
jst%netscape.com
6f138c7969
Fixing crasher bug 73331. When cleaning up incorrect content in the HTML content sink we ended up creating frames for content that was about to be taken out of the document shortly after only to be inserted into the document again at a different place, this caused frame construction to happen for the new content that was about to be moved. So we created frames for no good reason and the frames we created got distroyed immediately after they've been created. The frame construction left old frames around that held on to anonymous content that was partly torn down and didn't have a valid document pointer, this caused a crash later on in the style resolution code. r=harishd@netscape.com, sr=vidur@netscape.com, a=drivers@mozilla.org (blizzard@mozilla.org).
2001-05-30 02:25:52 +00:00
cls%seawood.org
9d02dc5813
Increase the size of the linker's global offset table when building with gcc on irix to avoid overflow.
...
Thanks to John Vandenberg <zeroJ@null.net> for the patch
Bug #21308 r=cls a=asa for 0.9.1
2001-05-29 14:56:41 +00:00
peterv%netscape.com
5ba43898a9
Fix for bug 81989 (STYLE tags can cause multiple copies of stylesheet to be loaded) r=heikki, sr=jst, a=blizzard.
2001-05-29 08:10:58 +00:00
jst%netscape.com
f845f62f5d
Checking in Jonas Sicking's implementation of the DOM Level 2 traversal module. Not part of the build yet.
2001-05-28 01:45:28 +00:00
jst%netscape.com
07339d1164
Fixing regression bug 81818 that caused a crash in certain situations when viewing images in mozilla. sr=scc@mozilla.org, a=choffmann@netscape.com
2001-05-27 07:15:28 +00:00
jst%netscape.com
208178af95
Removing debugging code that was forgotten in when landing the XPCDOM branch. Harmless checkin.
2001-05-26 07:49:01 +00:00
jst%netscape.com
9993244d03
Fixing bug 81928 which caused errors in JS executed in XUL files to be silently ignored. The problem was that nsJSContext::GetGlobalObject() was relying on the global object in a context to be a XPConnect wrapped object, but this was not the case when XUL files loaded prototype scripts. r=brendan@mozilla.org, sr=jband@netscape.com, a=blizzard@mozilla.org.
2001-05-26 07:44:19 +00:00
pollmann%netscape.com
99eb785ee0
Bug 79565: Fix a crash where elements in the mImageMaps array were released but not removed from the array, and a stale pointer was dereferenced. r=jst@netscape.com, sr=vidur@netscape.com, a=drivers@mozilla.org
2001-05-26 06:43:20 +00:00
roc+%cs.cmu.edu
8865fc53de
Fix for bug 77507. Set default background color correctly. Warn if it isn't set correctly. r=waterson,sr=attinasi,a=blizzard
2001-05-25 15:00:51 +00:00
valeski%netscape.com
594d30706b
r=jband, sr=vidur, a=blizzard. 82536. adding null check and graceful failing if null. it's valid for the stack to pop null JSContexts
2001-05-25 14:58:33 +00:00
ftang%netscape.com
34732127fa
fix bug 82622 . check in for nhotta@netscape.com. Add # to the escape list. r=cmanske sr=jst a=asa
2001-05-25 13:27:42 +00:00
nisheeth%netscape.com
73edd4ea66
Fix for bug 57636. r=rpotts, sr=jst, a=asa. Onload handlers now fire on document.written content.
2001-05-25 08:49:03 +00:00
jst%netscape.com
881ec0a39f
Checking in vidur@netscape.com's fix for bug 81994 which caused scripts on webpages to be executed twice when calling DemoteContainer() in the html content sink. r=nisheeth@netscape.com, sr=jband@netscape.com, a=asa@mozilla.org
2001-05-25 07:03:04 +00:00
dbaron%fas.harvard.edu
cfd9a7e6ca
Fix build bustage within |#ifdef CSS_REPORT_PARSE_ERRORS| resulting from scc's string changes for bug 75220. Not part of default build. r=glazman a=tor
2001-05-23 14:18:38 +00:00
joki%netscape.com
53e2fab38c
Part of fix for 55020, add a pref to determine if accesskey causes focus or focus/activation. sr:jst, r:pollmann
2001-05-23 06:35:32 +00:00
scc%mozilla.org
b7b3395bad
bug #75220 : fixing stragglers, people who checked in uses of |nsLiteralC?String| after it had already been removed from the build
2001-05-23 01:21:04 +00:00
nhotta%netscape.com
ecb3ff2992
Changed to avoid escaping '%' in URI, bug 81238, r=cmanske, sr=jst.
2001-05-23 00:13:23 +00:00
rods%netscape.com
2945ee5e62
adding pane/frameset/frame/iframe navigation
...
Bug 24423 r=joki,saari a=hyatt
2001-05-22 23:52:17 +00:00
dbaron%fas.harvard.edu
9d5bc0637c
Work around crash by using nsSupportsArray::Clone instead of the buggy (82133) nsSupportsArray::AppendElements. Patch from glazman@netscape.com, r=dbaron, sr=attinasi, b=80057
2001-05-22 20:53:00 +00:00
pollmann%netscape.com
c5ba0c1202
Bug 77834: Adding nsIContentList.h, not part of the build.
2001-05-22 03:40:56 +00:00
mkaply%us.ibm.com
21e8abe10c
#80164
...
r=mkaply, sr=kin@netscape.com
Code from simon@softel.co.il - enable proper reversing for clipboard
2001-05-21 23:39:49 +00:00
jst%netscape.com
3e0ca8c751
Fixing typo
2001-05-21 23:29:14 +00:00
valeski%netscape.com
206a778ca4
sr=vidur/shaver@mozilla.org on the content policy callsite and implementation mods (81260). Update of the nsIContentPolicy interface to provide more generic context, a nsIURI instead of a URI wstring, and a nsIDOMWindow for window level context. Existing Callsites have been updated to reflect the new changes, and nsIDOMWindows are now passed into the new API.
2001-05-21 22:40:10 +00:00
peterv%netscape.com
ce83a7c5ff
Fixing regression bug 81918 (Setting preferred style sheet via HTTP headers is broken). r=glazman, sr=jst.
2001-05-21 13:01:41 +00:00