bsmedberg%covad.net
daa93f0f1e
Bug 221994 - Log chrome registry errors during XPInstall to help diagnose error -239. Patch by bugzilla@bsdchicks.com (Doc Wilco) thank you! r=me sr=bryner
2003-11-15 14:57:28 +00:00
alex.fritze%crocodile-clips.com
0134fc2c4a
Fix style attribute, broken by bug #7639 checkin. (SVG only - not switched on in default builds)
2003-11-15 11:08:07 +00:00
bryner%brianryner.com
734ba628fe
it's been a long day
2003-11-15 09:20:33 +00:00
bryner%brianryner.com
5de6eefad3
Fixing some SVG bustage
2003-11-15 08:53:35 +00:00
bryner%brianryner.com
c716caa0c8
fix debug build bustage
2003-11-15 08:46:23 +00:00
bryner%brianryner.com
c34205bb48
More ports bustage fixing. Make ~nsSocketTransport() protected for the benefit of nsDerivedSafe<nsSocketTransport>.
2003-11-15 08:43:50 +00:00
chanial%noos.fr
cd3b8e8dd3
fixing bustage
2003-11-15 08:29:09 +00:00
chanial%noos.fr
d2ab261bca
move the i18n part of browser.properties into the toolkit (intl.properties)
...
Even if the platform dependent files intl.properties are identical for en-US, I think it's a good idea to keep them in seperate directories, to not mislead localizers.
2003-11-15 08:26:10 +00:00
bryner%brianryner.com
b556210cb0
Fixing orange (hopefully). Don't dereference a pointer in the same call where it's passed as getter_AddRefs, because that will null it out first. For now, I'm keeping a strong reference to the node info manager at these call sites since it's not clear to me that it's guaranteed to stay around after the NodeInfo is released.
2003-11-15 08:16:23 +00:00
chanial%noos.fr
8e65ea4952
split the top-level toolkit manifest file into content/jar.mn, locale/jar.mn and obsolete/jar.mn so that we no longer have to repackage everything every time we modify one of these three subdirectories.
2003-11-15 07:43:50 +00:00
chanial%noos.fr
1f627bcb07
some simplifications on how we hide the unrequested buttons
2003-11-15 07:31:01 +00:00
bryner%brianryner.com
27f406b51d
Fix AIX bustage by making ~nsSocketTransportService() protected (so that nsDerivedSafe can call it). r=dbaron.
2003-11-15 05:52:32 +00:00
bryner%brianryner.com
823f2f2aa7
deCOMtaminate nsINodeInfo and nsINodeInfoManager. See bug 225060 for details. r=sicking, sr=jst.
2003-11-15 05:27:37 +00:00
bzbarsky%mit.edu
bb59181099
Don't clear previous selection when range is extended using shift-ctrl-click.
...
Bug 112281, r+sr=roc
2003-11-15 04:23:53 +00:00
bienvenu%nventure.com
3f80056597
fix forgetting pop3 password when pop3 account is busy, r/sr=mscott 219162
2003-11-15 00:57:41 +00:00
bzbarsky%mit.edu
b381ebb111
Fix up more XUL GetFrameForPoint impls to correctly handle paint layers. Bug
...
225732, r+sr=dbaron
2003-11-15 00:47:43 +00:00
caillon%returnzero.com
1402b75367
Minor code cleanup. No bug.
...
r+sr=jst
2003-11-15 00:47:12 +00:00
nelsonb%netscape.com
e9f81f8499
Detect empty emailAddr strings in CERTCertificate. Bugzilla bug 211540.
2003-11-15 00:15:28 +00:00
darin%meer.net
ee0bc79162
fixes bug 92928 "Server socket support in Necko" r=dougt sr=bzbarsky
2003-11-15 00:13:59 +00:00
gerv%gerv.net
29cfd51965
Bug 205418 - Relicense Spidermonkey (js/src) to MPL/LGPL/GPL. Patch by gerv; r,a=brendan.
2003-11-15 00:11:16 +00:00
nelsonb%netscape.com
b904b47318
Detect empty emailAddr strings in CERTCertificates. Bugzilla bug 211540.
...
Modified Files:
cmd/dbck/dbck.c cmd/signtool/util.c lib/certdb/certdb.c
lib/certdb/stanpcertdb.c lib/pkcs7/p7decode.c lib/pki/certificate.c
lib/pki/pki3hack.c lib/smime/cmssiginfo.c lib/softoken/pkcs11u.c
2003-11-15 00:10:01 +00:00
bryner%brianryner.com
dfcc425990
Fix tree rowcount change notifications for cookie manager (bug 215656). patch by steffen.wilberg@web.de, r=bryner.
2003-11-15 00:00:39 +00:00
bryner%brianryner.com
096d306007
Fix toolkit tracemalloc bustage, patch by swalker.
2003-11-14 23:55:41 +00:00
scott%scott-macgregor.org
201a811f1e
port fix from trunk
2003-11-14 23:46:56 +00:00
scott%scott-macgregor.org
9a8dd77f4c
Port Bug #73801 from the trunk: Need to disable the Delete button & menu item Delete Address Book when PAB or CAB is selected
2003-11-14 23:40:36 +00:00
scott%scott-macgregor.org
ae454c499b
synch with trunk to pick up Bug #218825
...
fixes problem where default account is not getting loaded at start up.
2003-11-14 23:20:45 +00:00
gerv%gerv.net
fb82b1d80b
Bug 225303 - Cannot remove stored query when no bugs are found. Patch by gerv; r=jouni, a=justdave.
2003-11-14 23:04:17 +00:00
bzbarsky%mit.edu
0345e33456
Set text-indent:0 on all form controls to keep it from inheriting down to the
...
anonymous blocks inside. Bug 56253, r+sr=dbaron
2003-11-14 23:00:56 +00:00
bzbarsky%mit.edu
d45f5c0447
Don't reframe when "float: left" changes to "float: right"; just reflow. Bug
...
55967, r+sr=dbaron
2003-11-14 22:55:46 +00:00
cbiesinger%web.de
8a34f5f01e
found in 194439. use delete[] to free an array, not delete. r+sr=bzbarsky
2003-11-14 22:39:01 +00:00
neil%parkwaycc.co.uk
3ff884b6c3
Supplementary patch to bug 218825, part 2: convert users of nsMsgFolder to nsMsgDBFolder r/sr=bienvenu
2003-11-14 22:03:52 +00:00
danm-moz%comcast.net
cc404f7b11
update widget position member variable when window is moved for any reason. r=bryner,ere bug 224760, 223901
2003-11-14 21:58:08 +00:00
cbiesinger%web.de
d099f19623
fixing likely crasher in previous checkin, thanks to bz for noticing it
2003-11-14 21:27:41 +00:00
darin%meer.net
2861ddd730
fixes bug 210208 "add http-on-examine-merged-response notification" patch=rggammon@alumni.uwaterloo.ca r+sr=darin
2003-11-14 20:51:55 +00:00
cbiesinger%web.de
e89c721931
194439 nsOSHelperAppService on windows doesn't support non-ASCII default description.
...
fix this by using *W versions of registry functions when running on an nt-based windows.
r=ere sr=bzbarsky
2003-11-14 20:48:52 +00:00
igor%mir2.org
7c4e5d8424
Allow for scripts to catch instances of EvaluatorException
2003-11-14 20:38:06 +00:00
igor%mir2.org
8e546b9047
Transform StackOverflow during parsing into runtime exception so script can detect too deep recursion during parsing.
2003-11-14 20:33:43 +00:00
bienvenu%nventure.com
4df6336f0e
fix daylight savings time change invalidating summary files on NTFS, 136049, r/sr=mscott
2003-11-14 20:21:18 +00:00
pinkerton%netscape.com
544fffb22a
really changing find nib to be more cocoa-like
2003-11-14 19:47:18 +00:00
relyea%netscape.com
a157ed2b26
Fix windows breakage.
2003-11-14 18:06:50 +00:00
tor%cs.brown.edu
ab8fa950fd
Fix c++ for{} scoping bustage. r=sicking
2003-11-14 17:58:08 +00:00
sicking%bigfoot.com
59ea9991ad
Fix lineendings. r=pedemonte
2003-11-14 16:54:34 +00:00
bienvenu%nventure.com
3c5c4da69b
fix 223692, don't use the initial-response argument with SMTP AUTH LOGIN, patch by ch.ey@gmx.net, r/sr=me
2003-11-14 16:13:48 +00:00
igor%mir2.org
7c0cff6574
Splitting Token.ASSIGN into Token.ASSIGN and Token.ASSIGNOP where the former represents only = while ASSIGNOP is used to denote +=, -= etc. Parse tree for the 2 operations is rather different and split allowed to simplify IRFactory code.
2003-11-14 16:03:31 +00:00
bienvenu%nventure.com
58794f9da4
add filter action for deleting msg from pop3 server, also fix biff notification when biff doesn't download msgs, r/sr=mscott 74430 and 221165
2003-11-14 15:24:21 +00:00
bienvenu%nventure.com
b576a7c7a9
fix bustage introduced with previous checkin for 219787 make thread column toggle threaded mode, r/sr=me
2003-11-14 15:02:06 +00:00
bienvenu%nventure.com
cf8b050f0e
fix tb account manager - fallout from 222940, patch by borggraefe@web.de, r/sr=me
2003-11-14 14:41:53 +00:00
pinkerton%netscape.com
218123a613
allow dragging of topmost bookmark container in container list (bug 223325)
2003-11-14 13:42:55 +00:00
neil%parkwaycc.co.uk
8af4b71a1c
Bug 222940 Offline & Diskspace and Server Setting panes are too large p=stefan@borggraefe.com r=me sr=bienvenu
2003-11-14 11:45:58 +00:00
caillon%returnzero.com
9f20544ef1
Bug 225411; updating DOM 3 Core's Document.xml*
...
r+sr=jst
2003-11-14 11:10:11 +00:00