Граф коммитов

153300 Коммитов

Автор SHA1 Сообщение Дата
jminta%gmail.com f096ea6cd8 Bug 325762 Recurrence dialog's COUNT ignores corresponding units. patch by stephan.schaefer@sun.com, r=jminta 2006-02-03 19:47:16 +00:00
mrbkap%gmail.com 8ff9e5216a Don't crash when running a timeout interval which causes its window to be stored in the bfcache. bug 315286, r=jst sr=bzbarsky 2006-02-03 19:46:22 +00:00
timeless%mozdev.org 6b5993bb66 backing out changes from
Bug 323853 - JB_BP not exported by newer glibc
per shaver, r=shaver
2006-02-03 19:35:14 +00:00
richm%stanfordalumni.org d007966ad2 bug 301035 and bug 325518
Enable autoconf build on Windows with cygwin and free MSVC compiler + SDK
1) Don't set the -lsvrcore in SVRCORE_LIBS in configure - instead, do it the
way we do the NSPR and NSS libs, in build.mk
2) For the component LINK macros, use name.lib instead of -lname on Windows
3) The new free MSVC compiler does not have lib.exe - add an autoconf test for
the lib program and use link /lib if missing
4) If using MSVC (which expects DOS style absolute paths) and cygwin (which
uses unix style abs. paths), use cygpath -m on all user supplied paths to make
sure they are in the correct format for cl and link.  It's better to do this
during configure rather than depend on cygwin_wrapper which is much, much
slower.
5) Don't link with the odbc libs (Why did we ever need these!?!??!?)
6) The free MSVC doesn't include afxwin.h, so use the other header files
instead
7) Add libutil to the Windows build, including getting rid of the old Makefile
and adding a new Makefile.in for the autoconf build (the Makefile.client
remains)
8) getopt.c doesn't need lber.h

I verified that these changes also build on Win2k with MSVC 6 SP 3.  I also changed the copyright in the new Makefile.in as suggested by Mark Smith.
2006-02-03 19:28:32 +00:00
gijskruitbosch%gmail.com ee1d089e85 Bug 223766 - Allow brackets around nickname to be copied.
ChatZilla only.
p=silver@warwickcompsoc.co.uk (James Ross)
r=samuel
2006-02-03 19:23:24 +00:00
gijskruitbosch%gmail.com 46ca5eea12 Bug 319628 - Talkback IDs should be linked, munger prefs should apply without restart.
ChatZilla only.
r=silver
2006-02-03 18:51:24 +00:00
bzbarsky%mit.edu 95e82354c7 Fix bug 303039 -- make sure to get the right max-width even if we have no
lines.  r+sr=roc
2006-02-03 18:50:41 +00:00
bzbarsky%mit.edu 47b56aded9 Make sure to always produce our value. Bug 324377, r+sr=roc 2006-02-03 18:45:01 +00:00
kaie%kuix.de 93dc217dd8 bug 152426, delegation of HTTP download for OCSP
r=julien.pierre, r=rrelyea
2006-02-03 18:14:49 +00:00
bclary%bclary.com e62a7b018b Regression test for bug 325750, by Biju 2006-02-03 16:24:00 +00:00
bclary%bclary.com 0ba439fd03 rename incorrectly named tests for section E4X ECMA 357 11.1.4, no bug, not part of the build 2006-02-03 16:22:06 +00:00
bsmedberg%covad.net 65faab254c Bug 316176 - unexpected early shutdown leads to crash when closing mail compose window, r=bienvenu 2006-02-03 16:07:23 +00:00
jminta%gmail.com 316c5a9258 Bug 165963 Views/dialog should default to pegging events to default timezone. r=mvl 2006-02-03 16:06:54 +00:00
jminta%gmail.com 6d3d73fd22 Bug 324633 Error importing all-day events from Outlook due to use of obsolete property isAllDay. r=mvl 2006-02-03 16:03:39 +00:00
bsmedberg%covad.net 42800e6706 Bug 325644 - window.blur() throws exception in embedded scenarios where nsIEmbeddingSiteWindow2 isn't implemented, r=jst 2006-02-03 16:00:37 +00:00
richm%stanfordalumni.org dd4682e73a bug 324529
When the malloc fails in the 'v' or 'V' ber_scanf case, we need to break out of the loop and return with an LBER_DEFAULT code.  Also, in the realloc case, we need to save a copy of the old pointer and use either ber_svecfree ('v' case) or ber_bvecfree ('V' case) to clean up the memory.

bug 324525
If the malloc is done to allocate the *bv, but then an lber error is
encountered while doing the ber_skip_tag (due to a bad or malicious client),
the bv->bv_val is set to a random value.  If you then try to use ber_bvfree to
free the bv, it may call free on this uninitialized value, and badness ensues.
I think the proper fix is for ber_get_stringal to set (*bv)->bv_val to NULL and
(*bv)->bv_len to 0 just after the malloc.
2006-02-03 15:55:46 +00:00
richm%stanfordalumni.org 3c45c5ca52 bug 310521
also part of 301035 and 325518

