Commit Graph

3348 Commits

Author SHA1 Message Date
samuel%sieb.net
adfb524110 Bug 92933 - correct tab selection
r=rginda
chatzilla only
2002-02-19 21:07:34 +00:00
dbradley%netscape.com
5372835bdb Bug 119382 - attribute nsIIDPtr IID considered harmful - This patch makes it an error to declare an attribute named IID or a method named getIID. r=jband, sr=jst 2002-02-19 14:48:00 +00:00
cathleen%netscape.com
124339899e eliminate nsCRT::strlen for char* strings (part 1), bug 124536 r=dp sr=brendan 2002-02-19 07:36:56 +00:00
dbaron%fas.harvard.edu
5e66f4b2c6 Fix Windows bustage. b=79091 2002-02-19 03:06:00 +00:00
dbaron%fas.harvard.edu
ae1eb32ae0 Create a small service in the content library to allow inspector to avoid bad link-time dependencies on CSS code. b=79091 r=attinasi,beard sr=shaver 2002-02-19 02:09:06 +00:00
oeschger%netscape.com
11046938bb removing references to instant messenger in table of contents, plus fixing some typos in the ids of the topics, bug=122806, r=rudman 2002-02-19 02:01:41 +00:00
rayw%netscape.com
b4273a3c1d Added conditional in makefiles and build module to enable or disable
MOZ_WSP.  This was only done inside of the MOZ_SOAP defines.  Tested
build with and without SOAP define.  This permits SOAP to be built
without web service proxies.  Related to bug 107795, but needed
whether or not SOAP becomes part of default build.

sr=vidur.  SOAP is not part of default build.
2002-02-18 23:38:07 +00:00
dbragg%netscape.com
c1fdf8f91b Fix for bug 91721. The UI changed to use list boxes for both content packs
and language packs. This is more consistant and approved by UE group.  Obsolete
packs are now displayed with (needs update) next to them and are unselectable
by the user.  This is done using a rule in the pref-contentpacks.xul file.
r=tao, sr=alecf.
2002-02-18 23:18:46 +00:00
peterv%netscape.com
d41764cfd1 Fix for bug 126214 (peterv broke XSLT system-property function). r=sicking, sr=jst. 2002-02-18 22:52:54 +00:00
samuel%sieb.net
c48ef1c7be Bug 122347 - fix non-http links
r=rginda
chatzilla only
2002-02-18 22:50:59 +00:00
rayw%netscape.com
97704ccd07 More edits, fixes, beautification, links, TOC.
This is documentation, and not part of any build.
2002-02-18 18:44:16 +00:00
peterv%netscape.com
ef953b6332 Keep SOAP building on Mac. Not part of the default build. 2002-02-18 15:55:05 +00:00
peterv%netscape.com
1716e524f5 Keep SOAP building on Mac (Need to cast the NS_LITERAL_STRING to const nsAString& to make it compile on CW on Mac). Not part of the build.
<jag> Forte sucks.
2002-02-18 15:54:39 +00:00
rayw%netscape.com
8ae460924e More edits and beautification.
SOAP, and especially this document, is not part of the default build.
2002-02-18 14:44:56 +00:00
samuel%sieb.net
01708ce9e0 Bug 123604 - make all commands lowercase after they are entered
r=rginda
chatzilla only
2002-02-18 07:05:14 +00:00
samuel%sieb.net
f1c12bed86 Bug 126109 - remove space from ctcp commands that have no parameters
r=rginda
chatzilla only
2002-02-18 06:13:33 +00:00
samuel%sieb.net
8a7579aa1e Bug 126094 - fix chatzilla's issues with apostrophes
r=rginda
chatzilla only
2002-02-18 06:11:07 +00:00
bbaetz%student.usyd.edu.au
775ea0867d Bug 109600 - PAC script breaks chatzilla
Bug 71565 - socks proxy doesn't work with chatzilla

Chatzilla's urls need to be standardurls, not simpleuris

r=rginda, chatzilla only
2002-02-18 03:53:08 +00:00
rayw%netscape.com
5b582f5624 I found three small but important errors in type identification processes.
Two of them involve the missing classes Struct and AnySimpleType, which I
have been able to fake out.  The third involves the identification of the
type of the array.  When identifying the type of a variant, interface means
that it contains a struct.  but I was using the same method to identify the
type of an array, where interface always means you don't know the type (since
variants show up as interfaces in this case and even nested arrays are
variants).

