stephend%netscape.com
ebad75c869
Backing out again, I swear I'm color blind. Hopefully the trees are green tomorrow. Bug 71612
2006-09-14 05:56:32 +00:00
stephend%netscape.com
a3a663b94f
Checking in on a safe tree per the rules this time, fix for bug 71612 r=timeless@mac.com sr=hewitt@netscape.com
2006-09-14 05:56:31 +00:00
stephend%netscape.com
b6bbc1dcd0
Backing out my changes for bug 71612 to meet the Netscape contributer tree requirements
2006-09-14 05:56:30 +00:00
stephend%netscape.com
7018a96d92
Fix for bug 71612 Tooltips for browser grippies r=timeless@mac.com sr=hewitt@netscape.com
2006-09-14 05:56:29 +00:00
mcafee%netscape.com
77dd541685
Moving some oncommand handlers outside of <template> constructs to avoid extra nsEventListenerManager creation (68074). sr=alecf
2006-09-14 05:56:28 +00:00
timeless%mac.com
a7c4652705
fix Bug 65428 language="javascript" should be type="application/x-javascript"
...
r=kerz a=ben
2006-09-14 05:56:27 +00:00
loadrunner%betak.net
6d18d291f6
Bug 72752, The default search engine will pick up AltaVista TradChinese, r=nhotta, sr=alecf
2006-09-14 05:56:26 +00:00
nhotta%netscape.com
00aaca8102
Adding a new converter for HKSCS (contribution from Gavin.Ho@compaq.com), bug 25226, r=nhotta, ftang, sr=erik.
2006-09-14 05:56:25 +00:00
nhotta%netscape.com
bb8dcfa1db
Moved collation setting from pref to property for localizability, bug 62015, r=tao, sr=erik.
2006-09-14 05:56:24 +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
hyatt%netscape.com
e9a68e3f7a
Fix for 71262 and 71485, r=jag, srs=shaver on 71262 and hewitt on 71485
2006-09-14 05:56:22 +00:00
ben%netscape.com
55f4e38c17
Fixes for numerous bookmarks bugs, e.g. 68496, 50276, 68395, 68537, 68545,
...
68985, various hangs, crashes, glitches etc. 68545, 68985, 68395 r=jag;
Implement new bookmarks sidebar panel. a=hyatt.
Make navigator use hbox/vbox too.
2006-09-14 05:56:21 +00:00
stephend%netscape.com
0c26cbf50d
Re-implements tooltips from bug 60260 r=db48x@yahoo.com a=ben@netscape.com
2006-09-14 05:56:20 +00:00
hewitt%netscape.com
c9fb698005
69280 - boomarks window cleanup, r=blake, sr=ben
2006-09-14 05:56:19 +00:00
blakeross%telocity.com
b2ae7d1fb3
UIEvent button property is incorrect according to the DOM2 spec. Changing values to 0, 1, 2 (left, middle, right mouse buttons respectively) from 1, 2, 3. |event.which| continues to use the old values for backwards compatibility. This affects future xbl, js, and c++ event button checks so please see the newsgroups for more info (60703). r=timeless sr=jst
2006-09-14 05:56:18 +00:00
blakeross%telocity.com
9ac5d68ef8
Smoketest blocker/autocompletion fix (69949).
2006-09-14 05:56:17 +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
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
ben%netscape.com
d62670141f
forgot to include this file in previous checkin
2006-09-14 05:55:59 +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
disttsc%bart.nl
55b37b9afc
Nothing to see here. Not removing important stuff at all. bug=67009, r=timeless, a=ben
2006-09-14 05:55:48 +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