Commit Graph

152658 Commits

Author SHA1 Message Date
roc+%cs.cmu.edu
710ba40206 Bug 323230. Add FindAttrValueIn as an efficient way to look up an attribute value in a table of atoms. r=sicking,sr=bzbarsky 2006-01-18 04:09:33 +00:00
richm%stanfordalumni.org
1a0eb2daba Bug 323307
There were only a few places that needed to be changed.  I needed to change the
order of c++ and cc detection around in configure - it seems that if you do the
cross compilation stuff first, it messes up the "regular" case, which is the
more important one.  In order for the GNU_CC tests to work, you must define
CC=gcc and CXX=g++ on the configure command line.  If building 64 bit, you must
also specify CFLAGS=-m64 and CXXFLAGS=-m64.  I also removed the extra arguments
for static library building as they were not only not necessary but they were
also making the build abort.
2006-01-18 03:46:52 +00:00
gavin%gavinsharp.com
4bea61c9fe Bug 273980: Add "cite" attribute to the Links tab in Page Info, patch by Phil Ringnalda <bugzilla@philringnalda.com>, r=mconnor 2006-01-18 03:33:16 +00:00
bzbarsky%mit.edu
dcc88dda6b Fix leak bug 323532, r=mconnor 2006-01-18 03:23:36 +00:00
mrbkap%gmail.com
5ea1608db4 bug 319872: Don't free the sentinal value. r=brendan 2006-01-18 02:22:55 +00:00
bryner%brianryner.com
645e227d83 Addressing sr comments from darin. Bug 322369. 2006-01-18 01:21:36 +00:00
bryner%brianryner.com
5afcfd2410 Use the Mork reader class to import old history files, removing the dependency on Mork itself. Bug 322369, r=brettw. 2006-01-18 01:01:41 +00:00
bryner%brianryner.com
f5bf52d888 Add a lightweight reader for Mork files. Bug 322369, r=brettw. 2006-01-18 01:00:22 +00:00
shaver%mozilla.org
6b682d8476 Bug 321021: Add option to preserve exceptions thrown from outermost frames,
rather than convert to error reports.  r=mrbkap, sr=brendan.
2006-01-18 00:29:35 +00:00
beng%bengoodger.com
d749051807 save selection across delete operations (not done automatically by the view object)... , also restyle parts of the band across the top of the places view to make the content clearer. 2006-01-18 00:11:25 +00:00
db48x%yahoo.com
ec57ae804b bug 323173: Add a stringbundleset element in pageinfo.xul so that overlays can add stringbundles more easily
patch by Florian Qu��ze <f.qu@queze.net>, r=db48x, sr=neil
2006-01-17 23:51:28 +00:00
jminta%gmail.com
514aab2d9b Bug 323809 findColumnForItem isn't defined. r=dmose 2006-01-17 22:38:45 +00:00
neil%parkwaycc.co.uk
f8074badba Bustage fix for copy/paste error (b=321128) 2006-01-17 22:20:49 +00:00
mvl%exedo.nl
f52eb0e1c4 bug 323665, put back calendarMail.js. patch by ssitter@googlemail.com, r=mvl 2006-01-17 22:17:06 +00:00
robert%accettura.com
72a6b8d6b2 Bug #320736 Bad accesskey (button "Submit Report"). r=gavin.sharp@gmail.com 2006-01-17 22:06:13 +00:00
robert%accettura.com
ba0d16e331 Bug 314415 'Report Broken Web Site' button text too long r=mconnor 2006-01-17 22:03:11 +00:00
beng%bengoodger.com
fd39f6a0f2 fix duplicate place names in root to avoid not showing history item in list... 2006-01-17 21:52:24 +00:00
gavin%gavinsharp.com
e3df17cc83 Bug 323715: removed unused "Smart Browsing" prefs, r=mconnor 2006-01-17 21:41:04 +00:00
annie.sullivan%gmail.com
61744add9a Hooked up context menus to bookmarks menu bindings.
bug=317834 r=beng sr=bryner
2006-01-17 20:34:39 +00:00
mvl%exedo.nl
4ea60d329e bug 319557, Use hCalendar classes in the html exporter. Also switches to using e4x, for better readability. r=dmose 2006-01-17 19:25:32 +00:00
bienvenu%nventure.com
9114b28344 fix build bustage resulting from getting rid of nsDirPrefs.h, 131849 2006-01-17 18:57:36 +00:00
mrbkap%gmail.com
b630255ce0 bug 323380: Load about:blank into the frame if the given URI was malformed. r+sr=bzbarsky 2006-01-17 18:13:31 +00:00
dougt%meer.net
e59b950f8f This #include isn't in a standard PPC/SP SDK. r=dougt 2006-01-17 18:03:05 +00:00
mrbkap%gmail.com
fcd42925c9 bug 316582: Clean up style in parser/htmlparser. r+sr=jst 2006-01-17 17:58:24 +00:00
mvl%exedo.nl
ec93e8e4a3 Bug 323548 re-order code in calICSCalendar.js. r=jminta 2006-01-17 17:57:13 +00:00
dougt%meer.net
db660d16ec Always close SIP when starting up to avoid overlappying keyboard 2006-01-17 17:50:38 +00:00
dougt%meer.net
253e471671 Removing old minimo gtk based application. http://weblogs.mozillazine.org/dougt/archives/009349.html. Bug=322266, r=bsmedberg 2006-01-17 17:48:07 +00:00
neil%parkwaycc.co.uk
879544f3e3 Limit scope of tab movement keys b=321128 p=Mnyromyr r=me (my tabbrowser.xml changes r=Mnyromyr) sr=jag 2006-01-17 17:26:57 +00:00
doronr%us.ibm.com
fe1e6d5789 XForms bug 323662 - xforms.properties error messages have overlapping error numbers. r=aaronr/smaug 2006-01-17 16:29:09 +00:00
bsmedberg%covad.net
3530da7ba8 Bug 319999 - XPCOM Shutdown: xpcom-shutdown-threads notification and cleanup of event queues before component manager shutdown, r=darin 2006-01-17 15:41:40 +00:00
mostafah%oeone.com
99a0273d2c Checked in patch for bug 323519:
(Add Seamonkey's UUID to install.rdf for calendar extension support)
Patch by robin.edrenius. r=mostafah
2006-01-17 15:26:23 +00:00
richm%stanfordalumni.org
65b6ae714e bug 323374
Mem and resource leaks in ldapsinit.c
1) I'm pretty sure the reference to socket should be fd instead.  I don't know
why it compiled with socket in there . . . note to self: read compiler warnings
. . .
2) The cert returned by SSL_PeerCertificate is "dup"ed, so we need to call
CERT_DestroyCertificate to release it otherwise we'll leak references.
3) The hostname returned by SSL_RevealURL is strduped and must be freed.
Reviewed by Mark and Pete (Thanks!)
2006-01-17 14:53:57 +00:00
zach%zachlipton.com
de68d57036 Disable Bugzilla login until we can have it not cause 500 internal server errors. 2006-01-17 04:54:31 +00:00
zach%zachlipton.com
104660c3ab Fix 'out' -> 'our' typo. 2006-01-17 04:49:50 +00:00
zach%zachlipton.com
3ab2b33751 Default for test_groups.obsolete should be 0. 2006-01-17 04:44:43 +00:00
zach%zachlipton.com
aecc1e42bc Remove ENUM cols from populatedb.sql to match schema. 2006-01-17 04:43:56 +00:00
zach%zachlipton.com
54216d2050 Add missing object->method() calls to DBTools.pm. 2006-01-17 04:38:00 +00:00
igor%mir2.org
1dd2a80816 Bug 294499: GC directly calls malloc instead of using JSArena for paged
allocation to avoid overhead of arena headers that GC does not use. r=brendan
2006-01-17 01:26:35 +00:00
jminta%gmail.com
cff5db1172 Bug 298349 Need to support events (not all-day) that span multiple days, in multiday-view r=dmose 2006-01-17 01:12:21 +00:00
rrelyea%redhat.com
f822c8f7d0 NSS ECDSA can only sign SHA-1 bug 320583
r=nelson patch ammended to change SHA-1 to HASH per wtc comment.
2006-01-17 00:38:59 +00:00
pavlov%pavlov.net
69986363ad changing AutoPtrs to RefPtrs to fix typos. 2006-01-17 00:38:38 +00:00
dmose%mozilla.org
b5aece55d4 Sunbird should not handle files destined for Firefox on OS X when Firefox is not running (bug 323288). Thanks to Stefan Sitter <ssitter@googlemail.com> for the patch; r=dmose@mozilla.org 2006-01-17 00:27:22 +00:00
jminta%gmail.com
a84553e429 Bug 323180 Publish Remote Calendar should remember the last location used. patch by ssitter@googlemail.com, r=jminta 2006-01-17 00:12:18 +00:00
gavin%gavinsharp.com
2dcf4db62a Bug 306453: Remove "Read Mail" and "New Message..." from Tools menu, r=mconnor+beltzner 2006-01-16 22:52:03 +00:00
jminta%gmail.com
95a5bfe65b Bug 321133 Options/Preferences needs to respect OS preferences. patch by bugzilla@babylonsounds.com r=jminta 2006-01-16 22:15:49 +00:00
jminta%gmail.com
2d8ca8fcea Bug 323273 Lightning context menu for events not available. patch by stephan.schaefer@sun.com r=jminta 2006-01-16 22:02:44 +00:00
mkaply%us.ibm.com
a754054802 Fix a couple bugs - configs on a different drive, not able to have just a still logo, checkbox not working correctly, ensure lowercase booleans in pref file 2006-01-16 17:09:02 +00:00
gavin%gavinsharp.com
2c41e8ddeb Bug 289640: Remove unused preference security.ui.enable, patch by Daniel Cater <DJCater@Gmail.com>, r=kaie, sr=darin 2006-01-16 15:08:30 +00:00
gavin%gavinsharp.com
c4f6840d90 Bug 247115: Use upx --best in 7zip.bat to reduce installer size, patch by Daniel Cater <DJCater@Gmail.com>, r=bsmedberg+Chase 2006-01-16 15:02:37 +00:00
lpsolit%gmail.com
75cf1f1ad8 Bug 323575: [PostgreSQL] sanitycheck.cgi?createmissinggroupcontrolmapentries=1 produces a SQL error - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r/a=justdave 2006-01-16 10:29:18 +00:00