bzbarsky%mit.edu
068941a66c
Remove some redundant code. Bug 309834, patch by Samuel Tardieu <sam@rfc1149.net>, r=neil, sr=bzbarsky
2006-04-11 22:22:22 +00:00
kairo%kairo.at
fbfb888dec
bug 325473 - Undo separation of language and region/content packs, part 1: move *-region into en-US.jar, r=jag sr=Neil
2006-04-08 11:01:39 +00:00
dbaron%dbaron.org
ac49c790c1
Remove uses of MOZ_DECL_CTOR_COUNTER, which is always defined to nothing. b=332745 rs=roc,bzbarsky
2006-04-05 00:00:44 +00:00
benjamin%smedbergs.us
c28452f142
Bug 78081 - don't export intermediate libraries - initial makefile changes to switch from $(DIST)/lib to in-tree library locations - blanket-r=mento
2006-03-21 14:41:13 +00:00
bugzilla%arlen.demon.co.uk
eac373d533
Bug 270170 XPInstall Permission Manager UI
...
p=me r=db48x sr=jag
2006-03-04 13:29:46 +00:00
cbiesinger%web.de
a898e666b8
bug 183156 remove *UCS2* functions, replacing them with *UTF16* ones
...
r+sr=darin
2006-02-03 14:18:39 +00:00
cbiesinger%web.de
8d81b8a6b6
Bug 321504 Remove unneeded uses of nsIDocumentLoader
...
r+sr=bz
2005-12-26 16:45:59 +00:00
jst%mozilla.jstenback.com
7a5af690c6
Fixing bug 316794. Moving HandleDOMEvent() and Get/SetDocShell from nsIScriptGlobalObject to nsPIDOMWindow. r=mrbkap@gmail.com, sr=peterv@propagandism.org
2005-11-28 23:56:44 +00:00
neil%parkwaycc.co.uk
b909f44c58
Adding some access keys b=289444 p=giacomo.magnini@portalis.it sr=me
2005-10-30 11:19:34 +00:00
timeless%mozdev.org
adcd5cac17
Bug 308573 use if (NS_FAILED(...)) instead of if NS_FAILED(...)
...
patch by b.jacques@planet.nl r=darin sr=darin
2005-09-15 23:17:17 +00:00
bugzilla%arlen.demon.co.uk
f0be2623b9
Bug 289444 Give prefs panels titles a unique name (LP, inspector and wallet patch)
...
p=giacomo.magnini@portalis.it (as was previous patch) r=me sr=neil.parkwaycc.co.uk
2005-09-10 16:09:11 +00:00
kairo%kairo.at
52dae2ffe1
bug 121443 - Default Button for Save Password Dialog should be "No", p=ajschult@verizon.net r+sr=Neil a=asa
2005-06-22 16:07:59 +00:00
neil%parkwaycc.co.uk
f5ac06642d
Stop sharing DOM object wrappers between content and chrome, specifically reporter wallet mail pki browser communicator global b=281988 r=bsmedberg sr=bz a=asa
2005-05-23 08:34:02 +00:00
bsmedberg%covad.net
824219d781
Bug 281988 - Chrome registry supports for the xpcnativewrappers=yes flag. Chrome packaging fixup to apply the xpcnativewrappers=yes flag to our application chrome packages for ffox/tbird. This also stops the repackaging of thunderbird chrome. r=mscott+bz a=drivers
2005-05-20 12:58:57 +00:00
bryner%brianryner.com
f3d10fa3c3
Don't notify form submit observers if the form can't be submitted due to not having a link handler. Also, make sure all nsIFormSubmitObserver implementations protected against a null DOMWindow. Bug 292960, r+sr=bzbarsky, a=brendan.
2005-05-07 00:16:17 +00:00
bsmedberg%covad.net
44c4cbce10
Adding MOZILLA_INTERNAL_API to internal makefiles, bug 288626, rs=darin
2005-04-04 18:38:19 +00:00
scott%scott-macgregor.org
c4302a27b4
Bug #245430 --> get rid of the last global static nsString object so static builds work on the Mac.
...
r=pkwarren
sr=bienvenu
2005-03-22 23:30:33 +00:00
bugzilla%arlen.demon.co.uk
0bceb13ea2
Bug 277097 Tidy up cookie js/xul/pref code - removing another file that got missed in prune p=me r=dwitte/benjamin sr=darin
2005-03-11 01:13:55 +00:00
bugzilla%arlen.demon.co.uk
fc17e149b1
Bug 277097 Tidy up cookie js/xul/pref code - removing another file that got missed in prune
...
p=me r=dwitte/benjamin sr=darin
2005-03-11 00:54:35 +00:00
bugzilla%arlen.demon.co.uk
3d7d551c76
Bug 277097 Tidy up cookie js/xul/pref code (Removing js/xul from extensions/cookie) - history for pref-cookies.xul/dtd and pref-images.xul/dtd can be got from the attic (see bug for details) - file removal part
...
p=me r=dwitte/benjamin sr=darin
2005-03-10 18:59:11 +00:00
bsmedberg%covad.net
eef6b7396f
From bug 282057 - brand.dtd now lives in chrome://branding/locale/brand.dtd
2005-03-10 18:44:11 +00:00
bugzilla%arlen.demon.co.uk
9f52c678e3
Bug 277097 Tidy up cookie js/xul/pref code (Removing js/xul from extensions/cookie) - history for pref-cookies.xul/dtd and pref-images.xul/dtd can be got from the attic (see bug for details)
...
p=me r=dwitte/benjamin sr=darin
2005-03-10 18:36:07 +00:00
bugzilla%arlen.demon.co.uk
94c34950ba
Bug 252698 Use buttonlabel attributes in <dialog>s
...
p=me r=neil.parkwaycc.co.uk sr=dveditz
2005-02-21 00:57:10 +00:00
bryner%brianryner.com
1733c3ad7c
Additional REQUIRES cleanup for mailnews, mac, and suite directories (bug 73353). r+sr=dbaron.
2005-02-04 21:10:45 +00:00
dwitte%stanford.edu
2eba0b8866
make p3p cookie icon not appear for rejected cookies, only for flagged/downgraded ones; and remove some deprecated notification fu.
...
b=212778, r+sr=darin
2005-01-24 06:53:18 +00:00
bzbarsky%mit.edu
3203d0d58e
Remove the long-deprecated nsIWebShell interface. Bug 273319, r=biesi, sr=jst.
2005-01-03 22:51:17 +00:00
pkw%us.ibm.com
1071dc67b4
Bug 275786 - crash in [@ nsCharTraits<unsigned short>::length] changing username for existing Mail Account will crash Mozilla [@ SINGSIGN_RemoveUserAfterLoginFailure]
...
r=cbiesinger@gmx.at , sr=darin@meer.net
2004-12-28 21:16:23 +00:00
pkw%us.ibm.com
ac6c79c6c3
Bug 270248 - Cleanup string usage in wallet code
...
r=cbiesinger@gmx.at , sr=darin@meer.net
2004-12-15 19:29:54 +00:00
pkw%us.ibm.com
1063c83375
Back out singsign changes from Bug 270248 due to regressions
2004-12-11 18:25:23 +00:00
pkw%us.ibm.com
8501700a69
Bug 270248 - Cleanup string usage in wallet code.
...
r=cbiesinger@gmx.at , sr=darin@meer.net
2004-12-10 21:13:44 +00:00
pkw%us.ibm.com
30ce567c8b
Bug 270248 - Cleanup string usage in wallet code.
...
r=cbiesinger@gmx.at , sr=darin@meer.net
2004-12-06 13:55:12 +00:00
pkw%us.ibm.com
b1c6205b5e
Bug 270215 - Memory leak in wallet_GetLine
...
r=cbiesinger@gmx.at , sr=darin@meer.net
2004-11-17 02:19:15 +00:00
darin%meer.net
c79cfdbf74
fixes bug 261083 "Channels do not uniformly query their notification callbacks" r=biesi sr=bzbarsky
2004-11-15 20:16:52 +00:00
darin%meer.net
f94aa8151e
fixes bug 219400 "remove callers of nsServiceManager:: methods" r=bsmedberg
2004-11-07 23:59:35 +00:00
cbiesinger%web.de
8dbcaf8757
remove filespec from wallet code. 214795 r=mvl sr=dveditz
2004-10-14 17:00:19 +00:00
neil%parkwaycc.co.uk
7bb2ca31b7
Switch load handlers to setting document.title (as per bug 126903 setting the title attribute no longer works) b=261267 r=jst sr=shaver
2004-10-09 13:01:45 +00:00
neil%parkwaycc.co.uk
c542f8d67e
Make "Log Out" clear all HTTP auth sessions as well as expiring the master password b=55181 p=vhaarr@firefox.no r=me sr=darin
2004-09-21 16:11:28 +00:00
peterv%propagandism.org
bf119d218f
Fix for 209699 (bug convert some consumers over to CopyUTF8toUTF16 / CopyUTF16toUTF8). r=jshin, sr=jst.
2004-09-17 13:03:33 +00:00
cbiesinger%web.de
dc1774bece
Bug 252609 kill *WithConversion in wallet
...
r=mvl sr=dveditz
2004-07-24 13:02:00 +00:00
mvl%exedo.nl
05df50394e
Try not to crash on http auth.
...
bug 252833, r=dwitte, sr=dmose
2004-07-24 11:10:42 +00:00
mvl%exedo.nl
a08143249d
delay decryption of passwords until one is found that matches the url, in order to prevent useless master password prompts.
...
bug 247417, r=timeless, sr=dveditz
2004-07-23 10:36:17 +00:00
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
953f77bb32
replace EqualsWithConversion by EqualsLiteral where possible
...
bug 248687 r+sr=roc
2004-06-26 14:32:11 +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
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
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
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
mvl%exedo.nl
81bd8ef58c
Make password manager show passwords again.
...
bug 241110, r=neil, sr=darin
2004-06-06 14:29:41 +00:00
roc+%cs.cmu.edu
b8ecbc84da
Bug 226439. Convert Seamonkey to EqualsLiteral. rs=darin
2004-05-22 22:15:22 +00:00
caillon%redhat.com
e55198520c
Kill off nsComObsolete.h
...
Patch by marco@gnome.org to bug 241145
r=caillon sr=dbaron
2004-05-18 18:09:16 +00:00