Commit Graph

735 Commits

Author SHA1 Message Date
Dão Gottwald
8df753bca3 Bug 786291 - Dragging a pinned tab is jerky when the tab strip overflows. r=jaws 2012-08-30 07:51:06 +02:00
Dão Gottwald
7c693895c4 Bug 786406 - Move the tab drag image away from the cursor to prevent it from obscuring the dragged tab. r=jaws 2012-08-30 07:50:46 +02:00
Dão Gottwald
2a0a822714 Bug 786593 - Moving a tab to a different window leaves other tabs shifted in the source window. r=jaws 2012-08-30 07:50:28 +02:00
Dão Gottwald
23f47ab2d4 Bug 783282 - When dragging a tab within the tab strip, move it directly instead of displaying a drop indicator. r=jaws 2012-08-27 19:44:00 +02:00
Ed Morley
6c6f70fd7d Backout 9c2c1987abc4 & ecaff5097b0b (bug 583890) for intermittent failures in browser_bug583890.js 2012-08-24 13:16:38 +01:00
Adam Dane [:hobophobe]
3906ace2fc Bug 583890 - Add visibleLabel attribute/property and tests. r=ttaubert,jaws 2012-08-23 20:15:50 -05:00
Ed Morley
a95d17dc7b Merge last PGO-green changeset of mozilla-inbound to mozilla-central 2012-08-14 13:52:25 +01:00
Neil Deakin
9b35869d1b Bug 391834, don't allow prompts in beforeunload, unload and pagehide events,r=smaug,patch mostly by gavin 2012-08-13 15:05:34 -04:00
Tim Taubert
ecac3c469d Bug 753448 - Part 2 - Integrate the new tab preloader; r=jaws 2012-08-13 09:34:10 -07:00
Tim Taubert
a9ced680e7 Bug 753448 - Part 1 - Add BrowserNewTabPreloader.jsm; r=gavin 2012-08-13 09:30:18 -07:00
Tim Taubert
90406c823c Bug 779618 - [Page Thumbnails] make tabbrowser use the thumbnail service; r=jaws 2012-08-09 08:46:17 +02:00
Dão Gottwald
ffefcd597b Bug 776773 - put tabs in the title bar before updating the tab strip. r=ttaubert 2012-07-26 15:27:32 +02:00
Tim Taubert
fc9082e0cd Bug 716108 - [New Tab Page] 'Connecting…' should not briefly flicker in the tab title when a new tab is opened; r=gavin 2012-07-24 23:40:13 +02:00
Ekanan Ketunuti
6a26c29c8b Bug 772463 - Unprefix CSS3 transforms in browser/. r=dao
--HG--
extra : rebase_source : d22aeb4bcb6e14ff9bef9408e483b9a26d17bdc0
2012-07-16 22:10:27 +07:00
Emmanuele Bassi
8e11d54d2a Bug 762303 - Unprefix CSS Transition properties and provide temporary aliases for -moz-transition and exposed subproperties. r=dbaron 2012-07-08 21:25:10 -04:00
Dão Gottwald
42d7d9607b Bug 277079 - "Close other tabs" should always warn about closing multiple tabs. r=ttaubert 2012-07-03 21:44:01 +02:00
Dão Gottwald
c2e7e2941e Backed out changeset c36c02221c6a 2012-07-03 18:12:09 +02:00
Dão Gottwald
1204d555df Bug 277079 - "Close other tabs" should always warn about closing multiple tabs. r=ttaubert 2012-07-03 17:02:09 +02:00
Kartikaya Gupta
ceed4861d3 Bug 755971 - Switch to using the padding rect size for scrollWidth and scrollHeight, and update tests to continue passing. r=bz, gavin 2012-06-21 09:36:57 -04:00
Paul Rouget
c896bc3e9c Bug 749628 - Implement a Responsive Design tool. r=dcamp r=gavin 2012-06-01 14:53:58 +02:00
Gervase Markham
ca171eec44 Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
Frank Yan
b0de9999fc Bug 738077 - Close tab when clicking tab close button in inactive window on OS X. r=gavin ui-r=boriss 2012-05-14 18:11:22 -07:00
Oonishi Atsushi
5acf024e20 Bug 623155 - Use LOCATION_CHANGE_ERROR_PAGE to identify error page loads. r=dao 2012-05-14 10:17:21 +02:00
Dão Gottwald
3550d84cd7 Bug 750980 - Implement visibleTabs cache. r=ttaubert a=non-libxul 2012-05-02 20:39:06 +02:00
Pallani Kumaran
6984ac06d5 Bug 739866 - Store last accessed timestamp for tabbrowser tabs [r=zpao] 2012-04-16 23:17:54 -07:00
Dão Gottwald
a25bd4d8d7 Bug 632634 - Allow the status panel to be as wide as the window. r=felipe 2012-04-12 10:00:56 +02:00
Dão Gottwald
2b7d63f8bb Bug 724599 - r=gavin,neil 2012-03-29 11:36:34 +02:00
Dão Gottwald
5a38314fbb Backed out changeset 36d7b3b02016 2012-03-29 11:28:38 +02:00
Dão Gottwald
11e2cb7cf9 Bug 724599 - r=gavin,neil 2012-03-29 10:22:53 +02:00
Dão Gottwald
e79b81b157 Bug 734273 - tab bar sometimes shows scroll arrows with only one tab after startup. r=felipe
- delayed updateVisibility to the load event since the constructor runs earlier

