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

12454 Коммитов

Автор SHA1 Сообщение Дата
darin%meer.net 56de173b8c Initial patch for bug 312760 "Provide base channel for use by protocol implementations" r=biesi sr=bzbarsky 2005-11-12 18:17:19 +00:00
cbiesinger%web.de e88aa87a83 bug 316023 missed this caller of nsITransfer.init in bug 298842; fixing FTP
upload
r+sr=neil
2005-11-11 19:52:05 +00:00
bsmedberg%covad.net 51c450a1d7 Build bustage, bug 313309 2005-11-11 16:20:27 +00:00
bsmedberg%covad.net 248306f210 Build bustage, bug 313309 2005-11-11 15:55:43 +00:00
bsmedberg%covad.net dff1dea638 Bug 313309 part 2 - change the NS_DEFINE_STATIC_IID_ACCESSOR macro to NS_DECLARE, and make a NS_DEFINE_ macro that's outside the class declaration, r=shaver 2005-11-11 14:36:26 +00:00
bsmedberg%covad.net f4cca5b5df Seamonkey win32 bustage from bug 305949 2005-11-08 22:53:07 +00:00
neil%parkwaycc.co.uk 10d02c407e Fixing inaccurate comment r+sr=jag 2005-11-08 14:16:45 +00:00
neil%parkwaycc.co.uk 2681b06c6f Bug 313335 Update the URL bar before showing security warnings r+sr=jag 2005-11-08 13:46:30 +00:00
timeless%mozdev.org 0e3754138e Bug 315476 Add id attributes for overlays to navigatorOverlay.xul
patch by ajvincent@gmail.com r=jag sr=jag
with `
2005-11-08 10:56:57 +00:00
mrbkap%gmail.com b7717ec40f bug 315434: Remote XUL tabboxes can get stuck on a tab if the focus leaves the content window (e.g., one of the browser tabs is selected). r=mconnor 2005-11-07 20:21:44 +00:00
bugzilla%arlen.demon.co.uk 0f0c55b29c Bug 111842 tabbed browser prefs text "load links in the background" misleading
p=tmeader@gmail.com r=db48x sr=jag
2005-11-06 22:21:20 +00:00
kairo%kairo.at 237ec178a2 bump trunk SeaMonkey version to 1.5a, r=Neil a=seamonkey-council 2005-11-05 22:44:42 +00:00
bsmedberg%covad.net b14acce06b Bustage fix from bug 263042 - MOZ_LDAP_XPCOM is not defined by configure, it must be defined explicitly by makefiles that need it, pointed out by Neil 2005-11-04 13:41:24 +00:00
neil%parkwaycc.co.uk 301c51145b Get default tooltip text more reliably b=147670 r=timeless sr=jst 2005-11-02 23:53:56 +00:00
roc+%cs.cmu.edu 73ddfe7914 Fixing bustage 2005-11-02 02:02:12 +00:00
bsmedberg%covad.net 49df2055ed Bug 263042 - Build both autocomplete impls as separate components to make it easier to ship both of them with toolkit/xpfe r=Neil 2005-10-31 13:21:31 +00:00
mnyromyr%tprac.de c6c7dacc28 Bug 229211: Remove browser.related.enabled; p=benc@meer.net/Frank Wein <bugzilla@mcsmurf.de>, r/sr=neil 2005-10-30 11:01:47 +00:00
timeless%mozdev.org 2eabe3c562 Bug 186819 Query charset searching on dmoz.org does not match with which dmoz.org expects
patch by bugzilla@philringnalda.com r=timeless sr=dmose
2005-10-30 03:07:38 +00:00
db48x%yahoo.com dd1e570c1a fixes bug 190353: Property "pageIndex" of "wizard" tag is not working.
r=Neil, sr=bz
2005-10-28 22:00:14 +00:00
cbiesinger%web.de fb3c3ec992 bug 313214 don't try to create resources from empty strings
r+sr=neil
2005-10-26 16:50:47 +00:00
mark%moxienet.com 1af96e5a1c Bug 305827, Mac OS X gcc 4 builds with --disable-optimize/-O0 crash, often at startup [@ SetGWorld]. Caused by inconsistencies when multiple classes with the same layout but distinct layouts are used with unpredictable inlining heuristics. Remove extraneous StPortSetter class from nsAEUtils and rely on the one in nsGfxUtils. r=josh sr=smfr 2005-10-25 17:58:52 +00:00
neil%parkwaycc.co.uk 039a2bc228 Bug 202652 use Ctrl for consistency with menus (also some detabification) sr=jag 2005-10-24 23:27:24 +00:00
cst%andrew.cmu.edu 1dc2382329 Bug 294056 User-specified sound fails to play after file download completes
r=biesi sr=neil
2005-10-23 18:21:36 +00:00
cst%andrew.cmu.edu bba203939f Bug 313044 [mac] Delete (Backspace)/Shift+Delete as Back/Forward
patch by stefan_h@hem.utfors.se r+sr=neil a=asa
2005-10-22 18:35:21 +00:00
neil%parkwaycc.co.uk 1c52dc0527 Bug 270297 "Search web for..." mangles selections containing newlines (regression from bug 221361) p=elmar.ludwig@uos.de r+sr=me 2005-10-21 23:01:24 +00:00
cst%andrew.cmu.edu 7179681aa8 Bug 309538 Autoscroll indicator should show possible scrolling directions
r=db48x, sr=neil, icons by neil
2005-10-21 03:50:13 +00:00
cst%andrew.cmu.edu ed735bef35 Bug 307126 Closing tabs should return to 'parent' tab.
r=db48x sr=neil
2005-10-21 03:28:56 +00:00
doronr%us.ibm.com 5b78b7c447 Bug 104360 - Error: this.docShell has no properties in browser.xml. Patch by ajvincent, r/sr=neil 2005-10-19 16:46:06 +00:00
masayuki%d-toybox.com 277e8a95a5 Bug 312287 Cannot open local htm file if its path has non-ASCII character / Cannot open IDN from command line r=jshin, sr=neil 2005-10-19 14:39:28 +00:00
bzbarsky%mit.edu 14332c1f15 Make docshell visibility checking check with the tree owner so that embedding
gets a chance to claim docshells as invisible (eg in Camino's tab
implementation).  Bug 306245, patch by jst, r=sfraser, sr=bzbarsky
2005-10-19 02:59:30 +00:00
neil%parkwaycc.co.uk a7b9a62a80 Bug 312489 Fix regression from bug 300485 that was too eager to try to load an entire home page group in a new tab instead of a new window r=biesi sr=jag 2005-10-18 23:31:53 +00:00
mconnor%steelgryphon.com fec519688e bug 311195 - When update URL is 404, engine update ignores updateCheckDays, patch by O. Atsushi (Torisugari) (torisugari@gmail.com), r=me, sr=neil, a=asa 2005-10-17 17:36:55 +00:00
bsmedberg%covad.net db13868592 Bug 207521 - deprecate --enable|disable-shared, since --enable-static gives us all the information we need, r=cls 2005-10-17 14:57:32 +00:00
mozilla.mano%sent.com 397be98e9c Bug 267487 - addSearchEngine should install search plugins from https sites as well as http. patch from O. Atsushi (Torisugari) <torisugari@gmail.com>, r=me, sr=neil. 2005-10-17 11:32:17 +00:00
mozilla.mano%sent.com de59206835 Bug 302000 - browser.search.order.* doesn't work with searchplugins stored in profile. patch from O. Atsushi (Torisugari) <torisugari@gmail.com>, r=bsmedberg, sr=neil. 2005-10-17 11:27:25 +00:00
cst%andrew.cmu.edu d9bdd6a763 Bug 310380 middlemouse autoscroll should default off for UNIX/Linux (X) environment
Patch by Hogarth <bugzilla@throwaway.weebeastie.net> r=me sr=neil
2005-10-17 00:07:57 +00:00
dveditz%cruzio.com 8c3ccc4cc0 bug 282955 (back as bug 312426) locationbar-less mac window needs titleseparator r=neil.parkwaycc,sr=bzbarsky,a=mscott 2005-10-14 23:39:45 +00:00
dveditz%cruzio.com b2da9b7ab8 bug 310696 suppress "view-source:" scheme in title, r=mconnor, sr=neil.parkwaycc 2005-10-14 23:33:51 +00:00
neil%parkwaycc.co.uk 140056dddf Merge contextmenu handlers (as per branch patch for bug 301873 r=mconnor) sr=jag 2005-10-14 23:14:32 +00:00
neil%parkwaycc.co.uk eb02eea264 Bug 278398 forced autocomplete ignores typing after search r=mscott sr=bienvenu 2005-10-14 19:21:44 +00:00
mnyromyr%tprac.de 11832dbe8f Bug 311037: Remove allowWindowOpen.label; p=Frank Wein <bugzilla@mcsmurf.de>, r/sr=Neil 2005-10-13 20:13:16 +00:00
neil%parkwaycc.co.uk 908459f60f Bug 257985 History View|Sorted by menuitems do not work r=varga sr=me 2005-10-13 19:50:25 +00:00
kairo%kairo.at 74754793dc add L10n notes for bug 276299, p=vhaarr r=me sr=jag 2005-10-12 23:47:55 +00:00
neil%parkwaycc.co.uk 6ed92b441f Horizontal tree scrolling XBL/CSS cleanup b=308490 r=varga sr=bz 2005-10-09 23:42:28 +00:00
neil%parkwaycc.co.uk cafe8bed39 Fix BeOS bustage b=299058 p=sergei_d@fi.tartu.ee r=biesi sr=me 2005-10-09 23:38:01 +00:00
neil%parkwaycc.co.uk f123997430 Bug 276299 Wallpaper filename should be localizable p=vhaarr r=me sr=jag 2005-10-09 20:32:07 +00:00
mats.palmgren%bredband.net c98dda4acc Middle-click on scrollbar should not paste. b=70698 r+sr=bzbarsky 2005-10-08 10:08:18 +00:00
neil%parkwaycc.co.uk 36a729daa1 Bustage fix (stupid typo) b=301073 2005-10-05 21:18:54 +00:00
neil%parkwaycc.co.uk bf007a531f Bustage fix (conflict with my own patch (sigh)) b=301073 2005-10-05 18:57:05 +00:00
neil%parkwaycc.co.uk f861d19cb7 Chrome home pages broken (suite version of fix) b=301073 r+sr=dveditz 2005-10-05 16:10:11 +00:00