Граф коммитов

430 Коммитов

Автор SHA1 Сообщение Дата
alecf%netscape.com f806e52d6a 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 8989ed05b4 43189 - autocomplete, r=matt, sr=alecf 2006-09-14 05:57:38 +00:00
radha%netscape.com 0df6e105ba 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 a96a58b654 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 d94f9cd474 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 3c9e6bcdbe Fix for 77002. reviewers=jst,waterson,hixie,shaver,brendan,pavlov 2006-09-14 05:57:15 +00:00
blakeross%telocity.com a74f14cc23 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 c2a3f76cf9 Fix View->Use Stylesheet. r=jag, sr=alecf. 2006-09-14 05:57:08 +00:00
disttsc%bart.nl 08423a7206 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 c9c7503333 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 628e65fb90 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 7af65aec4a 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 38d31148d1 removing alert that snuck in. 2006-09-14 05:57:02 +00:00
blakeross%telocity.com d64f0ef044 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 c7ee656ba6 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 f38b0f6baa 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 a53f6ed3b9 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 c46d323417 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 269eefffb2 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 a1924f72fc "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 781c2b6b07 adding search pattern matching on search button
"://" and "."
r=alecf
sr=ben
2006-09-14 05:56:38 +00:00
alecf%netscape.com 7b4766814d fix for bug 71822 r=pchen a=ben
workaround for focusedWindow being null
2006-09-14 05:56:37 +00:00
disttsc%bart.nl 8473089314 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 79a5dce0f2 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 70520b4504 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 c0f8a978e2 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 ed707504b7 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 9e7dcb67f2 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 a814d6a1fa 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 d9574865f8 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 6ab646f058 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 eedcd7dd29 Removing Ben's crackhead date dumps. 2006-09-14 05:56:06 +00:00
disttsc%bart.nl 9b79f4e7f8 Back out dougt's channel changes 2006-09-14 05:56:05 +00:00
dougt%netscape.com 7422882cb5 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 306133e401 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 78300d1414 Directory listings have wrong context menu (for bbaetz, 67013). r=blake a=ben 2006-09-14 05:56:02 +00:00
blakeross%telocity.com 5485a956e8 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 5c58121ccc 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 b5f43f9f47 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 d228ff67b2 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 b554085255 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 aecf7d6a7e 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 ab09ee2448 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 d3b7ef96c7 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 07698bb847 back out a line that I accidentally checked in with another fix 2006-09-14 05:55:51 +00:00
alecf%netscape.com df6de48b4a back out jag's checkin as it caused blocker bug 65988 2006-09-14 05:55:50 +00:00
disttsc%bart.nl 2599801216 More appCore killing. bug=46200, r=ben, a=alecf 2006-09-14 05:55:49 +00:00
alecf%netscape.com 912f22f160 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 9ab1333dee 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 a165376365 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 f016c5aeac 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 6421c54c70 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 7ee62a8e62 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 e60ca6b1f1 Fix 64582: navigator cleanup/optimization. r=jag a=ben 2006-09-14 05:55:32 +00:00
disttsc%bart.nl 3f8ac9e823 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 476701c211 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 a7ef413672 fix bustage (javascript error) introduced by last checkin (for bug 23095) 2006-09-14 05:55:27 +00:00
disttsc%bart.nl e0f94ef1d9 Fix page cycling related timeouts on tinderboxen. 2006-09-14 05:55:26 +00:00
morse%netscape.com 7a3263e369 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 aeaa646178 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 c2eba115da attempt to fix leak and bloat caused by previous checkin 2006-09-14 05:55:20 +00:00
morse%netscape.com c3eadf60f2 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 e5cc9141d0 Fix attribute namespace goof-up in html tooltip code, r=jst, a=alecf 2006-09-14 05:55:17 +00:00
sspitzer%netscape.com 65be14177f 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 913304e818 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 d6e875ed65 More appCore killing, bug=46200, r=ben, a=alecf 2006-09-14 05:55:14 +00:00
disttsc%bart.nl 488ef04d62 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 51ec22ff4e 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 72f468817d Temporarily hide leaks (hopefully). Bug 61886, r=dbaron, a=ben 2006-09-14 05:55:09 +00:00
disttsc%bart.nl 9673f52731 more cleaning up (bug 55798), r=alecf, a=ben 2006-09-14 05:55:08 +00:00
dbaron%fas.harvard.edu 95d8c4da60 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 cd80143aee 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 83283a70d0 Damn typos sneaking past me. Fixed. bug=61185, r=blake, a=ben 2006-09-14 05:55:05 +00:00
disttsc%bart.nl 0693231358 Whoops... Fixing ``/ //'' lines... 2006-09-14 05:55:04 +00:00
disttsc%bart.nl a7a77b9bd1 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 37409208d7 A few preparations for later checkins for bug 46200. r=alecf, a=ben 2006-09-14 05:55:02 +00:00
blakeross%telocity.com 9a71726fbd 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 9b0286eb6d Fixes reference cycle causing leaks, bug=60927, r=dbaron, a=alecf 2006-09-14 05:55:00 +00:00
disttsc%bart.nl 8d213a729b 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 006de2ab21 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 0f95394611 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 7f373d91fd 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 5186516b3a 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 32cd1e9332 Fixing a typo in my last patch... 2006-09-14 05:54:43 +00:00
blakeross%telocity.com f9d6ef4dc5 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 7ca36206ca 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 81066ee59c 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 1d585c31d5 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 46444693e8 bugzilla 56564, r=matt, sr=alecf, ooops, found typo in fix, fixing typo 2006-09-14 05:54:31 +00:00
matt%netscape.com 5112ca09cd 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 8c88036dbd 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 94bfd0f08c 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 145ac14e7b 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 59af75e839 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 4af53c4a14 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 95423a2317 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 e403d1a583 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 16520772ec 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 a57321e91f 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 d4c402d02e 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 6ce9c56a7a 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 1d19756cf2 bug fix for 22163
selection of url bar on focus
r=akkana
2006-09-14 05:53:25 +00:00
rayw%netscape.com 0e72f66a90 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 a75612e516 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 99b370255e 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 1f6d2cc65c 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 63c7e57e1d 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 15a8042a60 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 60ad3f2ce6 fix for bug 51417 2006-09-14 05:53:13 +00:00
sfraser%netscape.com cf94d24c9b Fix JavaScript warnings in strict mode. r=pchen 2006-09-14 05:53:12 +00:00
BlakeR1234%aol.com 5d13fdf94b Fix a regression I introduced accidentally, patch by Tim (6782) r=me 2006-09-14 05:53:11 +00:00
beard%netscape.com 56c040d00c hooked up Leak Detector contextual menu. 2006-09-14 05:53:10 +00:00
sfraser%netscape.com 0b7ba2e56e 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 96953a4a1f Making the view-source window resizeable. r=vidur@netscape.com 2006-09-14 05:53:06 +00:00
shanjian%netscape.com 61d50fb31a #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 05e18c0a15 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 6b14827f17 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 6851ead7a9 traceObject(). only used when leak detector built. 2006-09-14 05:53:02 +00:00
jst%netscape.com faf49ec5a6 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 e6a9d3d4c4 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 58967daa34 Fix bugs 43546 and 50397 (nsbeta3+) and 50398, add themes to view menu 2006-09-14 05:52:58 +00:00
BlakeR1234%aol.com dce14250b9 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 0e4f387f50 Bug 21137; make Shift-Reload force reload from server; r=radha@netscape.com 2006-09-14 05:52:41 +00:00
pchen%netscape.com bfd0079f1c 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 b7c5068331 fix for bug 30375 rev. matt patch taken 2006-09-14 05:52:32 +00:00
ben%netscape.com e87e8b5cc6 fix for nsbeta3+ bug 40877, 'secs' is not localised in navigator.js 2006-09-14 05:52:31 +00:00
pavlov%netscape.com c3f0c45aed removing a dump() that shows a bogus error 2006-09-14 05:52:30 +00:00
danm%netscape.com f8bca15ace 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 e7dde71e8c 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 6bc7fff182 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 2c918e29cf Removing TABLE SUMMARY from browser tooltips. Bug #45735. r=ben, a=brendan 2006-09-14 05:52:24 +00:00
ben%netscape.com 717dd8b14f toolbar landing 44756 2006-09-14 05:52:23 +00:00
BlakeR1234%aol.com ee4d163527 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 ae93a06c0a 15665 beta3+ Javascript selecting a link when dragging. 2006-09-14 05:52:21 +00:00
BlakeR1234%aol.com 121bba6412 Oops; fix capitalization error in my last checkin. 2006-09-14 05:52:20 +00:00
BlakeR1234%aol.com d070824af2 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 721233fa2e Fix for bug 35770. Patch by jrgm@netscape.com, r=me 2006-09-14 05:52:06 +00:00
ben%netscape.com 1e07460196 46803, XP keyboard accelerators for navigation. 2006-09-14 05:52:05 +00:00
rjc%netscape.com 49394dd579 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 04f11bb860 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 63cb55ffdc Added code to pass default charset to directory viewer, bug 28787, r=law. 2006-09-14 05:51:34 +00:00
ben%netscape.com 0b17846c53 modify navigator tooltip to remove location for links 2006-09-14 05:51:33 +00:00
tao%netscape.com 73b3fec467 39790 : [L12y] Move all localizable prefs into chrome:// .r=rjc. 2006-09-14 05:51:32 +00:00
ben%netscape.com 2413a1ac08 small ammendment to earlier tooltip checkin for browser 2006-09-14 05:51:31 +00:00
ben%netscape.com ff2c33698b 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 85840a7974 Bug 36658; notify urlwidget component on page load; r=matt@netscape.com 2006-09-14 05:51:12 +00:00
nhotta%netscape.com e5f351899f 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 1c4f54a11f 39790: [L12y] Move all localizable prefs into chrome://.r=alecf. 2006-09-14 05:51:10 +00:00
matt%netscape.com 7472f92336 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 bc19ec331e tracking change of name of window.content to _content. (bug 33650) r=hyatt 2006-09-14 05:51:08 +00:00