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

9172 Коммитов

Автор SHA1 Сообщение Дата
jaggernaut%netscape.com 64ad794f08 Bug 121606: H and W attributes are reversed in the new Page Info -> Media. Patch by Christopher Aillon <caillon@returnzero.com>, r=Daniel Brooks <db48x@yahoo.com>, sr=jag 2002-01-25 01:31:35 +00:00
hyatt%netscape.com e02a48b60f Fix cocoa bustage in makefile.in, r=cls, sr=brendan 2002-01-25 00:53:38 +00:00
danm%netscape.com 983250a9b6 in Destroy(), call appshellservice->Unregister a little earlier. bug 119549 r=ben,hyatt,law 2002-01-24 23:39:00 +00:00
rchen%netscape.com 6e5961b218 Fix for bug 119279. Force mailnews to reload the page after user turns on the auto detector. r=nhotta,sr=alecf. 2002-01-24 23:32:42 +00:00
waterson%netscape.com be398efa70 Bug 99691. nsBoxToBlockAdaptor shouldn't be creating space managers; instead, fix XUL <label> and <description> elements to create area frames. r=dbaron, sr=hyatt 2002-01-24 22:34:25 +00:00
danm%netscape.com 367d14dd42 center on parent window falls back to centering on the screen if the parent window is being torn down. (crash) bug 120430 r=hyatt,saari 2002-01-24 22:30:39 +00:00
ben%netscape.com dc2b105154 checking back in code by andreww accidentally backed out with my changes last night... see 1.43 comment on this file for details. 2002-01-24 19:52:47 +00:00
cmanske%netscape.com 9f728612ce Support Edit Frame in Composer, simplify Save Frame for browser, and move editor methods in editorApplicationOverlay.js, b=89975, r=hewitt, sr=hewitt 2002-01-24 15:36:36 +00:00
pinkerton%netscape.com 7180e5e8d1 allow --enable-default-toolkit=cocoa in makefiles and default toolkit can now be overridden on platform that don't use X11. r=cls/sr=hyatt. bug#121496 2002-01-24 15:11:18 +00:00
timeless%mac.com d8d1417669 Bug 120766�"radio-check" should not inherit="checked"
patch by neil@parkwaycc.co.uk r=jag sr=hewitt
2002-01-24 14:46:11 +00:00
jaggernaut%netscape.com 6c3325df46 Bug 46200: remove dead code from nsBrowserInstance. r=alecf, sr=ben 2002-01-24 10:11:01 +00:00
hwaara%chello.se 7c41fb1966 #119566, "Default Browser" dialog box whenever starting Mozilla"
r=hwaara, sr=alecf

