Commit Graph

520 Commits

Author SHA1 Message Date
gerv%gerv.net
eab8201852 Relicensing Round 1, Take 2. Most C-like NPL files -> NPL/GPL/LGPL. Bug 98089. 2006-09-14 05:59:50 +00:00
hyatt%netscape.com
124f1946ed Fix for 102066, new tab in open location dialog, r=bryner, sr=brendan 2006-09-14 05:59:44 +00:00
shanjian%netscape.com
952f12e121 #93330 Manually override charset doesn't work in View | Page Source window
r= jag , sr=waterson
2006-09-14 05:59:43 +00:00
hyatt%netscape.com
552e59910a 100706. Tabbrowser stuff. r=jag, sr=blake 2006-09-14 05:59:42 +00:00
hyatt%netscape.com
5867bc2970 More 100706 fun. r/sr=jst,jag 2006-09-14 05:59:41 +00:00
hyatt%netscape.com
9ca2e22fcd Fix for 100706, r/sr=jag,brendan 2006-09-14 05:59:38 +00:00
radha%netscape.com
3f92052f24 Fix for bug 92824. Update index in SH after onStartLoad() is called for the page. r=adamlock sr=rpotts 2006-09-14 05:59:36 +00:00
bzbarsky%mit.edu
1a9ddd4d3d Make the vertical separator next to the "Home" button not show up when
there are no buttons there.  Bug 80494, patch by Fabian
<hidday@geocities.com>, r=hwaara, sr=ben
2006-09-14 05:59:35 +00:00
blizzard%redhat.com
bc9c56d413 Rewrite XRemote code. It sucks less now. Fixes bugs 62250, 66543, 84239, 89911, 90580, 94289, 98764. r=jag, sr=alecf 2006-09-14 05:59:24 +00:00
jaggernaut%netscape.com
488d365024 Bug 91884: postpone focus() calls from browser onload till after the window is shown. r=jrgm, sr=hyatt 2006-09-14 05:59:23 +00:00
shanjian%netscape.com
d0fe7baf4a #92473 Overwrite character set does not work inside Text and Textarea.
r = radha, sr=blizzard
2006-09-14 05:59:22 +00:00
rpotts%netscape.com
52dbabcb30 bug #94205. Adding flags to nsIWebNavigation::Stop(). 2006-09-14 05:59:21 +00:00
blakeross%telocity.com
de2ca1c3fd Backing out changes brought over from the branch that weren't meant to go in until the appropriate back end was checked in. rs=ben 2006-09-14 05:59:20 +00:00
blakeross%telocity.com
85d5423cab right clicking disabled buttons produces empty context menu (83765). r=hewitt sr=ben 2006-09-14 05:59:06 +00:00
blakeross%telocity.com
b2f16a8414 View Toolbar items appear when toolbars are hidden in a popup window that requested no chrome, and can't show toolbars in that case (75742); disable Edit Page, Send Page, View Source for pages with post data; allow users to hide the component bar (83059). r=kerz,sr=ben 2006-09-14 05:59:05 +00:00
jaggernaut%netscape.com
85cae61cbb Bug 87704: JS warnings about winhooks at startup. r=bbaetz, sr=brendan. 2006-09-14 05:59:04 +00:00
jaggernaut%netscape.com
9951d9532f Bug 65993: window.open("") should open a blank browser window, but loads the homepage instead. This should fix a whole bunch of similar complaints about the homepage loading instead of, or right before, the url you wanted from e.g. mail/news. r=jst, r=racham, sr=ben. Many thanks to racham for helping me test my patches. 2006-09-14 05:59:03 +00:00
jaggernaut%netscape.com
936f9aa743 Bug 91571: Closing popup window from menu crashes Mac.
r=saari, sr=hyatt.

