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

120043 Коммитов

Автор SHA1 Сообщение Дата
timeless%mozdev.org 7361f0325f Static build bustage
Change for Bug 124958 should not have changed the static build
2003-06-14 00:18:12 +00:00
brendan%mozilla.org 12de161f6f Try to fix HPUX bustage. 2003-06-14 00:10:09 +00:00
brendan%mozilla.org 1758ac34e1 Need jsconfig.h and #if JS_HAS_XDR...#endif around guts of file (208586, r=pschwartau). 2003-06-13 23:58:36 +00:00
caillon%returnzero.com aec3f8c974 Missed a few files. Fixing mac bustage 2003-06-13 23:47:44 +00:00
caillon%returnzero.com e65edb967b Mac bustage fixes. 2003-06-13 23:26:24 +00:00
caillon%returnzero.com 378c1f8872 Bustage fix. 2003-06-13 23:22:22 +00:00
rogerl%netscape.com d2ed0c3b0d Cleanups around new argSlots 2003-06-13 22:48:34 +00:00
nisheeth%netscape.com 5b1e15b50a Fix for bug 209338. r=harishd@netscape.com, sr=jst@netscape.com. Make nsSoapEncoding instantiable from JS again. 2003-06-13 22:38:09 +00:00
caillon%returnzero.com 0db192dac1 Reducing webservices codesize from my checkin to bug 209087 r+sr=jst 2003-06-13 22:31:49 +00:00
caillon%returnzero.com 831a474d17 Fixing some bustage for cocoa and debug builds 2003-06-13 22:02:42 +00:00
jshin%mailaps.org c1c5164316 wrapping up bug 162765 : r=cbiesinger, sr=bz : Make the disposition method
comparison use EqualsIgnoreCase without the 2nd argument (length) when
parsing Content-Disposition header in http
2003-06-13 21:46:07 +00:00
rogerl%netscape.com 543d854cd0 Finally a working version of argSlots fixes 2003-06-13 21:43:34 +00:00
timeless%mozdev.org 193d42cfcd Static build bustage
Change for Bug 124958 should not have changed the static build
2003-06-13 21:40:06 +00:00
dbaron%dbaron.org 71aa3957f7 I don't think alecf meant to check in these printfs. 2003-06-13 21:37:02 +00:00
brendan%mozilla.org e053dfcfc1 - Add an environment object, to reflect the shell's environment variables.
- Cleaned up command line argument processing so the arguments object is
  available to all scripts (-f foo.js or the final bar.js non-option arg).
  Also made - work in all cases (-f - or - as the final arg) to mean stdin.
