vladimir%pobox.com
614424ff81
fix setTimeInTimezone with null timezone for duration
2005-05-23 21:10:54 +00:00
vladimir%pobox.com
efbca539b5
handle null timezone in newDateTime helper as floating
2005-05-23 21:03:29 +00:00
timeless%mozdev.org
7e3c34656b
Bug 293992 printf passed user controlled buffer
...
r=shaver sr=bz a=asa
2005-05-23 21:00:06 +00:00
robert%accettura.com
738bdd912d
Bug 283847 Dot your i's, cross your t's, and don't forget your periods [you insensitive clod]. Adding missing punctuation. r=mconnor a=asa
2005-05-23 20:31:44 +00:00
mozilla.mano%sent.com
90427d0b6a
Partly backing out bug 294399 (changing APP_NAME back to 'Firfox' in order to fix bustage
2005-05-23 19:26:08 +00:00
mozilla.mano%sent.com
dbb64d17bf
Bug 294399 - rebrand firefox for deer park, mac build part. r=joshmoz a=asa
2005-05-23 19:01:12 +00:00
bzbarsky%mit.edu
c46b398fbc
Fix silly typo in fix for bug 295121. r=mconnor, a=brendan
2005-05-23 17:46:20 +00:00
mconnor%steelgryphon.com
0002e2d56d
bug 295121 - no securityUI in additional tabs, r=bz, a=asa
2005-05-23 17:03:06 +00:00
jst%mozilla.jstenback.com
b732bd9de4
More fixes for bug 295101. Don't leave *pob2 dangling (caught by bz). r+sr=bzbarsky@mit.edu, a=brendan@mozilla.org (on irc)
2005-05-23 16:59:29 +00:00
bugzilla%arlen.demon.co.uk
a73dfd6ea9
Bug 159798 File/Page Setup menu item does nothing from JavaScript Console
...
p=Bruce.Davidson@ipl.com r/sr=neil.parkwaycc.co.uk a=asa
2005-05-23 15:50:08 +00:00
mconnor%steelgryphon.com
d7a4ac1fd1
missed one piece of the deer park rebranding bug checkin
2005-05-23 15:22:55 +00:00
jwalden%mit.edu
437188bb97
Bug 255769 - Organize keyboard shortcuts into categories. r=steffen, a=asa
2005-05-23 14:45:35 +00:00
jwalden%mit.edu
301afa166c
Bug 291192 - Document Check for Updates menu item. r=steffen, a=asa
2005-05-23 14:39:47 +00:00
bzbarsky%mit.edu
239b86a89a
Check in jst's patch to auto-mark our new objects before we do things that
...
might trigger gc. Bug 295101 partial patch, r+sr=bzbarsky/brendan, a=brendan
2005-05-23 14:14:45 +00:00
neil%parkwaycc.co.uk
6c7e4ce98b
Bug 290023 Mailing list names should not have leading or trailing whitespace p=abhijeet.bhattacharya@in.ibm.com r=me sr=bienvenu a=asa
2005-05-23 12:50:28 +00:00
neil%parkwaycc.co.uk
f5ac06642d
Stop sharing DOM object wrappers between content and chrome, specifically reporter wallet mail pki browser communicator global b=281988 r=bsmedberg sr=bz a=asa
2005-05-23 08:34:02 +00:00
scott%scott-macgregor.org
3a2f3785c4
Fix regression fall out from Bug #281988 --> dialogs in thunderbird not opening.
2005-05-23 06:18:37 +00:00
brendan%mozilla.org
8d11e72c0e
Bypass XPCNativeWrapper's delProperty hook (295122, r+sr=jst).
2005-05-23 05:58:05 +00:00
smfr%smfr.org
b70df9235e
Add site icons to the history outliner and history menus.
...
Add support for site icons specified in link elements (bug 162893), part of patch by Ludovic Hirlimann.
Add a site icon image cache, so that we can get site icons without a round trip through necko, and avoid duplicate images (bug 294675).
Add a Clear History item to the end of the go menu (bug 294205).
Make the history menus no more than 100 items long, with a "Show More" item at the end, to avoid long delays when showing them (bug 291414).
2005-05-23 03:36:08 +00:00
edburns%acm.org
cdf332299f
generic_native_drawing_works_but_not_for_mozilla
2005-05-23 01:10:22 +00:00
robert%accettura.com
d7d47787b8
293251 Reporter should use brand entities rather than hardcode product name thanks to Neil for help on this one. a=asa
2005-05-23 01:02:27 +00:00
db48x%yahoo.com
0a1d6b6dc3
bug 293583: When phone home occurs for more than one extension the update info is used from the first extension update info
...
patch by Robert Strong <moz_bugzilla@exchangecode.com>, r=bsmedberg, a=asa
2005-05-23 00:40:03 +00:00
lpsolit%gmail.com
d224839a6f
Bug 295137: Unneeded "#" in interdiff page title - Patch by Gavin Sharp <gavin.sharp@gmail.com> r=LpSolit a=justdave
2005-05-22 23:35:22 +00:00
robert%accettura.com
94da2a804e
Bug 281714 Not capturing gecko ID r=bsmedburg sr=bz a=asa
2005-05-22 23:04:22 +00:00
robert%accettura.com
7f63497d4e
294543 Reporter Doesn't get the Correct Product Name/Version r=bsmedburg a=asa
2005-05-22 23:01:52 +00:00
robert%accettura.com
6448fb34a9
Bug 294972 Reporter's back/next buttons behaving badly r=neil.parkwaycc.co.uk a=asa
2005-05-22 22:57:25 +00:00
robert%accettura.com
1bc8f93fe0
Bug 295156 Reporter should use rel="nofollow" to deter spammers and not boost google rank of pages in database
2005-05-22 22:53:30 +00:00
steffen.wilberg%web.de
8336402718
Bug 291608: Firefox ships 102 KB of unused EM images, image removal part. r=kevin, a=asa
2005-05-22 21:35:06 +00:00
bzbarsky%mit.edu
c111030cc2
Fix instanceof for DOM classes when XPCNativeWrappers are around. Bug 294926,
...
r+sr=jst, a=dbaron
2005-05-22 21:30:15 +00:00
bzbarsky%mit.edu
55bdaeb6a4
Stop forwarding addProperty to the wrapped native. That's not the right thing
...
to do in general (since we use OBJ_DEFINE_PROPERTY in this case in resolve
anyway), and it breaks some things. Bug 295122, r/sr=jst/brendan, a=brendan
2005-05-22 20:48:00 +00:00
steffen.wilberg%web.de
c0ecc99f77
Bug 291608: Firefox ships 102 KB of unused EM images. r=kevin, a=asa
2005-05-22 20:47:22 +00:00
brendan%mozilla.org
fe8d068db1
Fix UMR regression introduced in 3.110 (295116, tachyonal r=shaver).
2005-05-22 18:25:08 +00:00
masayuki%d-toybox.com
b36fbc23ff
Bug 289652 [regression] -moz-selection fails to work r+sr=bzbarsky, a=asa
2005-05-22 17:17:46 +00:00
bmlk%gmx.de
a6da33c80d
add only fixed margins to the MEW, bug 292690 r/sr=dbaron a=chofmann
2005-05-22 15:47:49 +00:00
lpsolit%gmail.com
195c3fafc4
Bug 294915: Fieldvalue created.html.tmpl omits value in title - Patch by Marc Schumann <wurblzap@gmail.com> r=mkanat a=justdave
2005-05-22 15:09:39 +00:00
lpsolit%gmail.com
e4da09ec69
Bug 294892: Remove visible debug code from template/en/default/admin/products/footer.html.tmpl - Patch by Marc Schumann <wurblzap@gmail.com> r=LpSolit a=justdave
2005-05-22 14:59:28 +00:00
lpsolit%gmail.com
6723cd569e
Bug 294605: Use UTF-8 (Unicode) charset encoding for current templates - Patch by Marc Schumann <wurblzap@gmail.com> r=LpSolit a=justdave
2005-05-22 14:48:17 +00:00
lpsolit%gmail.com
6b6f6686bf
Bug 215320: Change several bugs at once causes extraneous messages in apache log file - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r=kiko a=justdave
2005-05-22 14:19:23 +00:00
lpsolit%gmail.com
e47afd0ecc
Bug 291539: Flags get duplicated if multiple inclusions apply - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r=joel a=justdave
2005-05-22 13:46:55 +00:00
mrbkap%gmail.com
3e62759bbf
bug 294984: Make sure to create text and end tokens for tags such as <iframe>. This fixes a crash where CNavDTD assumed an end token was coming, but it wasn't. r+sr=bzbarsky a=chofmann
2005-05-22 00:57:37 +00:00
bsmedberg%covad.net
199ff3a30d
Fallout from bug 281988 - use manifests for official-branding chrome also, r=installer bustage a=We can't release tbird 1.1a without this.
2005-05-21 21:36:35 +00:00
nelsonb%netscape.com
4a29a230ce
Allow DSA signature output buffer to exceed required length.
...
Bug 191470. r=nelson. Patch by rrelyea@redhat.com .
2005-05-21 21:35:24 +00:00
nelsonb%netscape.com
3e84aac61b
Change while read statements to work with MKS. Bug 295060. r=wtchang
2005-05-21 21:30:29 +00:00
bob%bclary.com
45099f2bc5
Add testcase for bug 295052, by David James. Do not crash on String.prototype.match.apply
2005-05-21 21:28:43 +00:00
brendan%mozilla.org
1b3f9fa8ee
Fix 294957 for good.
2005-05-21 17:35:16 +00:00
cltbld
f62ae561b6
Automated update from host egg
2005-05-21 15:56:04 +00:00
kjh-5727%comcast.net
ffc3b4972d
Bug 293541 - Allow building Cairo SVG on MingW. Patch by Eli Friedman <sharparrow1@yahoo.com>. r=benjamin, a=asa.
2005-05-21 15:54:36 +00:00
kjh-5727%comcast.net
f931de2751
Bug 293268 - CUPS backend contains hardcoded "mozilla". r=bzbarsky, sr=neil, a=caillon.
2005-05-21 15:33:09 +00:00
brendan%mozilla.org
ac6c6c55fd
Fix from bz for glitch in last checkin.
2005-05-21 14:55:54 +00:00
joshmoz%gmail.com
74ed88d50b
check in the rest of unified toolbar files, also fix for 185985. sr=pink
2005-05-21 08:48:58 +00:00