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

182 Коммитов

Автор SHA1 Сообщение Дата
mscott%netscape.com b7f64fc0df include config.mak to fix build breakage. 1999-07-29 02:16:06 +00:00
briano%netscape.com ea37bbc00a Trivial elimination of some pointless macros as discussed in bug 8568. Approved by leaf@mozilla.org. 1999-07-29 01:18:12 +00:00
nisheeth%netscape.com 1458ecf3e7 Adding a new parameter, aMode, to nsIContentSink::AddDocTypeDecl. 1999-07-28 06:56:05 +00:00
briano%netscape.com d99daeea9b Cleaned it up and changed the name of libreg.{a,so} to libmozreg.{a,so} to fix the conflict reported in bug 8568. 1999-07-27 23:27:44 +00:00
nisheeth%netscape.com d989be7cb3 - Move AddDocTypeDecl method from nsIXMLContentSink to nsIContentSink.
- Fix bug 8607 by passing the XML decl and the doctype decl from the expat tokenizer to the XML DTD.
1999-07-26 05:40:25 +00:00
ramiro%netscape.com 342b5083f1 Landing timer move on unix. 1999-07-17 14:22:51 +00:00
rickg%netscape.com b13f16c48a removed potential memory deref errors 1999-07-17 11:08:28 +00:00
valeski%netscape.com 6a1660c347 converted GetBuffer calls to ToNewCString for prunichar reasons 1999-07-07 14:38:39 +00:00
warren%netscape.com 9efa754f74 Added channel argument to nsIStreamObserver/nsIStreamListener/nsIProgressEventSink methods. 1999-07-07 08:08:40 +00:00
ramiro%netscape.com abf0cc4a0f Define the toolkit flags in one place an reuse that. Hopefully this will
put an end to the cut-n-paste insanity.
1999-07-07 04:38:18 +00:00
andreas.otte%primus-online.de 408686f70b some more ignorance 1999-07-03 08:35:42 +00:00
dveditz%netscape.com ac92b86ba4 makeile cleanups 1999-07-02 13:38:47 +00:00
ramiro%netscape.com b86c78a296 Separate the widget and gfx toolkits into two variables.
Instead of MOZ_TOOLKIT, we now have MOZ_WIDGET_TOOLKIT and MOZ_GFX_TOOLKIT.
There is also a new configure flag, --enable-gfx-toolkit which does what its
name implies.
The configure script should continue to work as before.
1999-07-02 13:06:48 +00:00
dveditz%netscape.com 5dd9cff22d Trying to fix Win32 dependencies. Lots of broken cut-n-paste makefiles 1999-07-02 11:50:19 +00:00
warren%netscape.com 8462929dda Renamed OnStartBinding/OnStopBinding to OnStartRequest/OnStopRequest (removing the redundant ones from necko). Numerous necko fixes. Necko now using nsIPrompt interface instead of nsINetSupport. 1999-07-01 19:30:20 +00:00
gagan%netscape.com a78cd1e21b Necko changes (from Andreas) 1999-06-29 00:26:25 +00:00
gagan%netscape.com ed2b503c50 Added Makefile.in for Linux builds. 1999-06-28 23:38:33 +00:00
ramiro%netscape.com 05ae9c3868 Changes to turn gfxps into a true component. Thanks to alecf@netscape.com
for providing the base patch.
1999-06-25 09:38:26 +00:00
warren%netscape.com 23864df5e3 Renamed nsIURL to nsIURI in preperation for necko. More NECKO ifdefs too. 1999-06-23 03:29:44 +00:00
valeski%netscape.com 487d9ea921 NECKO ifdef (ifdef'd _off_ by default) this checkin should not impact anything. checkin approved. If someone runs into a problem, call me at 303.546.0061. 1999-06-18 17:34:08 +00:00
briano%netscape.com d6be4cf10e Fix for FreeBSD 2.x. 1999-06-09 21:28:28 +00:00
briano%netscape.com e9e302b454 Handle the (Unix) platform-specific DLL naming conventions properly. 1999-06-04 22:17:30 +00:00
blizzard%redhat.com 68ae059187 remove hard coded toolkit name 1999-05-28 04:12:24 +00:00
alecf%netscape.com 309e5c90c5 fix bustage by adding the right libraries 1999-05-26 07:52:14 +00:00
dp%netscape.com 0443b20e33 Landing xpcom20/21 branch. 1999-05-26 01:38:36 +00:00
sspitzer%netscape.com 4368726eed make destructors virtual 1999-05-13 02:25:13 +00:00
sspitzer%netscape.com e357d2c96a make destructor virtual 1999-05-13 02:11:09 +00:00
bruce%cybersight.com b375ec7b75 Remove -lnetlib from link lines. Not needed. 1999-04-28 05:30:09 +00:00
harishd%netscape.com 79332a294b For handling illegal-contents in tables 1999-04-15 20:16:24 +00:00
rickg%netscape.com 793288a149 update to sync up with new nsString 1999-04-05 08:50:07 +00:00
jdunn%netscape.com 68d3052d06 Add library for linking 1999-03-31 23:02:11 +00:00
leaf%mozilla.org 0a0f5ac00f Landing nspr library name change, and plevent function call change. 1999-03-17 21:32:03 +00:00
kostello%netscape.com 0e78c7b794 Added nsIHTMLContentSink::DoFragment() method.
Added support for conversion of HTML entities in output
1999-03-15 05:08:36 +00:00
ramiro%netscape.com 846235af9b Make it possible to prefix mozilla dlls that conflict with system dlls. 1999-03-12 12:43:04 +00:00
warren%netscape.com c50687b845 nsRepository -> nsIComponentManager changes. 1999-03-09 09:44:27 +00:00
nisheeth%netscape.com 61aa27804d Changed nsIContentSink->NotifyError() to accept an nsParserError argument. This change is needed for propagating errors from the new expat parser. 1999-03-06 02:01:11 +00:00
kipp%netscape.com fa71722cc2 use macro to get operator new correct 1999-02-26 19:57:18 +00:00
ebina%netscape.com 57d546ef7a Changing RegisterFactory to use the new API. 1999-02-26 19:08:57 +00:00
mcafee%netscape.com 39d3c75958 Fixing libreg breakage 1999-02-16 01:40:50 +00:00
peterl%netscape.com 515034c013 changed all html tags to lower case 1999-02-12 06:17:06 +00:00
mcafee%netscape.com b1365a419d Ignore generated Makefiles 1999-02-02 06:11:26 +00:00
mcafee%netscape.com 264f3fa15d htmlrobot test now builds on Linux 1999-02-02 03:21:01 +00:00
dcone%netscape.com 3cdea58bbf Changed include 1999-01-09 01:19:49 +00:00
warren%netscape.com b22a4e72fd Networking changes: Reworked nsIURL, adding setters, factoring Open. Unsigned arguments for nsIStreamListener. 1998-12-16 05:40:20 +00:00
vidur%netscape.com c02f5ba512 Work in progress of async loading of SCRIPT and STYLE with SRC attributes. Content sinks can now return a BLOCK_PARSER return code, forcing the parser to block. nsIParser::EnableParser can be used to unblock. Also introduced nsIContentSink::SetParser. 1998-12-11 17:02:37 +00:00
ramiro%netscape.com 2009b728de Add cvsignore entries for makefiles generated bu autoconf. 1998-12-05 09:07:33 +00:00
rickg%netscape.com 76db531ba0 improvements to recursively parser calls 1998-11-26 02:55:59 +00:00
cyeh%netscape.com e9d3c67427 Removing static makefiles as a part of the transition to Autoconf. I have taken great
care to only remove makefiles affailiated with building nglayout. I have also verified that
the build at this point in time succesfully builds with autoconf.

If you must recover one of these makefiles, you can use the static tag STATIC_MAKEFILES.
If I removed a makefile that you need, please e-mail cyeh@netscape.com.
1998-11-21 00:34:32 +00:00
vidur%netscape.com b50f048796 Added XML display support. Added NotifyError method to nsIContentSink 1998-11-11 22:04:42 +00:00
rickg%netscape.com 543057268e changed contentsink API to support XML 1998-11-10 04:20:40 +00:00
cls%seawood.org 609f087498 New autoconf files for nglayout 1998-10-28 03:53:57 +00:00
warren%netscape.com 34f3c0ef88 Renamed NSRepository to nsRepository. 1998-09-01 00:26:28 +00:00
kipp%netscape.com b21695d77f Removed the PushMark method 1998-08-28 16:18:14 +00:00
scullin%netscape.com 1c67c70c5d Checked in api changes and some other small changes from the branch. 1998-08-14 23:08:54 +00:00
spider%netscape.com 5b4bd4898e XPCOM'ing the parser. Use repository to get a parser now. 1998-07-30 22:42:27 +00:00
rickg%netscape.com eea402a5ac fixed attribute bug and factored DTDDebug interfaces 1998-07-29 23:43:20 +00:00
rpotts%netscape.com bd11b1339b Added IStreamListener::OnStatus(...)... 1998-07-24 10:02:50 +00:00
rpotts%netscape.com 89c718204b IWebShell now supports a single observer... 1998-07-22 11:19:54 +00:00
kipp%netscape.com 6eef05bf6b Port to new nsIWebShell and related API's 1998-07-18 21:47:56 +00:00
rpotts%netscape.com 14a8c49f35 Added nsIURL argument to the nsIStreamListener interface 1998-07-15 22:38:01 +00:00
kipp%netscape.com ff0f90c7e9 Revised sink API's and others to be more xpcom'ish 1998-07-15 22:30:39 +00:00
rpotts 415ca2fc2a Changed nsIStreamListener to nsIStreamObserver... 1998-07-01 11:11:44 +00:00
jevering dc8bab4351 Removed parser's knowledge of the Parser Debugger.
The Parser debugger has been moved out and renamed to DTDDebugger since this actually what it is doing.
I cant totally remove the DTDDebugger parameter passed to the parser under the DTD creation is somehow moved from the parser.
1998-06-25 01:42:50 +00:00
michaelp 9050fae501 fixed build. 1998-06-23 05:26:58 +00:00
rickg 813cf95318 fixed API mismatch 1998-06-23 01:35:25 +00:00
rickg 0b9c578eb7 more bug fixes; changed nsHTMLParser to nsParser. 1998-06-19 01:00:27 +00:00
jevering c9ea1fcbd5 Forgot to check in the robot changes for new object. 1998-06-18 23:26:55 +00:00
jevering ac1adb9e57 Fixed up the base dubugrobot function.. mostly cleaning up.
Properly setting the verification directory.
1998-06-12 01:35:36 +00:00
rpotts 8023a4d901 Minor changes to nsIStreamListener interface... OnStartBinding(...) now passes out the stream content-type. User visible strings are now nsString arguments (for subsequent i18n) 1998-06-04 05:09:32 +00:00
jevering eed87817d1 Dont process anything but html files from within the debug robot.
ProcessLink() ignores anything else using a gawd-awful nasty hack.
1998-06-04 01:19:25 +00:00
kipp bd98127a5a Use new loadurl api 1998-06-01 19:51:19 +00:00
jevering 0abd8e75a7 Changing the debug robot to be able to cope with the parser push model.
Updated the robot sink apis.
Fixed the global url holder in the destructor of the parser.
Changed the robot observer to set a flag when completed parsing of a
url so that it doesn't create lottsa little parsers.
1998-05-28 00:21:34 +00:00
rickg f094a021d8 temp. comment out call 1998-05-21 22:19:40 +00:00
jevering 480da7ee1f Debug Robot work. 1998-05-19 19:06:59 +00:00
jevering 870f824e53 Adding visual mode. 1998-05-14 22:16:51 +00:00
jevering ed948bff38 Fixed robot walking somewhat.. needs more cleaning. 1998-05-14 21:47:33 +00:00
jevering 49d0a3bce9 Moved to .\test 1998-05-14 17:42:08 +00:00
jevering b98517cfd4 used to be the RobotMain but now is the function DebugRobot to be
added to the viewer.
1998-05-14 01:08:06 +00:00
jevering 5cef8d4242 Pulled the DebugRobot out into separate DLL
Moved the test code in the robot/test directory.
1998-05-14 01:05:56 +00:00
jevering b3fc9494a7 Fixed compilation error by adding appropriate new nsIHTMLContentSink
members to the RobotSink class.
1998-05-13 21:45:24 +00:00
jevering 1ba78084a0 Fixed build problems. 1998-05-13 17:55:04 +00:00
kipp 4717009d75 moved to pub 1998-04-13 20:24:54 +00:00