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

12395 Коммитов

Автор SHA1 Сообщение Дата
bugzilla%arlen.demon.co.uk 1839d7031a Bug 290881 Implement Add to Address book / Compose mail to context menus
p=me r=mnyromyr sr=neil.parkwaycc.co.uk
2005-09-27 23:30:28 +00:00
neil%parkwaycc.co.uk 04e3e5499f Bug 68961 restore nsTreeSorting.js accesskey support p=vhaarr@gmail.com r+sr=me 2005-09-26 22:55:33 +00:00
cst%andrew.cmu.edu c5d674720f Bug 309004 Don't show image thumbnail as tab icon for large images, since it causes slowdowns.
r=db48x sr=neil
2005-09-26 17:05:06 +00:00
mconnor%steelgryphon.com e93ce85ce8 bug 290254 - search engine isn't validated for the first time until updateCheckDays after first use, r=me, sr=neil 2005-09-26 15:04:36 +00:00
neil%parkwaycc.co.uk 3ec57f2a79 Bug 196438 Tabs draw over the close button p=jomelweb@gmail.com r=mconnor sr=me 2005-09-26 13:39:56 +00:00
bryner%brianryner.com 0c00f57e07 Add a global limit to the number of cached content viewers that scales with the amount of physical memory. Patch by Marria Nazif <marria@gmail.com>. Bug 292965, r=biesi, sr=me. 2005-09-23 18:16:40 +00:00
cbiesinger%web.de 39a91eb438 305384 build alert service on non-windows platforms
patch by Jens Bannmann <jens.b@web.de> r=bsmedberg sr=neil
2005-09-22 21:16:49 +00:00
neil%parkwaycc.co.uk 59db7f6419 Commenting the hell out of userTypedClear b=306810 sr=darin 2005-09-22 19:07:57 +00:00
cst%andrew.cmu.edu cdb3b7626c Bug 304563 Add autoscroll support to more parts of SeaMonkey. Fix regression from initial patch (bug 308503). Move autoscroll code to more common location & make some other improvements.
r=db48x sr=neil
2005-09-21 01:36:35 +00:00
timeless%mozdev.org d0a096d3bb Bug 120527 Dialog fix to make default button not appear default while another button has focus
adding missing cdata markings
2005-09-20 21:44:33 +00:00
dbaron%dbaron.org ab1d4c6073 Pass arguments through cleanly rather than performing extra escaping. b=307185 Patch from Tuukka Tolvanen <tuukka.tolvanen@gmail.com>. r=bsmedberg sr=bryner 2005-09-20 21:11:37 +00:00
neil%parkwaycc.co.uk 4387886325 Bug 120527 Dialog fix to make default button not appear default while another button has focus r=aaronlev,mano,mconnor sr=jag 2005-09-20 16:22:39 +00:00
bzbarsky%mit.edu f6d4904709 Nodes in display:none iframes have no computed style. Bug 309050, patch by
Florian QUEZE <f.qu@laposte.net>, r=db48x, sr=bzbarsky
2005-09-18 18:10:26 +00:00
neil%parkwaycc.co.uk 08e2618cd7 Bug 290381 Save As doesn't work on links containing %23 p=caleb r=biesi sr=me 2005-09-18 16:06:20 +00:00
bzbarsky%mit.edu 0ed6c71cf2 Send out notifications when docshells are created or destroyed. Bug 308438,
r=biesi, sr=darin
2005-09-16 15:51:14 +00:00
neil%parkwaycc.co.uk 0f64d153a7 Bug 306810 Fix regressions from bug 302575 r=bz sr=darin 2005-09-16 12:17:59 +00:00
timeless%mozdev.org adcd5cac17 Bug 308573 use if (NS_FAILED(...)) instead of if NS_FAILED(...)
patch by b.jacques@planet.nl r=darin sr=darin
2005-09-15 23:17:17 +00:00
masayuki%d-toybox.com 7b38b434ac Bug 308173 Printing reverts to default printer every time a page is printed r+sr=neil 2005-09-15 16:01:14 +00:00
aaronleventhal%moonset.net aa01d9612b Bug 291074. Fire namechange events for about:config tree items that change. r=mconnor, sr=neil 2005-09-14 16:58:29 +00:00
bryner%brianryner.com 33955684cd Backing out 292965 until Tp regression is understood. 2005-09-14 07:28:05 +00:00
bryner%brianryner.com 300a390b7b Add a global limit to the number of cached content viewers that scales with the amount of physical memory. Patch by Marria Nazif <marria@gmail.com>. Bug 292965, r=biesi, sr=me. 2005-09-14 03:38:40 +00:00
bzbarsky%mit.edu bcad5934f1 Fix bug 307256, bug 307304, bug 307924 by disabling selection for XUL elements
by default.  r+sr=dbaron, with OKs from Neil and mconnor for the general idea
and the xul.css changes.
2005-09-11 19:22:57 +00:00
bzbarsky%mit.edu 53cc7ff949 Don't condition selection on whether we're in a chrome docshell; explicitly
disable selection for <label> and <description> as needed.  Bug 306262, r=neil,
sr=roc
2005-09-06 03:37:15 +00:00
cst%andrew.cmu.edu 57b0482067 Bug 304563 Add autoscroll support to SeaMonkey (browser only, for now)
r=db48x sr=neil
2005-09-04 15:44:59 +00:00
timeless%mozdev.org dce4584698 Bug 305679 please look before leaping for mimeInfo.primaryExtension
also enforcing catch...{/}
r=neil sr=neil
2005-09-02 04:48:28 +00:00
mozilla.mano%sent.com 89e6a4d24b Bug 300590 - Expose bidi.browser.ui, seamonkey part. r+sr=neil. 2005-09-01 05:34:31 +00:00
neil%parkwaycc.co.uk 859785cbe3 Bug 302575 URL bar gets confused about which URI is loaded r=bz sr=darin 2005-08-31 21:00:40 +00:00
aaronleventhal%moonset.net ca5959c4fe bug 306235. Keyboard stops working on window restore of Thunderbird main window from minimized state. Partial backout of now unnecessary part of bug 258285. r+sr=bryner 2005-08-31 20:43:39 +00:00
bzbarsky%mit.edu 4e5fb6da88 Add horizontal scrolling to trees. Bug 212789, patch by Nate Nielsen
<nielsen@memberwebs.com>, r=jan, sr=roc.
2005-08-30 18:36:15 +00:00
bsmedberg%covad.net 9b74ac887d From bug 296561 (see bug 302099) - remove old static-build remnants that are no longer used r=darin 2005-08-29 19:24:20 +00:00
cbiesinger%web.de 46d2a554ba bug 229737 use documentURI as the URI for which to store the favicon
patch by mconnor r=biesi sr=neil
2005-08-29 14:02:30 +00:00
kairo%kairo.at dd66fd02da bug 305357 - bump SeaMonkey version for trunk to 1.1a, r+sr=Neil 2005-08-25 15:34:02 +00:00
mark%moxienet.com f6493719c1 Bug 305374, AppleScript "Get URL" command can make Firefox open chrome:// URLs. Block chrome when handling AppleEvents. r=josh sr=smfr 2005-08-25 12:25:00 +00:00
roc+%cs.cmu.edu 4d8590a4fa Bug 293714. Be smart about guessing whether a vertical scrollbar is needed when we do the first real reflow of a scrollframe; remember in global history whether the page needed a scrollbar or not. r+sr=bzbarsky 2005-08-25 00:10:37 +00:00
bryner%brianryner.com 7f36ec0156 Fix property name so that autocomplete works correctly in Thunderbird/Seamonkey. Bug 305654, r+sr=mscott 2005-08-24 05:05:09 +00:00
ben%bengoodger.com 9aafc389b1 289362 - replacing dictionary.com with answers.com as the dictionary handler for 1.5 following abusive practices towards firefox users on the part of dictionary.com (popups etc). Patch adds support to the internet search service for search URLs whose parameter formats are effectively redirects, not query strings, e.g. http://www.foo.com/%s vs. currently supported http://www.foo.com/search?foo=%s only... r=bsmedberg, a=cbeard 2005-08-23 18:11:28 +00:00
bryner%brianryner.com 4ca6fcf9b4 In the XUL autocomplete widget, make user-initiated autocomplete dispatch an oninput event, just as if the user had typed the text. Also fixing a bug where it was not possible to create an oninput event from script. Bug 287996, r=mconnor sr=jst. 2005-08-22 18:34:21 +00:00
cst%andrew.cmu.edu c9982f984a Bug 305445 "Author" in Themes should have a colon
patch by stephend <stephen.donner@gmail.com>, r=iann sr=neil
2005-08-22 00:34:41 +00:00
cst%andrew.cmu.edu 14c334b6b6 Bug 305435 Remove MNG image support listitem from pref window.
patch by stephend <stephen.donner@gmail.com>, r=iann sr=neil
2005-08-22 00:33:09 +00:00
mozilla.mano%sent.com dfdd05dbc2 Bug 304879 - commonDialog's default button code doesn't work anymore. r=mconnor, sr=neil. 2005-08-20 22:57:54 +00:00
bugzilla%arlen.demon.co.uk 327a838e49 Bug 305158 Checkin for bug 304739 broke contentAreaClick()
p=me r=cbiesinger sr=neil.parkwaycc.co.uk
2005-08-19 10:18:27 +00:00
cst%andrew.cmu.edu fc8c628480 Bug 305038 Capitalize "this" in image/cookie/popup-blocking context menu entries.
Patch by stephend, r=mvl sr=neil
2005-08-19 03:48:46 +00:00
roc+%cs.cmu.edu 1a3439828a Backing out fix for bug 130078 because of performance regressions. 2005-08-18 19:44:55 +00:00
bsmedberg%covad.net 444552454a Camino/suite bustage fix, bug 305090 2005-08-18 18:00:40 +00:00
bsmedberg%covad.net e576a770e5 Removing old copies of shistory: these files were cvs-copied to docshell/shistory from xpfe/components/shistory (see bug 230363) 2005-08-18 17:18:50 +00:00
roc+%cs.cmu.edu 4d8373cf81 Bug 130078. Integrate all view managers in a given top-level window into a single view manager tree. r+sr=dbaron 2005-08-18 17:14:29 +00:00
bugzilla%arlen.demon.co.uk ef5b2de614 Bug 304739 Tidy up hrefAndLinkNodeForClickEvent
p=me r=neil.parkwaycc.co.uk sr=bienvenu
2005-08-18 11:25:18 +00:00
neil%parkwaycc.co.uk 1a3ba6a38e Bug 304386 Doubled separator on broken image context menu r=iann sr=jag 2005-08-17 16:09:38 +00:00
timeless%mozdev.org 6e5bb4d4b2 Bug 287540 Fix various _C++_ compiler warnings from my Windows non-debug build
patch by gautheri@noos.fr r=timeless sr=neil
2005-08-17 09:35:24 +00:00
timeless%mozdev.org a21a7359a2 Bug 299825 Search plugins in App directory are updated into Profile directory (resulting in double Search Bar entries)
patch by torisugari@gmail.com r=timeless sr=neil
2005-08-17 08:27:28 +00:00