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

3366 Коммитов

Автор SHA1 Сообщение Дата
samuel%sieb.net db39988829 Bug 126109 - fixing regression from previous patch
r=rginda a=asa
chatzilla only
2002-02-22 07:12:48 +00:00
samuel%sieb.net 77cb503dbd incrementing version number
r=rginda a=asa
chatzilla only
2002-02-22 07:09:32 +00:00
rayw%netscape.com e16da53e21 Bustage fix. PRBool instead of bool, making OS2 red, fix to go green. 2002-02-22 03:09:21 +00:00
cotter%netscape.com 97999ad1be ongoing help content updates per 122806, r=oeschger; fixed broken glossary link. 2002-02-22 02:21:09 +00:00
peterv%netscape.com 9b8c4a42dd Bustage fix. Library, not Shared Library. 2002-02-22 01:30:21 +00:00
shanjian%netscape.com 3c54b457a8 #122081 Universalchardet leaks memory
The fix for the nsCharSetProber class declaration, plus fix for
nsUniversalDetector methods, which may cause another leak when the object is
reused after Reset().

Patch proposed by Takayuki Tamura
r=shanjian, sr/a=brendan
2002-02-21 23:16:51 +00:00
rayw%netscape.com e9532c1f4e This, with the one-liner Peter checks in, completely closes bug 107795.
r=heikki, sr=vidur, sr=jband, a=shaver.

This eliminates the MOZ_SOAP defining and checking from the makefiles,
from one .cpp file for conditional compiles, and from .html documentation
and tests (.html is only significant to human readers).

this enables SOAP in the default build, and has been tested on all
clean builds.
2002-02-21 23:15:08 +00:00
dbragg%netscape.com a95b15203d Fixing bug 126679. Added a closing parenthesis that should
have been there in the first place.  r=tao, sr=alecf, a=asa
2002-02-21 22:58:47 +00:00
peterv%netscape.com 780d28477e Interface got renamed as part of bug 119382, rename in implementation too. Bustage fix for WSDL. Not part of the build. 2002-02-21 14:29:21 +00:00
peterv%netscape.com 07d1d8dd39 Interface got renamed as part of bug 119382, rename in implementation too. Bustage fix for iiextras. Not part of the build. 2002-02-21 14:28:52 +00:00
peterv%netscape.com 4a10bd5605 First part of fix for bug 107795 (Enable SOAP in default builds). SOAP is still off after this check-in. sr=sfraser, a=shaver. 2002-02-21 14:15:55 +00:00
shliang%netscape.com adb99101e1 bug 117084 - fields in wallet viewer are too narrow - r=andreww, sr=hewitt 2002-02-20 06:52:30 +00:00
rginda%netscape.com 2379e64783 - venkman only -
add fbreak command to source view context menu
2002-02-20 06:45:47 +00:00
samuel%sieb.net 93ea378169 Bug 120153 - make /part always close the correct tab
r=rginda
chatzilla only
2002-02-20 06:19:08 +00:00
samuel%sieb.net 970f245e7d Bug 126418 - add '{' and '}' to not be included in channel links
r=rginda
chatzilla only
2002-02-20 06:16:42 +00:00
rginda%netscape.com e9124b4f9d - venkman only -
Adds a "Windows" child to the project view, which tracks all open windows.  Script tags and sub-windows are displayed as children of windows.  Users can now visit files even if they aren't loaded by the js engine.  Clicking on the margin of a line in a file which is not currently loaded by the engine sets a future breakpoint.  See also bug 110312.

find-url command exposed to the console.

fixed strict warning in the command-manager.
2002-02-20 05:58:39 +00:00
dbragg%netscape.com c7478fbb13 Updating the localeVersion to 0.9.9. Fixes bug 126240. r=tao, sr=dveditz 2002-02-20 03:18:10 +00:00
alecf%netscape.com 66e767c7b8 one part of fix for bug 107575 - clean up consumers of nsString::EqualsIgnoreCase and nsString::EqualsWithConversion, to be explicit about case-insensitive compares
r=timeless sr=jag
2002-02-19 22:49:12 +00:00
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