Граф коммитов

130188 Коммитов

Автор SHA1 Сообщение Дата
mkaply%us.ibm.com dc35648a6b OS/2 bustage - remove trailing spaces 2004-05-13 20:25:10 +00:00
mvl%exedo.nl 7968f4a79b Didn't mean to check this in just yet 2004-05-13 20:09:10 +00:00
bzbarsky%mit.edu 636f0f62c9 Slightly better bustage fix. Still bug 191839. 2004-05-13 20:06:04 +00:00
bzbarsky%mit.edu cc13d8a514 Trying to fix Windows bustage. Bug 191839. 2004-05-13 20:04:41 +00:00
bienvenu%nventure.com 67a4a4f8bc make pop3 get new mail use the inbox, not currently selected folder, sr=mscott part of 30057 2004-05-13 19:49:42 +00:00
bienvenu%nventure.com da74fd34be further fix for 191460, r=bzbarsky, sr=mscott, don't do forced reverse lookups on file extensions even if we have content type 2004-05-13 19:40:30 +00:00
dveditz%cruzio.com 0b6db13cdf bug 243373 StrStrI not available on some widows systems r=ssu,sr=mkaply,a=mkaply 2004-05-13 19:20:14 +00:00
dveditz%cruzio.com e5489da68b bug 243373 StrStrI not available on some windows systems r=ssu,sr=mkaply,a=mkaply 2004-05-13 19:17:26 +00:00
scott%scott-macgregor.org 8dfc02c0a8 Bug #242614 --> LDAP addresses do not show up in contact sidebar window when composing e-mail 2004-05-13 19:09:56 +00:00
mostafah%oeone.com 5fd12b9b0f Checked in attachment 148285 for bug 243316 2004-05-13 19:04:25 +00:00
bzbarsky%mit.edu c594642f8f Skip over __restore_rt frames when generating profile analysis results. Bug
243483, r=shaver, sr=dbaron
2004-05-13 18:59:37 +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
dveditz%cruzio.com 0ac0a890d4 test program, not part of build 2004-05-13 18:27:58 +00:00
bzbarsky%mit.edu 0a0eb2999c Last checkin was for bug 243487. 2004-05-13 18:13:28 +00:00
bzbarsky%mit.edu 262ab1097f Don't do access check if the origin and destination contexts are the same. Bug 243487, jst's idea, my patch, r=jst on the patch, sr=bzbarsky on the idea. 2004-05-13 18:06:59 +00:00
timeless%mozdev.org f148b77fe2 Bug 210719 M17rc1 Trunk [@ nsTreeBodyFrame::ScrollCallback] - Bookmark Manager persistently scrolls up/down if a bookmark is dragged into the 'scroll up'/'scroll down' area just above/below the bookmarks, and dropped there
patch by mailto:durbacher@gmx.de r=varga sr=shaver
2004-05-13 18:06:09 +00:00
jst%mozilla.jstenback.com ccbb6dceef Fixing bug 243484. Adding 'count' out params to ToNewUTF8String() and UTF8ToNewUnicode() that tells the caller how many units (8 or 16 bit) that was returned. r=dbaron@dbaron.org, sr=darin@meer.net 2004-05-13 17:45:03 +00:00
bryner%brianryner.com 2683530f86 nsCSSValue::Reset does not seem to be inlined with -Os, so adding NS_HIDDEN here as well. 2004-05-13 17:09:20 +00:00
bugreport%peshkin.net d3ec032dd0 Bug 236779: Add UI for changing "linkinfooter" flag for saved searches
r=gerv,preed
a=justdave
2004-05-13 16:04:27 +00:00
roc+%cs.cmu.edu 8af971a2bb Bug 242833. Make nsDOMEvent::GetClientX/Y handle cases where a subdocument's widget is not an ancestor of the event's widget. Also forward all mouse grabbing to the root view manager of a view manager hierarchy so that subdocuments can grab the mouse when an event occurs in an outer document. 2004-05-13 15:39:12 +00:00
roc+%cs.cmu.edu d2612a545a Bug 107518 and others... Make CreateViewForFrame reparent any views on frame descendants to the new view. This ensures that the view hierarchy stays in sync with the frame hierarchy. r+sr=dbaron 2004-05-13 15:33:18 +00:00
bienvenu%nventure.com 7415f84b02 make get new messages work with deferred pop3 accounts, sr=mscott 30057 2004-05-13 13:45:40 +00:00
kyle.yuan%sun.com cb32b404e8 Bug 242990 Crash when LDAP query results content none UTF8 characters
r+sr=dmose, patch by wind.li@sun.com
2004-05-13 07:21:12 +00:00
jouni%heikniemi.net 0afa513e3d Bug 226411: Fixed the indentation issue mentioned in bug comments but forgotten on previous checkin. 2004-05-13 07:17:43 +00:00
christophe.ravel.bugs%sun.com e23dc68c35 238319 : Sun packaging changes 2004-05-13 07:13:01 +00:00
darin%meer.net 699ae13bee fixes bug 170128 "PAC: myIpAddress() does not update to network changes" r=biesi sr=bryner 2004-05-13 07:08:25 +00:00
timeless%mozdev.org fb9628900d Fixing code for CAUTIOUS_SCRIPTHOOK (not part of the build), broken by changes for
Bug 208030 JS errors report incorrect line numbers in the source code
2004-05-13 06:04:09 +00:00
ben%bengoodger.com f1d10c82fc 170006 add button icons from kevin gerich <webmail@kmgerich.com> 2004-05-13 05:04:45 +00:00
ben%bengoodger.com 326d1a1e99 170006 add some comments, image tweaks etc 2004-05-13 05:04:14 +00:00
ben%bengoodger.com e7c872e6d9 170006 add new defalt theme icons for theme manager 2004-05-13 04:39:03 +00:00
ben%bengoodger.com 056d7ea808 add a comment 2004-05-13 04:33:23 +00:00
cls%seawood.org 790477e161 Make code more standards compliant to build with mingw gcc 3.4.0.
Bug #243273 r=bsmedberg sr=dbaron
2004-05-13 04:08:34 +00:00
scott%scott-macgregor.org 5f44b200a9 Try to fix ports bustage by using PR_ABS instead of manually defining abs
thanks to bz for the suggestion
2004-05-13 04:03:17 +00:00
jst%mozilla.jstenback.com 51c893718d Whitespace only change. 2004-05-13 03:36:39 +00:00
bzbarsky%mit.edu 5dbcf599c7 Use isWindow boolean to avoid unnecessary QI. Bug 243471, r+sr=jst 2004-05-13 03:23:03 +00:00
cls%seawood.org 7f246234b3 Use standard AM_LANGINFO_CODESET macro instead of assume CODESET is available if nl_langinfo is.
Thanks to Adrian Bunk <bunk@fs.tum.de> for the patch.
Bug #160180 r=cls
2004-05-13 03:12:49 +00:00
rlk%trfenv.com 7af6998949 Fixing Help Viewer run-time error caused by elimination of comm.jar (bug 243465) 2004-05-13 01:57:17 +00:00
kyle.yuan%sun.com 71637e5d70 Bug 136729 64bit problems in CreateThread/PostEvent
Additional fix for getting rid of nsPluginThread.
r=xiaobin.lu, sr=brendan
2004-05-13 01:51:55 +00:00
caillon%redhat.com 37ad1c79d2 306 // note: once we have an IconRef,
307   // we MUST release it before exiting this method!

