Commit Graph

635 Commits

Author SHA1 Message Date
radha%netscape.com
9730c3c353 Change all calls to "window.content.location.href=url" to "appCore.loadUrl()" so that urls
get added in to Session History properly
2006-09-14 05:49:56 +00:00
rjc%netscape.com
554bcf7e7a AddBookmark() now takes an additional type parameter. 2006-09-14 05:49:55 +00:00
ben%netscape.com
94c651c1cc tooltips for navigator 2006-09-14 05:49:54 +00:00
mcafee%netscape.com
708d9e562d Adding trailing slash to browser buster URL (33826) 2006-09-14 05:49:52 +00:00
waterson%netscape.com
5fef268f48 Reverting my previous changes, as they have no effect on tinderbox leak stats. 2006-09-14 05:49:51 +00:00
waterson%netscape.com
0b69a81e80 Hack to get startup leaks sane again. 2006-09-14 05:49:50 +00:00
radha%netscape.com
67867d5697 Enable menubutton for back and forward buttons 2006-09-14 05:49:49 +00:00
alecf%netscape.com
5d2ae6d8f8 fix for non-wrapping status line
r,a=leaf
2006-09-14 05:49:48 +00:00
radha%netscape.com
71ac6ec60b Enable the drop down list under urlbar 2006-09-14 05:49:47 +00:00
ben%netscape.com
ca92d3e301 fix icons in bookmark button menu 2006-09-14 05:49:46 +00:00
hyatt%netscape.com
4c6c50a71a Menubuttons are not the cause of the leak. Reverting. 2006-09-14 05:49:45 +00:00
hyatt%netscape.com
9ba46954f4 Testing to see if the leak is in menubutton. 2006-09-14 05:49:44 +00:00
ben%netscape.com
8ccdcce496 remove need for dup navigator.dtd files in mozilla/commercial trees 2006-09-14 05:49:43 +00:00
sspitzer%netscape.com
52024126c3 fix nasty problem that was causing us to crash. ben will take a better look at this
later.
2006-09-14 05:49:42 +00:00
ben%netscape.com
479f18f4f4 skinnable navigator 2006-09-14 05:49:41 +00:00
waterson%netscape.com
747f1c543a Remove rdf:httpindex datasource from menus. r=rjc 2006-09-14 05:49:40 +00:00
brade%netscape.com
72ea513d7e move tooltip into globalOverlay a=ben 2006-09-14 05:49:39 +00:00
hyatt%netscape.com
8fe8ad96fb making menus 30-40% faster. 2006-09-14 05:49:38 +00:00
ben%netscape.com
0fb618b60e another tweak 2006-09-14 05:49:37 +00:00
ben%netscape.com
5a8682311f PrefWindow IV landing 2006-09-14 05:49:36 +00:00
hangas%netscape.com
5512e19d7c Fix to 34156 (using onkeypress handler on URL bar of browser window). 2006-09-14 05:49:35 +00:00
sfraser%netscape.com
bb615d659c Checkign in radha's diffs to see if this reduces the leak numbers. 2006-09-14 05:49:34 +00:00
ben%netscape.com
8b009336a6 fixed js errors 2006-09-14 05:49:33 +00:00
brade%netscape.com
8ce9bc2bb8 fix bug #35184; give urlbar focus so that the editor is activated and d&d can work properly 2006-09-14 05:49:32 +00:00
danm%netscape.com
7bd51fd41b use preference for browser chrome url (aka navigator.xul). bug 31867 2006-09-14 05:49:31 +00:00
mscott%netscape.com
fefb1bfe79 Bug #33156 --> finish new nsIWebProgress work --> implement real progress as a percentage of the document download. 2006-09-14 05:49:30 +00:00
radha%netscape.com
c298286ee9 Fix up the back/forward menu item. A small regression from last night's pull-out. 2006-09-14 05:49:29 +00:00
radha%netscape.com
97df5f3953 Go menu Back/Forward popup menus re-wired to use new Session history 2006-09-14 05:49:28 +00:00
danm%netscape.com
7e822e5c0d dist...chrome restructuring 2006-09-14 05:49:27 +00:00
jbetak%netscape.com
4584822de5 32591 View source page is displayed as ISO-8859-1 in no meta tag page
r=ftang
2006-09-14 05:49:26 +00:00
tbogard%aol.net
81e9ce99ba Brought the viewSource.xul back to life. It now uses the docShell viewMode to specify that the iframe is in viewSource mode. 2006-09-14 05:49:25 +00:00
ben%netscape.com
c29e293101 check in fix for 40751 for Kevin Puetzk, r=myself 2006-09-14 05:49:24 +00:00
kin%netscape.com
0c50e26102 Part 1 of fix for bug #39821: Drag and Drop interferes with selection.
layout/base/public/nsIFrameSelection.h
  layout/base/src/nsSelection.cpp
  layout/events/src/nsEventStateManager.cpp
  layout/html/base/src/nsFrame.cpp
  layout/html/forms/src/nsGfxTextControlFrame2.cpp
  xpfe/browser/resources/content/navigatorDD.js

