Commit Graph

916 Commits

Author SHA1 Message Date
sspitzer%netscape.com
77c73c4d94 remove more dead weight
git-svn-id: svn://10.0.0.236/trunk@57647 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-13 06:28:57 +00:00
rgoodger%ihug.co.nz
f83515ef4b ProfileManager II, r=gayatrib@netscape.com, sspitzer@netscape.com
git-svn-id: svn://10.0.0.236/trunk@57627 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-13 04:19:46 +00:00
pp%ludusdesign.com
b5787cf895 Converting usage of ::GetIID() to NS_GET_IID().
Bug #20232, r=scc@netscape.com


git-svn-id: svn://10.0.0.236/trunk@57423 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-11 20:49:15 +00:00
akkana%netscape.com
db3951e0b3 showmod
git-svn-id: svn://10.0.0.236/trunk@57125 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-08 00:22:58 +00:00
rjc%netscape.com
8bfca60659 Fix bug # 23262: if the internet search window is currently open, give it focus (and select new tab if necessary).
git-svn-id: svn://10.0.0.236/trunk@57096 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-07 09:56:20 +00:00
jefft%netscape.com
a8f7812c11 fixed bug 23133, 23136 - Send Link & Page not escaping page url and not generating href tag; r=ducarroz
git-svn-id: svn://10.0.0.236/trunk@57034 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-06 23:35:57 +00:00
slamm%netscape.com
a7d5d4c1f3 Comment out some debug code.
git-svn-id: svn://10.0.0.236/trunk@56991 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-06 21:14:57 +00:00
slamm%netscape.com
399f349fc7 Reuse single bookmarks window (without using window name). Use window manager service instead. (Sidebar customize dialog uses similar code.) Fix for bug #14038.
git-svn-id: svn://10.0.0.236/trunk@56989 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-06 21:07:51 +00:00
pinkerton%netscape.com
61a3153c1e fix for bug 21487, garbage at the end of url when doing "copy link location." also added some error checking, and using progid's instead of classid's. r=akkana.
git-svn-id: svn://10.0.0.236/trunk@56973 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-06 19:45:52 +00:00
law%netscape.com
58729a2049 Fix for 20310; handle JS exception when Cancel is pressed; r=slamm@netscape.com
git-svn-id: svn://10.0.0.236/trunk@56958 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-06 16:00:53 +00:00
waterson%netscape.com
819c18cbbc Fix 'triple-click' to drop bookmarks in personal toolbar bug.
git-svn-id: svn://10.0.0.236/trunk@56932 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-06 03:53:31 +00:00
radha%netscape.com
df12623ae5 Test code for the new Session History all wrapped inside #ifdef DEBUG_radha.
r=dp


git-svn-id: svn://10.0.0.236/trunk@56871 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-06 00:18:15 +00:00
rpotts%netscape.com
664a7c3d10 Removed multipart/x-mixed-replace sinjce it is now handled as a stream converted in the URI loader.
git-svn-id: svn://10.0.0.236/trunk@56818 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-05 04:45:49 +00:00
law%netscape.com
62221242b1 Fix for 18404; Convert to use imageURL as var rather than function property; r=matt@netscape.com
git-svn-id: svn://10.0.0.236/trunk@56762 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-04 22:37:14 +00:00
jefft%netscape.com
a2c9cc82ba fixed bug 22918 - cannot send page with url contains spaces; needs to escape the url; r=rhp
git-svn-id: svn://10.0.0.236/trunk@56670 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-03 23:12:42 +00:00
rjc%netscape.com
86fc3e7b9b Fix bug #22615: Problem with IE Favorites in bookmarks menu.
git-svn-id: svn://10.0.0.236/trunk@56646 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-02 11:22:03 +00:00
rjc%netscape.com
3dc861e31f Make sure that we only add event listeners for the content area of the browser window, otherwise we'll also get "load" events when the sidebar panels load in (or are switched in/out as the user clicks on them).
git-svn-id: svn://10.0.0.236/trunk@56644 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-02 08:52:33 +00:00
rjc%netscape.com
7cfa8b4120 Small search changes: open up "Search Results" sidebar panel whenever we have new search results (if pref is set to do so) irregardless of whether its by clicking on the "Search" button or not.
git-svn-id: svn://10.0.0.236/trunk@56643 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-02 08:38:55 +00:00
rjc%netscape.com
a8ec1cb072 Search items from the menubar should always open up the search dialog.
git-svn-id: svn://10.0.0.236/trunk@56633 18797224-902f-48f8-a5cc-f745e15eee43
1999-12-30 23:39:08 +00:00
sspitzer%netscape.com
ee0d93718b rgoodger accidentally removed an entity that mcafee checked in.
this should get the bloat/leak numbers back.


