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

95617 Коммитов

Автор SHA1 Сообщение Дата
bbaetz%student.usyd.edu.au dba349965d Bug 119625 - can't POST forms
Patch by christophe.fergeau@laposte.net, r=bbaetz, sr=beng
2002-01-12 23:56:42 +00:00
dougt%netscape.com e99ddaaeee Removing monitor from FreeService() call. See bug 117218 for details, but basically we can run into a deadlock at shutdown. This patch assumes that (a) gXPCOMShuttingDown is set only by the UI thread during xpcom shutdown and (b) that all public API's check this flag before calling into the hashtable. r=dbaron@fas.harvard.edu, sr=brendan@mozilla.org 2002-01-12 23:35:57 +00:00
beard%netscape.com 5952b13ce9 Switch to Collector::InstanceOwner templates 2002-01-12 17:40:36 +00:00
beard%netscape.com 26122ae1ae support for collecting C++ arrays 2002-01-12 17:39:41 +00:00
relyea%netscape.com 57e5fbda2e Fix nickname check for filtering cert lists. 2002-01-12 16:43:29 +00:00
chak%netscape.com 64158e99f8 #111320 - Add ViewFrameSource/OpenFrameInNewWindo context menus
sr=jst
2002-01-12 15:11:06 +00:00
namachi%netscape.com 77c92f7bd9 This patch is to avoid overwriting the COD files. COD files are generated to
debug crashes happening in the Release Builds.
Bug No = http://bugzilla.mozilla.org/show_bug.cgi?id=116473
r=leaf
sr=dveditz
2002-01-12 14:41:01 +00:00
rods%netscape.com ca41a066b5 This enables platforms to set a pref as to whether they allow print from print preview.
Bug 118623 r=roland sr=attinasi
2002-01-12 12:58:46 +00:00
rods%netscape.com cdc13df2f5 New print dialog doesn't show the right default printer in windows if the printer is a networkprinter
Bug 118409 r=dcone sr=self
2002-01-12 12:45:49 +00:00
rods%netscape.com 686c4c65aa Reviewing PrintSettings arguments from print and printpreview calls they should not have been added
Bug 118352 r=dcone sr=jst
2002-01-12 12:37:31 +00:00
rods%netscape.com cda7110edf Gets title and url from PrintService instead of PrintSettings
Bug 117894 r=dcone sr=attinasi
2002-01-12 12:32:32 +00:00
rods%netscape.com 8ce8a77114 Better error failure when certain types of error occur during printing
No longer tries to print IFrames or other sub-documents with display:none
Sets title and url into PrintService from PrintSettings
Sets "IsCancelled" on PrintSettings/Service when Print Dialog is cancelled (patr of 118017)
Bug 117894 r=dcone sr=attinasi
2002-01-12 12:31:05 +00:00
rbs%maths.uq.edu.au cf9d24490b Continuation of tyding 2002-01-12 08:06:08 +00:00
seawood%netscape.com 1987db669c Use DIST instead of DEPTH/dist 2002-01-12 07:59:43 +00:00
blizzard%redhat.com 5a6c5cb760 Checkpointing changes. Get adding and removing event queues working properly. Change printf() logging to prlog logging. Get window modality working. (Check it out, modal dialogs only block their parents!) Oh. Right. Not part of the build. 2002-01-12 07:14:54 +00:00
seawood%netscape.com b0114ce77b Remove clearing of MAKE_DIRS so that we can set MAKE_DIRS before including rules.mk 2002-01-12 06:58:53 +00:00
blizzard%redhat.com 56353aaf8d Bug #115085. gtkmozembed does not support custom directory service providers. Patch from John Corwin <jcorwin@us.ibm.com>. r=mkaply, sr=blizzard 2002-01-12 05:04:57 +00:00
bryner%netscape.com f8baeda2dd Initial checkin of gtk native theme renderer. Contains support for buttons and checkboxes. Not part of the build, to enable set NATIVE_THEME_SUPPORT=1. 2002-01-12 04:56:37 +00:00
cathleen%netscape.com 92d4fbf218 converted 271 references to nsCRT::memcpy to memcpy, bug 118135 r=dp 2002-01-12 03:18:55 +00:00
dbaron%fas.harvard.edu e7e310a9bd Clean up QueryInterface implementation. Patch by Roland Mainz <Roland.Mainz@informatik.med.uni-giessen.de>. r=dbaron sr=sfraser b=111088 2002-01-12 03:14:03 +00:00
rbs%maths.uq.edu.au a83e90c318 Compact code - use a helper function for a re-usable chunk of code 2002-01-12 03:04:14 +00:00
alecf%netscape.com bd2a6aec4a fix take 2 on bug 114134, crashes when reading utf8 strings from dtds/etc
r=dbaron, sr=jag
when multi-byte characters crossed a buffer boundary, we weren't correctly backing up and instead tried to decode the half-loaded utf8 character... in addition, our new "remainder" count was completely broken - we were adding the old remainder to the new remainder, when in fact we had just consumed the old remainder
2002-01-12 02:38:08 +00:00
beard%netscape.com 82acf443bb Simplified collector support by defining scan methods, and using Collector::Owner<T>. 2002-01-12 02:27:51 +00:00
beard%netscape.com c93fca0847 Added templatized subclass of Collector::ObjectOwner to simplify the GC contract. 2002-01-12 02:27:01 +00:00
beard%netscape.com 7ea1754cd3 Fix windows bustage. 2002-01-12 02:26:14 +00:00
hewitt%netscape.com 6a9212cec2 116366 - js error in tabbrowser, r=blake, sr=hyatt 2002-01-12 02:12:54 +00:00
hewitt%netscape.com b82b838162 104401 - eliminate mOuter aggregate from nsXULElement (r=waterson, sr=hyatt) 2002-01-12 02:08:22 +00:00
hewitt%netscape.com ff3c767a4a 116341 - asking the column picker column for cell text, r=sspitzer, sr=blake 2002-01-12 02:01:32 +00:00
hewitt%netscape.com 6d3c24f44e 116010 - tooltips over autocomplete or menulists will size themselves to source, r=hyatt, sr=blake 2002-01-12 01:59:50 +00:00
rginda%netscape.com 18247e0258 add missing file 2002-01-12 01:41:58 +00:00
beard%netscape.com 3420ef9253 Fix mac bustage: jschar* and PRUnichar* aren't compatible. 2002-01-12 01:40:15 +00:00
hewitt%netscape.com 21d32da152 116341 - asking the column picker column for cell text, r=sspitzer, sr=blake 2002-01-12 01:26:17 +00:00
hewitt%netscape.com 21a434f715 115632 - crash addreffing (nsIWidget *) in GetClientX, r=timeless, sr=alecf 2002-01-12 01:22:09 +00:00
darin%netscape.com b7c1f99a52 these files no longer need to include nsEscape.h 2002-01-12 01:21:40 +00:00
hewitt%netscape.com 7f0e98bdd5 104401 - eliminate mOuter aggregate from nsXULElement, r=waterson, sr=hyatt 2002-01-12 01:20:29 +00:00
darin%netscape.com 3de33f888b cleaning up some comments 2002-01-12 01:19:45 +00:00
hewitt%netscape.com 43cda34734 70858 - [XUL 1.0] Implement <listbox>, r=evaugahn, sr=hyatt 2002-01-12 01:18:10 +00:00
srilatha%netscape.com e48f9f1c5d Fix for bug 102766. Moving localizable mapi files to en-win.jar
r=racham@netscape.com, sr=sspitzer@netscape.com
2002-01-12 01:10:15 +00:00
srilatha%netscape.com 24a87fbb19 Fix for bug # 92437. Cleaning up code in this file
r=racham@netscape.com, sr=sspitzer@netscape.com
2002-01-12 01:06:02 +00:00
wtc%netscape.com f11b7d2893 Bugzilla bug 118631: a correct implementation of _PR_CreateOS2Process.
The patch is contributed by Michael Kaply <mkaply@us.ibm.com>.
r=Javier Pedemonte.
2002-01-12 01:05:02 +00:00
rginda%netscape.com 64f0128f80 bug 115695, rs=brendan, venkman only
ui changes related to pretty print support
2002-01-12 01:01:02 +00:00
rginda%netscape.com 73855845b3 bug 115695, rs=brendan, venkman only
netive changes relating to pretty print support, includes...
* remove jsdIPC interface, replaced with ulong offsets from PC 0.
* add |pcmap| parameter to select between sourcetext/prettyprint linemaps (pcToLine, lineToPc, and isLineExecutable.)
* add |functionSource| property to jsdIScript.
* add |tag| to jsdIScript.
* fixed potential jsdIScript leaks.
2002-01-12 00:56:35 +00:00
bryner%netscape.com 869a967c81 Dispatch a custom DOM event when the selected item is changed, needed for XBL dropdown lists. Bug 112713, r=jkeiser, sr=jst. 2002-01-12 00:53:15 +00:00
bryner%netscape.com 0f17dbccdc Removing unused file xp_list.h. r=cls. 2002-01-12 00:51:51 +00:00
oeschger%netscape.com a1b6cf4f78 just adding a new html help file for cotter, r=oeschger 2002-01-12 00:34:04 +00:00
aaronl%netscape.com 2ac3026a93 Bug 118851. Active Accessibility: return i18n compatible names again. r=jgaunt, sr=hewitt. Bug 119312. Active Accessibility: GetAccFocused needs to return the IAccessible for the currently focused node. r=jgaunt, sr=alecf 2002-01-12 00:23:06 +00:00
naving%netscape.com c59f91b929 119350 r=nhotta sr=sspizter. make cross-folder msgNavigation follow the folder-pane sort order. 2002-01-12 00:11:07 +00:00
nhotta%netscape.com 0ee20025a9 Added wstring version of MakeFullAddress to nsIMsgHeaderParser,
changed non wstring functions to noscript because they need UTF-8 string and are not scriptable,
bug 118010, r=ducarroz, sr=sspitzer.
2002-01-11 23:52:15 +00:00
cotter%netscape.com b2edd12cd4 ongoing privacy & security help content updates, r=oeschger; minor updates to keep help targets in synch with latest content changes. 2002-01-11 23:40:50 +00:00
ian.mcgreer%sun.com aaba769038 *sigh*
fixed backward compatibity tests, but broke current version.  will have to rework.
2002-01-11 23:37:37 +00:00