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
morse%netscape.com
2f5589bbe4
bug 116960, form manager stops prefilling, r=sgehani, sr=alecf
2002-01-02 21:49:42 +00:00
morse%netscape.com
40de2ca986
bug 113331, cookies with negative max-age not being set, r=sgehani, sr=alecf
2002-01-02 21:44:51 +00:00
jaggernaut%netscape.com
8f3e0acdc6
Bug 64543: "Warn me before storing a cookie" should be "Ask me ...". Patch by jmd (Jeremy M. Dolan <mozilla@turbogeek.org>), r=morse, sr=jag.
2002-01-02 11:33:21 +00:00
timeless%mac.com
9b1d175ea2
Bug 46917 Sanitizing Netscape's documentation for Mozilla users.
...
rs=brendan
2002-01-01 02:16:29 +00:00
bryner%netscape.com
2a1819d615
Bug 116499 - convert nsIOutlinerView::GetCellText to return an nsAString, so we can avoid copying strings. r=blake, sr=jag.
2001-12-29 22:05:16 +00:00
samuel%sieb.net
2892051440
Bug 117285 - fix strict mode errors caused by previous patch
...
r=rginda
not in build
2001-12-29 10:10:58 +00:00
samuel%sieb.net
c1a2f0d114
Bug 117285 - add +s handling to getModeStr
...
r=rginda
not in the build
2001-12-29 03:58:23 +00:00
mcafee%netscape.com
b7f3bfec83
Ignore generated files.
2001-12-29 03:52:41 +00:00
mcafee%netscape.com
bd7ab2bc52
Ignore generated files
2001-12-29 03:42:47 +00:00
svn%xmlterm.org
e2660fa1d2
--NOT PART OF DEFAULT BUILD--
...
XMLterm changes only.
Cleaned up and updated the code.
2001-12-28 22:39:45 +00:00
shanjian%netscape.com
bf85c86c6a
#112793 fine tune frame charset mechanism
...
Besides charset, document now records charset source as well.
nsCharsetSource was replaced by PRInt32.
Some code relocation in nsHTMLDocument.cpp
r=yokoyama sr=waterson
2001-12-26 03:17:59 +00:00
mkaply%us.ibm.com
c0afae7968
Add short name for OS/2
2001-12-24 05:29:38 +00:00
timeless%mac.com
61a97fd94a
Bugzilla Bug 106386 rid source of these misspellings: persistant persistance priviledge protocal editting editted targetted targetting
...
r='s from many people. sr=jst
2001-12-23 23:23:41 +00:00
bnesse%netscape.com
2ba5b3fc8e
Fix bustage on non MOZ_LDAP builds.
2001-12-22 01:36:26 +00:00
bnesse%netscape.com
b3fa2f35ac
dmose swears this is the correct syntax... (thanks dbaron).
2001-12-22 00:57:45 +00:00
bnesse%netscape.com
3ea79dee24
Added #ifndef MOZ_LDAP to fix ports bustage.
2001-12-22 00:07:47 +00:00
bnesse%netscape.com
505722f250
Fixing ports bustage. Missing trailing seperator.
2001-12-21 23:59:33 +00:00
bnesse%netscape.com
7277c1c440
Fixing the mac build. Stupid non-relative pathnames.
2001-12-21 23:46:50 +00:00
morse%netscape.com
2f8cb68fbb
bug 113158, wallet tables take up 200K of memory, r=sgehani, no code has changed!
2001-12-21 23:05:37 +00:00
bnesse%netscape.com
bf6619e295
Fix for bug 89137. Remove autoconfig from preferences library. Patch by mitesh, r=bnesse/dmose. sr = alecf.
2001-12-21 22:29:31 +00:00
bnesse%netscape.com
520c2af86d
Adding new files for bug 89137. patch by mitesh, r=bnesse, dmose. sr=alecf.
2001-12-21 22:22:26 +00:00
rjesup%wgate.com
2e680f1b17
Bug 96108: Inline ElementAt(), add SafeElementAt(), voidarray usage fixes,
...
assertions for bad voidarray indexes. r=jst, sr=waterson
2001-12-21 01:10:07 +00:00
heikki%netscape.com
db89a9ce21
Bug 74800, implemented FIXptr. r=harishd, sr=vidur.
2001-12-20 05:15:52 +00:00
hewitt%netscape.com
7b10439c40
XUL/theme simplification changes - removing unnecessary boxes and re-writing large portions of the themes to use new -moz-border-colors and -moz-image-region css features. Also cleans up the classic skin quite a bit for both mac and win. Fixes bugs 113024, 113043, 113585, 113586, 115943, 113643, 114475, 99787, 110214, 113977, 113966, 114802, 64894, 90724, 103173, 103199, 103298, 110442, 111472, 111989, 113027, 113041, 109180, 109204, 81581, 81903, 103324, 110108, 114540, and probably more I forgot to mention. r=ben, sr=hyatt
2001-12-19 12:04:11 +00:00
dougt%netscape.com
849d297364
nsIComponentManager API Changes (bug 98553)
...
a) create a new nsIComponentManager with only four functions on it:
CreateInstance CreateInstanceByContractID GetClassInfo GetClassInfoByContractID.
b) rename the old nsIComponentManager to nsIComponentManagerObsolete.
c) fixes callers which use to access the nsIComponentManager for component
registration functionality. These callers will temporary use the
nsIComponentManagerObsolete interface.
d) Create a new API NS_GetComponentManager() which mirrors the
NS_GetServiceManager()
e) Perserves the old NS_GetGlobalComponentManager(). Note the cast usage.
r/sr = rpotts@netscape.com alecf@netscape.com brendan@mozilla.org
2001-12-19 00:12:41 +00:00
ben%netscape.com
8a9ab13265
115795 - fix sizing of Cookie/P3p dialog & use dialog widget.
...
r=morse, sr=hyatt
2001-12-19 00:11:15 +00:00
varga%utcru.sk
949278c0fe
Fix for 113477. Group outlinercols. r=bryner sr=hyatt
2001-12-18 13:42:28 +00:00
rayw%netscape.com
a65318c70d
Minor fixes to namespace URI's in SOAPUtils, and fault handling in test.
...
SOAP is not part of the default build.
2001-12-18 12:10:33 +00:00
seawood%netscape.com
45bfbf0658
Landing the rest of the win32 gmake changes:
...
* Adds Makefile.ins to win32 specific dirs
* Adds WINNT ifdefs to Makefile.ins
* Causes NSPR to be compiled with --with-mozilla
* Misc general Makefile.in cleanup
Bug #58981 r=mcafee
2001-12-18 09:14:29 +00:00
morse%netscape.com
c87cecd765
bug 114709, downgrading cookies even though they are expired, r=seghani, sr=alecf
2001-12-17 22:06:43 +00:00
jaggernaut%netscape.com
9587e85c0a
Fix Darwin bustage
2001-12-17 13:02:39 +00:00
jaggernaut%netscape.com
e44e7d9ec8
Bug 113228: Replace ns{C}String::To{Upper,Lower}Case with global versions. r=bzbarsky, sr=jst
2001-12-17 07:14:49 +00:00
jaggernaut%netscape.com
ee12112b29
Remove timer from REQUIRES, the makefile.win edition
2001-12-16 18:08:20 +00:00
jaggernaut%netscape.com
4f507b8511
Remove timer from REQUIRES. r=pavlov
2001-12-16 17:02:31 +00:00
jaggernaut%netscape.com
97b0530073
Bug 104158: Use NS_LITERAL_STRING instead of XXXWithConversion("..."). r=bryner, rs=alecf
2001-12-16 11:58:03 +00:00
rginda%netscape.com
504bb82d02
not built
...
remove -rc1 suffix from 0.8.5 version number
2001-12-15 00:35:40 +00:00
rginda%netscape.com
f81e0dfd5f
not built
...
add /charset command to 0.8.5 changes
2001-12-15 00:08:07 +00:00
seawood%netscape.com
51fa852613
Make OS/2 use the win32 build changes and finish LIB_PREFIX substitution.
...
Thanks to Javier Pedemonte (pedemont@us.ibm.com ) for the patch.
Bug #58981 r=cls
2001-12-14 23:49:04 +00:00
bhart00%yahoo.com
0d9a295fc2
bug 115274-make chatzilla window position persist. Chatzilla only, r=rginda
2001-12-14 22:45:51 +00:00
rginda%netscape.com
8effa93ca3
chatzilla only, a=asa, bug=41564
...
fix remaining charset bugs and add /charset command
update changelog
change version to 0.8.5
2001-12-14 01:43:26 +00:00
dbragg%netscape.com
ebcf51de4d
Fix for bug 109951. Updating the version number of the language packs to 0.9.7.
...
r=tao, sr=dveditz, a=asa for drivers@mozilla.org
2001-12-14 00:18:54 +00:00
rginda%netscape.com
36aff8237d
chatzilla only
...
strict mode cleanup
clear message count when view is /cleared, bug 113101
add charset support for input and output areas, bug 41564
bump revision to 0.8.5-rc5
2001-12-12 04:40:02 +00:00
rjesup%wgate.com
bdad0bcf93
Bug 107831: some elements are skipped when stopping a load. r=timeless, sr=brendan
2001-12-11 22:00:03 +00:00
sicking%bigfoot.com
d936341ae9
Hackarond to get namespacehandling in a little better shape. Now we always resolve namespaces against at least *some* node.
...
b=110266 r=Pike sr=jst
2001-12-11 20:54:50 +00:00
ccarlen%netscape.com
af646e6f1f
Bug 98349 - Convert Mac build to CW7 and XML projects. Removing obsolete .mcp files. r=pink/sr=sfraser
2001-12-11 05:45:45 +00:00
ccarlen%netscape.com
58b83da07b
Bug 98349 - Convert Mac build to CW7 and XML projects. Removing obsolete .mcp files. r=pink/sr=sfraser
2001-12-11 05:35:08 +00:00
ccarlen%netscape.com
95ce5e2693
Bug 98349 - Convert Mac build to CW7 and XML projects. Removing obsolete .mcp files. r=pink/sr=sfraser
2001-12-11 05:25:50 +00:00
morse%netscape.com
122010d279
bug 114443, fix js warning, r=morse, sr=alecf
2001-12-11 04:59:06 +00:00
ccarlen%netscape.com
993cd4c06f
Bug 98349 - Convert Mac build to CW7 and XML projects. Removing obsolete .mcp files. r=pink/sr=sfraser
2001-12-11 04:54:47 +00:00
ccarlen%netscape.com
884be5f4c2
Adding new files for conversion to CW7 and XML project files. Bug 98349 r=pink/sr=sfraser.
2001-12-10 21:32:41 +00:00
ccarlen%netscape.com
b564bb181b
Adding new files for conversion to CW7 and XML project files. Bug 98349 r=pink/sr=sfraser.
2001-12-10 21:20:58 +00:00
ccarlen%netscape.com
afffbda535
Adding new files for conversion to CW7 and XML project files. Bug 98349 r=pink/sr=sfraser.
2001-12-10 21:02:40 +00:00
ccarlen%netscape.com
baca6ece31
Adding new files for conversion to CW7 and XML project files. Bug 98349 r=pink/sr=sfraser.
2001-12-10 20:42:22 +00:00
ccarlen%netscape.com
6d8ea78b52
Adding new files for conversion to CW7 and XML project files. Bug 98349 r=pink/sr=sfraser.
2001-12-10 20:25:12 +00:00
blakeross%telocity.com
445636f26a
114325 - Update callers for hasAttribute work. r=ben sr=hewitt
2001-12-10 00:24:45 +00:00
blakeross%telocity.com
04b07bd531
114258 - pref panel header binding, dialogoverlay.css shouldn't have to be included in each panel. r=ben sr=hewitt
...
114268 - unnecessarily setting localname attribute on all pref-based elements when loading pref panels. r=ben sr=hewitt
2001-12-09 08:47:31 +00:00
blakeross%telocity.com
81fb73e39b
114169 - Use hasAttribute (which will be optimized even further soon) to avoid excessive string copying. r=ben sr=hewitt
...
113582 - put global xbl widgets on a diet. r=ben sr=hewitt
2001-12-08 07:52:11 +00:00
waterson%netscape.com
5e242ccd1a
Bug 113515. Decouple FTP from wallet using the observer service. r=bbaetz, morse, sr=darin
2001-12-07 23:56:55 +00:00
rayw%netscape.com
9bf1ec9850
Following Johnny's suggestions to cancel outstanding requests and make the
...
number black before issuing additional requests.
Not part of default build.
2001-12-07 23:20:06 +00:00
jst%netscape.com
a7a30140b7
Make this test use async soap call and make it work for numbers that don't fit in a JS int.
2001-12-07 22:55:41 +00:00
rayw%netscape.com
6bc2fdb948
Coerce type to integer. SOAP is not part of default build.
2001-12-07 22:04:25 +00:00
rayw%netscape.com
5a78a34cbf
Fixes to the way SOAP encodings are tied to the XML elements.
...
Not part of default build.
2001-12-07 18:56:19 +00:00
rayw%netscape.com
bc5d878343
Minor fix and update to primes test.
...
Not part of default build.
2001-12-07 06:47:06 +00:00
rayw%netscape.com
a444aada8a
Added self-ref to completion object when it has relelased the request
...
object but still needs to deliver listenerr callback.
SOAP is not part of default build.
2001-12-07 05:22:28 +00:00
rayw%netscape.com
31de90e964
More fixes to SOAP. Not part of default build. New test file.
2001-12-07 04:08:01 +00:00
rayw%netscape.com
337fb6f519
Fixed argument check in SOAP.
...
Not part of default build.
2001-12-07 02:13:34 +00:00
jst%netscape.com
b67c735146
Adding missing NS_INIT_ISUPPORTS to a constructor, cleaning up some out parameter setting code...
2001-12-07 02:02:15 +00:00
jst%netscape.com
55f6f9f6b8
Fixing refcounting problem in the soap code, not part of the default build.
2001-12-07 01:48:23 +00:00
rayw%netscape.com
c69fc96d56
Added version support to SOAP so that calls may be invoked with level 1.1 or
...
level 1.2 support (needed to build tests). Also added support for https.
Misc fixes.
Not part of default build.
2001-12-06 22:30:33 +00:00
bzbarsky%mit.edu
5c40228231
Re-enable inspector showing positioning values. Bug 113863, r=timeless,
...
sr=hewitt
2001-12-06 22:29:53 +00:00
oeschger%netscape.com
bdbd3ddd05
getting real content into context-sensitive help, overdue html update only, r=rudman, b=46917
2001-12-06 15:31:00 +00:00