283 Commits

Author SHA1 Message Date
rjc%netscape.com
a896c89705 Get hard-coded beta1 search URLs out of the tip. 2006-09-14 05:47:54 +00:00
pavlov%netscape.com
46c9925ad6 use nsIFilePicker instead of nsIFileSpecWithUI 2006-09-14 05:47:53 +00:00
tbogard%aol.net
e317ff7d16 Changed the nsIXULBrowserWindow to distinguish between JS status and it's own status. Fixed bugs where pages that set the window.status wouldn't actually end up showing up correctly. Now status has a priority scheme where different status versus links etc take priority. Use the new interfaces on nsPIDOMWindow to get to the properties hanging off the js window object instead of the old separate list. 2006-09-14 05:47:52 +00:00
tbogard%aol.net
2f5d29fff9 Now when we want to tell the XUL Window of changes in progress, or status or overlink we use the new nsIDOMWindow::GetXPConnectObject functionality. This replaces our need for the broadcaster observer stuff along with the expensive setAttribute calls. 2006-09-14 05:47:51 +00:00
sford3%swbell.net
b87130dd6e Bug 31711, splitting up a try into two. r=ben@netscape.com 2006-09-14 05:47:50 +00:00
matt%netscape.com
c2ad0aa50b adding fixes that when into the branch for search 2006-09-14 05:47:49 +00:00
pavlov%netscape.com
5a801f9dba remove the dialog.start broadcaster/observer r=travis 2006-09-14 05:47:44 +00:00
tbogard%aol.net
ef334d3adc Changed our JS observer of status to watch WebBrowserChrome attributes rather than an older Browser:Status one. OverLink is now separated out. nsBrowserInstance no longer is an nsIObserver. It relies on nsXULWindow::nsIWebBrowserChrome implementation poking attributes on WebBrowserChrome element in the main window. 2006-09-14 05:47:42 +00:00
tbogard%aol.net
a8bdc554e2 BrowserViewSource now brings up viewSource.xul instead of navigator.xul. Navigator.xul no longer supports coming up in viewSource mode. Using the same window for such a thing causes unneeded slow down and complexity. 2006-09-14 05:47:41 +00:00
akkana%netscape.com
ac59cd3812 6085, middle mouse should load link in new window (r=alecf,puetzk@iastate.edu);
24571, middle-mouse paste should be pref-able (r=mcafee);
plus nonmodal pref window (r=pavlov).
2006-09-14 05:47:40 +00:00
danm%netscape.com
b052b224e5 removing unnecessary change from last checkin 2006-09-14 05:47:24 +00:00
danm%netscape.com
29effe3492 adding a new timer-driven function to open a new navigator window. bug 24903 r=ben 2006-09-14 05:47:23 +00:00
norris%netscape.com
f617b12012 Files:
caps/idl/nsICertificatePrincipal.idl
	caps/idl/nsIPrincipal.idl
	caps/src/nsBasePrincipal.cpp
Implement the ability to manipulate multiple capabilties simultaneously.
r=mstoltz@netscape.com

Files:
	caps/src/nsCodebasePrincipal.cpp
Codebase equality should be based upon origin, not full path.
r=mstoltz@netscape.com

Files:
	caps/src/nsScriptSecurityManager.cpp
Change URI checking to deny based upon scheme rather than allow based upon
scheme for greater flexibility.
r=mstoltz@netscape.com

Files:
	dom/public/nsDOMPropEnums.h
	dom/public/nsDOMPropNames.h
	dom/src/base/nsGlobalWindow.cpp
	modules/libpref/src/init/all.js
Fix bug 20469 Seeing JS functions and global variables from arbitrary host
r=vidur@netscape.com

Files:
	dom/src/base/nsJSUtils.cpp
	dom/src/base/nsJSUtils.h
	dom/src/base/nsJSEnvironment.cpp
	dom/tools/JSStubGen.cpp
	layout/base/src/nsDocument.cpp
	layout/html/content/src/nsGenericHTMLElement.cpp
Improve performance by removing NS_WITH_SERVICE call for every DOM access.
Propagate XPCOM failure codes out properly.
r=vidur@netscape.com

Files:
	layout/html/document/src/nsFrameFrame.cpp
