law%netscape.com
c806eec3a6
Fix for bug 33114; r=none, but that's OK since I'm just fixing code that wan't reviewed when it was checked in
2000-03-25 01:03:25 +00:00
tbogard%aol.net
6c7344e692
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
morse%netscape.com
4a20287849
fix typo in prevous check-in, r=law
2000-03-23 22:54:16 +00:00
ben%netscape.com
d3a815e58c
checking in fix for linux orangeness, browser bustage
2000-03-23 03:58:37 +00:00
ben%netscape.com
d9b2719c6d
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
4698d92583
Bug 31711, splitting up a try into two. r=ben@netscape.com
2000-03-22 07:07:02 +00:00
law%netscape.com
9eb682f3ee
Fix, hehe, for bug 32352. I worked hard to write the code that way, darn it.
2000-03-22 01:27:11 +00:00
morse%netscape.com
b108420bac
fix bug 32459, remove blockimage from menu if not pointing at a menu
2000-03-20 23:17:08 +00:00
matt%netscape.com
a41fedd299
adding fixes that when into the branch for search
2000-03-18 00:38:45 +00:00
pavlov%netscape.com
42f8c3565e
remove the dialog.start broadcaster/observer r=travis
2000-03-16 07:30:33 +00:00
pavlov%netscape.com
425c2c9b0c
fix travis's broken xul :-)
2000-03-16 06:33:55 +00:00
tbogard%aol.net
5d5338411a
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
ff05c1c46a
skinnable open location dialog
2000-03-16 01:19:23 +00:00
tbogard%aol.net
15d8a3a040
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
e7efb61d23
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
1b2ec35a03
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
6fee1c9b64
Use simplified CHROME rules. Use default dirs for install locations.
2000-03-14 03:01:26 +00:00
akkana%netscape.com
5e4338d580
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
b11ee8cda0
removing unnecessary change from last checkin
2000-03-12 06:12:05 +00:00
danm%netscape.com
8c921c097e
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
1bf6b7d765
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
30bf6cd24c
generalize per-site permissions, r=norris
2000-03-11 20:02:45 +00:00
norris%netscape.com
b06e55722c
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
d13f9b8e9d
adding crypto stuff to the tip
2000-03-11 04:33:39 +00:00
ben%netscape.com
6b6582de31
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
9fe6758972
fix for 31039, r=don, a=jevering
2000-03-09 08:26:30 +00:00
ben%netscape.com
06c4a47e8f
fixes for search panel appearance, 28103 r=german, a=jevering
2000-03-09 07:46:00 +00:00
matt%netscape.com
37c63b0b92
adding search string for correct sting. a=jar r=ben bug23989
2000-03-09 02:07:09 +00:00
danm%netscape.com
fa957cbcdc
persist sizemode (minimized,maximized). bug 30116 r=scc a=jevering
2000-03-09 02:01:22 +00:00
law%netscape.com
5805fa13e6
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
hangas%netscape.com
b109077b5a
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
rjc%netscape.com
e5e23a7868
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
7bafed51e5
Taking out search stuff to put in overlay for commericial build 23989 a=choffman r=ben
2000-03-04 02:28:17 +00:00
evaughan%netscape.com
d2012fba27
bugs fixes for: 28460, 27242, 29462
...
-r hyatt, -a jar
2000-03-02 03:01:30 +00:00
mcafee%netscape.com
96fe596734
Forward/Back commandkeys were reversed (29450) r=pavlov
2000-02-29 10:16:45 +00:00
ben%netscape.com
207685099c
fix for bug 25412, search menu items, r=rjc, a=jevering
2000-02-29 04:23:02 +00:00
ben%netscape.com
c5a3e9d9d8
fix for bug 23939, search menu items, r=rjc, a=jevering
2000-02-29 04:22:12 +00:00
ben%netscape.com
acdbec3136
fix for bug 25412, search button should be depressable, r=rjc, a=jevering
2000-02-29 04:20:13 +00:00
blizzard%redhat.com
8bbac10e64
fix spelling of hander to handler. bug #29407 . r=sspitzer
2000-02-27 20:51:11 +00:00
blizzard%redhat.com
ba8014f19c
update js files that reference the command line service in the browser instance. this should fix problems with opening new windows. r=leaf,chofmann
2000-02-27 03:18:10 +00:00
cmanske%netscape.com
6fbfbc0628
Fixed using OpenLocation from Composer, b=28683, a=sfraser,matt a=jar
2000-02-25 07:54:25 +00:00
ben%netscape.com
943c700470
fix for PDT+ b=25412, a=jar, r=rjc (depressable search button)
2000-02-25 04:18:47 +00:00
sford3%swbell.net
9c042bed29
Fix bug 21474 add send page to the editor, r=brade a=waterson
2000-02-25 00:55:20 +00:00
mcafee%netscape.com
e4b5c56c72
Disabling menu items (22536) r=pavlov, a=waterson
2000-02-24 09:07:06 +00:00
cmanske%netscape.com
9bc7229abe
Fixed open location not working when loading into Composer, bug 28683, r=matt, a=jevering
2000-02-23 20:22:21 +00:00
waterson%netscape.com
b20c0204e0
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
waterson%netscape.com
e2809c34a4
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
evaughan%netscape.com
846d568bf0
Box performance fix.
...
-r jevering
2000-02-16 23:00:52 +00:00
law%netscape.com
60684a7262
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
sspitzer%netscape.com
26b267ec48
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
2000-02-16 06:22:03 +00:00