Commit Graph

5077 Commits

Author SHA1 Message Date
martijn.martijn@gmail.com
3a8cc779b9 Bug 248612 - holding drag&drop pointer over a tab for a moment should open this tab to allow drag&drop of content from one tab to another tab, r=mano 2007-08-21 22:02:14 -07:00
sspitzer@mozilla.org
53558e131c fix for bug #342930: "You have asked to open [lots of] tabs at once" should read "You are about to open..." backporting the fix from the MOZILLA_1_8_BRANCH to work on the trunk (both with places enabled and without) r=dietrich, original patch r=mconnor, ui-r=beltzner 2007-08-21 22:02:13 -07:00
mozilla.mano@sent.com
96b13a68fa Land the new theme on trunk (bug 353673). 2007-08-21 22:02:12 -07:00
bryner@brianryner.com
0aade0c9e4 Lots of fixes for native themed checkbox and radio buttons on gtk2. Bug 247631, r=caillon, sr=blizzard. 2007-08-21 22:02:37 -07:00
ben@bengoodger.com
8899d46e7f land winstripe on trunk 2007-08-21 22:02:36 -07:00
mozilla.mano@sent.com
2033ac1d32 Bug 353594 - Don't expose tabbrowser-alltabs-popup's event handlers as methods. r=gavin 2007-08-21 22:02:11 -07:00
mozilla.mano@sent.com
c016ba8a27 Bug 345261 - show status text when mousing over all tabs menu items, r=gavin, ui-r=beltzner. 2007-08-21 22:02:10 -07:00
mozilla.mano@sent.com
b50e85ce2c Bug 353303 - regression: Tabs are closed when right-clicking the close button. patch from Simon Bnzli <zeniko@gmail.com>, r=me. 2007-08-21 22:02:09 -07:00
gavin@gavinsharp.com
0f2c471098 Bug 351965: Disable background close looks evil in the new themes, patch by Phil Ringnalda <philringnalda@gmail.com>, r=mano 2007-08-21 22:02:08 -07:00
sspitzer@mozilla.org
1ef6c629b6 fix for bug #350299: After clicking "Restart Now", the software update wizard can obscure the "confirm close" prompt from browser windows with multiple tabs. additional, after clicking "Restart Now", we need to disable the "Restart Now" and "Later" buttons, so that the user can't click on them again (while they are dealing with the "confirm close" prompts. finally, improve the prompt scenario (by first focusing the wizard) where the user has paused in the middle downloading a software update, minimized the software update wizard, and then quit the app. r=gavin.sharp, sr=mconnor 2007-08-21 22:02:07 -07:00
mozilla.mano@sent.com
26b052b7b4 Bug 352021 - Double click on the area on which a close button would appear closes the tab. r=mconnor. 2007-08-21 22:02:06 -07:00
cst@yecc.com
b187a08427 Bug 343096 Dispatch TabSelect event for tabbrowser-tabs only r=mano a=mconnor 2007-08-21 22:02:05 -07:00
sspitzer@mozilla.org
cecf1abd0b adding a class for themes to use. (keeping trunk in sync with branch) r=mconnor (as part of bug #349286) 2007-08-21 22:02:04 -07:00
gavin@gavinsharp.com
757482d52a Remove extra trailing brackets to fix orange, rs=brendan 2007-08-21 22:02:03 -07:00
sspitzer@mozilla.org
f0effabe69 fix for bug #349751 extra space between tabs after dragging a tab to extreme left r=mconnor 2007-08-21 22:02:02 -07:00
mozilla.mano@sent.com
5318cde3ce Bug 349122 - misc fallout from theme changes to tabs, toolkit/content part. r=mconnor. 2007-08-21 22:02:01 -07:00
mconnor@steelgryphon.com
e0a6bc69e3 bug 348132 - when tab scroll buttons first kick in, they cover part of the new tab, r=mano 2007-08-21 22:02:00 -07:00
mozilla.mano@sent.com
84e8c76bff Bug 348362 - Don't focus a tab when mousing-down on its close-button. r=mconnor. 2007-08-21 22:01:59 -07:00
mozilla.mano@sent.com
cf6e1db42d Bug 345257 - add tooltip to 'all tabs' menu button. patch from Michael Ventnor <ventnors_dogs234@yahoo.com.au>, r=me. 2007-08-21 22:01:58 -07:00
sspitzer@mozilla.org
cdf575e9c3 wall paper fix for bug #348183 nsGlobalWindow:Focus() can return NS_ERROR_FAILURE if we try to focus a disabled element. the unhandled exception in tabbrowser.xml can lead to problems, such as "canceling the 'do you want to close the window with open tabs' prompt still closes the window" r=bryner 2007-08-21 22:01:57 -07:00
sspitzer@mozilla.org
72158080b9 fix for bug #346441 closing the rightmost tab in the overflow case looks bad. r=asaf 2007-08-21 22:01:56 -07:00
sspitzer@mozilla.org
490d1210f2 fix for bug #342845 when dragging a tab over the "all tabs" button, act as if we are dragging over the "scroll down" button r=mconnor 2007-08-21 22:01:55 -07:00
mozilla.mano@sent.com
c840b3f47d Bug 346623 - Add overflow attribute to tabbrowser-tabs. r=mconnor. 2007-08-21 22:01:54 -07:00
sspitzer@mozilla.org
8fb7d67195 fix for bug #346901 change background tab animation and make new background tab restart animation, per pkasting and mconnor. r=mconnor 2007-08-21 22:01:53 -07:00
sspitzer@mozilla.org
631c9623d3 fix for bug #342900 improve indication that open tab in background opened tab in overflow area. instead of flashing the "all tabs" button, provide a smoother animation. note, this will not work on mac trunk (but it will work on the mac branch) due to bug #346738 (aka #325296), so for now, there is no animation on the mac. r=mconnor 2007-08-21 22:01:52 -07:00
sspitzer@mozilla.org
374c0fbd55 fix for regression bug #346314: when dragging to reorder a tab, scrolling stops in certain scenario r=mconnor 2007-08-21 22:01:51 -07:00
sspitzer@mozilla.org
c8f3c5fd06 fix for regresson bug #346172 dragging a link into firefox and dropping it onto a tab opens it in the focused tab, and not the desired tab. this regression was caused by bug #333791 r=mconnor 2007-08-21 22:01:50 -07:00
mozilla.mano@sent.com
87f644b68a Bug 'All Tabs' menu does not flash during 'Open in Tabs'. patch from Simon Bnzli <zeniko@gmail.com>, r=me. 2007-08-21 22:01:48 -07:00
mozilla.mano@sent.com
916e5cdd12 Backing out bug 345257 due to the crash reported in 345659. 2007-08-21 22:01:47 -07:00
mozilla.mano@sent.com
617f36339f Bug 345259 - [RTL UI] opening tabs in background moves tabs. patch from smontagu and me, r=mconnor. 2007-08-21 22:01:46 -07:00
sspitzer@mozilla.org
2472edfb65 fix for bug #344048 set tab min width and tab clip width to better values, per beltzner. r=mano, ui-r=beltzner 2007-08-21 22:01:45 -07:00
sspitzer@mozilla.org
8599f4e2dd fix for bug #344587: dispatch tab open/close events in the correct order. thanks to simon <zeniko@gmail.com> for the fix. r=sspitzer,mano sr=mconnor 2007-08-21 22:01:44 -07:00
gavin@gavinsharp.com
a45fd9ba13 Bug 345075: Fix loadOneTab to ensure that the parent isn't set when passing null as the loadInBackground argument, r=mconnor 2007-08-21 22:01:43 -07:00
mozilla.mano@sent.com
e9a8ba45c4 Bug 345260 - handle dynamic changes to tab title, tab icon and busy (loading) state in all tabs menu. r=sspitzer/mconnor. 2007-08-21 22:01:42 -07:00
mconnor@steelgryphon.com
2c7b7d08f8 bug 195212 - Reopening multiple tabs when clicking Home and multiple homepages selected, make multiple pages always open together r=mano 2007-08-21 22:01:41 -07:00
mozilla.mano@sent.com
9ff84bd739 Bug 345257 - add tooltip to 'all tabs' menu button. patch from Michael Ventnor <ventnors_dogs234@yahoo.com.au>, r=me. 2007-08-21 22:01:40 -07:00
bsmedberg@covad.net
c2af5ae4af Merging toolkit/locales from the branch to the trunk. This does *not* include files that will end up in netwerk/locales, dom/locales, or security/manager/locales 2007-08-21 22:02:42 -07:00
sspitzer@mozilla.org
be8f61a342 fix for bug #342105: Close button not shown if there is only one tab per beltzner: "The close button should be shown, with the effect being that it disposes the tab and immediately opens a new one. Strange behaviour surely, but I think it's the easiest and most reliably understandable case." thanks to Simon <zeniko@gmail.com> for the patch. r=sspitzer, sr=mconnor 2007-08-21 22:01:39 -07:00
sspitzer@mozilla.org
d4129b912a fix for bug #333791: Tab drag indicator (arrow) vanishes/flickers when cursor passes over parts of the tab fix for bug #345524: hide the tab dnd indicator when it's over the original tab thanks to Wayne Woods <w.woods@optusnet.com.au> for these fixes. r=sspitzer, sr=mconnor 2007-08-21 22:01:38 -07:00
mozilla.mano@sent.com
06999bf1ad Bug 343585 - tab scrolling: scenario where open link in background doesn't enable the scroll buttons. r=sspitzer/mconnor. 2007-08-21 22:01:37 -07:00
gavin@gavinsharp.com
3d74bacd04 Revert accidental checkin 2007-08-21 22:01:36 -07:00
gavin@gavinsharp.com
ffbab819c8 Bug 344264: fix strict warning in button.xml, patch by Simon Bünzli <zeniko@gmail.com>, r=mconnor/neil 2007-08-21 22:01:35 -07:00
sspitzer@mozilla.org
e5f27b70e3 fix for bug #343251 add "all tabs" menu to tabstrip to address usability problems with tab overflow / scrolling r=mano 2007-08-21 22:01:34 -07:00
mozilla.mano@sent.com
ed21d696d2 Bug 343628 - Double-clicking a close button of a tab shouldn't open a new tab. r=robert. 2007-08-21 22:01:33 -07:00
sspitzer@mozilla.org
a61c6bad2d supplimental fix for bug #344048. keep tabbrowser.xml in sync with recent changes to firefox.js. r=asaf 2007-08-21 22:01:32 -07:00
sspitzer@mozilla.org
7ab98c2f50 fix for bug #343688. Attempting to move tabs into right-hand overflow-scroll area while sidebar is open causes bizarreness. need to take into account the position of the tab scroll drop indicator bar. r=rstrong 2007-08-21 22:01:31 -07:00
mozilla.mano@sent.com
5be50314ca Bug 343554 - Tab reordering shortcuts can move tabs offscreen. r=mconnor. 2007-08-21 22:01:30 -07:00
mozilla.mano@sent.com
9cec3bb0b9 Bug 343097 - Cleaner arrowscrollbox-clicktoscroll binding. r=sspitzer/mconnor. 2007-08-21 22:01:29 -07:00
sspitzer@mozilla.org
476843d543 fix for bug #343370. additional scenario where tab scrolling does not handle window resize well. cache the tab strip width and only adjust the tabstrip, scroll and ensure the selected tab is visible if the width changes. r=asaf 2007-08-21 22:01:28 -07:00
sspitzer@mozilla.org
e50e8c1708 fix for bug #343019, tab scrolling does not handle window resize well fix for bug #342890, make tab min width 125 px by default (down from 140 px) and heed the hidden browser.tabs.tabMinWidth pref. fix for bug #342385, get the hidden browser.tabs.tabClipWidth pref working. It was actually working, but I've changed the default to 115 px to match the 125 px default value for the browser.tabs.tabMinWidth pref. also, some code cleanup and whitespace fixes. r=mano, ui-r=beltzner 2007-08-21 22:01:27 -07:00