Commit Graph

3420 Commits

Author SHA1 Message Date
morse%netscape.com
07e270716c bug 124024, remove 21ms regression introduced by checkin for 121161, r=dp, sr=brendan 2002-02-08 03:57:35 +00:00
harishd%netscape.com
610db26369 Added newlines to eof 2002-02-08 02:59:30 +00:00
harishd%netscape.com
75aa45fa1d P3P - compact policy support. b=104894, r=dp, sr=alecf 2002-02-08 02:52:11 +00:00
oeschger%netscape.com
5a71730a3b rdfification of help system per bug 124273, sr=waterson, r=hewitt, r=oeschger, authors=pwilson@gorge.net and oeschger 2002-02-08 01:45:36 +00:00
morse%netscape.com
fa64508953 bug 124065, add pref to ignore autocomplete, c=thieleke, r=morse, sr=alecf 2002-02-08 01:36:56 +00:00
rginda%netscape.com
ac356c0444 - venkman only -
add "open-dialog" command, bug 124158
2002-02-08 00:22:42 +00:00
mkaply%us.ibm.com
189bcb64dd #123023
r=timeless
Fix various syntactical errors in HTML files.
2002-02-07 23:13:42 +00:00
harishd%netscape.com
d1339c7272 remove existing p3p support 2002-02-07 22:51:17 +00:00
rayw%netscape.com
3c2d249bd8 Changes to the way schema information is interpreted: First, acknowledging
that both complex types and simple restriction types may have base types,
and secondly acknowledging that complex types may have simple content models.

SOAP is not a part of the default build.
2002-02-07 11:40:40 +00:00
rginda%netscape.com
0d91173a00 - venkman only -
add parameter list for "dumptree" command
2002-02-07 07:30:23 +00:00
rginda%netscape.com
4519c3331f - venkman only -
print command name on failure, not "[Object object]"
2002-02-07 07:29:37 +00:00
rginda%netscape.com
24b5b104be - venkman only -
add "dumptree" command.
change glob to globalObject in filter objects.
2002-02-07 07:29:01 +00:00
rginda%netscape.com
17b1b502f1 - venkman only -
fix issues with removing children from unparented records.
added (and commented out) some common debug dumps.
added debug functions tov_formatRecord/formatBranch
2002-02-07 07:27:22 +00:00
rginda%netscape.com
c360002f63 - venkman only -
fix bogus parse code.  Old code had problems when the last argument before an optional was missing.
2002-02-07 07:25:14 +00:00
jband%netscape.com
c56ab16f35 fix array support. NOT PART OF THE BUILD 2002-02-07 04:37:24 +00:00
jband%netscape.com
14ba0b02a9 fix windows bustage - not part of default build 2002-02-07 04:10:04 +00:00
jband%netscape.com
320656674b update of test. NOT PART OF THE BUILD 2002-02-07 03:57:33 +00:00
jband%netscape.com
4b61cdcb14 initial checkin of test. NOT PART OF THE BUILD 2002-02-07 03:56:45 +00:00
rayw%netscape.com
9db9d11f19 Added code to properly decode multi-dimensional arrays as nested arrays
in XPCOM.  Unfortunately, there is no way to test this because Apache
SOAP servers do not seem to produce them in any simple configuration
because Java does not support multidimensional arrays.  I will be writing
code to test this later as I add support for encoding multi-dimensional
arrays, as specified by a schema type, which I can then decode without
actually sending / receiving a message, but I need to put this fix back
now.  At least I didn't break decoding of single-dimensional arrays.

SOAP is not part of default build.
2002-02-07 03:02:59 +00:00
heikki%netscape.com
e59df780c2 Bug 123499, enable arbitrary HTTP commands via XMLHttpRequest. Patch from matthew@mjwilson.demon.co.uk, r=heikki, sr=darin. 2002-02-07 00:19:04 +00:00
vidur%netscape.com
80e9ee5924 More feedback during test. This is not part of the default build. 2002-02-06 22:10:39 +00:00
vidur%netscape.com
8171a995e8 Support for both schema namespaces. This is not part of the default build. 2002-02-06 22:09:22 +00:00
vidur%netscape.com
a2b08c6365 Support for string and wstring types. Array handling fixes and simplification. This is not part of the default build. 2002-02-06 22:07:53 +00:00
vidur%netscape.com
dc28f6c7ab Sharing of builtin types across loaders. Complex types now know when they are array and expose their array type and dimension. This is not part of the default build. 2002-02-06 22:06:10 +00:00
morse%netscape.com
36e3b822b2 bug 121161, enhancements to p3p cookie management, r=sgehani, sr=alecf 2002-02-06 21:55:16 +00:00
hwaara%chello.se
6c9d73d8c5 #109598, "tasks overlays should use insertbefore, insertafter instead of position"
#81237, "IRC Chat has bizarre menu position",

Patches by nnooiissee@yahoo.com

r=andreww, sr=jst
2002-02-06 15:29:39 +00:00
peterv%netscape.com
a5d896f2b5 Keep SOAP compiling on Mac. Not part of the build, rs=vidur. 2002-02-06 12:56:31 +00:00
axel%pike.org
c2be46a14c Bustage fix for sicking 2002-02-05 15:24:52 +00:00
sicking%bigfoot.com
eb1378412b Speed up NodeSets by always keeping them in document order. Only sort when we get nodes in random order (such as for id()) or when merging NodeSets.
This removes the need for the sortByDocumentOrder function.

