Commit Graph

873 Commits

Author SHA1 Message Date
tbogard%aol.net
c818f63d00 Removed forward declare of unused class nsIBrowserWindow. 2000-02-11 01:15:07 +00:00
rjc%netscape.com
6cd9f54a84 Fix bug # 20542: make global history flush-able, and try and flush in on Shutdown() 2000-02-11 00:51:33 +00:00
ben%netscape.com
ff25edb9ee forgot to check this in with my localisability fixes last night (those were r=jst@citec.fi) 2000-02-11 00:48:37 +00:00
ben%netscape.com
362103c7d3 fixes for localisability of navigator package (removed hardcoded english strings ) (r=jst@citec.fi),
small formatting fix for navigator to prevent whitespace at top of mac navigator window
2000-02-10 06:46:50 +00:00
norris%netscape.com
2b4b436f5f Fix 25062 Reload vulnerability
25206 Reload vulnerability #2
Implement grant dialogs and persistence for capabilities.
most r=mstoltz, some code from morse w/ r=norris
2000-02-10 04:56:56 +00:00
evaughan%netscape.com
b361107ebe 1) implememted box reflow coelescing.
2) implemented gfx scrollbars for list boxes
3) fixed progess meter to be an animated gif
4) fixed bugs 23521, 24721, 19114, 20546, 24385, 24457, 23156, 20226, 22543

-r hyatt, troy, rod
2000-02-09 22:02:40 +00:00
matt%netscape.com
5008f42a29 fix for bug 11870 26458 r=ben 2000-02-09 01:44:49 +00:00
tbogard%aol.net
8784e4d323 Properly unregister the content listener when browser instance service goes away. This is a temporary fix until command service changes can be properly factored. r=mscott bug #26979 2000-02-08 22:47:51 +00:00
tbogard%aol.net
840c8350e1 GlobalWindow now calls up nsIDocShellTreeOwner rather than nsIBrowserWindow. GlobalWindow has mostly been re-organized as well as cleaned up to provide this new functionality. DocShellTreeOwners got implementations filled in and many bugs fixed. nsIScriptGlobalObject now talks in terms of docShells instead of webShells. Fixed a number of cases where people were walking through content viewers etc to get to a presShell and changed them to simply ask for the presShell from the docShell. GlobalWindow now deals completely in terms of docShells. r=vidur 2000-02-08 13:40:10 +00:00
matt%netscape.com
0b1f0f2dec Adding search logic to url bar r=bill 24582 2000-02-08 03:31:22 +00:00
sspitzer%netscape.com
72e8a9e317 make it so -chrome <chrome url> does the right thing.
r=mscott
2000-02-08 03:12:39 +00:00
sspitzer%netscape.com
9431eb3736 more changes to get everyone using my arbitrary command line handling.
removing "calendar" from the appearance pref panel, there is no calendar in
5.0.
r=mscott
2000-02-08 01:11:13 +00:00
scc%netscape.com
73802d6f2e Pro5 update 2000-02-07 23:06:04 +00:00
sford3%swbell.net
36ee4d8759 adding navigator.properties, more i10. r=sspitzer 2000-02-05 21:44:48 +00:00
alecf%netscape.com
4d28cb2da0 switch from nsAutoCString to nsCAutoString r=sspitzer 2000-02-05 06:13:01 +00:00
alecf%netscape.com
7bbc59b3cc fix badly spelled variable, also fixes bustage 2000-02-05 05:55:30 +00:00
sford3%swbell.net
c69e691559 Part of my last checking, and r=ben 2000-02-05 05:19:44 +00:00
sford3%swbell.net
231a0f8899 fixing 26475, moving some text in navigator.js to a string bundle 2000-02-05 05:18:40 +00:00
mscott%netscape.com
0ad75b2c5f more prepation for docshell landing. Implement IsPreferred and move implemtation of CanHandlecontent from the
application layer into the webshell/docshell layer.

