Граф коммитов

968 Коммитов

Автор SHA1 Сообщение Дата
tbogard%aol.net 109ae22cdd 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. 2000-03-24 03:46:15 +00:00
tbogard%aol.net 2c6c16e5e5 added files: mozilla/xpfe/browser/public/nsIXULBrowserWindow.idl 2000-03-24 03:12:32 +00:00
tbogard%aol.net 4aeaa44d4e Added new file nsIXULBrowserWindow.idl. 2000-03-24 03:09:39 +00:00
tbogard%aol.net 5dc1f4b647 Adding implementation for the new method OnStartURIOpen on nsIURIContentListener. 2000-03-24 00:35:48 +00:00
radha%netscape.com 9a23ed6b16 Removed unused code inside #ifdef debug_radha. No bug #s. 2000-03-23 23:03:27 +00:00
morse%netscape.com 14ac18e97a fix typo in prevous check-in, r=law 2000-03-23 22:54:16 +00:00
ben%netscape.com 50ebcd93ee checking in fix for linux orangeness, browser bustage 2000-03-23 03:58:37 +00:00
ben%netscape.com 4f1600dda8 converting navigator toolbar navigation buttons from button32 over to <button>'s 'large-toolbar' class 2000-03-23 02:10:14 +00:00
sford3%swbell.net 692b72f844 Bug 31711, splitting up a try into two. r=ben@netscape.com 2000-03-22 07:07:02 +00:00
law%netscape.com d6ae32a82b Fix, hehe, for bug 32352. I worked hard to write the code that way, darn it. 2000-03-22 01:27:11 +00:00
mscott%netscape.com b96e790ee6 Bug #30790 --> regiser browser window to be the default content handler
for other content types besides text/html.
no reviewer due to the trivial nature of the change.
2000-03-21 06:38:26 +00:00
morse%netscape.com a68bf4ad3f fix bug 32459, remove blockimage from menu if not pointing at a menu 2000-03-20 23:17:08 +00:00
matt%netscape.com c0c8073897 adding fixes that when into the branch for search 2000-03-18 00:38:45 +00:00
tbogard%aol.net 436d377541 Fix URL loading when coming from a command line. Tree blocker 31702. 2000-03-16 22:28:39 +00:00
pavlov%netscape.com af9ad7c3aa remove the dialog.start broadcaster/observer r=travis 2000-03-16 07:30:33 +00:00
pavlov%netscape.com 26c2ff705a fix travis's broken xul :-) 2000-03-16 06:33:55 +00:00
tbogard%aol.net ec5a41ce22 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. 2000-03-16 05:45:48 +00:00
ben%netscape.com 5369c093bc skinnable open location dialog 2000-03-16 01:19:23 +00:00
tbogard%aol.net 8352a364e0 Removed isViewSource attribute. It is no longer needed. DocShell now handles state. 2000-03-16 00:52:52 +00:00
tbogard%aol.net df4e9df7d2 Remove the isViewSource attribute. Changed a nsIWebShell::LoadURL to use nsIWebNavigation::LoadURI. 2000-03-16 00:52:02 +00:00
hyatt%netscape.com cc3cf630c3 Converting tabs 2000-03-14 11:40:02 +00:00
tbogard%aol.net 0f3b6e671c 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. 2000-03-14 04:44:58 +00:00
tbogard%aol.net 4a46746490 Brought the viewSource.xul back to life. It now uses the docShell viewMode to specify that the iframe is in viewSource mode. 2000-03-14 04:43:50 +00:00
tbogard%aol.net b4d03a1e45 Removed the ViewSource function as it is no longer used. BrowserViewSource is what is always used now. 2000-03-14 04:41:46 +00:00
slamm%netscape.com 8ba923bbdd Use simplified CHROME rules. Use default dirs for install locations. 2000-03-14 03:01:26 +00:00
akkana%netscape.com fec2126d44 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).
2000-03-14 02:56:48 +00:00
danm%netscape.com ee983e0548 removing unnecessary change from last checkin 2000-03-12 06:12:05 +00:00
danm%netscape.com 428fcedaae opening new window through a function on the opening window. bug 24903 r=ben 2000-03-12 03:06:05 +00:00
danm%netscape.com 058b4e3f19 adding a new timer-driven function to open a new navigator window. bug 24903 r=ben 2000-03-12 02:58:36 +00:00
morse%netscape.com e495006a22 generalize per-site permissions, r=norris 2000-03-11 20:02:45 +00:00
norris%netscape.com 060e388a6b 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
2000-03-11 06:32:42 +00:00
pavlov%netscape.com ff7a889382 adding crypto stuff to the tip 2000-03-11 04:33:39 +00:00
norris%netscape.com 9b2edd3c59 Remove mURL from nsWebShell, and GetURL from nsIWebShell.
r=travis
2000-03-11 02:57:39 +00:00
tbogard%aol.net 221a237933 Now holds on to a docShell instead of a webShell. Use IDL generated NS_DECL_NSIDOCUMENTLOADEROBSERVER instead of inline function declarations. 2000-03-11 00:46:37 +00:00
tbogard%aol.net b48dd234f0 Now holds on to a docShell instead of a webShell. Talks through the new interfaces where possible. HandleUnkownContentType is no longer part of nsIDocumentLoaderObserver interface. 2000-03-11 00:46:26 +00:00
ben%netscape.com dd79cc915b darn it, forgot to change the broadcaster with my r=don, a=jevering menu change last night 2000-03-10 00:22:02 +00:00
ben%netscape.com ee8ff11aa7 fix for 31039, r=don, a=jevering 2000-03-09 08:26:30 +00:00
mscott%netscape.com 333edb2c69 Bug #30553 --> new windows with window targets were getting the target associated with the
chrome window instead of with the content window. And the window sizes were coming from the
	       hidden window instead of the parent window the url originated from.