b=85893 r=Pike rs=jag
2002-02-05 14:22:34 +00:00
vidur%netscape.com
6c208b4066 Fix for bug 122305. XMLHttpRequest now has a way to override the mime type of the incoming stream. r=heikki, sr=jst 2002-02-05 02:10:52 +00:00
bzbarsky%mit.edu
40d60f39ec Convert Compare() to Equals() where possible now that we can do
case-insensitive Equals().  Bug 115289, r=alecf, sr=jag
2002-02-05 02:03:07 +00:00
sicking%bigfoot.com
506214644d Final part of bug 59912. Call SetDocument before adding any attributes on elements in the result of XSLT-transformations. This fixes (at least) onclick-like attributes.
r=peterv sr=jst
2002-02-04 15:31:41 +00:00
cotter%netscape.com
7b6d16b340 privacy & security help content update for Form Manager help, per 122806, r=oeschger 2002-02-04 03:52:33 +00:00
sicking%bigfoot.com
e888e86a97 Fix IRIX bustage 2002-02-03 21:36:03 +00:00
sicking%bigfoot.com
310fce682f Make relational comparisons between NodeSets and booleans follow the spec.
b=116540 r=Pike sr=jst
2002-02-03 19:50:27 +00:00
samuel%sieb.net
235ca0ef64 Bug 112920 - add css rule for superfluous notifies
r=rginda
chatzilla only
2002-02-03 04:36:59 +00:00
samuel%sieb.net
79856bba78 Bug 112920 - enhancement to notify code
r=rginda
chatzilla only
2002-02-03 04:35:26 +00:00
jband%netscape.com
c9bbfec353 Add C++ string support includes needed when AString params are used - NOT PART OF DEFAULT BUILD 2002-02-02 22:33:16 +00:00
jband%netscape.com
08579ef630 Initial checkin of WSDL -> xpcom interface info translator quick test - NOT PART OF THE BUILD 2002-02-02 22:31:12 +00:00
jband%netscape.com
c305792337 Commiting accumulated interface info extensions changes. NOT PART OF THE BUILD 2002-02-02 22:18:56 +00:00
jband%netscape.com
8fd3d26083 Initial checkin of WSDL -> xpcom interface info translator. - NOT PART OF THE BUILD 2002-02-02 21:37:23 +00:00
rayw%netscape.com
bc4ff1a138 Converted tests to use new names for services on my soap server.
SOAP is not part of default build.
2002-02-02 15:42:27 +00:00
rayw%netscape.com
c907612d99 A variety of bug fixes in SOAP, most notably, eliminating 1999 schema
types.

