darin%meer.net
3e44d10475
landing patch for bug 264991 "Support xforms submission replace attribute" r=bryner
2004-10-20 21:43:10 +00:00
silver%warwickcompsoc.co.uk
8277984c19
Bug 262037 - New ChatZilla plugin API.
...
ChatZilla only.
r=rginda
p=samuel@sieb.net (Samuel Sieb)
2004-10-20 17:13:35 +00:00
silver%warwickcompsoc.co.uk
b5ef59ce77
Bug 247507 - Make Venkman on Aviary banch work in FF 1.0.
...
r=shaver
a=drivers
2004-10-20 16:26:05 +00:00
pedemont%us.ibm.com
07f57141f2
Move assert to the correct place
2004-10-19 23:15:51 +00:00
timeless%mozdev.org
39a6a218aa
Bug 198006 no help for automatic image resizing
...
patch by giacomo.magnini@portalis.it and stefan_h@hem.utfors.se r=neil
2004-10-19 19:33:58 +00:00
silver%warwickcompsoc.co.uk
f8a3f1f895
Bug 233973 - Bustage fix for ChatZilla.
...
r=samuel@sieb.net
2004-10-19 18:57:15 +00:00
pedemont%us.ibm.com
06423f11cc
Implement IID for nsJavaXPTCStub. Return associated Java object if returning nsJavaXPTCStub.
2004-10-18 17:04:29 +00:00
neil%parkwaycc.co.uk
db03b3ac8b
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
01ebb5661e
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
125d2e3e6e
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
35a6a12bca
Fixing a couple of MSVC build warnings.
2004-10-17 21:07:25 +00:00
bryner%brianryner.com
89dc9ecf84
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
01b07e6d7e
Use the actual XPCOM obj (not wrapper) as hash key.
2004-10-15 22:20:07 +00:00
pedemont%us.ibm.com
f59b0d3465
Revert to having each nsJavaXPTCStub hold a ref to its Java object.
2004-10-15 22:07:36 +00:00
pedemont%us.ibm.com
1ab5b7e9c3
Update to new method names and QI impl. Add deleting array test.
2004-10-15 21:55:14 +00:00
pedemont%us.ibm.com
4ea3388e04
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
fca9f9b2bc
Add HANDLE_DEFAULT to the notification mask for ModelElement and SubmissionElement.
2004-10-15 20:10:15 +00:00
shaver%mozilla.org
9a1bef408a
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
1494465fae
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
a067871b06
WebDAV, NPOTB.
...
Streamline operation-listener interface.
Report HTTP status correctly to listener.
2004-10-15 00:01:47 +00:00
bryner%brianryner.com
69c2e00a66
Switch to XTF handleDefault() API. Fixes crashes from failed QI to nsIDOMNSUIEvent.
2004-10-14 23:55:58 +00:00
bryner%brianryner.com
ef037a47d2
Fix UMR from bug 263705
2004-10-14 23:38:16 +00:00
bryner%brianryner.com
09bf83a5dc
Fix spelling of eEvent_ComputeException. Patch by aaronr@us.ibm.com, r=me.
2004-10-14 21:20:18 +00:00
cbiesinger%web.de
8dbcaf8757
remove filespec from wallet code. 214795 r=mvl sr=dveditz
2004-10-14 17:00:19 +00:00
neil%parkwaycc.co.uk
ff8101f1a3
Typo fix b=146434 p=giacomo.magnini@portalis.it r=me
2004-10-14 08:57:39 +00:00
shaver%mozilla.org
f34a84837c
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
2db8755460
fixing xmlterm bustage from bug 231716
2004-10-13 23:10:12 +00:00
neil%parkwaycc.co.uk
279d8c6aef
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
d8ea0c6168
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
5981b25833
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
0055b6207b
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
b178b5c8a6
(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
2ebf2c9755
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
7ddd21eb5a
More API updates for trunk XTF.
2004-10-13 18:50:15 +00:00
shaver%mozilla.org
61b57992ba
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
7dd8608440
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
d1aefb1eb4
Bug 235213 - Correct typo in help template.
...
JavaScript Debugger only.
r=rginda
2004-10-13 02:33:58 +00:00
silver%warwickcompsoc.co.uk
df4734a34c
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
24eabf40af
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
1c3f4cfd9e
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
97d2d78578
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
87f656bf80
Bug 263774: Removing unused function InitElement()
...
r=BenB, sr=Neil
2004-10-10 21:33:21 +00:00
timeless%mozdev.org
faef68dd99
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
d9cc6ad094
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
09b6196f24
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
9cf4590273
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
7bb2ca31b7
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
d044f218ba
Check if entry is valid when removing. Not part of default build.
2004-10-07 18:35:43 +00:00
pedemont%us.ibm.com
5528356ba2
Implement testcase interface as IDL. Not part of default build.
2004-10-07 15:48:38 +00:00
pedemont%us.ibm.com
2f3410b9f8
Pass package name to xpidl when creating Java interfaces. Not part of default build
2004-10-07 15:27:27 +00:00