bzbarsky%mit.edu
|
d67e44decb
|
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
|
7b4c7db42b
|
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
|
5abb3b2c19
|
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
|
65d0cac300
|
Bug 306810 Fix regressions from bug 302575 r=bz sr=darin
|
2005-09-16 12:17:59 +00:00 |
|
timeless%mozdev.org
|
c113ece289
|
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
|
dbdece5cf4
|
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
|
839211c13f
|
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
|
53d768e870
|
Backing out 292965 until Tp regression is understood.
|
2005-09-14 07:28:05 +00:00 |
|
bryner%brianryner.com
|
d67792fcc9
|
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
|
c00cd696d1
|
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
|
013a8a9ace
|
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
|
2622a8e700
|
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
|
7c8cbd1c11
|
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
|
c263ab4dc5
|
Bug 300590 - Expose bidi.browser.ui, seamonkey part. r+sr=neil.
|
2005-09-01 05:34:31 +00:00 |
|
neil%parkwaycc.co.uk
|
c4b6a07345
|
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
|
2b6992ad0b
|
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
|
4e670a3b31
|
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
|
965bd346b8
|
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
|
1ccfc806bf
|
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
|
71968239fb
|
bug 305357 - bump SeaMonkey version for trunk to 1.1a, r+sr=Neil
|
2005-08-25 15:34:02 +00:00 |
|
mark%moxienet.com
|
f1ee4685c4
|
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
|
329c6cc865
|
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
|
5de00b1466
|
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
|
91e950612e
|
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
|
adc0ddf8eb
|
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
|
2cbb563830
|
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
|
81aaf20411
|
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
|
59a41605a0
|
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
|
1241d6088d
|
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
|
90096e37f3
|
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
|
889049f5f4
|
Backing out fix for bug 130078 because of performance regressions.
|
2005-08-18 19:44:55 +00:00 |
|
bsmedberg%covad.net
|
8ae9034f23
|
Camino/suite bustage fix, bug 305090
|
2005-08-18 18:00:40 +00:00 |
|
bsmedberg%covad.net
|
017e4511ff
|
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
|
1da9d9ae96
|
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
|
0188e8c19a
|
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
|
8b7d201198
|
Bug 304386 Doubled separator on broken image context menu r=iann sr=jag
|
2005-08-17 16:09:38 +00:00 |
|
timeless%mozdev.org
|
515709a826
|
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
|
625d6696fe
|
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 |
|
aaronleventhal%moonset.net
|
b3fef4bca2
|
Bug 258285. Find As You Type coming up when it shouldn't (textareas/textfields). r=mats, sr=bryner
|
2005-08-16 17:54:29 +00:00 |
|
mnyromyr%tprac.de
|
476fea0b3e
|
Bug 299581: Mac application menu still named Mozilla; r=pinkerton, sr=sfraser, a=cbeard
|
2005-08-13 18:52:52 +00:00 |
|
bugzilla%arlen.demon.co.uk
|
0581f5a2ac
|
Bug 301737 Support multiple selection for xul:listbox - Revised xpfe version of patch v2.1
p=me r=cbiesinger sr=neil.parkwaycc.co.uk
|
2005-08-13 13:38:58 +00:00 |
|
mconnor%steelgryphon.com
|
b4a44d8d7c
|
bug 271097 - backend fix to enable turning off searchplugin auto-update, patch by O. Atsushi (torisugari@gmail.com), r=shaver/me, a=shaver
|
2005-08-12 02:53:10 +00:00 |
|
cst%andrew.cmu.edu
|
b767437358
|
Bug 302781 Splash screen should fade in on Win2k+
This version shouldn't break Creature.
r=ere sr=neil a=asa
|
2005-08-10 22:41:38 +00:00 |
|
roc+%cs.cmu.edu
|
4adb1fc693
|
Fixing bustage
|
2005-08-10 20:58:19 +00:00 |
|
roc+%cs.cmu.edu
|
c3ea09b7b0
|
Bug 78510. Maintain a per-document hashmap from URI-spec-hash to set of pointers to content elements that are links to those URIs whose state has been queried by the style system. Use this map to efficiently mark visited any links to URIs which get visited. r+sr=dbaron, with input from bryner and bzbarsky, a=jesup with support from dbaron. May impact Tp and other metrics, be careful out there.
|
2005-08-10 20:21:44 +00:00 |
|
cst%andrew.cmu.edu
|
fe000ce51a
|
Backing out changes from bug 302781 to fix burning.
|
2005-08-10 03:38:43 +00:00 |
|
cst%andrew.cmu.edu
|
870f2dd908
|
Bug 302781 Splash screen should fade in on Win2k+
r=ere sr=neil a=asa
|
2005-08-10 00:42:57 +00:00 |
|
jshin%mailaps.org
|
2ee8613602
|
bug 258223 : bookmark keyword quicksearch need a way to specify character encoding : r=vlad, sr=neil, a=asa
|
2005-08-09 04:47:57 +00:00 |
|
bugzilla%arlen.demon.co.uk
|
6397cf8af9
|
Bug 296758 Adding phishing detection to mailnews
p=me r=mnyromyr sr=bienvenu a=asa
|
2005-08-08 18:29:12 +00:00 |
|
cbiesinger%web.de
|
8d629b8a2b
|
backing out last patch until it is decided how error page favicons will be
implemented
|
2005-08-08 16:53:54 +00:00 |
|