Problem here was that the urlbar, which is hidden for a chrome-less dialog, got focussed which on Mac somehow results in a crash when you try to close the window. A nice side-effect of this fix is that accelerator keys now work again in popups without having to click in them first.
2006-09-14 05:59:02 +00:00
ccarlen%netscape.com
3ed85d3123 Bug 88630 - Themes and locales do not change when using turbo. r=vishy/sr=blake 2006-09-14 05:59:01 +00:00
alecf%netscape.com
2ca8ac1dd6 fix for regression 89345 - open link in new window broke.. doh.
sr=blake, r=jag
2006-09-14 05:59:00 +00:00
alecf%netscape.com
766277389f fix for bug 73141 r=jag, sr=mscott
correctly handle page when mail asks us to open a link in a new window
2006-09-14 05:58:59 +00:00
blakeross%telocity.com
f7826d0a15 Focusing urlbar should select contents (37587). r=brade sr=ben 2006-09-14 05:58:58 +00:00
jgaunt%netscape.com
5012b30ed0 bug #86517 Landing of Accessible_052901_Branch4 sr=waterson
r= lots, see bug
2006-09-14 05:58:57 +00:00
ben%netscape.com
f201e5a4ce 84344 - defer skin switch to restart.
r=danm, sr=hyatt, a=chofmann.
btw, the last few changes were for bug 65251.
2006-09-14 05:58:31 +00:00
matt%netscape.com
22aef24a0a fix for bug 82041. Navigator pref getting moved back to netscape. r=mcafee, a=asa, sr=blake 2006-09-14 05:58:30 +00:00
ben%netscape.com
f6c0b018b6 85386 - Navigator menu cleanup.
Rearrange content of view menu
r=jag, sr=blake, a=asa
2006-09-14 05:58:29 +00:00
law%netscape.com
30b155aa57 Bug 81712; new turbo-mode implementation, removes old stuff and replaces it with code that no longer holds a browser window open; r=syd, sr=blake, a=asa 2006-09-14 05:58:28 +00:00
sfraser%netscape.com
453b10c143 Fix for bug 74499 -- command keys don't work on Mac when no windows are open. Focussing the hidden window when it's first created fixes this. r=saari, sr=kin, a=asa 2006-09-14 05:58:24 +00:00
law%netscape.com
dc20b477fa Bug 75599; enabling the infamous '-turbo' cmd line switch; makes nsINativeAppSupport scriptable, adds Win32 code to handle -turbo switch; and tweaks window close logic in navigator.js to 'cache' a browser window; r=cathleen, sr=alecf 2006-09-14 05:58:23 +00:00
gerv%gerv.net
818226c889 Fix View | Translate, which I broke by not understanding prefs enough. Bug 82018. r=doron, sr=alecf. 2006-09-14 05:58:21 +00:00
gerv%gerv.net
5a34be8c54 Refactor translation backend to support multiple translation providers. Bug 77207. r=timeless, sr=alecf. 2006-09-14 05:58:20 +00:00
matt%netscape.com
082597c195 adding code for search button. Need sherlock to have happen.
bug 81742
2006-09-14 05:58:19 +00:00
sgehani%netscape.com
23503a7239 Add the sidebar search mode pref to the search pref panel.
b  = 4995
r  = mcafee
sr = sfraser
2006-09-14 05:58:18 +00:00
bstell%netscape.com
01b85da724 bug 79608, r=ftang, sr=vidur
for the embedding API: add get/set charset (use it in our js)
2006-09-14 05:58:17 +00:00
anatoliya%netscape.com
144e96385a bug 76512 r=pchen sr=hyatt 2006-09-14 05:58:16 +00:00
sspitzer%netscape.com
92dd2e9b53 fix for #65704. offline status indicators aren't changing.
now the offline indicators in multiple browser, mailnews, msg compose, editor windows will
update when we go offline.  also, allow windows to 'jump in' before the offline state
changes so they can do certain tasks and allow the user to cancel the state change, if needed.
(important for mailnews).  there is still some work to do, but this is the bulk of it.
r=alecf (on initial patch), r=bienvenu, sr=ben.
2006-09-14 05:57:53 +00:00
matt%netscape.com
6a04701d07 http://bugscape.netscape.com/show_bug.cgi?id=3119
added checks for search to force a default search engine
r=mcafee, sr=ben
2006-09-14 05:57:52 +00:00
timeless%mac.com
a1a7753655 Bugzilla Bug 78619 View-source: pages have a view source option
[Remove view source option]
patch by bzbarsky@mit.edu r=timeless sr=alecf
2006-09-14 05:57:51 +00:00
sfraser%netscape.com
d06a250b8e Fix bug 78419; move Find-related JS into a new file, used in navigator and viewsource. sr=sspitzer, r=jag 2006-09-14 05:57:50 +00:00
matt%netscape.com
56fb57b470 adding for url parsing
bug 73974 and bug 77261 r=mcafee and sr=brendan
2006-09-14 05:57:41 +00:00
alecf%netscape.com
75b7052c56 additional nsBrowserInstance destruction - move URI content listener into JS
part of bug 46200 sr=ben
2006-09-14 05:57:40 +00:00
hewitt%netscape.com
a150ec844e 43189 - autocomplete, r=matt, sr=alecf 2006-09-14 05:57:38 +00:00
radha%netscape.com
f4b9029008 fix for bug # 68847. Roload button doesn't work right on framed pages r=mcafee, sr=rpotts 2006-09-14 05:57:18 +00:00
sfraser%netscape.com
f1088b0c73 Fix for 76758, 63241 and 68307. Make Find search through all frames, bring the Find dialog up from JS, and make a docShell enumerator. r=adamlock, sr=kin 2006-09-14 05:57:17 +00:00
morse%netscape.com
58497126d4 bug 60151, ui doesn't work after a theme switch, r=morse, sr=ben 2006-09-14 05:57:16 +00:00
hyatt%netscape.com
c0a6642a7d Fix for 77002. reviewers=jst,waterson,hixie,shaver,brendan,pavlov 2006-09-14 05:57:15 +00:00
blakeross%telocity.com
74ddc17707 Pressing Esc while urlbar has focus should revert url to that of page and select contents of urlbar (47863, patch by doronr@naboonline.com). r=bz sr=alecf 2006-09-14 05:57:14 +00:00
peterv%netscape.com
ca407944f4 Fix View->Use Stylesheet. r=jag, sr=alecf. 2006-09-14 05:57:08 +00:00
disttsc%bart.nl
c6c4beb92d Move browser's nsIWebProgressListener implementation into js. More work for bug 46200, r=ben, r=adamlock, sr=alecf. 2006-09-14 05:57:07 +00:00
blakeross%telocity.com
dba60d2bc3 Use a cached ref to the url bar instead of retrieving it for each page load and accel+L (75331). r=kerz sr=alecf 2006-09-14 05:57:05 +00:00
disttsc%bart.nl
0936b07c52 When opening a new window, place the uri to load in the location bar. If the load is somehow interrupted, you'll now have the uri you wanted there instead of nothing. bug=70682, r=mao, sr=ben 2006-09-14 05:57:04 +00:00
blakeross%telocity.com
42e3f76cf1 This should fix at least some of the assertions (harpoon orange)...just commenting two things out. 2006-09-14 05:57:03 +00:00
blakeross%telocity.com
3dd5979a57 removing alert that snuck in. 2006-09-14 05:57:02 +00:00
blakeross%telocity.com
ec64418264 Use more efficient command structure, refactor commands, broadcasters and keys, remove unused attributes, do some other optimization (72923). Landing navigator part only; this should help new window opening and some other areas. r=ben sr=hyatt 2006-09-14 05:57:01 +00:00
disttsc%bart.nl
ca23cdb50f Back out delayedInit, it's a race problem waiting to happen. Keeping some of the goodness of that patch though, like setting session history before hooking up the progress listener. sr=hyatt 2006-09-14 05:56:44 +00:00
disttsc%bart.nl
2bdcd2fa67 Delay some browser startup/init stuff and the actual page load till after the window shows. bug=38621, r=shaver, sr=hyatt,alecf 2006-09-14 05:56:43 +00:00
blakeross%telocity.com
32219f88c6 Fixing 70746: major xul syntax changes. If you use xul, this WILL affect you! Read n.p.m.xpfe for details on the changes and how you can fix your code. r=hewitt sr=hyatt, ben 2006-09-14 05:56:42 +00:00
disttsc%bart.nl
c015b9a633 Stop "about:blank" from being loaded twice at startup and get rid of a reload at startup accidentily added a while back. bug=72342, r=hwaara, sr=hyatt 2006-09-14 05:56:41 +00:00
disttsc%bart.nl
99225e9a63 Hook up browser UI after skin switch. bug=68662, r=ben, sr=alecf, a=asa 2006-09-14 05:56:40 +00:00
disttsc%bart.nl
381deaa3eb "status bar not displaying final information", bug 62796, r=mao, sr=hyatt, a=asa 2006-09-14 05:56:39 +00:00
matt%netscape.com
7ad4e1c32f adding search pattern matching on search button
"://" and "."
r=alecf
sr=ben
2006-09-14 05:56:38 +00:00
alecf%netscape.com
0b91d57f66 fix for bug 71822 r=pchen a=ben
workaround for focusedWindow being null
2006-09-14 05:56:37 +00:00
disttsc%bart.nl
df6becdf83 Work around the "Content doesn't show at random" and "Can't open link in new window sometimes" bugs. bug=67442, r=blake, sr=alecf. 2006-09-14 05:56:36 +00:00
mcafee%netscape.com
d0b476b502 Adding view page info for pages, frames (41443). patch=matthew wilsom, r=mcafee, sr=ben 2006-09-14 05:56:23 +00:00
disttsc%bart.nl
e5b6a9a897 When cancel is pressed in the print dialog, this, by its current nature, causes an exception to be thrown, resulting in a really scary message on the console (for those blessed with one). This here patch quietens it. bug=64594, r=timeless, a=ben 2006-09-14 05:56:16 +00:00
blakeross%telocity.com
4c7d229462 The content area, not the urlbar, should be focused when you open links in new windows (53549). r=saari,timeless sr=alecf 2006-09-14 05:56:15 +00:00
radha%netscape.com
a7fd382c29 Fix for bug # 46813. Assertion while trying to go back. r=jag, sr=alecf 2006-09-14 05:56:14 +00:00
tao%netscape.com
a6832a91b6 62171: "Separate content from UI". Split langenus.xpi into regus.xpi.
browser: (r=pchen,sr=alecf), mailnews: (r=yamamoto,sr=sspitzer),
editor: (r=cmonske,sr=sfraser), xpinstall (r=ssu,sr=dveditz).
2006-09-14 05:56:13 +00:00
blakeross%telocity.com
6754eb339c Forced reload, stop button, ability to use bookmark keywords in Open Web Location dialog, persist window choice, .8 -> .9, moving things to more appropriate places (60498, 62078, 49773, others). r=timeless/jag sr=alecf 2006-09-14 05:56:12 +00:00
hyatt%netscape.com
54c9b127b7 Patch to further reduce the time of progress meter and status updates. r=pchen, sr=alecf 2006-09-14 05:56:08 +00:00
dougt%netscape.com
75a7a60a7e Relanding Necko Changes.
Revising nsIChannel to allow for overlapped i/o. This consists of three parts:

