Commit Graph

141116 Commits

Author SHA1 Message Date
shaver%mozilla.org
fea422d9f2 Bug 290592: Add |forEach|, |indexOf|, |filter|, |map|, |some| and |every| to
Array.prototype, for greater Lispy righteousness.  r+a=brendan.
2005-04-17 18:31:59 +00:00
brendan%mozilla.org
89f668af1b Use 64-bit-friendly ptr/int macros. 2005-04-17 18:17:23 +00:00
cst%andrew.cmu.edu
b936eb8886 Bug 289366 - Addresses missed whitespace from previous checkin. a=Asa via IRC; previous checkin by KaiRo should have been Bug 289366 as well. patch by callek. 2005-04-17 16:55:55 +00:00
cst%andrew.cmu.edu
8d6e2e5783 Bug 289760 Make forward button dropdown list have same max length as back button dropdown
r+sr=neil a=asa
2005-04-17 16:14:37 +00:00
brendan%mozilla.org
ea546f0352 Clamp fun->{nargs,nvars}, an old bug laid to rest (290575, r=shaver, a=me). 2005-04-17 16:01:28 +00:00
neil%parkwaycc.co.uk
36f2ecfa9f Bug 289217 LOGFONT's pixel sizes not getting converted to twips accurately thus displaying noninteger font sizes in DOM Inspector r=ere sr=roc a=dbaron 2005-04-17 13:11:21 +00:00
kairo%kairo.at
569a93ab84 bug 290490 - editorOverlay inserts a second menupopup into message compose view show/hide menu, patch by Justin Wood <bugspam.Callek@gmail.com> r+sr=Neil a=asa 2005-04-17 11:18:08 +00:00
cltbld
56787e8fe5 Automated update from host egg 2005-04-17 10:10:19 +00:00
kairo%kairo.at
a872124cf7 bug 290490 - integrate suite/ into build process, also adding MOZ_SUITE define for suite-specific stuff, r=bsmedberg sr=Neil a=asa 2005-04-17 10:06:09 +00:00
mkanat%kerio.com
30e1227dfa Bug 290407: Fix up bz_alter_column and break out a bz_alter_column_raw
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=Tomas.Kopal, a=justdave
2005-04-17 07:29:08 +00:00
mkanat%kerio.com
9bce224e74 Bug 290411: Cross-DB bz_drop_table
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=Tomas.Kopal, a=justdave
2005-04-17 07:27:07 +00:00
mkanat%kerio.com
f881f1ac83 Bug 290403: Slight cleanup of Bugzilla::DB index code
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=Tomas.Kopal, a=justdave
2005-04-17 07:24:13 +00:00
mkanat%kerio.com
ad70ac135e Bug 290402: Functions to support reading-in a Schema object from the database
Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=Tomas.Kopal, a=justdave
2005-04-17 07:22:42 +00:00
brendan%mozilla.org
001047fa23 Fast followup to uninitialized ok blunder in last checkin. 2005-04-17 04:30:30 +00:00
julien.pierre.bugs%sun.com
a5a1ba4841 Fix for 290121. Replace PRIntervalTime with PRTime when checking for the need to query the token for CRLs. r=nelson 2005-04-17 03:17:07 +00:00
bryner%brianryner.com
536b240492 removing deleted makefiles 2005-04-17 01:16:21 +00:00
cst%andrew.cmu.edu
cf010b6f9a Bug 289609 Dynamically changing the favicon doesn't update the icon in the tab.
r+sr=neil a=asa
2005-04-16 23:27:39 +00:00
vladimir%pobox.com
b88ac91a7c *** empty log message *** 2005-04-16 22:58:25 +00:00
lpsolit%gmail.com
63d0fb5a50 Bug 290579: Remove unused function PasswordForLogin() from CGI.pl - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r=joel a=justdave 2005-04-16 17:33:29 +00:00
bsmedberg%covad.net
a4253a1c29 Package bustage from bug 289448 - We now use en-US.jar directly, instead of en-US-mail.jar 2005-04-16 17:25:44 +00:00
lpsolit%gmail.com
1823d8db70 Bug 290511: Move RemoveVotes() out of globals.pl - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r=mkanat a=justdave 2005-04-16 17:17:06 +00:00
lpsolit%gmail.com
c40c480116 Bug 290570: Bugzilla::Auth::WWW:Env uses bitwise OR - Patch by Simon Wilkinson <simon@sxw.org.uk> r=kiko a=justdave 2005-04-16 17:08:32 +00:00
lpsolit%gmail.com
19d162e87a Bug 285153: editusers.cgi cleanliness re-do - Patch by Marc Schumann <wurblzap@gmail.com> r=LpSolit a=justdave 2005-04-16 16:55:32 +00:00
mvl%exedo.nl
4fca3c06bc spelling fix. patch by jminta@gmail.com, r=me. bug 288368 2005-04-16 11:23:07 +00:00
bzbarsky%mit.edu
99af007863 Fix crash regression in bug 276954. r+sr+a=dbaron 2005-04-16 06:18:47 +00:00
dbaron%dbaron.org
ba7012aded Check in bug 288556 for jst, r=darin, sr=brendan, a=drivers 2005-04-16 04:41:37 +00:00
dbaron%dbaron.org
b13b88a97c Have separate states for new search plugin install and search plugin update and only remove old files for updates. b=290038 r=mconnor sr=brendan a=roc 2005-04-16 04:37:39 +00:00
rbs%maths.uq.edu.au
e6cf7e6c5d Selection details leak, b=290425, r+sr=bzbarsky, a=asa 2005-04-16 04:03:11 +00:00
bzbarsky%mit.edu
95f80b1d0c Fixing the testcase to actually be a testcase, not a diff.... Not part of build 2005-04-16 03:02:07 +00:00
mkanat%kerio.com
c9f941cf6b Bug 286360: ANSI SQL does not allow aliases to be used in HAVING clause
Patch By Tomas Kopal <Tomas.Kopal@altap.cz> r=myk, r=joel, a=myk
2005-04-16 00:37:23 +00:00
mkanat%kerio.com
9454bf5870 Bug 288539: minimum DBD::mysql version requirement may need to be increased beyond 2.1028
Patch By Albert Ting <altlst@sonic.net> r=mkanat, a=justdave
2005-04-15 23:45:58 +00:00
shaver%mozilla.org
c6aceb6f5e primitive text/calendar display for Thunderbird, NPOTB 2005-04-15 22:13:33 +00:00
shaver%mozilla.org
8c13f2cd72 Bug 290530: add organizer support to calItemBase. r=dmose, NPOTB. 2005-04-15 22:11:05 +00:00
cbiesinger%web.de
05887a4179 fixing gtk2 bustage 2005-04-15 22:06:03 +00:00
mconnor%steelgryphon.com
422e5c3e1b bug 290172 - pressing left or right arrow key in location bar causes refresh, patch by Mark Mentovai (mark@moxienet.com), r=me, a=asa 2005-04-15 21:23:08 +00:00
aaronleventhal%moonset.net
994fe447d8 Bug 289491. Doc loaded events broken for accessibility. r=biesi, sr=tor, a=shaver 2005-04-15 21:22:25 +00:00
vladimir%pobox.com
b0005fc860 idl, not .h, teehee 2005-04-15 20:55:24 +00:00
vladimir%pobox.com
6a31aa2612 calendar multiday view 2005-04-15 20:33:29 +00:00
brendan%mozilla.org
b1afa736a9 Finish implementing Descendants, handle the neglected XMLList case (290481, r/a=me). 2005-04-15 20:32:15 +00:00
darin%meer.net
1270d4f310 fixes bug 289374 "Wrong behaviour when combining INHIBIT_CACHING with LOAD_BYPASS_CACHE" r=biesi sr=bzbarsky a=dbaron 2005-04-15 20:09:56 +00:00
brendan%mozilla.org
f4dc897f49 Fix empty-XMLList-literal basis case bug (290499, r/a=me). 2005-04-15 20:08:33 +00:00
cbiesinger%web.de
33e7cc8025 Bug 289842 Make nsIHelperAppLauncher inherit from nsICancelable
r=bz sr=darin a=asa
2005-04-15 19:41:07 +00:00
vladimir%pobox.com
de007a8244 remove itemFilter from calICalendar's addObserver method 2005-04-15 18:51:47 +00:00
vladimir%pobox.com
211d8db5f0 add firefox to list of lightning extensions, for testing purposes 2005-04-15 18:51:33 +00:00
bob%bclary.com
33a3a6cd29 Regression test for bug 290499, by Martin Honnen 2005-04-15 18:29:53 +00:00
shaver%mozilla.org
1fbb028493 Bug 290247: add simple, scriptable interface for MIME-part conversion
and display. Components can now implement nsISimpleMimeConverter to
produce HTML for their chosen content type. Also removed some
vestigial references to text/calendar processing. r=bienvenu,
a=dveditz for the trunk.
2005-04-15 18:12:08 +00:00
bob%bclary.com
cb317ff9d9 Fix typo, thanks to Erik Fabert for pointing it out 2005-04-15 17:56:18 +00:00
shaver%mozilla.org
6ff35c1ec5 Bug 290247: add simple, scriptable interface for MIME-part conversion and
display.  Components can now implement nsISimpleMimeConverter to
            produce HTML for their chosen content type.  Also removed some
            vestigial references to text/calendar processing. r=bienvenu,
            a=dveditz for the trunk.
2005-04-15 17:52:51 +00:00
bob%bclary.com
454981dc01 Function.prototype.call() for closures should default scope to the global object, bug 290488 2005-04-15 17:22:46 +00:00
bzbarsky%mit.edu
79d691d1f0 Fix difference calculations for the border struct some more. Bug 290362,
r+sr=dbaron, a=asa
2005-04-15 16:56:05 +00:00