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

130184 Коммитов

Автор SHA1 Сообщение Дата
cbiesinger%web.de da9c6f3b04 AddRef/Release return a refcount, not an nsresult 2004-05-22 20:01:11 +00:00
roc+%cs.cmu.edu e201d37957 Bug 243757. Handle cases where this view manager's root view is not an ancestor of the view grabbing the mouse. r+sr=bzbarsky 2004-05-22 19:55:01 +00:00
mconnor%myrealbox.com 369ce7f5a1 bug 235740 - missing .cvsignore files, patch by Henrik Gemal (bugzilla@gemal.dk), r=bryner 2004-05-22 19:33:12 +00:00
bzbarsky%mit.edu 7f1e54b18d Backing out to attempt to fix Mac orange. Bug 232691 2004-05-22 19:26:52 +00:00
bzbarsky%mit.edu 9d1344f8ba Test backout to maybe fix mac orange. Bug 232691 2004-05-22 18:49:53 +00:00
bzbarsky%mit.edu b4e581a123 Undef some windows-only macros to fix bustage 2004-05-22 17:36:12 +00:00
myk%mozilla.org b118821968 updating schema 2004-05-22 17:08:48 +00:00
bzbarsky%mit.edu abcad1dc39 Convert users of nsC?String(), nsC?AutoString(), and NS_LITERAL_C?STRING("") to
using EmptyC?String instead.  Bug 232691, patch by Charles Fenwick
<clf03f@garnet.acns.fsu.edu>, r+sr=bzbarsky
2004-05-22 17:04:53 +00:00
myk%mozilla.org 15f664a92d reorganizing directory layout 2004-05-22 16:52:04 +00:00
bzbarsky%mit.edu 6f4d4e2b46 deCOMtaminate nsIWidget::GetChildren. Bug 243724, r+sr=roc (with sr=blizzard
on a previous-but-similar iteration of the patch).
2004-05-22 16:47:13 +00:00
myk%mozilla.org 3afe02e6e0 Don't assume we're in the root dir and intensify some comments about what we should be doing. 2004-05-22 16:43:20 +00:00
myk%mozilla.org 17162ac311 print informative messages to STDOUT instead of a log file. We can use standard shell redirection to put them into a log file if we want. 2004-05-22 14:14:16 +00:00
myk%mozilla.org 18d1d1ac74 Treat compressed files as if they were the same as their uncompressed versions so that we can compress files and not have them be reprocessed. Also, handle bzip2ed files. 2004-05-22 14:09:58 +00:00
roc+%cs.cmu.edu 6b2b823cb6 Bug 243757. Complete propagation of mouse event grabbing to root view manager. r+sr=bzbarsky 2004-05-22 14:03:13 +00:00
mconnor%myrealbox.com bf8fb77166 fixing checkin for bug 233582, check in what was reviewed 2004-05-22 06:43:24 +00:00
bzbarsky%mit.edu ba3fb994fa Use a reflow (without forced repaint) hint for position struct changes. Bug
243882, r+sr=roc
2004-05-22 05:50:12 +00:00
sspitzer%mozilla.org f00543e3e2 fix for bug #244279
Enabling popup blocking from About Popups fails to set the preference.

thanks to neil for the fix.

