pedemont%us.ibm.com
61e3d51e6d
Implement IID for nsJavaXPTCStub. Return associated Java object if returning nsJavaXPTCStub.
2004-10-18 17:04:29 +00:00
neil%parkwaycc.co.uk
a074347e6b
Bug 258257 Fixing errors and cleanup p=giacomo.magnini@portalis.it r=me
2004-10-18 13:25:34 +00:00
silver%warwickcompsoc.co.uk
fc5fd7bcba
Bug 233973 - Put logs in directories based on network and named by date.
...
ChatZilla only.
r=rginda
2004-10-18 13:22:20 +00:00
silver%warwickcompsoc.co.uk
2d368f8a5d
Bug 263760 - Fix typo in IRC library's getChannel, and handle the getChannel call failing.
...
ChatZilla only.
r=rginda
2004-10-18 13:17:21 +00:00
bryner%brianryner.com
5cb5c5f356
Fixing a couple of MSVC build warnings.
2004-10-17 21:07:25 +00:00
bryner%brianryner.com
b3e745449e
Work around blur events not going to the system event group, just use the default event group for now.
2004-10-16 21:29:00 +00:00
pedemont%us.ibm.com
6e81ed52e5
Use the actual XPCOM obj (not wrapper) as hash key.
2004-10-15 22:20:07 +00:00
pedemont%us.ibm.com
0ed121bb8c
Revert to having each nsJavaXPTCStub hold a ref to its Java object.
2004-10-15 22:07:36 +00:00
pedemont%us.ibm.com
02f05393b5
Update to new method names and QI impl. Add deleting array test.
2004-10-15 21:55:14 +00:00
pedemont%us.ibm.com
051fceec64
Make GeckoEmbed functions more Java-like. Don't reflect NS_NewArray. Provide generic impl of QI.
2004-10-15 21:50:15 +00:00
bryner%brianryner.com
d63e7dd41d
Add HANDLE_DEFAULT to the notification mask for ModelElement and SubmissionElement.
2004-10-15 20:10:15 +00:00
shaver%mozilla.org
1ea5ef52b0
WebDAV, NPOTB: Refactor simple stream reader, because every line of reuse
...
reduces the amount of C++ I have to read.
2004-10-15 07:58:56 +00:00
shaver%mozilla.org
62cc94df8a
WebDAV, NPOTB.
...
Refactor the parse-and-list-responses code so that upcoming multiresult
work for non-PROPFIND operations can use it.
2004-10-15 07:48:12 +00:00
shaver%mozilla.org
6f09cd34e9
WebDAV, NPOTB.
...
Streamline operation-listener interface.
Report HTTP status correctly to listener.
2004-10-15 00:01:47 +00:00
bryner%brianryner.com
0eae1897c7
Switch to XTF handleDefault() API. Fixes crashes from failed QI to nsIDOMNSUIEvent.
2004-10-14 23:55:58 +00:00
bryner%brianryner.com
4ca68be9b7
Fix UMR from bug 263705
2004-10-14 23:38:16 +00:00
bryner%brianryner.com
266cc4de17
Fix spelling of eEvent_ComputeException. Patch by aaronr@us.ibm.com, r=me.
2004-10-14 21:20:18 +00:00
cbiesinger%web.de
bc26046032
remove filespec from wallet code. 214795 r=mvl sr=dveditz
2004-10-14 17:00:19 +00:00
neil%parkwaycc.co.uk
0f43ee9e2c
Typo fix b=146434 p=giacomo.magnini@portalis.it r=me
2004-10-14 08:57:39 +00:00
shaver%mozilla.org
68c683d7fe
WebDAV, NPOTB.
...
DELETE can return a multistatus, so enhance the API a bit to convey that data.
We don't call the detailed-report facet yet at all, but it's there for when
we do!
2004-10-13 23:36:51 +00:00
cbiesinger%web.de
b66482959e
fixing xmlterm bustage from bug 231716
2004-10-13 23:10:12 +00:00
neil%parkwaycc.co.uk
3af8384d63
Signed/unsigned comparison fix b=231716 p=gautheri@noos.fr r=timeless sr=roc
2004-10-13 22:34:43 +00:00
shaver%mozilla.org
4ad3836fae
WebDAV: the beat goes on.
...
MKCOL support. No MKCOL-with-data support, because I have no idea what that's
really supposed to do, so I can't design a good interface for it.
2004-10-13 22:14:51 +00:00
shaver%mozilla.org
d13ae59f95
WebDAV, NKOTB.
...
DELETE support (named 'remove' in IDL to avoid pain for JS consumers).
(...step by step...)
2004-10-13 21:54:33 +00:00
shaver%mozilla.org
b9f243f10c
WebDAV, NPOTB.
...
Don't propagatge NS_BINDING_ABORTED to put() callers.
PUT() test wrapper and findErr helper.
2004-10-13 21:30:21 +00:00
shaver%mozilla.org
ee1db06bac
(WebDAV, NPOTB)
...
Flush the output stream when the GET is complete, to aid scripted callers in
getting the results they probably expect.
2004-10-13 20:46:24 +00:00
bryner%brianryner.com
fa66492f1c
Adding nsIXFormsModelElement here, instead of dom/public/idl/xforms, since nothing in the core will depend on it.
2004-10-13 19:29:35 +00:00
bryner%brianryner.com
76d97cefed
More API updates for trunk XTF.
2004-10-13 18:50:15 +00:00
shaver%mozilla.org
4b184ac2af
WebDAV micro-checkpoint, NPOTB.
...
Use buffered streams for getToOutputStream, and document that requirement.
Make sure we QI correctly for nsIRequestObserver in our
OperationStreamListener.
2004-10-13 18:35:33 +00:00
bryner%brianryner.com
80e542ba71
Merge of XForms code to the trunk. This has some rough edges still, like inputs not being treated as inline elements.
2004-10-13 09:51:52 +00:00
silver%warwickcompsoc.co.uk
e53ceedfc1
Bug 235213 - Correct typo in help template.
...
JavaScript Debugger only.
r=rginda
2004-10-13 02:33:58 +00:00
silver%warwickcompsoc.co.uk
425785ced5
Bug 263103 - Delay being "initialized" until post-window display to prevent us stopping without a UI shown.
...
JavaScript Debugger only.
r=rginda
2004-10-13 02:30:45 +00:00
aaronleventhal%moonset.net
ca0cd1c767
Bug 261054. Make caret consistently the same width throughout Gecko/Mozilla. Configurable through ui.caretWidth. r=glazou, sr=rbs
2004-10-13 01:12:14 +00:00
shaver%mozilla.org
6c340a24d6
WebDAV checkpoint (NPOTB, I feel so dirty).
...
- return properties for propname results, as well as properties proper.
(Depends on 263957 to actually be useful.)
- ACString > string.
- remove vestigial ChildListener interface.
- OperationListener is also used for get and put.
- put needs a content-type.
- getToOutputStream for somewhat easier use from script.
- implement put, getToOutputStream
- much refactoring of propfind stuff for reuse and clarity
- "davshell" xpcshell test framework
- honestly, did we lose a string-API bet with someone?
2004-10-12 04:13:04 +00:00
bugzilla%arlen.demon.co.uk
b3cab51db0
Bug 146434 Last part of section "Edit Ciphers" is not present in Mozilla Help
...
p=giacomo.magnini@portalis.it r=neil.parkwaycc.co.uk
2004-10-11 15:50:08 +00:00
Stefan.Borggraefe%gmx.de
8540163456
Bug 263774: Removing unused function InitElement()
...
r=BenB, sr=Neil
2004-10-10 21:33:21 +00:00
timeless%mozdev.org
c1c1daa3f1
Bug 262844 Add missing kbd shortcuts in shortcuts-navigator.xhtml
...
patch by stefan_h@hem.utfors.se r=neil
2004-10-10 21:02:31 +00:00
Stefan.Borggraefe%gmx.de
b02d2d1d4e
Bug 249359 Minor UI clean-up for the Roaming Profile Preferences panes
...
r=BenB, sr=Neil
2004-10-10 21:01:42 +00:00
cbiesinger%web.de
1c40e06212
Bug 258935 Import Mail should have a index entry in help
...
patch by Frank Wein <mcsmurf@gmx.de> / Giacomo Magnini
<giacomo.magnini@portalis.it>, r=neil
2004-10-10 18:49:20 +00:00
silver%warwickcompsoc.co.uk
32fd7b1a20
Bug 263608 - Pass actual string rather than array of one item (fixes toolbar not initialising)
...
JavaScript Debugger only.
r=rginda
2004-10-10 07:18:09 +00:00
neil%parkwaycc.co.uk
5601db241c
Switch load handlers to setting document.title (as per bug 126903 setting the title attribute no longer works) b=261267 r=jst sr=shaver
2004-10-09 13:01:45 +00:00
pedemont%us.ibm.com
80d3ab5ea9
Check if entry is valid when removing. Not part of default build.
2004-10-07 18:35:43 +00:00
pedemont%us.ibm.com
b5a2f2368c
Implement testcase interface as IDL. Not part of default build.
2004-10-07 15:48:38 +00:00
pedemont%us.ibm.com
42052a7514
Pass package name to xpidl when creating Java interfaces. Not part of default build
2004-10-07 15:27:27 +00:00
pedemont%us.ibm.com
fba0b494d1
Only master XPTCStub should hold strong ref to Java object. Not part of default build.
2004-10-07 15:11:34 +00:00
silver%warwickcompsoc.co.uk
ce0b41426a
Bug 263226 - Make bug# links use https by default.
...
ChatZilla only.
r=samuel@sieb.net
p=116057@bacon.qcc.mass.edu (Justin Wood)
2004-10-07 03:43:03 +00:00
pedemont%us.ibm.com
0f73cee979
mIInfo check was wrong and unnecessary. Not part of default build.
2004-10-06 22:31:13 +00:00
pedemont%us.ibm.com
4e4f0d22fb
Cleanup. Not part of default build.
2004-10-06 22:28:50 +00:00
pedemont%us.ibm.com
9a08143a89
Use NS_ProxyRelease to make sure XPCOM objects are released on the correct thread. Not part of default build.
2004-10-06 22:13:00 +00:00
cbiesinger%web.de
15cb2b41c9
help should only show information applying to the current platform, Bug 111484
...
patch by Stefan <stefan_h@hem.utfors.se> r=neil
2004-10-02 22:31:53 +00:00