Commit Graph

4271 Commits

Author SHA1 Message Date
matt%netscape.com
803318b991 fix for bug 27899. commenting out line. tree row and item where mixed. 2000-02-24 00:24:32 +00:00
mcafee%netscape.com
4a79d7baf0 Backing out my fix for hiding the IRC menu (28192) r=slamm,shaver,hyatt a=jevering 2000-02-24 00:13:17 +00:00
jbetak%netscape.com
19d1eed6ab bug 24027, Static Charset Menu Customization for Beta1 (clean-up)
a=bobj
r=matt
2000-02-24 00:04:53 +00:00
tonyr%fbdesigns.com
f2e1874e18 Removed leading "." from "Import Utility". bug# 28721, r=none, a=phil 2000-02-23 23:02:00 +00:00
slamm%netscape.com
556c70b06f Fix crash on panel add (bug 28843). Add resource after assertions instead of before. r=waterson a=jar,jevering 2000-02-23 22:52:16 +00:00
valeski%netscape.com
c95694e6fc 28782. a=jar. r=alecf. Changing a string name for User Agent use. Also adding a version 2000-02-23 22:44:43 +00:00
ben%netscape.com
af7004960f formatting problems caused by malevolent deck rules in global.css, PDT+ b=28113, r=waterson, a=jevering 2000-02-23 21:08:26 +00:00
cmanske%netscape.com
ae27202267 Fixed open location not working when loading into Composer, bug 28683, r=matt, a=jevering 2000-02-23 20:22:21 +00:00
danm%netscape.com
933477f2ad putting size and position persistence on a timer to ease chunky movement. r=scc a=jar 2000-02-23 20:07:31 +00:00
saari%netscape.com
d676da23d8 Add platformBrowserBindings for cut/copy/paste on MacOS and Windows to fix PDT+ bug 28680. r=pinkerton, a=jar 2000-02-23 05:01:48 +00:00
waterson%netscape.com
671edd100b Bug 28640. Be sure to addref before returning interface. r=rjc, a=jevering 2000-02-23 02:41:46 +00:00
mcafee%netscape.com
f24a92a43b Adding pref to hide IRC menu (28192) r=matt,hyatt a=jar 2000-02-23 01:38:52 +00:00
jbetak%netscape.com
927fc99237 bug 24027, Charset Menu <Static> area: read from prefs and have editing UI
r=matt
a=bobj
2000-02-23 00:44:25 +00:00
cata%netscape.com
5a58040012 Listener code for the onload event. r=hyatt, a=bobj bug #28108. 2000-02-23 00:00:26 +00:00
slamm%netscape.com
96613aea4c Make new panel show up after addPanel() call (bug 28073). Fixed by appending element *after* other assertions and by grouping assertions with 'inbatch' assertion. This is the same way the customize dialog does it. r=waterson a=chofmann. 2000-02-22 22:33:07 +00:00
waterson%netscape.com
6d0ebbccfd Bug 27855. Use an event instead of a timer to flush the event queue when the app is shutting down. r=syd, a=jevering. 2000-02-22 06:01:57 +00:00
jdunn%netscape.com
c63a7c3d44 r=cls@seawood.org
a=leaf@netscape.com
# 28114
Adding MOZ_TIMER_LIBS to EXTRA_DSO_LDOPTS because there is now a TIMER
dependency in this sharedobject (see nsBrowserInstance.cpp)
2000-02-22 03:55:32 +00:00
dougt%netscape.com
ec5ba812cc Fix to make this makefile produce a simple program which is named different
from the shared lib. Also fixes VMS bustage  Submitted by colin@theblakes.com, r=me, a=jevering.
2000-02-22 01:02:09 +00:00
slamm%netscape.com
a34518bbc4 Include js file strres.js to fix JS error. Bug 27430. r=mcafee a=leaf 2000-02-21 22:30:14 +00:00
dveditz%netscape.com
a63ee75907 Bug 23941 speed up install on Mac, r=cathleen, a=jar;
Bug 12817 no Autoreg (in optimized builds) unless xpinstall detects flag indicating install has happened or build number changed, r=dp, a=jar;
Bug 23859 add wstring API to nsIRegistry for profile manager/i18n, r=gayatrib, a=jar;
2000-02-20 03:12:59 +00:00
hyatt%netscape.com
acc2425157 Fix for PDT+ bug #27963. r=saari 2000-02-19 23:55:24 +00:00
hyatt%netscape.com
016cb117dc Fix for PDT+ bug #27963. r=saari 2000-02-19 23:49:34 +00:00
mcafee%netscape.com
5b6ce4082a Update to legal copyright blurb. r=mitchell,waterson (27477) 2000-02-19 04:00:08 +00:00
hangas%netscape.com
49fde4e061 First phase of fix for 28144. This checkin is to make our chrome widgets look more professional. They now look much more like the spec. This changed the look for titledbutton, tab, input, checkbox, radio button, and select widgets. Some other widgets had minor changes to colors, paddings, and margins. r=german, a=phil. 2000-02-19 02:44:24 +00:00
mscott%netscape.com
9a7c1b0e8e Bug #27419 --> if uri load had a window target name and a window
with that name didn't exist yet, we weren't creating a new window,
instead we were loading it in the current window. Now we properly
fall through to the create new content handler case.
r=travis
a=phil
2000-02-19 02:05:52 +00:00
attinasi%netscape.com
143cde5bc7 Made the PageCycling work in optimized builds if MOZ_PERF=1 is set. Added a timer to the PageCycler so we can timeout if the page never finishes loading. Added -ftimeout command line param to set the timeout, if one is desired. r=warren a=rickg b=28056 2000-02-19 01:06:40 +00:00
attinasi%netscape.com
efba4a3503 Added static lib needed for nsTimer. r=warren a=rickg b=28056 2000-02-19 01:04:31 +00:00
waterson%netscape.com
85010931c6 Bugs 27271, 27947. Re-order menu creation so that RDF-generated menus are created simultaneously with XUL content. Use style rather than content tree crawling to avoid over-eager creation of menu content. r=hyatt,danm a=jevering. 2000-02-19 00:56:13 +00:00
rjc%netscape.com
28e47c0e78 Part of fix for bug # 28126: new search datasets from Netcenter. Review: me Approval: jar 2000-02-18 23:49:33 +00:00
waterson%netscape.com
0d668654d0 Bug 20840. Get 'Open Windows' and 'Mozilla' buttons working on the taskbar again. Re-factored 'blue toolbar' menu rules, promoting to global.css so that they could be shared with taskbarOverlay.xul. r=hangas, a=jevering 2000-02-18 00:51:48 +00:00
alecf%netscape.com
3058b6d6aa fix for #27630 (missed this file in an earlier checkin, so r=ben)
a=phil, chofmann
2000-02-17 23:37:04 +00:00
jdunn%netscape.com
080142580c Fix problem with NS_IF_ADDREF on member variables inside of const
member functions.  This includes removing all references to
NS_DEF_PTR and the including of nsIPtr.h