SOAP is not part of default build.
2002-02-02 01:47:27 +00:00
vidur%netscape.com
ec0d4e37f1 Scoping rules seem to be different on windows and linux. Fixed compiler error on windows. This is not yet part of the default build. 2002-02-02 01:32:04 +00:00
samuel%sieb.net
550c8cead6 Bug 122910 - chatzilla won't start
r=rginda
not in the build
2002-02-01 23:48:11 +00:00
heikki%netscape.com
3a6fb922c1 Bug 122710, dtd folder in dist/bin should be moved into res. r=rbs@maths.uq.edu.au&harishd, sr=sfraser. 2002-02-01 22:28:55 +00:00
rginda%netscape.com
0ff31026a8 - venkman only -
bug 122850, venkman error on startup
the fix for bug 121744 made |for (a in undefined);| throw an error, so now we have to validate |attrs| here.
2002-02-01 22:12:09 +00:00
alecf%netscape.com
5483b6f627 one more part of fix for bug 107575, including the much coveted whitespace
remove aIgnoreCase parameter from all nsString and nsCString consumers
sr=jag, r=shaver
2002-02-01 01:53:09 +00:00
heikki%netscape.com
55a5667dd2 Bug 106053, remove unused XHTML namespace declarations, and fix incorrect namespace usages. r=harishd, sr=hewitt. 2002-01-31 22:12:36 +00:00
rginda%netscape.com
fa888dc585 bug 65512, fix typo on HELLO message 2002-01-31 19:48:49 +00:00
cotter%netscape.com
1099de413c ongoing privacy & security updates; forms, privacy & security prefs changes; r=oeschger 2002-01-31 06:40:35 +00:00
jaggernaut%netscape.com
907546c353 Bug 113519: cannot build with cookie extension disabled. Patch by Stephen P. Morse <morse@netscape.com>, r=/sr=darin,alecf,smfr.
Step 3: remove old files
2002-01-31 05:22:41 +00:00
jaggernaut%netscape.com
b465107ccc Bug 113519: cannot build with cookie extension disabled. Patch by Stephen P. Morse <morse@netscape.com>, r=/sr=darin,alecf,smfr.
Step 2: Modify existing files to stop pointing at old files and start pointing at new files.
2002-01-31 04:08:19 +00:00
samuel%sieb.net
257dd45db1 Bug 119294 - fix JS strict warning
r=walk84
not in the build
2002-01-31 03:40:12 +00:00
samuel%sieb.net
541c71e055 Bug 116544 - fix 005 and 004 messages handlers
r=rginda
not in the build
2002-01-31 03:33:17 +00:00
samuel%sieb.net
3fa56dc173 Bug 117292 - add entities for the new copy messages menu item
r=rginda
not in the build
2002-01-31 03:31:06 +00:00
samuel%sieb.net
d7239d866c Bug 117292 - add menu item for copying messages
r=rginda
not in the build
2002-01-31 03:29:11 +00:00
samuel%sieb.net
4f09962dea Bug 117292 - add pref for copying messages
r=rginda
not in the build
2002-01-31 03:28:31 +00:00
samuel%sieb.net
7579f471a9 Bug 117292 - copy notification messages to the network tab and fix strict warnings
r=rginda
not in the build
2002-01-31 03:27:38 +00:00
samuel%sieb.net
ae942631fa Bug 117292 - copy important messages to the network tab
r=rginda
not in the build
2002-01-31 03:25:41 +00:00
morse%netscape.com
9d37be6654 bug 116303, js prompt loses default input text, r=sgehani, sr=alecf 2002-01-31 03:16:58 +00:00
rginda%netscape.com
8bace61f89 - venkman only -
fix feedback call in cmdBreak
remove busted code in soruceView.onSelect, which tried to prevent users from selecting multiple ranges.  It didn't work, and we don't need it anyway.
catch exceptions during dispatchCommand and display a message on the consoel view
fix = vs. == mixup in sourceView.getContext, arg!
add breakpointIndexList to sourceView.getContext so we can disable all selected breakpoints.
remove some debug dumps
add command name to dbgDispatch message
2002-01-31 02:42:09 +00:00
rginda%netscape.com
a71b5f5e4a - venkman only -
ASSERT that we have children in removeChildAtIndex
dump the context object if |console.dbgContexts| in the contextFunction.
make cmdClear work if given a breakpointIndexList.
fix cmdFindBp.
add script realization debugging if |console.dbgRealize|.
add command dispatch debugging if |console.dbgDispatch|.
fix bug 110387, crash on exiting venkman.
add dbg* prefs and sync-debug command in venkman-dev.js.
2002-01-31 00:48:57 +00:00
sfraser%netscape.com
d133d4956f Making the nsModuleComponentInfo data const; bug 74803. r=dp, sr=waterson 2002-01-30 21:14:20 +00:00
rayw%netscape.com
1052d001e8 A number of SOAP bug fixes including fixing problems with fault handling,
using wstrings instead of astrings for  arrays, and ignoring the http
status and returning a fault code when there is one.

SOAP is not part of default build.
2002-01-30 17:40:06 +00:00
timeless%mac.com
bba988af9f Bug 117716�XBL Bindings Property radio group should have horizontal orient
patch by neil@parkwaycc.co.uk r=bzbarsky@mit.edu sr=hewitt
2002-01-30 15:51:39 +00:00
alecf%netscape.com
28b3772942 First part of fix for bug 107575 - remove nsString::FindChar because there is already an nsAString::FindChar, and remove the "ignore case" option in RFindChar
r=dougt, sr=jag
2002-01-30 06:04:29 +00:00
rginda%netscape.com
fff9f4d0c0 - venkman only -
bug 122021, add comments re: leading/trailing spaces and quotes in venkman string files.
2002-01-30 03:45:48 +00:00
rginda%netscape.com
7544d3415d - venkman only -
remove debug dumps in variious getContext functions
warning cleanup in outliner-utils.js
add chrome-filter command to set the state of console.enableChromeFilter
if on, chrome files will not be displayed in the scripts view, and they will be filtered by the debugger service.  If off, chrome files will be treated the same as others.  chrome files are identified by a leading "chrome:" in the url.
add "Display Browser Files" checkitem to View menu.
add |feedback| function, which calls |display| only if the event began at the console.
fix async loading issue in SourceText.loadSource
fix boolean pref getter in venkman-prefs.js
2002-01-30 03:05:49 +00:00
oeschger%netscape.com
4012d3de89 checking in doc fixes in 122245 and 62573 for
matt krai, kraai@alumni.carnegiemellon.edu, r=me and cotter@netscape.com
2002-01-29 22:43:36 +00:00
dougt%netscape.com
c50ca402ad 1. Converts callers of nsIComponentManagerObsolete to use
nsIComponentRegistrar.

2. Converts callers of nsComponentManager::AutoRegister to use
nsIComponentRegistrar's autoRegistrar method.

3. Add nsIComponentRegistrar implmentation to nsComponentManagerImpl.

4. Rearrange nsComponentManager.cpp so that related methods are in the same
place.

5. Added a C-style function NS_GetComponentRegistrar so that getting the
registrar is easier in some places.

6. Added a nsISimpleEnumerator interface on PLDHashTableEnumeratorImpl.  in
this way, the same base class can support both old style and new style
enumerations.

7. Fixed a nasty bug where unregistring factories will leave the contract id
hash with a dangling pointer.  Now, when unregister is called we search the
contract id hash for entries which have the given doomned cid and remove them.


