Commit Graph

22394 Commits

Author SHA1 Message Date
cyeh%netscape.com
7f5e619879 backout matt fisher change to navigator.xul. it was causing a crash
on macintosh, a hang on win32, and a startup crash on Linux.
1999-04-06 17:30:05 +00:00
ramiro%netscape.com
8de88ee40c The (x,y) components of the bounds are always zero. Dont change
them here or the compositor (and other things probably) freaks out.
1999-04-06 13:23:08 +00:00
ramiro%netscape.com
67a963d871 Add SetClip{Rect,Region} tracing debug code. 1999-04-06 13:22:21 +00:00
ramiro%netscape.com
f161d44deb Add #ifdef copy flag debug printfs. 1999-04-06 12:48:46 +00:00
ramiro%netscape.com
d6fae6175b Backout pavlov refcount/cleanup changes. They are causing core dumps in
strange places.
1999-04-06 12:45:23 +00:00
dp%netscape.com
4c4cf91bec Removing (char *) casts. Better error checking in PlatformVersionCheck(). Thanks to Nicholas Ambrose <nick87@hotmail.com> for the patch 1999-04-06 08:52:51 +00:00
mccabe%netscape.com
55378a7495 - Made xpidl build conditional on BUILD_XPIDL for win32 and unix
- Made win32 xpidl use glib-1.2 (instead of 1.1.)
1999-04-06 08:33:40 +00:00
dp%netscape.com
10c331806e Caching of commonly used registry keys. Patch from Nicholas Ambrose <nick87@hotmail.com>. Thanks nick. 1999-04-06 08:26:38 +00:00
nisheeth%netscape.com
cf5709e548 Fixing well-formedness errors reported by expat. 1999-04-06 08:25:39 +00:00
nisheeth%netscape.com
bfc73dae1e 1) Fixed a mistaken assumption made by the XML error handling code in nsExpatTokenizer. It no longer treats the error location returned by expat as being relative to the current XML chunk being parsed. Instead, the error location is considered to be relative to the start of the XML file. The lengths of incoming XML chunks are added to a new member variable, mBytesParsed. When an error occurs, we subtract mBytesParsed from the error location returned by expat to give us the offset of the error in the XML chunk.
2) When nsWellFormedDTD sees an error token, it dumps the error to cerr and notifies the content sink about it.  This is a temporary solution.  The right behavior is for the browser to show the error in the content window which, currently, happens only for .XML documents.  XUL and RDF files use their own content sinks which do not implement error handling.  This needs to change so that code is shared among the XML, RDF, and XUL content sinks. I do not want to fix error handling by just cutting and pasting the error handling code from the XML content sink into the RDF and XUL content sinks.
1999-04-06 08:17:03 +00:00
waterson%netscape.com
cfa2d49dc8 Fixed a _big_ memory leak: circular reference between the document, content sink, and parser. Now the document releases the parser immediately after telling it to start parsing. 1999-04-06 07:48:21 +00:00
grail%cafebabe.org
eec879dd3c Patch from Joel York to implement the overloaded BerkeleyStore.getFolder(). 1999-04-06 07:24:43 +00:00
sspitzer%netscape.com
ac0148cc01 don't use the throbbing N for the busy, use the animated gif built from
anims00.gif - anims29.gif
1999-04-06 07:14:33 +00:00
sspitzer%netscape.com
7c1d7cde16 build the tests by default 1999-04-06 06:47:47 +00:00
sspitzer%netscape.com
08472ff074 have the throbber point to www.mozilla.org, not www.netscape.com 1999-04-06 06:47:05 +00:00
waterson%netscape.com
80fb2b4d81 Made nsXULAttribute implement nsIDOMAttr, and made nsXULAttributes implement nsIDOMNamedNodeMap. Updated the nsRDFElement accordingly, and implemented GetAttributes() and Set/GetAttributeNode(). 1999-04-06 06:40:31 +00:00
waterson%netscape.com
ce240512e7 Added dom-test-2.xul. 1999-04-06 06:38:42 +00:00
waterson%netscape.com
e26fae5d0e Initial revision. 1999-04-06 06:37:52 +00:00
waterson%netscape.com
fa92c9eafd Regenerated using long-long instead of PRTime. 1999-04-06 06:36:50 +00:00
waterson%netscape.com
12bc6d7a7b Add contentframe.html to INSTALL. 1999-04-06 06:28:52 +00:00
warren%netscape.com
fc6081b382 Replaced nsIProtocolConnection argument with nsISupports generic context. 1999-04-06 06:11:51 +00:00
warren%netscape.com
dd6e16e1f3 Fixed to work, but don't try it for a directory with too many files! 1999-04-06 06:11:23 +00:00
warren%netscape.com
3710889772 Added GetIThread method 1999-04-06 06:09:15 +00:00
sspitzer%netscape.com
98751eeb1e added lines for anims15.gif - anims29.gif 1999-04-06 06:08:55 +00:00
sspitzer%netscape.com
d84d4ae57e getting rid of the throbber.
Mozilla is from mozilla.org
Communciator is from www.netscape.com
1999-04-06 06:06:00 +00:00
pavlov%pavlov.net
6955e85efd refcounting cleanups. more to come. 1999-04-06 05:50:37 +00:00
tague%netscape.com
31fc311de3 Fixed bug #3867: nsIWin32Locale::GetPlatformLocale not returning the correct value for en_US 1999-04-06 05:46:29 +00:00
bienvenu%netscape.com
dbe5e0e2de more work on threading interfaces, plus i18n change 1999-04-06 05:44:37 +00:00
waterson%netscape.com
ed344a60c0 Add registry.rdf to INSTALL target. 1999-04-06 05:36:52 +00:00
karnaze%netscape.com
3a62df19c9 bug 4295 - anonymous table frame for caption is part of frame tree 1999-04-06 05:19:38 +00:00
alecf%netscape.com
e6ced9c464 output results of new factory's CreateInstance() 1999-04-06 05:06:47 +00:00
troy%netscape.com
0439adf764 Changed ContentAppended() and ContentInserted() to work correctly
if the parent frame has :before or :after pseudo-elements
1999-04-06 04:58:05 +00:00
warren%netscape.com
a9edb098e8 Fixed refcount problems. 1999-04-06 04:57:44 +00:00
alecf%netscape.com
3bc785d95b resolve libreg unresolved symbols 1999-04-06 04:54:00 +00:00
spence%netscape.com
52fbc442fd netlib protocol dialogs 1999-04-06 04:48:23 +00:00
karnaze%netscape.com
49da190d0f preliminary work for bug 4534 1999-04-06 04:47:18 +00:00
spence%netscape.com
7bec300981 fixes for netlib protocol dialogs 1999-04-06 04:41:50 +00:00
alecf%netscape.com
ca6e9c7f04 remove unused variable 1999-04-06 04:40:01 +00:00
alecf%netscape.com
5f172faeca resolve undefined symbols and fix library dependancies 1999-04-06 04:37:50 +00:00
sspitzer%netscape.com
a86bf203b6 fix my build breakage 1999-04-06 04:36:28 +00:00
alecf%netscape.com
1598cc30cf add libreg for xpcom 1999-04-06 04:30:26 +00:00
troy%netscape.com
8c0d3b76c9 Changed FindFrameWithContent() to ignore frames associated with
generated content
1999-04-06 04:29:31 +00:00
alecf%netscape.com
0195b45486 fix various unused and uninitialize variables, newline at end of file, etc. 1999-04-06 04:27:51 +00:00
alecf%netscape.com
8db7161075 remove various unused variables, fix some signed/unsigned problems, fix some sscanf/printf format strings 1999-04-06 04:26:14 +00:00
sspitzer%netscape.com
8bdd0acb57 added newsParser 1999-04-06 04:26:13 +00:00
sspitzer%netscape.com
090b13c235 add the newsParser test 1999-04-06 04:23:42 +00:00
sspitzer%netscape.com
198913d00e add newParserTest to the tests 1999-04-06 04:23:17 +00:00
sspitzer%netscape.com
ccf8bbb911 quiet egcs / gcc.
(the windows compiler will compile ANYTHING, or windows people like to ignore
warnings.)

update the arguments to Open().  This code has suffered bit rot.
1999-04-06 04:22:45 +00:00
mscott%netscape.com
e86d8d8bd5 Fix mismatched allocation/deallocation routines for the buffer in nsBufferedStream. 1999-04-06 03:26:23 +00:00
pavlov%pavlov.net
45e6de7d85 remove extra member that wasn't being used. 1999-04-06 03:25:34 +00:00