git-svn-id: svn://10.0.0.236/trunk@56629 18797224-902f-48f8-a5cc-f745e15eee43
1999-12-30 22:02:35 +00:00
rjc%netscape.com
e8458f5b5a Even better.
git-svn-id: svn://10.0.0.236/trunk@56625 18797224-902f-48f8-a5cc-f745e15eee43
1999-12-30 15:18:52 +00:00
rjc%netscape.com
ac3caf9603 Better. Can't use default search engine from prefs (in all.js), as it its for fuzzy URL matching.
git-svn-id: svn://10.0.0.236/trunk@56624 18797224-902f-48f8-a5cc-f745e15eee43
1999-12-30 14:56:26 +00:00
rjc%netscape.com
e7313a7269 Get default search engine from prefs.
git-svn-id: svn://10.0.0.236/trunk@56623 18797224-902f-48f8-a5cc-f745e15eee43
1999-12-30 14:42:33 +00:00
rjc%netscape.com
84338b1b7c Add support for automatically opening the "Search Results" panel in the sidebar when the "Search" button is clicked on. [Note: this behavior can be turned off via a preference in the "Search" preferences panel.]
git-svn-id: svn://10.0.0.236/trunk@56621 18797224-902f-48f8-a5cc-f745e15eee43
1999-12-30 14:16:17 +00:00
rjc%netscape.com
f4f075da11 Add some support for various search modes when using the "Search" button.
git-svn-id: svn://10.0.0.236/trunk@56618 18797224-902f-48f8-a5cc-f745e15eee43
1999-12-30 11:10:19 +00:00
rgoodger%ihug.co.nz
06cb855a4d hooking up file open/location open shortcut keys properly.
git-svn-id: svn://10.0.0.236/trunk@56616 18797224-902f-48f8-a5cc-f745e15eee43
1999-12-30 04:16:32 +00:00
rpotts%netscape.com
5870fbf96d Removed obsolete arguments from nsIDocumentLoaderObserver OnEndDocumentLoad and OnStartURLLoad.
git-svn-id: svn://10.0.0.236/trunk@56597 18797224-902f-48f8-a5cc-f745e15eee43
1999-12-29 07:32:59 +00:00
mcafee%netscape.com
feca1ff4ad Adding File|Send Link (22739). r=sspitzer
git-svn-id: svn://10.0.0.236/trunk@56577 18797224-902f-48f8-a5cc-f745e15eee43
1999-12-28 22:07:19 +00:00
rgoodger%ihug.co.nz
0558b2146b moving wallet to tasks menu, r=kerz@en.com
git-svn-id: svn://10.0.0.236/trunk@56481 18797224-902f-48f8-a5cc-f745e15eee43
1999-12-23 06:15:59 +00:00
rgoodger%ihug.co.nz
f91f9263ef moving wallet to tasks menu... r=kerz@en.com
git-svn-id: svn://10.0.0.236/trunk@56480 18797224-902f-48f8-a5cc-f745e15eee43
1999-12-23 06:14:42 +00:00
radha%netscape.com
9f7e323c94 Update the go menu irrespective of whether the page loaded
successfully or not. This is being done to be consistent with the
behavior where partially loaded pages do get in to SH. This
behavior will have to change Browser wil implement nsIStreamListener
or something similar to differentiate between partially loaded pages
and unsuccessfully loaded pages r=law a=don


