Commit Graph

735 Commits

Author SHA1 Message Date
Simon Montagu
4feaa1e8f3 Move nsIDocumentCharsetInfo out of intl/chardet into nsIDocShell, Bug 713825, r=bz, mbrubeck 2012-01-24 11:52:05 +02:00
Dão Gottwald
adca10492e Bug 714594 - Don't list app tabs in the all tabs menu. r=mak ui-r=boriss
--HG--
extra : rebase_source : 462d500d1f44f637bb30eb7c29d0e444e221964f
2012-01-24 01:39:49 +01:00
Dão Gottwald
dd5d69129d Bug 715857 - Disable a11y tests that put <tabbrowser> in random XUL documents and expect it to work. r=MarcoZ 2012-01-16 14:37:21 +01:00
Dão Gottwald
74f269f2f0 Bug 646038 - URL destination flickers when the mouse pointer is over a link positioned at the bottom corner. r=gavin 2012-01-12 22:24:44 +01:00
Dão Gottwald
b23f5a055e Bug 644746 - Call updateVisibility when constructing the tabs container rather than when addProgressListener is called for the first time. r=gavin
--HG--
extra : rebase_source : d6ccec4e6c3f993136a4fda98baf136dd20926c2
2012-01-06 14:22:47 +01:00
Dão Gottwald
d2a9f09193 Bug 618770 - Use tabs-on-bottom layout when the tab bar is hidden. r=dolske
--HG--
extra : rebase_source : 37cad5657cc79391dafecd05ac65c1005334cb98
2012-01-06 14:19:57 +01:00
Dão Gottwald
853310a7bf Backed out changeset 5fbe5ee99a27 for browser_bug321000.js failure 2012-01-06 14:10:55 +01:00
Dão Gottwald
a3b12878cf Bug 618770 - Use tabs-on-bottom layout when the tab bar is hidden. r=dolske 2012-01-06 11:26:12 +01:00
Dão Gottwald
0af596ae8d Bug 714281 - Show the all tabs button only when the tab strip overflows. r=mak ui-r=limi 2012-01-03 23:15:00 -06:00
Oonishi Atsushi
103d1b1016 Bug 623155 - Clear userTypedValue on error pages, original patch by Neil Rashbook. r=dao 2011-12-18 12:22:34 +01:00
Dão Gottwald
762242e997 Bug 708788 - Add telemetry probes for new/close tab animations. r=dietrich,taras 2011-12-17 05:11:57 +01:00
Jan Bambach
2cd6ae449b Bug 707677 - Use defaultPrevented instead of the deprecated getPreventDefault() in front-end code. r=dao 2011-12-08 10:21:32 +01:00
Raymond Lee
f5faa34caa Bug 696602 - Active tab not shown in tab strip on return from Panorama r=tim 2011-12-03 00:31:12 +08:00
Phil Ringnalda
31e8371c3f Back out 827420c6b756 (bug 700080) to investigate browser-chrome leaking 2011-12-02 20:59:03 -08:00
Gavin Sharp
a24ea30d35 Bug 700080: don't show prompts for tabs that are closing, r=jst 2011-11-30 13:17:21 -08:00
Oonishi Atsushi
ebc58fb880 Bug 311007 - Add aFlags arg to onLocationChange(...), to distinguish between same-document and different-document. r=smaug, sr=bzbarsky 2011-11-10 15:01:11 +01:00
Masatoshi Kimura
4ac41f5d14 Bug 461304 - Part 2: Use UTF-8 flag in the browser; r=gavin 2011-11-05 15:48:28 +00:00
Jared Wein
7b92178c4e Bug 699240 - Ctrl+F4 should not close app tabs on Windows. r=gavin 2011-11-03 12:14:58 -07:00
Rob Campbell
e08eeacb74 backout of rev 73e8ca9230d6, wrong bug number. a=#developers 2011-11-03 09:44:40 -03:00
Jared Wein
c75c03ee20 Bug 669240 - Ctrl+F4 should not close app tabs on Windows. r=gavin 2011-11-02 19:09:37 -07:00
Dão Gottwald
107cc2b52c Bug 690227 - Back out bug 455694 (tab drag/detach animations). a=dolske a=legneato 2011-10-26 17:46:58 -07:00
Raymond Lee
7f7fba0565 Bug 682996 - Remove Panorama group name from titlebar r=tim 2011-10-17 15:01:38 +08:00
Dão Gottwald
2daddf1224 Bug 682534 - Implement conditional forward button for winstripe / large icons mode. r=dolske 2011-10-10 10:01:33 +02:00
Len
853bb6bbb2 Bug 687754 - Don't remove unread in preview mode. r=dao 2011-10-08 10:34:20 +02:00
Len
c107fec462 Bug 687754 - Only set unread when busy is removed. r=dao 2011-10-08 10:33:45 +02:00
Kyle Huey
4a7c84e525 Merge m-i to m-c. 2011-09-27 08:33:03 -04:00
ithinc
c409163aef Bug 682507 - Expose browser restore state as a tab attribute to help style unloaded tabs. r=dietrich 2011-09-27 10:39:22 +02:00
Dão Gottwald
323f71df8e Bug 632365 - Delay status updates for links further. r=gavin ui-r=faaborg
--HG--
extra : rebase_source : 1a9e4e61339645b67e958d0068bdb7b814fbd647
2011-09-27 09:51:56 +02:00
Phil Ringnalda
4cbbca20b6 Back out aac6292d29f9 (bug 632365) for breaking test_leaf_layers_partition_browser_window.xul 2011-09-26 19:40:50 -07:00
Dão Gottwald
4e21a77cca Bug 632365 - Delay status updates for links further. r=gavin ui-r=faaborg 2011-09-27 01:22:57 +02:00
ithinc@sohu.com
bcbef45863 Bug 624363 - Reloading all tabs does not show progress in List all tabs pop-up. r=dao 2011-09-16 19:42:32 +02:00
Len
18666a1a15 Bug 487242 - Implement 'unread' attribute for tabbrowser tabs. r=dao 2011-09-15 19:53:30 +02:00
Frank Yan
529d406237 Bug 657463 - Move adjustTabStrip for _fullyOpen tabs out of _handleNewTab. r=dao 2011-09-08 02:02:05 -07:00
Dão Gottwald
7ace54bf17 Bug 684444 - Clicking on a background tab's close button selects the tab before closing it. r=enn 2011-09-06 16:22:57 +02:00
Dão Gottwald
07e5ac1b53 Bug 679255 - Tab close button shouldn't be focusable. r=enn 2011-08-30 17:30:41 +02:00
Marco Bonardo
a867bf319c Backout changeset ef79a5b41697 (bug 663395) 2011-08-03 20:39:51 +02:00
Frank Yan
518646330f Bug 675215 - Include page title in data transfer when ctrl/opt+dragging tab. 2011-08-01 17:57:48 -07:00
Frank Yan
93c7d8ed69 Bug 674732 - followup: remove unnecessary null check. r=dao 2011-07-28 21:33:36 -07:00
Frank Yan
4c11c68627 Bug 674732 - Re-support tab duplication/bookmarking via ctrl/opt+drag. r=dao 2011-07-28 21:26:38 -07:00
Frank Yan
c26d194252 Bug 674847 - Make tooltip suppression during tab drag not fragile. r=dao 2011-07-28 21:26:37 -07:00
Frank Yan
9c86d798b5 Bug 455694 - followup: forgot to remove call to removed function. r=me 2011-07-28 05:15:23 -07:00
Frank Yan
418eb8849b Bug 455694 - followup: fix typo. r=me DONTBUILD 2011-07-27 15:13:03 -07:00
Frank Yan
7ab06a72f3 Bug 455694 - Animate tab reordering & detaching. r=dolske ui-r=limi 2011-07-26 22:26:14 -07:00
Dão Gottwald
7cc42b4d69 Bug 663395 - put tabs opened from pinned tabs at the end of the tab strip. r=gavin ui-r=faaborg 2011-07-21 04:36:02 +02:00
Boris Zbarsky
c8375f12ac Bug 648045. Mark the currently selected tab in a minimized window as inactive. r=gavin,smaug 2011-07-11 09:14:08 -04:00
Marco Bonardo
26bd9f0a1b Backout changesets 9e4ab3907b29, 3abc0dbbf710 due to m-oth permaorange 2011-07-11 10:27:58 -07:00
Boris Zbarsky
eaeea8e796 Bug 648045. Mark the currently selected tab in a minimized window as inactive. r=gavin,smaug 2011-07-11 09:14:08 -04:00
Felipe Gomes
9a5f17cf83 Bug 663042. Disable some breaking parts of browser startup in e10s-compat mode, and other minor adjustments. r=dolske 2011-06-24 14:32:27 -07:00
Felipe Gomes
4ed1b97379 Bug 663038. Set some preferences for e10s builds. r=dolske 2011-06-22 13:43:09 -07:00
Dão Gottwald
be59f67966 Bug 667314 - Don't loop infinitely when closing the selected tab in the Ctrl+Tab panel. r=gavin 2011-07-05 16:57:32 +02:00
Dão Gottwald
fa2ae1571e Bug 563591 - Focus event incorrectly fired on document when moving between tabs on tab bar. r=enn 2011-07-04 20:12:30 +02:00
Dão Gottwald
62ac865ab1 Addressing review comments for bug 465186
--HG--
extra : rebase_source : d433b763a715eeb11845e1bc111dbcf66ea732a4
2011-07-04 12:54:41 +02:00
Jezreel Ng
e0f88ae3e8 Bug 465186 - When detaching a tab, open the new window at the drop location. r=dao/smaug
--HG--
extra : rebase_source : 8145e9a0fcc4bf96fc5f66c2fdbbad13ca25c90e
2011-07-04 12:51:47 +02:00
Marco Bonardo
e268c58a7d Merge backout on a CLOSED TREE 2011-07-01 16:30:02 +02:00
Marco Bonardo
b164bf7cd7 Backout due to mobile failures these changesets: 9f451a1901dd, e99f86ba7278, 447b48b79e6a, cef046665c53, c9237cc1fae0, d77a331a6d5a, f8f3afb95355, a050168887ee, 3ec4303ebf4d, 671b7c0d99f0, 56b17efbb62b, beceddeee3f4 on a CLOSED TREE 2011-07-01 16:28:07 +02:00
Dão Gottwald
90c606462a Bug 668227 - Remember the urlbar being focused when switching to a tab with a modal prompt. r=gavin 2011-07-01 12:18:23 +02:00
Felipe Gomes
c0b34bd2bb Bug 663042. Disable some breaking parts of browser startup in e10s-compat mode, and other minor adjustments. r=dolske 2011-06-24 14:32:27 -07:00
Felipe Gomes
7248b093ca Bug 663038. Set some preferences for e10s builds. r=dolske 2011-06-22 13:43:09 -07:00
Dão Gottwald
a622da6363 Bug 664672 - When a tab has been removed, cut off its link to the browser. r=gavin 2011-06-18 13:03:41 +02:00
Felipe Gomes
01b58f9c07 Bug 575248. Double-click on tab bar should behave according to theme and tab positioning. r=dao,jmathies 2011-06-15 15:46:12 -07:00
Dão Gottwald
7778dfb0d9 Bug 662155 - addTab should report the exception when loadURIWithFlags fails. r=gavin 2011-06-05 19:37:10 +02:00
Brian R. Bondy
6384316dd8 Bug 655584 - Close popup when switching to tab that previously had urlbar focused. r=gavin 2011-05-25 10:44:28 +02:00
ithinc@sohu.com
5649b35243 Bug 614881 - Add a "closing" property to closing tabs. r=dao 2011-05-25 08:50:44 +02:00
Frank Yan
33aee368ad Bug 654079 - Reposition app tabs when leaving private browsing mode. r=dao 2011-05-24 17:57:31 -07:00
Kenneth Barbalace
6ca1c3000e Bug 658729 - Override tab max-width set by extensions and themes using !important. r=dao 2011-05-22 17:25:44 +02:00
Dão Gottwald
364d366644 merge backout 2011-05-19 11:54:20 +02:00
Dão Gottwald
94ff63d527 Backed out changeset 63284a27cb1b 2011-05-19 11:53:27 +02:00
Dão Gottwald
183c89f68a Bug 563337 - "Error: preview is undefined" and "this.preview is undefined" when closing the last tab with browser.tabs.closeWindowWithLastTab = false. r=gavin
--HG--
extra : rebase_source : 84f1e724f6a05b13c10b102de2df1007163ceb74
2011-05-18 10:04:36 +02:00
Dão Gottwald
711cf8447b Bug 644746 - Call updateVisibility when constructing the tabs container rather than when addProgressListener is called for the first time. r=gavin
--HG--
extra : rebase_source : e6ccbfe8274217fdca48ee5c53e5bf2eeca2d066
2011-05-18 10:02:10 +02:00
Frank Yan
b32b5f5fa7 Bug 653655 - Fix errors when opening List All Tabs menu. r=dolske 2011-04-28 22:21:13 -07:00
Frank Yan
91ea435847 Bug 655797 - Recalculate whether to show close buttons after resizing tabs. r=dao 2011-05-10 01:42:39 -05:00
Dão Gottwald
8eae61bb46 Bug 558585 - Window flashes white when a new tab is made, despite settings. r=gavin 2011-05-04 09:29:31 +02:00
Justin Dolske
d2f747fa56 Bug 638352 - tab-modal dialogs can get into bad focus state and key events can bleed through tabs. r=gavin 2011-04-19 14:18:17 -07:00
Raymond Lee
494eb611b2 Bug 587187 - properly test for TabView being defined r=ian 2011-04-14 12:20:17 +08:00
Jonathan Kew
20281c115e Backed out changeset 80451fb8f11c (bug 585152) as per discussion in the bug. 2011-04-13 14:35:06 +01:00
Paul Biggar
bc3d36f617 Bug 585152 - Reland Date.now() fractional changes, along with fixed tests. (r=jwalden,dolske,gavin, rs=jwalden)
For the tests, I put a Math.floor around anything which looked like it did string concatenation. In principal that was r+ by dolske and gavin, and jwalden r+ed the extension to the rest of the tests.

