timeless%mac.com
fbe4dc7bd4
Bug 65428 language="javascript" should be type="application/x-javascript"
...
r=ksosez@softhome.net a=ben
2001-03-13 15:35:07 +00:00
dbaron%fas.harvard.edu
1d8a195578
Fix Boehm GC + xmlterm build bustage with -lboehm since NSPR depends on boehm when using the Boehm GC. r=cls@seawood.org
2001-03-10 03:25:14 +00:00
disttsc%bart.nl
0e4902e5c9
Fix build bustage in XMLTerm extension. We were depending on an indirect inclusion of nsReadableUtils.h, which apparantly has gone, so explicitly including it now, like we should have. r=mcafee.
2001-03-08 05:53:07 +00:00
disttsc%bart.nl
043186b34e
Preparation of removing nsCString::GetBuffer. Landing everything but the actual commenting out of nsCString::GetBuffer. bug=64016, r=timeless, sr=scc
2001-03-02 09:26:57 +00:00
blakeross%telocity.com
686e5a8010
UIEvent button property is incorrect according to the DOM2 spec. Changing values to 0, 1, 2 (left, middle, right mouse buttons respectively) from 1, 2, 3. |event.which| continues to use the old values for backwards compatibility. This affects future xbl, js, and c++ event button checks so please see the newsgroups for more info (60703). r=timeless sr=jst
2001-03-02 03:07:53 +00:00
disttsc%bart.nl
744785129a
Mass REQUIRES update to synch up with string lib and xul changes in an attempt to fix senna bustage. r=jst, sr=cls
2001-02-22 09:35:51 +00:00
dougt%netscape.com
eab041f43f
Relanding Necko Changes.
...
Revising nsIChannel to allow for overlapped i/o. This consists of three parts:
1. Factoring nsIChannel into a protocol specific part, the nsIChannel, and a socket specific, the nsITransport.
2. Derive the nsIChannel from a nsIRequest.
2. Changes the notification system from necko and the URILoader to pass the nsIRequest interface instead of nsIChannel interface.
This goal stems from wanting to be able to have active AsyncRead and AsyncWrite operations on nsSocketTransport.
This is desired because it would greatly simplify the task of maintaining persistent/reusable socket connections
for FTP, HTTP, and Imap (and potentially other protocols). The problem with the existing nsIChannel interface is
that it does not allow one to selectively suspend just one of the read or write operations while keeping the other active.
r=darin@netscape.com
sr=rpotts@netscape.com
2001-02-21 20:38:08 +00:00
disttsc%bart.nl
76fbedadc5
Back out dougt's channel changes
2001-02-12 03:14:23 +00:00
dbaron%fas.harvard.edu
28bc6579ce
Updating to new necko interfaces to fix build bustage.
2001-02-10 03:02:13 +00:00
dougt%netscape.com
69415757ab
Revising nsIChannel to allow for overlapped i/o. This consists of three parts:
...
1. Factoring nsIChannel into a protocol specific part, the nsIChannel, and a socket specific, the nsITransport.
2. Derive the nsIChannel from a nsIRequest.
2. Changes the notification system from necko and the URILoader to pass the nsIRequest interface instead of nsIChannel interface.
This goal stems from wanting to be able to have active AsyncRead and AsyncWrite operations on nsSocketTransport.
This is desired because it would greatly simplify the task of maintaining persistent/reusable socket connections
for FTP, HTTP, and Imap (and potentially other protocols). The problem with the existing nsIChannel interface is
that it does not allow one to selectively suspend just one of the read or write operations while keeping the other active.
The full details of the change on written up in the netlib newsgroup.
r=darin@netscape.com
sr=rpotts@netscape.com
2001-02-10 00:16:26 +00:00
svn%xmlterm.org
46e1348f16
--NOT PART OF DEFAULT BUILD--
...
XMLterm changes only.
Fix for minor bug 65662.
(Oops! Missed CVS log message on previous checkin for this file. Dummy checkin
with the correct log message.)
2001-01-19 22:59:06 +00:00
svn%xmlterm.org
cd95c4fa8d
../../LogMessage
2001-01-19 22:52:18 +00:00
bryner%uiuc.edu
433f20e3da
Removing unused Makefile.in's (files in these directories are now exported via jar.mn). Bug 55778. r=ben, cls. Not part of build.
2001-01-05 23:51:45 +00:00
bryner%uiuc.edu
1793d214ea
Removing more dead .cvsignore files. Not part of build.
2000-12-28 21:12:05 +00:00
jst%netscape.com
6af210070c
Removing the last (unnecessary) call to nsIHTMLContent::ToHTMLString that I missed in my first checkin. r=jag
2000-12-23 13:44:22 +00:00
bryner%uiuc.edu
391bc872d9
Two more I forgot for bug 55778.
2000-12-15 10:22:38 +00:00
svn%xmlterm.org
1adb5acf8b
--NOT PART OF DEFAULT BUILD--
...
XMLterm changes only.
Minor changes to get xmlterm to load with MathML/SVG enabled
(but xmlterm still fails to flush reflows)
2000-11-27 22:15:50 +00:00
svn%xmlterm.org
db027ccb36
--NOT PART OF DEFAULT BUILD--
...
XMLterm changes only.
Code cleanup: disabled diagnostic output.
2000-11-27 21:38:14 +00:00
cls%seawood.org
8bd122b3d5
Resurrect REQUIRES so that we have some sort of means to track intermodule dependencies. Bug #59454 r=blizzard@mozilla.org
2000-11-20 07:16:06 +00:00
svn%xmlterm.org
3d99a57c86
--NOT PART OF DEFAULT BUILD--
...
XMLterm changes only.
Using file: scheme rather thank resource: or chrome: scheme for jar url
to allow xmlterm to load other file: urls in IFRAMEs
2000-11-16 18:27:16 +00:00
disttsc%bart.nl
97a1cb2070
Hrm... One weird hidden dependancy fixed.
2000-11-09 23:12:07 +00:00
svn%xmlterm.org
14cc97b073
--NOT PART OF DEFAULT BUILD--
...
XMLterm changes only.
Changed non-owning references in mozXMLTerminal to weak references to avoid
crash in mozXMLTerminal::Finalize when exiting xmlterm.
2000-11-08 22:20:18 +00:00
svn%xmlterm.org
91f816e482
--NOT PART OF DEFAULT BUILD--
...
XMLterm changes only.
Fixed error/warning message output to eliminate beeping problem.
2000-11-08 22:11:00 +00:00
warren%netscape.com
4189314fdb
Bug 47207. Backing out logging/PRINTF changes until we can fix stopwatch.h, introduce double parens, etc.
2000-10-28 22:17:53 +00:00
warren%netscape.com
f8d11fc3fd
Fixing printf bustage
2000-10-28 05:36:44 +00:00
svn%xmlterm.org
f01e9dab4b
--NOT PART OF DEFAULT BUILD--
...
XMLterm changes only.
Added .cvsignore files to locale dirs.
2000-10-10 05:01:38 +00:00
svn%xmlterm.org
ff9a598383
--NOT PART OF DEFAULT BUILD--
...
XMLterm changes only.
Some code cleanup for Finalize methods.
2000-10-10 04:51:11 +00:00
svn%xmlterm.org
880cd6ec41
--NOT PART OF DEFAULT BUILD--
...
XMLterm changes only.
Added test HTML documents to exercise xpcom/css/dom features used by xmlterm.
2000-10-10 04:46:00 +00:00
svn%xmlterm.org
7144fbdb04
--NOT PART OF DEFAULT BUILD--
...
XMLterm changes only.
Added a coupled of pagelet test scripts.
2000-10-10 04:40:22 +00:00
svn%xmlterm.org
b81816ca0d
--NOT PART OF DEFAULT BUILD--
...
XMLterm changes only.
Changes to fix xmlterm XPI file build.
2000-10-10 04:38:20 +00:00
cls%seawood.org
598cad6e44
Fix OS/2 gmake problem. Bug #54080 . r=leaf a=brendan Thanks to Mike Kaply <mkaply@us.ibm.com> for the patch
2000-09-26 05:20:06 +00:00
svn%xmlterm.org
3e579f3b56
--NOT PART OF DEFAULT BUILD--
...
XMLterm changes only.
Fix for XMLterm user level/icons mode selection (workaround for bug 53448).
2000-09-25 14:57:27 +00:00
svn%xmlterm.org
fc9c9f6b67
--NOT PART OF DEFAULT BUILD--
...
XMLterm changes only.
Changes to get XMLterm working with the new jar packaging.
2000-09-24 14:33:30 +00:00
svn%xmlterm.org
a1beef71ba
--NOT PART OF DEFAULT BUILD--
...
XMLterm changes only.
Recent changes to nsChromeProtocolHandler.cpp have caused chrome HTML files to lose their XPConnect privileges. This meant that content/xmlterm.html could no longer access the XMLTermShell object. This checkin provides a somewhat clumsy workaround for that problem, to get XMLterm working with NS PR3/6.0.
2000-09-24 14:22:11 +00:00
svn%xmlterm.org
d593167ca2
--NOT PART OF DEFAULT BUILD--
...
XMLterm changes only.
Fix to handle click events in inserted HTML fragments properly.
2000-09-24 14:13:21 +00:00
hyatt%netscape.com
957c151659
48758. r=ben,saari, a=waterson
2000-09-22 05:02:20 +00:00
cls%seawood.org
d72a73a7f5
adding missing path separators
2000-09-21 07:59:26 +00:00
warren%netscape.com
075350b1c8
Landing jar packaging from jar_restructuring_branch. r=hyatt,dprice,sfraser,dveditz,vishy,sgehani
2000-09-20 19:35:24 +00:00
cls%seawood.org
3153cb138c
Added include so that LOAD_FLAGS_NONE is actually found. Now, maybe the ports will go green...err, orange again.
2000-09-20 19:26:44 +00:00
mkaply%us.ibm.com
cd75bd06bd
Tinderbox bustage - Ports SUNOS, Ports LinuxPPC
...
locka missed a LoadURI in xmlterm
a=leaf
2000-09-20 16:22:06 +00:00
svn%xmlterm.org
58caeb6d6f
--NOT PART OF DEFAULT BUILD--
...
XMLterm changes only.
Fixed missing caret problem. Updated jar.mn for locale stuff.
2000-09-19 23:01:42 +00:00
svn%xmlterm.org
701fadcc0a
--NOT PART OF DEFAULT BUILD--
...
XMLterm changes only.
Locale chrome changes. Added makefiles to handle xmltermOverlay.dtd
2000-09-19 22:58:39 +00:00
warren%netscape.com
5fa0c45160
Fixed comment
2000-09-18 00:28:41 +00:00
rayw%netscape.com
d39d9e6d59
Bug fix for 52648 -- remaining stash of progids which I missed on
...
the mega-change yesterday. This will fix a few more issues.
r=warren
2000-09-14 23:20:49 +00:00
mjudge%netscape.com
a2fa9edcb5
small but pervasive change to make nsIDOMSelection an xpidl interface. also broke it into 2 interfaces, nsISelection and nsISelectionPrivate. moved nsIDOMSelectionListener also to xpidl. these new idl files live in layout/base/public. r=sfraser, r=anthonyd bug 48575
2000-09-14 11:45:01 +00:00
mcafee%netscape.com
136216c8bf
First add. Not part of build, need to add makefile stuff.
2000-09-14 04:44:28 +00:00
mcafee%netscape.com
6238e0cbff
Adding accelerators for xmlterm, irc (51418). r=pavlov
2000-09-14 04:43:19 +00:00
rayw%netscape.com
6cc70ebd6c
Bug 37275, Changing value of all progids, and changing everywhere a progid
...
is mentioned to mention a contractid, including in identifiers.
r=warren
2000-09-13 23:57:52 +00:00
mcafee%netscape.com
166b4a80f5
Playing position games to get menus to show up in the right order (51418).
2000-09-13 09:38:02 +00:00
scc%mozilla.org
1ff3cc8a63
fixing code that relied on implicit string construction
2000-09-02 21:26:17 +00:00