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

129648 Коммитов

Автор SHA1 Сообщение Дата
roc+%cs.cmu.edu 0cd525a091 Bug 226439. Add EqualsASCII(char*) string method that compares with a null-terminated char* in a single pass. Have the non-templated EqualsLiteral use it. r+sr=dbaron 2004-04-30 12:05:14 +00:00
ben%bengoodger.com e0ba8cafc5 more updates 2004-04-30 10:06:33 +00:00
ben%bengoodger.com de793cde81 more updates 2004-04-30 10:03:06 +00:00
ben%bengoodger.com a60edcd5ba more updates 2004-04-30 10:01:29 +00:00
ben%bengoodger.com ab4faa36c9 more updates 2004-04-30 09:42:22 +00:00
ben%bengoodger.com ae8d9b0c00 more updates 2004-04-30 09:39:17 +00:00
ben%bengoodger.com 0bc3fe507e more updates 2004-04-30 09:38:37 +00:00
ben%bengoodger.com af82f8d795 update script 2004-04-30 09:36:43 +00:00
ben%bengoodger.com c5dc472a73 unix version of deploy script 2004-04-30 09:26:06 +00:00
ere%atp.fi 36ed2bc358 Fix for regression bug 241447: typed characters are doubled if flash content is playing.
r=dean_tessman
sr=bryner
2004-04-30 06:40:46 +00:00
jst%mozilla.jstenback.com 94ebf8561b Fixing bug 242149. Make GlobalWindowImpl not check prefs when it doesn't need to. r=caillon@gmail.com, sr=bzbarsky@mit.edu 2004-04-30 05:14:22 +00:00
timeless%mozdev.org 9ddca4dfd7 Bug 242037 mkdir in many perl scripts contains a decimal 775, not the correct octal specification of 0775
patch by ajschult@mindspring.com r=bsmedberg
2004-04-30 04:23:06 +00:00
timeless%mozdev.org 0b47a9d97a Bug 241424 proxy panel not shown second time if it's not needed first time
patch by ajschult@mindspring.com r=dveditz sr=bryner
2004-04-30 04:19:57 +00:00
timeless%mozdev.org f69777d188 Bug 238095 rework pause/resume of net installer
patch by ajschult@mindspring.com r=dveditz sr=bryner
2004-04-30 04:17:49 +00:00
timeless%mozdev.org 30dfe661c0 Bug 240212 Custom install "Please select.." keyboard commands do not update Description
patch by ajschult@mindspring.com r=dveditz sr=bryner
2004-04-30 04:16:30 +00:00
jst%mozilla.jstenback.com c41e5c80b0 Fixing build warning. 2004-04-30 04:11:02 +00:00
jst%mozilla.jstenback.com 2b87de3ad8 This was apparently not the reason for the Tp hit, re-landing (bug 240543). 2004-04-30 04:06:30 +00:00
jst%mozilla.jstenback.com eb0803d1db Backing out the nsPresContext changes in my last checkin to see if that's what caused the increase in Tp. 2004-04-30 03:10:29 +00:00
brendan%mozilla.org 2521542a8a Reload onbranch after possible native function calls (241050, r=shaver). 2004-04-30 02:43:50 +00:00
ben%bengoodger.com 394a8fe8c0 make ConvertChromeURL return an error code when it cannot successfully convert a chrome URL rather than build a "wacky default" - remove some cruft too 2004-04-30 01:46:02 +00:00
ben%bengoodger.com 3bb4b07de7 make update checking web service localizable 2004-04-30 01:45:11 +00:00
ben%bengoodger.com d4ebd6aa58 extension installation... 2004-04-30 01:44:48 +00:00
myk%mozilla.org cb9752ad13 encapsulated logic in Doctor and Doctor::File objects to make extending Doctor easier; still have two more doctor.cgi action functions to go: commit and create; then just a lot of cleanup and making sure things are in the right place 2004-04-30 01:40:40 +00:00
roc+%cs.cmu.edu 06385ed7e9 Fixing bustage in content/svg/document/src 2004-04-30 01:18:34 +00:00
jst%mozilla.jstenback.com 679d42aa2f Fixing mac bustage. 2004-04-30 00:57:06 +00:00
bienvenu%nventure.com 40e9ea8c16 enable blind send by default, since we warn the user, sr=mscott 36838 2004-04-30 00:13:05 +00:00
pinkerton%aol.net 65689d1b85 updating for new profile information and location 2004-04-29 23:49:45 +00:00
pinkerton%aol.net 802f784f27 remove debug code accidentally landed with other code 2004-04-29 23:45:21 +00:00
jst%mozilla.jstenback.com 77c4322ab2 Fixing bug 240543. Hiding some nsIPref* API bloatyness in nsContentUtils. r=caillon@aillon.org, sr=peterv@propagandism.org 2004-04-29 23:34:19 +00:00
darin%meer.net 84eaa1a4c5 fixes bug 209804 "Assertion in xpcom/threads/nsAutoLock.cpp" r+sr=dbaron 2004-04-29 23:17:54 +00:00
mconnor%myrealbox.com 3ac68a0c45 bug 240574 port XPFE fixes to toolkit version of radio.xml, r=bryner 2004-04-29 23:12:50 +00:00
scott%scott-macgregor.org 7d6d82ab51 Bug #68877 --> use the IP address of the host for the smtp connection as the domain name for HELO/EHLO instead
of just using the domain name of the sender.

