Commit Graph

5642 Commits

Author SHA1 Message Date
cbiesinger%web.de
2bb5f1d3a1 replace EqualsWithConversion by EqualsLiteral where possible
bug 248687 r+sr=roc
2004-06-26 14:32:11 +00:00
neil%parkwaycc.co.uk
685b0bb4cb 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
6d68244162 Bug 240947 use content instead of _content
r=neil sr=dveditz
2004-06-25 17:44:41 +00:00
peterv%propagandism.org
a7908e751a Fix for bug 236408 (deCOMtaminate nsINodeInfoManager). r=caillon, sr=jst. 2004-06-25 12:26:02 +00:00
neil%parkwaycc.co.uk
827332619c Fixing previous checkin which broke due to misinterpretation of Mac line endings 2004-06-25 11:26:48 +00:00
neil%parkwaycc.co.uk
ff54b01ba8 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
6395759145 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
420a446203 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
cd6e4fe1b9 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
f7c2df8d56 Bug 246062. No accessible name for trees and listboxes. r=neil, sr=jst 2004-06-23 14:07:49 +00:00
dbaron%dbaron.org
d0532673fb Keep egcs happy (btek bustage). 2004-06-23 08:19:49 +00:00
hpradhan%hotpop.com
489fc8dfdc bug 246783 : Support base64binary type in webservices r+sr=jst 2004-06-23 07:13:10 +00:00
hpradhan%hotpop.com
77f7162cc5 fix comment 2004-06-23 07:02:16 +00:00
hpradhan%hotpop.com
7f721575c7 bug 246783: Support base64binary types in webservices r+sr=jst 2004-06-23 06:57:09 +00:00
hpradhan%hotpop.com
74ea7262ab bug 246783 : Support base64binary type in webservices r+sr=jst 2004-06-23 06:55:47 +00:00
bienvenu%nventure.com
31cd7d7647 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
7f32d59284 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
2fed1408a8 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
be710edf2d 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
34f6d5472d 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
b7aedee852 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
5276f71303 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
0f4150a4e5 Bug 226439. Convert codebase to use AppendLiteral/AssignLiteral/LowerCaseEqualsLiteral. r+sr=darin 2004-06-17 00:13:25 +00:00
jag%tty.nl
59c395041f 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
8959ab7f75 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
ddb5693fbe 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
d60fe6d36c Bug 243579 Change nsIOnReadystatechangeHandler to nsIOnReadyStateChangeHandler
r=jst sr=jst
2004-06-16 12:41:18 +00:00
dveditz%cruzio.com
bf080b9ed2 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
8581c7fe81 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
e46e99ceb7 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
e59f21faec 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
a4396ff7b4 bug 245673 named literal strings should be const
r+sr=darin
2004-06-11 15:05:29 +00:00
jst%mozilla.jstenback.com
41f7ad6178 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
5d10c71afc 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
4dbb3d6ec0 Fixing version number. 2004-06-09 05:16:53 +00:00
silver%warwickcompsoc.co.uk
7e998d1a2e 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
3688853ede 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
700ac609cc 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
983892bfb9 bug 245772 : Remove some useless null checks. r+sr=peterv 2004-06-07 16:28:19 +00:00
rlk%trfenv.com
e0e532c43a 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
a615250edd Make password manager show passwords again.
bug 241110, r=neil, sr=darin
2004-06-06 14:29:41 +00:00
rlk%trfenv.com
5e074eb934 changing to unix line endings. no code was actually change. 2004-06-06 01:35:29 +00:00
rlk%trfenv.com
2af674a5fa 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
f870ab38ac 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
rlk%trfenv.com
d17c19640c Bug 243126 - Dead link in help_help.html. Patch by Stefan <stefan_h@hem.utfors.se>. r=rlk@trfenv.com 2004-06-05 19:29:05 +00:00
rlk%trfenv.com
07719401bf bug 245305 - typo in mail_sec_help.xhtml (wrong link). r=neil@parkwaycc.co.uk 2004-06-05 17:17:53 +00:00
mvl%exedo.nl
ae01124eaf fix compiler warning
Bug 244080, patch by tenthumbs@cybernex.net, r=mvl, sr=darin
2004-06-04 08:56:50 +00:00
neil%parkwaycc.co.uk
93e990ff0c Bug 90984 Prefer "website" to "web site" p=tmeader@gmail.com r=me sr=jag 2004-06-02 22:59:39 +00:00
hpradhan%hotpop.com
9d46d0a1a3 bug 244717: SOAP requests should state that the charset of their payloads is utf-8 2004-06-01 12:48:11 +00:00
hpradhan%hotpop.com
5239c247d5 bug 244349 : Bulletproof webservice proxy code against
crashes when server sends invalid SOAP response.
r+sr=jst
2004-05-31 08:46:12 +00:00
neil%parkwaycc.co.uk
21e1198449 Bug 244291 Add/correct keyboard shortcut listings in Help p=stefan_h@hem.utfors.se r=rlk 2004-05-29 20:02:12 +00:00
bzbarsky%mit.edu
e3c563d47b Use "Search Web For" instead of "Web Search For". Bug 137254, patch by Tim
Meader <tmeader@gmail.com>, r=mconnor, sr=jag
2004-05-29 03:35:16 +00:00
bzbarsky%mit.edu
a7bff6ad5b Change FlushPendingNotifications to have more granularity and update callers to
only flush the things they really need flushed.  Bug 144072, r+sr=jst
2004-05-27 22:08:42 +00:00
peterv%propagandism.org
e863459524 Correct comments. r=Pike 2004-05-26 11:54:37 +00:00
ben%bengoodger.com
858f394efd 243386 - find as you type text not shown in the status bar. Repackage typeahead find resources in global since it is a core application component. r=aaronl. 2004-05-25 01:47:22 +00:00
mozilla.BenB%bucksch.org
a8c5f20207 Bug 124029 - Roaming
New module for session-based roaming like in Netscape Communicator 4.x.

