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

140205 Коммитов

Автор SHA1 Сообщение Дата
cls%seawood.org 745d58f3ee Backing out cygwin make checks since there's no consistency in where the cygwin string resides. 2005-03-30 17:57:38 +00:00
cls%seawood.org ecfba48727 Apparently, the full cygwin string isn't universal. Just check for cygwin.
Bug #288303
2005-03-30 17:34:42 +00:00
tor%cs.brown.edu 8fb938cf84 Bug 285475 - fix cairo calculation of stroke extents on lines with caps. 2005-03-30 17:32:16 +00:00
cls%seawood.org 54f917b32e Explicitly check for cygwin make when building on win32.
Bug #288303 r=bsmedberg
2005-03-30 17:15:32 +00:00
doronr%us.ibm.com 360774b197 Bug 287714 - Add console outputting of XForms errors. r=aaronr,smaug 2005-03-30 16:41:07 +00:00
timeless%mozdev.org 7146ba3112 Bug 282698 use application/soap+xml in nsHTTPSOAPTransport
patch by bug@annevankesteren.nl r=doron sr=jst
2005-03-30 16:31:27 +00:00
bob%bclary.com 2b79db60f1 Add test cases for XML literals: comment, processing instruction. No bug, issue found by Martin Honnen 2005-03-30 14:56:03 +00:00
mkanat%kerio.com 6752ca12cb Bug 287880: [SECURITY] Comments on secure bugs still available to templates... show_bug leaks
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=justdave, r=joel, a=justdave
2005-03-30 14:30:43 +00:00
neil%parkwaycc.co.uk 4d641e9a4f Bustage fix for b=225563 (patch hunk inadvertently excluded) 2005-03-30 13:32:47 +00:00
neil%parkwaycc.co.uk e05e3518a0 Bustage fix for b=225563 (patch hunk inadvertently excluded) 2005-03-30 12:53:52 +00:00
neil%parkwaycc.co.uk 06ebc8f3c4 Previous check in was for bug 225563 2005-03-30 12:27:28 +00:00
neil%parkwaycc.co.uk 10fa559a51 Implement group="system" for XBL handlers so that we don't try to handle events if <a> <textarea> or <xul:button> have already processed them r=jst sr=bryner 2005-03-30 12:26:02 +00:00
bsmedberg%covad.net 90215b23bc Bug 279952 - add en-US to the fallback list for locale providers, preferring it to "any old locale we can find" r=darin 2005-03-30 11:41:47 +00:00
bsmedberg%covad.net 4e7256ad3f Bug 286450 - Make nsIScriptError.message display a formatted message with file/line information, for future logging purposes r=dbradley sr=bz 2005-03-30 11:34:59 +00:00
lpsolit%gmail.com f6cc2eed3b Bug 286003: Direct access to summarize-time.cgi when time tracking is off generates an error - Patch by Shane H. W. Travis <shane.h.w.travis@gmail.com> r=jouni a=justdave 2005-03-30 10:16:23 +00:00
lpsolit%gmail.com db3dc81160 Bug 276543: createaccount.cgi should not be displayed if account creation is disabled - Patch by Olav Vitters <bugzilla-mozilla@bkor.dhs.org> r=LpSolit a=justdave 2005-03-30 09:57:29 +00:00
lpsolit%gmail.com 750b619bd9 Bug 288131: PatchViewer adds extra empty lines in modified parts of patches - Patch by Frederic Buclin <LpSolit@gmail.com> r=glob a=justdave 2005-03-30 09:41:22 +00:00
dwitte%stanford.edu 38564a588f removing obsolete file. 2005-03-30 08:41:43 +00:00
bmlk%gmx.de 3cce47c571 prevent negative available widths for rowgroups when changing from an empty table to one with cells and cellspacing, bug 271047 r/sr=roc 2005-03-30 07:42:49 +00:00
bmlk%gmx.de 90e8e89c3b fix PreFast warnings in layout/mathml bug 288023 r=rbs sr=roc 2005-03-30 07:34:20 +00:00
smfr%smfr.org ac2afe3d7e Make CHBrowserView opaque so that view updates don't propagate to its parent views, which should reduce the amount of view redrawing that takes place. Currently, ChildViews are not opaque (because opacity causes issues with NSQuickDrawViews, see bug 166932). 2005-03-30 06:32:18 +00:00
smfr%smfr.org 9f929e03bc Turn off opaque views (experiment over). 2005-03-30 06:28:17 +00:00
dougt%meer.net f103d1c3ef Initial Implementation of WindowCE ARM XPTCALL code. patch by John Wolfe wolfe@lobo.us. 2005-03-30 06:25:12 +00:00
mozilla.mano%sent.com dd42405e6f Bug 287442 - [Mac[ 'Sanitize Firefox' window leaks title. r=mconnor 2005-03-30 06:23:58 +00:00
dougt%meer.net 3f03338c64 xptcall windows ce tests for arm. submitted by john wolfe <wolfe@lobo.us> 2005-03-30 06:16:30 +00:00
jwalden%mit.edu 79e3d323c9 Bug 279227 - Move find bar strings out of browser, #ifdef USE_FIND_BAR the find bar code that Thunderbird builds. r=mconnor 2005-03-30 05:28:55 +00:00
smontagu%smontagu.org d7c706b3e9 Change ToTitle so that combined uppercase characters (e.g. DZ) are unchanged. Bug 202208, r=jshin, sr=rbs 2005-03-30 04:48:45 +00:00
bzbarsky%mit.edu 72d85d46fb Center the clicked-on point when turning off image zoom. Bug 207219, patch by
Chris Thomas (CTho) <cst@andrew.cmu.edu>, r+sr=roc
2005-03-30 04:29:35 +00:00
bzbarsky%mit.edu 66b19fc60b Don't fire onLocationChange for initial loads in subframes; reverts old
behavior.  Bug 285738, patch by William A. Gianopoulos
<wgianopoulos@yahoo.com>, r=jst, sr=bzbarsky
2005-03-30 04:22:00 +00:00
bzbarsky%mit.edu dcf49c7884 Make sure to wrap a buffered stream around the stream we're passed before
sending it to the parser (which expects a buffered stream).  Bug 287409,
r=darin, sr=jst
2005-03-30 04:18:08 +00:00
smfr%smfr.org be13848cb3 Experimental view opacity change (bug 166932) to measure impact on pageload performance. 2005-03-30 04:05:54 +00:00
roc+%cs.cmu.edu cf694cecf6 Fixing Mac bustage 2005-03-30 03:05:17 +00:00
roc+%cs.cmu.edu 72764c328d Bug 255863. Make drag/drop work even when the clicked-on content gets reframed by the click. r=mats,sr=bzbarsky 2005-03-30 02:14:41 +00:00
dbaron%dbaron.org 54cdc9d607 For functions in the binary, output something compatible with addr2line. b=230336 r=brendan 2005-03-30 01:54:54 +00:00
dbaron%dbaron.org 6780d77208 Fix coverity uninitialized variable warnings in layout. b=288092 r=bernd sr=roc 2005-03-30 01:50:56 +00:00
dbaron%dbaron.org 5397835bd6 Use protected instead of private so VC6 gets less confused when nsDerivedSafe is involved. Hopefully fixing bustage. b=156716 2005-03-30 01:42:06 +00:00
paper%animecity.nu bd865e0403 Bug 285054: ConvertDDBtoDIB violates windows APIs, Don't select bitmap into HDC. r=biesi sr=tor 2005-03-30 01:39:36 +00:00
paper%animecity.nu 6dea6060a3 Bug 286233: Cleanup nsImageWin::Init. r=emaijala, sr=tor 2005-03-30 01:36:41 +00:00
cltbld 480e5a87ce Automated update from host egg 2005-03-30 01:18:42 +00:00
dbaron%dbaron.org b0bcf7fc57 Change build system default toolkit for X11-based platforms from GTK1 to GTK2. b=282871 r=blizzard sr=bryner 2005-03-30 01:17:32 +00:00
aaronleventhal%moonset.net f9ea2febb7 Bug 287979. Infinite loop when exposing plugins. r=timeless, sr=jst 2005-03-30 00:53:10 +00:00
dbaron%dbaron.org 70322f91af Consolidate and deCOMtaminate parsing and storage of media lists. b=156716 r+sr=bzbarsky 2005-03-30 00:36:57 +00:00
wtchang%redhat.com e858110cb5 Set NSS version to 3.10 Beta 3. 2005-03-30 00:22:36 +00:00
neil%parkwaycc.co.uk bacab4977e Bug 285005 Allow scrollbox with scrollbars r+sr=roc 2005-03-30 00:11:06 +00:00
scott%scott-macgregor.org 372c107ade Bug #288188 --> send confirmation dialog (sheet) is very wide
forgot to package dialogs.css
2005-03-30 00:07:41 +00:00
cltbld 1e91c0ea41 Automated update from host egg 2005-03-29 23:29:08 +00:00
kairo%kairo.at 5e1764be61 fix Camino bustage from bug 285696: use MOZ_APP_DISPLAYNAME=Mozilla for Camino to still create Mozilla.app; r=smfr 2005-03-29 23:27:52 +00:00
dbaron%dbaron.org 51de01053b Change how we preserve XPConnect wrappers on which JS properties have been set or that are otherwise needed by XBL: instead of rooting those wrappers until the document stops being displayed, mark them from GC hooks only if the nodes are reachable (via DOM node traversal, optimizing based on symmetry of reachability between DOM nodes) from the document or from nodes already marked. b=283129 r=jst sr=brendan 2005-03-29 23:26:56 +00:00
mostafah%oeone.com 58a1e54d84 Checked in patch for bug 288208: Sunbird default prefs are bloated 2005-03-29 22:47:47 +00:00
bzbarsky%mit.edu 2f75d07065 Don't walk through placeholders to out-of-flows that are our descendants when
we destroy a frame subtree.  Bug 271151, r=rbs, sr=dbaron
2005-03-29 22:36:06 +00:00