1. Factoring nsIChannel into a protocol specific part, the nsIChannel, and a socket specific, the nsITransport.
2. Derive the nsIChannel from a nsIRequest.
2. Changes the notification system from necko and the URILoader to pass the nsIRequest interface instead of nsIChannel interface.

This goal stems from wanting to be able to have active AsyncRead and AsyncWrite operations on nsSocketTransport.
This is desired because it would greatly simplify the task of maintaining persistent/reusable socket connections
for FTP, HTTP, and Imap (and potentially other protocols). The problem with the existing nsIChannel interface is
that it does not allow one to selectively suspend just one of the read or write operations while keeping the other active.

r=darin@netscape.com
sr=rpotts@netscape.com
2006-09-14 05:56:07 +00:00
blakeross%telocity.com
367a007a87 Removing Ben's crackhead date dumps. 2006-09-14 05:56:06 +00:00
disttsc%bart.nl
85c3cad8d4 Back out dougt's channel changes 2006-09-14 05:56:05 +00:00
dougt%netscape.com
db2dbe941c Revising nsIChannel to allow for overlapped i/o. This consists of three parts:
1. Factoring nsIChannel into a protocol specific part, the nsIChannel, and a socket specific, the nsITransport.
2. Derive the nsIChannel from a nsIRequest.
2. Changes the notification system from necko and the URILoader to pass the nsIRequest interface instead of nsIChannel interface.

