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

270 Коммитов

Автор SHA1 Сообщение Дата
ben%bengoodger.com 5a65ddda0a 305134 - remove feedview from firefox 1.5 and 1.6x pending architecture redesign. r=mconnor 2005-08-26 18:22:08 +00:00
aaronleventhal%moonset.net 49e0b8b124 Can't tab out of location bar. Regression from feedview button being added. r=mconnor 2005-08-13 02:46:08 +00:00
ben%bengoodger.com 45b09ace03 303848 - integrate feedview better with firefox browser code/live bookmarking system.
this is an initial stab at implementing a design I'm working on with Mike Beltzner
here: http://wiki.mozilla.org/Firefox:1.1_RSS_Pretty_Print
2005-08-12 00:34:19 +00:00
myk%mozilla.org 279d0f9608 Fix for bug 302121: Implements feedview feature for better display of RSS and Atom feed files. r=mconnor, approval1.8b4+=mconnor 2005-08-02 03:29:11 +00:00
gavin%gavinsharp.com 2f7d7f16b5 Bug 291768 and bug 302660: add middle click and single-click-selects-all to location bar icon, r+a=mconnor 2005-07-30 19:48:58 +00:00
ben%bengoodger.com 44659888ad checking in with 296566: remove empty updates button from browser UI, removes empty button at top right of window, r=rob_strong@exchangecode.com 2005-07-25 17:26:20 +00:00
gavin%gavinsharp.com 65d8b79fe0 Bug 269775 - Bookmarks toolbar 'shrinks' when window is resized/restored - Patch by Martijn Wargers (martijn.martijn@gmail.com), r=mconnor, a=bsmedberg 2005-07-18 16:00:44 +00:00
masayuki%d-toybox.com 1f93ebdcd5 Bug 259454 IME input (e.g., Chinese, Japanese and Korean) cannot be performed in Find Toolbar when opened with "/" or "'" r=bryner, dbaron, sr=dbaron, a=benjamin 2005-06-24 04:25:43 +00:00
mozilla.mano%sent.com 75d6398eba Bug 179845 - Support dragging a link onto the 'New Tab' and 'New Window' toolbar buttons. patch from Ben Basson <cusser.bugs@cusser.net>, r=mconnor, a=asa. 2005-06-07 19:43:43 +00:00
mozilla.mano%sent.com 7feaa07987 Bug 283987 - No warning when closing multiple tabs in full screen. patch from Mook <mook.moz@gmail.com>, r=mconnor, a=asa 2005-05-14 08:09:45 +00:00
mozilla.mano%sent.com 25d420c8de Bug 239218 - [Mac] Menus are nonfunctional in the Extensions/themes manager and in the JS Console. r=mconnor a=asa 2005-04-20 15:32:57 +00:00
mozilla.mano%sent.com e1aa396492 Bug 239218 - [Mac] (First part) Menus are nonfunctional in the Download Manager, About and Page Info windows. r=mconnor, a=asa 2005-04-19 15:32:38 +00:00
mozilla.mano%sent.com 590c879372 Bug 267227 (be able to use Window and Help menus in every window) - Move the Window and Help menus to a new overlay. r=mconnor 2005-03-24 16:00:01 +00:00
bugzilla%arlen.demon.co.uk f37562c9de Bug 237776 Reload should be disabled for blank tabs
p=ryanvm@gmail.com r=mconnor
2005-02-27 17:59:38 +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
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
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
ben%bengoodger.com 5171657dc2 Landing the Aviary Branch (browser section only). 2004-11-30 08:23:02 +00:00
ben%bengoodger.com c18e6e84c3 256218 - add "go" button to default toolbar config to help migrating IE users. 2004-10-04 22:27:36 +00:00
bsmedberg%covad.net 0f96da1f52 Bug 221824, part 2, add content hooks for submenu expander and back/forward buttons. r=mconnor 2004-10-03 01:19:58 +00:00
steffen.wilberg%web.de 336abe5e0f Bug 244692: Tabs bar, status bar, Download Manager, Extensions Manager and Themes Manager respond to all kinds of double-click (left, middle, right mouse buttons). r=ben 2004-09-19 17:31:28 +00:00
steffen.wilberg%web.de 3e1328770a Bug 257317: Fullscreen window management buttons need tooltips. p=Simon Paquet <bugzilla@babylonsounds.com>, r=mconnor 2004-09-18 22:24:43 +00:00
ben%bengoodger.com e2a455bfc4 22183 - UI spoofing can cause user to mistake content for chrome. force the location bar to always be present. 2004-09-06 23:23:54 +00:00
p_ch%verizon.net 20f7c94943 Bug 235243 follow-up: prevent the insertion button from blinking when the mouse is hovering over it. 2004-08-31 15:22:38 +00:00
steffen.wilberg%web.de 54accefe8b Bug 232399: dragging links to the bookmarks button should open the 'Add Bookmark' dialog. r=mconnor 2004-08-26 14:05:15 +00:00
p_ch%verizon.net 84d3c03a14 Bug 235243: Need drag and drop feedback for toolbar bookmarks (and menuitem bookmarks for gtk2).
In addition to the DND feedback, this patch:
- introduces a new var 'BookmarksInsertion' that 'encapsulates' DND feedback
display.
- rewrite the rtl handling related to DND. BookmarksInsertion deals with this
subtleties and the "public" feedback orientation ("before"|"on"|"after")
returned by BookmarksInsertion.getOrientation refers now to the DOM.
- paste and copy commands on the menus now insert after the rclicked element.
The hack that appended everything at the end of the container has been removed
or more accurately replaced by another one that is at least invisible to the
user and we already used for DND. The problem is due a problem with the content
building of containers with siblings (open in tabs stuff) not generated by the
bookmarks template.
- usual small glitch fixing.
2004-08-25 20:24:14 +00:00
vladimir%pobox.com a56f2c03e8 bookmarks fixes merged from aviary branch:
192624 - empty bookmark folder should show "(Empty)"
202798 - customizing toolbar in fullscreen mode breaks menus (bandaid)
221482 - bookmarks toolbar temporarily cleared when clicking restore default set in customize
232089 - bookmarks 'create in' shouldn't persist
234089 - bookmarks toolbar folder shouldn't be deletable with C-x (crasher)
238661 - moving a bookmark folder to itself deletes the folder
250179 - bookmarks toolbar wonky after customization
250820 - toolbar icon state/context menu/etc. broken after returning from fullscreen mode
251988 - livemark menu doesn't work after going to page without livemark and clicking
251335 - bookmarks toolbar folder has different context menu from other bookmark folders
251802 - refresh livemark doesn't work from toolbar/menu
252053 - make bookmarks use SafeOutputStream (dwitte)
252133 - new bookmarks items should be added below selected items, not above
252792 - livemark context menu contains active new folder menu item
252870 - context menu of empty personal toolbar folder has inconsistent items
252875 - bookmarks root name not localizable
2004-07-30 06:25:41 +00:00
vladimir%pobox.com a58e66f6ff b=244078, live bookmarks merge from aviary branch. 2004-07-30 05:29:27 +00:00
vladimir%pobox.com 33f488f5ea b=174265 (also 252288, 253161): favicon handling merge from aviary branch 2004-07-29 23:49:31 +00:00
bryner%brianryner.com 1a8b51b957 Fix some problems related to dynamic enabling/disabling of form autocomplete: make autocomplete ignore all key navigation if the input is disabled, also, instead of trying to keep autocomplete state in sync on every browser instance, just set the disabled state on the global form fill controller. Bug 249610, r=blake. 2004-07-29 08:08:11 +00:00
steffen.wilberg%web.de 6c82d429bf Bug 232172 - Make link modifiers work on the home button. r=bryner 2004-07-16 16:32:41 +00:00
bryner%brianryner.com 56b2b34f2b Implement nsIShellService for GNOME (bug 242254). r=biesi, sr=shaver. Note: set as wallpaper for images that use transparency will be broken until bug 250531 is fixed. This also makes toolkit/ always be pulled in preparation for migrating more code to the new GNOME XPCOM interfaces. 2004-07-15 22:51:19 +00:00
ben%bengoodger.com 1d04832af2 249601 - add back lock icon to status bar, rev version number 2004-07-09 06:32:33 +00:00
jruderman%hmc.edu 865bfc75b2 246719 - Make link modifiers work consistently throughout Firefox. This fixes 202819, 214816, 224132, and 236864. Also makes middlemouse.contentLoadURL work on Windows by porting the fix for 217090. r=bryner. 2004-06-23 22:54:12 +00:00
ben%bengoodger.com 9f079935b0 244025 - more obvious secure site indication 2004-06-20 08:30:19 +00:00
ben%bengoodger.com 774024a7fc 236725 - security info window appears twice on double click. make all status bar panel indicators activate only on doubleclick, which is the convention. 2004-05-23 10:25:30 +00:00
ben%bengoodger.com 36eba80e96 203556 - bookmark toolbar folders should behave like menus, patch by basic <basic@mozillanews.org> r=ben@mozilla.org... 2004-05-20 22:52:29 +00:00
mconnor%myrealbox.com e1c7890202 Bug 237959 - Mail Integration Label should be below icon, not next to it, patch by Robert J. Accettura (robert@accettura.com), r=mconnor 2004-05-06 23:45:38 +00:00
ben%bengoodger.com 02e2625d01 relocate statusbar panel 2004-05-03 23:49:56 +00:00
mconnor%myrealbox.com 3ca6780994 Bug 228320 - When any sidebar is active, a 5-pixel spacer appears on the left of all popups, patch by pike@pikey.me.uk, r=ben 2004-04-25 20:08:36 +00:00
ben%bengoodger.com 94a525e390 214360 - SmartUpdate: add a notification mechanism to the browser window to display updates. This is not enabled yet! 2004-04-25 02:55:53 +00:00
ben%bengoodger.com 877fe21ca1 214893 - Mail Integration UI - add "Mail" button to toolbar palette, with a submenu providing convenient access to mail, newsgroups. also adds Ctrl+M to compose new message. 2004-03-07 04:42:17 +00:00
ben%bengoodger.com 49755b2ca7 use a sane window size for new profiles at all screen resolutions 2004-02-23 02:20:36 +00:00
jst%mozilla.jstenback.com 4f8a9cbb12 Fixing last part of bug 68215, making FireFox play nicely with the onbeforeunload event too. r+sr=ben@bengoodger.com 2004-02-19 21:52:31 +00:00
chanial%noos.fr 70e903351f Bug 184802: Sidebar close button has no tooltip, patch by Simon Paquet <bugzilla@babylonsounds.com> 2004-01-31 18:55:22 +00:00
chanial%noos.fr b3a463d79a Bug 231381: supplementary fix for linux. 2004-01-19 06:46:02 +00:00
ben%bengoodger.com e51bdb71fd Make autocomplete work on all tabs 2004-01-14 09:13:09 +00:00
ben%bengoodger.com 1b56458628 228963 - history dropmarker is missing 2003-12-27 00:22:50 +00:00
ben%bengoodger.com eb3cf2a8fa Turn off the URLBar history dropmarker 2003-12-19 00:47:59 +00:00