SOAP is not part of default build.
2002-02-18 03:46:45 +00:00
rayw%netscape.com
1b155b2f81 More fixes to docs.
SOAP is not part of default build.
2002-02-18 00:40:50 +00:00
rayw%netscape.com
4d8a166e95 Yet another much-improved version of the SOAP documentation.
SOAP is not part of the default build.
2002-02-18 00:17:09 +00:00
rayw%netscape.com
dfbbfde69a More edits and enhancements of the SOAP API documentation...
SOAP is not part of the default build.
2002-02-17 18:08:26 +00:00
cbiesinger%web.de
4ffd3b9c08 bug 109442 r=cls
extensions/ctl/src/* hardcodes -lgmodule
2002-02-17 10:32:48 +00:00
rayw%netscape.com
b52b607f56 Checking in first stab at SOAP API documentation.
This file is not presently built, and SOAP is not part of default build.
2002-02-16 21:57:58 +00:00
dbaron%fas.harvard.edu
59892aa65e Remove more no-longer-needed nsComponentManager::RegisterComponent calls. Remove remnants of NS_IMPL_IDS macro, associated with long-gone NS_DECLARE_ID. b=125782 r=dougt rs=jag 2002-02-16 16:18:13 +00:00
rayw%netscape.com
4a5f889db8 Added check for null schema type being passed in. Also made the type
not specified where it was AnyType or could be trivially derived from
the element name and namespaceURI being used.

SOAP is not part of default build.
2002-02-16 12:25:11 +00:00
rginda%netscape.com
56c873919e - venkman only -
add ending quotes to format strings which might otherwise end in quotes.
2002-02-16 11:03:05 +00:00
rginda%netscape.com
5cd90a662f - venkman only -
move the sort test into it's own function.
2002-02-16 11:02:23 +00:00
rginda%netscape.com
825e68b529 - venkman only -
add dumpscripts command to list all js files on the current window.
2002-02-16 11:01:06 +00:00
rginda%netscape.com
83f80309b6 - venkman only -
if (0) out the targetWindow stuff until window modality/enable stuff is sorted out.
2002-02-16 11:00:34 +00:00
rayw%netscape.com
5473c69a0f Last issues for SOAP review by Heikki and others.
SOAP is not part of default build.
2002-02-16 08:01:15 +00:00
morse%netscape.com
beecc4e723 bug 119812, js error in cookie manager dialog, r=sgehani, sr=alecf 2002-02-16 01:30:04 +00:00
alecf%netscape.com
177e0f3c5a *sigh*
fix "ctl" bustage, whatever the heck that is
2002-02-15 16:19:45 +00:00
rayw%netscape.com
2c25fd5808 A bunch of minor fixes from Heikki's reviews. Passes my tests.
SOAP is not part of default build.
2002-02-15 15:54:20 +00:00
dbaron%fas.harvard.edu
5565ec6cf2 Attempt to add nsICookieConsent.idl correctly this time, although mac builds will still need kicking. b=113143 2002-02-15 14:39:55 +00:00
rayw%netscape.com
a984f8f541 Minor whitespace sdjustments.
SOAP is not part of default build.
2002-02-15 12:30:43 +00:00
rayw%netscape.com
956a9ed9b2 Changed type of uri attribute in verifySource header to anyURI.
SOAP is not part of default build.
2002-02-15 12:17:17 +00:00
rayw%netscape.com
43d4539fda Attempts to patch-up incomplete type hierarchy in nsISchema.h, lack
of inheritance among builtins, and lack of AnySimpleType.  Commented
lines will have to eventually be reenabled when AnySimpleType is
produced.

SOAP is not part of default build.
2002-02-15 12:10:03 +00:00
rayw%netscape.com
ba192b6e3e Standardize use of Truncate.
SOAP is not part of default build.
2002-02-15 11:35:09 +00:00
rayw%netscape.com
676939544c Whitespace fixes.
SOAP is not part of default build.
2002-02-15 11:02:43 +00:00
rayw%netscape.com
e3f8c4ff5c Whitespace fixes.
SOAP is not part of default build.
2002-02-15 10:48:16 +00:00
rayw%netscape.com
d5dfe5563b Added whitespace in front of comments.
SOAP is not part of default build.
2002-02-15 10:25:28 +00:00
morse%netscape.com
3c684100ee fix mac bustage 2002-02-15 03:56:08 +00:00
morse%netscape.com
b898d4522b bug 113143, cookie module to call compact-policy parser, r=sgehani,harishd, sr=jag 2002-02-15 03:01:32 +00:00
vidur%netscape.com
4ccb3ba47e Made anyType be the base of array. This is not part of the default build. 2002-02-15 01:54:49 +00:00
vidur%netscape.com
bccfef500d Reverted to having a cannonical namespace for schema and SOAP builtin types rather than maintaining two sets of each. For arrays with unspecified xsi:arrayType, the dimension is now 0. 2002-02-15 01:17:27 +00:00
vidur%netscape.com
898e2241e6 Remove linux warnings. This is not part of the default build. 2002-02-15 01:15:51 +00:00
vidur%netscape.com
efe6eccdee Correctly deal with nsIVariant in type conversion. This is not part of the default build 2002-02-15 01:14:27 +00:00
shanjian%netscape.com
834182b3ba #119377 NS crashes if use universal Charset detector on in frame
Added some range verification when calculating order.
r=nhotta, sr=brendan
2002-02-15 00:38:23 +00:00
rayw%netscape.com
c0d95a0fd1 Added error reporting mechanism, and called it in quite a few places. Also
eliminated use of multiple SOAP encoding URIs, and now only rely on the 1.2
with aliasing that can output 1.1.

SOAP is not part of default build.
2002-02-14 23:00:58 +00:00