r=brade@netscape.com,cmanske@netscape.com a=beppe@netscape.com,waterson@netscape.com
2006-09-14 05:49:23 +00:00
kin%netscape.com
43c2428ea9 Temporarily disable D&D support for selection to unblock
people working on selection problems. (Bug #39821 Drag and Drop interferes with selection)
r=brade@netscape.com, a=trudelle@netscape.com
2006-09-14 05:49:22 +00:00
brade%netscape.com
9bea210cf3 handle d&d of selection (need to turn on d&d flag in nsFrame.cpp); r/a=cmanske; a=beppe (bug#6255) 2006-09-14 05:49:21 +00:00
brade%netscape.com
a6875a52a0 don't require pref; lower case tag names 2006-09-14 05:49:20 +00:00
rjc%netscape.com
b2ee0f6b44 Fix bug # 36037: drag&drop changes to support translucency on Mac. 2006-09-14 05:49:19 +00:00
brade%netscape.com
b250b001cd slight rework/cleanup of BeginDragContentArea 2006-09-14 05:49:18 +00:00
pinkerton%netscape.com
4ed50f1332 adding url flavor to proxy icon to test creation of internet shortcuts on win32 2006-09-14 05:49:17 +00:00
pinkerton%netscape.com
90f4fc7a08 adding ability to drag a file from the desktop into the content area. 2006-09-14 05:49:16 +00:00
brade%netscape.com
3229b71b49 add a function to handle dragging all types of data in the content area (not used yet; not complete yet) 2006-09-14 05:49:15 +00:00
pinkerton%netscape.com
ee45c9871e adding ability to drag links from the content area. thanks to Kevin Puetz (puetzk@iastate.edu) for this feature. 2006-09-14 05:49:14 +00:00
pinkerton%netscape.com
336128c810 well, i guess you can't put '<' in an attribute in xml. hrm. 2006-09-14 05:49:13 +00:00
pinkerton%netscape.com
ec8894a0ec fixing tooltips (tooltipElement->tooltipNode) 2006-09-14 05:49:12 +00:00
rjc%netscape.com
1ee8e2036f Aggregate in "rdf:httpindex". 2006-09-14 05:49:11 +00:00
tbogard%aol.net
ccd9f395d4 Fixed stop to look at the right item for the disabled state. Fixes 35975. 2006-09-14 05:49:10 +00:00
tbogard%aol.net
733d1bf228 Replace setNetworkActive and setWindowActive by just passing up the status in the new onStatusChange method. Removed the UpdateHistory since that is done in the backend already. 2006-09-14 05:49:09 +00:00
radha%netscape.com
630c8f3dfb Add Keywords menu by the urlbar 2006-09-14 05:49:08 +00:00
ben%netscape.com
949ef6c8ea 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:49:06 +00:00
cmanske%netscape.com
74cdc66b19 Fixed Composer bug 22348, which fixes content area resizing and scrollbar positioning for all module windows. Minor fix to make viewSource window use overlay for View menu. r=hyatt 2006-09-14 05:49:05 +00:00
rpotts%netscape.com
4a9d638158 bug #70223 (r=valeski@netscape.com, sr=mscott@netscape.com). Remove nsIURIContentListener::GetProtocol() since it is unused. 2006-09-14 05:49:02 +00:00
mscott%netscape.com
17e1209df1 Bug #85264 --> properly check for a all_chrome case.
r/sr=sspitzer
2006-09-14 05:49:01 +00:00
mscott%netscape.com
d522057b62 Bug #76795 --> don't register chromeless windows with the uriloader. This is causing chromeless windows
to get redirected content from the mail window.
r/sr=alecf
a=asa
2006-09-14 05:49:00 +00:00
hyatt%netscape.com
8c63794552 Fix for 53670. 2006-09-14 05:48:59 +00:00
hyatt%netscape.com
2afdd9c845 New chrome files. Not part of build. 2006-09-14 05:48:58 +00:00
rpotts%netscape.com
542d55e554 bug #65777 (r=valeski, sr=mscott) - Window targeting fixes... 2006-09-14 05:48:57 +00:00
alecf%netscape.com
016f1d00ef argh, fix dumb, incredibly obvious typo - requestOr not requestEr
(also spotted by bstell.. thanks bstell)
2006-09-14 05:48:56 +00:00
alecf%netscape.com
60e05807f4 comment out a dump() statement that can be confusing - has no real effect
(has no effect on running code, and should have been taken out before checking in - oops!)
2006-09-14 05:48:55 +00:00
alecf%netscape.com
899f36fe39 part of bug 46200 - sr=ben, but not part of the build yet
implement the browser's nsIURIContentListener in JS
2006-09-14 05:48:54 +00:00
mcafee%netscape.com
c3aa2a2ed0 Adding style for pageinfo (22119) 2006-09-14 05:48:16 +00:00
mcafee%netscape.com
521e3a7d83 Page info implementation, courtesy smorrison@gte.com 2006-09-14 05:48:15 +00:00
pinkerton%netscape.com
909bdf23f1 native clipboard/d&d impls now handle text/plain internally, always providing text/unicode to a client. fixes bugs 8427 and 24010. r=scc. 2006-09-14 05:48:13 +00:00
pinkerton%netscape.com
da17c8efbb First Checked In. 2006-09-14 05:48:12 +00:00
cmanske%netscape.com
5f59187a4e Fixed 20938: added 'Blank Page to Edit' to 'New' submenus in all primary module windows. a=german 2006-09-14 05:48:11 +00:00
rjc%netscape.com
0a8163dea1 Get silly beta1 redirect URLs out of the tip. 2006-09-14 05:48:10 +00:00
rjc%netscape.com
a99a34b983 Open up new "Find Bookmarks" window. 2006-09-14 05:48:09 +00:00
danm%netscape.com
fb1b20fab6 removing old, broken dialog samples from debug menu 2006-09-14 05:48:08 +00:00
law%netscape.com
67013169df Fix for bug 32664; change url and menu text for some QA menu items; a=leaf 2006-09-14 05:48:07 +00:00
akkana%netscape.com
4a56674dd0 15275: track Pavlov's change to the clipboard API (which broke this feature). r=pavlov 2006-09-14 05:48:06 +00:00
tbogard%aol.net
3f3eaf9324 Removed a dump statement that wasn't meant to have been pushed. 2006-09-14 05:48:05 +00:00
tbogard%aol.net
a75caa7597 Changed the code to use the nsIXULBrowserWindow interface rather than poking attributes for setting throbber activity, window activity and location changing. This should speed things up a bit and also makes the code a bit cleaner. 2006-09-14 05:48:04 +00:00
sfraser%netscape.com
114328d827 Give the Find and Find Again menu items a shortcut key, and add Cut/Copy/Paste strings for the context menu. r=ben 2006-09-14 05:48:03 +00:00
sfraser%netscape.com
a51d8c4eb8 Give the Find and Find Again menu items a shortcut key, and tidy up the Search menu. r=ben 2006-09-14 05:48:02 +00:00
erik%netscape.com
73c8ccac94 trying to fix build bustage with Enlarge/Reduce Text Size keys 2006-09-14 05:48:01 +00:00
pavlov%netscape.com
ab628489b3 fix for 34651 r=sfraser a=leaf 2006-09-14 05:48:00 +00:00
rjc%netscape.com
9db5d5e2de Fix bug # 29871: allow string substution with shortcut URLs. 2006-09-14 05:47:59 +00:00
pavlov%netscape.com
0b54f8e653 Make nsIFileURL scriptable and QueryInterfaceable. fix bug #34335 and 34328 and 34470. Minor cleanups on unix file picker dialog 2006-09-14 05:47:58 +00:00
sfraser%netscape.com
0bf5c0a6c2 Fix for 34362 -- make opening local files work again, by returning a URL, rather than a native path. r=pavlov, a=leaf. 2006-09-14 05:47:57 +00:00
erik%netscape.com
30597afd40 bug 30022; added SetTextZoom and some UI stuff for that 2006-09-14 05:47:56 +00:00
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
ben%netscape.com
2f95f243d5 checking in fix for linux orangeness, browser bustage 2006-09-14 05:47:48 +00:00
ben%netscape.com
abb5bd1e30 converting navigator toolbar navigation buttons from button32 over to <button>'s 'large-toolbar' class 2006-09-14 05:47:47 +00:00
law%netscape.com
5002b5654b Fix, hehe, for bug 32352. I worked hard to write the code that way, darn it. 2006-09-14 05:47:46 +00:00
morse%netscape.com
6b1460715d fix bug 32459, remove blockimage from menu if not pointing at a menu 2006-09-14 05:47:45 +00:00
pavlov%netscape.com
5a801f9dba remove the dialog.start broadcaster/observer r=travis 2006-09-14 05:47:44 +00:00
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
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
slamm%netscape.com
4ad6f97d63 Fix separators in toolbar folders (previously only fixed bookmarks menu). Bug #23639. 2006-09-14 05:44:04 +00:00
hyatt%netscape.com
2bad859584 Skin improvements. 2006-09-14 05:44:03 +00:00
slamm%netscape.com
c4c6f6fecb Fix separators in toolbar's bookmark menu. Bug #23639. 2006-09-14 05:44:02 +00:00
danm%netscape.com
f59fece0b5 changing name of position persistence attribute from [x|y] to screen[x|y]. r:hyatt 2006-09-14 05:44:01 +00:00
rgoodger%ihug.co.nz
2e3784444f ProfileManager II, r=gayatrib@netscape.com, sspitzer@netscape.com 2006-09-14 05:44:00 +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
waterson%netscape.com
319fa9d917 Fix 'triple-click' to drop bookmarks in personal toolbar bug. 2006-09-14 05:43:53 +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
bugzilla%standard8.demon.co.uk
cbce5ce1e1 Bug 351063 navigator.userAgent shows just '/' for suiterunner's extra portion (browser-prefs.js not preprocessed correctly). r/sr=Neil 2006-09-02 08:12:52 +00:00
kairo%kairo.at
b098867a10 bug 339415 - fix pref-locales to not use builtinURLs, r+sr=Neil 2006-08-19 20:49:04 +00:00
bugzilla%standard8.demon.co.uk
5677fc542d Bug 348381 Tidy up browser-prefs.js and console ifdefs. r=Benjamin,sr=Neil 2006-08-14 18:01:27 +00:00
neil%parkwaycc.co.uk
50334b1133 Bug 133117 Allow context search results to open in new tab r=IanN sr=me 2006-08-11 11:19:03 +00:00
bugzilla%standard8.demon.co.uk
7905f756e6 Bug 342897 Copy required suite files from xpfe/bootstrap (and elsewhere) to suite/app. r=kairo,sr=Neil 2006-07-31 16:49:30 +00:00
cst%yecc.com
d979f9c373 Bug 315207 Show tab preview in tab tooltips
r=db48x sr=neil
2006-07-29 08:48:45 +00:00
bugzilla%standard8.demon.co.uk
7d8210a441 Follow-up to bug 335550, remove a pref from suiterunner builds that is no longer required. r/sr=neil. 2006-07-29 08:48:42 +00:00
gavin%gavinsharp.com
3374529a25 Bug 336842: Remove unused Suite preference alerts.height, patch by Jason Barnabe (np) <jason_barnabe@fastmail.fm>, r=neil, sr=jag 2006-07-29 08:48:40 +00:00
bugzilla%standard8.demon.co.uk
e47cfc22c6 Bug 335154 Get SeaMonkey's themes registering and switching with Theme Manager. Prefs update and EM/TM -> Addons update. r=KaiRo,sr=Neil 2006-07-29 08:48:39 +00:00
kairo%kairo.at
5b80c53a08 followup comment fix for Neil's nit in bug 334478 2006-07-29 08:48:38 +00:00
kairo%kairo.at
1297a884e2 bug 334478 - Get suiterunner to actually run - default pref changes, r+sr=Neil 2006-07-29 08:48:37 +00:00
mozilla.mano%sent.com
a663280e24 Bug 301758 - disable click-and-hold contextual menus access by default, leaving it on in Seamonkey. r=mconnor. sr=neil. 2006-07-29 08:48:36 +00:00
bugzilla%arlen.demon.co.uk
7fb030e1e8 Bug 319368 Implement <a ping> - Disable in SeaMonkey for the moment
p=me r=neil.parkwaycc.co.uk sr=bzbarsky
2006-07-29 08:48:35 +00:00
bzbarsky%mit.edu
2a0332444b Reenable all of fix for bug 317819 now that tinderbox can deal with it. 2006-07-29 08:48:34 +00:00
bzbarsky%mit.edu
57a477ec59 Back out part of patch for bug 317819 until tinderbox has been fixed to deal with it 2006-07-29 08:48:33 +00:00
timeless%mozdev.org
7fd8ef148e Bug 317819 disable more javascript/DOM abilities, plugins in mail
patch by ajschult@verizon.net r=neil sr=neil
2006-07-29 08:48:32 +00:00
mnyromyr%tprac.de
34f8dbe632 Bug 229211: Remove browser.related.enabled; p=benc@meer.net/Frank Wein <bugzilla@mcsmurf.de>, r/sr=neil 2006-07-29 08:48:31 +00:00
cst%andrew.cmu.edu
fa5f3e1f22 Bug 313044 [mac] Delete (Backspace)/Shift+Delete as Back/Forward
patch by stefan_h@hem.utfors.se r+sr=neil a=asa
2006-07-29 08:48:30 +00:00
cst%andrew.cmu.edu
ec7e9e70df Bug 310380 middlemouse autoscroll should default off for UNIX/Linux (X) environment
Patch by Hogarth <bugzilla@throwaway.weebeastie.net> r=me sr=neil
2006-07-29 08:48:29 +00:00
cst%andrew.cmu.edu
113403a0ff Bug 309004 Don't show image thumbnail as tab icon for large images, since it causes slowdowns.
r=db48x sr=neil
2006-07-29 08:48:28 +00:00
bryner%brianryner.com
f17777db14 Add a global limit to the number of cached content viewers that scales with the amount of physical memory. Patch by Marria Nazif <marria@gmail.com>. Bug 292965, r=biesi, sr=me. 2006-07-29 08:48:27 +00:00
bryner%brianryner.com
fb88e527ae Backing out 292965 until Tp regression is understood. 2006-07-29 08:48:26 +00:00
bryner%brianryner.com
df3fb2c488 Add a global limit to the number of cached content viewers that scales with the amount of physical memory. Patch by Marria Nazif <marria@gmail.com>. Bug 292965, r=biesi, sr=me. 2006-07-29 08:48:25 +00:00
mozilla.mano%sent.com
75cb328728 Bug 300590 - Expose bidi.browser.ui, seamonkey part. r+sr=neil. 2006-07-29 08:48:24 +00:00
cbiesinger%web.de
ef28e24557 Bug 301248 restoring intended backspace behaviour on linux
patch by Chris Thomas (CTho) <cst@andrew.cmu.edu> r=biesi sr=neil a=asa
2006-07-29 08:48:23 +00:00
cst%andrew.cmu.edu
71ce7ccc37 Bug 298657 Set browser.xul.error_pages.enabled to true for suite
r+sr=neil a=roc
2006-07-29 08:48:22 +00:00
kairo%kairo.at
7e044f30b5 no effect on Tp, undoing again 2006-07-29 08:48:21 +00:00
kairo%kairo.at
dade5b16bc try backing out UA string addition of SeaMonkey rebranding to check if it caused the Tp impact (299624) 2006-07-29 08:48:20 +00:00
kairo%kairo.at
d7f2aa6989 bug 285696 stage 2 - really rebrand suite trunk, r+sr=Neil a=bsmedberg; note that this also changes the executable name to seamonkey.exe/SeaMonkey.app/seamonkey. Also including placeholder artwork replacing all mozilla suite related logos (note that the final SeaMonkey artwork is not ready yet) 2006-07-29 08:48:19 +00:00
bryner%brianryner.com
14b9703162 Enable fastback (saving 3 content viewers). Bug 298293, r+sr=darin, a=bsmedberg 2006-07-29 08:48:18 +00:00