Use $(srcdir) as the location for the .ex file
2006-02-03 15:36:14 +00:00
cbiesinger%web.de 73fec3b08b bug 183156 remove *UCS2* functions, replacing them with *UTF16* ones
r+sr=darin
2006-02-03 14:32:22 +00:00
cbiesinger%web.de a898e666b8 bug 183156 remove *UCS2* functions, replacing them with *UTF16* ones
r+sr=darin
2006-02-03 14:18:39 +00:00
gerv%gerv.net 88c656e83c Bug 325224: fix about:licen[cs]e fragment hyperlinks. Patch by gerv; r=neil. 2006-02-03 14:08:29 +00:00
szegedia%freemail.hu 901453aca4 Fix for bug #323054: nonexisting optional standard objects like XML don't cause ObjectOutputStream to throw an exception anymore. 2006-02-03 11:47:20 +00:00
gavin%gavinsharp.com 2334ce4270 Bug 324913: tabbrowser.xml depends on a constant defined in browser.js (nsIWebNavigation), patch by Mook <mook.moz@gmail.com>, r=mconnor 2006-02-03 11:39:34 +00:00
szegedia%freemail.hu dcf43ff0cd Fix for bug #323054: nonexisting optional standard objects like XML don't cause ObjectOutputStream to throw an exception anymore. 2006-02-03 11:07:32 +00:00
masayuki%d-toybox.com ce029f5ba5 Bug 161179 background image (no-repeat, repeat-x and repeat-y) size reduced when printing page (print preview is ok, scaling only happens in the repeat direction) r+sr=roc 2006-02-03 09:45:28 +00:00
sharparrow1%yahoo.com 5ab81b2294 Bug 324915 -- fix crash printing iframes by adding null check. r+sr=roc. 2006-02-03 04:51:48 +00:00
vladimir%pobox.com 95cd960acb Updating cairo to cairo CVS-20060202+moz 2006-02-03 04:49:30 +00:00
pavlov%pavlov.net 2e9b70c766 link against zlib in linux cairo builds 2006-02-03 04:39:55 +00:00
mark%moxienet.com 965f7e18f1 323265 Disabled <input type="image"> has opaque/white background in Camino. Patch by Chris Lawson <bugzilla@chrislawson.net>. r=smorgan sr=smfr a/1.8.1=josh. 322828 File upload widget flickers when styled with font size. Patch by Wevah <mozilla@derailer.org>. r=sardisson sr=smfr a/1.8.1=josh 2006-02-03 04:35:02 +00:00
scott%scott-macgregor.org 13c860b7e5 Bug #324194 --> more bullet proofing when there is no quick search or mail views toolbar buttons and you try to go into threaded mode. 2006-02-03 03:47:10 +00:00
mark%moxienet.com f6d6fda2fa 325410 Mac builds not packaging .chk files. Fix paths to shlibsign for Mac builds. r=bsmedberg 2006-02-03 03:26:44 +00:00
mark%moxienet.com b63f67ff04 324319 changing AddressBook to Address Book 2006-02-03 01:41:12 +00:00
bzbarsky%mit.edu b903f45079 Fix bug 323634 -- controllers are not for content. Patch by
neil@parkwaycc.co.uk <neil@httl.net> and Wladimir Palant <trev@gtchat.de>,
r=bzbarsky, sr=jst
2006-02-03 01:38:36 +00:00
mrbkap%gmail.com e8c3bd32f6 If a function becomes heavyweight in the middle of an inline call, remember to pop the call object when it returns. bug 325540, r=brendan 2006-02-03 01:19:31 +00:00
darin%meer.net e54a0019a6 fixes bug 324558 "Build data collection service to gather browser metrics" r=bryner 2006-02-03 00:32:50 +00:00
joshmoz%gmail.com 00f94c3e4c Clean out unnecessary #includes in Cocoa widget nsToolkit. b=325666 r=mento 2006-02-03 00:30:32 +00:00
bugzilla%arlen.demon.co.uk dfdd0d165e Bug 324654 Dead link to Grayrest's DOMi guide in Help
p=stefanh r=me
2006-02-02 23:53:58 +00:00
joshmoz%gmail.com a34236e297 detab files. no bug. 2006-02-02 23:47:16 +00:00
bzbarsky%mit.edu c01f3c8f35 Try to fix bustage yet again. Bug 324600. See revision 3.75 of
view/public/nsIView.h for why this sort of thing is needed.
2006-02-02 23:40:37 +00:00
dmose%mozilla.org 5cc7591ca9 Change alarm service to be explicitly started by the GUI rather than started immediately on app-startup. This keeps providers from popping up dialogs that need to be parented before there is anything to parent them. It also avoids the Mac hang that was often happening when authenticating to remote providers on startup (bug 325476), r=jminta 2006-02-02 23:17:06 +00:00
cvshook%sicking.cc c55b289426 Might this help the redness? 2006-02-02 22:40:09 +00:00
dmose%mozilla.org 21cf0f2468 Fix failure to refresh calendar pane after adding or deleting a calendar (bug 325476); r=jminta 2006-02-02 22:30:04 +00:00
cvshook%sicking.cc 2cade8b522 Attempted bustage fix 2006-02-02 22:12:13 +00:00
bsmedberg%covad.net 961b762fc5 From bug 324690, don't use a bash-ism 2006-02-02 21:16:36 +00:00
pavlov%pavlov.net e6490e1390 adding set/get DPI calls for the pdf surface 2006-02-02 21:09:06 +00:00
cltbld 2a668e8f9e Automated update from host egg 2006-02-02 20:57:57 +00:00
bsmedberg%covad.net f92f57a646 Bug 324690 - Need to ship VC8 redist bits in the Windows installer, r=preed 2006-02-02 20:56:10 +00:00
bzbarsky%mit.edu b9f66aa314 Fix more build bustage. Bug 324600 2006-02-02 20:36:02 +00:00
neil.williams%sun.com b36cd3eaef bug 245518 r=nelson, fix for p12 files encoded with null PWs 2006-02-02 20:26:03 +00:00
bzbarsky%mit.edu 23e5afe46e Fix build bustage. Bug 324600 2006-02-02 20:25:51 +00:00
mkaply%us.ibm.com 96c4e912ac OS/2 only - forgot a header export for Cairo 2006-02-02 20:03:15 +00:00