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

12216 Коммитов

Автор SHA1 Сообщение Дата
bzbarsky%mit.edu c79b003bca Allow setting "open" property on all sorts of buttons, since people do.... Bug
282359, r=mconnor, sr=neil
2005-02-23 03:37:24 +00:00
bzbarsky%mit.edu d029903af6 Remove the parentURIContentListener attribute on docshell; people not using
nsIWebBrowser can getInterface the docshells nsIURIContentListener and set its
parent.  Bug 283108, r=biesi, sr=darin
2005-02-22 19:56:11 +00:00
bzbarsky%mit.edu 56b2bc8030 Fix menubuttons to not rely on the "open" attribute opening menus; open them
via the boxobject.  Bug 282359, r=mconnor, sr=neil
2005-02-22 17:53:26 +00:00
neil%parkwaycc.co.uk 365ad5d30a Bug 282938 Stop the xul window from holding on to deleted tabs r=danm sr=dbaron 2005-02-22 00:17:35 +00:00
bugzilla%arlen.demon.co.uk dea6111c25 Bug 252698 Use buttonlabel attributes in <dialog>s
p=me r=neil.parkwaycc.co.uk sr=dveditz
2005-02-21 00:57:10 +00:00
bugzilla%arlen.demon.co.uk f13ec71497 Bug 264675 Make sure we respect locked prefs throughout UI
p=me r=neil.parkwaycc.co.uk sr=dveditz
2005-02-21 00:22:30 +00:00
gandalf%firefox.pl 9f74808aa6 Bug 279768: Move locales from ./embedding and ./xpfe to ./dom/locales and ./toolkit/locales (global, part 2); r=bsmedberg 2005-02-20 21:15:00 +00:00
cbiesinger%web.de 6bed59f7d7 Bug 146194 sidebar search's next button does not reset count with a new search
patch by Robert Strong <moz_bugzilla@exchangecode.com> r=caillon sr=alecf
2005-02-20 16:58:10 +00:00
mozilla.mano%sent.com a72153414e Bug 281361 - tab navigation with left/right arrow keys moves in the wrong direction. r=smontagu sr=neil 2005-02-20 10:02:35 +00:00
bryner%brianryner.com f6b8fec0c7 Clean up xpfe/appshell, removing nsIWebShellWindow in the process. Bug 282200, r=danm, sr=bzbarsky. 2005-02-19 22:42:01 +00:00
dbaron%dbaron.org 498cb82a63 Use MOZILLA_VERSION for the version in Info.plist so it doesn't need to be updated by hand. Rename Info.plist to Info.plist.in accordingly. b=229467 r+sr=bryner 2005-02-19 21:02:29 +00:00
mozilla.mano%sent.com 3e7b26be5a Bug 279100 - JS error pressing ESC in Help window. r+sr=neil 2005-02-19 00:50:40 +00:00
cbiesinger%web.de a401da5e3f 250936 check that mozilla can handle the MIME type before opening a window for it
r=bz sr=tor
2005-02-18 18:43:11 +00:00
neil%parkwaycc.co.uk f039b720ce I failed to merge this hunk correctly last time :-[ b=104532 r=danm sr=jst a=asa 2005-02-17 19:46:01 +00:00
neil%parkwaycc.co.uk 98bbde7d13 Bug 282253 JS Console doesn't clear properly r+sr=bz a=brendan 2005-02-17 08:59:45 +00:00
bugzilla%arlen.demon.co.uk 289365d9bb Bug 280415 "Save As Page..." menu item disappears if no window open
p=me r=timeless sr=neil.parkwaycc.co.uk a=caillon
2005-02-16 11:42:51 +00:00
darin%meer.net 0848e7f038 fixing win32 bustage (implement NS_CopyUnicodeToNative in terms of NS_UTF16ToCString when MOZILLA_STRICT_API is defined) 2005-02-16 08:33:58 +00:00
jshin%mailaps.org c75d55c0dc bug 281781 : HandleDDENotification returns zero-extended values for WWW_GetWindowInfo patch by Masayuki Nakano, r=jshin, sr=bz, a=asa 2005-02-16 06:31:43 +00:00
dbaron%dbaron.org cd3f2b0231 Fix obvious spelling mistake in comment. 2005-02-12 19:34:51 +00:00
aaronleventhal%moonset.net 62f01b3e02 Bug 237249. Accessible Name, role and value of URL bar and search field broken. r=pkwarren on accessibility module, r=mconnor for toolkit changes, r+sr=Neil for xpfe changes, sr=bryner for accessibility module changes, a=dveditz 2005-02-11 13:17:18 +00:00
mostafah%oeone.com 63402725b3 Checked in patch for bug 246115: Add support for launching calendar to xremote
r=shaver sr=shaver
2005-02-08 18:23:45 +00:00
bzbarsky%mit.edu 361aa1170b Restore documentation that got incorrectly removed at some point. Bug 279587,
patch by Chris Thomas (CTho) <cst@andrew.cmu.edu>, r=ben, sr=bzbarsky
2005-02-08 05:32:13 +00:00
aaronleventhal%moonset.net e177758a41 Bug 280871. Fix various problems with how we expose HTML and XUL combo boxes via accessibility APIs 2005-02-07 23:11:30 +00:00
neil%parkwaycc.co.uk 6d58e51e21 Clean up use of QueryInterface in consoleBindings.xml b=179268 r=timeless sr=bz 2005-02-07 17:39:11 +00:00
mkaply%us.ibm.com 3966ef3a9f #280137
r=pedemonte, sr=mkaply (OS/2 specific)
Patch from Peter Weilbacher - don't statically link to PMWINX since it is a poorly behaved DLL
load the needed functions dynamically from REGISTRY.DLL
2005-02-07 14:54:47 +00:00
cbiesinger%web.de 40888bf15f Bug 281130 rename NS_DOWNLOAD_CONTRACTID to NS_TRANSFER_CONTRACTID to better
reflects its purpose
r=bz sr=darin
2005-02-07 14:35:46 +00:00
dwitte%stanford.edu 33e373e757 tidy up popup blocker code.
b=279710, r+sr=dveditz.
2005-02-06 08:25:40 +00:00
dougt%meer.net c8272f98e2 Fixes 280246. WinCE build support. r=bryner 2005-02-06 03:48:19 +00:00
jshin%mailaps.org 4fcc4c2dc9 bug 280007 (pt1) : replace 'Unicode' with 'Other Languages' in font. pref. panel (r=smontagu, sr=dbaron) 2005-02-06 03:23:27 +00:00
dveditz%cruzio.com d274f37e78 bug 280056 prevent javascript: url dropping r=jst, sr=mkaply 2005-02-05 09:09:20 +00:00
bryner%brianryner.com d549f6eadd fixing mac bustage 2005-02-04 21:55:10 +00:00
bryner%brianryner.com ed870113ca Additional REQUIRES cleanup for mailnews, mac, and suite directories (bug 73353). r+sr=dbaron. 2005-02-04 21:10:45 +00:00
bugzilla%arlen.demon.co.uk 044006f0b9 Bug 274179 Add horizontal options to mouse wheel prefs panel
p=mozilla@Weilbacher.org r=neil.parkwaycc.co.uk sr=jag
2005-02-04 13:19:14 +00:00
bryner%brianryner.com dcdd036dc0 Fix Linux Seamonkey bustage 2005-02-03 23:53:49 +00:00
dveditz%cruzio.com 482ee97b73 bug 280522 misplaced null after WideCharToMultiByte conversion. Thanks to
Christian Franke for the nsToolkit.cpp patch (r=dveditz,sr=dbaron).
nsNativeAppSupportWin.cpp patch r/sr=bzbarsky.
2005-02-03 23:28:46 +00:00
bryner%brianryner.com 67dba23ae4 Clean up unneeded REQUIRES (bug 73353). r+sr=dbaron. 2005-02-03 23:01:54 +00:00
neil%parkwaycc.co.uk 9a9dfdc312 Backend to load external links in new tabs b=231984 r=danm sr=jst 2005-02-02 10:04:09 +00:00
neil%parkwaycc.co.uk c92929c2cd Don't let background tabs set the status b=104532 r=danm sr=jst 2005-02-02 09:39:30 +00:00
jst%mozilla.jstenback.com 8862f5752b Replace empty nsAutoString with EmptyString(). No bug. 2005-02-01 22:07:48 +00:00
louie.zhao%sun.com 13fd081406 bug257739 [ATK] Can't read the title name of windows/dialogs
p  = Philip K. Warren (IBM)
r  = aaronleventhal
sr = jst
2005-02-01 08:50:50 +00:00
bzbarsky%mit.edu 7f9e2bbb9a Undo the checkin for bug 135811 and refix it better. Fixes bug 279495.
r=danm, sr=jst
2005-01-31 20:46:24 +00:00
timeless%mozdev.org 72f57e2f32 Bug 142864 Wrong string order in Add Language dialog (when there are accented letters)
patch by jerfa@yahoo.com r=smontagu sr=tor
2005-01-31 20:04:58 +00:00
Stefan.Borggraefe%gmx.de a97f484e76 Bug 277342: JS Console behaving incorrectly with right-click on source file
r=mconnor, sr=neil
2005-01-31 00:26:02 +00:00
neil%parkwaycc.co.uk c3495c7297 Bug 224141 Remove unused function openLink p=gautheri@noos.fr r=mconnor sr=jag 2005-01-30 21:57:18 +00:00
cst%andrew.cmu.edu 19d6f0e3fc Bug 266289 nsIAlertsService should use AString instead of wstring
r=mscott sr=neil
2005-01-29 01:04:32 +00:00
cst%andrew.cmu.edu a8efb2bb26 Bug 219203 Add pref for backspace behavior (go back, page up)
r=timeless sr=neil
2005-01-29 00:53:58 +00:00
cst%andrew.cmu.edu af4a529c45 Bug 278731 Change "Cache Folder:" to "Cache Folder Location:"
r=timeless sr=neil
2005-01-29 00:47:52 +00:00
cst%andrew.cmu.edu abb5f54516 Bug 277853 Use contract id instead of CID for sound
seamonkey: r=timeless sr=neil
firefox: r=mconnor
2005-01-29 00:43:00 +00:00
dbaron%dbaron.org 8993baf11c Convert CR-LF and CR linebreaks to LF. 2005-01-28 20:01:46 +00:00
timeless%mozdev.org 2e814dfd8a Bug 232548 Element Properties should remove the properties with empty values
patch by f.qu@laposte.net r=db48x sr=neil

also rolling in a change from
Bug 240947 use content instead of _content
per neil w/ approval from mconnor
2005-01-28 15:43:22 +00:00
neil%parkwaycc.co.uk 64d9edac4b Bug 252780 Document Roaming Access in Help p=giacomo.magnini@portalis.it r=ben.bucksch sr=me 2005-01-28 12:08:47 +00:00
bzbarsky%mit.edu 7cddf32f25 Handle printPreview() failing better. Bug 275996, r=timeless, sr=neil 2005-01-26 23:12:32 +00:00
neil%parkwaycc.co.uk 2d6d125096 Make it possible to disable listboxes b=98595 r=varga sr=bryner 2005-01-26 09:54:33 +00:00
mozilla.mano%sent.com a8ef008033 Bug 279416 - Implement a controller for cmd_switchTextDirection. r=brade sr=neil (for editor/) r=smontagu sr=neil (for xpfe/) r=mconnor (for browser/) 2005-01-26 01:40:30 +00:00
timeless%mozdev.org 33ac720268 Bug 268311 Rewrite nsIFilePicker.displayDirectory handling and (windows) nsFilePicker::ShowW
r=neil sr=neil
2005-01-25 11:57:29 +00:00
timeless%mozdev.org 8f14c13a08 Bug 237902 remove function OpenMessenger() and function OpenAddressbook() from navigator.js
r=neil sr=tor
2005-01-24 21:50:04 +00:00
dwitte%stanford.edu 1d185f2e97 make p3p cookie icon not appear for rejected cookies, only for flagged/downgraded ones; and remove some deprecated notification fu.
b=212778, r+sr=darin
2005-01-24 06:53:18 +00:00
roc+%cs.cmu.edu f1635b58a4 Bug 95227. Allow serif/sansserif defaults to be set per-language. Patch by Masayuki Nakano, r=dbaron,amadare,danm,smontagu,rbs,neil sr=roc 2005-01-23 23:58:32 +00:00
bzbarsky%mit.edu d9f747cca2 Add about:license and about:licence and make about: link to them. Bug 256945,
r=gerv, sr=darin
2005-01-23 21:02:36 +00:00
timeless%mozdev.org 5020db0be5 Bug 68348 Command+Period shortcut not shown for Stop in View menu
patch by bugs.mano@mail-central.com r=jpedemonte sr=neil
2005-01-20 02:29:25 +00:00
Stefan.Borggraefe%gmx.de d6825244da Bug 257758 Add UI for WPAD and option for using the configured SOCKS proxy for DNS lookups to proxy preferences
r=neil, sr=shaver
2005-01-19 23:51:40 +00:00
pedemont%us.ibm.com 9721dc1197 Bug 137523 - Add Minimize and Zoom to Window menu. Patch by mano. r=jhpedemonte, sr=neil 2005-01-19 22:50:55 +00:00
dbaron%dbaron.org 95df4cb990 Re-remove files that were checked into after being cvs removed to restore things to a consistent state. (These files were in Attic but not in the cvs 'dead' state, so they appeared when checking out by date.) 2005-01-19 22:48:57 +00:00
neil%parkwaycc.co.uk 7778c9bf31 Bug 83313 "Open File" doesn't work on Mac when no windows are open p=bugs.mano@mail-central.com r=pedemonte sr=me 2005-01-19 17:18:39 +00:00
louie.zhao%sun.com 08d46d96f1 bug277885 Some Textfields are spoken as "Undefined single line text".
r  = aaronleventhal
sr = neil.parkwaycc.co.uk
2005-01-19 10:47:53 +00:00
timeless%mozdev.org fb89d15d8c Bug 278821 Access key conflict in Preferences->Advanced->HTTP Networking: both Use HTTP 1.1 and Help use 'H'
patch by giacomo.magnini@portalis.it r=neil sr=neil
2005-01-19 09:53:46 +00:00
bugzilla%arlen.demon.co.uk 308c16c134 Bug 274672 Pressing Enter in Wizard activate BOTH focused button and pageAdvance()
p=lwchk2001@yahoo.com.hk/me r=neil.parkwaycc.co.uk sr=bzbarsky
2005-01-19 01:57:32 +00:00
pedemont%us.ibm.com d0289138da Bug 117186 - Add menu shortcuts for backward/forward. Patch by mano. r=jhpedemonte, sr=neil 2005-01-18 00:13:46 +00:00
pedemont%us.ibm.com 101e033fa1 Bug 264938 - Collapse toolbar button shouldn't hide the statusbar. Patch by mano, r=jhpedemonte, sr=sfraser. 2005-01-17 20:48:14 +00:00
bsmedberg%covad.net 19f3fb4b6a Bustage fix from bug 276588. 2005-01-17 20:02:20 +00:00
bzbarsky%mit.edu af33195dac Fix some .getFromTypeAndExtension to follow the api documentation. Bug 274339,
r=biesi,mconnor, sr=neil
2005-01-17 19:13:15 +00:00
bsmedberg%covad.net f3dd951f94 Bug 276588 - Rework command line handling in the toolkit to use a generic API - see COMMANDLINES_20050109_BRANCH for more detailed cvs logs r=darin,caillon,mscott,mconnor 2005-01-17 18:50:18 +00:00
timeless%mozdev.org 1f6bfed465 Bug 173634 flawfinder warnings in xp_str.h: kill xp_str.h, xp_path.h and clean out old/dead defines/code
r=mkaply sr=alecf
Removing dead code guarded by: BUG_21013 MORK_USE_XP_STDLIB notdef OLDWAY UNREADY_CODE
Removing  *Apple*Decode* files which aren't being built
2005-01-17 10:16:02 +00:00
timeless%mozdev.org 671405d82f Bug 273934 Cache preference accesskey for choose folder conflicts with help
r=neil sr=neil
2005-01-17 09:22:40 +00:00
silver%warwickcompsoc.co.uk f86046b7e4 Bug 231892 - gPrintPreviewObs should not throw for QI to nsISupports.
r/sr=neil
2005-01-16 17:01:55 +00:00
bmlk%gmx.de d344afc5b3 add missing & to enable localzing of prefEnablePipelining.accesskey in "HTTP Networking" window, bug 278545, Patch by bugzilla@mcsmurf.de r+sr=neil 2005-01-16 16:07:54 +00:00
bzbarsky%mit.edu dc94ec25f1 Switch to "copy image" in the context menu to copy both the image data and the
URI.  Bug 135300, patch by O. Atsushi (Torisugari) <torisugari@gmail.com>,
r+sr=neil
2005-01-15 18:00:19 +00:00
timeless%mozdev.org 70be16dcdc Bug 268311 Rewrite nsIFilePicker.displayDirectory handling and (windows) nsFilePicker::ShowW
r=neil sr=neil
2005-01-14 11:41:37 +00:00
timeless%mozdev.org 5cef1d984f Bug 272705 Error ``document.getElementById("cmd_SwitchTextDirection") has no properties'' [xs] in file ``chrome://communicator/content/utilityOverlay.js'', line 387, character 0.
r=neil sr=neil
2005-01-14 07:58:37 +00:00
neil%parkwaycc.co.uk 201cc4b7a3 Bug 188557 Application name should not be hard-coded in "Illegal plug-in operation" dialog p=bugmail@q1n.org r+sr=jst 2005-01-13 12:46:52 +00:00
smontagu%smontagu.org 1b6bc3e3c1 Don't underline XUL access keys on Mac. Bug 277463, patch by Asaf Romano <bugs.mano@mail-central.com>, r=neil.parkwaycc.co.uk@myrealbox.com, sr=bzbarsky 2005-01-13 12:04:24 +00:00
bryner%brianryner.com cd3200aa40 Change cache interfaces to use ACString for the key. Bug 277627, r+sr=darin. 2005-01-13 03:25:28 +00:00
bryner%brianryner.com a8073f18a3 Remove nsIHTMLContent interface (bug 276959). r+sr=jst. 2005-01-12 19:45:38 +00:00
timeless%mozdev.org b1a1a86946 Bug 278118 rev versions to 1.8b
Bumping release ver from 1.8a6 to 1.8b
r=asa
2005-01-12 17:58:51 +00:00
cst%andrew.cmu.edu 073cfda15f Bug 277852 make download manager do_CreateInstance sound for consistency
r=timeless sr=neil
2005-01-12 16:35:21 +00:00
db48x%yahoo.com 34ebcde274 bug 275096: Page Info | Media | Save As button non-functional
r=mconnor, sr=neil
2005-01-12 07:05:50 +00:00
bzbarsky%mit.edu f9ef2b77dc Fix incorrect define. Bug 272505, patch by Stephen Walker
<sdwalker@myrealbox.com, r=bsmedberg, sr=bzbarsky
2005-01-12 04:02:34 +00:00
jst%mozilla.jstenback.com 265b0ff136 Fixing bug 103638 (and bug 273699). Targets with same name in different windows open in the wrong window. Patch by bzbarsky@mit.edu and myself, r=danm.moz@gmail.com, bzbarsky@mit.edu, sr=dveditz@cruzio.com, a=asa@mozilla.org 2005-01-11 19:36:40 +00:00
mconnor%myrealbox.com 438bb7b5a9 bug 277625 - Context menu Copy Email Address not unescaping, r+sr=bz, a=asa 2005-01-10 07:34:47 +00:00
mozilla.BenB%bucksch.org a4d8543256 277657: textbox.maxLength doesn't work because of case problem (typo)
r+sr=Neil Rashbrook, a=asa
2005-01-09 20:15:52 +00:00
timeless%mozdev.org 0f16244b59 Bug 187508 Follow "full keyboard access" setting in System Preferences for tabbing navigation
patch by bugs.mano@mail-central.com r=aaronl sr=neil a=asa
2005-01-06 23:41:52 +00:00
jst%mozilla.jstenback.com e82d61af3f Fixing a part of bug 262887 that the initial fix didn't fix. r=bugs4hj@netscape.net, sr=dveditz@cruzio.com, a=asa@mozilla.org 2005-01-06 16:13:51 +00:00
mkaply%us.ibm.com 23742d51f6 #275436
r=mkaply, sr=blizzard (platform specific), a=mkaply (platform specific)
From Peter Weilbacher - add an OS/2 specific readme file
2005-01-05 15:40:59 +00:00
dveditz%cruzio.com 99c6c6277e bug 272764 pref changes to get XPInstall working in the suite again. original patch from jens.b 2005-01-05 07:57:48 +00:00
cbiesinger%web.de 9b06b9b0f5 Bug 224346 can't refresh search tab when search results appear (in advanced mode)
patch by Karsten D��sterloh <mnyromyr@tprac.de> r=timeless sr=neil
2005-01-04 23:30:57 +00:00
bzbarsky%mit.edu 99df5c71c0 Make people that want empty strings use EmptyC?String(). Bug 232691, patch by
Daniel Kraft <d@daniel-kraft.net>, r=jst, sr=bzbarsky
2005-01-04 19:31:31 +00:00
cbiesinger%web.de 2556456572 Bug 241082 exthandler should require just nsITransfer, not nsIDownload
patch by Zbigniew Braniecki <gandalf@firefox.pl> r=biesi sr=darin
2005-01-04 13:40:51 +00:00
bzbarsky%mit.edu 1601d80e99 Remove the long-deprecated nsIWebShell interface. Bug 273319, r=biesi, sr=jst. 2005-01-03 22:51:17 +00:00
bugzilla%arlen.demon.co.uk 9088124e56 Bug 270098 In <navigator.js>, "Error: browser.popupUrls has no properties"
p=me r=bugs4hj sr=neil.parkwaycc.co.uk
2005-01-03 16:27:12 +00:00
cbiesinger%web.de 01561be16c 276679 removing unused files, npob. found by Crispin Flowerday
<crispin@flowerday.cx> r=bsmedberg
2005-01-01 17:33:05 +00:00
cbiesinger%web.de 666ebe50ae undoing better bustage fix, since it breaks on windows 2005-01-01 16:48:41 +00:00
cbiesinger%web.de c5204c222f better bustage fix 2005-01-01 16:31:29 +00:00
cbiesinger%web.de dab02c5aa5 fixing more win32 bustage 2005-01-01 16:24:52 +00:00
cbiesinger%web.de b2a1df39b6 Bug 242350 replace LL_INIT(0,-1) with LL_MAXUINT
patch by Zbigniew Braniecki <gandalf@firefox.pl> r=biesi sr=darin
2005-01-01 14:55:48 +00:00
dbaron%dbaron.org 2a49a03aaf Happy New Year. 2005-01-01 05:01:51 +00:00
timeless%mozdev.org 7b55edf38a Bug 181273 "Set As Wallpaper" should not save in windows directory
patch by mailto:torisugari@gmail.com r=dean tessman sr=neil
2004-12-29 00:47:27 +00:00
timeless%mozdev.org e14083d959 Bug 276060 security info icon should use oncommand instead of onclick
patch by cst@andrew.cmu.edu r=aaronl sr=neil
2004-12-29 00:31:58 +00:00
bugzilla%arlen.demon.co.uk 6617dbc4ce Follow-up to Bug 7840 Ability to specify default directory for downloads - Missing ... fix v0.1
p=me/mozilla@Weilbacher.org r/sr=neil.parkwaycc.co.uk
2004-12-24 08:57:37 +00:00
Stefan.Borggraefe%gmx.de 3198e310a5 Bug 263312: Print dialog should use file checkbox instead of radio buttons
p=Peter Weilbacher, r=jag, sr=neil
2004-12-23 08:00:26 +00:00
bugzilla%arlen.demon.co.uk f6bc7bcc0e Bug 7840 Ability to specify default directory for downloads - As or not to As patch v0.7a - pud8
p=me r=neil.parkwaycc.co.uk sr/rs=jag
2004-12-21 19:31:07 +00:00
cbiesinger%web.de 0102bb910a fix qt build bustage from bug 273877, r=zack,bsmedberg 2004-12-21 17:16:21 +00:00
bsmedberg%covad.net d05148700d Bug 273877 - Forgot one file. 2004-12-20 22:19:53 +00:00
bsmedberg%covad.net fff2ac6ea1 Bug 273877 - Embedders should intialize the widget toolkit (XUL apps in nsAppRunner.cpp), instead of using nsIAppShell::Create) r=darin sr=roc 2004-12-20 21:53:33 +00:00
db48x%yahoo.com 16bf0830c2 bug 239006: Download manager doesn't account for filesize when presenting combined percentages
patch by Zbigniew Braniecki <gandalf@firefox.pl>, r=cbiesinger, sr=darin
2004-12-18 04:06:51 +00:00
neil%parkwaycc.co.uk 1e52c318cb Bug 253787 JavaScript strict warning: reference to undefined property document.charset p=gautheri@noos.fr r+sr=me 2004-12-16 17:37:39 +00:00
steffen.wilberg%web.de ab544f73df Bug 272927: update MPL-1.1.html from mozilla-org/html/MPL/MPL-1.1.html (markup improvements only). r=gerv@mozilla.org 2004-12-15 23:41:24 +00:00
pedemont%us.ibm.com 16e3e0ddd3 Bug 151249 - Middle-click on link doesn't work on Mac. r=pinkerton, sr=sfraser. 2004-12-15 16:32:02 +00:00
bsmedberg%covad.net 60567bb185 Bug 275605 - libxul step 3 (all of tier 9, except libmozjs.so which will remain separate indefinitely) r=darin 2004-12-15 04:07:01 +00:00
db48x%yahoo.com 128c63824e a touch up for bug 195492, two errors on my part
r=neil, sr=rbs
2004-12-14 04:09:45 +00:00
db48x%yahoo.com a32deaaa0c bug 195492: lots of page info stuff
r=neil, sr=rbs
2004-12-13 07:44:52 +00:00
cbiesinger%web.de d14ec825d5 271959 fix typo in about: license, patch by Alex Vincent <ajvincent@gmail.com>
r=gerv sr=bz
2004-12-12 16:44:29 +00:00
simford.dong%sun.com 8475f959c2 Bug 266103 IT/sv/ru/pl not included in regionNames.properties
dbaron: superreview+
smontagu: review+

