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

133140 Коммитов

Автор SHA1 Сообщение Дата
neil%parkwaycc.co.uk 3d9b16ed8b Bug 257721 nsPresShell::PostAttributeChange needs to construct its nsAttributeChangeRequest (HandlePostedAttributeChanges was already calling the destructor) r+sr=roc 2004-09-02 08:56:30 +00:00
bmlk%gmx.de eb2e3f075e tables without cells should not add vertical cellspacing bug 246534 r/sr=bzbarsky 2004-09-02 06:36:56 +00:00
bryner%brianryner.com 5c5094ce45 Removing README in favor of more-current product and project pages on www.mozillaorg. r=ben. 2004-09-02 05:25:23 +00:00
vladimir%pobox.com 8b6be2cf93 b=205947, proxy: mailnews does not display proxy auth dialog, r=darin, sr=shaver 2004-09-02 05:13:25 +00:00
kyle.yuan%sun.com 435ec50dcf Bug 254997 Caret tracking by line (down arrow) skips over huge portions of the document. r=aaronl, sr=roc, patch=ginn.chen@sun.com 2004-09-02 05:02:53 +00:00
bryner%brianryner.com dc76c57a2c deCOMify nsIPresShell::GetRootFrame. Change callers inside of gklayout to use FrameManager()->GetRootFrame() instead so that the call can be inlined. Bug 253889, r+sr=roc. 2004-09-02 03:08:51 +00:00
dbaron%dbaron.org 509412873b Fix leak of mork factory. b=257219 r+sr=bryner 2004-09-02 00:44:18 +00:00
dbaron%dbaron.org a58216a8cb Fix leaks of mork rows. b=257218 r+sr=bryner 2004-09-02 00:41:36 +00:00
dbaron%dbaron.org 2f9c6891b1 Fix leak of nsPasswordManager singleton. b=257211 r+sr=bryner 2004-09-02 00:40:23 +00:00
dbaron%dbaron.org 7f72975a03 Fix leak of global history service. b=257209 r+sr=bryner 2004-09-02 00:39:38 +00:00
jst%mozilla.jstenback.com a8cd90ba37 Fixing bug 257523. Only handle XBL commands if they're triggerd by events initiated by the user. Patch by trev@gtchat.de, r=jst@mozilla.org, sr=dveditz@cruzio.com, a=chofmann@mozilla.org 2004-09-02 00:33:51 +00:00
brendan%mozilla.org 42fee317b7 Checking in patch for bug 256501 from Igor Bukanov <igor@fastmail.fm>, r=me. 2004-09-02 00:06:29 +00:00
darin%meer.net 6a24dcfb4c use a better hash function, bug 239358 (courtesy of brendan) 2004-09-01 22:35:37 +00:00
mostafah%oeone.com e74922c912 Fixed misspelling in variable name: calendarName -> CalendarName 2004-09-01 21:23:10 +00:00
jst%mozilla.jstenback.com 7d48768362 Fixing the DOM part of bug 257602. Don't bother looking for elements in the document by ID/NAME when resolving class names, or declaring variables. r+sr=brendan@mozilla.org 2004-09-01 20:56:23 +00:00
brendan%mozilla.org c434259e14 Use new JS_LookupPropertyWithFlags API passing new JSRESOLVE_CLASSNAME, to avoid triggering doc search for IE global scope pollution quirk, just for the scrollbar XBL binding used in content pages (257602, r=bzbarsky, sr=jst). 2004-09-01 20:53:11 +00:00
brendan%mozilla.org a7487d7136 Add JSRESOLVE_DECLARING and JSRESOLVE_CLASSNAME support for better DOM quirk emulation (257602, r=shaver). 2004-09-01 20:51:39 +00:00
scott%scott-macgregor.org 6379ac4c1a Strip thunderbird-bin.elf in case talkback fails to do so. 2004-09-01 20:49:48 +00:00
bsmedberg%covad.net 498c8e222b Bug 252941 - don't pull all locales by default. r=bryner sr=shaver 2004-09-01 20:40:10 +00:00
jouni%heikniemi.net 03a5132693 Bug 257111: t/006spellcheck.t should check each file only once.
Patch by Marc Schumann <marcschum@web.de>
r=jouni, a=myk
2004-09-01 20:11:59 +00:00
mostafah%oeone.com 0de9ec9d8c Added suppressAlarms attribute to oeICal and suppressAlarmsByDefault to oeICalContainer
This is the first step to achieve the goal in bug 257428:
alarm sound / popup box / show preferences on a per-calendar basis
2004-09-01 20:11:06 +00:00
darin%meer.net 62b71377af landing non-nspr portion of patch for bug 239358 "DNS: Reverse lookups are
degrading performance" r=lorenzo sr=bryner
2004-09-01 19:55:58 +00:00
jst%mozilla.jstenback.com fa64061315 Fixing bug 257649. Fixing shutdown leak (again) caused by the global scope polluter. r+sr=brendan@mozilla.org 2004-09-01 19:41:44 +00:00
cbiesinger%web.de 40aaaab3a2 Bug 253476 PAC: fixup uris entered in prefs
r=neil sr=jag patch by Chris Thomas <cst@andrew.cmu.edu>
2004-09-01 18:52:07 +00:00
cbiesinger%web.de eaca3dbd1b Bug 227057 remove nsIResumableEntityID in favor of using strings for the entity
id.
r=darin sr=bzbarsky
2004-09-01 18:04:17 +00:00
bryner%brianryner.com e14abad4f9 Restoring previous failure code, follow-up to bug 257596 2004-09-01 18:02:04 +00:00
mostafah%oeone.com fd33d8c63b More progress on bug 256890: Provide a way to tell calendar to reload a calendar file
With this patch, filepath arguments passed to calendarManager will either be
subscribed to as a new calendar or parsed and displayed in a addEvent dialog.
If the file is already subscribed to, it should reload that calendar.
2004-09-01 17:54:16 +00:00
cbiesinger%web.de 24b9647483 Bug 254952 make MIMEService/MIMEInfo-users make use of UTF-8 extensions
r=bzbarsky sr=darin
2004-09-01 17:46:23 +00:00
mvl%exedo.nl a6b86054b1 fix third-party checks for images loaded as source of an iframe, by making sure there is a requestingLocation
bug 254510, r=jst, sr=bz
2004-09-01 17:12:18 +00:00
jst%mozilla.jstenback.com 1a2cfd5e34 Fixing build bustage on OpenBSD 3.5 (bug 256877). Patch by ju1i3n.news@free.fr and jon@rekai.net, r+sr=jst@mozilla.org 2004-09-01 16:56:51 +00:00
jst%mozilla.jstenback.com bc321b52bc Fixing bug 248065. Make sure errors in nested scripts don't disrupt the containing script. r+sr=bzbarsky@mit.edu 2004-09-01 16:50:12 +00:00
neil%parkwaycc.co.uk 52912b39d2 Bug 135928 Range.surroundContents doesn't work on a single text node p=kin r=jfrancis sr=jst extracted from the otherwise bitrotted patch in bug 58974 2004-09-01 16:18:31 +00:00
aaronleventhal%moonset.net 1f5edcb856 Bug 254966. Make css scrollable elements tab navigable. r=mats, sr=roc 2004-09-01 14:58:34 +00:00
igor%mir2.org 8f793c397e Resolving bug 255891: new approach to dynamic scoping 2004-09-01 14:17:00 +00:00
mostafah%oeone.com 93d04d21c6 Updated translation 2004-09-01 14:07:33 +00:00
mostafah%oeone.com 90d5e4388e Updated translation 2004-09-01 13:50:49 +00:00
roc+%cs.cmu.edu 9fe7e8650d Bug 257430. nsImageFrame and nsTableRowFrame need to always include their frame bounds in their overflow area. r+sr=dbaron 2004-09-01 13:33:17 +00:00
Stefan.Borggraefe%gmx.de d56238f8e2 PAC: localHostOrDomainIs() never matches a hostname (bug 242325)
r=darin, sr=bzbarsky
2004-09-01 11:27:51 +00:00
dveditz%cruzio.com e67c6e5dcf Improve enablePrivilege confirmation dialog text and presentation, sanity-check
privilege names (bug 253942, bug 253944) r=caillon,sr=brendan,a=chofmann,mkaply
2004-09-01 07:53:32 +00:00
bryner%brianryner.com 4c15468e7d Remove unneeded nsIFocusTracker interface, changing all users to nsIPresShell (bug 257596, r+sr=roc). 2004-09-01 05:16:00 +00:00
jst%mozilla.jstenback.com d06a2faaa5 Fixing bug 257616. s/outerWidth/outerHeight/ when setting sOuterHeight_id. Duh. r+sr=brendan@mozilla.org 2004-09-01 04:26:43 +00:00
kyle.yuan%sun.com 4d64c735c3 Bug 241731 bookmarks sidebar creates empty contextmenu when no items are selected
r=mconnor
do not popup context menu when selection is undefined.
2004-09-01 02:59:05 +00:00
scott%scott-macgregor.org a600211f73 Bug #255701 --> increase default biff interval for checking for new RSS feeds. 2004-09-01 01:18:10 +00:00
jst%mozilla.jstenback.com 0ab635f772 Landing fix for bug 251939. Fixing IRIX build bustage. Patch by grobi_2000@yahoo.de, r=bryner@brianryner.com, sr=jst@mozilla.org 2004-09-01 00:32:03 +00:00
jocuri%softhome.net bb57d6ae34 Patch for bug 254371: include Flag Types in create new attachments form; patch by Alexandre Michetti Manduca <michetti@grad.icmc.usp.br>; r=jouni, a=myk. 2004-08-31 23:28:10 +00:00
neil%parkwaycc.co.uk 0e21fc9804 Bug 70466 Disable Go/Mail Start Page when Message Pane is collapsed r+sr=mscott 2004-08-31 23:22:38 +00:00
scott%scott-macgregor.org 9faeb2f7aa if the feed item has a link attribute, always use it before using the guid. Fixes some problems with planet.mozilla.org and
mozillazine feedhouse.
2004-08-31 23:05:29 +00:00
mostafah%oeone.com 9ef18ab7b0 Updated translation 2004-08-31 21:11:31 +00:00
mostafah%oeone.com 344d5c377e Checked in patch for bug 257583:
Clearly separate tasks by using a grey dotted line like Outlook does
2004-08-31 20:53:47 +00:00
bienvenu%nventure.com 666683986e backend changes for cross-folder virtual folders, sr=mscott 11051 2004-08-31 20:53:24 +00:00