Commit Graph

335 Commits

Author SHA1 Message Date
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