check-in for Ervin.Yan@sun.com
2004-12-10 09:15:44 +00:00
ginn.chen%sun.com dbd694e654 Bug 269308 Mozilla should check solaris Math Library (libm) patch
patch maker=leon.sha@sun.com r=roland.mainz sr=darin
2004-12-10 02:56:42 +00:00
dbaron%dbaron.org 4efa5652e1 Fix Mac bustage. b=272151 2004-12-08 20:32:13 +00:00
dbaron%dbaron.org 9db368a6af Bug 272151: reorganize files within layout, r+sr=roc 2004-12-08 19:41:48 +00:00
timeless%mozdev.org 71228f9817 Bug 123340 tabbed browser calls onLinkIconAvailable not defined on nsIProgressMeter
r=bz sr=neil
2004-12-07 21:39:08 +00:00
danm-moz%comcast.net cf9c5debce single window mode aviary branch merge. bug 172962, 263689 r=blizzard,bryner 2004-12-07 16:09:34 +00:00
danm-moz%comcast.net bc969ec68e single window mode aviary branch merge. bug 172962, 263689 r=bryner,neil,pinkerton 2004-12-07 16:09:32 +00:00
danm-moz%comcast.net ae9744c632 single window mode aviary branch merge. bug 172962 r=neil,pinkerton 2004-12-07 16:09:30 +00:00
timeless%mozdev.org d7709d72a8 Bug 267627 select event isn't fired when selection of listbox is changed
patch by cst@andrew.cmu.edu r=bryner sr=bryner
2004-12-07 07:06:35 +00:00
jag%tty.nl b9a6e5ff16 Back out unintentional change. 2004-12-06 22:56:18 +00:00
neil%parkwaycc.co.uk bf9cac1359 Ensure thumb frame exists b=248407 r+sr=bz 2004-12-06 10:43:26 +00:00
neil%parkwaycc.co.uk 3757704cc9 Update navigator throbber default page b=272102 p=bugzilla@babylonsounds.com (Simon Paquet) r+sr=me 2004-12-04 00:21:55 +00:00
bsmedberg%covad.net 1886e88ad8 Removing files that were cvs-copied as part of bug 237745. I apologize for not doing this sooner. 2004-12-03 14:31:22 +00:00
Stefan.Borggraefe%gmx.de a66751da1b Removing a string that creeped in from another patch. 2004-12-02 21:47:24 +00:00
Stefan.Borggraefe%gmx.de eddbb28d7e Fix for Bug 155928: "Delete Entire Domain xxx" could be better worded
r=aaronl, sr=neil
2004-12-02 21:35:42 +00:00
smontagu%smontagu.org a61933215f Right-click text for properties doesn't show up based on xml:lang (language) attribute. Bug 207274, patch by Florian Queze <f.qu@laposte.net>, r=jag, sr=bzbarsky 2004-12-02 21:20:28 +00:00
gerv%gerv.net 670fb87360 Bug 236613: change to MPL/LGPL/GPL tri-license. 2004-12-01 22:27:03 +00:00
ben%bengoodger.com 8d09f98fb4 aviary branch landing: one final attempt to fix build bustage... move extensions to non-windows-only section of makefile! 2004-12-01 07:41:14 +00:00
ben%bengoodger.com b52f8d7afd aviary branch landing: more bustage fixes for seamonkey, make sure extensions stub is built for seamonkey, and make sure SelectSkin is called on the right interface pointer. 2004-12-01 07:13:06 +00:00
ben%bengoodger.com afaefbac28 aviary branch landing:
- xpinstall hooks for extension manager (242529, r=dveditz)
  (install.rdf read hook + stub extension manager implementation for seamonkey)
