Commit Graph

395 Commits

Author SHA1 Message Date
pavlov%netscape.com
f60db9c75a fix travis's broken xul :-) 2006-09-14 05:47:43 +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
morse%netscape.com
f1be09fa38 generalize per-site permissions, r=norris 2006-09-14 05:47:39 +00:00
ben%netscape.com
97746f6c10 darn it, forgot to change the broadcaster with my r=don, a=jevering menu change last night 2006-09-14 05:47:38 +00:00
ben%netscape.com
4ece711c07 fix for 31039, r=don, a=jevering 2006-09-14 05:47:37 +00:00
pavlov%netscape.com
34eddc5cd9 adding crypto stuff to the tip 2006-09-14 05:47:36 +00:00
ben%netscape.com
cee579fe29 fixes for search panel appearance, 28103 r=german, a=jevering 2006-09-14 05:47:35 +00:00
danm%netscape.com
4d55880fd6 persist sizemode (minimized,maximized). bug 30116 r=scc a=jevering 2006-09-14 05:47:34 +00:00
hangas%netscape.com
1cd5d80d08 Fix 29861 (Make throbber do the right thing for every window - mozilla and Netscape trees) r=scottip a=phil 2006-09-14 05:47:33 +00:00
matt%netscape.com
3e04cc2bea adding search string for correct sting. a=jar r=ben bug23989 2006-09-14 05:47:31 +00:00
matt%netscape.com
d67d9ebdaa Taking out search stuff to put in overlay for commericial build 23989 a=choffman r=ben 2006-09-14 05:47:30 +00:00
mcafee%netscape.com
df042b1d20 Forward/Back commandkeys were reversed (29450) r=pavlov 2006-09-14 05:47:29 +00:00
ben%netscape.com
d58e87701b fix for bug 23939, search menu items, r=rjc, a=jevering 2006-09-14 05:47:28 +00:00
evaughan%netscape.com
7f6a128a6e bugs fixes for: 28460, 27242, 29462
-r hyatt, -a jar
2006-09-14 05:47:27 +00:00
sford3%swbell.net
df1b62fe12 Fix bug 21474 add send page to the editor, r=brade a=waterson 2006-09-14 05:47:26 +00:00
mcafee%netscape.com
999f7d7634 Disabling menu items (22536) r=pavlov, a=waterson 2006-09-14 05:47:25 +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
waterson%netscape.com
d99305a2bc 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 2006-09-14 05:47:17 +00:00
evaughan%netscape.com
dc3f2aa78d Box performance fix.
-r jevering
2006-09-14 05:47:16 +00:00
sfraser%netscape.com
172844dbbc Fix for bug 24685 -- make some items on the navigator context menu pay attention to command nodes, so they get automagically enabled, and executed. r=Ben Goodger 2006-09-14 05:47:15 +00:00
cata%netscape.com
2ad1156e67 Removing obsoleted Charset Detectors menu item. r=none (one-liner) 2006-09-14 05:47:14 +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
andreww%netscape.com
10d3842875 adding id to menupop under file>new for commercial overlay to target. bugsplat bug#369022 r=amusil 2006-09-14 05:47:11 +00:00
hangas%netscape.com
0325c047ab Fix for 27283 rewrote command updating and dispatching for Mail/News window so that Edit menu items would be enabled at the proper times and actually work. Partial fix for 22558 wired up platform specific Delete key to the Delete menu item. Fix for 20120 Delete button and menu now disabled on folder pane of mail window. Temp fix for 27299 overlapping Ctrl-E shortcut with Editor window, Preferences menu item now has no shortcut. r=scottip 2006-09-14 05:47:10 +00:00
hangas%netscape.com
cf5083b623 Partial fix for 22558, key bindings for mail window, this included adding Delete and Backspace bindings for the Delete menu item in globalOverlay.xul. Added these bindings to navigator, mail, address book and mail compose. Unable to find Editor's usage of standard Edit menu overlays, so Editor not changed. r=saari. Also a fix for 27000 fixing event handler for address book card dialog. r=saari/hyatt. 2006-09-14 05:47:09 +00:00
cata%netscape.com
35271b151f Commenting out old Charset menu. bug #15482 r = none (two XUL lines) 2006-09-14 05:47:08 +00:00
mcafee%netscape.com
0680ac4445 Switching Send Link & Send Page menu items (5659), r=akkana 2006-09-14 05:47:07 +00:00
michael.lowe%bigfoot.com
8f1d4dbb81 Repositioning offline menu item in browser (bug 24044) 2006-09-14 05:47:06 +00:00
michael.lowe%bigfoot.com
e8c7951d37 Minor changes to menu item capitalisation 2006-09-14 05:47:05 +00:00
rjc%netscape.com
544ed6cc59 Fix bug #22615: Problem with IE Favorites in bookmarks menu. 2006-09-14 05:44:32 +00:00
ben%netscape.com
f2b8bcb22a some search changes, r=rjc,don,johng 2006-09-14 05:44:26 +00:00
sfraser%netscape.com
914843a384 Changes to get edit menu commands updating properly. For bug 18395. r=pinkerton 2006-09-14 05:44:25 +00:00
tbogard%aol.net
7bf261b71e Adding new attribute to specify the window should listen to the content area to allow setting of the title. r=hyatt 2006-09-14 05:44:24 +00:00
ben%netscape.com
615827e039 fix for 20823, r=syd 2006-09-14 05:44:23 +00:00
evaughan%netscape.com
6c24c974be 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
2006-09-14 05:44:22 +00:00
matt%netscape.com
72a279d6ed fix for bug 11870 26458 r=ben 2006-09-14 05:44:21 +00:00
ben%netscape.com
ed0c05c8e4 fixing appearance of personal toolbar items per 15558, r=waterson 2006-09-14 05:44:20 +00:00
pinkerton%netscape.com
f4159712a0 moving d&d into a separate file: navigatorDD.js r=shaver. 2006-09-14 05:44:19 +00:00
hyatt%netscape.com
23cd7d4a34 Fixes for bugs: 18193, 13971, 23440, 18444, 21462, 21818, 22619, 23498, 24081, and 21972. r=just about everybody. 2006-09-14 05:44:18 +00:00
mcafee%netscape.com
fc57494cd5 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. 2006-09-14 05:44:17 +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