Bug 115853.  r=dp@netscape.com, sr=rpotts@netscape.com
2002-01-29 21:22:13 +00:00
rginda%netscape.com
e565073eca - venkman only -
UI changes for 121318
disable context before calling debugTrap
add dumpcontexts command to venkman-dev.js
remove console._stopLevel
2002-01-29 09:25:32 +00:00
ben%netscape.com
92152402ed [Manticore]
Add license to new file
NOT PART OF BUILD
2002-01-29 08:22:40 +00:00
ben%netscape.com
43aaae1f82 [Manticore]
Update toolbars (fancy toolbars on hold for now)
add location bar for loading URLs
NOT PART OF BUILD
2002-01-29 08:21:06 +00:00
rginda%netscape.com
3e07bfa5d0 -venkman only-
ui changes for bugs 121192 and 121178.
adds "emode" command, display any expcetions produced by evalInTargetScope
2002-01-29 08:16:56 +00:00
sicking%bigfoot.com
0a836b98e9 Cleanup BooleanFunctionCall and StringFunctionCall, fixes bugs in lang(), substring() and a few more.
b=104758 r=Pike sr=jag
2002-01-28 14:46:39 +00:00
ben%netscape.com
195619a7d0 [Manticore]
Add license to new files
NOT PART OF BUILD
2002-01-27 02:56:45 +00:00
ben%netscape.com
d4ab97b63f [Manticore]
More toolbar work...
NOT PART OF BUILD
2002-01-27 02:55:43 +00:00
ben%netscape.com
2f994aa482 [Manticore]
begin work implementing new toolbar widget, 'StripBar'
NOT PART OF BUILD
2002-01-26 22:25:43 +00:00
oeschger%netscape.com
d04902ac6d doc fix by kraai@alumni.carnegiemellon.edu, r=oeschger, bug=121706 2002-01-26 16:31:28 +00:00
oeschger%netscape.com
8fac232bab doc update by kraai@alumni.carnegiemellon.edu, r=oeschger, bug=121273 2002-01-26 16:30:25 +00:00
rginda%netscape.com
f11111af0c - venkman only -
lineMap no longer required in SourceText records, HelpText doesn't need it.
2002-01-26 01:11:01 +00:00
rginda%netscape.com
1ca59c3058 - venkman only -
get default context without complaining for debug and view menus, remove debug dump.
2002-01-26 01:10:03 +00:00
rginda%netscape.com
17655f3daf - venkman only -
store commandname attribute on menuitem so we don't need to parse it onpopupshowing, makes for faster menus.
2002-01-26 01:05:50 +00:00
rginda%netscape.com
8c0081daf4 - venkman only -
strict fixes
2002-01-26 01:03:43 +00:00
cotter%netscape.com
e1d0f7b14d ongoing help content updates to privacy & security sections, r=oeschger 2002-01-26 00:51:37 +00:00
alecf%netscape.com
f31573d2e0 oops, we dont' need that! 2002-01-25 23:53:32 +00:00
alecf%netscape.com
7e393ca40d ignore generated makefile 2002-01-25 23:52:11 +00:00
rayw%netscape.com
b5bd72da93 Fixed handling of conflicting type information.
SOAP is not part of the default build.
2002-01-25 23:38:57 +00:00
morse%netscape.com
a29b076027 bug 120277, removed js warning message, r=law, sr=ben 2002-01-25 22:34:50 +00:00
morse%netscape.com
a3571e41ba bug 121771, isSorted missing in cookie/password manager outliners, r=law, sr=ben 2002-01-25 22:26:35 +00:00
morse%netscape.com
6651e43e72 bug 119474, can't remove password if password-manager is disabled, r=law, sr=ben 2002-01-25 22:17:57 +00:00
seawood%netscape.com
39ba085fc5 Fix "static" build support for win32 gmake builds.
Bug #58981 r=bryner
2002-01-25 03:20:51 +00:00
heikki%netscape.com
34a1713a4f Bug 120615, XmlRpc does HTTP PUT when it should do POST. Patch from axel@pike.org. r=bbaetz@student.usyd.edu.au, sr=darin. 2002-01-24 22:31:28 +00:00
oeschger%netscape.com
0faec672ad b=93553, sr=alecf, r=morse, r=oeschger, author=cotter, updating the UI to reflect the more general password config here (web passwords->passwords) 2002-01-24 18:58:40 +00:00
rayw%netscape.com
1d03f82e88 Added code to carefully follow the XMLSchema info when encoding and decoding
xpconnect objects, rejecting errors, and making sure that the child elements
appear in the correct order.

