Commit Graph

702 Commits

Author SHA1 Message Date
Ed Morley
68d24ea865 Merge last PGO-green changeset of mozilla-inbound to mozilla-central 2012-02-18 11:16:37 +00:00
Tim Taubert
517c2c96e4 merge m-c to fx-team 2012-02-18 02:03:47 +01:00
Tim Taubert
f8883ee2f1 Bug 725200 - about:newtab briefly shown in location bar of new tab; r=gavin 2012-02-17 22:26:38 +01:00
Ed Morley
776733eb64 Merge last PGO-green changeset of mozilla-inbound to mozilla-central 2012-02-17 11:06:18 +00:00
Tim Taubert
2a6af38b9f merge m-c to fx-team 2012-02-16 12:53:48 +01:00
Marco Bonardo
7a229c8f87 Merge last green PGO from inbound to central 2012-02-16 11:45:18 +01:00
Jared Wein
ac7d5907fe 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
d6e6f9c924 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
158b29da49 Bug 727244: tabbrowser exception when dropping links on tabs, r=fryn 2012-02-14 15:08:32 -08:00
Dão Gottwald
fd2ab8dc64 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
5c9c25807a Bug 585813 - Script timeout at tabbrowser.xml:1457 when closing tabs; r=dao 2012-02-17 13:29:25 +01:00
Marco Bonardo
756b3f734f Merge central to inbound 2012-02-16 11:47:36 +01:00
Jared Wein
b2dbea52cc 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
26a1e6cc16 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
f7b4c26c5a Bug 455553 - Part 3 - about:newtab integration; r=fryn,gavin 2012-01-25 23:43:27 +01:00
Tim Taubert
8d57d8d45e Backed out changeset 746adaa9c9da (bug 455553) 2012-01-26 18:27:49 +01:00
Tim Taubert
a530027e09 Bug 455553 - Part 3 - about:newtab integration; r=fryn,gavin 2012-01-25 23:43:27 +01:00
Simon Montagu
5881e8809b Move nsIDocumentCharsetInfo out of intl/chardet into nsIDocShell, Bug 713825, r=bz, mbrubeck 2012-01-24 11:52:05 +02:00
Dão Gottwald
0b9653e36b 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
04a8514b16 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
9ef76e7b86 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
24c3d69b6a 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
7943191d80 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
6a4e29a031 Backed out changeset 5fbe5ee99a27 for browser_bug321000.js failure 2012-01-06 14:10:55 +01:00
Dão Gottwald
0d3ff922a9 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
0063bfb835 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
decccdc9f5 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
067bb8a581 Bug 708788 - Add telemetry probes for new/close tab animations. r=dietrich,taras 2011-12-17 05:11:57 +01:00
Jan Bambach
1984c5a018 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
fb7140e519 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
ff55401b49 Back out 827420c6b756 (bug 700080) to investigate browser-chrome leaking 2011-12-02 20:59:03 -08:00
Gavin Sharp
36bf95eee6 Bug 700080: don't show prompts for tabs that are closing, r=jst 2011-11-30 13:17:21 -08:00
Oonishi Atsushi
5db5ec8f54 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
f45de5008b Bug 461304 - Part 2: Use UTF-8 flag in the browser; r=gavin 2011-11-05 15:48:28 +00:00
Jared Wein
9f8b2e12b5 Bug 699240 - Ctrl+F4 should not close app tabs on Windows. r=gavin 2011-11-03 12:14:58 -07:00
Rob Campbell
1e2ac2193c backout of rev 73e8ca9230d6, wrong bug number. a=#developers 2011-11-03 09:44:40 -03:00
Jared Wein
b19b9b611a Bug 669240 - Ctrl+F4 should not close app tabs on Windows. r=gavin 2011-11-02 19:09:37 -07:00
Dão Gottwald
3dcc29d5a7 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