- added _propagatedVisibilityOnce instead of unconditionally calling _propagateVisibility after calling updateVisibility for the first time, since this needlessly propagated the visibility twice in a row with browser.tabs.autoHide = false

- removed the syncUI call from TabsOnTop.init since updateVisibility takes care of this
2012-03-12 01:59:33 +01:00
Dão Gottwald
7d24e5c111 Bug 731553 - warnAboutClosingTabs should ignore tabs that already started closing. r=gavin 2012-03-01 00:35:24 +01:00
Dão Gottwald
931fc504c0 Bug 731556 - When closing a hidden tab, don't attempt to animate it. r=gavin
--HG--
extra : rebase_source : 88451a3909c6191a6be8e83fc6c1e01ae325a451
2012-02-29 23:02:34 +01:00
Paolo Amadini
e0321c890e Bug 728141 - Replace old synchronous favicons calls in browser. r=dao
--HG--
extra : rebase_source : 89d601c95373e227a9b90c64efc973303be716b2
2012-02-23 11:30:48 +01:00
Ed Morley
1e96d54979 Merge last PGO-green changeset of mozilla-inbound to mozilla-central 2012-02-18 11:16:37 +00:00
Tim Taubert
2620dce373 merge m-c to fx-team 2012-02-18 02:03:47 +01:00
Tim Taubert
fcafd1e916 Bug 725200 - about:newtab briefly shown in location bar of new tab; r=gavin 2012-02-17 22:26:38 +01:00
Ed Morley
cf6d87f9ba Merge last PGO-green changeset of mozilla-inbound to mozilla-central 2012-02-17 11:06:18 +00:00
Tim Taubert
7eeffb05f7 merge m-c to fx-team 2012-02-16 12:53:48 +01:00
Marco Bonardo
da48108f5b Merge last green PGO from inbound to central 2012-02-16 11:45:18 +01:00
Jared Wein
218b96570a Bug 709182 - 'Connecting...' in tab title when reloading is unnecessary visual noise. r=ttaubert r=dao 2012-02-15 17:15:42 -08:00
Dão Gottwald
1f81fa707e Bug 631250 - Let the status panel not switch sides for the find bar. r=gavin 2012-02-15 23:28:26 +01:00
Gavin Sharp
e94387aac1 Bug 727244: tabbrowser exception when dropping links on tabs, r=fryn 2012-02-14 15:08:32 -08:00
Dão Gottwald
489918c9df Bug 727793 - Status panel tracks the mouse position on the wrong side when using a RTL locale. r=mak
--HG--
extra : rebase_source : 67e64830d3ea3789bbd2fc2663867470855067f7
2012-02-16 14:26:14 +01:00
Tim Taubert
1e6e414359 Bug 585813 - Script timeout at tabbrowser.xml:1457 when closing tabs; r=dao 2012-02-17 13:29:25 +01:00
Marco Bonardo
baaaa63f39 Merge central to inbound 2012-02-16 11:47:36 +01:00
Jared Wein
0a8e0297ba Bug 722681 - Show the tab close button immediately when opening a second tab. r=dao 2012-02-16 11:20:26 +01:00
Gavin Sharp
90b4228ae6 Bug 724161: simplify some javascript:/data: drop checks, r=dao
--HG--
extra : transplant_source : q%C4%92%1C%BA%11/%93%85f%9D%26%A1%8AE%A1O%07%C7b
2012-02-14 15:08:35 -08:00
Tim Taubert
e66b4d60f0 Bug 455553 - Part 3 - about:newtab integration; r=fryn,gavin 2012-01-25 23:43:27 +01:00
Tim Taubert
603b70031a Backed out changeset 746adaa9c9da (bug 455553) 2012-01-26 18:27:49 +01:00
Tim Taubert
e037ba800a Bug 455553 - Part 3 - about:newtab integration; r=fryn,gavin 2012-01-25 23:43:27 +01:00