SOAP is not part of the default build.
2002-01-24 17:32:04 +00:00
peterv%netscape.com
25d4e2127a Removing duplicate entries to avoid the "Missing files" warning in CodeWarrior. Don't know how this file got mangled so badly. 2002-01-24 14:39:40 +00:00
peterv%netscape.com
8dead4d7a7 Correct error in patch for bug 96647. Transformiix standalone only, doesn't affect mozilla build. (Last one, I promise) 2002-01-24 14:18:26 +00:00
peterv%netscape.com
b53e1ab0b8 Correct error in patch for bug 96647. Transformiix standalone only, doesn't affect mozilla build. 2002-01-24 14:14:55 +00:00
peterv%netscape.com
e9d69d589b Correct error in patch for bug 96647. Transformiix standalone only, doesn't affect mozilla build. 2002-01-24 14:03:36 +00:00
peterv%netscape.com
abdb2a1494 Fix for bug 96647 (Change the way output is constructed in Transformiix). r=sicking, Pike, sr=jst. 2002-01-24 13:38:51 +00:00
rginda%netscape.com
e014e7e663 - venkman only -
Large landing of new Venkman command structure, also fixes...
Bug 120988 Generalized command manager for Venkman
Bug 103419 hitting a breakpoint should focus debugger
Bug 119867 Should not be possible to hide source code
Bug 118923 Venkman's outliners sometimes don't repaint twisty
Bug 116098 Would be nice with a contextmenu in the functions-pane
2002-01-24 12:46:47 +00:00
rayw%netscape.com
6f3e337cbd Cleaned up handling of structs into its own encoder / decoder class so
that it will be easier to add all the schema type checking there.  Also
made this handler QI to nsIPropertyBag instead of expecting it to be the
type of the variant.

SOAP is not part of default build.
2002-01-24 11:26:35 +00:00
bzbarsky%mit.edu
327737567e Human-readable tooltips for nodetype in inspector. Bug 113793, patch by
Christopher Aillon <caillon@returnzero.com>, r=bzbarsky, sr=hewitt
2002-01-24 05:33:46 +00:00
bzbarsky%mit.edu
ecf2837085 Fix scrolling to element in inspector to scroll only when really
needed.  Bug 120947, r=doron, sr=hewitt
2002-01-24 05:11:20 +00:00
rayw%netscape.com
212bb6a3e2 Handle decoding of simple unknown types as strings, otherwise as variants
within arrays.

SOAP is not part of default build.
2002-01-24 02:57:31 +00:00
rayw%netscape.com
88bd0eb13e Added more array support for nested types in arrays.
SOAP is not part of default build.
2002-01-24 02:39:08 +00:00
morse%netscape.com
af90e6e1e5 113158, reduce wallet footprint, r=alecf,jag,bryner 2002-01-24 01:49:43 +00:00
rayw%netscape.com
1d4585461f Added encoding of untyped arrays. Fixed test html.
SOAP is not part of default build.
2002-01-24 01:14:25 +00:00
jband%netscape.com
15c237c01a fix Windows bustage -- NOT PART OF DEFAULT BUILD -- 2002-01-23 02:06:06 +00:00
ben%netscape.com
2e76b46dad [Manticore]
Add support for Windows XP Themes, move Description/Extension setting code based on content type into MIME utility.

NOT PART OF BUILD.
2002-01-22 05:01:25 +00:00
ben%netscape.com
1ba2c50430 [Manticore]
Save Page As dialog stuff, beginning to enhance Toolbar generation code
NOT PART OF BUILD.
2002-01-22 00:45:37 +00:00
jband%netscape.com
fe09cd220b New file to test scriptable interface info wrapper and idl generator stuff. -- NOT PART OF THE BUILD -- 2002-01-21 18:43:32 +00:00
jband%netscape.com
9bc0dabcde Don't assume that GetInfoForParam can't fail. see bug 121118. -- NOT PART OF THE BUILD -- 2002-01-21 18:41:37 +00:00
jband%netscape.com
420d6afe04 Convert nsInterfaceInfoToIDL into a JS component. -- NOT PART OF BUILD -- 2002-01-19 21:53:51 +00:00
rayw%netscape.com
85845b7611 Fixed infinite loop in struct decoding, added test case for struct decoding.
SOAP is not part of default build.
2002-01-18 23:09:15 +00:00
rayw%netscape.com
6b895fc9e3 Added an error check and a test case that does not work, yet, because
xpconnect is saying that an array is an interface, I think.

SOAP not part of default build.
2002-01-18 20:09:06 +00:00
rayw%netscape.com
611c287062 Description Change.
Not part od default build.
2002-01-18 18:47:22 +00:00
rayw%netscape.com
b9c7f54d6d Fixes to the test.
SOAP is not part of default build.
2002-01-18 18:44:13 +00:00
rayw%netscape.com
ac61369e2b Made another test work, with a couple of bug fixes.
SOAP is not part of default build.
2002-01-18 18:28:37 +00:00
rayw%netscape.com
d4fc82cfb8 Fixed type handling when decoding nested arrays. 2002-01-18 15:09:58 +00:00
rayw%netscape.com
f1cdd08399 Fixed name of sparse array offset attribute.
Not part of default build.
2002-01-18 14:30:11 +00:00
rayw%netscape.com
978b6738dd Added most of implementation of decoding of multidimensional arrays. The
only thing missing is proper construction of a variant.  I will consult
with John.

Not part of default build.
2002-01-18 14:17:03 +00:00
rayw%netscape.com
b734d1d7a1 Added untested decoding of arrays. Did not break tests.
SOAP is not part of default build.
2002-01-18 03:01:06 +00:00
rayw%netscape.com
37a9b286d0 Remove spurious test lines unintentionally committed.
Not part of default build.
2002-01-17 12:57:35 +00:00
rayw%netscape.com
04efa3446e Changed aliasing of propertiesto fix JS visibility of property bag.
Not part od default build.
2002-01-17 12:54:24 +00:00
rayw%netscape.com
ad56175323 Added untested code to encode a property bag. Untested and I don't really
know how the property bag will come to me.  Did not break anything.

