Commit Graph

36054 Commits

Author SHA1 Message Date
gagan%netscape.com
f182cc62db Added a new MANIFEST file for nsHTTP stuff. 1999-08-04 16:12:30 +00:00
brade%netscape.com
49a9848e04 fix build bustage by adding path to dist/editor before all other paths 1999-08-04 15:18:33 +00:00
brade%netscape.com
f457a929d1 rearrange so xul widgets are separate from html 1999-08-04 15:07:54 +00:00
terry%mozilla.org
d7c3778e02 Patch by msrex@suse.de -- don't send mail to the same address more
than once (in case our mail transport is too stupid to remove the dups
for us).
1999-08-04 15:07:28 +00:00
gagan%netscape.com
46143f3127 POSTing works now. 1999-08-04 15:07:26 +00:00
brade%netscape.com
aaefb3ff79 change to "More/Fewer" and fix references to "Additional Edit..."; reformat 1999-08-04 15:06:53 +00:00
gagan%netscape.com
265933872a POST requests for HTTP work now! Go file bugs using apprunner now... 1999-08-04 15:06:51 +00:00
brade%netscape.com
8a5e81f46d change to "More/Fewer" and fix references to "Additional Edit..."; uncomment updating 1999-08-04 15:06:15 +00:00
gagan%netscape.com
a8bd69174a Added a temporary hack to get Referer fields with POST requests. This should/will/must go away... 1999-08-04 15:06:14 +00:00
dp%netscape.com
7e2f23ac4e Adding consistency checks on ReleaseService. 1999-08-04 09:36:12 +00:00
briano%netscape.com
231490f805 Automated update 1999-08-04 08:45:12 +00:00
ramiro%netscape.com
863374e917 Make sure the gcc + native case uses $(CXX) to build components
as Linux does.
1999-08-04 08:38:32 +00:00
jband%netscape.com
d7a6bea3c2 use LL_ZERO for initializing 64 bit values to fix Mac bustage 1999-08-04 07:45:38 +00:00
tague%netscape.com
6b08459339 Fix purify errors introduced in the scriptability landing 1999-08-04 07:16:00 +00:00
jband%netscape.com
0b4a14015d adding nsISupports wrappers for the primitive types including strings and nsIDs - here we register them for creation 1999-08-04 07:08:58 +00:00
dp%netscape.com
710fdbd02e adding changes suggested by brendan 1999-08-04 07:07:37 +00:00
jband%netscape.com
221ded4589 added files: mozilla/xpcom/ds/nsISupportsPrimitives.idl 1999-08-04 07:02:54 +00:00
jband%netscape.com
522a0fee69 added files: mozilla/xpcom/ds/nsSupportsPrimitives.cpp 1999-08-04 07:01:10 +00:00
jband%netscape.com
589e60fed8 adding nsISupports wrappers for the primitive types including strings and nsIDs 1999-08-04 06:57:38 +00:00
jband%netscape.com
95cfebf717 adding PRUnichar as a type we can talk about in idl 1999-08-04 06:53:48 +00:00
morse%netscape.com
57941b7025 fix miscellaneous bugs 1999-08-04 06:32:39 +00:00
morse%netscape.com
5cac71a7fe fix miscellaneous bugs 1999-08-04 06:25:46 +00:00
brendan%mozilla.org
455b45a12b Shaver and I are @mozilla.org. 1999-08-04 06:24:33 +00:00
jband%netscape.com
a727000940 adding modifications to support enumeration of interfaces from Robert Ginda <rginda@ix.netcom.com>. Also extending nsIXPCScriptable to support a set of flags - the only one implemented now allows for indicating that the objects static properties shouyld not be enumerated 1999-08-04 06:22:27 +00:00
waterson%netscape.com
604387549f Bug 9250. Predefined entities should be case sensitive; update so that they are all lower case. 1999-08-04 06:18:40 +00:00
morse%netscape.com
e84c2b1fc2 fix miscellaneous bugs 1999-08-04 06:16:40 +00:00
waterson%netscape.com
0f68422ab8 Let's try that again. 1999-08-04 06:13:06 +00:00
jband%netscape.com
d8830cee22 adding modifications to support enumeration of interfaces from Robert Ginda <rginda@ix.netcom.com> 1999-08-04 06:13:05 +00:00
waterson%netscape.com
b3cdfa7d3b Re-added as binary. 1999-08-04 06:10:27 +00:00
waterson%netscape.com
b88bcac2a0 Removing flames.gif so I can re-checkin with -kb option. 1999-08-04 06:09:56 +00:00
jband%netscape.com
63a28cec83 make sure that NS_NewHashtableEnumerator gets exported - yes I'm guilty for adding another global entry point 1999-08-04 06:05:29 +00:00
waterson%netscape.com
0a6a7275b1 Bug 9474. Use NodeList script object, _not_ HTMLCollection. Gutted code that was aggregating HTMLCollection. 1999-08-04 05:45:09 +00:00
peterl%netscape.com
915640813a route CSS declaration parsing through the CSSLoader's parsers 1999-08-04 05:09:01 +00:00
peterl%netscape.com
d0aa6adf45 fix uninitialized variable 1999-08-04 05:08:27 +00:00
peterl%netscape.com
c5b1c60850 route declaration parsing through subclasses 1999-08-04 05:08:04 +00:00
peterl%netscape.com
8efdd17690 route declaration parsing through the CSSLoader's parsers 1999-08-04 05:07:10 +00:00
peterl%netscape.com
7e3bd063e3 removed assert 1999-08-04 05:06:19 +00:00
waterson%netscape.com
22af1cc3cd Descend into sidebar directory. 1999-08-04 04:52:25 +00:00
waterson%netscape.com
13b57daf8a Add sidebar to dirlist. 1999-08-04 04:51:24 +00:00
danm%netscape.com
8b65870177 initialize what was an uninitialized variable. makes things better. 1999-08-04 04:31:01 +00:00
troy%netscape.com
efd8280343 Now uses frame manager 1999-08-04 04:02:40 +00:00
tague%netscape.com
d147b216a3 Fix memory leaks introduced while landing the scriptability changes to nsILocale 1999-08-04 03:46:34 +00:00
tague%netscape.com
2db628dd51 Fixed blamed build warning. No newline at end of file 1999-08-04 03:45:50 +00:00
troy%netscape.com
f36f1860ce added files: mozilla/layout/html/base/src/nsFrameManager.cpp 1999-08-04 03:43:26 +00:00
troy%netscape.com
02c969450e Added nsFrameManager.cpp to build 1999-08-04 03:39:54 +00:00
troy%netscape.com
886f6583d3 Initial check-in 1999-08-04 03:39:34 +00:00
troy%netscape.com
c1d3f6c6c8 Added nsIFrameManager.h to exported files 1999-08-04 03:39:18 +00:00
mcafee%netscape.com
28c4f4d101 REALLY backing pavlov out 1999-08-04 03:09:28 +00:00
mcafee%netscape.com
10137c49e3 Adding nsJSEditorLog::NormalizeTable() stub to fix breakage. a=melton 1999-08-04 02:51:05 +00:00
mccabe%netscape.com
a2cd4da365 Added missing ImporterTopLevel.java and ListenerCollection.java files to the source list.
Thanks to Andrew Wason <aw@softcom.com> for noticing this problem.
1999-08-04 02:50:47 +00:00