Commit Graph

304 Commits

Author SHA1 Message Date
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
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
sspitzer@mozilla.org
e6416fb86c fix for bug #343054, js errors when changing certain browser.tabs.* prefs 2007-08-21 22:01:26 -07:00
sspitzer@mozilla.org
2f4c65c006 fix for bug #318168, tab browsing improvements such as: 1) when we have "too many" tabs in a window, allow the user to scroll through the tabs. 2) add events for when adding and removing tabs initial patch by mconnor. final patch r=mconnor 2007-08-21 22:01:25 -07:00
jwalden@mit.edu
9a14bdfe11 Bug 339540 - Remove dead find code from browser.xml and tabbrowser.xml. Patch by Adam Guthrie <ispiked@gmail.com>, r=mano 2007-08-21 22:01:24 -07:00
jminta@gmail.com
48621babf9 Bug 287677 dropping unknown scheme on a tab produces 2 errors, rather than 1, r=mconnor 2007-08-21 22:01:23 -07:00
sspitzer@mozilla.org
9c355b5476 fix for bug #340547. error in tabbrowser.xml cause by a leak fix. r=mconnor 2007-08-21 22:01:22 -07:00
sspitzer@mozilla.org
77877fad19 fix for bug #315167. purple tab arrow flashes if cursor is put on it. stole this fix from jag's fix for the suite. r=mconnor VS: ---------------------------------------------------------------------- 2007-08-21 22:01:21 -07:00
gavin@gavinsharp.com
6c06f61376 Bug 281012: Closing the last tab loads an untitled page (about:blank) instead; doesn't clear session history, patch by Simon Bünzli <zeniko@gmail.com>, r=mconnor 2007-08-21 22:01:20 -07:00
gavin@gavinsharp.com
b8d8ea7936 Bug 331938: make sure to set at least the visual transfer status of a new blank tab, patch by Simon Bünzli <zeniko@gmail.com>, r=mconnor 2007-08-21 22:01:19 -07:00
jminta@gmail.com
da4e0293be Bug 339477 tabbrowser.xml's observer destructor never gets called, leaking mTabClipWidth at shutdown. Patch by Adam Guthrie <ispiked@gmail.com>, r+a=mconnor 2007-08-21 22:01:18 -07:00
cst@andrew.cmu.edu
7ebb1bfc90 Bug 338441 Make tabbrowser's ".browsers" property faster (Toolkit version) r+a=mconnor 2007-08-21 22:01:17 -07:00
Olli.Pettay@helsinki.fi
80d5774030 Bug 335586, r+sr=mconnor,neil 2007-08-21 22:01:16 -07:00
beng@bengoodger.com
d88c2630d6 335443 - support <link> autodetection of search engines patch by Pam Greene <pamg.bugs@gmail.com> r=brettw@gmail.com sr=ben@mozilla.org 2007-08-21 22:01:15 -07:00
doronr@us.ibm.com
6ce52e2352 Bug 334674 - Not resetting the missing plugin list when a tab's location changes. r=mconnor 2007-08-21 22:01:14 -07:00
gavin@gavinsharp.com
0bd739b0af Bug 334776: loadOneTab should treat null as undefined for the aLoadInBackground argument, r=mano 2007-08-21 22:01:13 -07:00
enndeakin@sympatico.ca
9d84aa98cd Bug 268590, add notification widget, r=mconnor 2007-08-21 22:01:12 -07:00
beng@bengoodger.com
8277be7468 332964 - dragging tab to toolbar or bookmarks menu fails due (in part) to tabbrowser adding flavors to the transferable in the wrong order... r=mconnor 2007-08-21 22:01:11 -07:00
gavin@gavinsharp.com
5aba9c998d Bug 332271: One cause of wrong tab closure identified in tab closure handling (Ctrl+F4 bubbles although being handled), patch by Simon Bünzli <zeniko@gmail.com>, r=mconnor 2007-08-21 22:01:10 -07:00
gavin@gavinsharp.com
bf4329a629 Bug 235825: "I'm Feeling Lucky" search from address bar doesn't activate Stop toolbar button, patch by Simon Bünzli <zeniko@gmail.com>, r=mconnor 2007-08-21 22:01:09 -07:00
roc+@cs.cmu.edu
b64425ac30 Bug 331522. By default, do not allow keyword searches when navigating to URLs; modify browser UI code to enable keyword searches only on selected URL input mechanisms (e.g., typed into the URL bar). r+sr=darin,r=mconnor 2007-08-21 22:01:08 -07:00
Olli.Pettay@helsinki.fi
f9bbe91be1 Bug 330710, Replace obsolete preventBubble/preventCapture with stopPropagation, r=neil, r=mconnor, sr=jst 2007-08-21 22:01:07 -07:00
gavin@gavinsharp.com
1f8c549c41 Back out patch for bug 311136, since it wasn't needed, r=mconnor 2007-08-21 22:01:06 -07:00
gavin@gavinsharp.com
e5235777f9 Bug 327604: Status bar message text persists when switching tabs while page is loading, patch by Simon Bünzli <zeniko@gmail.com>, r+a=mconnor 2007-08-21 22:01:05 -07:00
gavin@gavinsharp.com
1a59c5edbe Bug 282178: sync tabbrowsers (mostly changes from bug 105885), r=mconnor 2007-08-21 22:01:04 -07:00
neil@parkwaycc.co.uk
3547d77c98 Make widgets events bubble again as per expectations b=330190 r=bryner 2007-08-21 22:01:03 -07:00
Olli.Pettay@helsinki.fi
c75e948bf6 Bug 234455, Centralize event dispatch r=jst, sr=bz 2007-08-21 22:01:02 -07:00