Commit Graph

50946 Commits

Author SHA1 Message Date
hyatt%netscape.com
c22daf14de Adding a generic element creation interface. Converting the XML factory over
to using this interface.  r=waterson
2000-01-19 03:10:45 +00:00
hyatt%netscape.com
0684563f95 Adding an interface for the creation of elements. Converting the HTML
element factory so that it implements this generic interface. r=waterson
2000-01-19 03:10:06 +00:00
hyatt%netscape.com
cd53596229 Adding an interface for the creation of elements. r=waterson 2000-01-19 03:09:12 +00:00
saari%netscape.com
f5b4ea7489 Fix for 24124, focus crasher. Review and a whole lot of help from danm. 2000-01-19 03:03:09 +00:00
briano%netscape.com
72a5d1b833 Some platforms object to using JS_ASSERT without including jsutil.h. 2000-01-19 03:00:04 +00:00
rjc%netscape.com
6765421a10 Add a secondary sort key (which is the name column). 2000-01-19 02:41:12 +00:00
rjc%netscape.com
edaebbff0b A few small sorting tweaks. 2000-01-19 02:39:40 +00:00
rickg%netscape.com
d5bbe7ab33 Landing harish's fix to bug24190. r=rickg, a=chofmann 2000-01-19 02:38:33 +00:00
gordon%netscape.com
3dfff899f2 Fix for bug #20177. Make sure string is set if GetSpec() fails inside http logging code. 2000-01-19 02:27:00 +00:00
sspitzer%netscape.com
693e0c8f67 fix for #23702. migrate the popstate file on mac and linux. r=mscott 2000-01-19 02:18:49 +00:00
jj%netscape.com
18de736423 #24312: bumped up memory partition of RegXPCom from 10 to 16 Mb. (now set in RegXPCom.mcp prefs instead of -obsolete- RegXPCom.rsrc) r=sfraser 2000-01-19 02:01:02 +00:00
jj%netscape.com
f66336369e File Removed. 2000-01-19 01:57:18 +00:00
rchen%netscape.com
4b96fc6ec2 Bug fix 14110 2000-01-19 01:47:52 +00:00
rginda%netscape.com
a1c3ef28cc Initial add. 2000-01-19 01:46:25 +00:00
pinkerton%netscape.com
8edfe61c6c Fix for 24260, crash trying to put the AOLMAIL flavor on the clipboard. I messed up and didn't totally remove it so we promised it was there but then the conversion didn't happen and trying to free the zero-length data didn't work too well. r=sdagley 2000-01-19 01:44:48 +00:00
rjc%netscape.com
7ac034530e Enable the optimized binary insertion node with end-point interpolation. (Sort-of) review: putterman@netscape.com 2000-01-19 01:44:29 +00:00
scc%netscape.com
114d510275 OK, mjudge and I have both looked, and we think no callers remain that |QueryInterface| to get an enumerator. Everyone has been fixed to call |GetEnumerator| ... but just in case, we added an assert to find any stragglers. If this assert fires, mjudge or I need to know. bug=16543; r=mjudge 2000-01-19 01:42:54 +00:00
vidur%netscape.com
29ac9e129a Fix for bug 24215. Misspelled constant. 2000-01-19 01:40:48 +00:00
rginda%netscape.com
07cf48ba94 Added regexp to test 2000-01-19 01:36:54 +00:00
tor%cs.brown.edu
9dbbb576c3 build bustage fix for older C++ compilers; false -> PR_FALSE; r=bryner 2000-01-19 01:35:20 +00:00
tor%cs.brown.edu
22819c897a build bustage fix for older C++ compilers; bool -> PRBool; r=bryner 2000-01-19 01:34:26 +00:00
vidur%netscape.com
139af65fa1 Missed necessary cleanup in last checkin. r=pollmann 2000-01-19 01:34:07 +00:00
vidur%netscape.com
84b751a2f5 Fix for bugs 9213 and 17415. Fixed a ton of leaks in table content code and fixed thead, tfoot access and manipulation via DOM. r=pollmann 2000-01-19 01:29:04 +00:00
bienvenu%netscape.com
bcc30623c6 fix online to offline move to delete source headers, r=mscott 2000-01-19 01:28:16 +00:00
jdunn%netscape.com
175ee75c0d fix the 'this' adjustment, AIX uses CFRONT while gcc on ppc uses the other one
#= 24305
r= jdunn@netscape.com - I know this is me, but this is an AIX only bug.  jband
   talked me through the fix
