Commit Graph

638 Commits

Author SHA1 Message Date
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