r=Pete Zha <pete.zha@sun.com>
sr=darin (backend), jag (UI code)
a=tor
Tracking of bugs, regressions: Bug 228629
2004-05-24 16:55:07 +00:00
neil%parkwaycc.co.uk
19184d9a5b Bug 244144 Missing "HTML" link in navigator help (also linking "XML" and fixing some garbage characters) p=stefan_h@hem.utfors.se r=me 2004-05-23 13:20:27 +00:00
roc+%cs.cmu.edu
0e3ff503fb Bug 226439. Convert Seamonkey to EqualsLiteral. rs=darin 2004-05-22 22:15:22 +00:00
bzbarsky%mit.edu
62a5127738 Relanding, since backing out did not fix orange. Bug 232691. 2004-05-22 20:02:43 +00:00
bzbarsky%mit.edu
7f1e54b18d Backing out to attempt to fix Mac orange. Bug 232691 2004-05-22 19:26:52 +00:00
bzbarsky%mit.edu
abcad1dc39 Convert users of nsC?String(), nsC?AutoString(), and NS_LITERAL_C?STRING("") to
using EmptyC?String instead.  Bug 232691, patch by Charles Fenwick
<clf03f@garnet.acns.fsu.edu>, r+sr=bzbarsky
2004-05-22 17:04:53 +00:00
sspitzer%mozilla.org
f00543e3e2 fix for bug #244279
Enabling popup blocking from About Popups fails to set the preference.

thanks to neil for the fix.