r=timeless,sr=jst over irc.  no bug.
2004-05-13 01:43:02 +00:00
bzbarsky%mit.edu 5181bf717a Don't reset the notification timer on every parse start/stop. This speeds up
flurries of little document.write calls a good bit.  Bug 242899, r=peterv,
sr=jst
2004-05-13 01:39:29 +00:00
wchang0222%aol.com 081ede0ac7 Bugscape bug 57081: If the make variable NISCC_TEST is defined at build
time, add -DNISCC_TEST to the compile command line.  The NISCC_TEST macro
enables special code that's conditionally compiled for NISCC testing.
Modified Files:
	cmd/smimetools/Makefile cmd/smimetools/cmsutil.c
	lib/ssl/config.mk lib/ssl/manifest.mn
2004-05-13 01:29:15 +00:00
jst%mozilla.jstenback.com 97deb07230 Fixing regression bug 243345. Make nsITextContent::SetText() work with non-null terminated strings, and fix silly mistake in nsComboboxControlFrame::GetIndexOfDisplayArea(). Patch partly by bzbarsky@mit.edu, and partly by myself. r+sr=bzbarsky@mit.edu and jst@mozilla.jstenback.com 2004-05-13 01:12:10 +00:00
bugreport%peshkin.net 23b4d76c40 Bug 226411: make DiffStrings handle fields with duplicate values
patch by jouni
r=joel,myk
a=justdave
2004-05-12 23:57:31 +00:00
relyea%netscape.com 5d4e32454a scripts for pk11util 2004-05-12 23:49:39 +00:00
tor%cs.brown.edu babac66ae7 Bug 241773 - keep displaying the valid portions of a corrupt animated gif.
r=paper, sr=darin
2004-05-12 22:45:16 +00:00
igor%mir2.org 2494dc182a Use code similar to optimizer when generating call sequences to avoid tree mutations during code generation 2004-05-12 22:39:40 +00:00
scott%scott-macgregor.org b91e17e510 the rest of Bug #44863 --> locale files for multiple identities UI
sr=bienvenu
2004-05-12 22:29:18 +00:00
scott%scott-macgregor.org ab2b81929a Bug #44863 --> First cut at a UI for multiple identities
sr=bienvenu
2004-05-12 22:03:05 +00:00
scott%scott-macgregor.org 708d733b0c Bug #44863 --> in order to support a UI for multiple identities, we need to implement
::RemoveIdentity to remove an identity from an account.

sr=bienvenu
2004-05-12 21:59:19 +00:00
neil%parkwaycc.co.uk 056c5d637c Bug 191578 "Close Other Tabs" confirmation dialog p=tmeader@gmail.com r=me sr=jag 2004-05-12 21:45:25 +00:00