Commit Graph

1665 Commits

Author SHA1 Message Date
disttsc%bart.nl
d7632eed83 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 2001-04-08 08:39:33 +00:00
disttsc%bart.nl
72cea9bb38 Clean up MODULE/REQUIRES, bug=73353, r=cls 2001-04-08 08:33:11 +00:00
blakeross%telocity.com
b3f9664e50 This should fix at least some of the assertions (harpoon orange)...just commenting two things out. 2001-04-06 00:51:19 +00:00
blakeross%telocity.com
3e93f06329 removing alert that snuck in. 2001-04-05 19:54:08 +00:00
blakeross%telocity.com
c9b9689e26 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 2001-04-05 19:53:13 +00:00
dprice%netscape.com
8c0b9eaf97 65845 - new order files 2001-04-05 06:02:32 +00:00
loadrunner%betak.net
bc0588b645 Bug 72752, The default search engine will pick up AltaVista TradChinese, r=nhotta, sr=alecf 2001-04-05 01:05:28 +00:00
hyatt%netscape.com
fe8a8c8c58 Fix for 53670. 2001-04-04 23:15:02 +00:00
disttsc%bart.nl
f2b7355968 Get postData from session history instead of BrowserInstance. bug=46200, r=law, sr=alecf 2001-04-03 20:53:50 +00:00
disttsc%bart.nl
dacbb4faa9 Add "gfx2" and "imglib2" to REQUIRES lines in Makefile.in for MOZ_TRACK_MODULE_DEPS builds (e.g. senna) 2001-03-30 10:39:06 +00:00
alecf%netscape.com
cd7184da22 fix for but 1995, checking in for sicking@bigfoot.com, sr=alecf r=jag 2001-03-30 06:01:00 +00:00
radha%netscape.com
f54ac9de78 Fix for bug # 72995. r=morse, mcafee. sr=alecf 2001-03-28 23:47:00 +00:00
nhotta%netscape.com
6198d6b1af Adding a new converter for HKSCS (contribution from Gavin.Ho@compaq.com), bug 25226, r=nhotta, ftang, sr=erik. 2001-03-28 01:20:37 +00:00
disttsc%bart.nl
f595ed19f3 Clean up REQUIRES lines. r=cls 2001-03-25 22:59:27 +00:00
blakeross%telocity.com
85f54f99db Removing non-compliant text/xul mimetype, replacing with application/vnd.mozilla.xul+xml (28237, patch by gerv@gerv.net). r=blake sr=hyatt 2001-03-25 16:49:38 +00:00
disttsc%bart.nl
c4169f4926 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 2001-03-23 08:14:49 +00:00
mkaply%us.ibm.com
4e509b68bf #72745
r=doron, sr=alecf
Change hardcoded Mozilla to brandShortName
2001-03-23 03:26:54 +00:00
disttsc%bart.nl
5ea9f07348 Delay some browser startup/init stuff and the actual page load till after the window shows. bug=38621, r=shaver, sr=hyatt,alecf 2001-03-22 13:05:53 +00:00
tao%netscape.com
899c4a03c2 71042: Linux installer build: "English UNIX" in "View|Set Language"
(r=ssu,sr=erik)
2001-03-22 02:17:47 +00:00
blakeross%telocity.com
0b2dd2b2d2 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 2001-03-22 00:59:29 +00:00
maolson%earthlink.net
1e7ee6f0f9 fix bug 70747 [XUL Syntax] Replace <textfield> with <textbox>
r=blake, a=ben
2001-03-22 00:15:47 +00:00
tao%netscape.com
a6926bddd9 Fix bustage. 2001-03-19 23:40:58 +00:00
tao%netscape.com
af837c8d5a 71517: Dynamically select platform jar in langxxxx.xpi. r=ssu, sr=dveditz.
package all en-*.jar into langenus.xpi and select on one the fly.
2001-03-19 23:10:12 +00:00
disttsc%bart.nl
8673dbea09 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 2001-03-19 21:52:33 +00:00
disttsc%bart.nl
0fa0b3f419 Hook up browser UI after skin switch. bug=68662, r=ben, sr=alecf, a=asa 2001-03-16 22:40:15 +00:00
disttsc%bart.nl
ceea27c833 "status bar not displaying final information", bug 62796, r=mao, sr=hyatt, a=asa 2001-03-16 21:40:33 +00:00
disttsc%bart.nl
61b5f3beff "Re-do change from bundle to gNavigatorBundle" (accidental backout), bug=72137, r=mao, sr=ben, a=blizzard 2001-03-16 21:32:24 +00:00
stephend%netscape.com
748d52f594 Checking in the fix for tooltip in browser, bug 71612 r=timeless@mac.com sr=hewitt@netscape.com 2001-03-14 03:05:08 +00:00
matt%netscape.com
ba5d3e5101 adding search pattern matching on search button
"://" and "."
r=alecf
sr=ben
2001-03-14 02:38:24 +00:00
alecf%netscape.com
799a8d7f6d fix for bug 71822 r=pchen a=ben
workaround for focusedWindow being null
2001-03-13 19:56:36 +00:00
dprice%netscape.com
edb387e49c 71057 sr=waterson new order files. NOT PART OF THE REGULAR BUILD 2001-03-13 10:47:37 +00:00
stephend%netscape.com
78483509e7 Backing out again, I swear I'm color blind. Hopefully the trees are green tomorrow. Bug 71612 2001-03-13 07:59:27 +00:00
stephend%netscape.com
07da833dac Checking in on a safe tree per the rules this time, fix for bug 71612 r=timeless@mac.com sr=hewitt@netscape.com 2001-03-13 07:28:02 +00:00
ben%netscape.com
28a24ae620 Fix for 52536, can't bookmark full page plugin. r=jag, kerz; a=hewitt 2001-03-13 07:05:39 +00:00
stephend%netscape.com
26f19b75a6 Backing out my changes for bug 71612 to meet the Netscape contributer tree requirements 2001-03-13 02:13:38 +00:00
stephend%netscape.com
53742e8b35 Fix for bug 71612 Tooltips for browser grippies r=timeless@mac.com sr=hewitt@netscape.com 2001-03-13 01:47:09 +00:00
mcafee%netscape.com
e7e28ae1c1 Moving some oncommand handlers outside of <template> constructs to avoid extra nsEventListenerManager creation (68074). sr=alecf 2001-03-12 23:30:29 +00:00
timeless%mac.com
0d00eb70d8 fix Bug 65428 language="javascript" should be type="application/x-javascript"
r=kerz a=ben
2001-03-11 12:17:34 +00:00
ben%netscape.com
48efcf8c86 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.
2001-03-11 07:30:02 +00:00
disttsc%bart.nl
be365c8ed9 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. 2001-03-10 11:16:26 +00:00
hyatt%netscape.com
d741df52e2 Fix for 71262 and 71485, r=jag, srs=shaver on 71262 and hewitt on 71485 2001-03-10 01:43:09 +00:00
dbaron%fas.harvard.edu
5c527757fd Fix MOZ_TRACK_MODULE_DEPS (senna tinderbox) bustage by adding txmgr to REQUIRES. 2001-03-09 16:20:16 +00:00
alecf%netscape.com
5f55e74b16 ooops, forgot this in my last checkin - part of bug 70929 sr=waterson 2001-03-09 14:58:38 +00:00
stephend%netscape.com
beadd74932 Re-implements tooltips from bug 60260 r=db48x@yahoo.com a=ben@netscape.com 2001-03-09 07:23:56 +00:00
hewitt%netscape.com
6133d05e5f 69280 - boomarks window cleanup, r=blake, sr=ben 2001-03-09 00:08:52 +00:00
mcafee%netscape.com
a6f550ce32 Adding view page info for pages, frames (41443). patch=matthew wilsom, r=mcafee, sr=ben 2001-03-08 01:55:27 +00:00
dougt%netscape.com
333222f0fe Fix for 71235. making pagecycler give some timing data. r=waterson@netscape.com 2001-03-08 00:56:42 +00:00
thayes%netscape.com
17043646da Implement tab-based framework for pageInfo.
+ tabs + extension by overlay + open to specific tab
2001-03-08 00:48:09 +00:00
tao%netscape.com
4b1208d8d4 1. 61626:"Need to make langxxxx.xpi platform neutral"
2. 70622: fix the "update.html" is also included.
3. 69934: make regus.jst & langenus.jst more localization friendly.
r=ssu,sr=deveditz.
2001-03-06 02:34:34 +00:00
blakeross%telocity.com
38794d139f 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 2001-03-02 03:07:53 +00:00
disttsc%bart.nl
83c3e701ec 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 2001-03-01 10:49:15 +00:00
blakeross%telocity.com
f99981d728 The content area, not the urlbar, should be focused when you open links in new windows (53549). r=saari,timeless sr=alecf 2001-02-28 03:22:46 +00:00
nhotta%netscape.com
87c672b401 Moved collation setting from pref to property for localizability, bug 62015, r=tao, sr=erik. 2001-02-27 23:33:47 +00:00
dprice%netscape.com
199c935b04 # 65845 sr=waterson, new order files will greatly reduce the number of link warnings. 2001-02-27 04:38:19 +00:00
radha%netscape.com
c78295cd82 Fix for bug # 46813. Assertion while trying to go back. r=jag, sr=alecf 2001-02-27 00:55:49 +00:00
blakeross%telocity.com
c2f13b1ae0 Smoketest blocker/autocompletion fix (69949). 2001-02-23 20:40:29 +00:00
tao%netscape.com
0f1d140dbb fixed bustage (lines slipped in solving conflicts) 2001-02-23 09:28:21 +00:00
tao%netscape.com
90bfcacfe5 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).
2001-02-23 08:34:10 +00:00
blakeross%telocity.com
26aff3aa5d 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 2001-02-23 03:31:46 +00:00
radha%netscape.com
e0fd14934e Fix for bug # 69713. Get rid of unused #defines. r=timeless, adamlock 2001-02-23 00:09:00 +00:00
hyatt%netscape.com
25dba148ef Patch to further reduce the time of progress meter and status updates. r=pchen, sr=alecf 2001-02-22 23:46:19 +00:00
disttsc%bart.nl
a6f2f5861a Mass REQUIRES update to synch up with string lib and xul changes in an attempt to fix senna bustage. r=jst, sr=cls 2001-02-22 09:35:51 +00:00
dougt%netscape.com
128f95aa9b 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
2001-02-21 20:38:08 +00:00
morse%netscape.com
5aca67d92e bug 31967, wallet overlays, r=alecf@netscape.com, sr=ben@netscape.com 2001-02-21 05:28:18 +00:00
dprice%netscape.com
997fb091c7 65845 first cut of the order files 2001-02-13 02:48:02 +00:00
blakeross%telocity.com
660b5b3b80 Removing Ben's crackhead date dumps. 2001-02-12 22:18:27 +00:00
disttsc%bart.nl
3d2d80d536 Back out dougt's channel changes 2001-02-12 03:14:23 +00:00
dougt%netscape.com
1b9ca82439 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
2001-02-10 00:16:26 +00:00
blakeross%telocity.com
1b7bee06c8 Bookmarks on personal toolbar don't do anything when clicked. r=jag sr=blizzard (one of the .8 critical bugs) 2001-02-07 20:15:05 +00:00
disttsc%bart.nl
48e56314bf Make navigator windows not load the home page when opened programmatically (say |window.open(url);|). bug=65993, r=blake, a=ben 2001-02-07 07:03:04 +00:00
blakeross%telocity.com
728dc99869 Directory listings have wrong context menu (for bbaetz, 67013). r=blake a=ben 2001-02-07 03:38:01 +00:00
blakeross%telocity.com
14c214e6ef Caching the browser in navigator.js so we don't keep retrieving it on startup (67262). r=timeless sr=alecf 2001-02-06 02:17:27 +00:00
blakeross%telocity.com
fd0cba1673 Page info panes should have adjustable and have scrollbars (by db48x@yahoo.com, 63913). r=timeless sr=alecf 2001-02-06 02:11:22 +00:00
ben%netscape.com
910b9ea500 Bookmarks Window Updates, includes fixes for
27495, 38004, 42080, 43146, 43753, 47494, 50835, 53403, 55447, 55448, 55787
r=blake, a=hyatt
2001-02-05 07:48:03 +00:00
blakeross%telocity.com
67538326eb Removing extra "Save As..." item and separator in browser context menus (65014). r=timeless sr=alecf 2001-02-04 20:05:18 +00:00
ben%netscape.com
b31bcba15b Fix bug 67073, remove form toolbar. r=jag, blake, jst, a=brendan
8:51 PM 2/2/2001
2001-02-03 04:45:56 +00:00
disttsc%bart.nl
d71788cf5a Nothing to see here. Not removing important stuff at all. bug=67009, r=timeless, a=ben 2001-02-01 09:55:42 +00:00
disttsc%bart.nl
66e3715fd2 Move over, strres.js, the new, sexy <stringbundle/> is in Browser Town. bug=56680, r=timeless, a=ben 2001-02-01 09:53:38 +00:00
disttsc%bart.nl
54f5d157e7 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.
2001-01-31 01:08:51 +00:00
locka%iol.ie
3131997624 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 2001-01-26 12:35:32 +00:00
ben%netscape.com
84bd266ccc Added comment announcing drag and drop API update for Mozilla 0.8 2001-01-26 09:37:56 +00:00
alecf%netscape.com
9f82265546 fix for #65994 r=blake, sr=ben
use hidden="false" so that the hidden state of the magic toolbar buttons get persisted
2001-01-26 01:30:37 +00:00
blakeross%telocity.com
ca6bc8765e Fix 25369: doron's patch to implement Fishcam! r=timeless sr=alecf 2001-01-23 21:57:07 +00:00
pinkerton%netscape.com
25f3fa2145 add comment pointing to embedding c++ code for TITLE attributes. r=saari/sr=sfraser&ben 2001-01-22 21:50:49 +00:00
alecf%netscape.com
89726fca81 back out a line that I accidentally checked in with another fix 2001-01-19 20:45:39 +00:00
alecf%netscape.com
8fb23ce1a8 back out jag's checkin as it caused blocker bug 65988 2001-01-19 19:40:38 +00:00
disttsc%bart.nl
07ee87e6cf More appCore killing. bug=46200, r=ben, a=alecf 2001-01-19 01:19:07 +00:00
alecf%netscape.com
82ba7c0aff 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
2001-01-18 07:50:06 +00:00
m_kato%ga2.so-net.ne.jp
dc83a95253 bug 65547, r=jag, sr=sfraser
delete unused line
2001-01-18 02:50:29 +00:00
blakeross%telocity.com
d4c8771cfe Fix 64479, 57191, an unreported bug: lots of search bookmarks/history cleanup/fixes. r=timeless sr=alecf 2001-01-17 20:39:59 +00:00
blakeross%telocity.com
0fcd6d0afb Fix 64718: show Esc in menu for Stop. r=jag a=ben 2001-01-17 07:00:03 +00:00
blakeross%telocity.com
cc2c711cb1 removing line that was accidentally checked in. 2001-01-17 00:50:52 +00:00
alecf%netscape.com
5f312cf8bf 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
2001-01-17 00:45:41 +00:00
blakeross%telocity.com
410e91f8ac Fix 63131: moving some event handlers from <box/> to <browser/>. r=jag sr=alecf 2001-01-17 00:32:34 +00:00
cmanske%netscape.com
a0a3f20731 Fixing Edit Page bug 65610. r=blake, sr=smfr 2001-01-16 21:57:07 +00:00
timeless%mac.com
441998fa74 fix bug 64919 "Install PSM" should be removed from the Debug menu
patch from simmo@mailandnews.com r=timeless a=ben
2001-01-14 08:56:54 +00:00
disttsc%bart.nl
ed1cd1d6be 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 2001-01-14 07:37:11 +00:00
disttsc%bart.nl
879801f0ef Fix bug 64412: security warning dialogs must be dismissed twice. r=pollman, a=ben 2001-01-13 06:42:16 +00:00
disttsc%bart.nl
0091d9e20f Fix minor goof, patch by John Morisson <jrgm@netscape.com>, r=me, a=ben 2001-01-13 03:54:46 +00:00
danm%netscape.com
c30ab11584 fix position and zoom state persistence for bm-find.xul and history.xul. bug 65262 (32148) r=ben,mscott,pchen 2001-01-13 01:25:42 +00:00