r=mconnor, sr=dveditz
2004-05-22 05:46:52 +00:00
jst%mozilla.jstenback.com
ba58a7a028 Fixing remaining part of bug 241157 (patch by ben@bengoodger.com). Make nsDefaultEncoder::Decode() properly deal with null valued elements. r=darin@meer.net, sr=jst@mozilla.jstenback.com 2004-05-21 21:23:10 +00:00
peterv%propagandism.org
520c1548cf Trying to fix bustage. 2004-05-21 11:25:38 +00:00
peterv%propagandism.org
2bcb3434e2 Fix for bug 235748 (Reorganize Transformiix directories). r=Pike, sr=jst. 2004-05-21 10:41:24 +00:00
neil%parkwaycc.co.uk
09262fdf91 Bug 241186 Document Password Manager's "Show Passwords" button p=stefan_h@hem.utfors.se r=me 2004-05-18 22:56:53 +00:00
caillon%redhat.com
178bb153f1 Kill off nsComObsolete.h
Patch by marco@gnome.org to bug 241145
r=caillon sr=dbaron
2004-05-18 18:09:16 +00:00
caillon%redhat.com
1f5b9911f9 Patch for bug 239785: "only first part blinks for elements split into multiple lines"
Contributed by Michal Ceresna <ceresna@amos.sturak.sk>
r=caillon, sr=roc
2004-05-18 17:52:05 +00:00
peterv%propagandism.org
2c86614834 Bug 243520 (Remove txNamespaceManager ifdef's). r=Pike, sr=jst. 2004-05-18 13:15:56 +00:00
timeless%mozdev.org
55a5e5ddbf Bug 243621 Standardize QueryInterface without throw
r=neil sr=darin
2004-05-17 23:38:25 +00:00
timeless%mozdev.org
99a43c4d07 Bug 207864 Some things GetService "@mozilla.org/rdf/container;1"
r=neil sr=jag
2004-05-17 23:23:47 +00:00
roc+%cs.cmu.edu
cab775b57b Backing out 233441. 2004-05-17 16:29:13 +00:00
neil%parkwaycc.co.uk
3c5d3b2c85 Bug 242441 Improved help topic loading as per FF help r=rlk sr=roc 2004-05-14 20:48:11 +00:00
mvl%exedo.nl
fc48c463fc Make content policy api (nsIContentPolicy) not suck.
bug 191839. Original patch and hard work by Tim <riceman+bmo@mail.rit.edu>, r=bzbarsky (on backend stuff), r=neil (on the tabbrowser stuff), sr=bzbarsky
2004-05-13 18:34:18 +00:00
jst%mozilla.jstenback.com
51c893718d Whitespace only change. 2004-05-13 03:36:39 +00:00
rlk%trfenv.com
7a5e2c19c3 Bug 243349 - Wrong image-Links in composer_help.html and composer_help.xhtml. Patch by Michael Opitz <michael.opitz@aon.at>. r=rlk@trfenv.com 2004-05-11 23:26:12 +00:00
peterv%propagandism.org
3dfeca83aa We've supported xsl:fallback for a while now. r=Pike. 2004-05-11 12:12:42 +00:00
rlk%trfenv.com
2f78453c54 Bug 240695 - Wrong help text: Profile Manager can't be invoked from OS X's finder. Patch by Stefan <stefan_h@hem.utfors.se>. r=neil@parkwaycc.co.uk 2004-05-09 14:05:03 +00:00
timeless%mozdev.org
10f466a6e8 Bug 242877 [@ FindInterfaceByName]
r=jst sr=jst
2004-05-07 22:07:06 +00:00
jst%mozilla.jstenback.com
99e02e5aa3 Fixing bug 242734. deCOMtaminate nsITextContent. r+sr=bryner@brianryner.com 2004-05-07 20:55:17 +00:00
neil%parkwaycc.co.uk
f83a768ffc Mac's history back/forward keys are listed in Help as Alt+ when in fact they are Cmd+ b=241806 p=brion@pobox.com r=me 2004-05-07 20:18:23 +00:00
timeless%mozdev.org
834cae9c87 Bug 242760 code cleaning: rechecking checked rc's, dropping a temporary comptr, a comment change
r=jst sr=jst
2004-05-06 18:43:32 +00:00
timeless%mozdev.org
500ceaf953 Bug 242613 Crash [@ EncodeStructParticle] because getEnumerator returned null
r=jst sr=jst
2004-05-06 04:56:38 +00:00
roc+%cs.cmu.edu
e0fe2b43bd Bug 233441. Make nsViewManager always have a root view, you can't change it. r+sr=dbaron 2004-05-06 03:17:14 +00:00
dwitte%stanford.edu
439a0fa517 fix a build warning. b=242588, r=mconnor, sr=darin 2004-05-05 02:06:38 +00:00
timeless%mozdev.org
e5a80eb534 Bug 242613 Crash [@ EncodeStructParticle] because getEnumerator returned null
r=jst sr=jst
2004-05-05 01:38:03 +00:00
peterv%propagandism.org
dba16f14e3 Fix for bug 187907 (Expr::toString should be removed or debug-only). r=Pike, sr=jst. 2004-05-04 19:36:39 +00:00
jst%mozilla.jstenback.com
5ee322a073 Fixing uninitialized variable access (no bug). r+sr=peterv@propagandism.org 2004-05-04 17:16:11 +00:00
peterv%propagandism.org
bef5dc8302 Fix for bug 102138 (get REQUIRES failsafe for transformiix). Remove unnecessary REQUIRES. r=Pike. 2004-05-04 14:02:27 +00:00
peterv%propagandism.org
4eb3ddba52 Fix for bug 235747 (Move parser stuff into mozilla/parser). r=cls, sr=jst. 2004-05-04 11:46:11 +00:00
peterv%propagandism.org
cb2001096a Fix for bug 238807 (Compilation error in txXPathTreeWalker.h when building txXMLParser). r=Pike, sr=jst. 2004-05-04 07:44:51 +00:00
bryner%brianryner.com
7d80b4f5cf deCOMtaminate nsPIDOMWindow (bug 242111). r+sr=jst. 2004-05-03 21:48:36 +00:00
pkw%us.ibm.com
86639566ac Bug 241469 - Help interface not keyboard accessible
r=rlk@trfenv.com, sr=bryner@brianryner.com
2004-05-03 18:49:35 +00:00
darin%meer.net
b46a907798 fixes bug 242446 "nsHttpNegotiateAuth::MatchesBaseURI fixes" patch by cneberg@sandia.gov r+sr=darin 2004-05-03 17:33:00 +00:00
rlk%trfenv.com
112bc0e405 removing obsolete, unused file that is not part of the default build. 2004-05-02 20:54:23 +00:00
rlk%trfenv.com
5cf312d9da Bug 236942 - ssl_help.html patch - Clean up code and add style with helpFileLayout.css in help files. Patch by Stefan <stefan_h@hem.utfors.se>. r=rlk@trfenv.com. 2004-05-02 20:37:43 +00:00
rlk%trfenv.com
4841c7bf03 removing an obsolete file not used in the default build. 2004-05-02 17:21:35 +00:00
hpradhan%hotpop.com
59fa60f681 Fixing bustage 2004-05-01 10:11:30 +00:00
hpradhan%hotpop.com
43d9d8344b bug 241970 : Make webservices use static atoms r+sr=jst
bug 241975 : nsSOAPPropertyBag cleanup r=peterv sr=jst
bug 242157 : Deal with wsdl that has a types element with more than one schema children r=peterv sr=jst
2004-05-01 09:31:27 +00:00
rlk%trfenv.com
06770c98c3 Bug 236942 - Patch 4 - Clean up code and add style with helpFileLayout.css in help files. Patch by Stefan <stefan_h@hem.utfors.se>. r=rlk@trfenv.com 2004-04-30 19:03:32 +00:00
kjh-5727%comcast.net
c6598eb003 bug 241342 - notfound.wav is invalidly formatted. r=aaronleventhal, a=asa. 2004-04-29 19:10:28 +00:00
peterv%propagandism.org
7744786b83 Where's my head? (nsInterfaceHashtable::Init returns a PRBool) 2004-04-29 09:25:48 +00:00
rlk%trfenv.com
51a468ec21 Bug 230306 - Navigator Help still has reference to memory cache. Patch by Stefan <stefan_h@hem.utfors.se>. r=stolenclover@yahoo.com.tw 2004-04-28 20:03:03 +00:00
rlk%trfenv.com
c165f44131 Removing obsolete files that are not part of the build. 2004-04-28 19:57:38 +00:00
rlk%trfenv.com
b67356dc5c Bug 236942 - Patch 3 - Clean up code and add style with helpFileLayout.css in help files. Patch by Stefan <stefan_h@hem.utfors.se> r=rlk@trfenv.com 2004-04-28 19:55:34 +00:00
darin%meer.net
2194ffe4d2 attempting to fix mac build bustage 2004-04-28 07:26:19 +00:00
darin%meer.net
1e8d941f96 landing patch for bug 241124 "move GSSAPI code behind nsIAuthModule so it can be used by mail protocols" r=cneberg sr=bryner 2004-04-28 02:12:52 +00:00
bienvenu%nventure.com
36c150e433 fix regression that caused autoconfig to fail unless ldap was build, r=dmose, sr=mscott 240897 2004-04-26 20:04:36 +00:00
silver%warwickcompsoc.co.uk
a9c9de36a3 Bug 162144 - Handle exceptions thrown by the file picker properly.
r=rginda@hacksrus.com
2004-04-26 10:05:21 +00:00
silver%warwickcompsoc.co.uk
1bf50f6e9c Bug 239753 - Allow 'browser.xul' as well as 'navigator.xul' to increase functionality on Firefox.
r=rginda@hacksrus.com
2004-04-26 10:03:32 +00:00
silver%warwickcompsoc.co.uk
282fcc9c33 Bug 231534 - Catch errors when using XMLHttpRequest and survive them.
Bump version to 0.9.82.
r=rginda@hacksrus.com
2004-04-26 10:00:13 +00:00
bzbarsky%mit.edu
4ede76717e Add a version of CheckLoadURI that takes a source principal instead of a source
URI.  Update a bunch of callers to use it.  Bug 233108, r=caillon, sr=dveditz
2004-04-25 16:55:27 +00:00
rlk%trfenv.com
6f2f166ae5 Bug 236942 - Clean up code and add style with helpFileLayout.css in help files. Patch by Stefan <stefan_h@hem.utfors.se>. r=rlk@trfenv.com 2004-04-25 14:13:40 +00:00
rlk%trfenv.com
4a40dc9d14 Bug 237382 - Help instructions for importing bookmarks are incorrect. Patch by Stefan <stefan_h@hem.utfors.se>. r=rlk@trfenv.com 2004-04-25 14:11:08 +00:00
rlk%trfenv.com
bf7bf4f65d Bug 230858 - Make a note that there's no UI for putting password for Mail. Patch by Stefan <stefan_h@hem.utfors.se>. r=rlk@trfenv.com 2004-04-25 14:06:56 +00:00
timeless%mozdev.org
22ce9378ec Bug 225994 DRefTool analysis for universalchardet files
r=smontagu sr=roc
2004-04-25 11:08:44 +00:00
timeless%mozdev.org
72dcdeaa4e Bug 241130 si_CheckGetUsernamePassword does work to get a better dialog title and then does nothing with it
r=mvl sr=dveditz
2004-04-25 10:47:40 +00:00
peterv%propagandism.org
9070803570 Fix schema code bustage () from fix for bug 241201 2004-04-25 10:24:51 +00:00
hpradhan%hotpop.com
229deb6e18 bug 205550 : Fix leak in WSDL code. r=jst sr=darin 2004-04-24 10:22:19 +00:00
hpradhan%hotpop.com
ae9a4edfa7 bug 241337 : Dont return an error if hidden pref is not set. r+sr=jst 2004-04-24 10:20:38 +00:00
peterv%propagandism.org
8a59485d1f Fix for bug 241201 (Clean up some webservices code). r/sr=jst. 2004-04-23 12:14:59 +00:00
bienvenu%nventure.com
4d40ab419f make nsILineInputStream take an nsACString ref, 197166, r=darin, sr=mscott, make local msg body search cache open file stream, use nsIFile instead of nsFileSpec to cut down on seeks, improve performance, sr=mscott 240538 2004-04-22 15:32:54 +00:00
neil%parkwaycc.co.uk
49d7e76eec Remove unused entry b=221623 p=gautheri@noos.fr r=mconnor sr=bryner 2004-04-22 08:28:36 +00:00
neil%parkwaycc.co.uk
5fb3e8a7ae Remove unused wallet preferences (including localized prefs) b=221623 p=gautheri@noos.fr r=mconnor sr=bryner 2004-04-22 08:26:58 +00:00
jst%mozilla.jstenback.com
b3368ce10b Removing stray whitespace. No code change. 2004-04-21 23:49:46 +00:00
bzbarsky%mit.edu
a353bff199 Make click-to-select work on nodes that are more than one level down the frame
hierarchy.  Bug 240892, r=timeless, sr=peterv
2004-04-21 15:09:27 +00:00
jst%mozilla.jstenback.com
77958905c3 Changing "!NS_FAILED(x)" to "NS_SUCCEEDED(x)". No real code changes. 2004-04-21 01:21:24 +00:00
jst%mozilla.jstenback.com
ff6fe94eee Changing odd whitespace usage in template variable (nsCOMPtr) declarations to 'normal' whitespace usage. No code change. 2004-04-21 01:11:14 +00:00
darin%meer.net
98c9b7e62f fixes bug 241147 "DecodeStructParticle fails on 'sequences' and 'choices'" r=ben sr=jst 2004-04-21 00:54:03 +00:00
jst%mozilla.jstenback.com
87cdd6839f Whitespace cleanup. 2004-04-21 00:48:41 +00:00
neil%parkwaycc.co.uk
d5cd17bea7 Remove unused morseAssert defines b=221623 p=gautheri@noos.fr r=mconnor sr=bryner 2004-04-20 23:22:10 +00:00
peterv%propagandism.org
8a7d790163 Small edits to license boilerplate/modelines. No code changes. 2004-04-20 12:27:29 +00:00
dbaron%dbaron.org
228d3bbf27 Fix gcc 3.4 bustage by removing extra semicolons. 2004-04-19 23:57:55 +00:00
bzbarsky%mit.edu
7bbaee0352 Fix Windows bustage. 2004-04-19 23:47:40 +00:00
bzbarsky%mit.edu
4bdfce9548 Make sure to parse the data as UTF-8, since we serialized it as UTF8. Bug
240717, r+sr=jst
2004-04-19 20:12:53 +00:00
bzbarsky%mit.edu
cdad1f0fd3 Don't crash if we're asked for the style rules for a node in a document with no
presentation at all.  Bug 240767, r=caillon, sr=bryner.
2004-04-19 20:07:04 +00:00
varga%nixcorp.com
263b9974ac Documenting the XML format. 2004-04-19 07:21:37 +00:00
varga%nixcorp.com
8a5d464395 Fix for bug 224759. Tree displays text "null" for values pulled from database that are null. r=me 2004-04-19 07:15:11 +00:00
varga%nixcorp.com
50ed275885 Fix for bug 232025. Change HTML output to XML. r=varga since noone else is working on this component. 2004-04-19 06:40:37 +00:00
gerv%gerv.net
86486431ae Bug 236613: change to MPL/LGPL/GPL tri-license. 2004-04-18 22:14:17 +00:00
varga%nixcorp.com
073bf4e7c8 Adding a new column to alias manager called priority.
Separating alias manager from the main pref window.
2004-04-18 20:07:21 +00:00
varga%nixcorp.com
76433fc6be Possible fix for regression bug 240872. 2004-04-18 18:52:24 +00:00
cls%seawood.org
2275a6ff00 Link order matters.
Fixing mingw tinderbox bustage.
2004-04-17 23:05:11 +00:00
neil%parkwaycc.co.uk
9e7936628e Bug 221623 Remove the code that supported the old wallet.Notified pref and the extraneous wallet.notified prefs p=gautheri@noos.fr r=mconnor sr=bryner 2004-04-17 19:56:39 +00:00
neil%parkwaycc.co.uk
9a5d4ea5dc Bug 221623 remove commented #define and unused #ifdef p=gautheri@noos.fr r=alecf sr=bryner 2004-04-17 19:20:09 +00:00
varga%nixcorp.com
26f9165f09 Trying to fix bustage in extensions/sql 2004-04-17 18:06:37 +00:00
dbaron%dbaron.org
40f7ce38e7 Fixing gcc 3.4 bustage (not sure why line numbers are off). 2004-04-17 17:32:18 +00:00
scott%scott-macgregor.org
e0414fab31 fix for bug #240770
spell checker asserts when it has no suggestions

also, only call forgotchar() once.

r/sr=bienvenu
2004-04-17 15:01:31 +00:00
mvl%exedo.nl
2a7983458f Hide unneeded tabs in in the image manager to make resizing work better.
bug 89908, r=mconnor, sr=darin
2004-04-17 13:48:35 +00:00
varga%nixcorp.com
2cd056deb1 Fix for bug 221619. Tree widget refactoring and enhancement. r=neil sr=bryner 2004-04-17 05:53:38 +00:00
rlk%trfenv.com
4d86fc46e1 Bug 236942 - Clean up code and add style with helpFileLayout.css in help files. Patch by Stefan <stefan_h@hem.utfors.se>. r=rlk@trfenv.com 2004-04-17 00:00:37 +00:00
cbiesinger%web.de
f028ea412d bug 239604. make uriloader more doxygen friendly, and remove unused "command"
parameter from nsIContentHandler::handleContent, and change the type of
aWindowContext to nsIInterfaceRequestor.
r=bzbarsky sr=darin
2004-04-16 21:06:07 +00:00
timeless%mozdev.org
656dce4ee6 Bug 240727 soapcall example should use (new XMLSerializer()).serializeToString(...) instead of new XMLSerializer()).serializeToString(...)
r=doron
Not part of the build
2004-04-16 20:23:32 +00:00
rlk%trfenv.com
4fc71addea Bug 235887 - Add .win, .mac, .pc and .unix classes to show platform-specific help content. r=neil@parkwaycc.co.uk 2004-04-15 23:39:49 +00:00
rlk%trfenv.com
97c5fdf6d3 Bug 235887 - Add .win, .mac, .pc and .unix classes to show platform-specific help content 2004-04-15 23:39:04 +00:00
darin%meer.net
c083b41820 fixes bug 239038 "rev IIDs for all interfaces modified since Mozilla 1.6" r=bsmedberg sr=jst 2004-04-15 23:30:05 +00:00
bzbarsky%mit.edu
26cdb24398 Make nsXULElement::GetChildNodes use the same (live) node list that
nsGenericElement uses.  Bug 240633, r+sr=jst on the C++ changes, r=neil, sr=jst
on the JS changes.
2004-04-15 22:14:39 +00:00
bzbarsky%mit.edu
7a292c3f22 Make getElementsByAttribute be an nsContentList so that it's got that live
DOMNodeList goodness that all nodelists should have.  Change some JS to not
break, and some other JS to be a little more efficient with the new world of
lazy listness.  Bug 240186, r=neil on the JS changes, r=jst on the content
changes, sr=jst
2004-04-15 01:51:32 +00:00
timeless%mozdev.org
785ed533d0 Bug 226167 DRefTool analysis for soap files
r=roc sr=roc
2004-04-14 05:32:13 +00:00
timeless%mozdev.org
38de273810 Bug 235262 The PromptService is a service and should be accessed through getService instead of createInstance
r=rginda sr=dveditz
2004-04-14 05:09:04 +00:00
mvl%exedo.nl
a201d366aa another attempt to fix bustage 2004-04-13 13:14:59 +00:00
mvl%exedo.nl
f564eb3b46 attempt to fix build bustage 2004-04-13 12:43:09 +00:00
mvl%exedo.nl
ebf5bcc2b5 Add support for REP tables in spellchecker, to improve suggestions by knowing about common misspellings
bug 227214, patch by mscott and me, r=mscott, sr=bienvenu
2004-04-13 12:09:44 +00:00
neil%parkwaycc.co.uk
a196934eb6 Bug 240256 Fixing DOCTYPE to match document element p=vberon@mecano.gme.usherb.ca r=me sr=mscott 2004-04-13 09:34:47 +00:00
sicking%bigfoot.com
9614803598 Bug 238327: Implement the svg:style element.
Changes to svg-only files r=afri  (not part of build)
Changes to transformiix files r=peterv sr=jst
Changes to other files r/sr=jst
2004-04-12 23:21:42 +00:00
sicking%bigfoot.com
386382d6ab Bug 237566: Remove nsIContent::ReplaceChildAt and supportive codepaths.
r=bz sr=jst
2004-04-12 22:48:33 +00:00
rlk%trfenv.com
9373fb56b5 Removing obsolete file that is not part of the default build. 2004-04-11 18:01:57 +00:00
bryner%brianryner.com
0babfa6b6b Fix spellcheck in static builds, and also fix static viewer linkage on OS X. Bug 238309, patch by cls, r=bryner, a=asa. 2004-04-08 08:06:32 +00:00
mconnor%myrealbox.com
183524ff31 Bug 238931: remove the magic number 8 (kill ALLOW_SESSION_ONLY const), r=dwitte, sr=darin, a1.7=asa, fix dwitte's folly by implementing the session perm value on nsICookiePermission 2004-04-07 23:27:02 +00:00
neil%parkwaycc.co.uk
c76b0e3cd8 Bug 189950 Inspector should not use @mozilla.org/network/local-file-channel;1 p=ajvincent@juno.com r=darin sr=brendan a=asa 2004-04-07 23:26:27 +00:00
mconnor%myrealbox.com
d5db0bff70 Bug 239240: Choosing Unblock Images from this Server in context menu whitelists site instead of removing permission, r=dwitte, sr=darin, a1.7=asa 2004-04-07 23:23:50 +00:00
neil%parkwaycc.co.uk
921a00668f Bug 238080 JS strict warning: redeclaration of var p p=gautheri@noos.fr r=mvl sr=jag a=mkaply 2004-04-07 15:51:09 +00:00
darin%meer.net
d62a4c52d4 fixes bug 239734 "negotiateauth extension should not request mutual auth" patch by wyllys.ingersoll@sun.com r=cneberg@sandia.gov sr=darin a=mkaply 2004-04-06 21:15:56 +00:00
darin%meer.net
7af43da6ba fixes bug 237578 "GSS_C_NT_HOSTBASED_SERVICE not found even though it should be" r+sr=bryner a=chofmann 2004-04-06 16:29:18 +00:00
sicking%bigfoot.com
b403fa9cea Still bug 239572, but this time with the fix not commented out!
r/sr=jst a=chofmann
2004-04-06 16:25:43 +00:00
sicking%bigfoot.com
edfe95712f Bug 239572: nullcheck before calling CallQueryInterface
r/sr=jst a=chofmann
2004-04-06 16:19:48 +00:00
dwitte%stanford.edu
54d72ed6aa make the classic privacy dialog icon a classic picture, instead of modern.
patch by durbacher@gmx.de.

