Commit Graph

5571 Commits

Author SHA1 Message Date
gerv%gerv.net
4e12e44b2f Relicensing Round 1, Take 2. Most C-like NPL files -> NPL/GPL/LGPL. Bug 98089. 2001-09-28 20:14:13 +00:00
glazman%netscape.com
30ae8ab03f fixing erroneous DOM 2 name for bug 101925; rs=jst 2001-09-28 14:11:05 +00:00
jst%netscape.com
bf8a72467d Always initalize the out parameter in CreateEvent(). r=nobody 2001-09-28 14:03:10 +00:00
hyatt%netscape.com
c8c44a4397 Fix for 79416, document.popupNode returns wrong node. r=jag, sr=ben 2001-09-28 09:01:34 +00:00
glazman%netscape.com
7a79a87dce implements getComputedStyle() for float property + bad next-line argument indentation cleanup ; b=101925, r=bzbarsky, sr=jst 2001-09-28 07:39:41 +00:00
mkaply%us.ibm.com
36081dcb62 Remove unused OS/2 files - we use the Windows versions now 2001-09-28 03:38:54 +00:00
bzbarsky%mit.edu
7a6cc28476 Make setting element.style.foo just parse the value instead of creating
a property:value pair and parsing that.  Speeds up setting of
element.style.top by about 5%.  Bug 99797, r=attinasi, sr=jst
2001-09-28 01:38:36 +00:00
rods%netscape.com
309dbcad16 Use the nsIWebProgressListener to make sure two submits do not happen
the listener is used to know when the submit got thru so it can unreg itself
Bug 85286 r=rpotts sr=kin a=pdt
2001-09-28 00:33:23 +00:00
saari%netscape.com
12bce05c13 fix for PDT+, topembed, nsbranch+ bug 78857, an assertion caused by the event pool code. r=heikki, sr=jst 2001-09-27 22:41:40 +00:00
rjesup%wgate.com
56314b8be4 Bug 92575: Remaining mChildren nsAutoVoidArray changes. r=waterson, sr=jst 2001-09-27 22:21:37 +00:00
hewitt%netscape.com
14a488a25e 95127 - dispatchEvent() doesn't return a value, r=joki, sr=hyatt 2001-09-27 22:15:50 +00:00
rjesup%wgate.com
629c4c0235 Bug 101710: Fix topcrash regression in Find. r=sfraser, sr=kin 2001-09-27 21:49:40 +00:00
hewitt%netscape.com
9e6c00f9ea 95127 - dispatchEvent() doesn't return a value, r=joki, sr=hyatt 2001-09-27 21:43:00 +00:00
rbs%maths.uq.edu.au
7f1638d039 bug 99010 - font changes. r=attinasi@netscape.com, sr=hyatt@netscape.com 2001-09-27 18:33:58 +00:00
dougt%netscape.com
8d512061e8 Landing nsISupports changes. Freezes nsISupports.idl and nsrootidl.idl. r=valeski@netscape.com, sr=rpotts@netscape.com bug 98281 2001-09-27 03:43:00 +00:00
alecf%netscape.com
b570b3627a beginning of bug 100214 - eliminate encoding-insensitive nsCRT::str*cmp uses by properly converting to unicode. r=jag, sr=sfraser 2001-09-26 20:26:14 +00:00
bryner%netscape.com
248367dee4 Bug 100921 - cannot tab into certain dialog fields. wrap-around of tabbing within a single document had regressed. r=saari, sr=hyatt. 2001-09-26 00:03:57 +00:00
hewitt%netscape.com
8c19fc069c 93519 - new box-ordinal-group xul layout feature, r=waterson, sr=hyatt 2001-09-25 23:35:36 +00:00
gerv%gerv.net
05abd17648 License changes, take 2. Bug 98089. mozilla/extensions/. 2001-09-25 23:31:24 +00:00
hewitt%netscape.com
433ff11b78 93519 - new box-ordinal-group xul layout feature, r=waterson, sr=hyatt 2001-09-25 22:17:00 +00:00
heikki%netscape.com
fc0f4a3bff Bug 95489, attempting to fix this topcrash with a null-check. r=harishd, sr=vidur. 2001-09-25 22:16:41 +00:00
rods%netscape.com
4d11ab38a1 Removed setting page height to 5 pages when printing a document "AsIs"
Also, added special case code for sizing of "AsIs" documents when they
are positioned 0,0
Bug 100797 r=kmcclusk sr=attinasi
2001-09-25 13:00:04 +00:00
gerv%gerv.net
1968b7dad2 License changes, take 2. Bug 98089. mozilla/content/. 2001-09-25 01:32:19 +00:00
bzbarsky%mit.edu
5b28996bde Add a document.contentType attribute to allow getting the MIME type of
the current document from JS.  The rest is moving around stuff to deal
with nsIDocument already declaring GetContentType.  bug 73847, r=peterv,
sr=jst
2001-09-24 22:43:23 +00:00
bzbarsky%mit.edu
ad1dbdf870 making the "Enabling quirk stylesheet" message only show up for some
people who care (even in debug builds).  bug 100983, r=dmose, sr=attinasi
2001-09-24 22:36:43 +00:00
rjesup%wgate.com
74a56c0ca5 Backout of commits for bug 97299. This causes assertions, which means we
missed some spots where name was getting set.
2001-09-24 15:26:39 +00:00
karnaze%netscape.com
66046cb3f7 bug 82401 - remove cell from correct parent when cell spans into split row; work around bug 101264 by doing initial reflow with unconstrained height. sr=kin, r=attinasi. 2001-09-24 14:48:38 +00:00
peterv%netscape.com
c4d426c4bb Fix for bug 100732 (content_xsl.xpt missing in packaged bits). r=heikki, sr=jst. 2001-09-24 12:03:02 +00:00
rjesup%wgate.com
a230194a5b Bug 97299: Store font names in lowercase. r=pavlov, sr=attinasi 2001-09-24 07:35:04 +00:00
jfrancis%netscape.com
22a4b2a9f5 fix for bug 31770: content iterator performance work. Adding an array of cached dom offsets for parent heirarchy of current node in iterator. Most of this work is courtesy of rjesup. r=rjesup,jfrancis; sr=kin 2001-09-24 06:13:03 +00:00
hyatt%netscape.com
13c0ff3b16 Fix for 101177. r=pavlov, sr=ben 2001-09-23 22:20:46 +00:00
hyatt%netscape.com
38650acdce Fix for 101093. Content added dynamically using the DOM is now in the right scope if anonymous. r=blake, sr=jst 2001-09-23 05:53:32 +00:00
jst%netscape.com
05fe868ccb Fixing bug 100765. nsStringKey leak in the nsDOMEvent code. r=cls@seawood.org, sr=brendan@mozilla.org 2001-09-22 00:25:16 +00:00
mstoltz%netscape.com
f1ccab736c Bug 99020, need to clear the value of a textbox when we change its type to
'file.' r=heikki, sr=jst.
2001-09-22 00:24:41 +00:00
jband%netscape.com
0c144c3cc0 fix bug 100773. This protects agains infinite recursion that could occur thorugh xpconnect in QI calls on elements with multiple bindings. sr=hyatt r=brendan. 2001-09-22 00:24:24 +00:00
cls%seawood.org
fd845fd2e0 Adding windowwatcher to REQUIRES to fix myotonic bustage.
Caused by checkin for bug 97907
2001-09-21 19:59:35 +00:00
mkaply%us.ibm.com
c695194ceb One more REQUIRES issue for windows 2001-09-21 16:34:42 +00:00
mkaply%us.ibm.com
e25d9fc119 remove spaces in Makefile 2001-09-21 15:38:44 +00:00
mkaply%us.ibm.com
afaaaa2b32 Windows REQUIRES bustage 2001-09-21 15:22:27 +00:00
mkaply%us.ibm.com
094f19ab4b myotonic REQUIRES bustage 2001-09-21 14:59:09 +00:00
mkaply%us.ibm.com
a80c7ca184 #97907
r=kaie, r=dcone, sr=jst
Checkin for Roland.Mainz@informatik.med.uni-giessen.de - add error codes to printing
2001-09-21 13:52:39 +00:00
jst%netscape.com
d3d8385e1a Fixing bug 100847. Removing nsIXMLDocument::SetTitle() since it's not needed any more. r=heikki@netscape.com, sr=hyatt@netscape.com 2001-09-21 03:55:50 +00:00
jst%netscape.com
bb50d2d065 Tweaking core document classname to make my last patch actually do the right thin in all cases. 2001-09-21 03:23:33 +00:00
jst%netscape.com
b444cadab0 Fixing bug 100795. Removign the method load() from HTML documents, implement it only on XML documents since the name 'load' blocks existing global functions named 'load' from being called from event handlers in the document (since document.load is found before window.load in the scope of event handlers). HTMLDocument.load and XULDocument.load were never implemented any way. r=heikki@netscape.com, sr=vidur@netscape.com 2001-09-21 01:07:53 +00:00
rods%netscape.com
d5c3ae49ab Should set PrintObject to print "AsIs" if it doesn't have children
Bug 83683 r=kmcclusk r=attinasi
2001-09-20 12:13:48 +00:00
jst%netscape.com
af3d887b1c Fixing bug 65486. Implementing HTML[I]FrameElement.contentWindow, r=harishd@netscape.com, sr=hyatt@netscape.com 2001-09-20 07:58:49 +00:00
hyatt%netscape.com
b51cf5caf3 Fire DOM event when title changes. r/sr=waterson,jst 2001-09-20 07:43:56 +00:00
hyatt%netscape.com
6e6c8d181e Fix XUL popup listener to check for new contextmenu syntax. r/sr=hewitt,jst 2001-09-20 07:42:48 +00:00
hyatt%netscape.com
a86c0a224a Fix XUL atoms to match spec for minwidth/minheight/maxwidth/maxheight. r/sr=hewitt,jst 2001-09-20 07:40:45 +00:00
mkaply%us.ibm.com
ef9e88c813 OS/2 bustage
PR_STATIC_CALLBACK is not needed here
2001-09-20 02:38:56 +00:00