Граф коммитов

14236 Коммитов

Автор SHA1 Сообщение Дата
buster%netscape.com 4ccd89d7ff backed out Merge functionality because it doesn't compile on Mac. 1999-01-14 21:52:08 +00:00
mcmullen%netscape.com 349c48b044 First Checked In. 1999-01-14 19:46:11 +00:00
buster%netscape.com 125172ddb7 added pres shell to nsIEditor::Init 1999-01-14 19:41:38 +00:00
mcmullen%netscape.com fe44be0b3a Added #ifdefs to recent temp hack, to make it easy to turn the temp hack off. 1999-01-14 19:36:22 +00:00
pinkerton%netscape.com 21de80b0dc fix misunderstanding with params to SetText() 1999-01-14 18:57:44 +00:00
pinkerton%netscape.com ddb2c870bd fix misunderstanding with parameters in SetText() 1999-01-14 18:56:49 +00:00
buster%netscape.com b64bcb06c6 pass the pres shell to the editor init method 1999-01-14 18:52:16 +00:00
gagan%netscape.com c930035bb1 Fix the errors resulting from no Content-Length headers. 1999-01-14 18:47:38 +00:00
pavlov%pavlov.net d034ae6f97 fix bug 2352 1999-01-14 18:35:55 +00:00
dcone%netscape.com 5e976f650f Added files DeleteRangeTxn.cpp DeleteNodeTxn.cpp 1999-01-14 18:19:19 +00:00
buster%netscape.com 50d5211732 added DeleteElementTxn and DeleteRangeTxn, and added merging of text insertions.
added some better error checking on all transactions.
1999-01-14 18:02:45 +00:00
shaver%netscape.com fe030ddb6e updated API example in XPT_DoIDE 1999-01-14 17:35:14 +00:00
larryh%netscape.com 0499fb944f Diffs from John Fairhurst mjf35@hermes.cam.ac.uk for OS/2 1999-01-14 16:14:22 +00:00
waterson%netscape.com d3b9f0cf03 Rearranged stream and content sink stuff to be a part of base: content sink will eventually be replaced by a lower-level parser implementation. Improved the named data source handling. 1999-01-14 10:55:08 +00:00
ftang%netscape.com 8d41d4b0cc make UNIX build and run 1999-01-14 10:28:18 +00:00
ftang%netscape.com 61a437bcd2 fix the FastTableInit code 1999-01-14 08:49:03 +00:00
ftang%netscape.com 0a4bb956c9 fix the 0x00-0x20 and 0x7f problem nsUnicodeDecodeUtil.cpp 1999-01-14 08:22:31 +00:00
ftang%netscape.com da4a8ab725 fix charset is caseless bug 1999-01-14 07:46:17 +00:00
ftang%netscape.com 8ecdbda40a add ucvlatin, add cp1253, iso-8859-1, windows-1253 converter, change the nsIUnicodeDecodeUtil interface 1999-01-14 07:39:45 +00:00
ftang%netscape.com a267ebb98a add first check in 1999-01-14 07:35:24 +00:00
pierre%netscape.com 5c29b5f5e9 fixed build breakage 1999-01-14 07:30:02 +00:00
sfraser%netscape.com 2686e6ba4e Fix build bustage (adding method CreateFontAliasTable()) 1999-01-14 07:14:24 +00:00
pierre%netscape.com 1ace30709f Fix (part of) bug 2154: small-caps are displayed with the 'condense' attribute. 1999-01-14 07:12:07 +00:00
pierre%netscape.com b29a5d79cd Fixed the mouseRgn in WaitNextEvent in order not to continuously send mouseMoved events. 1999-01-14 07:02:28 +00:00
pierre%netscape.com 81bed3109b Fix (part of) bug 2154: small-caps are displayed with the 'condense' attribute. 1999-01-14 06:54:21 +00:00
rpotts%netscape.com 4276089019 Fixed up the signature for nsIContentViewerContainer::GetContentViewer()... 1999-01-14 06:49:59 +00:00
rpotts%netscape.com c62636aecb Added support for GetContainer()/SetContainer(). Added the OnStartURLLoad() notification to the DocumentLoadObserver... 1999-01-14 06:44:23 +00:00
rpotts%netscape.com 6bc178c55b Added OnStartURLLoad() notification which is called whenever the document loader has established a connection... 1999-01-14 06:37:11 +00:00
rpotts%netscape.com 1c0a96551e Added GetContainer() and SetContainer() methods which allow access to the ContentViewerContainer (ie webshell) associated with the document loader. 1999-01-14 06:34:56 +00:00
rpotts%netscape.com d4ef120540 Moved GetContentViewer() from nsIWebShell into nsIContentViewerContainer... 1999-01-14 06:33:54 +00:00
rpotts%netscape.com 20d092c7b8 Add some code that was lost from nsURL.cpp OpenStream(...). Use the nsIURLGroup if available to open the stream. This allows URL loads to be grouped together. 1999-01-14 06:12:36 +00:00
sfraser%netscape.com 7b6f99501f No longer call the static method of nsFontMetricsMac in StartDraw; since nsMacControl implements SetFont now, this is no longer necessary. 1999-01-14 05:50:56 +00:00
sfraser%netscape.com 08e4e851b4 Add a utility routine to set the port's text traits, and call it from GetWidth and DrawString. Also fix warnings with the ATSUI calls, and fix the ATSUI #ifdef so that it's possible to #ifdef out all calls to the ATSUI library. 1999-01-14 05:49:51 +00:00
sfraser%netscape.com 977e921c0f Override SetFont to setup the control font properly. Previously, it was being picked up from the port just before drawing, which no longer works after the font optimizations in GFX. 1999-01-14 05:48:29 +00:00
sfraser%netscape.com 96503f181b Fix for bug 2211, and other font rendering changes and fixes. Fix davidm's changes to avoid blowing the font cache, change the static function to return font information, rather than set it. 1999-01-14 05:47:20 +00:00
sfraser%netscape.com 9a281cb29a Override CreateFontAliasTable to tweak the font settings for Mac (specifically, use Courier in preference to Courier New for the fixed width font). Also #ifdef out the font num cache, now that nsFontMetricsMac is smarter about cacheing the font num. 1999-01-14 05:44:50 +00:00
sfraser%netscape.com f1856da182 Added FontManager lib, for the call to the MacOS 8.5 routine FetchFontInfo 1999-01-14 05:43:18 +00:00
sfraser%netscape.com 95f4527c07 Warnings fix (remove ; ) 1999-01-14 05:37:28 +00:00
troy%netscape.com 036e6852f2 Removed the content-parent frame pointer. Now we just have the one geometric
parent
1999-01-14 05:16:23 +00:00
troy%netscape.com cc9c6e9338 Fix for bug #2316. Added back some code I removed because I didn't think we
needed it, but without out it 'color' doesn't inherit properly
1999-01-14 05:14:11 +00:00
sfraser%netscape.com 1ef57d3970 Warning fix (remove ;) 1999-01-14 05:12:30 +00:00
endico%mozilla.org bda6ca4168 Be still more terse. 1999-01-14 05:00:43 +00:00
endico%mozilla.org 4f54984795 make the credits at the end of each page more terse 1999-01-14 04:53:30 +00:00
jband%netscape.com 067ae9e11f NOT PART OF SEAMONKEY - factored out data conversion routines, need to now make them handle datatypes not yet handled 1999-01-14 04:25:31 +00:00
endico%mozilla.org 88b6e54339 fix regexps to fix shaver's xpcom/tools/xpidl/ description bustage 1999-01-14 03:52:10 +00:00
dougt%netscape.com 40e9f44ed2 Initial Checkin of SilentDownload examples. 1999-01-14 01:48:18 +00:00
dougt%netscape.com d4d30d0239 Initial checkin of Silentdownload. This does not hook it up to the build
system.
1999-01-14 01:47:16 +00:00
alecf%netscape.com ddc82801fa move to new NSPR APIs 1999-01-14 00:45:46 +00:00
alecf%netscape.com f74cf47fc4 Ignore Makefile's 1999-01-14 00:42:15 +00:00
alecf%netscape.com a5a9878266 *** empty log message *** 1999-01-14 00:41:25 +00:00