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

579 Коммитов

Автор SHA1 Сообщение Дата
Dão Gottwald 96858b555b Bug 565048 - move accel+up/down/left/right/home/end keypress handler to the tab container binding. r=gavin 2010-05-13 17:37:17 +02:00
Dão Gottwald f149507f51 Bug 563588 - Control+leftArrow/rightArrow/home/end can no longer be used to move tabs on the tab bar. r=gavin
--HG--
extra : rebase_source : f2cdbe6341c0432666037c71112dc9168f3c3bba
2010-05-08 10:26:26 +02:00
Dão Gottwald f1b65d54b6 Bug 457187 - Make the tabs toolbar customizable. r=gavin 2010-04-27 18:57:19 +02:00
Neil Deakin b627649b3d Bug 418521, improve the way focus indicators are displayed to correlate better with system behaviour, add -moz-focusring property to apply only when focus rings should be drawn, r=dao,jmathies,dbaron sr=neil 2010-04-21 10:53:42 -04:00
Neil Deakin f6cd0b6d60 Bug 545714, consolidate dropped link handlers into one single component and use it for security checking, r=mano,neil,sr=sicking 2010-04-18 14:27:18 -04:00
Dão Gottwald d82ce495cd Bug 558461 - Don't warn about closing multiple tabs when closing only one tab. r=gavin, ui-r=faaborg 2010-04-12 10:01:34 +02:00
Gavin Sharp f5294c2de0 Bug 554991: move tab context menu outside of the tab containers anonymous content to make it easier to overlay directly, r=dao, r=davidb on a11y test
--HG--
extra : rebase_source : 9d4330461d2047775cc66022ba77bc09cc69a020
2010-03-25 18:02:19 -04:00
Blair McBride a76c55da65 Bug 480350 - Show currently loaded URIs in location bar autocomplete results, allow switching to the tab. r=gavin,mak sr=mconnor 2010-03-26 22:59:02 +01:00
Gavin Sharp a74881816c Bug 554165: add compat shim for gBrowser.mStrip to unbreak some extensions, and add a supported accessor for the tab context menu, r=dao
--HG--
extra : rebase_source : 00c018e03debe8ae7caa0bbaae2e01fc730c32d1
2010-03-22 13:49:55 -04:00
Justin Lebar 4c5a4c96cd Bug 550565: Calling history.pushState during onDOMContentLoaded drops a favicon. r=dao 2010-03-24 10:22:13 +01:00
Dão Gottwald a8871654b2 Bug 501714 - Last tab should show close button when browser.tabs.closeWindowWithLastTab=false. r=gavin
--HG--
extra : rebase_source : 95100a017a51ff81e850f1ce8bd9fbfba1219eab
2010-03-22 16:43:20 +01:00
Dão Gottwald f809d4ea43 Bug 554005 - Implement tabbrowser.tabs, deprecate mTabs and mTabContainer. r=gavin 2010-03-22 15:12:04 +01:00
Dão Gottwald 301e6dd6bc Bug 553946 - remove stale 'l' variable. r=gavin 2010-03-22 09:13:01 +01:00
Dão Gottwald bd39509373 merge 2010-03-21 12:01:26 +01:00
Dão Gottwald cd86a2435e Backed out changeset d49759c153d3 2010-03-21 12:01:01 +01:00
Dão Gottwald 54003e2d79 Bug 553161 - Use Services.* throughout tabbrowser.xml. r=gavin 2010-03-21 10:38:08 +01:00
Dão Gottwald 189b16d6f6 Bug 552593 - Closing the last tab via javascript should honor browser.tabs.closeWindowWithLastTab = false. r=gavin 2010-03-21 10:37:42 +01:00
Dão Gottwald dd77552d03 Bug 553178 - Use event.target instead of event.originalTarget in _getDragTargetTab, since tabs aren't anonymous anymore. r=mano
--HG--
extra : rebase_source : b1c12405019d6acee38632b69aa4444f1cada305
2010-03-18 19:31:31 +01:00
Markus Amalthea Magnuson bfac919e3f Bug 552166 - Change title of empty tabs from "(Untitled)" to "New Tab". ui-r=faaborg, r=mano 2010-03-18 08:04:42 +01:00
Dão Gottwald 6f14dd916d Bug 347930 - Move the tabs outside the tabbrowser, put them in a toolbar. r=vlad
--HG--
extra : rebase_source : e1662b549464d68417cf3b0f07d9624fe1a670ef
2010-03-17 07:36:13 +01:00
Ehsan Akhgari a4f357ee04 Bug 551580 - Can't enter private browsing mode, fails with Error "ds is undefined" in _beginRemoveTab(); r=dao (landing on a CLOSED TREE; a=dholbert for that!) 2010-03-15 17:58:24 -04:00
Blair McBride 41d5c5539c Backout patch for c7562242f88e due to bustage 2010-03-11 16:35:37 +13:00
Blair McBride 5f62cb3491 Bug 480350 - Show currently loaded URIs in location bar autocomplete results, allow switching to the tab. r=gavin,mak sr=mconnor 2009-11-23 15:37:39 +13:00
Dão Gottwald 8839200e69 Bug 481904 - Dragging a tab stops scrolling at the tab's position when dragging to the first/last tab and back. r=mano
--HG--
extra : rebase_source : 9a850fa1ec9b0f38502b564691ad6b487cbe8d4e
2010-03-10 13:44:06 +01:00
Dão Gottwald 3bb4e69858 Bug 508499 - simplify tab drop indicator code and styling. r=gavin 2010-03-10 09:07:45 +01:00
Rob Arnold abbccce110 Bug 540248 - "Race condition when updating the window title during tab preview" r=dao 2010-01-17 10:48:00 -05:00
Rob Arnold 0c3d321b56 Bug 527105 - Hovering over a taskbar preview causes the product name in the title bar to disappear r=rflint sr=mconnor 2010-01-17 09:04:00 -05:00
Dão Gottwald bd4068bef9 Bug 402147 - Clean up and refactor some event handling code in tabbrowser.xml. r=gavin 2010-02-26 08:58:46 +01:00
Dão Gottwald faa752bcc6 Bug 541393 - gBrowser.moveTabTo(gBrowser.selectedTab, 0) with only one tab open moves the tab after the new tab button. r=gavin 2010-02-05 08:33:46 +01:00
Dão Gottwald 7e008c7ad7 Bug 504475 - closing last tab shows tab bar with "Always show the tab bar" off, and browser.tabs.closeWindowWithLastTab = false. r=gavin 2010-01-24 11:20:57 +01:00
Alexander Surkov b83702675c Bug 540389 - WARNING: Bad accessible tree! [tabbrowser tab], r=davidb, marcoz, mconnor 2010-01-19 12:35:08 +08:00
Dão Gottwald 4b3877cdde Bug 525708 - mIconURL shouldn't need to be accessed outside of tabbrowser.xml. r=mano 2009-12-15 08:49:08 +01:00
Dão Gottwald cd73911b4e Bug 500214 - tabbrowser.xml and browser-tabPreviews.js use mutation event listeners. r=vlad, sr=mconnor 2009-12-12 20:31:21 +01:00
Markus Stange a294c94009 Bug 534172 - Tab list should be cleared at popuphidden, not at popuphiding. r=Enn
--HG--
extra : rebase_source : e201ed7db24d6f862575809756e68a4d551393db
2009-12-11 23:04:02 +01:00
Dão Gottwald 5e3beb9848 Bug 484315 - With browser.tabs.closeWindowWithLastTab set to false popups cannot be closed. r=gavin
--HG--
extra : rebase_source : 98796a0d5f44a4a93fcb6e62484f2a45b978d4eb
2009-11-06 22:39:46 +01:00
Dão Gottwald e4c3443b85 Bug 525724 - Use CSS transitions for the tab bar overflow animation. r=vlad 2009-11-05 09:02:12 +01:00
Dão Gottwald 2158f76536 Bug 509298 - updateCurrentBrowser leaves focus in location bar if no specific element is focused in that browser. r=enn, ui-r=beltzner 2009-10-31 01:04:07 +01:00
Dão Gottwald e92d9a4094 Bug 468053 - treat gBrowser.addTab(null) and gBrowser.addTab("about:blank") equally. r=mano 2009-10-14 14:50:52 +02:00
Dão Gottwald 148e890074 Bug 521967 - Going back/forward to a page shows the default favicon briefly. r=mano 2009-10-14 14:49:14 +02:00
Dão Gottwald 201d2bb245 Bug 497973 - tab bar overflow animation should use the scroll arrow instead of the all tabs button. ui-r=faaborg, r=vlad 2009-10-13 21:57:48 +02:00
Dão Gottwald 19b1a2a700 Bug 521216 - Dispatch the TabOpen event before notifying progress listeners. r=gavin
--HG--
extra : rebase_source : ae11457dde7197eb0d56c8795c67728be93dc27d
2009-10-09 20:36:06 +02:00
Dão Gottwald e5e2ab904e Bug 494152 - eliminate onnewtab and the NewTab event. r=mano 2009-10-06 16:27:15 +02:00
Rob Arnold 63fa3e7507 Bug 474056 - Implement optional preview per tab r=dao,rflint,mconnor 2009-10-06 00:26:15 -04:00
Dão Gottwald e9e67b2de3 Bug 494373 - make sure the location bar is visible before focusing it. r=gavin 2009-10-05 15:41:24 +02:00
Dão Gottwald 662658b106 Testing impact on Ts Shutdown 2009-10-02 07:57:54 +02:00
Dão Gottwald 29543666e6 Testing impact on Ts Shutdown 2009-10-02 01:51:49 +02:00
Dão Gottwald 03ac4fd346 Attempt to address Ts Shutdown regression, follow-up to bug 334697 2009-10-01 17:00:06 +02:00
Dão Gottwald ffb64b861a Bug 334697 - Implement pie-chart throbber. r=vlad, ui-r=beltzner 2009-10-01 14:31:24 +02:00
Dão Gottwald a396258d54 Backed out bug 334697 to see if it caused a Ts Shutdown regression 2009-10-01 12:11:50 +02:00
Dão Gottwald 0cf3cebd9d Bug 334697 - Implement pie-chart throbber. r=vlad, ui-r=beltzner 2009-09-30 10:40:50 +02:00
David Dahl 27862f43cd Bug 463270: fix favicon code to avoid trying to load a favicon for wyciwyg: pages (fixes ASSERTION: Must have a principal: 'mOwner'), r=gavin
--HG--
extra : rebase_source : 67d63f88c4ed980508c15ef1afcde94155e9171d
2009-09-22 14:13:58 -04:00
Dão Gottwald 5368929536 Bug 517503 - clean up gBrowser.selectedBrowser usage. r=gavin 2009-09-18 20:18:26 +02:00
John Morkel 70a0410c01 Bug 516603 - make existing addTab and loadOneTab callers pass a hashed arguments object. r=dao 2009-09-17 15:03:15 +02:00
Dão Gottwald 588b7c283c Bug 515932 - loadOneTab and addTab should accept a hash of parameters, including a parameter for opening the tab next to the current one. r=gavin, sr=mconnor 2009-09-15 01:33:00 +02:00
Dão Gottwald 18b5890683 Bug 310738 - Don't show progress indicators when using bfcache to go to another page. r=mano 2009-09-09 18:31:25 +02:00
John Morkel 4eecf48114 Bug 465673 - Open related tabs next to the current one. r=dao, ui-r=beltzner 2009-09-04 16:37:17 +02:00
Bill Gianopoulos 98c5c2d27f Bug 509412 - tab close buttons disappear when closing the first tab. r=dao 2009-08-16 02:34:20 +02:00
Marco Bonardo 118a440b10 Bug 382466 - in toolbar.xml, prevent lots of repeated work in updateChevron() by using a timer, r=dao 2009-08-14 10:03:34 +02:00
Neil Deakin 69bd6c8514 Bug 478416, replace chromedir attribute with :moz-locale-dir pseudoclass, r=neil,dao,dbaron,sr=dbaron 2009-07-29 14:33:53 -04:00
Dão Gottwald a6d0c6e669 Bug 506861 - make more use of makeURI(). r=gavin 2009-07-29 07:55:18 +02:00
Dão Gottwald 2ea214bf46 Bug 465076 - Ctrl+Tab / All Tabs design revision (pref'd off). r=enn 2009-07-21 06:25:59 +02:00
Dão Gottwald 62457ae242 restore classic all-tabs menupopup code 2009-07-10 20:34:46 +02:00
Dão Gottwald 3b8851247e Bug 485841 - Get rid of some timeouts and avoid boxObject where appropriate in tabbrowser, part 4. r=enn 2009-07-10 14:19:07 +02:00
Dão Gottwald e3bb6039f6 another desperate attempt to fix the leak 2009-07-10 13:50:10 +02:00
Dão Gottwald b9fa93feb4 Bug 485841 - Get rid of some timeouts and avoid boxObject where appropriate in tabbrowser, part 3. r=enn 2009-07-10 13:21:16 +02:00
Dão Gottwald 9e508e38cf Bug 485841 - Get rid of some timeouts and avoid boxObject where appropriate in tabbrowser, part 2. r=enn 2009-07-10 11:13:10 +02:00
Dão Gottwald eb912e4637 backout rest of changeset e7ddb79fdb10 2009-07-10 11:01:53 +02:00
Dão Gottwald 684e89e487 backout part of previous push 2009-07-10 09:54:04 +02:00
Dão Gottwald 7e23903e93 Bug 485841 - Get rid of some timeouts and avoid boxObject where appropriate in tabbrowser, part 2. r=enn 2009-07-10 09:38:41 +02:00
Dão Gottwald b1dd797636 Bug 485841 - Get rid of some timeouts and avoid boxObject where appropriate in tabbrowser, part 1. r=enn 2009-07-10 09:02:12 +02:00
Dão Gottwald 8bf545150c Backed out changeset 3b6affa995be 2009-07-09 22:05:23 +02:00
Dão Gottwald 09b92612fc Bug 485841 - Get rid of some timeouts and avoid boxObject where appropriate in tabbrowser. r=enn 2009-07-09 20:59:02 +02:00
John P Baker 61b2a683a1 Bug 502574 - Defunct loop in onTitleChanged. r=dao 2009-07-07 14:15:06 +02:00
John P Baker 720128a37e Bug 479634 - Multiple declarations of loop variable in tabbrowser.xml. r=dao 2009-06-15 12:00:58 +02:00
Dão Gottwald 5cb3a6b2e8 Bug 488543 - remove Mac-specific tabs-closebutton-box. r=rflint 2009-06-11 01:10:42 +02:00
Neil Deakin 15df29db77 Bug 178324, refactor focus by moving all focus handling into one place and simplifying it, add many tests, fixes many other bugs too numerous to mention in this small checkin comment, r=josh,smichaud,ere,dbaron,marco,neil,gavin,smaug,sr=smaug (CLOSED TREE) 2009-06-10 14:00:39 -04:00
Asaf Romano 456857d28c Bug 493978 - Disable tab-detach when the tab is dropped very close to the tabbar (also fixes bug 494026). r=dietrich. a=beltzner. 2009-05-21 04:53:53 +03:00
Asaf Romano 6275a2b77f Bug 487263 - dragging a tab up or over the tab bar then out of the window does not detach. r=dietrich,mconnor. 2009-05-20 03:11:18 +03:00
Graeme McCutcheon 9042146339 Backout bug 279022 to fix browser-chrome test failures 2009-05-20 00:51:22 +01:00
Graeme McCutcheon c0f7925fff Bug 279022 - "Highlight all" cannot be undone after switching tabs. r=mano 2009-05-19 16:20:19 +01:00
Dão Gottwald 5028728069 Bug 493178 - replacetabwithwindow doesn't always return a value. r=gavin 2009-05-15 15:44:05 +02:00
Paul O’Shannessy 0c68c4784f Bug 491431 - No way to distinguish tab detach vs tab close, r=gavin 2009-05-14 09:46:50 -07:00
Dão Gottwald 1ab5495dde Backed out changeset 350e7f02ea89, since it might have issues, and I won't be there to watch the results :( 2009-05-14 20:57:00 +02:00
Dão Gottwald 1f95b73130 test and additional fix for bug 482801 2009-05-14 20:35:40 +02:00
Dão Gottwald 961f825aae Bug 482801 - Middle-clicking the selected tab should not focus the tab bar. r=gavin 2009-05-06 10:29:38 +02:00
Dão Gottwald 984a617ac8 Bug 486280 - Several things briefly appear and disappear when closing the last tab (closeWindowWithLastTab=false). r=gavin 2009-04-25 10:09:39 +02:00
Dão Gottwald 48c774b200 Bug 489628 - avoid closure for attrChanged in tabbrowser.addTab. r=gavin 2009-04-24 10:18:53 +02:00
Dão Gottwald e45be30080 Backed out changeset ea00ee9634c4 2009-04-18 15:14:08 +02:00
Graeme McCutcheon a5609045b0 Bug 279022 - "Highlight all" cannot be undone after switching tabs. r=mano 2009-04-18 09:44:33 +01:00
Asaf Romano c5e9c97a0f Bug 477014 -Work around bug 458697 for the tabs' busy state. r=mconnor. 2009-04-16 17:44:07 +03:00
Asaf Romano 194b4efcd2 Bug 475066 - dragging a tab out of the browser window doesn't detach the tab (i.e. opens a window for that tab). r=enn. 2009-04-16 03:33:15 +03:00
Boris Zbarsky ff3644e62c Merge backout of rev 524ab31ef073 to CLOSED TREE. 2009-04-13 15:35:12 -04:00
Boris Zbarsky 328736ba9e Backed out changeset 524ab31ef073 (bug 477014) in an attempt to fix the unit test orange on Mac. 2009-04-13 15:34:41 -04:00
Dão Gottwald eb4d7e4767 Bug 487982 - arrowscrollbox.scrollByIndex fails if there are gaps between the elements. r=enn 2009-04-13 19:38:09 +02:00
Asaf Romano a847e44090 Bug 477014 - Work around bug 458697 for the tabs' busy state. r=mconnor 2009-04-13 19:08:20 +03:00
Dão Gottwald 1244bc4295 Bug 481560 - tab closes and location bar clears before the window closes. r=gavin 2009-04-05 10:10:24 +02:00
Asaf Romano bf496618fe Bug 475066 attempt #2 -dragging a tab out of the browser window doesn't detach the tab (i.e. opens a window for that tab). r=enn, sr=jonas. 2009-03-27 09:50:03 +03:00
Dão Gottwald d9fe768849 Bug 457096 - When closing the last tab, two tabs are briefly visible (browser.tabs.closeWindowWithLastTab = false). r=gavin 2009-03-25 10:54:33 +01:00
Dão Gottwald 06b4581c23 Bug 462673 - Browser exits unexpectedly whan calling window.close() from an unload handler. r=gavin 2009-03-24 12:47:06 +01:00
Vlado Valastiak 9b491cbcf1 Bug 482450 - Fix workaround string for the "Open in a New Window" tab context menu item. r=gavin, ui-r=beltzner 2009-03-11 11:02:55 +01:00
Neil Deakin 15db6e5d12 Bug 462289, don't focus the selected tab when clicking it with the mouse, r=gavin 2009-03-09 13:43:44 -04:00
Dão Gottwald 56cee5aa03 Bug 479899 - Remove id selector usage from toolkit themes. r=enn 2009-03-08 20:05:53 +01:00
Dão Gottwald 156f6c943a Bug 474908 - Dragging a tab in a window with only one tab detaches the tab. r=mano 2009-03-07 17:03:32 +01:00
Jim Mathies 1bc2cfd0ca Bug 463088 - Tab tear off cursor needs to be constant on Windows. r=enndeakin. 2009-03-06 11:54:29 -06:00
Dão Gottwald 083a5b3718 Bug 456382 - mousing on last tab shouldn't close window (middle click, close button, context menu). r=gavin 2009-03-01 11:51:18 +01:00
Asaf Romano 6a55f079f9 follow up fix to bug 465608 2009-02-26 17:03:36 -08:00
Asaf Romano ae0c007afa Bug 465608 - pressing ESC while dragging a tab should cancel the drag (windows/mac). r=mconnor 2009-02-26 10:18:47 -08:00
Asaf Romano b6c2a8283b Bug 475066 - dragging a tab out of the browser window doesn't detach. r=mconnor 2009-02-19 14:00:05 +02:00
Dão Gottwald 39342456e3 Bug 475327 - New Tab button is still right side of the Tab bar on Linux. r=gavin 2009-02-12 10:18:37 +01:00
John P Baker 2ad90d2b83 Bug 449730 - favicon doesn't show up when dragging a tab between browser windows. r=gavin 2009-02-12 10:17:31 +01:00
Asaf Romano faa97a4e4b Bug 471499 - Actually address beltzner's comments. 2009-02-04 23:33:01 +02:00
Gavin Sharp 7ba94e5174 Bug 474964: fix tabbrowser mousewheel scrolling (tabbrowser needs to override default scrollbox behavior since bug 457651), r=mano/Natch 2009-01-25 03:06:45 -05:00
Natch e19db6fc78 Bug 474964 - comment nodes screw up the tab bar. r=gavin 2009-01-24 01:41:36 +01:00
Marco Bonardo 784ceca3d8 Bug 356571 - loadOneOrMoreURIs gives up if one of the URLs has an unknown protocol, r=gavin 2009-01-23 12:52:14 +01:00
Natch c5344a8aae Bug 457651 - New Tab button should be right of last tab. r=dao, r=gavin, ui=faaborg 2009-01-23 02:13:11 -06:00
Asaf Romano b921bfb156 Bug 471499 - specification for valid drop targets for tab strip drag to tear off / detach tabs. r=mconnor, ui-r=beltzner 2009-01-22 19:00:54 -08:00
Dão Gottwald 070b2f2d3d Bug 449359 - Middle-click on empty folder in Bookmarks Toolbar or Library creates empty new tab. r=mak77+gavin 2009-01-18 11:36:01 +01:00
Dão Gottwald 6f68bd7a44 Backed out changeset e30f1765a42c 2009-01-17 04:59:36 +01:00
Tuukka Tolvanen 6c1240878f Bug 456382 - mousing on last tab shouldn't close window (middle click, close button, context menu). ui-r=beltzner, r=gavin 2009-01-15 15:16:23 +01:00
Dão Gottwald d36a81c484 Bug 473745 - Implement tabContainer._fillTrailingGap. r=mano 2009-01-15 13:30:43 +01:00
Dietrich Ayala 36c00fde37 Bug 414715 - Notify the user if places.sqlite is locked and bookmarks and history will not work (relanding w/ leak fix, r=marco, r=gavin, l10n-r=pike) 2008-12-30 13:44:55 +01:00
Dietrich Ayala 5cb43235f7 backout bug 414715 due to leaks 2008-12-29 17:22:39 -08:00
Dietrich Ayala 0f17e9ca54 Bug 414715 - Notify the user if places.sqlite is locked and bookmarks and history will not work (relanding w/ leak fix, r=marco, r=gavin, l10n-r=pike) 2008-12-29 14:49:05 -08:00
Dão Gottwald 81db1d3a1b merge 2008-12-02 10:21:53 +01:00
Dão Gottwald f7804d0048 Re-enable ctrl-tab previews on trunk in preparation for bug 465076.
(Backed out changeset 028bbc611036)
2008-12-02 10:21:13 +01:00
Dave Townsend 692862dda0 Patch to fix bug 463387 without bug 463384, from bug 465883. CLOSED TREE. r=vlad 2008-11-20 23:59:28 +00:00
Dave Townsend cd6455b59e Backing out bug 463384 as it caused bug 465883 2008-11-20 23:56:36 +00:00
Dave Townsend 2949e19cef Backed out changeset 4b5e00c182be from bug 463384 due to it causing bug 465883 2008-11-20 23:56:00 +00:00
Mike Connor 74f5b47a28 Bug 465843. Remove ctrl-tab preview switching and revert all tabs button to menu, for now. r=dao, a=beltzner 2008-11-20 11:53:01 -05:00
Asaf Romano 1fe6775572 Bug 225680 - Fix regressions from the landing of the detach-tabs feature. r=mconnor. 2008-11-18 22:09:50 +02:00
Dave Townsend 4d902f2730 Bug 463387: Add an API for getting web progress notifications for all tabs. r=enndeakin a1.9.1b2=beltzner 2008-11-18 10:53:25 +00:00
Dave Townsend e619b7b004 Bug 463384: "Tabbed mode" is an unnecessary complication. r=mconnor 2008-11-18 10:11:43 +00:00
Asaf Romano 9e4064da3a I don't know how did that happen 2008-11-17 03:44:03 +02:00
Asaf Romano 272261d831 Bug 465179 - Cannot d&d links on the tabbar (typo fix to the detach-tabs patch. 2008-11-16 23:30:44 +02:00
Asaf Romano e1a8e0ad81 Bug 225680 - Ability to detach tabs. r=mconnor, enn. a=beltzner. 2008-11-15 21:47:53 +02:00
Dão Gottwald 96c0f71fcd Bug 436304 - Implement All Tabs panel with previews and search. r=connor 2008-11-05 08:38:13 +01:00
Dave Townsend 704bdf4adc Backed out changeset 9b96bcff860b from bug 436304 - Implement All Tabs panel
with previews and search.
2008-11-04 14:21:19 +00:00
Dão Gottwald 5ba7f40c2b Bug 436304 - Implement All Tabs panel with previews and search. r=connor 2008-11-04 13:51:51 +01:00
Dão Gottwald bf2a7f8bac Bug 400398 - Remove the throbber from the menu bar / nav toolbar default set. ui-r=faaborg, r=mano 2008-10-25 15:15:53 +02:00
Johnathan Nightingale 2da76c54d7 Don't try to load favicon.ico for error pages. b=453442 r=gavin 2008-10-21 16:02:26 -04:00
Dão Gottwald d35759ef2e Bug 461013 - get rid of |aTab.localName != "tab"| checks in removeAllTabsBut, removeTab and reloadTab. r=gavin 2008-10-21 21:57:26 +02:00
Dão Gottwald d17be3c2de Bug 456002 - Dragging and dropping a tab from a window with 1 tab is broken. r=gavin 2008-10-21 20:05:51 +02:00
Dão Gottwald 522a070a79 Bug 458111 - Remove Mac-specific tabbrowser-tab binding. r=rflint 2008-10-11 15:55:39 +02:00
Asaf Romano f0b8e4f65d Bug 456048 - Use the new D&D API in tabbrowser. 2008-09-30 18:19:00 +03:00
Dão Gottwald 94730d5ac1 Bug 455756 - Add a "new tab" button to the tab bar. r=gavin 2008-09-25 09:39:41 +02:00
Dão Gottwald c7a98705d4 Bug 455852 - Add a hidden pref for not closing the window with the last tab. r=gavin 2008-09-22 15:56:51 +02:00
Neil Deakin 75e0003c9e Bug 410569, tabbrowser should be using drag action rather than checking the keyboard state itself, r=mano 2008-09-19 11:26:37 -04:00
Dão Gottwald e0c45dbe56 Bug 392870 - Easy discoverability of Tabbed Browsing for new users. r=connor 2008-09-17 17:07:26 +02:00
Dão Gottwald 84f07e43f0 Backed out changeset 09a4e390e1ec 2008-09-17 17:06:54 +02:00
Dão Gottwald 6e5239f8c9 Bug 392870 - Easy discoverability of Tabbed Browsing for new users. r=gavin 2008-09-17 17:04:25 +02:00
Dão Gottwald db52f1bffd fix fallout from bug 443863 landing 2008-09-02 15:00:14 +02:00
Dão Gottwald d2099fc69c Bug 453095 - gBrowser.browsers shouldn't try to look like a node list. r=gavin 2008-09-02 14:15:06 +02:00
Dão Gottwald 2934add284 Bug 443863 - ctrl-9 to select last tab is klugishly implemented. r=gavin 2008-09-02 10:50:22 +02:00
Boris Zbarsky f3e92c7e32 Fixing strict warning; no bug 2008-08-25 13:21:28 -04:00
Simon Bünzli 33ac18a50f Bug 449596 - "remove the browser.sessionstore.enabled pref" (remove the pref) [r=dietrich] 2008-08-20 00:48:08 -05:00
Boris Zbarsky f6213f8f02 Bug 113934. Backend and some minimal front end for dragging tabs between windows. r=gavin, r+sr=jst 2008-08-11 09:38:43 +01:00
Dave Townsend 4f8b745ca5 Backed out changeset eb6fda3be5bb 2008-08-10 17:15:00 +01:00
Boris Zbarsky a32dce381d Bug 113934. Backend and some minimal front end for dragging tabs between windows. r=gavin, r+sr=jst 2008-08-07 19:15:40 -04:00
Dão Gottwald a885e45b92 bug 444301 – loadTabs() should use |this| instead of gBrowser in tabbrowser.xml, r=mano 2008-07-10 10:21:01 +02:00
edward.lee@engineering.uiuc.edu 93814fe9ec Bug 427559 - Gmail keyboard commands don't work after switching tabs without reclicking the page. r=gavin, r=Mardak, b-ff3=beltzner, a1.9=mconnor 2008-04-14 09:28:01 -07:00
reed@reedloden.com 5047f61194 Bug 417176 - "better keyboard shortcuts for switching tabs on mac os x" [p=jacob@87k.net (jacob berkman) r=Mano a1.9=beltzner] 2008-03-28 23:44:15 -07:00
reed@reedloden.com 537a5c5de8 Back out Dão Gottwald's patch from bug 380960 due to JS exception. 2008-03-20 02:08:36 -07:00
reed@reedloden.com 83bad62df0 Bug 380960 - "Implement closing tabs animation" [p=dao@mozilla.com (Dão Gottwald) r=Mano ui-r+a1.9=beltzner] 2008-03-19 23:41:48 -07:00
reed@reedloden.com 668946a5ff Bug 421721 - "remove tabs-bottom-spacer, it's unused" [p=dao@mozilla.com (Dão Gottwald) r+a1.9=mconnor] 2008-03-09 12:59:50 -07:00
gavin@gavinsharp.com ad7a9975ed Bug 409215: can sometimes get 'stuck' when trying to close tabs by repeatedly clicking the tab close button (don't skip more than one 'double click' event), r=mconnor 2008-03-08 16:31:39 -08:00
myk@mozilla.org fbedac7134 bug 421190: report exceptions in progress listeners; followup to fix for bug 376222; r=gavin,a=beltzner 2008-03-06 14:39:41 -08:00
myk@mozilla.org 212762193f bug 376222: a javascript exception thrown by an extension's (or core code's) web progress listener shouldn't interfere with the normal operation of tabbed browsing (i.e. other progress listeners); Patch by John P. Baker; r=gavin, a=beltzner 2008-03-05 14:34:54 -08:00
reed@reedloden.com eb7d78729a Bug 412666 - "make an effort to scroll tabstrip to show new tabs opened in background" [p=dao@mozilla.com (Dão Gottwald) r=mconnor a1.9=beltzner] 2008-03-04 03:24:41 -08:00
reed@reedloden.com 34b64b4277 Bug 405165 - "Menu icons for Gnomestripe" (Remainder of B4 icons) [p=ventnor.bugzilla@yahoo.com.au (Michael Ventnor) r=Ryan r=Mano a1.9=mconnor] 2008-02-25 00:47:24 -08:00
reed@reedloden.com 0098438ec2 Bug 416710 - "When opening a tab in the foreground, we set selectedTab twice" [p=dao@mozilla.com (Dão Gottwald) r=gavin a1.9=schrep] 2008-02-13 02:21:54 -08:00
reed@reedloden.com f459b0ebee Bug 412387 - "Remove the ellipsis from "Bookmark This <type>…"" (update context menu) [p=reed r=Mano ui-r+a1.9=beltzner] 2008-01-21 18:17:46 -08:00
gavin@gavinsharp.com 6686eecba6 Bug 412841: POST bookmark keywords are broken because tabbrowser's loadURIWithFlags doesn't pass the postData argument to browser's loadURIWithFlags, r=mano, a=schrep 2008-01-18 08:57:14 -08:00
rflint@ryanflint.com 1f5117f011 Bug 410128 - browser/skin styling is applied twice. r/a=mconnor 2008-01-14 19:04:37 -08:00
mozilla.mano@sent.com 5f7c7f2aca Bug 302575 - URL bar gets confused about what URI is loaded. patch by Florian Queze <florian@mozilla.com> and Gavin Sharp. r=gavin, sr=neil. 2008-01-08 20:07:42 -08:00
reed@reedloden.com 9c442c7554 Bug 400764 - "Don't depend on Firefox specifics for notifications for popups and missing plugins" [p=twanno@lycos.nl (Teune van Steeg) r=gavin a1.9=schrep] 2007-12-19 03:26:36 -08:00
reed@reedloden.com 0e58830236 Bug 402348 - "popup statusbar notification switches to incorrect tab when tab closed" [p=wgianopoulos@yahoo.com (Bill Gianopoulos) r=gavin a=blocking-firefox3+] 2007-12-14 16:25:17 -08:00
reed@reedloden.com 07115afb75 Bug 298571 - "support tab duplication (using ctrl) on tab drag and drop" [p=zeniko@gmail.com (Simon Bünzli) r+ui-r=mconnor a1.9=damons] 2007-12-12 05:19:50 -08:00
reed@reedloden.com 163f2b9e1f Back out patch from bug 392870 due to perf regression. 2007-11-22 00:52:41 -08:00
reed@reedloden.com 3282b8b9f4 Bug 392870 - "Easy discoverability of Tabbed Browsing for new users" [p=dao@mozilla.com (Dão Gottwald) r=mconnor r=Neil a=blocking-firefox3+] 2007-11-21 22:51:11 -08:00
rflint@ryanflint.com c07c93060d Bug 387345 - Restyle the tabstrip. r=mconnor, a=blocking-fx3 2007-11-21 04:04:21 -08:00
myk@mozilla.org 0952e21507 bug 404222: make getBrowserIndexForDocument and getBrowserAtIndex use the browser cache to improve performance for those commonly called functions; r=mconnor, a=schrep 2007-11-19 23:58:58 -08:00
reed@reedloden.com 5a746e48f3 Back out Dão's patch from bug 392870 as a possible cause of the Ts regression. 2007-11-08 20:18:27 -08:00
reed@reedloden.com b570b85cc8 Bug 392870 - "Easy discoverability of Tabbed Browsing for new users" [p=dao r=mconnor r=Neil a=blocking-firefox3+] 2007-11-08 18:19:30 -08:00
reed@reedloden.com ff4a80d9e2 Bug 399657 - "Tab scrolling partly broken in RTL mode" [p=dao r=gavin a=blocking-firefox3+ for M9] 2007-10-28 20:03:46 -07:00
rflint@ryanflint.com fbda39c667 Bug 399265 - Use the favicon service's hash table instead of cache to store failed favicons. r/a=mconnor 2007-10-09 22:03:52 -07:00
mozilla.mano@sent.com aacc34492c Bug 394652 - Merge firefox-specific context-menu items 'back' to tabbrowser.xml. r+a=mconnor. 2007-10-02 12:18:44 -07:00
rflint@ryanflint.com 9ace39b434 Bug 396203 - Unify checks for DOMLinkAdded. r/a=mconnor 2007-10-02 10:54:35 -07:00
reed@reedloden.com 828b8c745e Bug 390979 - "tabbrowser drag&drop code cleanup" [p=w.woods@optusnet.com.au (Wayne Woods) r=gavin a1.9=mconnor] 2007-09-17 17:59:41 -07:00
reed@reedloden.com 2f0c7d5b24 Bug 366705 - "error when you try to load a non existing page from a local drive" [p=sciguyryan@gmail.com (Ryan Jones) r=gavin a1.9=mconnor] 2007-09-17 15:21:34 -07:00
rflint@ryanflint.com 9b26b83dcd Bug 395402 - Remove theme-specific bindings. r+a=mconnor 2007-09-15 00:45:39 -07:00
dtownsend@oxymoronical.com cb07296c8c Bug 357951: Double clicking on the tab overflow scroll buttons should scroll by the width of the tab bar. p=Dao Gottwald <dao@design-noir.de> r=enndeakin 2007-08-26 02:17:54 -07:00
dtownsend@oxymoronical.com 9030ed54a2 Bug 349196: All Tabs menu doesn't use right edge image with browser.tabs.closeButtons = 3. p=Dao Gottwald <dao@design-noir.de> r=robstrong 2007-08-25 17:54:54 -07:00
dtownsend@oxymoronical.com 179b232ddd Bug 357081: tab bar doesn't resume scrolling when moving off button and back on while holding mouse button. p=Dao Gottwald <dao@design-noir.de> r=enndeakin 2007-08-25 17:37:18 -07:00
rflint@ryanflint.com a8d0fa5f4e Bug 339964 - move tabbrowser.xml out of mozilla/toolkit and into mozilla/browser. Patch by Stefan <stefanh@bluebottle.com> and myself, r=mconnor 2007-08-22 14:02:02 -07:00
rflint@ryanflint.com 0377ccf3ce Bug 347363 - Implement smooth scroll for the tab bar. Patch by Michael Ventnor <ventnor.bugzilla@yahoo.com.au> and Dao Gottwald <dao@design-noir.de>, r=enndeakin ui-r=beltzner 2007-08-21 22:02:44 -07:00
gavin@gavinsharp.com 87f469646b Bug 390887: remove margins on the tab drop indicator when hiding it to prevent it from interfering with tabbar resizing, r=mano 2007-08-21 22:02:43 -07:00
jag@tty.nl 495f6b0615 Bug 383252: Cannot drag / drop URL or link onto tabbar, r=mconnor When SeaMonkey switched to toolkit's nsDragAndDrop.js, it lost the dragDropSecurityCheck method, which for SM was on nsDragAndDrop, but for FF was on tabbrowser. Moving that method from tabbrowser to toolkit's nsDragAndDrop.js, and cleaning it up a little. 2007-08-21 22:02:42 -07:00
cst@yecc.com 497cb31dd8 Bug 386949 - Browsers should share autoscroll popups when possible; otherwise, a browser should delete its popup when it's closed r=mano 2007-08-21 22:02:41 -07:00
asqueella@gmail.com 0a17f3e400 Bug 356819 - drag&drop to a background tab that's scrolled off the tabstrip not functional if the drag source is another application p=Martijn Wargers <martijn.martijn@gmail.com> r=gavin 2007-08-21 22:02:40 -07:00
enndeakin@sympatico.ca 88f0972ca5 Bug 323805, tab switching not working when for non-html and non-xul elements are focused, r=neil,sr=bz 2007-08-21 22:02:39 -07:00