Commit Graph

746 Commits

Author SHA1 Message Date
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
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
9bb4523ed7 fix for bug #342364 oops, set the clicktoscroll attribute on the pinstripe specific binding for tabbrowser. Otherwise, the tabs will scroll on mouseover. r=ben 2007-08-21 22:02:32 -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
gavin@gavinsharp.com
ce78c17ad2 Bug 324237: Close button on tabs show empty tooltip (Mac), patch by Phil Ringnalda <philringnalda@gmail.com>, r=mconnor 2007-08-21 22:02:30 -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
bzbarsky@mit.edu
7d6c27eb03 Front-end part of bug 326009. r=mconnor, sr=neil 2007-08-21 22:01:01 -07:00
gavin@gavinsharp.com
08c5bd4f41 Bug 324335: Dragging link to a tab loads in a new tab instead of replacing, patch by Martijn Wargers <martijn.martijn@gmail.com>, r=mconnor 2007-08-21 22:01:00 -07:00
jruderman@hmc.edu
5eb07018aa Restore Ctrl+Tab shortcut for switching tabs on Mac. Bug 264787, patch by Mano, r=mconnor. 2007-08-21 22:00:59 -07:00
gavin@gavinsharp.com
512f911744 Bug 324913: tabbrowser.xml depends on a constant defined in browser.js (nsIWebNavigation), patch by Mook <mook.moz@gmail.com>, r=mconnor 2007-08-21 22:00:58 -07:00
roc+@cs.cmu.edu
7cceb1d62b Bug 324763. Don't use useless 'mousethrough' on tabs ... restoring part of the patch in bug 317375 that was lost before checkin. r=mconnor 2007-08-21 22:00:57 -07:00
gavin@gavinsharp.com
40ed3cb58f Bug 324449: comment tweak 2007-08-21 22:00:56 -07:00
gavin@gavinsharp.com
863d236755 Bug 324449: error when moving a tab before it's parent and then closing it (Error: uncaught exception: 2147500037), r=ben 2007-08-21 22:00:55 -07:00