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

134264 Коммитов

Автор SHA1 Сообщение Дата
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
neil%parkwaycc.co.uk 017a11a5a3 Bug 261108 Fix generated click event to be a mouse event r+sr=jst 2004-10-13 22:23:46 +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
dbaron%dbaron.org 5e2c923876 Remove unneeded dependency on layout. b=227361 r+sr=roc 2004-10-13 22:08:00 +00:00
dbaron%dbaron.org 13700142d7 Remove unneeded dependency on layout. b=227361 r+sr=roc 2004-10-13 22:05:00 +00:00
dbaron%dbaron.org 6bbf7a598e Store the visible area so other callers of InitialReflow use the right size rather than 0x0. b=227361 r+sr=roc 2004-10-13 21:59:26 +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
igor%mir2.org 7abc4eb855 Test suite for E4X from AgileDelta Inc, http://agiledelta.com/ : see bug 251113 2004-10-13 21:35:32 +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
joshmoz%gmail.com 23fc18f74f make Appearance pref pane use labeled buttons for changing fonts, also lots of stylistic cleanup (bug 175924) 2004-10-13 21:29:56 +00:00
zack%kde.org e6b12a739b New approach, better approach, popups disappearing after a click, just cooler...
Like it still won't get me chicks but is closer to that goal (i got into mozilla
because of false promises of women)
2004-10-13 21:01:24 +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 bbd7cf3890 Fix gtk warnings on older gtk versions (bug 255656, r+sr=dbaron). 2004-10-13 20:35:06 +00:00
roc+%cs.cmu.edu cd2fc00edf Bug 263992. Fix widget/windows bug revealed by widget caching changes: Resize(x,y,w,h) needs to fix up popups the same way Move() does. r=ere,sr=roc, patch by swalker and roc 2004-10-13 20:17:05 +00:00
vladimir%pobox.com b9cdaf6bda Update to SQLite 3.0.8 2004-10-13 19:30:19 +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
timeless%mozdev.org a56e48de4f backing out bsmedberg's changes for Bug 264093 because they caused domwindows to leak and orange 2004-10-13 19:05:48 +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
bsmedberg%covad.net b85d5cbcb8 Bug 264093 - combine chrome registry and chrome protocol handler on one object r=darin 2004-10-13 17:14:13 +00:00
jst%mozilla.jstenback.com deb7a231da Fixing bug 263649. Add handleDefault(nsIDOMEvent) method to nsIXTFElement. Patch by smaug@welho.com, r=bryner@brianryner.com, sr=jst@mozilla.org 2004-10-13 16:05:13 +00:00
alex%croczilla.com 9f644bbd1d Bug 264112: Fix --enable-xtf non-SVG builds. r=aaronr. Affects XTF-enabled builds only. 2004-10-13 16:04:50 +00:00
dbaron%dbaron.org 4fc0ae27cc Treat 'visibility: collapse' the same as 'visibility: hidden'. b=264072 r+sr=roc 2004-10-13 15:12:14 +00:00
mostafah%oeone.com 73bbc9d214 Checked in patch for bug 264077:
Sunbird menus use control as modifier rather than accel
2004-10-13 13:26:54 +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
bmlk%gmx.de b53073c3c1 mark previously destroyed row frame as nsnull so that the pointer will not be reused bug 263738 r/sr=bzbarsky 2004-10-13 05:49:39 +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 120611ee77 Fixing bustage 2004-10-13 02:24:38 +00:00
bzbarsky%mit.edu 47d033e40b Fix XML serializer to use default namespaces when possible instead of outputing
unneeded namespace prefixes.  Also fix possible correctness issues with the
prefixes it generates.  Bug 263225, r=peterv, sr=rbs
2004-10-13 01:16:06 +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
steffen.wilberg%web.de aef18203da Bug 263769: fix some Opera shortcuts 2004-10-13 00:46:29 +00:00
jwalden%mit.edu 5d6751384f Increment the last-modified date... 2004-10-13 00:16:38 +00:00
steffen.wilberg%web.de ad89d8f2fb Bug 263369: improve explanation of 'proxy'. r=jwalden 2004-10-12 23:48:45 +00:00
glen.beasley%sun.com 720a5707b7 181540 support SHA-256, SHA-384, SHA-512 2004-10-12 23:24:40 +00:00
christophe.ravel.bugs%sun.com 6f6e73cc30 238319: Sun packages changes. 2004-10-12 22:37:12 +00:00
bienvenu%nventure.com 686cc6ca27 allow filters for local folders account, because of pop3 global inbox, sr=mscott 177093 2004-10-12 22:17:00 +00:00
bienvenu%nventure.com 239bc2feb4 fix deleting the last virtual folder, sr=mscott 263990 2004-10-12 22:16:22 +00:00
jwalden%mit.edu 2a988d9190 Bug 263755 - Help shouldn't say Opt+D highlights location bar on Mac. Also, fix a separate incorrect entity in passing. 2004-10-12 22:12:56 +00:00
jwalden%mit.edu ef73a8a9d6 Bug 263276 - copy changes to toolkit/content/customizeToolbar.xul. r=rlk, a=asa 2004-10-12 21:51:21 +00:00
jst%mozilla.jstenback.com 3cb7020f80 Fixing busted plugin sample. Not part of the default build. 2004-10-12 21:10:42 +00:00
bienvenu%nventure.com 4f39475f77 tbird version of fix for 257759 run filter after the fact doesn't work for deferred pop3 accounts 2004-10-12 20:12:17 +00:00
cltbld e05d1f56d8 Commit Windows-specific fixes for debugging symbols and profile test during
build. (cmp)
2004-10-12 20:01:50 +00:00
darin%meer.net cc74b65fae fixes bug 263263 "Dialog box asks if I meant to load www.google.com. If I answer no, it loads anyway." r=bzbarsky sr=dveditz 2004-10-12 19:56:07 +00:00
zack%kde.org 6386ef7ef5 fixing popup placemant and switching some method sigs to the proper ones 2004-10-12 19:48:56 +00:00
dbaron%dbaron.org 3dc556ddcf Move CSS error reporting functions from parser to scanner so that scanner can report errors, and fix up the one existing error report in the scanner that I'd forgotten about. b=262249 r+sr=bzbarsky 2004-10-12 18:44:14 +00:00
timeless%mozdev.org 46924f79d2 Bug 226099 [RFE] Highlight "<![CDATA[" and matching "]]>" in View Source
patch by mrbkap@gmail.com r=bz sr=rbs
2004-10-12 18:33:12 +00:00
pinkerton%aol.net f19f84d08d use the username field closest to the password field, not the first
one we encounter (bug 184878)
2004-10-12 18:33:09 +00:00
tor%cs.brown.edu 491751f924 Plug memory leaks. 2004-10-12 18:33:03 +00:00
tor%cs.brown.edu 88052633a5 New cairo font code requires different ordering of font setup. 2004-10-12 18:26:34 +00:00