lpsolit%gmail.com
ce8f9aecab
Bug 292096: Remove the extra Description label in long list format - Patch by Emmanuel Seyman <eseyman@linagora.com> r=LpSolit a=justdave
2005-08-10 01:53:51 +00:00
aaronleventhal%moonset.net
3885aca374
Bug 302937. Expose onclick actions on leaf text and image nodes. r=parente, sr=jst, a=cbeard
2005-08-10 01:51:39 +00:00
aaronleventhal%moonset.net
b8ff615ee1
Fix whitespace nit from biesi on last checkin
2005-08-10 01:47:11 +00:00
lpsolit%gmail.com
982af0f341
Bug 303803: Remove the unused get_classification_name() routine - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r=mkanat a=justdave
2005-08-10 01:45:50 +00:00
aaronleventhal%moonset.net
8b21f5d760
Bug 303841. When screen reader running, prefer external viewer applications over full page plugins because they are more accessible. r=biesi, sr=jst, a=cbeard
2005-08-10 01:45:31 +00:00
aaronleventhal%moonset.net
d1e883edfb
Bug 303133. Regression -- accessible tree getting truncated at frame and iframe nodes. r=parente, sr=neil, a=mkaply
2005-08-10 01:39:43 +00:00
lpsolit%gmail.com
a8d486f572
Bug 301508: Remove CGI.pl - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r=mkanat,wicked a=justdave
2005-08-10 01:30:41 +00:00
cst%andrew.cmu.edu
870f2dd908
Bug 302781 Splash screen should fade in on Win2k+
...
r=ere sr=neil a=asa
2005-08-10 00:42:57 +00:00
jst%mozilla.jstenback.com
112e7e0cd6
Fixing bug 303420. Making the global scope polluter work again, it was failing due to security checks failing when performed before the context and global objects were fully initialized. r=mrbkap@gmail.com, sr=bryner@brianryner.com, a=cbeard@mozilla.org
2005-08-10 00:15:51 +00:00
darin%meer.net
a941f5eca5
fixes bug 286803 "Automatic NTLM auth fails if SSPI 'negotiate' package not found" r=biesi
2005-08-09 23:06:58 +00:00
darin%meer.net
8491ae3ac5
landing non-nspr portion of patch for bug 239358 "DNS: Reverse lookups are
...
degrading performance" r=lorenzo sr=bryner
2005-08-09 23:06:57 +00:00
darin%meer.net
d02cfd73b2
fixes bug 231529 "Optionally enable unprompted NTLM authentication" r=cneberg sr=bryner
2005-08-09 23:06:56 +00:00
mark%moxienet.com
3c6ad0547d
Bustage fix following bug 301030, better assignment. r+sr=bz. Sorry for the burning.
2005-08-09 23:06:55 +00:00
mark%moxienet.com
5888027beb
Bug 301030, WWW-Authenticate: Negotiate crashes on Mac. Fix Mac-only function pointer. r=cneberg sr=darin a=bsmedberg
2005-08-09 23:06:54 +00:00
mark%moxienet.com
2384681563
Mac bustage fix. Bug 299305, Mac GSSAPI fixes following bug 295109. a=#developers
2005-08-09 23:06:53 +00:00
darin%meer.net
ca158ad0d8
fixes bug 295109 "support pr-loading gssapi libraries for negotiateauth" patch by cneberg@gmail.com, r=darin, a=bsmedberg
2005-08-09 23:06:52 +00:00
darin%meer.net
dc2da62231
fixing bustage
2005-08-09 23:06:51 +00:00
cbiesinger%web.de
ea4d4c8645
Bug 286990 nsHttpNegotiateAuth.cpp behaves different in debug/non-debug
...
r+sr=darin
2005-08-09 23:06:50 +00:00
darin%meer.net
d513302677
fixes bug 266485 "Enable SPNEGO proxy authentication" r=cneberg sr=bryner
2005-08-09 23:06:49 +00:00
bsmedberg%covad.net
44ea21148b
Adding MOZILLA_INTERNAL_API to internal makefiles, bug 288626, rs=darin
2005-08-09 23:06:48 +00:00
darin%meer.net
f5abc42f03
landing patch for bug 237586 "Implement negotiateauth using SSPI for Windows" r=cneberg sr=bryner a=shaver
2005-08-09 23:06:47 +00:00
pedemont%us.ibm.com
73552221fd
Bug 240643 - Autthentication Failover not fully supported between connection based Authentication Types - patch by cneberg@sandia.gov r+sr=darin
2005-08-09 23:06:45 +00:00
darin%meer.net
23555f6757
backing out last change
2005-08-09 23:06:44 +00:00
darin%meer.net
6f4bbd07cb
fixes bug 240643 "Autthentication Failover not fully supported between connection based Authentication Types" patch by cneberg@sandia.gov r+sr=darin
2005-08-09 23:06:43 +00:00
darin%meer.net
c6cb29d879
fixes bug 230351 "NTLM base64 decoder should tolerate extra '=' padding" r=cneberg
2005-08-09 23:06:42 +00:00
darin%meer.net
24286983eb
fixes bug 242446 "nsHttpNegotiateAuth::MatchesBaseURI fixes" patch by cneberg@sandia.gov r+sr=darin
2005-08-09 23:06:41 +00:00
darin%meer.net
5b31ba8306
attempting to fix mac build bustage
2005-08-09 23:06:40 +00:00
darin%meer.net
3386aefe45
landing patch for bug 241124 "move GSSAPI code behind nsIAuthModule so it can be used by mail protocols" r=cneberg sr=bryner
2005-08-09 23:06:39 +00:00
cls%seawood.org
2d641e766f
Fixing static build bustage caused by checkin for bug 17578.
2005-08-09 23:04:58 +00:00
darin%meer.net
d8b70c2c9d
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
2005-08-09 23:04:57 +00:00
wtchang%redhat.com
bcbebf03ca
Bugzilla Bug 266123: added ppc64 support. The patch is contributed by
...
Markus Rothe <markus@unixforces.net>. r=wtc.
Modified Files: _linux.cfg _linux.h
2005-08-09 22:41:37 +00:00
mkaply%us.ibm.com
1f9dbaeada
#303681
...
r/sr/a=bsmedberg
From Peter Weilbacher - build bustage with new make
2005-08-09 22:39:55 +00:00
wtchang%redhat.com
f728d5d9bb
Bugzilla Bug 266123: added ppc64 support. The patch is contributed by
...
Markus Rothe <markus@unixforces.net>. r=wtc.
2005-08-09 22:31:24 +00:00
gavin%gavinsharp.com
83b58e34d5
Bug 303749, Broken accesskey in "Tabs" (sameTabOrWindow.accesskey), patch by Adam Guthrie <ispiked@gmail.com>, r+a=mconnor
2005-08-09 22:28:08 +00:00
wtchang%redhat.com
51a9c2f4bd
Bugzilla bug 303986: do not assume the line ending is '\n'; it may be the
...
two character sequence '\r''\n'. Make sure a character is a digit before
using it as a digit. r=jpierre.
2005-08-09 22:19:09 +00:00
timeless%mozdev.org
8ce85b83a1
Bug 304003 Bfcache does not work anymore
...
patch by biesi r=bryner sr=smfr a=chase
2005-08-09 21:29:23 +00:00
bsmedberg%covad.net
9f6a73b9bb
Bug 303186 - MSVS2005 compilation error in nsXPCOMGlue.cpp - patch by Michael Moy <mmoy@yahoo.com> r=darin a=me
2005-08-09 21:22:58 +00:00
bugreport%peshkin.net
c325128e37
Bug 303482: Change checksetup.pl to check for MIME::Parser instead of MIME::Tools
...
Patch by Joel Peshkin <bugreport@peshkin.net>
r=glob,wurblzap a=justdave
2005-08-09 21:19:43 +00:00
mkanat%kerio.com
fa452d5364
Back out bug 300231, because it triggers bug 303413.
2005-08-09 20:42:25 +00:00
mkanat%kerio.com
1257aad0f4
Bug 300231: Bugzilla::Classification needs a way of returning only Selectable classification objects
...
Patch By Gabriel Sales de Oliveira <gabriel@async.com.br> r=mkanat, a=justdave
2005-08-09 20:31:53 +00:00
timeless%mozdev.org
82a99c962e
Bug 86999 - Hebrew support for Universal (All) Autodetect
...
fixing debug output typo
patch by shoosh20012001@hotmail.com r=smontagu sr=roc a=asa
2005-08-09 19:43:46 +00:00
lpsolit%gmail.com
ae8aea147c
Bug 135145: Graphs generated by local webdot are huge - Patch by Olav Vitters <bugzilla-mozilla@bkor.dhs.org> r/a=justdave
2005-08-09 19:41:35 +00:00
bsmedberg%covad.net
8dbbd37c72
Bug 303185 - const char* mismatch in VS2005 patch by Michael Moy <mmoy@yahoo.com> r=darin a=me
2005-08-09 19:23:29 +00:00
scott%scott-macgregor.org
cba1a645cc
Bug #302075 --> more work for: Add a link in mail start page to download dictionaries
...
Patch by Jerome Schell
2005-08-09 19:18:01 +00:00
Olli.Pettay%helsinki.fi
f02237b93d
Bug 301374, controls show in wrong order. p=me+doron, r=me+doron+aaronr, a=mkaply, NPOTB
2005-08-09 19:17:18 +00:00
darin%meer.net
0f01ee0c99
fixes bug 301253 "Support application uninstaller" r=beng a=bsmedberg
2005-08-09 17:53:00 +00:00
dougt%meer.net
45a75701ef
Fixing bug 303995. Comparing the flags used in version 3.538 of nsWindow.cpp and what we are currently using you see a difference in both the popup and toplevel. This patch reverts my changes and takes us back to a good place. a/r/rs=benjamin
2005-08-09 16:00:08 +00:00
mozilla.mano%sent.com
99d2e8f34a
Bug 303065 - fix the other caller to SwitchDocumentDirection. r+a=mconnor
2005-08-09 15:51:13 +00:00
tor%cs.brown.edu
43d4bf048f
Bug 302765 - stop offsets not live. r=scooter, a=asa.
2005-08-09 15:45:34 +00:00
timeless%mozdev.org
ba9add46a8
Bug 261985 ALT-B, then any letter should scroll through bookmarks starting with that letter
...
patch by BoxerBoi76@hotmail.com r=mconnor a=mconnor
2005-08-09 14:54:45 +00:00