cbiesinger%web.de
81857b804a
bug 245813 patch by Mike Calmus mcalmus@nyx.net r=timeless sr=dveditz
...
This patch allows the code to propagate more specific failure reasons to the
top layer so the exception can deal with different situations as apporpriate.
2004-07-01 17:08:38 +00:00
cbiesinger%web.de
accb367c14
bug 248810 nsIStreamConverter[Service] uses wide strings for mime types
...
r+sr=darin
2004-06-29 16:45:07 +00:00
pedemont%us.ibm.com
c6bb1d891f
Bug 240643 - Autthentication Failover not fully supported between connection based Authentication Types - patch by cneberg@sandia.gov r+sr=darin
2004-06-28 18:30:15 +00:00
darin%meer.net
669f45bb27
backing out last change
2004-06-28 18:09:50 +00:00
darin%meer.net
f4e86c7aca
fixes bug 240643 "Autthentication Failover not fully supported between connection based Authentication Types" patch by cneberg@sandia.gov r+sr=darin
2004-06-28 16:46:13 +00:00
rlk%trfenv.com
b645055a88
Bug 95770 - The help documentation should be formatted in some better way. Patch by Stefan (stefan_h@hem.utfors.se) r=rlk@trfenv.com
2004-06-26 17:19:35 +00:00
cbiesinger%web.de
953f77bb32
replace EqualsWithConversion by EqualsLiteral where possible
...
bug 248687 r+sr=roc
2004-06-26 14:32:11 +00:00
neil%parkwaycc.co.uk
e877c267f4
help.js cleanup left over from bug 242441 r=caillon sr=alecf moa=rlk
2004-06-25 20:15:19 +00:00
timeless%mozdev.org
68fdfc1c8a
Bug 240947 use content instead of _content
...
r=neil sr=dveditz
2004-06-25 17:44:41 +00:00
peterv%propagandism.org
c6758de122
Fix for bug 236408 (deCOMtaminate nsINodeInfoManager). r=caillon, sr=jst.
2004-06-25 12:26:02 +00:00
neil%parkwaycc.co.uk
d1da27d832
Fixing previous checkin which broke due to misinterpretation of Mac line endings
2004-06-25 11:26:48 +00:00
neil%parkwaycc.co.uk
de0f4eb266
Ongoing conversion of help to xhtml b=95770 p=stefan_h@hem.utfors.se r=rlk
2004-06-24 23:01:43 +00:00
timeless%mozdev.org
deb1a2db69
Bug 228542 Divide by zero bug in Universal charset detecter
...
patch by vladimir@lukianov.name r=smontagu sr=roc
2004-06-24 11:53:10 +00:00
timeless%mozdev.org
27cb8450cd
Bug 228545 Bug "FilterWith..." in universal charset detector
...
patch by vladimir@lukianov.name r=smontagu sr=roc
2004-06-24 11:49:08 +00:00
timeless%mozdev.org
14ed3630a3
Bug 248307 lack of {} in mozilla\extensions\universalchardet\src\nsEUCJPProber.cpp:80
...
patch by vladimir@lukianov.name r=roc sr=roc
2004-06-23 19:54:02 +00:00
aaronleventhal%moonset.net
58253cb880
Bug 246062. No accessible name for trees and listboxes. r=neil, sr=jst
2004-06-23 14:07:49 +00:00
dbaron%dbaron.org
4a51202a02
Keep egcs happy (btek bustage).
2004-06-23 08:19:49 +00:00
hpradhan%hotpop.com
a3c257f366
bug 246783 : Support base64binary type in webservices r+sr=jst
2004-06-23 07:13:10 +00:00
hpradhan%hotpop.com
d12123dda6
fix comment
2004-06-23 07:02:16 +00:00
hpradhan%hotpop.com
e4c6d7f467
bug 246783: Support base64binary types in webservices r+sr=jst
2004-06-23 06:57:09 +00:00
hpradhan%hotpop.com
a0433986e4
bug 246783 : Support base64binary type in webservices r+sr=jst
2004-06-23 06:55:47 +00:00
bienvenu%nventure.com
d86be09f7a
help file changes for pop3 header only download, patch by hyc@symas.com, r=bienvenu,sr=mscott 185184
2004-06-22 20:04:03 +00:00
timeless%mozdev.org
32c6f93622
Bug 247711 Remove outdated "tbautostretch" XUL attribute from the codebase
...
patch by bugzilla@babylonsounds.com r=neil sr=brendan
2004-06-20 22:45:14 +00:00
hpradhan%hotpop.com
5fadefaa02
bug 247541 : Fix a case where the SOAP encoder got the schame type wrong.
2004-06-19 15:37:48 +00:00
rlk%trfenv.com
52098f140d
Moving Validating Settings help to XHTML. Patch by Stefan <stefan_h@hem.utfors.se> r=rlk@trfenv.com
2004-06-17 23:10:01 +00:00
rlk%trfenv.com
66ab26807c
Moving Validating Settings help to XHTML. Patch by Stefan <stefan_h@hem.utfors.se> r=rlk@trfenv.com
2004-06-17 22:50:05 +00:00
bsmedberg%covad.net
79b95c3f01
Bizarre crash-fix that I added on the aviary1.0 branch, now porting to trunk. rs=darin
2004-06-17 20:53:35 +00:00
mozilla.BenB%bucksch.org
ec3a569796
246710, should also fix 244589, 244720, 246201
...
- Some code refactoring: Creating file filesList.js, which contains
generic functions for using file lists (arrays whose entries keep file
names and statistics) and corresponding listing files. They can be (and are)
used in another application, and previously were in file conflictCheck.js.
conflictCheck.js is now even more focussed on the 2-way-sync logic
of roaming.
- Added some safe-exception-catches, and showing the error in the UI.
Currently, the code just malfunctions (broken dialog buttons?) in that case.
This should help with bug 244589 and bug 244720, if the fix below fails,
and other future unexpected problems.
- Making the status message actually show something.
- Renaming dumbObject() to ddumpObject() to match ddump() for easier replace
- fixed bug 246201 - infinite conflicts
- less conflicts, if files non-existant
- potentially transfer less (if we know we have the file already)
- code doc improved
- pref API usage
In filesList.js:
- Changing listing file to actually use Unixtime as claimed
(breaks existing files, but should only cause conflicts once)
- Using indexed file lists, should be faster, probably not significant
for roaming
- Allow last modified time to differ 1 sec, because of FAT inaccuracy,
not needed for roaming
- Option to allow newer files, not needed for roaming
- Fixing bug 244589 and probably bug 244720 by moving dom creation after the
empty filename check.
- minimal API change for extractFiles()
2004-06-17 16:21:18 +00:00
roc+%cs.cmu.edu
52092297fe
Bug 226439. Convert codebase to use AppendLiteral/AssignLiteral/LowerCaseEqualsLiteral. r+sr=darin
2004-06-17 00:13:25 +00:00
jag%tty.nl
fc47ce92bf
Bug 111842: tabbed browser prefs text "load links in the background" misleading. Patch by Tim Meader <tmeader@gmail.com>, r=neil, sr=jag
2004-06-16 22:12:11 +00:00
scott%scott-macgregor.org
bb269e245d
Bug #246371 --> remove some dead code from the spell checker. Cleanup the notifications the spell checker
...
listens for in order to load new custom dictionaries.
r=mvl
2004-06-16 22:05:46 +00:00
rlk%trfenv.com
ad838066be
bug 246968 - Update changes in kbd shortcuts and add "Paste As Quotation". Patch by Stefan <stefan_h@hem.utfors.se>. r=rlk@trfenv.com
2004-06-16 14:10:35 +00:00
timeless%mozdev.org
b4ffc1f48b
Bug 243579 Change nsIOnReadystatechangeHandler to nsIOnReadyStateChangeHandler
...
r=jst sr=jst
2004-06-16 12:41:18 +00:00
dveditz%cruzio.com
9ddc5fd676
bug 245813 stop overwhelming number of master password prompts if trying to cancel out, r=timeless, sr=brendan
2004-06-15 21:49:59 +00:00
neil%parkwaycc.co.uk
83db7cae4f
Ongoing conversion of help files to xhtml b=236942 p=stefan_h@hem.utfors.se r=me
2004-06-15 16:07:49 +00:00
neil%parkwaycc.co.uk
ada2a55359
Ongoing conversion of help files to xhtml b=236942 p=stefan_h@hem.utfors.se r=me
2004-06-15 09:13:17 +00:00
rlk%trfenv.com
453cfd67ff
Bug 246512 - H1 { text-align: left } should be removed from content_style.css. r=neil@parkwaycc.co.uk
2004-06-13 14:04:15 +00:00
cbiesinger%web.de
8efd04ae2e
bug 245673 named literal strings should be const
...
r+sr=darin
2004-06-11 15:05:29 +00:00
jst%mozilla.jstenback.com
c47cabb36c
Fixing bug 245619. Don't bother serializing the result of JS execution when the caller doesn't care about the value. r+sr=brendan@mozilla.org
2004-06-11 00:48:00 +00:00
dmose%mozilla.org
6345f11409
Fix XML Schema crash that happens when using WSDL/SOAP arrays (bug 246082). r=timeless; sr=jst
2004-06-09 20:52:25 +00:00
silver%warwickcompsoc.co.uk
ab6de51c9a
Fixing version number.
2004-06-09 05:16:53 +00:00
silver%warwickcompsoc.co.uk
e11c8cbd6f
Bug 243629 - Landing of ChatZilla 0.9.63.
...
Lots of bugs fixed, including: 226223, 230328, 127662, 185729, 226410, 231150, 235650, 238551, 238716, 73257, 226408, 238612, 108087, 180577, 211461, 218070, 242381
and 147452.
r=samuel@sieb.net
2004-06-09 03:33:50 +00:00
mvl%exedo.nl
502e663e52
Add a way to manually show a single blocked pop-up window
...
bug 198846, r=danm, sr=jag
2004-06-08 12:06:56 +00:00
dveditz%cruzio.com
331acbb265
fix for xpinstall (tier 50) dependency on extension/cookie (tier 94) build bustage (bug 245826, resulting from the fix for bug 240552). Band-aid r/sr bryner and darin
2004-06-08 03:11:21 +00:00
hpradhan%hotpop.com
1441e83fbb
bug 245772 : Remove some useless null checks. r+sr=peterv
2004-06-07 16:28:19 +00:00
rlk%trfenv.com
72983bbb53
Bug 245379 - Print Preview menu item is hidden on Mac OS. r=neil@parkwaycc.co.uk
2004-06-07 01:21:54 +00:00
mvl%exedo.nl
81bd8ef58c
Make password manager show passwords again.
...
bug 241110, r=neil, sr=darin
2004-06-06 14:29:41 +00:00
rlk%trfenv.com
68357dc35c
changing to unix line endings. no code was actually change.
2004-06-06 01:35:29 +00:00
rlk%trfenv.com
325c3b1eb0
Bug 244744 - clicking characters once in help triggers dialog "Opening help.dtd". r=neil@parkwaycc.co.uk
2004-06-05 20:04:44 +00:00
rlk%trfenv.com
690dac8181
Bug 244794 - In Help Contents, separate newsgroup links for developers and users. r=neil@parkwaycc.co.uk
2004-06-05 19:51:53 +00:00