SOAP is not part of default build.
2002-01-17 07:23:31 +00:00
rayw%netscape.com
fc6291f0a6 Added untested code for decoding untyped complex objects. Didn't break
isprimenumber.

SOAP is not part of default build.
2002-01-17 05:39:57 +00:00
rayw%netscape.com
838700542b Reformatted files to eliminate bad tabs. Added nsISOAPPropertyBag, which
is not working perfectly WRT XPConnect, but broke nothing else.  Also
added mutator and su[pporting classes.

SOAP is not part of default build.
2002-01-17 03:23:06 +00:00
seawood%netscape.com
e56e20b1dc Use dynamic library & xpidl_module names from nmake build for win32 gmake builds for compatibility.
bug #58981 sr=jag
2002-01-16 05:10:09 +00:00
timeless%mac.com
c4d44ab97c Bug 119051 duplicate symbol breaks win32 static build
create and use nsIIOService::getQueryAttributeValue
r=dbradley sr=darin
2002-01-16 05:07:31 +00:00
timeless%mac.com
445015fc1f Bug 118528 Access Violation [@inDOMView::AppendKidsToArray] [aKids==0]->GetLength
r=bzbarsky@mit.edu sr=hewitt
2002-01-16 04:21:08 +00:00
rginda%netscape.com
48f6bc95e0 bug 120200, add "D" accesskey to tasks->tools->debugger 2002-01-16 04:07:31 +00:00
varga%utcru.sk
ff7ad62083 Fixes for:
94653  - can't right align text in outliner cell
95730  - White block displays/artifacts in the highlight area after Move/Drag mail to folder.
112238 - [RFE] Outliner widget should support line-through
116855 - Modify outliner builder syntax to match outliner content model
118093 - Make -moz-image-region work in the outliner
118113 - Too little space between pref category tree and pref page
118154 - Category now has a column picker
118647 - Memory leak of 52 bytes from 1 block allocated in nsOutlinerBodyFrame::CheckVerticalOverflow
118660 - left arrow no longer moves to parent category
119751 - Branches are open by default and then closed after launch.

- outermost <outlinerchildren> has "-moz-box-flex: 1" by default
  and it actaully replaced <outlinerbody>
- all event handlers moved on <outliner>
- content builder, outliner builder and content view use <outliner> as root
  element
- nsIBoxObject has a new attribute "element"
- all CSS rules outlinerbody:foo replaced with outlinerchildren:foo
- drop feedback is now skinable

r=waterson for the changes in mozilla/content
r=sspitzer on the mailnews parts
r=blake on the bookmarks/history
r=bryner on the OutlinerBodyFrame and OutlinerContentView changes

sr=hyatt,hewitt
2002-01-16 03:01:28 +00:00
sfraser%netscape.com
e02521649e Backing out my project change, since dbaron came up with a better way. 2002-01-16 01:41:31 +00:00
sfraser%netscape.com
610034817c Fix Inspector link error by adding bogus dependencies on two internal content files, which needs to be fixed at a later date. Bug 79091 exists on this. 2002-01-16 01:37:40 +00:00
dbaron%fas.harvard.edu
0260274dea Fix inspector link errors by adding a method on nsICSSStyleRule that forwards GetValue to nsCSSDeclaration. 2002-01-16 01:34:47 +00:00
morse%netscape.com
d972a80aea fix bustage by backing out last checkin 2002-01-16 01:00:25 +00:00
morse%netscape.com
2f150142ca reduce wallet footprint by 110K, r/sr=jag,alecf 2002-01-16 00:24:49 +00:00
morse%netscape.com
25a299fdee cookie list doesn't scroll when last visible cookie is deleted, r=jag, sr=alecf 2002-01-16 00:19:07 +00:00
morse%netscape.com
394905f96f bug 59652, remove warnings about uninitialized variables, r=sgehani, sr=alecf 2002-01-15 23:31:19 +00:00
dbragg%netscape.com
4563bf5291 Updating localeVersion value to 0.9.8. Fixes bug 119567. r=tao@netscape.com, sr=dveditz@netscape.com 2002-01-15 23:11:03 +00:00
blythe%netscape.com
65cd19adda Fix bug 107270
Reduce nsCSSDeclaration footprint
r=dbaron, sr=hyatt
2002-01-15 22:43:37 +00:00
jband%netscape.com
fda30fe986 initial checkin of support for scriptable wrappers around interface info and for generic interface info sets that can be manually populated - NOT PART OF THE BUILD 2002-01-15 22:22:16 +00:00
sicking%bigfoot.com
01b7208527 Fix crasher in key()'s when context-node is a document.
b=120074 r=Pike,peterv sr=jst
2002-01-15 22:20:30 +00:00
sicking%bigfoot.com
c2521b6587 Implementation of the xsl:apply-imports instruction.
b=94002 r=peterv sr=jst
2002-01-15 10:37:00 +00:00
hewitt%netscape.com
f76668bbc3 119168 - DOM Inspector DOM tree view doesn't load, r=jag, sr=bryner 2002-01-15 04:50:47 +00:00
rginda%netscape.com
6ad6e3e70f remove conflict markers 2002-01-15 03:16:48 +00:00
rginda%netscape.com
9503a9fdca add missing ; 2002-01-15 01:53:06 +00:00
rginda%netscape.com
361eb6fd8f bug 119968, strict warning cleanup, patch=jscript@pacbell.net r=walk84@yahoo.com,me 2002-01-15 01:52:33 +00:00
cathleen%netscape.com
92d4fbf218 converted 271 references to nsCRT::memcpy to memcpy, bug 118135 r=dp 2002-01-12 03:18:55 +00:00
rginda%netscape.com
18247e0258 add missing file 2002-01-12 01:41:58 +00:00
hewitt%netscape.com
7f0e98bdd5 104401 - eliminate mOuter aggregate from nsXULElement, r=waterson, sr=hyatt 2002-01-12 01:20:29 +00:00
rginda%netscape.com
64f0128f80 bug 115695, rs=brendan, venkman only
ui changes related to pretty print support
2002-01-12 01:01:02 +00:00
oeschger%netscape.com
a1b6cf4f78 just adding a new html help file for cotter, r=oeschger 2002-01-12 00:34:04 +00:00
cotter%netscape.com
b2edd12cd4 ongoing privacy & security help content updates, r=oeschger; minor updates to keep help targets in synch with latest content changes. 2002-01-11 23:40:50 +00:00
cotter%netscape.com
2ac2671762 ongoing privacy & security help content updates, r=oeschger (mostly Cookie Mgr, Password Mgr, and related files) 2002-01-11 23:25:07 +00:00
bnesse%netscape.com
a7daf4397f Fix for bug 118903. Add autoconfig to install packaging. Also fixes copying of prefcalls.js to dist on Windows. r=alecf, sr=sfraser. 2002-01-11 20:09:03 +00:00
hwaara%chello.se
b9be5da7ff #65523, "'View Stored Cookies' button needs a better name"
Patch by Vidar Braut Haarr <vidar@coretrek.com>

r=morse, sr=alecf
2002-01-11 19:24:17 +00:00
cathleen%netscape.com
a717ed2128 fix bug 118044, windows static build bustage. sr=waterson r=darin, timeless 2002-01-11 00:33:37 +00:00
morse%netscape.com
676d133472 bug 112649, hide/disable various elements in cookie task menu, r=sgehani, sr=alecf 2002-01-10 23:33:36 +00:00
morse%netscape.com
23405eb313 bug 117155, garbage characters in cookie/signon manager dialogs, r=sgehani, sr=alecf 2002-01-10 22:01:43 +00:00
jdunn%netscape.com
061ee47034 AIX's new compiler, xlC5.x, doesn't allow the use of "friend" to declare
a function prototype.  So we have to decare the function and then
declare it a friend.  When Default arguments are used, they need to
be specified in the function prototype and NOT in the friend declaration.
# 43311
r=dbaron@fas.harvard.edu
2002-01-10 14:16:05 +00:00
varga%utcru.sk
728727cafd Fix for 116739. Many assertions when moving over the blank area of outliners.
Fix for 118632. file picker can display all column arrows.
r=bryner, sr=hyatt

- getCellAt() now checks for correct mouse coordinates and sets row value
  to -1 for invalid coordinates.
- added bail out checks to all callers.
2002-01-10 04:47:52 +00:00
bzbarsky%mit.edu
a37cc134f1 Fix assertions when getting computed -moz-outline-width and
-moz-marker-offset and enable these in Inspector.  Bug 114086, r=fabian,
sr=attinasi
2002-01-10 02:20:17 +00:00
markh%activestate.com
19f8c59029 More ComponentManagerObsolete fixes.
Not part of the build.
2002-01-10 02:01:58 +00:00
rbs%maths.uq.edu.au
11695e8870 Grab a low hanging perf fruit by switching to an API that doesn't copy the font, b=118918, r=dbaron, sr=waterson 2002-01-10 00:04:35 +00:00
stephend%netscape.com
131f1bfab3 Bug 102153. Javascript strict warnings in pref-contentpacks.xul. Patch by Stephen Walker <walk84@yahoo.com> r=stephend/sr=alecf 2002-01-09 10:14:33 +00:00
rayw%netscape.com
892ec82f97 Changes to use contractid's for construction wherever available. This means
that the JS binding will work correctly.  Also removed old security model.


SOAP is not a part of default build.
2002-01-09 02:17:17 +00:00
alecf%netscape.com
5ac5a63a0e Rest of tree-wide cleanup for bug 100212 - switch last consumers of nsIFile.URL r=dougt, sr=darin 2002-01-09 02:08:01 +00:00
vidur%netscape.com
8afd019c1f Added proxy classinfo and factory entries. [not part of build] 2002-01-09 01:30:05 +00:00
vidur%netscape.com
00c6d3ed8a Added wsexception.cpp. Creation of components is now done through a factory and an Init method. Fixed array case of conversion to not wrap elements as variants. Further work on proxy and call context to get proxy test working [not part of build] 2002-01-09 01:29:32 +00:00
vidur%netscape.com
7c0adc3167 Changed testing code to be a component with a JS driver rather than an executable. Added first pass of proxy test. [not part of build] 2002-01-09 01:27:44 +00:00
vidur%netscape.com
f52421a312 Try to determine and record SOAP version. [not part of build] 2002-01-09 01:26:48 +00:00
vidur%netscape.com
410fb06eef Record schema namespace since there are at least 2. [not part of build] 2002-01-09 01:26:22 +00:00
vidur%netscape.com
3e41151421 Added dimensions to arrayType attribute in encoding process. [not part of build] 2002-01-09 01:25:46 +00:00
rayw%netscape.com
fb93a54e63 Fix for undefined symbol under Linux. Eliminated proxy/test due to
Makefile.in problems.  Added ability for a specific version of SOAP
(Encoding) to deal with either version of Schema URI if it is
explicitly specified.

SOAP is not part of the default build.
2002-01-08 22:11:57 +00:00
markh%activestate.com
88e93b42ba * Changes to observers and service manager APIs.
* Use nsIComponentManagerObsolete.
* Fix weak reference leaks
* Cache interface infos better for significant perf increase.
* Better tests for leaks

Not part of the build.
2002-01-08 01:58:58 +00:00
blakeross%telocity.com
9114e02b59 117668 - convert help to outliner. r=varga sr=hewitt 2002-01-06 07:57:27 +00:00
cotter%netscape.com
4281c66b1b Ongoing privacy & security help content updates, r-oeschger; includes new file (profiles_help.html) that oeschger will add to manifest. 2002-01-06 05:02:47 +00:00
cotter%netscape.com
c472836dba Ongoing security & privacy help content updates, r=oeschger; additions for new Cookie Manager help buttons. 2002-01-06 04:50:03 +00:00
blakeross%telocity.com
5820fb925b 117668 - convert help to outliner. r=oeschger sr=hewitt 2002-01-05 08:32:34 +00:00
morse%netscape.com
90be4910de bug 117998 Remove-all button in password manager not being disabled when it should be, r=sgehani, sr=alecf 2002-01-05 00:21:43 +00:00
hyatt%netscape.com
d749d59e46 Fix for 115748, r=bryner, sr=sspitzer 2002-01-05 00:15:48 +00:00
peterv%netscape.com
26899eab0b Keep SOAP building on mac. Not part of the default build. 2002-01-04 08:49:27 +00:00
morse%netscape.com
242ea0d8f6 bug 116714 can't unencrypt saved data, r=sgehani, sr=alecf 2002-01-04 00:18:31 +00:00
varga%utcru.sk
6673fe6131 80834 - [outliner scrollbar] if inbox has less than one page of messages, it will come up with a box where the scroll bar is
80548 - outliner scroll bar "disappears" in 3 stages

111101 - No scrollbox / slider / thumb in thread pane scrollbar

116269 - white scrollbars briefly show up in folder pane

116432 - Sometimes the twisty won't update after a click

116855 - Modify outliner builder syntax to match outliner content model
r=waterson, sspitzer, blake
sr=hyatt

99715 - convert category tree to use outliner
r=hixie
sr=blake
2002-01-03 22:58:23 +00:00
rginda%netscape.com
d97ab2a4c3 chatzilla only, patch=_basic@yahoo.com, r=me, bug 102186
remove spacer box from between tabs to avoid strict warnings.
2002-01-03 21:42:34 +00:00
morse%netscape.com
4c55711f61 bug 117155 garbage characters in cookie/signon manager dialogs, bug 117023 fix js errors in cookie/signon dialogs, r=sgehani, sr=alecf 2002-01-03 21:30:27 +00:00
timeless%mac.com
3360b301e5 Bug 117713 - Want grippy on panels splitter
patch by neil@parkwaycc.co.uk r=bz sr=hewitt
2002-01-03 14:27:22 +00:00
timeless%mac.com
1620cb89e0 Bug 117720 - Can't inspect XBL properties
patch by neil@parkwaycc.co.uk r=timeless sr=hewitt
2002-01-03 14:25:58 +00:00
vidur%netscape.com
0c78a503bb New module additions under the MOZ_SOAP flag (not a default part of the build. r=heikki, sr=jst 2002-01-02 23:30:58 +00:00
vidur%netscape.com
efb02ac8d3 Improved usability of test. 2002-01-02 23:29:46 +00:00
vidur%netscape.com
25fe20a199 Addition of SOAPParameter class and contractID, minor fixes to encoding code. This is not part of the build. 2002-01-02 23:29:12 +00:00
vidur%netscape.com
e21e8e2a6c Introduction of SOAP message binding and addition of convenience methods. This is not part of the build. 2002-01-02 23:27:41 +00:00
vidur%netscape.com
8de43b95df Default builtin types always return correct schema namespace. This is not part of the build. 2002-01-02 23:26:37 +00:00
vidur%netscape.com
24e69470e3 Introduction of special SOAP types. Acceptance of pre-release schema namespace. 2002-01-02 23:25:35 +00:00
vidur%netscape.com
36c4123911 Removal of DOS linefeeds. Child iterator can take multiple allowed namespaces. This is not part of the build. 2002-01-02 23:24:39 +00:00
vidur%netscape.com
27ec7c323e First implementation of proxy and call context, movement of variant to parameter code, interface improvements. This is not part of the default build. 2002-01-02 23:23:09 +00:00
morse%netscape.com
716ef8cd1f bug 117016, crash in password manager, r=matt@nightrealms.com, sr=alecf 2002-01-02 21:54:01 +00:00