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

143502 Коммитов

Автор SHA1 Сообщение Дата
timeless%mozdev.org 1fcc96d6ea Bug 298666 crash [@ nsTypeAheadFind::FindItNow ]
make if block guard crash
r=aaronl sr=shaver a=bsmedberg
2005-06-29 02:03:59 +00:00
ben%bengoodger.com a4aa81a4c2 clean up on restart 2005-06-29 01:34:36 +00:00
smfr%smfr.org 28c0e14fe4 Fix bug 298320: when showing a prompt via nsIPromptService, make sure that the tab from which the prompt originates is brought to the front. r=josh 2005-06-29 01:25:35 +00:00
smfr%smfr.org 734a842fd9 Remove unused context menu outlet (we create the menu dynamically now). 2005-06-29 01:22:14 +00:00
vladimir%pobox.com c56668a258 fix broken in-place editing due to mangled event handling in xul, and mangled focus/blur on textboxes in particular. 2005-06-29 01:02:22 +00:00
cst%andrew.cmu.edu 15fe90f51f Bug 125998 when viewing images, use image thumbnail as tab icon
r=db48x sr=neil a=bsmedberg
2005-06-29 00:50:45 +00:00
mats.palmgren%bredband.net f04a34f8aa Don't resolve <form action=""> to the base uri. b=297761 r+sr=jst a=chofmann 2005-06-28 23:22:28 +00:00
wtchang%redhat.com cd4a74f2bd Bugzilla Bug 298531: updated for Mac 10.4u ("universal") SDK, which adds
support for Intel CPUs.  The patch is contributed by Mark Mentovai
<mark@moxienet.com>. r=wtc.
Modified files: configure configure.in config/autoconf.mk.in
2005-06-28 22:35:01 +00:00
mats.palmgren%bredband.net 269d29adc0 Attempting to fix build bustage... 2005-06-28 22:04:03 +00:00
mnyromyr%tprac.de 61484f1c49 Bug 256314: Wrong identity chosen when address contains +; r=Stefan.Borggraefe, sr=bienvenu, a=bsmedberg 2005-06-28 21:44:09 +00:00
mats.palmgren%bredband.net 97417c0bb6 Make drag-n-drop of frame-less content work again. b=289667 r+sr=roc a=benjamin 2005-06-28 21:40:15 +00:00
timeless%mozdev.org 16fd4d30ca Bug 298704 richlistbox should call ensureElementIsVisible and not scrollToElement in selectedItem
patch by rob_strong@exchangecode.com r=bsmedberg a=bsmedberg
2005-06-28 21:30:56 +00:00
timeless%mozdev.org 76f208b3e2 Bug 298699 Theme Manager's width is no longer fixed
patch by rob_strong@exchangecode.com r=bsmedberg a=bsmedberg
2005-06-28 21:28:49 +00:00
vladimir%pobox.com 6b25b72d02 fixed pixels-per-minute thinko in multiday view 2005-06-28 21:23:07 +00:00
wtchang%redhat.com 48f306e0d7 Bugzilla Bug 298532: updated for Mac 10.4u ("universal") SDK, which adds
support for Intel CPUs.  The patch is contributed by Mark Mentovai
<mark@moxienet.com>. r=wtc.
2005-06-28 21:21:05 +00:00
mats.palmgren%bredband.net 83fbd87d2d Add GetFieldSetAreaFrame() for accessing the area frame child of a fieldset frame. b=294717 r+sr=dbaron a=chofmann 2005-06-28 21:21:03 +00:00
timeless%mozdev.org 2313cf8ce8 Bug 298278 remove useless references to nsVoidArray
r=mvl sr=darin a=tor
2005-06-28 21:20:04 +00:00
cbiesinger%web.de b6d43bffb6 298820 make nsIScriptableUnicodeConverter use nsACString instead of string
r=jshin sr=darin a=bsmedberg
2005-06-28 21:19:08 +00:00
mrbkap%gmail.com 6cc224e55b bug 289537: A couple of followup fixes opening <body> for tags automatically. Also stick non-exclusive head children in the head if we haven't seen either <head> or <body> yet. Also make <bgsound> act like it should. r+sr=jst a=bsmedberg 2005-06-28 21:09:48 +00:00
cbiesinger%web.de 6f416737fb Bug 260048 removing unused files
r+a=bsmedberg
2005-06-28 21:07:42 +00:00
joshmoz%gmail.com 49235a7a73 fix endian issues in mac font code, try #2. patch by Mark Mentovai. b=297162 r=josh sr=smfr a=bsmedberg 2005-06-28 21:05:08 +00:00
steffen.wilberg%web.de 73e55afc3e Bug 298210: document the restoration of the Cmd+Arrow navigation shortcuts on Mac. r=jeff, a=asa 2005-06-28 20:52:48 +00:00
steffen.wilberg%web.de 61ea51df8a Bug 298398: Only single-click is needed for opening a History item, not double-click; Bug 298487: right click - Search Web for ... opens a new tab, not a new window. p=hendrik.maryns@student.kuleuven.ac.be, r=me, a=asa 2005-06-28 20:49:10 +00:00
bsmedberg%covad.net c4ec74a357 Add Japenese to the build list. 2005-06-28 20:38:41 +00:00
vladimir%pobox.com b5a30c118c b=298356, inline editing of item titles in multiday view; b=298344, editable events in month view; b=298352, multiday view needs pref control for start/end times; r=shaver 2005-06-28 20:36:24 +00:00
dougt%meer.net f66316913e Adding LR_LOADFROMFILE 2005-06-28 20:23:39 +00:00
cbiesinger%web.de c97ea87e70 Bug 298675 register locale packages for reporter, and fix typo (inspector ->
reporter)
patch by Andrew Schultz <ajschult@verizon.net> r=dveditz sr=neil a=bsmedberg
2005-06-28 20:21:53 +00:00
mozilla.mano%sent.com b6af78208d Bug 287111 - Change onpreferenceread/onpreferencewrite to onsyncfrompreference/onsynctopreference. r=mconnor/mscott, a=bsmedberg. 2005-06-28 20:08:56 +00:00
jwatt%jwatt.org 84c5071f4f Fixing bug 298098. currentScale and currentTranslate should be in viewPort coordinates. r=tor@acm.org a=chofmann@gmail.com 2005-06-28 19:46:47 +00:00
tor%cs.brown.edu 80cb1e6318 Bug 298914 - OS-X svg crash with empty string. r=jhpedemonte, a=bsmedberg. 2005-06-28 18:58:31 +00:00
ben%bengoodger.com 304cbe853b unify preference handling, fix update history not to show redundant entries 2005-06-28 18:56:40 +00:00
dougt%meer.net a6bdfd72c1 Fixing build bustage in static builds when enabling spatialnavigation. r=bsmedberg 2005-06-28 18:29:22 +00:00
kjh-5727%comcast.net ba4dcab4e6 Bug 284077 - XFT build failure on Solaris. Patch by Egon Nijns. r=kherron, sr=roc, a=tor. 2005-06-28 18:29:10 +00:00
bienvenu%nventure.com ac3e312511 part of fix 65303, circular rename of local folder (a->b->c->a) loses folder, sr=mscott, a=chofmann 2005-06-28 18:14:02 +00:00
bienvenu%nventure.com 69e82bb12e fix 298479, rename local folder to name of just deleted virtual folder loses data, sr=mscott, a=chofmann 2005-06-28 18:02:29 +00:00
wtchang%redhat.com 9ee0623105 Bugzilla Bug 298962: Removed dead code: nssBestCertificate_SetArgs,
nssBestCertificate_Callback, and nssBestCertificateCB. r=jpierre,nelsonb.
Modified files: certificate.c pkitm.h
2005-06-28 17:55:29 +00:00
wtchang%redhat.com fafa59ce5f Bugzilla Bug 298953: fixed a memory leak in sslBuffer_Grow if PORT_Realloc
fails. r=nelsonb.
2005-06-28 17:48:26 +00:00
pavlov%pavlov.net 2b9dd7c45d adding toplevel Calendar menu for lightning 2005-06-28 17:34:38 +00:00
masayuki%d-toybox.com e248ecf0c9 Bug 298742 intl.properties's "intl.menuitems.alwaysappendaccesskeys" is ignored always r=jst, sr=shaver, a=benjamin 2005-06-28 17:21:21 +00:00
bsmedberg%covad.net 6f3bca104d Previous checkin for bug 288143 was r+sr=dbaron 2005-06-28 17:20:36 +00:00
bsmedberg%covad.net cff3d53971 Bug 288143 - Browser goes into infinite loop while processing HTML font attributes, patch by Mats Palmgren <mats.palmgren@bredband.net> r=jst sr=shaver a=me 2005-06-28 17:18:57 +00:00
aaronleventhal%moonset.net 7df51c1fae Bug 298972. Don't trim out whitespace in the name of accessible text objects. r=parente, sr=neil, a=mkaply 2005-06-28 16:57:41 +00:00
aaronleventhal%moonset.net 6ff0f9e270 Bug 298968. List items, tbody, thead and tfoot should be nameless. r=parente, sr=neil, a=mkaply 2005-06-28 16:49:13 +00:00
ben%bengoodger.com 372e50a09b fix js error in update service 2005-06-28 16:46:24 +00:00
aaronleventhal%moonset.net f055d2e681 Bug 298967. Incorporate latest feedback into role and states table. r=parente, sr=tor, a=mkaply 2005-06-28 16:44:25 +00:00
mozilla.mano%sent.com 47b977a1f5 Bug 298801 - [Mac] nsLocalFile::InitWithNativePath doesn't interpret ~/... paths. r=jhpedemonte, sr=smfr, a=bsmedberg 2005-06-28 16:35:24 +00:00
doronr%us.ibm.com 963838e2d3 XForms Bug 284519 - Need preference for whitelisting submission, instance loading, etc.. r=allan/smaug a=mkaply 2005-06-28 16:30:50 +00:00
mconnor%steelgryphon.com 6705cf2d0e bug 216466 - followup, remove duplicate pref entry in firefox.js, patch by hskupin@gmail.com, r+a=bsmedberg 2005-06-28 15:49:37 +00:00
mozilla.mano%sent.com 40e77ee857 Backing out bug 298894 2005-06-28 15:42:22 +00:00
mozilla.mano%sent.com fae2844ff4 Fix bustage from Bug 298894 2005-06-28 15:22:05 +00:00