r=traivs
2000-02-04 08:44:46 +00:00
mcafee%netscape.com
0c27e49ad6 Switching Send Link & Send Page menu items (5659), r=akkana 2000-02-04 08:39:15 +00:00
rjc%netscape.com
25b9ae78b1 Part of fix for bug # 24416: use temp file when writing out bookmarks to try and reduce loss of data due to any crashes. 2000-02-03 23:34:55 +00:00
ben%netscape.com
0a67a598f2 fixing appearance of personal toolbar items per 15558, r=waterson 2000-02-03 03:23:04 +00:00
law%netscape.com
03142628e0 Delay closing dialog slightly to avoid timing bug on Linux; b=?????, r=danm@netscape.com 2000-02-01 22:40:30 +00:00
pinkerton%netscape.com
ff5704575e native clipboard/d&d impls now handle text/plain internally, always providing text/unicode to a client. fixes bugs 8427 and 24010. r=scc. 2000-02-01 22:26:21 +00:00
pp%ludusdesign.com
48e640ed4f Conversion to NS_GET_IID(). Bug #20232, r=scc@netscape.com 2000-02-01 14:26:27 +00:00
rjc%netscape.com
ef519570f0 More changes for bug # 24959: sidebar search panel changes. 2000-02-01 03:06:46 +00:00
mscott%netscape.com
ee72520994 Part of docshell/webshell landing prep work. The doc loader is being re-factored into the uri loader.
r=travis
2000-01-29 06:08:52 +00:00
michael.lowe%bigfoot.com
c76eb61269 Repositioning offline menu item in browser (bug 24044) 2000-01-29 02:52:36 +00:00
dcone%netscape.com
e31204f271 support for regression testing. r=rods 2000-01-26 15:14:41 +00:00
tbogard%aol.net
09ffeda71a Fixed case to match the changes in case of nsIWindowMediator. 2000-01-26 03:14:50 +00:00
mcafee%netscape.com
b1c7b6a26c Fixing typo (24714), r=pavlov 2000-01-26 01:10:06 +00:00
pinkerton%netscape.com
7083d999f9 moving d&d into a separate file: navigatorDD.js r=shaver. 2000-01-26 00:57:26 +00:00
pinkerton%netscape.com
29cc091f5f moving all d&d code into a separate file: navigatorDD.js (r=shaver). 2000-01-26 00:55:31 +00:00
pinkerton%netscape.com
423a189db3 adding navigatorDD.js and bookmarksDD.js to the builds. 2000-01-26 00:54:36 +00:00
hyatt%netscape.com
0dfb94bf0a Fixes for bugs: 18193, 13971, 23440, 18444, 21462, 21818, 22619, 23498, 24081, and 21972. r=just about everybody. 2000-01-25 06:35:27 +00:00
pinkerton%netscape.com
52d4de7655 First Checked In. 2000-01-25 04:14:02 +00:00
michael.lowe%bigfoot.com
abd3e8f870 Redesigned open web location dialog (bug 23950) r=ben@netscape.com 2000-01-23 03:31:17 +00:00
michael.lowe%bigfoot.com
4f39a0f977 Minor changes to menu item capitalisation 2000-01-23 00:53:04 +00:00
mcafee%netscape.com
2621ddcf15 Fix for (24303), Top-level PToolbar items that are folders, that have contents, were appearing black. Reverting bmenu class rename back to bookmarkFolder. Added rules to match menu item color with toolbar. r=hyatt, a=brendan. 2000-01-20 02:58:30 +00:00
waterson%netscape.com
2f0cb5ac7a Bug 24285. Disable FitToScreen(), which seems to be causing the problem. 2000-01-19 07:07:16 +00:00
akkana%netscape.com
7fe898ca24 temp workaround for 23669: don't go to url on middle mouse clicks
if we're over a text field or area, because the event was probably
already handled by the editor and we shouldn't have gotten it at all.
Code from joki, r=me.
2000-01-19 00:18:02 +00:00
law%netscape.com
0de13c907b Fix for #5708 (I forgot this piece last week); r=danm@netscape.com 2000-01-19 00:06:57 +00:00
pinkerton%netscape.com
5c0ed294f2 hiding d&d behind a pref (xpfe.dragdrop.enabled) for nscp beta. r=sdagley. bug #22083. 2000-01-18 23:59:26 +00:00
davidm%netscape.com
4ea8e69e8f 3976 Apprunner not resizing according to screensize too big for < r =don 2000-01-18 20:39:40 +00:00
slamm%netscape.com
98802b23b9 Fix separators in toolbar folders (previously only fixed bookmarks menu). Bug #23639. 2000-01-18 20:16:21 +00:00
cmanske%netscape.com
5654adb57c Fixed Composer bug 22348, which fixes content area resizing and scrollbar positioning for all module windows. Minor fix to make viewSource window use overlay for View menu. r=hyatt 2000-01-17 20:06:40 +00:00
sfraser%netscape.com
8ba9a0e991 Minor project tweaks; removing invalid access paths. r=mozbot 2000-01-17 19:56:27 +00:00
hyatt%netscape.com
a912332fc8 Skin improvements. 2000-01-17 11:40:39 +00:00
slamm%netscape.com
547afde1b3 Fix separators in toolbar's bookmark menu. Bug #23639. 2000-01-14 01:52:23 +00:00
danm%netscape.com
689f8aa0a3 removing (temporary) JS code to persist navigator window position and size (now handled in C code). r:hyatt 2000-01-13 23:54:01 +00:00