This goal stems from wanting to be able to have active AsyncRead and AsyncWrite operations on nsSocketTransport.
This is desired because it would greatly simplify the task of maintaining persistent/reusable socket connections
for FTP, HTTP, and Imap (and potentially other protocols).  The problem with the existing nsIChannel interface is
that it does not allow one to selectively suspend just one of the read or write operations while keeping the other active.

The full details of the change on written up in the netlib newsgroup.

r=darin@netscape.com
sr=rpotts@netscape.com
2006-09-14 05:56:04 +00:00
disttsc%bart.nl
b23811a4c8 Make navigator windows not load the home page when opened programmatically (say |window.open(url);|). bug=65993, r=blake, a=ben 2006-09-14 05:56:03 +00:00
blakeross%telocity.com
5af33cdab9 Directory listings have wrong context menu (for bbaetz, 67013). r=blake a=ben 2006-09-14 05:56:02 +00:00
blakeross%telocity.com
12a91bab18 Caching the browser in navigator.js so we don't keep retrieving it on startup (67262). r=timeless sr=alecf 2006-09-14 05:56:01 +00:00
ben%netscape.com
cbccb2cf5f Bookmarks Window Updates, includes fixes for
27495, 38004, 42080, 43146, 43753, 47494, 50835, 53403, 55447, 55448, 55787
r=blake, a=hyatt
2006-09-14 05:56:00 +00:00
ben%netscape.com
057c8f33a3 Fix bug 67073, remove form toolbar. r=jag, blake, jst, a=brendan
8:51 PM 2/2/2001
2006-09-14 05:55:57 +00:00
disttsc%bart.nl
bcd3bcd8e5 Move over, strres.js, the new, sexy <stringbundle/> is in Browser Town. bug=56680, r=timeless, a=ben 2006-09-14 05:55:56 +00:00
disttsc%bart.nl
3beb293995 Let's try this again. No changes since the last time, it looks like I was bitten by something else that was checked in and I just happened to trigger the bug. It all seems to work fine now, so:
More appCore killing. bug=46200, r=ben, a=alecf.
2006-09-14 05:55:55 +00:00
locka%iol.ie
190ed01c8e Changed docshell so it turns the mouse pointer "busy" in the associated window while it is loading a document. Removed the hack in the navigator chrome that used the throbber status to set the busy pointer. b=30375 sr=rpotts@netscape.com 2006-09-14 05:55:54 +00:00
alecf%netscape.com
2755eaa923 fix for #65994 r=blake, sr=ben
use hidden="false" so that the hidden state of the magic toolbar buttons get persisted
2006-09-14 05:55:53 +00:00
pinkerton%netscape.com
7434746589 add comment pointing to embedding c++ code for TITLE attributes. r=saari/sr=sfraser&ben 2006-09-14 05:55:52 +00:00
alecf%netscape.com
3d8c18dbe2 back out a line that I accidentally checked in with another fix 2006-09-14 05:55:51 +00:00
alecf%netscape.com
eef1b7e9bd back out jag's checkin as it caused blocker bug 65988 2006-09-14 05:55:50 +00:00
disttsc%bart.nl
9603b030e8 More appCore killing. bug=46200, r=ben, a=alecf 2006-09-14 05:55:49 +00:00
alecf%netscape.com
4fc0646dc6 more nsBrowserInstance lovin' - move the show/hide button junk into JavaScript using the now-working pref-change-observer system. bug 46200.
a=ben, r=jag
2006-09-14 05:55:38 +00:00
disttsc%bart.nl
aff474a50e Fix default page loaded at start-up for the case where the browser was started with command line parameters. bug=64526, r=timeless, a=ben 2006-09-14 05:55:37 +00:00
disttsc%bart.nl
0bf7b8e936 Fix minor goof, patch by John Morisson <jrgm@netscape.com>, r=me, a=ben 2006-09-14 05:55:36 +00:00
disttsc%bart.nl
3c54ed2384 Move the text zoom menu into its own overlay so it can be used by mail/news. Bug=64449, r=timeless,mao, a=ben 2006-09-14 05:55:35 +00:00
disttsc%bart.nl
32bbdf4df4 Fix bug 64596: "starting mozilla with a URL breaks opening URLs in a new window", r=timeless, a=ben
I suck.
2006-09-14 05:55:34 +00:00
blakeross%telocity.com
3508b1a3ca Fix two problems with previous patch (including bug 64639, PT broken). r=jrgm,jag 2006-09-14 05:55:33 +00:00
blakeross%telocity.com
3305b31ac7 Fix 64582: navigator cleanup/optimization. r=jag a=ben 2006-09-14 05:55:32 +00:00
disttsc%bart.nl
2b0691aee0 Split up BrowserLoadURL into wrapper for urlbar and function which can be used in other places. bug=61808, r=blake, a=ben 2006-09-14 05:55:29 +00:00
blakeross%telocity.com
b9696e147f Fix 54963: mousewheel text sizing not bounded, and lower upper bound (to 2000%). patch by Jonas Sicking (sicking@bigfoot.com). r=bryner,blake a=ben 2006-09-14 05:55:28 +00:00
morse%netscape.com
fd5df2b22a fix bustage (javascript error) introduced by last checkin (for bug 23095) 2006-09-14 05:55:27 +00:00
disttsc%bart.nl
19d01dbfe8 Fix page cycling related timeouts on tinderboxen. 2006-09-14 05:55:26 +00:00
morse%netscape.com
5153eeaafd bug 64355, hide form toolbar by default, r=evaughn@netscape.com, sr=blizzard@mozilla.org 2006-09-14 05:55:25 +00:00
disttsc%bart.nl
0c87cf17cf Refactor nsBrowserInstance's LoadInitialPage, add contract id for the command line service, move code from c++ to js, remove dead code. bug=46200, r=blizzard, a=
alecf.
2006-09-14 05:55:24 +00:00
morse%netscape.com
7bfd0cd1f2 attempt to fix leak and bloat caused by previous checkin 2006-09-14 05:55:20 +00:00
morse%netscape.com
e65baf0bb2 bug 23095 toolbar for wallet functions, r=pchen@netscape.com sr=alecf@netscape.com 2006-09-14 05:55:19 +00:00
disttsc%bart.nl
dc8160002f Fix attribute namespace goof-up in html tooltip code, r=jst, a=alecf 2006-09-14 05:55:17 +00:00
sspitzer%netscape.com
d6ab6bec5b fix all context menu for the message pane. except for "Select All",
none of the menu items worked.  two problems:  move isDocumentFrame()
out to contentAreaUtils.js and move the creation of the contextMenu out
so it wouldn't go out of scope.  r=blakeross, sr=bienvenu
2006-09-14 05:55:16 +00:00
blakeross%telocity.com
5e919485eb Fix 63126: busy cursor state is broken on windows and linux (after clicking on a link). r=jag sr=alecf 2006-09-14 05:55:15 +00:00
disttsc%bart.nl
5bb0bfa8ea More appCore killing, bug=46200, r=ben, a=alecf 2006-09-14 05:55:14 +00:00
disttsc%bart.nl
f658d4bd76 Fix html tooltips. I have been whipped. Ouch. bug=62050, r=blake, a=ben 2006-09-14 05:55:13 +00:00
blakeross%telocity.com
81026f3a38 Fix 60606: remove (evil!) mail dependency on navigator.js. also fixes bookmarking in mail via the context menu. r=jag sr=alecf 2006-09-14 05:55:12 +00:00
disttsc%bart.nl
2495df44e8 Temporarily hide leaks (hopefully). Bug 61886, r=dbaron, a=ben 2006-09-14 05:55:09 +00:00
disttsc%bart.nl
ccffe3d0d2 more cleaning up (bug 55798), r=alecf, a=ben 2006-09-14 05:55:08 +00:00
dbaron%fas.harvard.edu
48dd8491b4 Bypass XBL as a hack to avoid a large leak. b=61821 r=disttsc@bart.nl sr=alecf@netscape.com 2006-09-14 05:55:07 +00:00
disttsc%bart.nl
8af6fdd677 More appCore ditching (bug 46200) and cleaning up of navigator.js (bug 55798), r=alecf, a=ben 2006-09-14 05:55:06 +00:00
disttsc%bart.nl
b11be61da1 Damn typos sneaking past me. Fixed. bug=61185, r=blake, a=ben 2006-09-14 05:55:05 +00:00
disttsc%bart.nl
4b489792bc Whoops... Fixing ``/ //'' lines... 2006-09-14 05:55:04 +00:00
disttsc%bart.nl
d9c8cae48d Get rid of most appCore uses in navigator.js and do some general cleaning-up. bug=46200, r=alecf, r=Hixie, a=ben 2006-09-14 05:55:03 +00:00
disttsc%bart.nl
9f7d6dd544 A few preparations for later checkins for bug 46200. r=alecf, a=ben 2006-09-14 05:55:02 +00:00
blakeross%telocity.com
80f875c072 Fix 59707: extract navigator's context menu and allow it to be used elsewhere in the app (and to help in embedding). r=jag a=alecf 2006-09-14 05:55:01 +00:00
disttsc%bart.nl
a3ad1c8493 Fixes reference cycle causing leaks, bug=60927, r=dbaron, a=alecf 2006-09-14 05:55:00 +00:00
disttsc%bart.nl
d5f5cd26ab Two about:blank related changes:
22400 - Don't show "about:blank" for "blank page" on new window open, r=smfr, a=alecf
37987 - Don't show "Document: done" for "about:blank", r=timeless, a=alecf
2006-09-14 05:54:59 +00:00
alecf%netscape.com
2637025237 big rewrite of drag & drop code to fix #52519
- fix warnings
- change title/url separator to "\n"
- clean up image dragging
- consolidate code
r=jag, a=ben
2006-09-14 05:54:58 +00:00
blakeross%telocity.com
be05193ddf Fix 48876: make d&d and modifier-/middle-click possible throughout the app and implement selection within link (50673). Also fixes 59520, 48780, 48632, 57588, 59132. r=jag sr=alecf 2006-09-14 05:54:56 +00:00
mstoltz%netscape.com
496aa71fdc Fixing bugscape 3109, LiveConnect exploit. sr=jband, brendan.
Fixing 58021, exploit in "open in new window," bug 55237. sr=brendan
2006-09-14 05:54:51 +00:00
blakeross%telocity.com
65a9a121f7 Fix 44239, 43714, 48023, 51248: home button d&d, tooltips, prefs, and other cleanup. r=timeless a=alecf 2006-09-14 05:54:50 +00:00
blakeross%telocity.com
5e21c695be Fixing a typo in my last patch... 2006-09-14 05:54:43 +00:00
blakeross%telocity.com
b330fea4ab Fix 58333, 58283, 58354: Middle mouse paste of URL no longer works, shift+click (not alt+click) to save a link, and middle-click/control-click on <AREA> doesn't open in new window. r=ben sr=brendan 2006-09-14 05:54:42 +00:00
blakeross%telocity.com
93ea2b5d8a Fix for 12056: ctrl+click on a link should open in new window, alt+click should save it. r=jst sr=brendan, alecf 2006-09-14 05:54:39 +00:00
disttsc%bart.nl
633e56895b Make the font size menu always set a zoom level as interim fix until we've hooked up mousewheel font size changing to this menu.
bug=57480, r=bryner, a=ben
2006-09-14 05:54:33 +00:00
blakeross%telocity.com
032d1d1351 Fix 57825: search button broken for single click searches. r=pchen a=alec, rtm+ 2006-09-14 05:54:32 +00:00
pchen%netscape.com
cfb67e58c5 bugzilla 56564, r=matt, sr=alecf, ooops, found typo in fix, fixing typo 2006-09-14 05:54:31 +00:00
matt%netscape.com
22951488d2 http://bugzilla.mozilla.org/show_bug.cgi?id=55413
adding fuction for listeners
a=ben.
a=rjc
2006-09-14 05:54:30 +00:00
pchen%netscape.com
9d81d038e4 bugzilla 56564, r=matt, sr=alecf, revert code from bugscape 2666 and use
string bundle for "third" search URL
2006-09-14 05:54:29 +00:00
law%netscape.com
a9d020377f rtm+ bug 27187; add code to make Mozilla the 'default browser'; r=ssu@netscape.com; sr=scc@netscape.com 2006-09-14 05:54:28 +00:00
disttsc%bart.nl
5ef57cac22 Make Text Size menu not show on Macs. bug=52969, r=pinkerton, a=ben 2006-09-14 05:54:27 +00:00
law%netscape.com
e722c4ea5c Bug 50656; r=matt@netscape.com; sr=ben@netscape.com; Don't let window.status override window.defaultStatus forever, and don't put auxilliary messages into overLink 2006-09-14 05:54:06 +00:00
blakeross%telocity.com
6dc8c06ed5 Fix bug 46645, pref about popping open the My Sidebar Search search when search results are available has no effect. r=rjc sr=scc, rtm+ 2006-09-14 05:54:05 +00:00
pchen%netscape.com
872f818a27 bugscape 2666, r=matt, sr=scc, removed code to check to see if defaultSearchURL equals fallback URL, set fallback URL to hard coded value, should be functionally equivalent and we can internationalize the URLs 2006-09-14 05:54:04 +00:00
ben%netscape.com
f51555b932 fix for 53537, middle mouse click drag on scrollbar causes clipboard to load in content area.
patch from jrgm, r=alecf, sr=ben (juss' checking it in...)
2006-09-14 05:54:03 +00:00
locka%iol.ie
84a7ac1d6f Changes to loadURI & reload methods on nsIDocShell, nsIWebNavigation. b=50949, r=radha, a=radha 2006-09-14 05:54:02 +00:00
disttsc%bart.nl
5f5da58f1f Fixes a minor gotcha when selecting View -> Text Size -> Other, then cancel. Checkmark was left on Other instead of being set back on the menuitem it was on before. bug=52971, r=mozbot, a=brendan. 2006-09-14 05:54:01 +00:00
beard%netscape.com
f516e86f4d Fixing strict JS warning (duplicate declaration of var leakDetector). Using XPConnect wrapper as the prototype of the JS LeakDetector constructor function. 2006-09-14 05:54:00 +00:00
disttsc%bart.nl
d6f26b68f6 Better version of View -> Text Size submenu. bug=37940, r=mj@digicool.com, a=brendan 2006-09-14 05:53:59 +00:00
anthonyd%netscape.com
fbbd682a7c bug fix for 22163
selection of url bar on focus
r=akkana
2006-09-14 05:53:25 +00:00
rayw%netscape.com
df540731d2 Bug fix for 52648 -- remaining stash of progids which I missed on
the mega-change yesterday.  This will fix a few more issues.

r=warren
2006-09-14 05:53:23 +00:00
anthonyd%netscape.com
feb03ed925 fix for bug #22163
making url bar behaviour the same as 4.x and IE
xul text fields, autocomplete fields now respond to onblur and onfocus events
r=hyatt,mjudge
2006-09-14 05:53:22 +00:00
rayw%netscape.com
7b312a71f9 Bug 37275, Changing value of all progids, and changing everywhere a progid
is mentioned to mention a contractid, including in identifiers.

r=warren
2006-09-14 05:53:17 +00:00
pinkerton%netscape.com
9ad709df93 since mac has a better way to display busy status, don't set the busy cursor here in JS. r=ben, bug#52108 2006-09-14 05:53:16 +00:00
law%netscape.com
cdd57c3110 Bug 39957; specify VALIDATE_NEVER cache flag when (re)loading URLs to save stuff; r=radha@netscape.com 2006-09-14 05:53:15 +00:00
slamm%netscape.com
d5f7b5b806 Fix sidebar popopen on search (51694). Move all the logic into sidebarOverlay.js. r=pavlov 2006-09-14 05:53:14 +00:00
pavlov%netscape.com
0bb9694245 fix for bug 51417 2006-09-14 05:53:13 +00:00
sfraser%netscape.com
80671d5d81 Fix JavaScript warnings in strict mode. r=pchen 2006-09-14 05:53:12 +00:00
BlakeR1234%aol.com
e9aeca799e Fix a regression I introduced accidentally, patch by Tim (6782) r=me 2006-09-14 05:53:11 +00:00
beard%netscape.com
b7fe01f9c3 hooked up Leak Detector contextual menu. 2006-09-14 05:53:10 +00:00
sfraser%netscape.com
88f2fe8ca8 Fix 43119 -- make the Page Info dialog pretty, and 49187 -- allow copy/drag in view source. r=ben 2006-09-14 05:53:07 +00:00
jst%netscape.com
36f246c1d3 Making the view-source window resizeable. r=vidur@netscape.com 2006-09-14 05:53:06 +00:00
shanjian%netscape.com
13c55906d7 #44011 the bookmark charset does not work correctly if we select sidebar first
ra = ftang
doc charset can be and should be get directly from window without paying
any attention to focused window.
2006-09-14 05:53:05 +00:00
vidur%netscape.com
6705a3f95e Fix for bug 49187. ViewSource now emits HTML. The VIEW_SOURCE_HTML #define at the top of nsViewSourceHTML.cpp and nsLayoutDLF.cpp allows us to switch back to XML if necessary. The VIEW_SOURCE_COLORING #define in nsViewSourceHTML.cpp allows us to turn on source coloring. Without source coloring (the default right now), bringing up source is considerably faster. r=harishd 2006-09-14 05:53:04 +00:00
sfraser%netscape.com
3f51b584d7 Make dialogs have titlebars (fallout from bug 41741, fixes bugs 50388, 50389, 50738, 50739, 50747). Simple addition of "titlebar" to chrome flags. 2006-09-14 05:53:03 +00:00
beard%netscape.com
f027618473 traceObject(). only used when leak detector built. 2006-09-14 05:53:02 +00:00
jst%netscape.com
e04f552571 Checking in patch from jrgm@netscape.com that fixes warnings about bad DOM useage (part of bugs 48264 and 48161). r=me (a=ben@netscape.com) 2006-09-14 05:53:00 +00:00
dbaron%fas.harvard.edu
b3337b445c Fix the throbber and other things broken by adamlock's carpool on the 25th by updating the names of renamed constants. This will increase the leak stats on tinderbox due to animated gif leaks (bug 47098). Patch from tim@prismelite.com. r=adamlock,dbaron a=waterson b=50489 2006-09-14 05:52:59 +00:00
BlakeR1234%aol.com
5286fe3328 Fix bugs 43546 and 50397 (nsbeta3+) and 50398, add themes to view menu 2006-09-14 05:52:58 +00:00
BlakeR1234%aol.com
9056ca156c Fix bug 35233, Stop on the context menu needs to be disabled at the appropriate times. r=jrgm a=brendan 2006-09-14 05:52:42 +00:00
law%netscape.com
d63ac2fd36 Bug 21137; make Shift-Reload force reload from server; r=radha@netscape.com 2006-09-14 05:52:41 +00:00
pchen%netscape.com
22c8f791ea bug 22342, r=danm, back out ben's hack to try to load URL in current window if empty otherwise load in a new window, now always load using openTopWin() 2006-09-14 05:52:33 +00:00
matt%netscape.com
16f5d88a56 fix for bug 30375 rev. matt patch taken 2006-09-14 05:52:32 +00:00
ben%netscape.com
6213a03b87 fix for nsbeta3+ bug 40877, 'secs' is not localised in navigator.js 2006-09-14 05:52:31 +00:00
pavlov%netscape.com
fcc7804c07 removing a dump() that shows a bogus error 2006-09-14 05:52:30 +00:00
danm%netscape.com
f25876d3d6 reverting the part of rev 1.198 that causes a 100% reproducible, impossible to miss crash every time a browser window is closed, and seems to do nothing else. bug 47491 2006-09-14 05:52:29 +00:00
pierre%netscape.com
3a6ba124bf 6782 (UI for alternate and user stylesheets) Thanks to Tim Hill <tim@prismelite.com> 2006-09-14 05:52:28 +00:00
ducarroz%netscape.com
cfa121852f Fix for bug 46678. We need to ignore onInput event right after somebody set the value of the textfield else autocomplete will start. R=radha 2006-09-14 05:52:25 +00:00
roc+%cs.cmu.edu
a7c26e84f5 Removing TABLE SUMMARY from browser tooltips. Bug #45735. r=ben, a=brendan 2006-09-14 05:52:24 +00:00
ben%netscape.com
3d53d6c3c8 toolbar landing 44756 2006-09-14 05:52:23 +00:00
BlakeR1234%aol.com
a5fca72c45 Fix bug 41345, implement checkmarks for the current visited page in the Go menu (as IE 5.x and NN 4.x do). r=jag, a=radha 2006-09-14 05:52:22 +00:00
mjudge%netscape.com
2261960f15 15665 beta3+ Javascript selecting a link when dragging. 2006-09-14 05:52:21 +00:00
BlakeR1234%aol.com
d3daaf97ec Oops; fix capitalization error in my last checkin. 2006-09-14 05:52:20 +00:00
BlakeR1234%aol.com
b48d29ccd2 Fix bug 37940, implement IE-style Text Size menu. Thanks to jag for the help. r=jag 2006-09-14 05:52:19 +00:00
BlakeR1234%aol.com
4c1fbfdc7c Fix for bug 35770. Patch by jrgm@netscape.com, r=me 2006-09-14 05:52:06 +00:00
ben%netscape.com
e6849f9ecf 46803, XP keyboard accelerators for navigation. 2006-09-14 05:52:05 +00:00
rjc%netscape.com
13e47653e6 Fixes for various sidebar panels for bug # 42718. Also, set page title for FTP/FILE displays. Finally, fix a bug (can't remember the bug # at the moment) with clicking on the scrollbar... basically, make sure the click is on a <treeitem> before processing the click. r=me 2006-09-14 05:51:36 +00:00
warren%netscape.com
8d6e5d39f7 Factored string bundles out of necko. Fixes bug 42107 - need to fix string bundle init workaround. Also bug 40506 - nsIWebProgressListener needs status text. Status messages now work in mozilla and viewer with internationalized and parameterized text! Added temporary error architecture until bug 13423 can be fixed. Extended nsIStringBundleService to provide method to format status message. r=valeski,jband,tao. verified=mstoltz 2006-09-14 05:51:35 +00:00
nhotta%netscape.com
0d32bb0fc4 Added code to pass default charset to directory viewer, bug 28787, r=law. 2006-09-14 05:51:34 +00:00
ben%netscape.com
fc8fde8af1 modify navigator tooltip to remove location for links 2006-09-14 05:51:33 +00:00
tao%netscape.com
ab45b402c2 39790 : [L12y] Move all localizable prefs into chrome:// .r=rjc. 2006-09-14 05:51:32 +00:00
ben%netscape.com
e7614554fc small ammendment to earlier tooltip checkin for browser 2006-09-14 05:51:31 +00:00
ben%netscape.com
f72fa4f594 fix for 27828, TITLE attribute shows tooltip in content area. patch from robert o'callahan, r=me. 2006-09-14 05:51:30 +00:00
law%netscape.com
0a3f8a2fd0 Bug 36658; notify urlwidget component on page load; r=matt@netscape.com 2006-09-14 05:51:12 +00:00
nhotta%netscape.com
624c6efef8 Changed to pass a charset to openDialog so that a new window inherits the charset, bug 27646, r=ftang. 2006-09-14 05:51:11 +00:00
tao%netscape.com
49d3504940 39790: [L12y] Move all localizable prefs into chrome://.r=alecf. 2006-09-14 05:51:10 +00:00
matt%netscape.com
2c347e804e pulling out search string from JS to a properties file.
R:law
bug:35124
2006-09-14 05:51:09 +00:00
danm%netscape.com
eaac87815e tracking change of name of window.content to _content. (bug 33650) r=hyatt 2006-09-14 05:51:08 +00:00
rpotts%netscape.com
8449405e24 Reworked the nsIWebProgress interfaces and implementation... 2006-09-14 05:51:03 +00:00
ben%netscape.com
a6234be1db partial fixes for 32347, 30536, 41120 2006-09-14 05:51:02 +00:00
akkana%netscape.com
09d2562e7f 42306: remove hacky workaround for middle mouse handling, no longer
needed; event bubbling now happens correctly.  r=saari,mjudge; a=beppe
2006-09-14 05:50:54 +00:00
law%netscape.com
25c2f4d88a Bug 1050; escape target URI when passing to Alis; r=rjc 2006-09-14 05:50:53 +00:00
law%netscape.com
d99640642d Bugs 36789, 22861, and 38827 (all related to downloading files); change xfer component to use nsIFilePicker, handle content-disposition: http response header, and fix a l10n problem; r=slamm 2006-09-14 05:50:52 +00:00
ben%netscape.com
0950cc3ffb partial fix for b41120 and b41123 - tooltips for navigator and taskbar 2006-09-14 05:50:51 +00:00
ben%netscape.com
19f9614785 place navigator's online/offline status indicator in communicator-wide overlay so that mailnews and editor can use it. 2006-09-14 05:50:46 +00:00
ben%netscape.com
4ba5d91ac1 add offline indicator to statusbar and menu 2006-09-14 05:50:32 +00:00
evaughan%netscape.com
7190bdece2 Patch from:
Davor Cubranic
Tomi Leppikangas

That implements middle mouse click to position on unix.

Bug #24117

-r evaughan -a brendan
2006-09-14 05:50:27 +00:00
jbetak%netscape.com
747c513ea5 18022, bookmark doc charset caching
r=rjc, ftang, a=ftang
2006-09-14 05:50:26 +00:00