150078 Commits

Author SHA1 Message Date
sergei_d%fi.tartu.ee
dddf680269 [BeOS]Bug 315208. Removing nsObject from BeOS widget code. p=sergei_d, r=thesuckiestmail, BeOS-only, no sr needed 2005-11-06 15:39:54 +00:00
sergei_d%fi.tartu.ee
b9fdc95079 [BeOS]Bug 315208.BeOS nsWindow code cleanup. p=sergei_d, r=thesuckiestmail, BeOS-only, no sr needed 2005-11-06 15:10:53 +00:00
hwaara%gmail.com
9d82e45dd4 bug 314350, implement GetScrolledSize in nsScrollBoxObject
r/sr=bzbarsky
2005-11-06 15:10:09 +00:00
emaijala%kolumbus.fi
52230a880c Fix for bug 314543: backout patch of bug 307678, we need a better solution (work will continue in bug 312566)
r+sr=roc
2005-11-06 08:29:51 +00:00
smfr%smfr.org
384d5692d1 Fix bug 314803: fix crash on download failure, caused by DownloadDone() getting called twice. Added error reporting for common downloading errors (no permissions in destination dir, and disk full) via a sheet on the downloads window.
Implemented nsIInterfaceRequestor on nsDownloadListener and nsHeaderSniffer because I was seeing assertions about this, and to avoid possible uninitialized value usage (bug 315246).
2005-11-06 06:40:36 +00:00
smfr%smfr.org
9c1e8afd11 Add NSString category for methods that get a couple of useful path-related strings (volume name, and file/folder display name).
Also fix memory leak in [NSView removeAllSubviews].
2005-11-06 06:32:18 +00:00
cbiesinger%web.de
eefeee2c91 bug 315188 make libjar use symlinks on BeOS too
patch by tqh <thesuckiestemail@yahoo.se> r=fyysik sr=darin
2005-11-05 23:23:01 +00:00
kairo%kairo.at
95839c3da2 bump trunk SeaMonkey version to 1.5a, r=Neil a=seamonkey-council 2005-11-05 22:44:42 +00:00
smfr%smfr.org
3b69fb7f86 Make sure the Info tab is selected. 2005-11-05 22:16:19 +00:00
smfr%smfr.org
ab3c65a947 Fix bug 294732: rename "Name" field to "Title" to be consistent with the rest of the UI. Also tidy up the "Visit count" panel. Patch partly by Markus Magnuson. 2005-11-05 22:14:25 +00:00
gavin%gavinsharp.com
f10c03f104 Oops, better fix for bug 314986, r=mconnor. 2005-11-05 21:53:48 +00:00
gavin%gavinsharp.com
ea8275e160 Bug 314986: "Visit Home Page" menu item spawns a window with empty bookmark toolbar, r=mconnor 2005-11-05 21:47:30 +00:00
dougt%meer.net
948fc9aa52 This patch makes --disable-printing work from configure. b=308629. r=jst r=benjamin 2005-11-05 18:46:23 +00:00
dougt%meer.net
408301ff78 Windows CE only. Fixes a crash when doing form post. 2005-11-05 18:43:28 +00:00
sergei_d%fi.tartu.ee
0e716ed2bb [BeOS]Bug 314687, reduce drawing and resizing message flood. p=sergei_d, r=thesuckiestmail, BeOS-only, no sr needed 2005-11-05 16:53:41 +00:00
allan%beaufour.dk
9230d32f1f [XForms] Revise custom control interface. Bug 306764, r=aaronr+smaug 2005-11-05 16:11:42 +00:00
bugzilla%standard8.demon.co.uk
780d910948 Back out part of bug 119948 part 2 as it broke builds with --disable-ldap 2005-11-05 16:08:26 +00:00
bsmedberg%covad.net
425f2f8705 Reverting bug 314958 until I can figure out the tbird official-branding business. 2005-11-05 15:16:58 +00:00
jminta%gmail.com
49ce50fcf2 Bump version number. r=mvl 2005-11-05 14:18:43 +00:00
lpsolit%gmail.com
929569c5c1 Bug 313432: Comments don't word-wrap in the "here's your comment for cut-n-paste" in a mid-air collision - Patch by Olav Vitters <bugzilla-mozilla@bkor.dhs.org> r=mkanat r=LpSolit a=justdave 2005-11-05 12:40:47 +00:00
lpsolit%gmail.com
bde4e9b620 Bug 315129: [PostgreSQL] Attachments are sorted by last changed time instead of creation time - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r=myk a=justdave 2005-11-05 12:24:29 +00:00
lpsolit%gmail.com
b3d9919657 Bug 305927: [PostgreSQL] Adding a new product partly fails when 'makeproductgroups' is enabled - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r=mkanat a=justdave 2005-11-05 12:15:57 +00:00
smfr%smfr.org
1feae017d2 Fix bug 313961: avoid making history items in the UI for "hidden" global history entries, such as those for subframes. 2005-11-05 07:08:22 +00:00
bienvenu%nventure.com
1d0fdf58c9 close socket in OnStopRequest, if still open, sr=mscott 173924, fixes leak of sockets when server drops connection 2005-11-05 04:46:32 +00:00
rbs%maths.uq.edu.au
67daa6f91f Don't permit floating or absolute positioning inside MathML, b=307826, r+sr=bz 2005-11-05 04:23:13 +00:00
joshmoz%gmail.com
1df9ae796f don't free TVector glue that wasn't allocated on Intel Macs. Patch by Eric Albert. b=313347 r=mento sr=smfr 2005-11-05 02:25:32 +00:00
mrbkap%gmail.com
030dd22ead bug 315147: Error JSMSG_UNDEFINED_PROP should be JSEXN_REFERENCEERR (pointed out by Michael Daumling). r=brendan 2005-11-05 02:01:17 +00:00
mrbkap%gmail.com
809abae6c7 bug 232182: Allow SpiderMonkey to deal with UTF-8 strings (controlled by a define). Patch from Michael Daumling <daumling@adobe.com>. r=shaver 2005-11-05 01:06:30 +00:00
wtchang%redhat.com
d576bf2833 Replaced the magic constant 20 by SHA1_LENGTH. Use sizeof(buffer) to
be more robust. r=nelsonb
2005-11-05 01:00:14 +00:00
timeless%mozdev.org
54a7d2552e Bug 313035 'nsAutoGCRoot' : type name first seen using 'struct' now seen using 'class'
r=bz sr=bz
2005-11-05 00:46:18 +00:00
bzbarsky%mit.edu
f64003e9da Consolidate the out-of-flow handling in ContentRemoved, using
GetChildListNameFor.  Also, replace various checks for display and floating
with a check for out-of-flow where relevant.  Bug 313181, r=roc, sr=dbaron
2005-11-04 23:56:54 +00:00
relyea%netscape.com
ce75b22933 replace missing header files. 2005-11-04 23:44:19 +00:00
bzbarsky%mit.edu
213eab3d98 Change WipeContainingBlock to have a better definition of what it means for a
parent frame to be "inline", and remove checks for <select> around places that
called WipeContainingBlock.  Bug 314878, r+sr=dbaron
2005-11-04 23:43:01 +00:00
bzbarsky%mit.edu
d5ef3ad3dc Make sure to save our parent off before we call onload so we can tell it to
check whether it should also fire onload.  Bug 300849, r=darin, sr=jst
2005-11-04 23:40:22 +00:00
bzbarsky%mit.edu
27c439cb3c Remove the dummy frame stuff from selects. Replace it with smarter focus rect
painting and sizing for empty selects.  Bug 314879, r+sr=dbaron
2005-11-04 23:36:27 +00:00
glen.beasley%sun.com
4c538f769b 313176 jss version 4.2 because JSS needs NSS 3.11 and up for bypass sr=sandeep 2005-11-04 23:16:43 +00:00
wtchang%redhat.com
1ce181b01e Bugzilla Bug 311958: Update the nssckbi versions for NSS 3.11. r=relyea. 2005-11-04 22:51:55 +00:00
dougt%meer.net
3192863815 Updating for maps.google.com 2005-11-04 22:48:43 +00:00
joshmoz%gmail.com
4548664102 fix width of color preferences dialog on Mac OS X. b=314993 r=mano 2005-11-04 21:21:49 +00:00
bzbarsky%mit.edu
aee1056ad7 Implement a in-place (no copy) CompareUTF8toUTF16, and use it to make the atom
hashtable lookups zero-copy.  Patch by jst, bug 314465 (with lots of the
discussion in bug 277479), r=bsmedberg,dbaron,brendan (on the PLDHashTable
keyhash value assumptions), sr=bzbarsky, moa=shaver.
2005-11-04 19:52:18 +00:00
bmlk%gmx.de
e7a8486231 limit search for real table cells to place where they can be expected, bug 313295 r/sr=bzbarsky 2005-11-04 18:41:32 +00:00
tor%cs.brown.edu
0f2999bf98 Bug 315061 - nsSVGCairoPathBuilder::ClosePath wasn't returning new point.
r=scooter
2005-11-04 17:02:26 +00:00
karl%kornel.name
916cb2bfa4 Bug 312439: The user being impersonated has "moral" rights to keep informed - Patch by A. Karl Kornel <karl@kornel.name> r=LpSolit a=justdave 2005-11-04 16:11:46 +00:00
mkaply%us.ibm.com
cf6829b514 #300302
r/sr=mkaply, a=mtschrep
Patch from Peter Weilbacher - disableIPv6 on OS/2 since we don't have it
2005-11-04 15:23:03 +00:00
bugzilla%standard8.demon.co.uk
7ede08837d Bug 119948 Duplicated LDIF import code part 2 - use the ldap attribute map rather than redefining the attribute names. r=dmose,sr=bienvenu 2005-11-04 14:49:34 +00:00
bsmedberg%covad.net
c7147a805d Bug 314958 - Separate out the tier_% targets into export_tier_% and libs_tier_% (and tools_tier_%) for easier incremental building, r=cls 2005-11-04 13:44:29 +00:00
bsmedberg%covad.net
37c47d6e3c Bustage fix from bug 263042 - MOZ_LDAP_XPCOM is not defined by configure, it must be defined explicitly by makefiles that need it, pointed out by Neil 2005-11-04 13:41:24 +00:00
szegedia%freemail.hu
6260d33506 Added enter() and exit() methods to ContextFactory - behave identically to enter() and exit() in Context, except that the context factory on which the methods are invoked is used instead of the ContextFactory.global 2005-11-04 13:37:45 +00:00
szegedia%freemail.hu
6074b83bc6 Bugzilla #312702: Feature for limiting call stack depth in interpeter 2005-11-04 13:10:56 +00:00
lpsolit%gmail.com
9dd7459c1b Bug 313444: Remove the useless "This page lets you enter a new bug into Bugzilla" message from enter_bug.cgi - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r=wurblzap a=justdave 2005-11-04 10:23:36 +00:00