git-svn-id: svn://10.0.0.236/trunk@56453 18797224-902f-48f8-a5cc-f745e15eee43
1999-12-22 23:46:58 +00:00
rgoodger%ihug.co.nz
1d690a3747 fixed Ctrl-O keybinding in browser window, 20265, r=hyatt
git-svn-id: svn://10.0.0.236/trunk@56358 18797224-902f-48f8-a5cc-f745e15eee43
1999-12-22 04:41:44 +00:00
waterson%netscape.com
dd1ed05fd3 Bug 22212. Don't support weak reference; this'll ensure that the observer service keeps a strong ref to us. r=scc, a=chofmann
git-svn-id: svn://10.0.0.236/trunk@56252 18797224-902f-48f8-a5cc-f745e15eee43
1999-12-21 00:11:37 +00:00
rjc%netscape.com
c2038a1be9 Part of fix for bug # 22139: put internet search results for single engines into sidebar. Approval: chofmann
git-svn-id: svn://10.0.0.236/trunk@56211 18797224-902f-48f8-a5cc-f745e15eee43
1999-12-19 06:53:18 +00:00
rjc%netscape.com
90a8a4c912 Fix bug # 19089: use the correct document's list of RDF datasources, and try and resolve URLs (anonymous, as well as those with "#URL" properties) before loading them in. Approval: chofmann
git-svn-id: svn://10.0.0.236/trunk@56180 18797224-902f-48f8-a5cc-f745e15eee43
1999-12-18 04:20:28 +00:00
slamm%netscape.com
09721dbc25 Remove obsolete files. r=hyatt a=choffman
git-svn-id: svn://10.0.0.236/trunk@56062 18797224-902f-48f8-a5cc-f745e15eee43
1999-12-15 23:46:34 +00:00
dmose%mozilla.org
acde4e576c fix for bug 20861: remove My Netscape from the personal toolbar; r=slamm@netscape.com, a=shaver@mozilla.org
git-svn-id: svn://10.0.0.236/trunk@56054 18797224-902f-48f8-a5cc-f745e15eee43
1999-12-15 21:31:29 +00:00
tbogard%aol.net
08a26d790f When opening a "Find" dialog we should assure that a blank window is created. To do that we were passing in null which actually evaluates to the string "null". "_blank" ensures a new window. Fix for bug number 21331. r=law a=chofmann
git-svn-id: svn://10.0.0.236/trunk@56009 18797224-902f-48f8-a5cc-f745e15eee43
1999-12-15 00:53:52 +00:00
scc%netscape.com
fd67f20a6a Make observers support weak references. Bug #18682; r=dp.
git-svn-id: svn://10.0.0.236/trunk@55580 18797224-902f-48f8-a5cc-f745e15eee43
1999-12-07 14:06:36 +00:00
waterson%netscape.com
ef1cd092e1 Bug 20712. Get the presshell from the *content* area, not the enclosing browser window.
git-svn-id: svn://10.0.0.236/trunk@55554 18797224-902f-48f8-a5cc-f745e15eee43
1999-12-07 07:07:14 +00:00
hyatt%netscape.com
9e4be4cdca Fix Mac bustage.
git-svn-id: svn://10.0.0.236/trunk@55343 18797224-902f-48f8-a5cc-f745e15eee43
1999-12-05 06:10:35 +00:00
sdagley%netscape.com
e3a0197217 Fix build bustage. hyatt removed contentframe.xul from the tree but didn't update the MANIFEST. Bad hyatt.
git-svn-id: svn://10.0.0.236/trunk@55342 18797224-902f-48f8-a5cc-f745e15eee43
1999-12-05 06:03:23 +00:00
hyatt%netscape.com
4f92e21cc4 Bringing navigator package into compliance regarding master skin files.
git-svn-id: svn://10.0.0.236/trunk@55340 18797224-902f-48f8-a5cc-f745e15eee43
1999-12-05 05:18:53 +00:00
hyatt%netscape.com
e2ffa1474b Making sure the "navigator" package picks up the global skin properly.
git-svn-id: svn://10.0.0.236/trunk@55337 18797224-902f-48f8-a5cc-f745e15eee43
1999-12-05 05:14:24 +00:00
tbogard%aol.net
067920c238 1.) WebShell no longer implements nsIScriptContextOwner.
2.)  WebShell now implements the new nsIScriptGlobalObjectOwner.
3.)  WebShell supports GetInterface to nsIScriptGlobalObject.
4.)  Documents no longer carry around a reference to nsIScriptContextOwner.  Instead they hold on to a nsIScriptGlobalObject.  nsIDocument::GetScriptContextOwner has now become nsIDocument::GetScriptGlobalObject().  Same change to the set methods.


git-svn-id: svn://10.0.0.236/trunk@55175 18797224-902f-48f8-a5cc-f745e15eee43
1999-12-03 09:24:22 +00:00
rjc%netscape.com
7b4ca31732 Fix bug # 17385: calling ServiceManager::GetService() can fail for windows that aren't local due to security, so wrap the call inside of a "try" block.
git-svn-id: svn://10.0.0.236/trunk@55153 18797224-902f-48f8-a5cc-f745e15eee43
1999-12-03 02:22:16 +00:00
mscott%netscape.com
5b95d440f1 api synch with uri loader to use nsIURILoaderCommand.
fill out the canHandleContent method to include
all the primary and secondary content types we want the
browser window to handle.
r=travis


git-svn-id: svn://10.0.0.236/trunk@55044 18797224-902f-48f8-a5cc-f745e15eee43
1999-12-02 07:00:54 +00:00
davidm%netscape.com
b980a7a7e7 14026 [DOGFOOD] Copy/Paste/Cut (etc) disabled within Browser
r = hangas


git-svn-id: svn://10.0.0.236/trunk@54831 18797224-902f-48f8-a5cc-f745e15eee43
1999-12-01 00:29:27 +00:00
mscott%netscape.com
7e1229973c add text/xul to the list of content types the browser content listener cares about.
git-svn-id: svn://10.0.0.236/trunk@54826 18797224-902f-48f8-a5cc-f745e15eee43
1999-12-01 00:17:08 +00:00
rginda%netscape.com
8e1057b2cd Removing window.event IEism, r=pinkerton, bug=19323
git-svn-id: svn://10.0.0.236/trunk@54824 18797224-902f-48f8-a5cc-f745e15eee43
1999-12-01 00:12:02 +00:00