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

144140 Коммитов

Автор SHA1 Сообщение Дата
mrbkap%gmail.com 0fd1ab3be4 bug 289933: make regexps and script objects be of type 'function' to imitate IE. r+a=brendan 2005-07-16 02:03:26 +00:00
bzbarsky%mit.edu c3584d9c29 Fix serialization of innerHTML in XML documents. Bug 155723, r=sicking,
sr=jst, a=bsmedberg
2005-07-15 22:45:14 +00:00
brendan%mozilla.org 5c43f60b57 Avoid entraining garbage in getter/setter slots by eliminating the slot (300562, r=jst, sr=shaver). 2005-07-15 22:31:44 +00:00
dmose%mozilla.org 5f2a7ea88e Add some LDAP testing infrastructure. Not part of the build. 2005-07-15 22:16:00 +00:00
bzbarsky%mit.edu 967b3dd200 Update documentation. Bug 299851, patch by J.P.Klippel <jklippel@xtux.org>,
r=darin, sr=bzbarsky, a=bsmedberg
2005-07-15 21:49:25 +00:00
bzbarsky%mit.edu 022ac24279 More uses of EmptyC?String(). Bug 232691, patch by Charles Fenwick
<clf03f@garnet.acns.fsu.edu>, r+sr=bzbarsky, a=bsmedberg
2005-07-15 21:41:47 +00:00
cbiesinger%web.de 2a128e77b6 check a pref to determine whether CSS background images should block onload
(instead of an env var)
bug 299681 patch by Christian Persch <chpe@gnome.org> r+sr=roc a=bsmedberg
2005-07-15 21:19:04 +00:00
smfr%smfr.org e39a9df276 Improve Camino drawing performance by avoiding widget updates when the dirty rect is entirely obscured by subviews (bug 166932). Should help Camino typing performance (bug 272954). Camino only, NPODB. r=pinkerton 2005-07-15 20:53:13 +00:00
scott%scott-macgregor.org 31b68ad1ba Bug #300527 --> Cannot create a composition window when using a windows .zip build
because the editor chrome package is not getting registered in Thunderbird

Patch by bsmedber
sr=me