Patch by Darren Stone <astrosmash@home.com>
2002-01-24 09:33:17 +00:00
darin%netscape.com fef33d20aa fixes mach-o bustage r=rjc,cls 2002-01-24 09:24:01 +00:00
jst%netscape.com 74b270f1db Fixing bug 120899. Changing the NS_WARN_IF_FALSE() macro so that it can't be mis-used in optimized builds. This change makes the macro not usable in expressions that are supposed to be evaluated in release code since the macro now expands to nothing in non-debug builds. Also eliminate NS_VALIDATE which is equally mis-usable. r=dbaron@fas.harvard.edu, sr=brendan@mozilla.org 2002-01-24 09:20:51 +00:00
bzbarsky%mit.edu abe1f5d779 Make "shift" always toggle the sense of the
"browser.tabs.loadInBackground" pref.  Bug 113072, patch by Christopher
Aillon <caillon@returnzero.com>, r=doron, sr=jag
2002-01-24 07:51:58 +00:00
bzbarsky%mit.edu dc38832475 Landing Daniel Brooks' <db48x@yahoo.com> page info rewrite. Tracking
bug is bug 52730, fixes bugs 53503, 53641, 55713, 60428, 68823, 74530,
74760, 76926, 77408, 81328, 85905, 88537, 91173, 94146, 96994, 97479,
110973, 110981, 112297, 117027. r=fabian,hwaara,bzbarsky,gerv,ksosez.
sr=jag,hewitt.
2002-01-24 07:27:59 +00:00
ben%netscape.com 1d1e80baf5 backing out earlier changes to fix 121054, to address pageload spike 2002-01-24 07:23:21 +00:00
bzbarsky%mit.edu fd68f4f1a9 Update the "get new themes" link to point to XULPlanet, which actually
has themes.  Bug 120985, patch by Christopher Aillon
<caillon@returnzero.com>, r=hixie, sr=hyatt
2002-01-24 05:27:55 +00:00
aaronl%netscape.com 77f935857b Bug 119301. Implement nsIDOMXULMenuListElement on autocomplete widget. r=jag, sr=hewitt 2002-01-24 05:16:31 +00:00
bzbarsky%mit.edu 0cd96a8d92 Make content-disposition parsing more forgiving. Fixes bug 121509 and a
few existing evang bugs.  r=law, sr=mscott
2002-01-24 05:14:49 +00:00
hewitt%netscape.com ff0dc54933 120609 - Autocomplete drop down list has white vertical borders on left and right side, r=blake, sr=hyatt 2002-01-24 04:24:15 +00:00
hewitt%netscape.com 6af6c38289 121278 - Okay &amp; Cancel buttons missing from various dialogs, r=pinkerton, sr=smfr 2002-01-24 04:21:56 +00:00
ben%netscape.com 1be72aadcb bug 121054 - adding history to go menu.
r=jag, sr=hewitt
2002-01-24 04:02:35 +00:00
danm%netscape.com 10aefd0792 removing unused ShowModally method. code=mbosch@lorentz.leidenuniv.nl r=me 2002-01-24 03:54:49 +00:00
bzbarsky%mit.edu e3f71a6d6d Ignore anchors without href attrs in contentAreaClick. Bug 120973,
r=caillon, sr=blake
2002-01-24 02:54:18 +00:00
bzbarsky%mit.edu ee080fcf2f Bug 117228 -- error alert for XP filepicker when the file user wants
opened is not readable.
Bug 121035 -- "Save" button gets disabled when scrolling dir view.  Both
r=bryner, sr=jag
2002-01-24 02:46:11 +00:00
bzbarsky%mit.edu 0123183cd5 Make new tabs _not_ open for just enter if the "open new tab for
ctrl-enter" pref is set.  Bug 105537, r=timeless, sr=hyatt
2002-01-24 02:39:26 +00:00
bzbarsky%mit.edu 3f1e512564 Make "Open in new Window" and "Open in new Tab" set referrer correctly.
Bug 48902, r=doron, sr=hyatt
2002-01-24 02:35:16 +00:00
rjc%netscape.com d459d5fae9 Fix build bustage. (Missing #ifdef) 2002-01-24 02:08:30 +00:00
morse%netscape.com beb324aa99 bug 109593, remove full-screen mode, rsgehani, sr=ben 2002-01-24 01:57:51 +00:00
andreww%netscape.com 3e9296ff13 bug 44892 - mnemonics for tasks menu window items. r=alecf sr=hewitt 2002-01-24 01:52:18 +00:00
jaggernaut%netscape.com 2fc2b09bed Bug 66034: Undo work-around put in for this bug, the underlying bug was fixed a while ago. r=alecf, sr=ben. 2002-01-24 01:44:35 +00:00
jaggernaut%netscape.com bce2abf502 Bug 120993: URL bar is cleared when a page is loaded in a new tab. r=bzbarsky, sr=ben 2002-01-24 01:36:01 +00:00
rjc%netscape.com d0292937d7 Fix bug # 83643: Mac OS X sheets. r=pinkerton sr=ben 2002-01-24 01:17:48 +00:00
timeless%mac.com 2ff3c64a1c Bug 121057 Prefs panel "Advanced|Scripts & Windows" can only be visited once per session
patch by jrgm r=caillon@returnzero.com sr=blake a=brendan
2002-01-22 15:26:38 +00:00
bzbarsky%mit.edu e3a3a4d63a Make sure we always use "browser.download.dir" for the download dir
pref.  Bug 120997, r=timeless, sr=hyatt, a=asa
2002-01-21 21:38:35 +00:00
hewitt%netscape.com e91f00e308 114580 - dialog alignment issues, r=jag, sr=bryner, a=blizzard 2002-01-18 23:11:54 +00:00
jaggernaut%netscape.com 520175690b Bug 117857: window.status overwrites URL of link you are hovering over
Bug  99009: setting window.status from onmouseover doesn't work for links

r=bryner, timeless, sr=jst, a=asa
2002-01-18 22:52:23 +00:00
varga%utcru.sk 7b4df9067e Fix for another silly regression. Bug 120720 - find broken in Bookmarks and History. r=hwaara, sr=blake a=blizzard 2002-01-18 21:00:22 +00:00
timeless%mac.com 57c97ae858 Bug 120397 "about:" should be updated to say "Copyright 1998-2002"
patch by caillon@returnzero.com r=choess@stwing.upenn.edu sr=jst a=blizzard
2002-01-17 23:07:14 +00:00
yokoyama%netscape.com 5f9a6dd108 Bug 120275
Redeclaration of contentArea strict warning in charsetOverlay.js
checking in for Alex Vincent
sr/a=brendan
2002-01-17 22:36:38 +00:00
bzbarsky%mit.edu 0dab15d571 Fix Content-Disposition parsing not to include "filename=" in the
filename for Save Link As.  Bug 120409, r=sballard@netreach.net, sr=ben,
a=brendan.
2002-01-17 15:51:59 +00:00
rods%netscape.com 46c7c6ad9e Backing out inadvertent checkin of changes for a different bug. 2002-01-16 20:43:33 +00:00
law%netscape.com d44d2bf147 Bug 88123 (and 85860): re-use command line handling code in nsAppRunner when starting a second time on Win32; r=sgehani, sr=blake 2002-01-16 06:48:14 +00:00
jaggernaut%netscape.com 7895e64934 Bug 113722: add moveToAlertPosition() and centerWindowOnScreen() to <dialog/>.r=hyatt, sr=hewitt. This will also fix bug 110459. 2002-01-16 06:42:39 +00:00
law%netscape.com d738c6d60f Bug 87075; move Choose... button to same row as text field, like on edit dialog; r=sgehani, sr=jag 2002-01-16 06:33:23 +00:00
law%netscape.com 92fcfab899 Bug 119904; check for empty mime type strings properly; r=bzbarsky, sr=jag 2002-01-16 06:30:40 +00:00
mkaply%us.ibm.com f6b4c94d4c #73206
rs=darin
Add copies of MPL and NPL to chrome
2002-01-16 06:24:13 +00:00
timeless%mac.com e28652dc42 Bug 118105 [Xlib] XPFE code does not treat Xlib toolkit like GTK+ toolkit
patch by Roland.Mainz@informatik.med.uni-giessen.de r=timeless sr=jag
2002-01-16 05:30:26 +00:00
cmanske%netscape.com 3240caf70b Let 'Edit Page' use the focused frame, b=89975, r=syd, sr=hewitt 2002-01-16 05:29:43 +00:00