Patch by Christian Eyrich
r=darin
sr=mscott
2004-04-29 23:07:05 +00:00
neil%parkwaycc.co.uk f8d1b7c1d0 Removing unused variable b=217089 p=mbockelkamp@web.de r=timeless sr=alecf 2004-04-29 22:58:55 +00:00
brendan%mozilla.org 193b72e4d4 Typo in comment fixed. 2004-04-29 21:54:20 +00:00
bzbarsky%mit.edu e7b168c98b Backing out content-location support. See bug 238654 and dependencies/dups for
reasons.  r+sr=darin
2004-04-29 21:10:05 +00:00
bzbarsky%mit.edu 949ed2b8a6 Make sure content lists don't look at "anonymous nodes" (nodes that are
anonymous descendants of the root of the list).  Bug 240851, r=sicking, sr=jst
2004-04-29 21:07:44 +00:00
mkaply%us.ibm.com a6a1435c87 #241961
r=mostafah
Let's get this right this time - rewrite the #ifdef so it is more clear - fix the Mac nesting issue
2004-04-29 20:54:26 +00:00
bienvenu%nventure.com b8208620b7 fix crash importing outlook ab's sr=mscott 229401 2004-04-29 20:50:40 +00:00
mkaply%us.ibm.com c6b4a00409 #242011
r=mkaply
Add a default case for #ifdefs in migration XUL file
2004-04-29 20:46:01 +00:00
rlk%trfenv.com 344ede2915 oops! didn't mean to check that in! 2004-04-29 20:36:47 +00:00
rlk%trfenv.com 3e5410a68b fixing some typos and removing an obsolete file not used in the build. 2004-04-29 20:35:37 +00:00
bienvenu%nventure.com 06eb3e487a fix occasional problems doing mapireadmail, add pr logging, make mapitest program display errors in hex sr=mscott 108275 2004-04-29 19:58:24 +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
mkaply%us.ibm.com b3fafd37f4 #242011
r=mkaply
Code from pedemonte - build break -don't build opera migration stuff on OS/2
2004-04-29 17:32:26 +00:00
mkaply%us.ibm.com 8f39bd55d7 #241961
r=mostafah
On OS/2, the number of bytes actually written is not necessarily equal to the return of the write command do to CR/LF - use tell
2004-04-29 17:18:25 +00:00
mvl%exedo.nl 163611b57c "limit to current session" should not override a short cookie lifetime
bug 240963, r=dwitte, sr=darin
2004-04-29 16:58:09 +00:00
mostafah%oeone.com 71a419711f Updated Slovak translation 2004-04-29 15:00:46 +00:00
Stefan.Borggraefe%gmx.de 844f914326 Fix for Bug 182642: Title of the "Available Profiles" listbox can be
deleted with the "Delete Profile" button
r=jag, sr=alecf
2004-04-29 14:34:55 +00:00
Stefan.Borggraefe%gmx.de 9e13ed7b74 Fix for Bug 223148: "Move Open Bookmark File to the File menu where it belongs"
r=dean_tessman, sr=alecf
2004-04-29 14:29:23 +00:00
neil%parkwaycc.co.uk ef5a85f2bc Make reversed="true" preference work with checkbox listitems so I can remove my previous hack (ouch!) b=181973 r=caillon (over irc) sr=alecf 2004-04-29 14:17:44 +00:00