r=travis
a=jevering
2000-03-09 08:17:40 +00:00
ben%netscape.com aaa1772939 fixes for search panel appearance, 28103 r=german, a=jevering 2000-03-09 07:46:00 +00:00
matt%netscape.com 61ee96f192 adding search string for correct sting. a=jar r=ben bug23989 2000-03-09 02:07:09 +00:00
danm%netscape.com 5590fa1792 persist sizemode (minimized,maximized). bug 30116 r=scc a=jevering 2000-03-09 02:01:22 +00:00
law%netscape.com c9f38cfc3c Filter context menu choices for links with javascript: URLs; b=23690, r=matt@netscape.com, a=jevering@netscape.com 2000-03-08 04:42:25 +00:00
dougt%netscape.com a7dfe9b9ae moving the timebomb code from the nsAppRunner to the Browser. This
allows us to modify that user's first start page.

28060.  r= mccabe, a= jevering.
2000-03-07 21:02:50 +00:00
hangas%netscape.com d1f6b630a1 Fix 29861 (Make throbber do the right thing for every window - mozilla and Netscape trees) r=scottip a=phil 2000-03-07 00:22:55 +00:00
cata%netscape.com 639f9aae98 Backing out fix for #7886 to fix regression #30299 2000-03-04 21:44:58 +00:00
rjc%netscape.com 9180354767 New search URL from Netcenter (mldavis)... approval from Jar to check this in immediately. 2000-03-04 03:07:15 +00:00
matt%netscape.com 245ba9836a Taking out search stuff to put in overlay for commericial build 23989 a=choffman r=ben 2000-03-04 02:28:17 +00:00
cata%netscape.com eaf963e925 activating charset override. bug #7886, r=ftang, a=bobj 2000-03-03 02:20:53 +00:00
evaughan%netscape.com cf0d42fc25 bugs fixes for: 28460, 27242, 29462
-r hyatt, -a jar
2000-03-02 03:01:30 +00:00
tbogard%aol.net d2a51867ff Removing nsIXULWindowCallbacks as they were removed from active use nearly 8 or more months ago. Getting rid of having to pass it around as a parameter and all that fun stuff. r=danm a=jevering 2000-02-29 22:03:49 +00:00