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

1117 Коммитов

Автор SHA1 Сообщение Дата
bzbarsky%mit.edu dc9f9999fe Removing incorrect XXX comments. 2005-02-23 05:15:23 +00:00
dbaron%dbaron.org e72cdcbaaf When we manually set up history for the first browser (for startup performance), ensure the browser's browser:purge-session-history observer gets removed once. b=283116 r=mconnor 2005-02-23 01:34:53 +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
mozilla.mano%sent.com 80b41c4036 Bug 269994 - Submitting a blank search string to the Dictionary.com search plugin doesn't navigate to the main page. patch by Gavin Sharp <gavin.sharp@gmail.com> r=mconnor 2005-02-20 23:33:01 +00:00
mozilla.mano%sent.com 35d9f176a2 Bug 228165 - Add Bookmark dialog should be shown as a sheet on Mac OS X. r=vladimir 2005-02-19 06:16:18 +00:00
dveditz%cruzio.com ab565970e3 bug 270697 make autocomplete behave more like IE r=caillon,r=mconnor 2005-02-18 12:40:00 +00:00
bugzilla%arlen.demon.co.uk 1327aebb0d Bug 277490 Retrieve site description from meta tag when adding bookmark
p=gavin.sharp@gmail.com r=vladimir
2005-02-17 00:17:12 +00:00
bugzilla%arlen.demon.co.uk deb405feb1 Bug 281724 Erreur : isDocumentFrame is not defined
p=f.qu@laposte.net r=mconnor
2005-02-16 23:58:35 +00:00
bzbarsky%mit.edu ba0e95d41a Make sure to flush frames before calling GetPrimaryFrameFor in boxobject. Bug
282265, r=mconnor on the toolkit part, sr=neil, a=asa.
2005-02-15 04:57:17 +00:00
mozilla.mano%sent.com be9a0c74fe Bug 177506 - turning off/onn 'hide tab bar ...' has no effect until new tab/window is opened. r=mconnor 2005-02-14 19:26:50 +00:00
mconnor%myrealbox.com 63e78c6b64 bug 260951 - [trunk] Go menu doesn't display recent page history until second opening 2005-02-11 17:12:56 +00:00
joshmoz%gmail.com 82987cae52 "Content-disposition filename handling violates RFCs 2183 and 2616" b=275110 r=bz sr=benjamin 2005-02-08 07:08:20 +00:00
doronr%us.ibm.com e7b086e0e3 Bug 266525 - Plugin finder does not work when a page with plugin is opened in background tab. r/sr=jst 2005-02-07 16:20:16 +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
mozilla.mano%sent.com 1a1c09e363 Bug 276318 - Context menu search does not obey browser.tabs.loadInBackground pref. patch by Gavin Sharp <gavin.sharp@gmail.com> r=mconnor 2005-02-06 21:07:09 +00:00
mozilla.mano%sent.com e0c2bbb2bf Bug 220589 - [Mac] Command-Enter and Command-Shift-Enter (in the location bar) should work like windows/linux builds. r=mconnor 2005-02-06 19:53:10 +00:00
mozilla.mano%sent.com 46ce657ff2 Bug 269644 - Checkmark indicating active window in Window menu only shows on second access. Patch by Mike Calmus <mcalmus@nyx.net> r=mconnor 2005-02-06 17:42:55 +00:00
smontagu%smontagu.org 5f075aebf5 Remove UTF-8 BOMs from source files. Bug 280656, r=jshin, sr=brendan 2005-02-02 13:25:44 +00:00
mozilla.mano%sent.com 4429a9bd0e Bug 260549 - [Mac] Right-clicking on bookmark in a folder on bookmarks toolbar loads bookmark and context menu. r=vlad 2005-02-01 23:43:15 +00:00
gerv%gerv.net 3051ba969b Bug 236613: change to MPL/LGPL/GPL tri-license. 2005-02-01 17:36:54 +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
timeless%mozdev.org 5ad9ef2ea0 Bug 279987 Remove "Tell a Friend" cruft
patch by jwalden+bmo@mit.edu r=mconnor
2005-01-28 16:09:56 +00:00
timeless%mozdev.org beeac80043 Bug 240947 use content instead of _content
r=mconnor based on r=neil sr=dveditz for the original pass
2005-01-28 16:06:56 +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
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
mozilla.mano%sent.com 7bf62ad8d7 Bug 273217 - [Mac] disable inappropriate menuitems when no window is open; this also fixes the follwoing commands which didn't wotk when no window was open: bug 229040 - bookmarks menu, bug 227525 - file->open file, bug 249717 - go->home. r=mconnor 2005-01-24 23:40:03 +00:00
mconnor%myrealbox.com b5a05344dd fix Bug 245588, certain malformed URL or missing local pages break startup 2005-01-20 23:04:06 +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
smontagu%smontagu.org 6a863a40fc only command+numbers should switch tabs (control + number key switches tab instead of activating accesskey). Bug 265711, patch by Asaf Romano <bugs.mano@mail-central.com>, r=mconnor. 2005-01-16 18:25:41 +00:00
db48x%yahoo.com 582f5a52dc bug 259073: Image Properties don't display for inactive area of image map
patch by Florian Queze <f.qu@laposte.net>, r=mconnor
2005-01-15 10:02:35 +00:00
kjh-5727%comcast.net e710e37ba9 Bug 273024 - Back Button History is not in the correct order (aviary-landing). r=mconnor. 2005-01-14 22:57:48 +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
mconnor%myrealbox.com 8227a991b7 fixing regression of bug 215993 caused by fix to underlying code (bug 263462), switch to using unEscapeURIForUI instead 2005-01-09 17:34:37 +00:00
mconnor%myrealbox.com a5c3ed981f bug 277603 - if sidebar is closed, opening a sidebar bookmark loads the previous bookmark instead 2005-01-09 01:41:03 +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
bugzilla%arlen.demon.co.uk f60706e4d8 Bug 271022 JavaScript Console Error: Opening Non-Sidebar Windows in the Sidebar ("searchBox has no properties")
p=gavin.sharp@gmail.com r=mconnor
2005-01-03 00:52:33 +00:00
steffen.wilberg%web.de e31212865f fix comment about the name and location of nsHelperAppDlg.js.in. 2004-12-22 13:17:59 +00:00
steffen.wilberg%web.de 55837052b9 Bug 263146: use the Cmd key instead of the Ctrl key on Mac ('accel' instead of 'control'). p=bugs.mano@mail-central.com, r=mconnor 2004-12-21 15:30:57 +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
bzbarsky%mit.edu a84fe5ad7b Use the right extension for appending filters to the filepicker. Bug 273498,
r=mconnor
2004-12-09 15:39:11 +00:00
danm-moz%comcast.net b13ac24f0a single window mode aviary branch merge. bug 172962, 262537, 263689, 265962, 266776 r=ben,bryner,bzbarsky,jst,peterv 2004-12-07 16:08:48 +00:00
steffen.wilberg%web.de cc5231946b Bug 263755: #ifndef XP_MACOSX the Alt+D shortcut, becuase it doesn't work on Mac. p=jeff, r=mconnor 2004-12-05 22:06:44 +00:00
bugzilla%arlen.demon.co.uk a28a915157 Reversing out patch checked in by accident during aviary landing fixing 2004-12-05 20:18:16 +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
bugzilla%arlen.demon.co.uk 5a420dfff5 Bug 239394 nsIMIMEInfo should use interCaps for functions and attributes
Relanding relevant parts of patch following aviary branch landing
2004-12-01 23:59:15 +00:00
bugzilla%arlen.demon.co.uk e8b442e3b9 Bug 128398 Referrer column is empty for the History
Relanding relevant parts of patch following aviary branch landing
2004-12-01 23:38:19 +00:00
bugzilla%arlen.demon.co.uk 9fb9d10455 Bug 221161 Customize domain endings (TLDs) for Ctrl+Enter, Shift+Enter, etc. completions in URL bar
Relanding of patch following aviary branch landing - already reviewed
2004-12-01 16:42:28 +00:00
ben%bengoodger.com 5171657dc2 Landing the Aviary Branch (browser section only). 2004-11-30 08:23:02 +00:00