b=200009, r=mconnor, sr=alecf, a=chofmann
2004-04-06 04:28:45 +00:00
cbiesinger%web.de
2a0d98b238 Bug 239672 rheet url needs to be fixed
r=rginda a=mkaply
2004-04-05 18:23:22 +00:00
cbiesinger%web.de
a438f86647 Bug 239494 Typo in nsSchemaSimpleTypes.cpp
patch by Robert J. Accettura <robert@accettura.com> r=doron sr=jst a=chofmann
2004-04-05 15:23:21 +00:00
rlk%trfenv.com
d856afd2a9 Bug 239082 - Dead link in Help file "forieusers.html". Patch by Stefan <stefan_h@hem.utfors.se> r=rlk@trfenv.com a=mkaply@us.ibm.com 2004-04-02 16:31:35 +00:00
darin%meer.net
6b03adea42 landing marco's patch for bug 238928 "domstubs.idl should not include nsAString.h" r=bsmedberg sr=jst a=dbaron 2004-04-01 19:44:17 +00:00
dbaron%dbaron.org
2607b954dc Fix gcc 3.4 bustage by removing extra semicolon. 2004-03-31 08:38:50 +00:00
mconnor%myrealbox.com
c48af3a33a bug 238045 - Cookie manager of 1.7beta does not display stored cookies, r=mvl, sr=darin, a=chofmann, display a blank value for expiry if FormatDateTime chokes on really long-lived cookies 2004-03-31 00:38:17 +00:00
neil%parkwaycc.co.uk
068324c15d Bug 236751 Add keyboard shortcuts to toggle the message pane and folder list r=rlk sr=bienvenu a=asa 2004-03-30 15:51:07 +00:00
darin%meer.net
feb39690de landing patch for bug 235895 "enable the 'sftp' gnomevfs module and a preference controlled whitelist of protocols" r=biesi sr=bryner a=asa 2004-03-29 04:18:34 +00:00
darin%meer.net
ba2c790d5b fixes bug 237845 "WSDL bindings fail on Mozilla 1.7 beta" patch by keeda@hotpop.com r+sr=bz,jst a=asa 2004-03-29 04:04:18 +00:00
neil%parkwaycc.co.uk
7101f7c30c Bug 236060 Windows-specific help shouldn't list Mac location of Preferences menuitem p=stefan_h@hem.utfors.se r=me moa=rlk a=mkaply 2004-03-28 19:32:55 +00:00
neil%parkwaycc.co.uk
361e084600 Bug 238267 Shift+Del isn't listed as a mail shortcut p=stefan_h@hem.utfors.se r=rlk a=mkaply 2004-03-28 19:28:08 +00:00
neil%parkwaycc.co.uk
28f77c0634 Bug 236690 Fix regression from bug 235866 - opening help doesn't automatically open any page r=bsmedberg sr=bryner a=asa 2004-03-25 19:41:16 +00:00
tor%cs.brown.edu
18e74e414e Bug 237685 - make xmlextras not point to green.nscp. Not part of build.
patch=doron, r=heikki, sr=darin
2004-03-16 22:00:41 +00:00
jst%mozilla.jstenback.com
1799c57970 Backing out the frontend part of the fix for bug 198846 since it caused bug 235457, which wasn't fixable in time for 1.7b. 2004-03-16 20:13:14 +00:00
cls%seawood.org
b73d7c6a2e Fixing static build bustage caused by checkin for bug 17578. 2004-03-16 09:33:59 +00:00
jst%mozilla.jstenback.com
1f82adcf25 Fixing bug 237319. Adding support for server push of XML documents to an XMLHttpRequest using "multipart/x-mixed-replace". r=darin@meer.net, sr=hjtoi-bugzilla@comcast.net, a=chofmann@mozilla.org 2004-03-16 06:34:29 +00:00
darin%meer.net
5ac8e9ef41 attempting to fix HP-UX bustage 2004-03-16 00:34:01 +00:00
darin%meer.net
9b6c795f0e Landing patch for bug 17578 "I want Kerberos authentication and TGT forwarding"
This patch enables preliminary support for the SPNEGO protocol (Microsoft's
Negotiate protocol) via the GSSAPI library.  This means that only UNIX-like
operating systems (including Linux and OSX) are supported.  A SSPI-based
solution is needed for WIN32.

