Commit Graph

108052 Commits

Author SHA1 Message Date
timeless%mac.com
06e0bc6933 Bug 132209 Many XUL documents are invalid XML (<!DOCTYPE window ...>)
patch by riceman+bmo@mail.rit.edu r=timeless rs=jag
2002-09-02 20:23:29 +00:00
bryner%netscape.com
32dfde5bb0 Removing MOZ_PHOENIX #ifdefs that are no longer needed. 2002-09-02 20:21:31 +00:00
kaie%netscape.com
5852d51b51 b=149694 After importing cert, CA does not appear until restart of CM
r=javi sr=bryner
2002-09-02 14:44:40 +00:00
bolian.yin%sun.com
7f20747d62 Bug 97424, Expanding pasted folders results in hang then crash. r=chanial@noos.fr, sr=jag 2002-09-02 08:08:32 +00:00
bryner%netscape.com
9803bf8f99 Fixing win32 phoenix bustage. 2002-09-02 07:42:57 +00:00
bryner%netscape.com
f103ec6301 Fix bustage by defining MOZ_PHOENIX in RCFLAGS. 2002-09-02 05:13:46 +00:00
blizzard%redhat.com
25b34d9ba2 Bug #121615. 4.x plugins for gtk2. Patch by robin.lu@sun.com. r=blizzard Not part of the default build. 2002-09-02 05:11:10 +00:00
bryner%netscape.com
ad376113e3 Switch to building in browser/app and linking with libxulapp_s, instead of building in xpfe/bootstrap, for Phoenix. Remove some MOZ_PHOENIX #ifdefs that are no longer needed. Not part of the normal build. 2002-09-02 04:03:07 +00:00
timeless%mac.com
07671c37b5 Bug 132209 Many XUL documents are invalid XML (<!DOCTYPE window ...>) patch by riceman+bmo@mail.rit.edu r=timeless rs=jag 2002-09-02 03:36:38 +00:00
bryner%netscape.com
dfda04dd5a Oops - moving MOZ_WINCONSOLE defines up above include of config.mk. 2002-09-02 02:22:10 +00:00
blizzard%redhat.com
70560d1ad1 Bug #164994. Fix nsClipboard.cpp after API change. Patch by mpeseng@tin.it. r=bzbarsky@mit.edu. 2002-09-02 01:48:06 +00:00
bryner%netscape.com
6f2dee8b61 Factor out console linker flags for Win32 (MOZ_WINCONSOLE) into config.mk so that we can use them from elsewhere. r=cls. 2002-09-02 01:47:23 +00:00
bbaetz%student.usyd.edu.au
4e7eefe5e4 Bug 165544 - let mozilla cope with broken socks 4 proxy servers
patch by jra@samba.org (Jeremy Allison), r=bbaetz, sr=darin
2002-09-02 00:36:36 +00:00
darin%netscape.com
8a417ade8c enabling link prefetching on all platforms except XP_MAC for now (b=12274)
r=dougt sr=rpotts
2002-09-02 00:21:48 +00:00
darin%netscape.com
bfcd959e79 pref changes for link prefetching (b=12274) r=dougt sr=rpotts 2002-09-02 00:17:46 +00:00
darin%netscape.com
e9d591121f cache fixes required for link prefetching (b=12274) r=dougt sr=rpotts 2002-09-02 00:17:00 +00:00
darin%netscape.com
095511d011 http changes required for link prefetching (b=12274) r=dougt sr=rpotts 2002-09-02 00:15:43 +00:00
darin%netscape.com
1a8358e655 adding new files for link prefetching (b=12274) [NOT PART OF THE BUILD]
r=dougt sr=rpotts
2002-09-02 00:14:20 +00:00
caillon%returnzero.com
33dff8528e 152553 - "Show Anonymous Content" menu item doesn't reflect the true state because we were checking |false != null| or |true != null| to determine state.
r=timeless sr=bzbarsky
2002-09-02 00:03:43 +00:00
darin%netscape.com
0c002d6e16 fixes bug 163746 "cache block file patch horked support for partial cache
entries [large image requests never load once interrupted]"
r=dougt sr=rpotts
2002-09-01 21:40:45 +00:00
brendan%mozilla.org
e89c55ad77 Store lastIndex in a reserved slot in each regexp instance, mapped by a shared singleton property in RegExp.prototype, for ultimate thread-safety and best sharing (76717, r=rogerl [NB: SpiderMonkey is now a restricted module, a la NSPR]). 2002-09-01 19:57:50 +00:00
bugreport%peshkin.net
0182fbdcfc Bug 166016 checksetup gives torrent of cryptic errors if my_webservergroup is not found
2xr = timeless
2002-09-01 10:29:14 +00:00
jfrancis%netscape.com
5e869d6e83 fix for Bug 78676: selection inside a single <li> shouldn't include bullet. r=fm; sr=kin 2002-09-01 07:43:35 +00:00
leaf%mozilla.org
27ce4a1927 Automated update 2002-09-01 07:24:55 +00:00
seawood%netscape.com
35956ecfb9 Define MOZ_LIBART_LIBS properly for beos.
Bug #163251
2002-09-01 07:22:06 +00:00
leaf%mozilla.org
ad41565212 Automated update 2002-09-01 07:09:53 +00:00
alecf%netscape.com
cfb6488435 add configure.in support for MMX instruction compiler intrinsics 2002-09-01 07:04:15 +00:00
bugreport%peshkin.net
55530103e7 Recheckin due to misapplied patch for bug 123957 2002-09-01 00:45:44 +00:00
bugreport%peshkin.net
83dad43adb Bug 123957 run checksetup.pl non-interactively (for use with cron jobs on test installs)
2xr=bbaetz
2002-09-01 00:33:01 +00:00
caillon%returnzero.com
dc7d252366 128420 - getComputedStyle should raise NOT_SUPPORTED_ERR per the CSS WG.
r=glazman sr=bzbarsky
2002-08-31 19:57:10 +00:00
dougt%netscape.com
3c2d485402 Linux/SPARC w/GCC3 xptcall broken. r=dougt, sr=shaver@mozilla.org, b=144368, patch by davem@redhat.com. 2002-08-31 19:13:50 +00:00
dougt%netscape.com
7e15230028 Linux/PPC g++-3 ABI support for XPCOM. r=me, sr=shaver@mozilla.org, b=142594. 2002-08-31 19:08:57 +00:00
edburns%acm.org
808a924b57 remove these until they can be replaced with JUnit tests 2002-08-31 18:18:26 +00:00
edburns%acm.org
3c8e0ff99b remove these until the can be replaced with JUnit tests 2002-08-31 18:13:17 +00:00
bienvenu%netscape.com
0a30b8b2a5 fix 19420, make sure we override cached redirector type if it changes r/sr=sspitzer 2002-08-31 16:01:33 +00:00
cbiesinger%web.de
8394cd41f0 fixing bustage... the patch had bitrotted 2002-08-31 13:50:00 +00:00
cbiesinger%web.de
91f1408f66 bug 91439 r=pchen sr=darin moa=gagan
about: protocol should be case insensitive
2002-08-31 13:47:39 +00:00
bzbarsky%mit.edu
2ca6027e50 nsIExpatSink changed... deal with that. Not part of build. 2002-08-31 11:57:35 +00:00
seawood%netscape.com
bdae6a3a44 Killing lint warnings.
Thanks to John Carter <cyent@paradise.net.nz> for the patch.
Bug #133704 r=cls
2002-08-31 08:18:27 +00:00
mkaply%us.ibm.com
f4e5fe85fb Not part of build - OS/2 wizard work - downloading of XPI now working - UI is very nicde 2002-08-31 05:49:39 +00:00
wtc%netscape.com
f254659354 Bug 165859: fixed the problem that 'collection' was destroyed twice on
error in nssTrustDomain_FindCertificateByIssuerAndSerialNumber.
2002-08-31 04:52:46 +00:00
bzbarsky%mit.edu
dde7681290 Do not inherit text-transform into inputs and textareas. Bug 150341,
r=glazman, sr=roc+moz
2002-08-31 04:38:57 +00:00
bryner%netscape.com
9f214d42df Use -mdynamic-no-pic when building non-PIC code with gcc 3.1 on MacOS 10.2 (bug 165851). r=cls. 2002-08-31 04:33:02 +00:00
leaf%mozilla.org
d2b9f482b5 Automated update 2002-08-31 04:09:54 +00:00
seawood%netscape.com
2efa196cd8 Remove --enable-java-supplement.
Fix --enable-auto-deps.
Bug #161461 r=bryner
2002-08-31 04:04:49 +00:00
seawood%netscape.com
c1500b0c70 Remove broken --enable-java-supplement option.
Make --enable-auto-deps work.
Remove unused OBJ_PREFIX variable
Add entries to .SUFFIXES to speed up pattern matches.
Bug #161461 r=bryner
2002-08-31 04:03:52 +00:00
edburns%acm.org
8cc1c14cdf linux 2002-08-31 02:46:40 +00:00
edburns%acm.org
b20d8e8183 update 2002-08-31 02:09:42 +00:00
edburns%acm.org
c49f111ac8 comment_out_Meta 2002-08-31 02:09:12 +00:00
bugreport%peshkin.net
f7a2fc8ddc Bug 121419 - If multiple cookies exist, the least significant is assigned.
2xr = bbaetz

Also fixes Duplicate Bug 165685 When switching from no cookiepath to using cookiepath, old cookie gets in the way
2002-08-31 01:53:12 +00:00