a=bsmedberg
2005-07-15 20:10:09 +00:00
scott%scott-macgregor.org 7550a6c772 Fix Thunderbird regressions, that cause the composition panel in the account manager to not load, caused by Bug #294140
sr=bienvenu
2005-07-15 20:06:07 +00:00
dougt%meer.net 663b946672 If GetClipRgn() returns 1 (there is a current clipping region�) it never is selected as the current clipping region, and all the logic that depends on the value of the result of that selection (being SIMPLEREGION, COMPLEXREGION, etc) all evaluates to 1 -> which is NULLREGION. patch by Mark Boudreau. 2005-07-15 17:13:56 +00:00
mozilla.mano%sent.com 9f3ece1748 Bug 247467 - Open Location Dialog does not recognize bookmark keywords nor quicksearch. patch from Gavin Sharp <gavin.sharp@gmail.com>, r=vladimir, a=bsmedberg. 2005-07-15 16:46:37 +00:00
mark%moxienet.com ee5853b052 Bug 299356, image blocking not working in static/release builds. Adjust Camino's static nsStaticComponents.cpp. Camino only. r=smfr 2005-07-15 16:22:36 +00:00
masayuki%d-toybox.com 5bb970145a Bug 148947 [quirks]selecting past underline extends underline r+sr=roc, a=benjamin 2005-07-15 15:07:51 +00:00
peterv%propagandism.org 54c4e47901 Fix for bug 300550 ("toString" enumerable on window.location). r=jst, sr=brendan, a=brendan. 2005-07-15 14:43:56 +00:00
silver%warwickcompsoc.co.uk 211945a028 Bug 278698 - Display links LTR even when in RTL content.
p=smontagu@smontagu.org (Simon Montagu)
r=silver
a=bsmedberg
2005-07-15 14:06:59 +00:00
aaronleventhal%moonset.net aabba692f1 Bug 300864. Regression: page load errors are no longer accessible. r+sr=bryner, a=mkaply 2005-07-15 13:51:59 +00:00
aaronleventhal%moonset.net b408688e52 Bug 298648. Implement ISimpleDOMNode::get_language. r=timeless, sr=roc, a=bsmedberg 2005-07-15 13:08:26 +00:00
bugzilla%arlen.demon.co.uk 20bcfac0d4 Bug 143866 Ctrl+T opens new tabs in tab-bar-less (popup, no toolbar) windows
p=me r=neil.parkwaycc.co.uk sr=jag a=bsmedberg
2005-07-15 12:59:12 +00:00
bugzilla%arlen.demon.co.uk 95a105ebc1 Bug 294140 email autocomplete always adds "@localdomain" to addresses - fix typo spotted by Serge GAUTHERIE
p=me r=kairo a=bsmedberg
2005-07-15 12:51:00 +00:00
bsmedberg%covad.net 9bbfb2ed81 Bustage fix from bug 298044 2005-07-15 12:27:13 +00:00
bsmedberg%covad.net 6fa89114cc I forgot two files from bug 298044 yesterday: it is rather amazing that this didn't break anything, still r=darin a=asa 2005-07-15 12:07:47 +00:00
bsmedberg%covad.net 456c4733df Bustage fix from bug 298044 - older and non-GNU toolchains don't define RTLD_DEFAULT and it is not necessary anyway, r=darin 2005-07-15 11:47:42 +00:00
bsmedberg%covad.net e06412f219 Bug 300265 - Trying to select an extension installed on a read-only filesystem (smb, cdrom) hangs the app for a long time (not forever) - patch by Rob Strong, r+a=me 2005-07-15 11:07:32 +00:00
mozilla.mano%sent.com b63b65693e Bug 298498 - Allow extension XPIs to ship multiple independent extensions. patch from Robert Strong <rob_strong@exchangecode.com>, r=bsmedberg, a=asa. 2005-07-15 10:08:17 +00:00
mozilla.mano%sent.com 67e3835eac Bug 300442 - Extensions fail to install since landing of patch for Bug 298524. patch from Robert Strong <rob_strong@exchangecode.com>, r+a=bsmedberg. 2005-07-15 10:03:52 +00:00
mozilla.mano%sent.com db29be3ba2 Bug 299887 - Only check for updates for items that are updateable. patch from Robert Strong <rob_strong@exchangecode.com>, r+a=bsmedberg 2005-07-15 09:59:47 +00:00
neil%parkwaycc.co.uk 19d1aa8038 Hide mail window progress meter when it's not in use b=47909 p=mbockelcamp@web.de r=me sr=bienvenu a=bsmedberg 2005-07-15 09:44:30 +00:00
brendan%mozilla.org 55837fc6ba Followup fix to 300008 (300867, r+a=me). 2005-07-15 06:24:22 +00:00
aaronleventhal%moonset.net 3c031a60d7 Bug 300642. Fix regression from fastback that broke page loading in screen readers. r+sr=bryner, a=asa 2005-07-15 02:35:19 +00:00
myk%mozilla.org 9ec9452c85 Fix for bug 232612: enables boolean mode fulltext searches for better searching capabilities in the "Find a Specific Bug" page;
r=lpsolit
2005-07-15 02:05:10 +00:00
smfr%smfr.org 565fa21ea5 Fix bug 299419: crash on Mac on double-click-hold in a text widget. We crashed in the context-click timer callback dereferencing a null mCurrentTarget, which gets nulled out when SetMouseDownState() dispatches a selection changed event. Fixed by moving the mouse event higher up, while mCurrentTarget is still good. r/sr=roc 2005-07-15 00:44:28 +00:00
mark%moxienet.com a37336d17d Fix gcc 4 build by disabling assertion on private data. gcc 3.3 doesn't care. No bug. Camino only. r=smfr 2005-07-15 00:02:15 +00:00
dbaron%dbaron.org 104b50eaf6 Bump version from 1.8b3 to 1.8b4. 2005-07-14 22:52:25 +00:00
mozilla.mano%sent.com dd240c0e80 Bug 299480 - neterror.xhtml startup document isn't RTL in RTL locales. r+a=bsmedberg, sr+bzbarksky 2005-07-14 22:52:11 +00:00
mark%moxienet.com 3177334159 Bug 298677, Mac Carbon scrollbars draw in the wrong location and jump out from under the mouse since CFRunLoopSource (bug 282940). Be more careful about restoring the QD origin. Obsoletes and backs out an earlier partial fix, cleaning up bug 300058, drawing artifacts in scrollbars. r=pinkerton sr=smfr a=bsmedberg 2005-07-14 22:48:34 +00:00
alecf%flett.org 30bd4584f3 fix for crash in xpcshell in optimized builds, bug 300829
use free() rather than nsMemory::Free() to free it from the right pool
r/sr/a=shaver
2005-07-14 21:03:09 +00:00
bsmedberg%covad.net 58c566ac28 Bug 299930 - Need nsIXULAppInfo.platformVersion, r=darin a=asa 2005-07-14 20:29:06 +00:00
scott%scott-macgregor.org dbeda7fd26 Bug #300688 --> get rid f bandRealShortName. Now that the seamonkey rebranding effort has landed, Thunderbird can get rid of
the brandRealShortName work around we had been using.