r=troy@netscape.com,dougt@netscape.com,scc@netscape.com
# 28114
a=chofmann@netscape.com
2000-02-17 23:19:18 +00:00
cls%seawood.org
e08ef4f88e Build bustage fix. Can we setup a tinderbox to use NSDISTMODE=copy? r,a=leaf 2000-02-17 21:46:28 +00:00
sspitzer%netscape.com
014edcb58f fix for #28163, r=dp, a=jevering
force the debug builds to have the checkin guidelines for the start page.
2000-02-17 21:36:16 +00:00
morse%netscape.com
c757236b97 bug 27027, remove wallet, r=matt, a=jar 2000-02-17 21:27:51 +00:00
sspitzer%netscape.com
ff7d1c07c2 turning off these printfs, except for saari. a=phil 2000-02-17 21:19:11 +00:00
jdunn%netscape.com
247a0084da fixing unresolved symbols at link time
# 28114
r=cls@seawood.org
a=chofmann@netscape.com
2000-02-17 04:53:08 +00:00
sspitzer%netscape.com
4f37660d7e fix for #24916, implement the "first time startup page" r=alecf, a=jevering 2000-02-17 02:27:21 +00:00
ben%netscape.com
b64a6cdbb2 fix for PDT+ b=27732, r=rjc, a=jar 2000-02-17 01:51:23 +00:00
ben%netscape.com
364a13c340 fix for hang in treeview on multiple search engine search, r=rjc, a=jar 2000-02-17 01:50:41 +00:00
sfraser%netscape.com
74658167df Fix the nsIBrowserInstance.h problem, by changing the output file for the headers target to something that does not conflict with another project. r=jj,a=jj. This is required to fix the Mac depend tinderbox. 2000-02-17 00:30:28 +00:00
evaughan%netscape.com
c7ba739a87 Box performance fix.
-r jevering
2000-02-16 23:00:52 +00:00
sspitzer%netscape.com
ff10232470 I broke -f, which would mean I broke bloaty, except I fixed it.
a=alecf who is the sheriff
2000-02-16 09:14:40 +00:00
sspitzer%netscape.com
715edae005 adding this to fix build bustage. r=rginda 2000-02-16 08:21:16 +00:00
sspitzer%netscape.com
1f63915cc1 fix for build breakage, we hope. r=rginda 2000-02-16 08:10:09 +00:00
cata%netscape.com
6be06a55f6 tiny JS fix 2000-02-16 07:52:56 +00:00
davidm%netscape.com
31f6ffde6d 20893 Cache preferences need to be hooked up r = ben@netscape.com 2000-02-16 07:52:43 +00:00
vishy%netscape.com
002c14c1f4 bugsplat=384817, need id here to dynamic overlay from commercial tree 2000-02-16 07:50:23 +00:00
law%netscape.com
861c915827 Convert local path to file URL when coming back from "Choose File...". This avoids screwing up Mac local paths. b=26632, r=ben@netscape.com 2000-02-16 07:35:44 +00:00
cata%netscape.com
7e59ab156c Charset menu cache. r=nhotta bug #24030 2000-02-16 07:26:47 +00:00