Backout policy: the jsdate.cpp changes can be backed out trivially. The test changes should backout cleanly, but we're not hosed if they don't.
2010-08-06 13:35:00 -07:00
L. David Baron
52ee86d378 Backout changeset b583111a88aa (bug 585152) for causing mochitest-browser-chrome orange on opt builds. 2011-04-12 01:29:41 -07:00
Frank Yan
a00f6b0773 Bug 465086 - When closing a tab, other tabs should not resize until cursor leaves tab toolbar. r=gavin ui-r=beltzner 2011-04-11 23:50:56 -07:00
Paul Biggar
c0aeeea187 Bug 585152 - Reland Date.now() fractional changes, along with fixed tests. (r=jwalden,dolske,gavin, rs=jwalden)
For the tests, I put a Math.floor around anything which looked like it did string concatenation. In principal that was r+ by dolske and gavin, and jwalden r+ed the extension to the rest of the tests.

Backout policy: the jsdate.cpp changes can be backed out trivially. The test changes should backout cleanly, but we're not hosed if they don't.
2010-08-06 13:35:00 -07:00
Dão Gottwald
2e57c45181 Bug 642355 - Fix print preview in popups. r=gavin 2011-03-31 10:12:10 +02:00
Gavin Sharp
9f88da8e44 Bug 644645: don't NS_ASSERT when an extra parameter is passed to tabbrowser.addProgressListener, since popular extensions do that and it's annoying 2011-03-25 14:50:00 -04:00
Dão Gottwald
329c813aa2 Bug 608628 - Remove obsolete aMask parameter from tabbrowser's addProgressListener method. r=gavin 2011-03-23 12:35:21 +01:00
Dão Gottwald
c7ac959be9 Bug 463384 - "Tabbed mode" is an unnecessary complication. r=mano 2011-03-23 12:31:35 +01:00
Dão Gottwald
289d2eb12f Bug 631270: move status panel to the opposite side of the screen when the findbar is open, to avoid it obscuring find results in the common case of them being at the bottom left of the screen, r=gavin, ui-r=beltzner, a=beltzner 2011-03-02 16:48:58 -08:00
Gavin Sharp
4007d208c2 Back out bug 628179 (make navigation and tab switching always close the Find bar) to reduce risk. r=dao a=backout
--HG--
rename : browser/base/content/test/browser_bug628179.js => browser/base/content/test/browser_findbarClose.js
2011-02-28 11:56:56 -08:00
Dão Gottwald
3c6522333b Bug 633390 - Crop long link URLs in the middle instead of at the end. ui-r=faaborg r+a=gavin 2011-02-28 12:58:44 +01:00
L. David Baron
2355d289bc Disable opening of new tabs when double-clicking on the tabbar when the tabbar is unified with the titlebar, on GTK. (Bug 635397) r=dao a2.0=beltzner 2011-02-23 12:07:35 -08:00
Tim Taubert
4ccb9e9be9 Bug 625320 - Move 'Tab Groups' to the 'list all tabs' menu [r=dolske, a=dolske] 2011-02-19 11:35:02 +01:00
Patrick Walton
78b20bdfc0 Bug 628179 - Make top document navigation and tab switching close the Find bar. r=dao ui-r=limi a=sdwilsh 2011-02-11 16:11:24 -08:00
Dão Gottwald
38546fe0d6 Bug 631298 - Status panel: use min-width for loading status messages only. r=gavin 2011-02-09 22:40:13 +01:00
Asaf Romano (Mano)
2515ce4849 Bug 580638 - App Tab closes with keystroke or middle click. r=dao. a=blocker. 2011-02-07 15:54:26 +02:00
Simon Montagu
2f5bc78507 Bug 508816: remove browser workarounds. a=blocker 2011-02-07 09:59:32 +02:00
Dão Gottwald
dda4c0fb7d Bug 606909 - Don't put the tab drop indicator above tabs. r=gavin 2011-02-05 08:57:09 +01:00
Dão Gottwald
551d8cb041 Bug 631302 - Let the statuspanel move away when dragging over it. r=gavin 2011-02-04 09:07:45 +01:00
Dão Gottwald
bf9dc5aa5b Bug 629898 - Set min-width on statuspanel for less jitter. r=jag/gavin 2011-02-03 08:18:42 +01:00
Neil Deakin
b67a55a330 Bug 626997 - Correctly initialize the resizer for newly created browsers. r=dao 2011-02-01 11:14:56 +01:00
Margaret Leibovic
0c5bc35158 Bug 605409 - Document load progress no longer accessible; r=gavin a=blocking-betaN+
--HG--
extra : rebase_source : 0460b4de4f935209b785bc18c46c8a6059031e1a
2011-01-27 22:48:28 -08:00
Dão Gottwald
f30ce97987 Bug 628654 - Show connecting / waiting / loading status messages in small overlay on top of content at bottom of screen. r=gavin a=b 2011-01-28 14:35:49 +01:00
Jonathan Kew
c2fe571abc backing out changeset 7eac2da4ca5e (bug 628654) for causing orange (see bug 629628) 2011-01-28 11:08:36 +00:00
Dão Gottwald
c3d8a56387 Bug 628654 - Show connecting / waiting / loading status messages in small overlay on top of content at bottom of screen. r=gavin a=b 2011-01-28 09:20:37 +01:00