r=mconnor, sr=dveditz
2004-05-22 05:46:52 +00:00
scott%scott-macgregor.org 23965d12b5 Don't include dom inspector in the installer to help reduce the download size.
You can still get it from the full XPI.
2004-05-22 02:41:04 +00:00
mconnor%myrealbox.com 3fde5da9cc bug 240648 - next button disabled when last checkbox unchecked in Import Wizard, r=ben@mozilla.org 2004-05-22 01:32:19 +00:00
nelsonb%netscape.com ed9a466108 Fix crash when array member is used as variable. Bug 243655. r=relyea. 2004-05-22 01:24:22 +00:00
bryner%brianryner.com 033c0812b5 Fix crashes when dynamically removing input type=file elements by not calling GetValue() during Destroy() since that re-adds the frame to the primary frame map. Bug 203041, 238906, patch originally by mats.palmgren@bredband.net, updated by me, r+sr=bzbarsky. 2004-05-22 01:17:00 +00:00
nelsonb%netscape.com 6481991845 Use "slop time" in nextUpdate validity check for CRLs. Bug 242146.
r=julien.pierre
2004-05-22 01:03:26 +00:00
nelsonb%netscape.com 81bf125709 Add missing license block. Wrap long lines. Bug 243580. r=relyea. 2004-05-22 00:56:46 +00:00
bzbarsky%mit.edu 9199358b2a Followup for bug 73409 -- treat unknown types as text/plain. 2004-05-21 23:31:37 +00:00
neil%parkwaycc.co.uk ed7d7852cc Bug 236215 Stop creating spurious ranges when removing the first or last row from a range r=varga sr=mscott 2004-05-21 22:48:12 +00:00
jst%mozilla.jstenback.com 27f9d2448a Fixing bug 244300, patch by mozilla-bugzilla@future.shiny.co.il. Adding double inclusion protection to nsMutationEvent.h. r+sr=bzbarsky@mit.edu. 2004-05-21 21:54:32 +00:00
bzbarsky%mit.edu 2c0451a21d Add suport for a "text/plain" first arg to document.open() (no support for any
other types, and none really planned).  Bug 73409, r+sr=jst
2004-05-21 21:32:11 +00:00
wchang0222%aol.com 03b5160d92 Bugzilla bug 235381: use the -features=tmplife flag for Sun compilers to
enable Standard C++ lifetime of temporary objects. The patch is contributed
by Andreas Lange <anlan@ida.liu.se>. r=wtc. sr=darin.
2004-05-21 21:28:43 +00:00
jst%mozilla.jstenback.com ba58a7a028 Fixing remaining part of bug 241157 (patch by ben@bengoodger.com). Make nsDefaultEncoder::Decode() properly deal with null valued elements. r=darin@meer.net, sr=jst@mozilla.jstenback.com 2004-05-21 21:23:10 +00:00
jst%mozilla.jstenback.com d7c3908a90 Fixing part of bug 241157. Making it valid for an nsIVariant to hold a interface pointer pointing to null. r=ben@bengoodger.com, sr=darin@meer.net. 2004-05-21 21:19:13 +00:00
rlk%trfenv.com e51273889b how the heck did that get in there! 2004-05-21 21:16:43 +00:00
scott%scott-macgregor.org 01b83830f1 Bug #244247 --> Initial Focus in Help About should be the accept button 2004-05-21 20:12:56 +00:00
amardare%qnx.com db6d034b3d Changes for qnx/photon platform only. They should not affect building/runtime other platforms.
Added support for Pt_ARG_WEB_OPTIONs related to print header/footer.
2004-05-21 20:09:28 +00:00
amardare%qnx.com 37838c73cd Changes for qnx/photon platform only. They should not affect building/runtime other platforms.
Define PHOTON_DND to enable/disable photon's nsDragService from the default build.
2004-05-21 20:07:20 +00:00
mostafah%oeone.com 40118c7513 necessary adjustments to make sunbird 2004-05-21 20:02:42 +00:00
cls%seawood.org 50ca32bf4a Fix viewer in static MSVC SeaMonkey builds.
Bug #237919 r=sdwalker
2004-05-21 19:43:37 +00:00
neil%parkwaycc.co.uk 3f23b6f2e9 Bug 187252 Provide ?? mechanism to insert literal ? in templates r=varga sr=ben 2004-05-21 19:41:33 +00:00
bienvenu%nventure.com 01eb104cf2 fix 244299 handle js exceptions when trying to find identity for reply, sr=mscott, handles case where original account has been deleted/corrupted 2004-05-21 19:10:39 +00:00
neil%parkwaycc.co.uk 255ddf07f0 Bug 243961 Can't drag into the personal toolbar chevron Bug 243692 Personal toolbar chevron should close when item is dragged out p=durbacher@gmx.de r=me sr=jag 2004-05-21 19:10:09 +00:00
aaronleventhal%moonset.net e28c5241bd Bug 243028. Tabbing broken when links have a subtree of nodes rather than just an image or text node. r=bryner, sr=darin 2004-05-21 18:33:07 +00:00
bienvenu%nventure.com 7a040502a1 make reply/forward to a pop3 message use account key, if set, part of global inbox work 30057, sr=mscott 2004-05-21 18:16:42 +00:00
bienvenu%nventure.com d038c70423 fix stop watch cursor selecting an imap folder for the second time while offline, sr=mscott 244282 2004-05-21 17:39:37 +00:00
pkw%us.ibm.com 4281b90a75 Bug 146500 - libgfx_gtk.so needs to link with X libraries on gtk2.
r=bryner@brianryner.com, sr=blizzard@mozilla.org
2004-05-21 15:37:41 +00:00
igor%mir2.org 677ac1cd76 Splitting Main.java into Main.java and GUI-related DebugGui.java 2004-05-21 15:06:36 +00:00
igor%mir2.org 7ceadc8e69 Split Main class into Main and DebugGui to have better debugger/gui separation 2004-05-21 14:25:21 +00:00
igor%mir2.org 1ad8dc2197 Move all logic to open source window at the end of compilation to single update action. 2004-05-21 12:04:47 +00:00
igor%mir2.org 3265deef44 1. Fixing reporting for calls to undefined: stringReg is not suitable for function names if function contains arguments. So Token.NEW/Token.CALL comes with index of potential function name.
2. If debug information is not generated, Context.interpreterLineIndex could contain garbage from previous function invocation leading to ArrayIndexOfBound. Now Context.interpreterLineIndex is initialized at the interpreter entrance and getSourcePositionFromStack checks against absent line numbers.
2004-05-21 11:43:38 +00:00
igor%mir2.org e58d2a671b Move logic to show exception dialog into EnterInterrupt action 2004-05-21 11:27:59 +00:00
peterv%propagandism.org 520c1548cf Trying to fix bustage. 2004-05-21 11:25:38 +00:00
igor%mir2.org 7706f20db2 Test file 2004-05-21 10:53:19 +00:00