Commit Graph

152236 Commits

Author SHA1 Message Date
gavin%gavinsharp.com
fe51a41c99 Bug 255626: Remove _parseV10UpdateInfo (unused), r=rob_strong 2006-01-08 23:30:46 +00:00
gavin%gavinsharp.com
517a317e2b Bug 315346 followup: remove old nsISidebars, r=bsmedberg, sr=roc 2006-01-08 23:03:45 +00:00
timeless%mozdev.org
69f109563a Bug 321167 viewer crashes at launch
r=roc sr=roc

Stop calling InitXPCOM2 since there's now a call to InitXPCOM3

Changing nsViewerApp::SetupRegistry and nsViewerApp::Initialize to
appropriately bail for failure cases, both will return SUCCESS and set
mIsInitialized only if it leaves XPCOM initialized. Otherwise it will
return failure, leave mIsInitialized false and leave XPCOM uninitialized
or if it started it up, it will shutdown xpcom before returning.

main will return -1 if nsNativeViewerApp isn't created and -2 if
initialize fails.
2006-01-08 22:15:30 +00:00
mvl%exedo.nl
0f66e79226 Add a xpcom interface to format a datetime. bug 322230, r=dmose (not part of default build) 2006-01-08 21:51:01 +00:00
uriber%gmail.com
b240a28f70 Bug 310589: Clicking off of the lower-right edge of a zoomed image can cause a crash [@FindBlockFrameOrBR()] [@ nsIFrame::GetExtremeCaretPosition()]. r+sr=roc 2006-01-08 21:44:44 +00:00
mozilla%colinogilvie.co.uk
764f0dfdd8 Bug 101380: Newlines, nulls, leading/trailing spaces are getting into summaries
Patch by Paul <pdemarco@zoominternet.net> and Colin Ogilvie <colin.ogilvie@gmail.com>; r/a=justdave
2006-01-08 19:56:04 +00:00
bugzilla%standard8.demon.co.uk
aeed86925c Bug 237592 Bookmarks should always show tooltip when hovering with mouse (xpfe version - Bv6a-SM). Patch by Serge GAUTHERIE <gautheri@noos.fr>, r/sr=neil.parkwaycc.co.uk 2006-01-08 19:45:04 +00:00
bugzilla%standard8.demon.co.uk
6389b93dbf Bug 26622 nsAutoString use as member variables should be reviewed (mailnews patch). Original Patch by Mikael Parknert <mikael@parknert.se>, updated by me. r=neil.parkwaycc.co.uk,sr=bienvenu 2006-01-08 19:16:56 +00:00
timeless%mozdev.org
28bd733421 Bug 320105 trivial sql injection in despot.mozilla.org
r=justdave
2006-01-08 10:32:52 +00:00
emaijala%kolumbus.fi
87ce583d9e Fix MingW bustage (bug 287179). 2006-01-08 09:40:59 +00:00
justdave%bugzilla.org
4c1018afe3 Bug 313041: Make Despot use DBI instead of the deprecated Mysql module
Bug 313039: Make database host, name, password, etc configurable
Bug 318879: Fix "too early to check prototype" warning
r=timeless
2006-01-08 06:50:21 +00:00
zach%zachlipton.com
46e0cae954 Add Litmus Authentication System and db schema upgrading tools. 2006-01-08 03:56:10 +00:00
zach%zachlipton.com
1e28d5751a DIE createdb.sql. DIE I SAY. (Trying to work around a CVS bug and remove this file). 2006-01-08 03:54:18 +00:00
gavin%gavinsharp.com
b93cd371cd Bug 317568: Stub executable opens console window, patch by Dave Townsend (Mossop) <mossop@blueprintit.co.uk>, r=bsmedberg 2006-01-07 20:37:12 +00:00
emaijala%kolumbus.fi
bb5236df5a Fix for bug 287179: Unshifted charCode is generated for keypress event when both Ctrl and Shift are held down
patch by Dainis Jonitis
r=emaijala, dougt
sr=bryner
2006-01-07 18:46:46 +00:00
emaijala%kolumbus.fi
090efe309b Fix for bug 321816: Triple-clicking does not select the line anymore
r+sr=roc
2006-01-07 18:38:35 +00:00
peterv%propagandism.org
95468c06a9 Fix for bug 318894 (XPath exceptions are reported as unknown). r/sr=jst. 2006-01-07 17:35:24 +00:00
lpsolit%gmail.com
d37e4f768f Bug 320529: BugMail.pm crashes when checking email prefs of a deleted user - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r=wicked a=justdave 2006-01-07 16:16:53 +00:00
bmlk%gmx.de
d2000fb2ba don't apply xul display types to tags that would normally cause tag based frame creation, bug 322185, r/sr = bzbarsky 2006-01-07 15:09:24 +00:00
doronr%us.ibm.com
1f4c747387 Patch for bug 319463 should use PR_TRUE, not true 2006-01-07 04:30:58 +00:00
dveditz%cruzio.com
67c889d6e4 bug 318618 avoid useless memcpy in uncompressed case, check for unknown compression methods, r/sr=dougt 2006-01-07 04:11:17 +00:00
mats.palmgren%bredband.net
bbaa13ef0a MoveFocusToCaret() could cause the selection frame to be destroyed, so ask for it again. b=308086 r=aaronleventhal sr=bryner 2006-01-07 04:08:05 +00:00
bzbarsky%mit.edu
b837c9d737 Flush frames before trying to find and select stuff. Bug 307783, r+sr=jst 2006-01-07 03:44:32 +00:00
bzbarsky%mit.edu
090cdfa710 Rename our in-tree expat lib to mozexpat_s. Bug 305841, patch by Andy Willis
<abwillis1@gmail.com>, r=peterv
2006-01-07 02:40:20 +00:00
bzbarsky%mit.edu
1130433f47 Additional followup for bug 317448. r=brendan 2006-01-07 02:28:39 +00:00
rbs%maths.uq.edu.au
3ec2cdcc8e Some links miss the underline. Patch by Hideo Saito <saito@densan.co.jp>, b=212302, r+sr=rbs 2006-01-07 02:15:02 +00:00
wtchang%redhat.com
bf7bc997bd Bugzilla Bugs 261649 and 321579: fixed BeOS build error caused by previous
checkin.  BeOS uses glibc but not the dlxxx functions declared in dlfcn.h.
2006-01-07 01:03:12 +00:00
wtchang%redhat.com
513d31b9fc Bugzilla bug 322427: do not compile NSPR with -ansi and with _POSIX_SOURCE,
_BSD_SOURCE, _SVID_SOURCE, _LARGEFILE64_SOURCE, and _XOPEN_SOURCE defined.
Instead, just define _GNU_SOURCE.  r=kengert.
Modified files: configure configure.in pr/src/linking/Makefile.in
                pr/src/pthreads/Makefile.in