Only HTTP authentication is currently supported.  Mail protocols will follow.

Patch by:
  Daniel Kouril <kouril@ics.muni.cz> (original author)
  Wyllys Ingersoll <wyllys.ingersoll@sun.com>
  Christopher Nebergall <cneberg@sandia.gov>
  Darin Fisher <darin@meer.net>

r=dougt sr=bryner a=chofmann
2004-03-15 21:15:20 +00:00
bzbarsky%mit.edu
55d9209a4a Fix image blocking for backgrounds. Bug 236919, r=jst, sr=dbaron, a=chofmann 2004-03-13 18:11:01 +00:00
mvl%exedo.nl
0b2a2ee20d Wait to write out the permissions file until after 2 seconds of inactivity, to speed up deleting of losts of entries.
bug 236641, r=dwitte, sr=darin, a=dveditz
2004-03-12 18:02:38 +00:00
Stefan.Borggraefe%gmx.de
e111008acf Documentation update for bug 219620
r=rlk and r=neil, a=chofmann
2004-03-12 15:47:51 +00:00
peterv%propagandism.org
50db3b8ff2 Fix for bug 237185 (nsXPathNSResolver::LookupNamespaceURI needs to resolve xml). r/sr=jst, a=chofmann. 2004-03-12 15:35:51 +00:00
darin%meer.net
7d4eb29b1c fixes bug 229024 "Source code truncated on some files"
portions by me r=rginda, portions by rginda r=me
2004-03-12 05:28:39 +00:00
darin%meer.net
16b13996f8 make sure NSGetModule is still exported when mozilla proper is statically built, bug=235948 r+sr=bryner a=brendan 2004-03-12 04:06:55 +00:00
mconnor%myrealbox.com
a3a27f4e08 bug 233339 - rewrite CanSetCookie to reflect what dialogs now do, r=dwitte, sr=darin 2004-03-10 06:47:49 +00:00
timeless%mozdev.org
cec291a225 Bug 106386 Correct misspellings in source code
patch by aha@pinknet.cz rs=brendan
2004-03-10 05:33:14 +00:00
caillon%redhat.com
24f965c47d Bug 236973
Have some of DOM Inspector's treerow backgrounds alternate.
r+sr=jst
2004-03-10 04:55:41 +00:00
silver%warwickcompsoc.co.uk
4f0d757b43 Bug 190749 - Add a server-specific toLowerCase() to handle the CASEMAPPING. Update appropriate code to use it.
r=samuel@sieb.net
2004-03-10 04:46:32 +00:00
silver%warwickcompsoc.co.uk
00263b634d Bug 211461 - Don't allow init() to run a 2nd time - makes connecting to servers work in a tab.
r=samuel@sieb.net
2004-03-10 04:39:50 +00:00
silver%warwickcompsoc.co.uk
723a83e4c3 Bug 236639 - Use nsIScriptableDateFormat to show dates in locale-correct format. Update logging to use locale-correct dates specifically, too.
r=samuel@sieb.net
2004-03-10 04:37:06 +00:00
silver%warwickcompsoc.co.uk
dc7b727c39 Bug 226223 - Fix RegExp in logging, so you can join channels with "/" in them.
r=samuel@sieb.net
2004-03-10 04:35:03 +00:00
silver%warwickcompsoc.co.uk
162c298bb2 Bug 165332 - Better error messages when joining a channel fails.
r=samuel@sieb.net
2004-03-10 04:32:15 +00:00
neil%parkwaycc.co.uk
563f257e30 Bug 235285 add UI for the "reply in default encoding" pref checking in on behalf of jshin@mailaps.org to make l10n freeze r=me sr=bienvenu 2004-03-10 01:49:27 +00:00
silver%warwickcompsoc.co.uk
7aa5d75fee Bug 226408 - Replace 4 charset commands with just '/charset' and '/default-charset'.
Bump version to 0.9.61.
r=rginda@hacksrus.com
2004-03-10 00:31:03 +00:00
silver%warwickcompsoc.co.uk
fad286df03 Bug 235648 - Keep correct view when re-dispatching unknown commands.
r=rginda@hacksrus.com
2004-03-10 00:28:06 +00:00
silver%warwickcompsoc.co.uk
d320b189ca Bug 210222 - Make getURL smarter and not drop the leading # if the next character is "unsafe".
r=rginda@hacksrus.com
2004-03-10 00:26:01 +00:00
mconnor%myrealbox.com
b1bade834e bug 234183 Cookie Manager cleanup for 1.7b, r=mvl sr=jag 2004-03-09 23:58:10 +00:00
mkaply%us.ibm.com
21082f36b8 #234511 - change 151 to mdash in help files - r=pedemont 2004-03-09 23:51:45 +00:00
silver%warwickcompsoc.co.uk
7e27c23fe2 Bug 235261 - Use getService instead of createInstance for prompt service.
Patch by timeless@bemail.org.
r=silver@warwickcompsoc.co.uk
2004-03-09 23:34:18 +00:00
silver%warwickcompsoc.co.uk
541ed494f3 Bug 235260 - Remove trailing comma.
Patch by timeless@bemail.org.
r=samuel@sieb.net
2004-03-09 23:32:37 +00:00
mvl%exedo.nl
a9f062e472 Password manager should have mode to display saved password.
bug 78754, patch by vdvo@vdvo.net, r=neil, sr=bryner
2004-03-09 20:11:22 +00:00
daniel%glazman.org
96b08a5b8f --NOT PART OF THE BUILD--
CaScadeS
Bug fix in background-attachment handling
Border, background and aural dialogs for Nvu
2004-03-09 09:12:42 +00:00
jst%mozilla.jstenback.com
fc890281e7 Fixing build bustage. 2004-03-09 00:46:28 +00:00
jst%mozilla.jstenback.com
02916b3d2e Fixing bug 232493. Paving the way for DOM Level 3 LS. This is mostly cleanup that will make life easier (and safer) when implementing DOM LS. r=caillon@aillon.org, sr=peterv@propagandism.org 2004-03-08 23:56:17 +00:00
jst%mozilla.jstenback.com
6a11f179c5 Fixing bug 232493. Paving the way for DOM Level 3 LS. This is mostly cleanup that will make life easier (and safer) when implementing DOM LS. r=caillon@aillon.org, sr=peterv@propagandism.org 2004-03-08 23:52:26 +00:00
hjtoi%comcast.net
9c4f6d3449 Bug 236436, need to null check URL so we won't crash, r+sr=jst. 2004-03-08 19:29:45 +00:00
peterv%propagandism.org
35edc28382 Fix for bug 103659 (move to static lib per directory). r=Pike, sr=bryner. 2004-03-07 13:58:44 +00:00
mconnor%myrealbox.com
e4756a402c bug 102269: Cookie Manager: Server Secure is unclear. r=mvl, sr=alecf 2004-03-07 08:25:59 +00:00
bzbarsky%mit.edu
2785900fde Make XMLHttpRequest dispatch an error event when it fails. Bug 218236, patch
by Wladimir Palant <trev@gtchat.de>, r=jst, sr=bzbarsky
2004-03-06 19:05:08 +00:00
peterv%propagandism.org
68a7e5f818 Fix for bug 233907 (document.createElementNS() doesn't throw NAMESPACE_ERR when given a namespace-invalid name.). r/sr=jst. 2004-03-06 16:00:23 +00:00
jst%mozilla.jstenback.com
1a8101c569 Whitespace cleanup. 2004-03-06 00:32:07 +00:00
sicking%bigfoot.com
fc084e0c73 Bug 236620: kill nsIContent::CanContainChildren
r/sr=jst
2004-03-06 00:22:03 +00:00
neil%parkwaycc.co.uk
cda56db52d Bug 213978 Fix strict JS warning p=gautheri@noos.fr r=rginda sr=dveditz 2004-03-05 22:13:34 +00:00
mconnor%myrealbox.com
c4867a2b27 previous checkin should have read bug 230624 - better dialog version, r=neil, sr=jst 2004-03-05 01:45:15 +00:00
mconnor%myrealbox.com
c8cc2ca097 *** empty log message *** 2004-03-05 01:31:43 +00:00
neil%parkwaycc.co.uk
f8dfedcab5 Bug 235211 Some help items misfiled in contents p=stolenclover@yahoo.com.tw r=rlk 2004-03-04 16:50:12 +00:00
hpradhan%hotpop.com
5d5432d268 bug 236351 : Fix string leak in nsSOAPCall::GetTransport() r+sr=jst 2004-03-04 08:13:09 +00:00
silver%warwickcompsoc.co.uk
b973308814 Bug 229072 - Fixing RegExp regression in pref panel.
Patch by Ian Neal <bugzilla@arlen.demon.co.uk>.
r=rginda@hacksrus.com
2004-03-03 22:38:00 +00:00
ben%bengoodger.com
a3bc444d2c 215094 - 235360 Password Manager changes to support Firefox profile automigration - add two methods to nsIPasswordManagerInternal - the ability to add an entry with details, and to read a Mozilla Password manager file from an external source. r=dveditz, sr=darin 2004-03-03 07:52:12 +00:00
hpradhan%hotpop.com
8027245b8e bug 233115 : Fix potential hangs in webservices security check r=darin sr=jst 2004-03-03 07:03:08 +00:00
silver%warwickcompsoc.co.uk
22d23f0527 Bug 236157 - Make stalk list match plain text version of messages, not raw content.
r=rginda@hacksrus.com
2004-03-02 20:24:11 +00:00
silver%warwickcompsoc.co.uk
61aa588704 Bug 235712 - Make CTCP code not send "null" when no params passed.
r=samuel@sieb.net
2004-03-02 19:43:12 +00:00
silver%warwickcompsoc.co.uk
e111ac800c Bug 236157 - Make delete-iew/hide-view commands work when deleting a tab to the left of the current one.
r=samuel@sieb.net
2004-03-02 19:41:13 +00:00
silver%warwickcompsoc.co.uk
f482eb86c3 Bug 236157 - Make server password work after first try, fix notify when all nicknames are offline, and show half-op status in channel header. Also bump version 0.9.60.
r=samuel@sieb.net
2004-03-02 19:36:22 +00:00
mconnor%myrealbox.com
0cfc146595 bug 235531 cookie/image manager menutitems broken, r=neil, sr=bz 2004-02-29 17:48:08 +00:00
rlk%trfenv.com
94ca92bd57 Bug 235935 - Trivial typo in contextHelp.js. Patch by Stefan <stefan_h@hem.utfors.se>. r=rlk@trfenv.com 2004-02-29 01:24:37 +00:00
darin%meer.net
c380c59f65 landing dbaron's patch for bug 235735 "fix callers that cast away const on result of ns[C]String::get" r+sr=darin 2004-02-28 22:34:07 +00:00
darin%meer.net
28ed8a97de quick followup patch. removing bogus comment, and setting content length
on channel to make download progress work.  r=biesi
2004-02-28 00:54:39 +00:00
darin%meer.net
73298e056e landing patch for bug 233305 "Support gnome-vfs's smb: URL scheme" r=biesi sr=bryner 2004-02-28 00:05:58 +00:00
rlk%trfenv.com
cb9d80ac0e Bug 230335 - Preferences is under Mozilla menu, not Edit menu on Mac OS X. Patch by Stefan (stefan_h@hem.utfors.se). r=rlk@trfenv.com 2004-02-27 23:39:06 +00:00
bryner%brianryner.com
ed98c9a308 deCOMtaminate nsIPresContext::GetEventStateManager. Bug 229371, r+sr=roc. 2004-02-27 17:17:37 +00:00
kairo%kairo.at
5f250d223d bug 234014 - Use the XUL preprocessor for build-time inserting of skinVersion strings, r=bsmedberg, sr=peterv 2004-02-27 11:54:28 +00:00
rlk%trfenv.com
309a3ce4de Bug 235742 and part of bug 107225 - Missing images in Mail Help/Replace old gif images with updated png images. Images by Daniel Wang (stolenclover@yahoo.com.tw). r=rlk@trfenv.com, r=neil@parkwaycc.co.uk 2004-02-26 20:58:54 +00:00