Fix 27387 Circumventing Same Origin security policy using setAttribute
r=vidur@netscape.com
2006-09-14 05:47:22 +00:00
rjc%netscape.com
54a6aa5965 New search URL from Netcenter (mldavis)... approval from Jar to check this in immediately. 2006-09-14 05:47:21 +00:00
blizzard%redhat.com
9c6dff8006 fix spelling of hander to handler. bug #29407. r=sspitzer 2006-09-14 05:47:20 +00:00
blizzard%redhat.com
98dd021825 update js files that reference the command line service in the browser instance. this should fix problems with opening new windows. r=leaf,chofmann 2006-09-14 05:47:19 +00:00
sspitzer%netscape.com
1833ad417a clean up -help output. fix bug #26959, make it so when you start
a browser window, the right page (home, blank or last page visted) gets
loaded.  clean up tasksOverlay.js, navigator.js and Ensure1Window()
use the browser's command line handler (remove duplicate code).
remove uri dispatching ui and js.  r=mscott
2006-09-14 05:47:18 +00:00
rjc%netscape.com
7919c7eab4 Fix PDT+ bug # 27301: Switch AutoTranslate to the real service. Code drop from ALIS, reviewed by me. 2006-09-14 05:47:13 +00:00
pinkerton%netscape.com
cd883cb0fa missed a removal of text/plain. changed "copy link url" to use text/unicode. 2006-09-14 05:44:16 +00:00
ben%netscape.com
1e1ba37fe4 fix string bundle bug 27252, r=syd, resurrecting matt's search changes which I accidentally clobbered, and resurrecting rjc's history flushing. 2006-09-14 05:44:15 +00:00
rjc%netscape.com
63c8622b03 Fix bug # 20542: make global history flush-able, and try and flush in on Shutdown() 2006-09-14 05:44:14 +00:00
ben%netscape.com
d461064185 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
2006-09-14 05:44:13 +00:00
matt%netscape.com
3d3412f5eb Adding search logic to url bar r=bill 24582 2006-09-14 05:44:12 +00:00
sford3%swbell.net
b8e47eaf4d fixing 26475, moving some text in navigator.js to a string bundle 2006-09-14 05:44:11 +00:00
rjc%netscape.com
5adbbab640 Part of fix for bug # 24416: use temp file when writing out bookmarks to try and reduce loss of data due to any crashes. 2006-09-14 05:44:10 +00:00
rjc%netscape.com
7928e30307 More changes for bug # 24959: sidebar search panel changes. 2006-09-14 05:44:09 +00:00
tbogard%aol.net
2f6056f5cf Fixed case to match the changes in case of nsIWindowMediator. 2006-09-14 05:44:08 +00:00
pinkerton%netscape.com
5e02d4eeb3 moving all d&d code into a separate file: navigatorDD.js (r=shaver). 2006-09-14 05:44:07 +00:00
waterson%netscape.com
f6fa272841 Bug 24285. Disable FitToScreen(), which seems to be causing the problem. 2006-09-14 05:44:06 +00:00
akkana%netscape.com
cc9c7badbd 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.
2006-09-14 05:44:05 +00:00
law%netscape.com
a00f882cdb Fix for #5708 (I forgot this piece last week); r=danm@netscape.com 2006-09-14 05:43:59 +00:00
pinkerton%netscape.com
2c86922f1c hiding d&d behind a pref (xpfe.dragdrop.enabled) for nscp beta. r=sdagley. bug #22083. 2006-09-14 05:43:58 +00:00
davidm%netscape.com
931989ef63 3976 Apprunner not resizing according to screensize too big for < r =don 2006-09-14 05:43:57 +00:00
danm%netscape.com
130189715b removing (temporary) JS code to persist navigator window position and size (now handled in C code). r:hyatt 2006-09-14 05:43:56 +00:00
slamm%netscape.com
8f27d320f0 Fix search panel popping open. r=rjc. 2006-09-14 05:43:55 +00:00
akkana%netscape.com
cef3ea4a3e showmod 2006-09-14 05:43:54 +00:00
rjc%netscape.com
bfcc2fd1c3 Fix bug # 23262: if the internet search window is currently open, give it focus (and select new tab if necessary). 2006-09-14 05:40:50 +00:00
jefft%netscape.com
c6627ecb88 fixed bug 23133, 23136 - Send Link & Page not escaping page url and not generating href tag; r=ducarroz 2006-09-14 05:40:49 +00:00
slamm%netscape.com
454e775f7e Comment out some debug code. 2006-09-14 05:40:48 +00:00
slamm%netscape.com
b258a555d6 Reuse single bookmarks window (without using window name). Use window manager service instead. (Sidebar customize dialog uses similar code.) Fix for bug #14038. 2006-09-14 05:40:47 +00:00
law%netscape.com
7a77f23d2e Fix for 20310; handle JS exception when Cancel is pressed; r=slamm@netscape.com 2006-09-14 05:40:46 +00:00
jefft%netscape.com
b4421f4fb4 fixed bug 22918 - cannot send page with url contains spaces; needs to escape the url; r=rhp 2006-09-14 05:40:45 +00:00
rjc%netscape.com
0f57cbe8bd 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). 2006-09-14 05:40:44 +00:00
rjc%netscape.com
6963582c33 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. 2006-09-14 05:40:43 +00:00
rjc%netscape.com
9c379f4d4d Search items from the menubar should always open up the search dialog. 1999-12-30 23:39:08 +00:00
rjc%netscape.com
c7a74439e2 Even better. 1999-12-30 15:18:52 +00:00
rjc%netscape.com
4db3880339 Better. Can't use default search engine from prefs (in all.js), as it its for fuzzy URL matching. 1999-12-30 14:56:26 +00:00
rjc%netscape.com
1f423037dc Get default search engine from prefs. 1999-12-30 14:42:33 +00:00
rjc%netscape.com
0e8c89168c 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.] 1999-12-30 14:16:17 +00:00
rjc%netscape.com
88d9f13d73 Add some support for various search modes when using the "Search" button. 1999-12-30 11:10:19 +00:00