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

134344 Коммитов

Автор SHA1 Сообщение Дата
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
dbaron%dbaron.org 7150424d2e Use |this| instead of getting the frame from the reflow state, since the frame from the reflow state is wrong when we're in a XUL textbox. b=263806 Patch from Hideo Saito <saito@densan.co.jp>. r=bernd sr=dbaron 2004-10-12 17:58:28 +00:00
christophe.ravel.bugs%sun.com 9e68805072 238319: Sun packages changes. 2004-10-12 17:54:46 +00:00
bienvenu%nventure.com 9bdfe72d87 add option to make sure there are imap deleted messages before doing an expunge, off by default, patch by mikael@parknet.se, r=neil, sr=bienvenu 235004 2004-10-12 17:17:18 +00:00
bienvenu%nventure.com bb5de69a15 potential fixes for crashes after leaving grouped sort, sr=mscott 263733 2004-10-12 16:59:12 +00:00
pinkerton%aol.net f2c105c65c change finder version to 0.8+ 2004-10-12 14:48:41 +00:00
igor%mir2.org bf18aea97b Fixing https://bugzilla.mozilla.org/show_bug.cgi?id=258844#c25 2004-10-12 13:58:52 +00:00
jshin%mailaps.org 95aa9ed127 bug 263462 : NS_UnescapeURL doesn't honor esc_OnlyNonASCII (r=darin, sr=jst) 2004-10-12 08:48:31 +00:00
jshin%mailaps.org 8af3c77450 bug 88579: bad default traditional chinese fonts on Windows (r=bsmedberg, sr=rbs) 2004-10-12 08:32:58 +00:00
bryner%brianryner.com 3266e9d425 remove 'set' to try to fix bustage (bug 260337) 2004-10-12 08:25:19 +00:00
robin.lu%sun.com 8a99420cab fix bug 260667 in caret browse mode, can't move out of textarea
patched by nian.liu@sun.com r=aaronleventhal sr=neil.parkwaycc.co.uk
2004-10-12 07:09:43 +00:00
caillon%redhat.com a37019b26c Bug 260872
More fixes for the GTK2 file chooser.
Use a GtkWindow instead of a GdkWindow for parenting.
Simplify the pattern parsing.
Don't register a contract ID for the xul picker on GTK2 builds since the logic for determining which picker to use is handled by the native module constructor.

r+sr=bryner
2004-10-12 07:00:59 +00:00
jst%mozilla.jstenback.com f242538f08 Fixing bug 263429. Making nsProcessCommon::Run() work on Mac OS X. r=peterv@propagandism.org, sr=dveditz@cruzio.com 2004-10-12 05:31:37 +00:00
jst%mozilla.jstenback.com 0e6e277e45 Fixing bug 246892. Prevent crash in xpconnect code due to a scriptable plugins being deleted while calling through a scriptable method on the plugin. r=dbradley@gmail.com, sr=brendan@mozilla.org 2004-10-12 04:30:09 +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
shaver%mozilla.org 08eea60ca0 build bustage fix, how mortifying 2004-10-12 03:49:28 +00:00
shaver%mozilla.org 1b352a64d6 Bug 262189: fix JS component loader's error reporting up to be less-often
useless.  Also some warning fixes for gcc and quelling some
	    spew for myself.  r+sr=brendan.
2004-10-12 03:37:20 +00:00
bzbarsky%mit.edu f0847e2b62 Look at style height in addition to the height attribute for vertical
marquees.  Bug 262708, r=doron, sr=jst
2004-10-12 03:21:13 +00:00
rbs%maths.uq.edu.au ae2df9e09d Text Zoom leaves misaligned overlapping text, b=128405, r=roc, sr=bz 2004-10-12 03:04:47 +00:00
timeless%mozdev.org 3b1ca940c9 Bug 263472 font.default is registered doubly.
patch by cst@andrew.cmu.edu r=darin sr=darin
2004-10-12 02:48:11 +00:00
kyle.yuan%sun.com 655b4aa6d3 Bug 260337 (Firefox) Fail to build on solaris
r=bryner, patch=brian.lu@sun.com
2004-10-12 02:39:47 +00:00