mozilla.mano%sent.com
1009d0efbb
Bug 343628 - Double-clicking a close button of a tab shouldn't open a new tab. r=robert.
2007-08-22 05:04:51 +00:00
sspitzer%mozilla.org
1dfa59ccab
supplimental fix for bug #344048 . keep tabbrowser.xml in sync with recent changes to firefox.js. r=asaf
2007-08-22 05:04:50 +00:00
sspitzer%mozilla.org
a232d30227
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-22 05:04:49 +00:00
mozilla.mano%sent.com
b900384d04
Bug 343554 - Tab reordering shortcuts can move tabs offscreen. r=mconnor.
2007-08-22 05:04:48 +00:00
mozilla.mano%sent.com
52e2431fb6
Bug 343097 - Cleaner arrowscrollbox-clicktoscroll binding. r=sspitzer/mconnor.
2007-08-22 05:04:47 +00:00
sspitzer%mozilla.org
f53482e243
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-22 05:04:46 +00:00
sspitzer%mozilla.org
bbe8eda9a7
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-22 05:04:45 +00:00
sspitzer%mozilla.org
dbd75a4575
fix for bug #343054 , js errors when changing certain browser.tabs.* prefs
2007-08-22 05:04:44 +00:00
sspitzer%mozilla.org
d71e0065a3
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-22 05:04:43 +00:00
sspitzer%mozilla.org
2dc02dd127
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-22 05:04:42 +00:00
gavin%gavinsharp.com
ab6b607fe2
Bug 324237: Close button on tabs show empty tooltip (Mac), patch by Phil Ringnalda <philringnalda@gmail.com>, r=mconnor
2007-08-22 05:04:41 +00:00
jwalden%mit.edu
024f5f9a98
Bug 339540 - Remove dead find code from browser.xml and tabbrowser.xml. Patch by Adam Guthrie <ispiked@gmail.com>, r=mano
2007-08-22 05:04:40 +00:00
jminta%gmail.com
e88b9043c8
Bug 287677 dropping unknown scheme on a tab produces 2 errors, rather than 1, r=mconnor
2007-08-22 05:04:39 +00:00
sspitzer%mozilla.org
3830a64de6
fix for bug #340547 . error in tabbrowser.xml cause by a leak fix. r=mconnor
2007-08-22 05:04:38 +00:00
sspitzer%mozilla.org
16b57a0cbf
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-22 05:04:37 +00:00
gavin%gavinsharp.com
c3bca01109
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-22 05:04:36 +00:00
gavin%gavinsharp.com
a277e098d9
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-22 05:04:35 +00:00
jminta%gmail.com
d759b2dd76
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-22 05:04:34 +00:00
cst%andrew.cmu.edu
b644cf9871
Bug 338441
...
Make tabbrowser's ".browsers" property faster (Toolkit version)
r+a=mconnor
2007-08-22 05:04:33 +00:00
Olli.Pettay%helsinki.fi
9c96ea1329
Bug 335586, r+sr=mconnor,neil
2007-08-22 05:04:32 +00:00
beng%bengoodger.com
df06981733
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-22 05:04:31 +00:00
doronr%us.ibm.com
8e1a600b00
Bug 334674 - Not resetting the missing plugin list when a tab's location changes. r=mconnor
2007-08-22 05:04:30 +00:00
gavin%gavinsharp.com
6dabb57582
Bug 334776: loadOneTab should treat null as undefined for the aLoadInBackground argument, r=mano
2007-08-22 05:04:29 +00:00
enndeakin%sympatico.ca
128e27a102
Bug 268590, add notification widget, r=mconnor
2007-08-22 05:04:28 +00:00
beng%bengoodger.com
37d8b406a7
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-22 05:04:27 +00:00
gavin%gavinsharp.com
48fde2f48d
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-22 05:04:26 +00:00
gavin%gavinsharp.com
fbb7c5b080
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-22 05:04:25 +00:00
roc+%cs.cmu.edu
28b99ae78a
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-22 05:04:24 +00:00
Olli.Pettay%helsinki.fi
45b13dcadd
Bug 330710, Replace obsolete preventBubble/preventCapture with stopPropagation, r=neil, r=mconnor, sr=jst
2007-08-22 05:04:23 +00:00
gavin%gavinsharp.com
a76b3c15d8
Back out patch for bug 311136, since it wasn't needed, r=mconnor
2007-08-22 05:04:22 +00:00
gavin%gavinsharp.com
61888f4746
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-22 05:04:21 +00:00
gavin%gavinsharp.com
f0b4ab88b8
Bug 282178: sync tabbrowsers (mostly changes from bug 105885), r=mconnor
2007-08-22 05:04:20 +00:00
neil%parkwaycc.co.uk
9f97b55afb
Make widgets events bubble again as per expectations b=330190 r=bryner
2007-08-22 05:04:19 +00:00
Olli.Pettay%helsinki.fi
151e75a813
Bug 234455, Centralize event dispatch r=jst, sr=bz
2007-08-22 05:04:18 +00:00
bzbarsky%mit.edu
7fad68215d
Front-end part of bug 326009. r=mconnor, sr=neil
2007-08-22 05:04:17 +00:00
gavin%gavinsharp.com
bfb4ac0eae
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-22 05:04:16 +00:00
jruderman%hmc.edu
9bc36e9c63
Restore Ctrl+Tab shortcut for switching tabs on Mac. Bug 264787, patch by Mano, r=mconnor.
2007-08-22 05:04:15 +00:00
gavin%gavinsharp.com
a1138f8c70
Bug 324913: tabbrowser.xml depends on a constant defined in browser.js (nsIWebNavigation), patch by Mook <mook.moz@gmail.com>, r=mconnor
2007-08-22 05:04:14 +00:00
roc+%cs.cmu.edu
09cc55e735
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-22 05:04:13 +00:00
gavin%gavinsharp.com
dfb3002a3c
Bug 324449: comment tweak
2007-08-22 05:04:12 +00:00
gavin%gavinsharp.com
3b1f09deec
Bug 324449: error when moving a tab before it's parent and then closing it (Error: uncaught exception: 2147500037), r=ben
2007-08-22 05:04:11 +00:00
beng%bengoodger.com
9113e743df
308396 - UE improvements for tabbed browsing in response to usability studies conducted. In particular, add close buttons to tabs, improve the reselection behavior of new tabs opened especially in single window mode, simplify the preferences available for tabs, and improve the visual appearance of keyboard-focused tabs. r=mconnor.
2007-08-22 05:04:10 +00:00
gavin%gavinsharp.com
0a76a4fe5c
Bug 312896: tab strip should not respond to double click in space above and below tabs, r=mconnor
2007-08-22 05:04:09 +00:00
gavin%gavinsharp.com
a176180db5
Bug 317949: hideMessage should default to hiding the message for selectedBrowser, r=mconnor
2007-08-22 05:04:08 +00:00
gavin%gavinsharp.com
a16dc47baf
Bug 284379: Enabling middlemouse.contentLoadURL and middle clicking a tab should still close tab, patch by Adam Guthrie <ispiked@gmail.com>, r=rob_strong
2007-08-22 05:04:07 +00:00
gavin%gavinsharp.com
4c19816689
Bug 316059: Clean up use of userTypedClear, patch by Yoni Gilad <yonigilad@gmail.com>, r=mconnor
2007-08-22 05:04:06 +00:00
gavin%gavinsharp.com
a802ab20b6
Bug 313501: invalid use of gBrowser in tabbrowser.xml, r=mconnor
2007-08-22 05:04:05 +00:00
bsmedberg%covad.net
a88a2c4cbb
Bug 312308 - tabbrowser: closing tab throws exception when no "autocompletepopup" attribute is set, patch by Garrett Davis <gdavis@nsisoftware.com> r=me
2007-08-22 05:04:04 +00:00
mozilla.mano%sent.com
1cf0f3e25b
Bug 303916 - JS error when dragging local file over tabs. patch from Martijn Wargers <martijn.martijn@gmail.com>, r=me.
2007-08-22 05:04:03 +00:00
dveditz%cruzio.com
ba07535a26
bug 310696 suppress "view-source:" scheme in title, r=mconnor, sr=neil.parkwaycc
2007-08-22 05:04:02 +00:00