2000-01-19 01:19:26 +00:00
rginda%netscape.com
c8d963236f Initial Add 2000-01-19 01:19:16 +00:00
scc%netscape.com
80984495ad Fixing runtime assert bustage. r=pinkerton 2000-01-19 01:18:27 +00:00
pavlov%netscape.com
51eb775d54 add support for new pref/migrate it from 4.x r=alecf 2000-01-19 01:16:35 +00:00
pavlov%netscape.com
c0e2eb46bc add a default pref r=alecf 2000-01-19 01:15:22 +00:00
morse%netscape.com
de1e526b0a speed up download of wallet tables, r=dp 2000-01-19 01:14:53 +00:00
rginda%netscape.com
7065c08bf5 Initial add 2000-01-19 00:51:21 +00:00
rginda%netscape.com
e5ee075f82 corrected testcase 2000-01-19 00:47:24 +00:00
gagan%netscape.com
d3535034d0 Fix for 13380. We now send Accept-Language: header. 2000-01-19 00:38:51 +00:00
waterson%netscape.com
dde56e71e8 Make ResolveSymLink() fail silently if target was not a shortcut. r=lumpy 2000-01-19 00:35:01 +00:00
rginda%netscape.com
822f287fa2 initial add 2000-01-19 00:34:03 +00:00
av%netscape.com
7ded49fa53 Fix for #18679 2000-01-19 00:31:52 +00:00
wtc%netscape.com
bbd83de51d Added missing function argument type declarations. 2000-01-19 00:29:53 +00:00
av%netscape.com
56ca2bc9c3 Fix for #18679 setting new stream to plugins seekable until netlib is ready to give this info r=vidur 2000-01-19 00:28:41 +00:00
akkana%netscape.com
4c82cf93b1 Add a printf to the failure case. Trivial change, and no one but me is running this anyway. 2000-01-19 00:24:46 +00:00
racham%netscape.com
471e8adb53 Fix for bug 14908. Copying the required default profile files into the migrated profile dir. r=sspitzer. 2000-01-19 00:20:47 +00:00
akkana%netscape.com
7fe898ca24 temp workaround for 23669: don't go to url on middle mouse clicks
if we're over a text field or area, because the event was probably
already handled by the editor and we shouldn't have gotten it at all.
Code from joki, r=me.
2000-01-19 00:18:02 +00:00
rginda%netscape.com
390ff86017 Initial add 2000-01-19 00:16:20 +00:00
matt%netscape.com
62b825b1f2 adding for fonts r=erik 2000-01-19 00:16:09 +00:00
matt%netscape.com
a724e1818f adding prefs font code r=erik 2000-01-19 00:14:41 +00:00
matt%netscape.com
15a86dbe18 commiting pref-fonts.js for prefs 2000-01-19 00:13:37 +00:00
law%netscape.com
e2ba0605e9 Fixes for bugs 22296, 19019, et al; r=matt@netscape.com 2000-01-19 00:12:15 +00:00
rginda%netscape.com
f7173e7ca4 initial add 2000-01-19 00:08:55 +00:00
law%netscape.com
0de13c907b Fix for #5708 (I forgot this piece last week); r=danm@netscape.com 2000-01-19 00:06:57 +00:00
akkana%netscape.com
20fe5f1a71 Fix reporting of errors at the end of the script. r=cmanske 2000-01-19 00:01:10 +00:00
pinkerton%netscape.com
5c0ed294f2 hiding d&d behind a pref (xpfe.dragdrop.enabled) for nscp beta. r=sdagley. bug #22083. 2000-01-18 23:59:26 +00:00