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
disttsc%bart.nl
ae88848388
"Re-do change from bundle to gNavigatorBundle" (accidental backout), bug=72137, r=mao, sr=ben, a=blizzard
2006-09-14 05:56:11 +00:00
morse%netscape.com
6713f00460
bug 31967, wallet overlays, r=alecf@netscape.com, sr=ben@netscape.com
2006-09-14 05:56:10 +00:00
blakeross%telocity.com
3b1165ab07
Bookmarks on personal toolbar don't do anything when clicked. r=jag sr=blizzard (one of the .8 critical bugs)
2006-09-14 05:56:09 +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
blakeross%telocity.com
401d42a604
Removing extra "Save As..." item and separator in browser context menus (65014). r=timeless sr=alecf
2006-09-14 05:55:58 +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
blakeross%telocity.com
5fe7c67531
Fix 25369: doron's patch to implement Fishcam! r=timeless sr=alecf
2006-09-14 05:55:47 +00:00
blakeross%telocity.com
1b8047dfbe
Fix 64479, 57191, an unreported bug: lots of search bookmarks/history cleanup/fixes. r=timeless sr=alecf
2006-09-14 05:55:46 +00:00
blakeross%telocity.com
fde2596da8
Fix 64718: show Esc in menu for Stop. r=jag a=ben
2006-09-14 05:55:45 +00:00
cmanske%netscape.com
70d1c1406e
Fixing Edit Page bug 65610. r=blake, sr=smfr
2006-09-14 05:55:44 +00:00
timeless%mac.com
da39172a56
fix bug 64919 "Install PSM" should be removed from the Debug menu
...
patch from simmo@mailandnews.com r=timeless a=ben
2006-09-14 05:55:43 +00:00
danm%netscape.com
21f7b1fdd0
fix position and zoom state persistence for bm-find.xul and history.xul. bug 65262 (32148) r=ben,mscott,pchen
2006-09-14 05:55:42 +00:00
blakeross%telocity.com
4c6682e24f
removing line that was accidentally checked in.
2006-09-14 05:55:41 +00:00
alecf%netscape.com
cbe96c74dc
fix for #63698 - remove context menu for personal toolbar, as it was never working in the first place, also includes residual removal of bookmarks.js since I refactored bookmarks/history
...
a=ben r=blake
2006-09-14 05:55:40 +00:00
blakeross%telocity.com
1d723c47c8
Fix 63131: moving some event handlers from <box/> to <browser/>. r=jag sr=alecf
2006-09-14 05:55:39 +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
blakeross%telocity.com
d976d9a5eb
Fix 64135: alt+home shortcut to go Home (command+home on mac). r=timeless a=ben
2006-09-14 05:55:31 +00:00
blakeross%telocity.com
81eadc9b2d
removing dump()s.
2006-09-14 05:55:30 +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
disttsc%bart.nl
287683f6de
More appCore killing, bug=46200, r=ben, a=alecf
2006-09-14 05:55:23 +00:00
ben%netscape.com
26bcf256f4
Added comment announcing drag and drop API update for Mozilla 0.8
2006-09-14 05:55:22 +00:00
morse%netscape.com
f24b467074
bug 23095 con't -- form manager toolbar, r=pchen, sr=alecf
2006-09-14 05:55:21 +00:00