jst%netscape.com
1a7cfc1de2
Fixing bug 54780. Checking in patch from heikki@netscape.com that makes nsDOMImplementation::CreateDocument() return the return value from NS_NewDOMDocument() instead of just ignoring it. r=me, r=disttsc@bart.nl, sr=none (trivial change).
2001-01-19 07:56:38 +00:00
mkaply%us.ibm.com
70d4175853
HP-UX breakage
...
I'm just commenting out the delete of mPath for now since it can never be allocated
2001-01-19 05:40:03 +00:00
saari%netscape.com
faa4f80505
Fix for 54406, tabbing through links with multiple frames doesn't work. r=byrner, sr=waterson
2001-01-19 01:28:27 +00:00
mkaply%us.ibm.com
b354238762
#65732
...
r=cls
Make SHORT_LIBNAMEs (used by OS/2 only) match Windows DLL names
2001-01-18 15:35:00 +00:00
cls%seawood.org
6e2d422ed4
Split conditional into if/then statements. Fixes AIX tinderbox bustage.
...
Thanks to Jim Dunn <jdunn@netscape.com> for the patch. r=rbs
2001-01-18 06:44:50 +00:00
bryner%uiuc.edu
3f39d2dfe8
Fixing unix build bustage. r=blizzard.
2001-01-17 22:16:09 +00:00
saari%netscape.com
7c3ba5e758
Fix for 65134, 60712, 65129 r=av, sr=buster Fixing plugin key event handling
2001-01-17 20:04:09 +00:00
buster%netscape.com
3740cf47b1
ok, now I think I've got the syntax correct
2001-01-16 23:30:16 +00:00
buster%netscape.com
9816186db2
another try at working out the darn nsCOMPtr comparison for Linux
2001-01-16 23:23:02 +00:00
buster%netscape.com
ab3660ef24
stupid friggin' .get() nsCOMPtr incompatibility on linux
2001-01-16 22:54:52 +00:00
buster%netscape.com
b0da06ecfa
bug 56432 ()
...
the problem was a factorial algorithm for finding primary frames.
fixed by added a hinting mechanism that takes advantage of existing
primary frame cache, greatly reducing the cost for the common case.
r=rods
sr=waterson
2001-01-16 22:10:04 +00:00
blakeross%telocity.com
35c3ef934e
Fix 65025: scrollbars in Mac Classic are wrong color. patch by lordpixel. r=blake sr=blizzard
2001-01-16 01:27:20 +00:00
karnaze%netscape.com
14aced24f2
bug 63445 - initialized array of float values. r=attinasi.
2001-01-13 00:26:01 +00:00
karnaze%netscape.com
435d034195
new regression tests, not affecting the build.
2001-01-12 23:27:33 +00:00
karnaze%netscape.com
4ae530d914
bug 46623 - allocate proportional and auto cols together when balancing columns. (sr=buster, r=peterl)
...
allow columns (due to colspan) containing no originating cols at the end of the table to exist
2001-01-12 23:07:54 +00:00
attinasi%netscape.com
2f86f7ba68
Floated images now have a 3px margin in Quirks mode: b=58899 r=hixie, sr=buster
2001-01-12 20:11:32 +00:00
bratell%lysator.liu.se
02fc6d9132
Cleanup of the HTML -> plain text converter. Bug 62189. r=anthonyd@netscape.com sr=vidur@netscape.com
2001-01-12 07:26:39 +00:00
bnesse%netscape.com
ecdef720d7
Fix for Mac plugin positioning problems. Bug 59620. r = peterlubczynski, sr = buster.
2001-01-11 23:56:35 +00:00
karnaze%netscape.com
d96b16051e
removed assertion added during fix for bug 57828.
2001-01-11 23:22:44 +00:00
karnaze%netscape.com
da2e6037b8
bug 57828 - better handling of nowrap in table cell. sr=buster, r=attinasi.
2001-01-11 23:03:37 +00:00
karnaze%netscape.com
b56c327983
bug 56201 - allow cell to return larger desired size than avail during incremental reflow. sr=buster, r=peterl
2001-01-11 22:51:35 +00:00
rods%netscape.com
0b47866fbe
must return NS_OK from DOM calls, this will make the button look enabled when enabled
...
Bug 63722 r=attinasi sr=buster
2001-01-11 15:14:47 +00:00
saari%netscape.com
02a4607523
Fix for 58957, plugins on MacOS don't get key events. r=bnesse, sr=hyatt.
2001-01-11 08:22:27 +00:00
saari%netscape.com
82040070dc
Fix for 58957, plugins don't get key events on MacOS. r=bnesse, sr=hyatt
2001-01-11 08:17:36 +00:00
bryner%uiuc.edu
90ae3990dd
Removing dead nsISelfScrollingFrame interface. sr=hyatt.
2001-01-11 07:32:48 +00:00
evaughan%netscape.com
784bff3cb8
fixes for:
...
60058
43825
53885
45856
40612
-r ben -sr hyatt
2001-01-11 01:56:27 +00:00
peterlubczynski%netscape.com
491aefa9b6
Null pointer check if no default plugin. part of patch for bug 54437 a=av sr=buster
2001-01-10 23:51:07 +00:00
jst%netscape.com
975326f972
Removing unused file.
2001-01-10 22:58:37 +00:00
jst%netscape.com
c40e4b62af
Fixing bug 63967. Fixing a crash that happened when the .src of an image was set and the base URL was not available. r=timeless@mac.com, disttsc@bart.nl, sr=vidur@netscape.com
2001-01-10 22:41:47 +00:00
akkana%netscape.com
9a4f8d3dbf
42452,61173: output formatted lists even in unformatted plaintext output. r=bratell, sr=sfraser
2001-01-10 22:08:08 +00:00
buster%netscape.com
9713558eaf
bug 61287 (The browser crashes on signing out of hotmail and msn calendar)
...
r=karnaze
sr=buster
patch submitted by lsv@sparc.spb.su
2001-01-10 20:30:37 +00:00
heikki%netscape.com
71310e036b
Some raw interface pointers to nsCOMPtrs, potential null pointer access fix, fixing two wrong eventStructTypes. No bug number. r=saari, sr=waterson.
2001-01-10 20:21:09 +00:00
rods%netscape.com
b15fe43161
Removing all references to GfxListControlFrame
...
Bug 62960 r=kmcclusk sr=hyatt
2001-01-10 14:50:27 +00:00
jst%netscape.com
7089ccc6f4
Fixing bug 60920. Adding type cheks to the document.form.select.options[n] setter so that we don't crash if someone tries to set the value to an invalid type (i.e. not a HTMLOptionElement). sr=brendan@mozilla.org, r=pollmann@netscape.com
2001-01-10 05:11:05 +00:00
dbaron%fas.harvard.edu
7632777ad7
Change ScrollFrameIntoView so that scrolling to an inline frame scrolls to the top of the line containing the inline frame rather than the frame itself. This makes scrolling to empty inline anchors or anchors around images work better. b=38280 r=buster@netscape.com sr=waterson@netscape.com
2001-01-10 02:43:00 +00:00
sfraser%netscape.com
4bccf76008
nsIDiskDocument is now xpidl-generated. bug and reviewers in previous checkin.
2001-01-10 00:06:28 +00:00
akkana%netscape.com
c9a065cce8
17686: Add a pref to control image animation. r=tor, sr=buster
2001-01-09 23:55:27 +00:00
anthonyd%netscape.com
cee32ef734
fix for bug #59003 fix for keybindings
...
sr=kin@netscape.com
r=akkana@netscape.com
2001-01-09 23:22:56 +00:00
sfraser%netscape.com
f01a40fc19
Convert nsIDiskDocument to xpidl, and change it from using nsFileSpecs to nsIFiles. Bug 62567, r= buster, ducarroz, adamlock, sr=kin
2001-01-09 22:47:02 +00:00
anthonyd%netscape.com
107c2088f3
bug fix for 62796
...
sr=kin@netscape.com
a=jfrancis@netscape.com
r=jst@netscape.com
2001-01-09 21:44:35 +00:00
dcone%netscape.com
44ed8413cf
Took outsome debug code which snuck in.
2001-01-09 20:41:05 +00:00
jst%netscape.com
e60520d263
Removing unused file.
2001-01-09 06:52:13 +00:00
jst%netscape.com
97b81c6c34
Removing declaration of a function that is no longer in mozilla.
2001-01-09 05:26:22 +00:00
jst%netscape.com
3af01b77c8
removed files: mozilla/layout/xml/content/src/nsXMLDocumentType.cpp
2001-01-09 05:15:12 +00:00
jst%netscape.com
7dd56fa57e
Removing duplicated code from layout, nsDOMDocumentType does the same things nsXMLDocumentType does and the former is the one that is used.
2001-01-09 05:13:10 +00:00
jst%netscape.com
32e71ad8ca
CVS removing old files that are no longer part of the build.
2001-01-09 03:30:23 +00:00
disttsc%bart.nl
8d2cdc8db2
Fix senna bustage, r=cls. (mental note: remember REQUIRES in Makefile.in).
2001-01-09 03:11:59 +00:00
jst%netscape.com
699d3a6929
Fixing bug 64642. This is a regression caused in my large content code reorg/cleanup that I did a few weeks ago, SetDocument on a from control was was forwarding the call to the wrong base class, it was calling nsGenericElement::SetDocument() in stead of nsGenericHTMLElement::SetDocument() and that caused style attributes to not get reparsed when form controls were added to a document. r=pollmann@netscape.com
2001-01-09 02:53:33 +00:00
blakeross%telocity.com
6ea5ede2c0
Fix 44676: spacebar to trigger buttons should behave more like win32 native buttons. r=saari sr=hyatt
2001-01-09 02:15:55 +00:00
disttsc%bart.nl
c4ceac4500
Add support for showing keycode (VK_FOO) accelerators in menuitems. bug=47426, r=sspitzer,jst,saari, a=hyatt
2001-01-09 01:28:36 +00:00