Commit Graph

153382 Commits

Author SHA1 Message Date
gijskruitbosch%gmail.com
bfdaa76582 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
d7e1c742f8 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
c9662bfe8c 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
73e9a89031 Make sure to always produce our value. Bug 324377, r+sr=roc 2006-02-03 18:45:01 +00:00
kaie%kuix.de
3aa755acfa bug 152426, delegation of HTTP download for OCSP
r=julien.pierre, r=rrelyea
2006-02-03 18:14:49 +00:00
bclary%bclary.com
e4bb03723d Regression test for bug 325750, by Biju 2006-02-03 16:24:00 +00:00
bclary%bclary.com
7845a43e15 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
cf740d7692 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
68554c4245 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
3803bac210 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
72b9b445a6 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
1813b5349f 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
efd15b81c3 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
118d945c7f bug 183156 remove *UCS2* functions, replacing them with *UTF16* ones
r+sr=darin
2006-02-03 14:32:22 +00:00
cbiesinger%web.de
c2d981f764 bug 183156 remove *UCS2* functions, replacing them with *UTF16* ones
r+sr=darin
2006-02-03 14:18:39 +00:00
gerv%gerv.net
ba371a1970 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
6fe4ed788a 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
4927e51067 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
21116c4e55 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
210de117fb 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
e9f2e44e52 Bug 324915 -- fix crash printing iframes by adding null check. r+sr=roc. 2006-02-03 04:51:48 +00:00
vladimir%pobox.com
df96213eb8 Updating cairo to cairo CVS-20060202+moz 2006-02-03 04:49:30 +00:00
pavlov%pavlov.net
a2abd27ea1 link against zlib in linux cairo builds 2006-02-03 04:39:55 +00:00
mark%moxienet.com
31517cc0a1 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
ec32b15666 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
1e12ed63f8 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
5bccdd2949 324319 changing AddressBook to Address Book 2006-02-03 01:41:12 +00:00
bzbarsky%mit.edu
2cc395ff83 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
6960e8d82b 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
e918be96af fixes bug 324558 "Build data collection service to gather browser metrics" r=bryner 2006-02-03 00:32:50 +00:00
joshmoz%gmail.com
f9fc621401 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
2fd9c146b4 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
89d71ad20b detab files. no bug. 2006-02-02 23:47:16 +00:00
bzbarsky%mit.edu
8439d69eb0 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
e10fc5c417 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
093efcf6ca Might this help the redness? 2006-02-02 22:40:09 +00:00
dmose%mozilla.org
4bd6571172 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
f86ec7ea56 Attempted bustage fix 2006-02-02 22:12:13 +00:00
bsmedberg%covad.net
cb2449970d From bug 324690, don't use a bash-ism 2006-02-02 21:16:36 +00:00
pavlov%pavlov.net
2ce2647073 adding set/get DPI calls for the pdf surface 2006-02-02 21:09:06 +00:00
cltbld
6be52a2d10 Automated update from host egg 2006-02-02 20:57:57 +00:00
bsmedberg%covad.net
a3537da9e7 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
66448abcba Fix more build bustage. Bug 324600 2006-02-02 20:36:02 +00:00
neil.williams%sun.com
d55302f3a8 bug 245518 r=nelson, fix for p12 files encoded with null PWs 2006-02-02 20:26:03 +00:00
bzbarsky%mit.edu
c454ec77e3 Fix build bustage. Bug 324600 2006-02-02 20:25:51 +00:00
mkaply%us.ibm.com
a237edb2d1 OS/2 only - forgot a header export for Cairo 2006-02-02 20:03:15 +00:00
bzbarsky%mit.edu
263cf7dc11 Push up GetPrincipal to nsINode (as GetNodePrincipal). This way all nsINodes
(content, documents, attr nodes) can return their principal as needed.
Eliminate lazy allocation of principals in nsDocument.  Bug 324600, r=sicking, sr=jst
2006-02-02 20:02:34 +00:00
brendan%mozilla.org
3cdb5fa370 Arghhhhhh. 2006-02-02 19:55:20 +00:00
rob_strong%exchangecode.com
32270d411f Bug 325175 - Says extension will install after firefox is restarted, but it doesn't happen. r=bsmedberg 2006-02-02 19:50:54 +00:00
bsmedberg%covad.net
1ffc3a6a5c Supplementary fix for bug 316177 - don't overrun the end of the command line 2006-02-02 19:30:38 +00:00