joshmoz%gmail.com
427de5cd86
fix memory leak when importing HTML bookmark files. Alloc'ing at the beginning of a loop, releasing at the end, but not releasing before a 'continue' statement in the middle. no bug.
2005-02-25 06:28:18 +00:00
joshmoz%gmail.com
b81c09b121
fix memeory leak when adding separators, no bug
2005-02-25 06:13:59 +00:00
julien.pierre.bugs%sun.com
cd9154c2e8
Fix for bug 272327 . AMD64 assembly optimization for bignum multiply. r=nelson
2005-02-25 04:30:11 +00:00
myk%mozilla.org
9bc2d2cdd4
make dontcommit work for owners.html as well so we don't hork the database while testing
2005-02-25 04:15:14 +00:00
bzbarsky%mit.edu
79388227de
Don't flush out reflows if we have painting suppressed and something else in
...
our viewmanager tree is painting. Bug 282764, r+sr=roc
2005-02-25 04:03:13 +00:00
joshmoz%gmail.com
8d0f902991
fix leak in google search textfield, b=283430
2005-02-25 03:41:42 +00:00
bugreport%peshkin.net
f814861549
Bug 264192: Fix search where BugsThisDependsOn or OtherBugsDependingOnThis is empty
...
Patch by Joel Peshkin <bugreport@peshkin.net> r=mkanat, a=myk
2005-02-25 03:40:03 +00:00
joshmoz%gmail.com
b73e059786
fix leaking of dl manager toolbar buttons b=283431, no review as this is obvious
2005-02-25 03:34:39 +00:00
bugreport%peshkin.net
2a00a68055
Bug 282035: Add boolean search by "Commenter"
...
Patch by Joel Peshkin <bugreport@peshkin.net>
r=mkanat,a=myk
2005-02-25 03:32:23 +00:00
mkanat%kerio.com
338665be0c
Bug 282748: uninitialized value in localtime in Format.pm
...
Patch By Frederic Buclin <LpSolit@gmail.com> r=wurblzap, a=myk
2005-02-25 03:28:02 +00:00
bzbarsky%mit.edu
916d258d10
Fix delete calls to match the new calls (use delete[]). Bug 282700, patch by
...
David Gardiner <david.gardiner@unisa.edu.au>, r+sr=rbs
2005-02-25 03:26:06 +00:00
mkanat%kerio.com
d9ac3cc006
Bug 279910: Query crashed with Software Error: "Unknown column 'bugs.assignee_accessible' "
...
Patch By Frederic Buclin <LpSolit@gmail.com> r=myk, a=myk
2005-02-25 03:16:47 +00:00
mkanat%kerio.com
1410f4c35e
Bug 279693: Move UserCanBlessGroup() into a Bugzilla::User function
...
Patch By Max Kanat-Alexander <mkanat@kerio.com> r=LpSolit, a=myk
2005-02-25 03:07:05 +00:00
mkanat%kerio.com
103cb900e8
Bug 282074: Software error instead of Bugzilla's "Internal Error" Message
...
Patch By Max Kanat-Alexander <mkanat@kerio.com> r=joel, a=myk
2005-02-25 03:02:50 +00:00
cst%andrew.cmu.edu
021e5d6aad
Bug 272800 Make various bookmarks menus middle-clickable
...
r=timeless sr=neil
2005-02-25 02:38:57 +00:00
mkanat%kerio.com
99487d7e26
Bug 281590: Stop using RelationSet
...
Patch By Max Kanat-Alexander <mkanat@kerio.com> a=myk
2005-02-25 02:38:30 +00:00
cst%andrew.cmu.edu
0ea98de64c
Bug 276305 Unused variable `PRInt32 count' in DIR_AddNewAddressBook
...
r=neil sr=bz
2005-02-25 02:37:01 +00:00
mkanat%kerio.com
7cd74478e8
Bug 281550: Remove RelationSet from userprefs.cgi (and thus fix non-ANSI INSERT)
...
Patch By Max Kanat-Alexander <mkanat@kerio.com> r=LpSolit, a=myk
2005-02-25 02:34:11 +00:00
mkanat%kerio.com
4193ffcbde
Bug (None): Fix for checkin from Bug 280493, fix a trailing comma in Bug.pm
...
Thanks to glob for pointing it out.
2005-02-25 02:01:45 +00:00
brendan%mozilla.org
db07ab86fe
Deal with undefined as well as empty namespace prefix in GetNamespace (283349, r=igor, sr=shaver).
2005-02-25 01:19:35 +00:00
shaver%mozilla.org
8dec2c4876
backing out my checkin for 283223 due to insufficient review, blush
2005-02-25 01:12:20 +00:00
shaver%mozilla.org
1f8b673987
Bug 283223: don't create a dummy account if we nsMsgAccountManager::GetAccount
...
doesn't find an existing one. r=bienvenu.
2005-02-25 01:05:41 +00:00
myk%mozilla.org
792de4e982
checking in changes that have been hanging around here for way too long
2005-02-25 01:05:12 +00:00
myk%mozilla.org
53edeadb0c
checking in changes that have been hanging around here for way too long
2005-02-25 01:02:47 +00:00
julien.pierre.bugs%sun.com
f8a1159f11
Move static functions out of certi.h header file and into crl.c source file, to remove warnings with gcc
2005-02-25 00:54:29 +00:00
travis%sedsystems.ca
0e37d8750e
Bug 172383 : checksetup.pl : spelling, wording, and whitespace fixes
...
Patch by travis & timeless r=timeless, travis a=myk
2005-02-24 23:55:53 +00:00
mkanat%kerio.com
c11313b78b
Bug 283237: Move DBname_to_id out of globals.pl
...
Patch By Max Kanat-Alexander <mkanat@kerio.com> r=wurblzap, a=myk
2005-02-24 23:42:48 +00:00
mkanat%kerio.com
3fc36af47e
Bug 280500: Replace "DATE_FORMAT()" with Bugzilla::DB function call
...
Patch By Tomas Kopal <Tomas.Kopal@altap.cz> r=mkanat, a=myk
2005-02-24 23:37:48 +00:00
pedemont%us.ibm.com
16c1912523
Add files for creating an XPI.
2005-02-24 23:28:41 +00:00
travis%sedsystems.ca
7d7d9d6bb8
Bug 277504 : quips migrated from quip file have an (invalid) userid of 0
...
Patch by Frederic Buclin <LpSolit@gmail.com> r=mkanat a=myk
2005-02-24 23:27:08 +00:00
pedemont%us.ibm.com
d58ea1c0d9
Fix several memory leaks. Also, use monitors around sensetive structures.
2005-02-24 23:17:36 +00:00
timeless%mozdev.org
2133c9daa7
Bug 283149 Move from nsIScriptGlobalObject to nsIDocShell for disabling JS
...
r=brade sr=jst
2005-02-24 22:52:03 +00:00
mkanat%kerio.com
d5e48ee741
Bug 281876: New Admin Interface to manage old Enum fields (Field Values)
...
Patch By Max Kanat-Alexander <mkanat@kerio.com> r=joel, a=justdave
2005-02-24 22:48:07 +00:00
mkanat%kerio.com
d2bd847749
Bug 17453: Enumerators in Bugzilla are not cross-DB compatible. This removes all 'enum' types in the database from Bugzilla.
...
Patch By Max Kanat-Alexander <mkanat@kerio.com> r=joel, a=justdave
2005-02-24 22:43:28 +00:00
pedemont%us.ibm.com
5b73ebfd1f
Bug 281102 - Allow many Java proxies per XPCOM object. r=darin
2005-02-24 21:53:46 +00:00
shaver%mozilla.org
f171b5c899
- Try to set things up such that I can "preinstall" lightning via some
...
symlink chrome format tricks. Not there yet!
- Package sqlite3 as well.
- Fix contents.rdf (just in time to replace with chrome.manifest!).
- Make sure we have a fake lightning account at startup, though, tragically,
you need another patch for that to not spew at you.
Not part of the build. Not even a good idea.
2005-02-24 21:28:23 +00:00
cltbld
88da2a6700
Automated update from host egg
2005-02-24 20:57:27 +00:00
tor%cs.brown.edu
397f2c6e63
Bustage fix - flip cairo logic.
2005-02-24 20:53:19 +00:00
cltbld
f569e8bbec
Automated update from host egg
2005-02-24 20:37:08 +00:00
travis%sedsystems.ca
dd7c2a6677
Bug 150901 : Some params containing mail-templates contain URLs with terminating punctuation
...
Patch by Shane H. W. Travis <travis@sedsystems.ca> r=timeless a=justdave
2005-02-24 20:36:03 +00:00
tor%cs.brown.edu
4e691a0a22
Fix bustage from cairo landing - only config cairo if necessary
2005-02-24 20:35:12 +00:00
neil%parkwaycc.co.uk
f5912834ad
Bug 282867 Should call GdiFlush as per spec r=ere sr=darin
2005-02-24 20:30:12 +00:00
jst%mozilla.jstenback.com
6e48e51427
Fixing bug 281833. Make sure we create a load info object even not called from JS. r+sr=bzbarsky@mit.edu
2005-02-24 20:19:58 +00:00
cltbld
64b70a2160
Automated update from host egg
2005-02-24 20:17:04 +00:00
joshmoz%gmail.com
a8def28289
fix 281645: #sidebar-box line in pinstripe's sidebar.css is stripped by the preprocessor r=mconnor
2005-02-24 20:13:39 +00:00
tor%cs.brown.edu
810adb59db
Bug 281950 - cairo/libpixman landing. r=bsmedberg
2005-02-24 20:11:04 +00:00
tor%cs.brown.edu
42777b6321
Bug 281950 - landing of cairo/libpixman. r=bsmedberg
2005-02-24 20:08:55 +00:00
bsmedberg%covad.net
d3259b021b
Bug 282858 - Some extensions don't wory after upgrading to 2/19 build (dir provider was looking in the wrong place for extension default pref files) r=darin
2005-02-24 19:40:21 +00:00
cbiesinger%web.de
f5acf694ef
282339 patch by Frank Wein <bugzilla@mcsmurf.de> r=pschwartau
...
add a comment that these tests won't work in non-english locales
2005-02-24 19:13:36 +00:00
brendan%mozilla.org
c1fb1d98d2
Fix almost-10-year-old lastIndex bug reported by Sjoerd Visscher <sjoerd@w3future.com> (283477, r=me).
2005-02-24 18:59:41 +00:00