sr=bienvenu
a=asa
2005-07-14 20:03:04 +00:00
scott%scott-macgregor.org 00e5fdc96c Bug #299699 --> don't check for "Internet" property in "Email" line of vCard
Patch by mozilla.org@pidgin.org
r=mscott
sr=bienvenu
a=asa
2005-07-14 19:01:38 +00:00
silver%warwickcompsoc.co.uk bdb6bbcec6 Bug 299458 - Use nsIXULAppInfo for all versioning information, if available.
ChatZilla only.
r=rginda
a=bsmedberg
2005-07-14 18:43:57 +00:00
bsmedberg%covad.net 28689c6ab0 Bug 298044 - Dynamically load XPCOM dependent libs as part of the XPCOM standalone glue bootstrap process, r=darin a=asa 2005-07-14 18:42:59 +00:00
cltbld d2018c5ee2 Automated update from host egg 2005-07-14 17:57:19 +00:00
bryner%brianryner.com a897134686 Use -dead_strip option on Mac if the linker supports it. Bug 300047, r=pinkerton a=bsmedberg 2005-07-14 17:52:17 +00:00
bsmedberg%covad.net 6115ede7b5 Bug 292624 - XUL error pages should not have chrome privileges, r=darin sr=dveditz a=asa 2005-07-14 17:46:55 +00:00
mvl%exedo.nl be473bb2ee check displayed daterange early, to prevent a slow script warning. bug 300369, r=mvl, patch by jminta 2005-07-14 17:39:20 +00:00
bienvenu%nventure.com 795eb8738d fix assertion opening news server, sr=mscott, a=asa 289232 2005-07-14 17:31:22 +00:00
mvl%exedo.nl 2dd809b7cd Moves sunbird to using the new commands. Also fixes the calendar listbox popup
to disable certain options if it isn't clicked on an actual calendar.
bug 300254, r=mvl, patch by jminta
2005-07-14 17:29:54 +00:00
bugzilla%standard8.demon.co.uk 1f6b7fabd6 Fixes Bug 233036 In <abCardOverlay.js>, Warning: reference to undefined property window.arguments[0].QueryInterface (tb version). patch by Serge Gautherie gautheri@noos.fr, r+sr=bienvenu,a=asa 2005-07-14 16:58:11 +00:00
bryner%brianryner.com 5e7db39b5d Fix stuck designMode when using fastback by making sure the DOM window still contains the old document when the STATE_START notification is sent. Bug 300411, r+sr=darin, a=asa. 2005-07-14 16:24:32 +00:00