2006-01-07 00:51:39 +00:00
cvshook%sicking.cc
d6350f1b77 Bug 322570: Make LookupPrefix work even for unused namespace declarations.
r/sr=bz
2006-01-06 23:52:34 +00:00
bzbarsky%mit.edu
199fb02ff4 Make sure to return in the error condition, not just pop the JSContext stack
and continue.  Bug 321494, r=sicking, sr=brendan
2006-01-06 23:32:21 +00:00
doronr%us.ibm.com
dbc03c98c4 Bug 319463 - display:none iframe pointing to a xul document stops main document from finishing to load. patch by ben, r=bz sr=bryner 2006-01-06 23:24:38 +00:00
mrbkap%gmail.com
b694b9110c bug 321522: The sandbox object needs to come from a new context, not the old
context. r=shaver sr=brendan
2006-01-06 22:28:18 +00:00
mrbkap%gmail.com
93383ac1ed bug 320838: Don't return OK without clearing the pending exception. r+sr=jst 2006-01-06 22:18:46 +00:00
mgalli%geckonnection.com
b380c285ac Rssload not loads the XML RSS synchronously and then transforms it. Rss is back. 2006-01-06 22:17:00 +00:00
mgalli%geckonnection.com
4d6a9d3604 RSS icon is back. 2006-01-06 22:11:45 +00:00
dmose%mozilla.org
f08ecbee73 Fix typo; no bug. 2006-01-06 22:04:15 +00:00
myk%mozilla.org
9e51145108 Bug 322293: automatically pull tools/cross-commit so developers easily access it; r=bsmedberg 2006-01-06 21:16:04 +00:00
gavin%gavinsharp.com
3b0b4b45f6 Bug 319655: Firefox code assumes document.firstChild is the root element, patch by Jason Barnabe (np) <jason_barnabe@fastmail.fm>, r=mconnor 2006-01-06 21:08:48 +00:00
mrbkap%gmail.com
949e0433c4 bug 319434: Add an interface to allow C++ callers to get the popup and tooltip
nodes so that when the only JS code on the stack is content code, the C++ code
still does the right thing. r=jst sr=bzbarsky
2006-01-06 20:49:19 +00:00
bugzilla%arlen.demon.co.uk
409f5623a2 Bug 319659 XPFE code assumes document.firstChild is the root element
p=me r=neil.parkwaycc.co.uk sr=jag
2006-01-06 20:38:21 +00:00
bienvenu%nventure.com
02c3dc5507 fix crash in nsMsgGroupView::~nsMsgGroupView() by storing the group by date thread subjects per view, 301308 patch by b.jacques@planet.nl, sr=bienvenu, also add grouping by hasAttachment to fix crash when user accidentally gets into group by attachment mode 2006-01-06 18:44:35 +00:00
mark%moxienet.com
ed0267097b 312586 Multiple sheets (JS alert boxes) on one window don't work. Support multiple sheets per window. r=josh rs=smfr 2006-01-06 18:42:28 +00:00
richm%stanfordalumni.org
827d15274c added .spec file for building RPM - package is svrcore-devel - a script svrcore-config for getting cflag and ldflag information, and a .pc file for pkg-config 2006-01-06 18:02:35 +00:00
axel%pike.org
5314582a70 add an all-locales for xulrunner, just to satisfy check-out, copy fx list, r=bsmedberg 2006-01-06 17:54:36 +00:00
bugzilla%standard8.demon.co.uk
0e82d39fc1 Bug 322575 Address Book preferences not removed on deletion of Address Book - fix regression from bug 226005. r/sr=bienvenu 2006-01-06 17:03:17 +00:00
bienvenu%nventure.com
235d13b57a fix 320258 duplicate ids in xul, patch by mcow@well.com, r=neil sr=bienvenu 2006-01-06 16:49:57 +00:00
mostafah%oeone.com
8e0a0ab829 Checked in patch for bug 322395: Preferences not working for firefox extension r=mvl 2006-01-06 16:13:55 +00:00
myk%mozilla.org
40ef8793a1 Backing out fix for bug 287325 (initial implementation of custom fields): turns out the tree is not yet open for 2.24 checkins after all. I'll check this back in once the tree opens for 2.24 checkins, which lpsolit says will be in about a month. 2006-01-06 14:38:43 +00:00
myk%mozilla.org
b6e4f982d8 Bug 287325: an initial implementation of custom fields, including the ability to add text custom fields via the command-line script customfield.pl, search them via the boolean charts, display and edit them on the show bug page, and see changes to them in bug activity; r=mkanat, glob 2006-01-06 14:23:05 +00:00
dbaron%dbaron.org
ee4cdca7c2 Add some PR_LOGging to help find leaks of large object graphs. b=320192 r=jst sr=darin 2006-01-06 06:51:45 +00:00