- Miscellaneous formatting and style cleanup.
2003-06-13 21:25:10 +00:00
nisheeth%netscape.com 1a8dc91aef Fix for bug 203847. r=smontagu@netscape.com, sr=kin@netscape.com. Make sure that dragged file is deleted from temporary location. 2003-06-13 20:38:43 +00:00
caillon%returnzero.com 2df173e9c8 Bug 209087
Content interface out-parameters should use ptr-to-ptrs instead of ref-to-ptrs and some small deCOMtamination.
r+sr=jst@netscape.com
2003-06-13 20:10:01 +00:00
pschwartau%netscape.com 9bdc9ea55b Improving readability. 2003-06-13 18:09:45 +00:00
rogerl%netscape.com f59ec9ff9a BROKEN latest arg slots changes 2003-06-13 17:34:39 +00:00
timeless%mozdev.org ac9af605d4 Bug 124958 Crash on startup in OpenBSD in static constructor calls
global variables are shared by all shared libraries
patch by wilfried@spamcop.net r=dougt
2003-06-13 17:05:56 +00:00
neil%parkwaycc.co.uk c80f2d50a7 Bug 207634 filtering in about:config r=caillon sr=sspitzer 2003-06-13 17:01:49 +00:00
jake%bugzilla.org 9abf2cc62f Fresh docs compile (first one w/a PDF version). 2003-06-13 16:41:34 +00:00
jake%bugzilla.org 6a31eb860c Optionally create a PDF version of the docs. 2003-06-13 16:37:12 +00:00
neil%parkwaycc.co.uk 3dce54676d Bug 206668 tabbrowser tab issues with Mac Classic theme (retargetting problem) p=shliang r=me sr=jag 2003-06-13 13:44:10 +00:00
neil%parkwaycc.co.uk da612cac58 Bug 69329 Use plain text editor for HTML source (also implements find in HTML source) r=brade sr=alecf 2003-06-13 12:55:17 +00:00
glazman%netscape.com cec973c86c error in nsHTMLEditor::SetFlags(), has side-effects on CSS editing; b=209086, r=brade, sr=kin 2003-06-13 12:39:35 +00:00
locka%iol.ie 3f651931a8 Link to common activex lib. b=206901 r=dbradley@netscape.com sr=alecf@netscape.com 2003-06-13 11:56:50 +00:00
locka%iol.ie 450107faf4 Link to common activex lib, implement get_all functionality. b=206901 r=dbradley@netscape.com sr=alecf@netscape.com 2003-06-13 11:46:04 +00:00
locka%iol.ie e8e9fed2ac Link to common activex lib. b=206901 r=dbradley@netscape.com sr=alecf@netscape.com 2003-06-13 11:45:07 +00:00
locka%iol.ie 786668a3bb Remove files that have moved into common activex lib. b=206901 r=dbradley@netscape.com sr=alecf@netscape.com 2003-06-13 11:44:24 +00:00
locka%iol.ie a91b05849c Enable building of common activex lib. b=206901 r=dbradley@netscape.com sr=alecf@netscape.com 2003-06-13 11:43:03 +00:00
shliang%netscape.com 16c0e253ec bug 207456, tabbing sometimes skips enabled elements. r/sr=jag 2003-06-13 07:39:57 +00:00
samuel%sieb.net f18000519f Bug 205850 - add "rightmargin" and "bottommargin" keywords
r+sr=bz
2003-06-13 05:00:35 +00:00
jshin%mailaps.org 245a450695 a part of bug 162765 (r=cbiesinger, sr=alecf) missed in the previous commit.
RFC 2231 support (with RFC 2047 fallback) in Content-Disposition header
in http for file download.
2003-06-13 04:18:01 +00:00
timeless%mozdev.org ca2d793e9e Bug 77192 MOVED is not handled properly on queryhelp.cgi.
r=justdave a=justdave
2003-06-13 02:50:50 +00:00
timeless%mozdev.org 82d5bbebbf Bug 207096 minor spelling fixes for Bugzilla/Search.pm
r=justdave a=justdave
2003-06-13 02:39:20 +00:00
pschwartau%netscape.com 6b9c65b8d7 Improving readability. 2003-06-13 01:18:18 +00:00
timeless%mozdev.org fc7c17df5a Bug 190772 make-tree.pl sort order isn't very friendly
r=dbaron
2003-06-13 01:10:19 +00:00
bryner%netscape.com fb7f3dc4e6 Port of seamonkey fix for bug 89214 - caret blinking in URL bar when focus is elsewhere 2003-06-12 23:09:59 +00:00
pschwartau%netscape.com 288425ab00 Initial add. Regression test for bug 209067.js 2003-06-12 23:07:27 +00:00
rogerl%netscape.com 08faa0a338 BROKEN, changing argument allocation strategy 2003-06-12 23:02:51 +00:00
bienvenu%netscape.com 4d3d422822 fix 43297, messages w/o x-mozilla-status line lose their read state when database regenerated, add x-mozilla-status header when compacting folder, r/sr=sspitzer 2003-06-12 22:25:55 +00:00
scott%scott-macgregor.org 15bb152801 synch with the trunk to pick up Bug #206379 2003-06-12 22:17:46 +00:00
jshin%mailaps.org eb93104d96 bug 167265 : add to necko Content-Disposition header handling per RFC 2231 (with
fallbacks to RFC 2047 and raw 8bit chars in |aOriginCharset| ) necessary for
i18nized filename support (when downloading files via http) :
r=cbiesinger, sr=alecf
2003-06-12 21:57:49 +00:00
locka%iol.ie e0822216e1 NOT PART OF BUILD. Fix test app to work with new location of some files it needs moved by bug 206901 plus improve layout and properly monitor command state change events. 2003-06-12 20:48:43 +00:00
locka%iol.ie c6437cebb7 Move IE DOM classes and other shared classes out of control and into a common dir. b=206901 r=dbradley@netscape.com sr=alecf@netscape.com 2003-06-12 20:30:09 +00:00
harishd%netscape.com 85570db892 Grant access to SOAP response document's properties and also allow the document to be serializable. b=193953, r=heikki@netscape.com, sr=jst@netscape.com 2003-06-12 20:18:34 +00:00
kaie%netscape.com 5cb8507581 b=209168 Mozilla Mail S/Mime instructs NSS to import the wrong certs
r=relyea sr=kin
2003-06-12 20:03:40 +00:00
kairo%kairo.at ccd0707c81 bug 207642 - update localeVersion for 1.5a, also update contents-platform.rdf and contents-region.rdf files, r=rchen, sr=blizzard 2003-06-12 15:19:21 +00:00
peterv%netscape.com 462495e622 Another attempt at fixing BeOS bustage. 2003-06-12 14:58:21 +00:00