- xpinstall hooks for info bar (xpinstall whitelist UI)
2004-12-01 05:59:04 +00:00
timeless%mozdev.org 8ea2a7d6d5 Build bustage from bug 237745, caused by a typo.
nsXPFEComponentCID.h should be nsXPFEComponentsCID.h
2004-11-30 23:24:59 +00:00
darin%meer.net 9aee2fe67a fixes bug 270110 "Add versions of nsDependentString and friends to the Gecko SDK" r=bsmedberg 2004-11-30 00:57:24 +00:00
neil%parkwaycc.co.uk 395fdbc1b7 Bug 271981 JS strict warning: redeclaration of var charset r=biesi sr=bz 2004-11-29 13:01:04 +00:00
mvl%exedo.nl 2e9eb9007f Enable password manager for sunbird
bug 258524, r=bsmedberg, mostafah
2004-11-28 10:59:39 +00:00
mvl%exedo.nl 03cba3f4d8 Enable password manager for sunbird
bug 258524, r=bsmedberg, mostafah
2004-11-28 10:39:16 +00:00
Stefan.Borggraefe%gmx.de d2ff91327c Bug 252698: Use buttonlabel attributes in <dialog>s
r+sr=neil
2004-11-27 21:56:52 +00:00
neil%parkwaycc.co.uk a597c068de Bug 271426 Make it possible for extensions to call BrowserHome() without parameters again subsequent to bug 267169 p=cst@andrew.cmu.edu r=timeless sr=me 2004-11-26 17:30:16 +00:00
neil%parkwaycc.co.uk 08a4b31f7e Update URL post Bugzilla reorganization b=271642 p=mcsmurf@mcsmurf.de rs=me 2004-11-25 20:15:13 +00:00
dbaron%dbaron.org 85de9474d3 Bump version from 1.8a5 to 1.8a6. 2004-11-25 18:33:39 +00:00