Commit Graph

134 Commits

Author SHA1 Message Date
Raymond Lee
88209e3959 Bug 587990 - TabCandy arbitrarily creates new groups / orphans tabs in empty space after hovering over "Move This Tab To..." menu item [r=dietrich, a=blocking] 2010-09-14 18:12:03 +08:00
Siddharth Agarwal
e6277ff20e Back out bug 588712 and bug 595337 due to leaks and test failures. a=orange 2010-09-14 23:04:50 +05:30
Edward Lee
ffee88f327 Bug 588712 - After restarting, showing tab groups results in cornered new tabs [r=dietrich f=iangilman a=blocking2.0final]
Instead of only setting the active group on reconnect of the selected tab, do so for any visible tabs.
2010-09-13 17:31:52 -07:00
Ian Gilman
8fcaa81c49 Bug 593871 - Panorama should do the right thing when tabs become pinned/unpinned [r=dietrich, a=blocking betaN]
--HG--
extra : rebase_source : 44c6456c6eebac798dcc7f6e64938f50d448151b
2010-09-13 11:45:02 +08:00
Raymond Lee
7eab389639 Bug 595228 - assert in search code; calling unbind without a function [r+a=gavin] 2010-09-12 11:44:13 +08:00
Ian Gilman
ed0492aa4b Bug 595076 - App tab icons should be updated when the tab's favicon becomes available; r=dietrich a=blocking-betaN+ 2010-09-11 22:51:19 -04:00
L. David Baron
5859a14a99 Rename -moz-box-shadow to box-shadow: mechanical changes. (Bug 590039) r=bzbarsky a2.0=blocking2.0:beta6
Generated with:
find * -type f -exec sed -i -e 's/\<MozBoxShadow\>/boxShadow/g;s/-moz-box-shadow/box-shadow/gi' {} \;
2010-09-11 09:27:12 -07:00
Aza Raskin
3c20dc2c27 Bug 589010 - Add Visual Indication that Other Groups Exist to Tab Candy Toolbar Button. r=dolske,dao 2010-09-10 17:51:14 -04:00
Raymond Lee
ca5ff3d4b4 Bug 588999 - Add Tab Candy escape button to Tab Candy view [r+a=dietrich]
--HG--
extra : rebase_source : 4bf904071d0ba0a115e982ba200a3a4a0e96ecc3
2010-09-10 22:51:08 +08:00
Raymond Lee
627d9a49a8 Bug 587341 - Implement Undo Close Group inside of Tab Candy [r+a=dietrich]
--HG--
extra : rebase_source : c7b690918220b912add182cd0aea2aedf5b05e9f
2010-09-10 22:40:27 +08:00
Ian Gilman
2e0d5ccac9 Bug 578553 - Implement App-Tab experience in Panorama; [a+r=dietrich]
--HG--
extra : rebase_source : a084925785f61f12563c65cc8e933142a779d8f8
2010-09-10 17:50:14 +08:00
Masayuki Nakano
cb82b8f049 Bug 587243 Textbox of tab group lost focus immediately by Enter keypress during IME composition r=dolske+ian, a=blocking2.0 final+ 2010-09-10 16:22:39 +09:00
Ehsan Akhgari
2bd5c1a9c1 Merge backout; a=orange 2010-09-09 19:25:58 -04:00
Ehsan Akhgari
614aa445f1 Backed out changeset 4bc623a55708 (bug 588999) because of orange on Windows 7 2010-09-09 19:24:11 -04:00
Michael Yoshitaka Erlewine
a2bf0464f2 Bug 588999 - Add Tab Candy escape button to Tab Candy view [r+a=dietrich] 2010-09-09 10:20:35 +08:00
Michael Yoshitaka Erlewine
f6c87ab545 Bug 591167 - border trenches should be triggered even if the edge only overlaps, but is not contained by the active range of the trench 2010-09-08 21:48:51 -04:00
Michael Yoshitaka Erlewine
b8d761eb75 Bug 591706 - GroupItem.add: don't compute findInsertionPoint if we don't have a dropPos [r+a=dietrich] 2010-09-08 20:52:16 -04:00
Zack Weinberg ext:(%2C%20L.%20David%20Baron%20%3Cdbaron%40dbaron.org%3E)
e4c76eccb0 Bug 451134 (1/2): switch to the official border-radius property names: purely mechanical changes. r=dbaron a2.0=blocking2.0:beta6
This was generated with the command:

LC_ALL=C grep -irlEZe '[-_]moz[-_]border[-_]radius([-_](top|bottom)(right|left))?' * | xargs -0 perl -pi -e \
    's/-moz-border-radius-(top|bottom)(left|right)/border-${1}-${2}-radius/gi;
     s/_moz_border_radius_(top|bottom)Right/border_${1}_right_radius/g;
     s/_moz_border_radius_(top|bottom)Left/border_${1}_left_radius/g;
     s/-moz-border-radius/border-radius/gi;
     s/_moz_border_radius/border_radius/g;'
2010-09-09 08:21:47 -07:00
Michael Yoshitaka Erlewine
c0412a5f18 Bug 586685 - Pull out hard coded strings for localization [r=dietrich a=blocking-b6] 2010-09-09 10:06:00 -04:00
Michael Yoshitaka Erlewine
2fab786cc8 Bug 590742 - Incorporate new CSS for Tab Candy appearance polish [r+a=dietrich] 2010-09-08 19:47:58 -04:00
Michael Yoshitaka Erlewine
58deab1b5e Bug 591147 Let TabItem spacing used in Items.arrange be specified via CSS [r+a=dietrich] 2010-09-08 19:44:16 -04:00
Michael Yoshitaka Erlewine
27a48dd232 Bug 592586 Remove code for "group tab by sites" [r+a=dietrich] 2010-09-08 19:33:40 -04:00
Raymond Lee
a4086b8ccc Bug 592045 - Add Live Filter Search to Panorama [r=dietrich a=beltzner] 2010-09-09 02:37:50 +08:00
Raymond Lee
6003b64981 Bug 594213 - Make our tests more robust [r+a=dietrich] 2010-09-09 02:52:07 +08:00
Edward Lee
c28f521216 Bug 594152 - Give function names to tabview.js objects [r=dietrich a=dietrich]
Give function names as object_func for various object prototypes and singletons. Also cleans up some var Name = function() patterns into just function Name.
2010-09-08 10:02:08 -07:00
Ehsan Akhgari
dfd8ce442d Back out bug 592592, bug 588999, bug 591706 and bug 592586 because of test failures 2010-09-07 19:23:29 -04:00
Michael Yoshitaka Erlewine
cbb8d00aa8 Bug 592586 Remove code for "group tab by sites" [r+a=dietrich] 2010-09-03 15:00:09 -04:00
Michael Yoshitaka Erlewine
2654bbfc75 Bug 591706 - GroupItem.add: don't compute findInsertionPoint if we don't have a dropPos [r+a=dietrich] 2010-09-07 17:14:46 -04:00
Michael Yoshitaka Erlewine
d6a26d813a Bug 588999 - Add Tab Candy escape button to Tab Candy view [r+a=dietrich] 2010-09-07 01:31:14 +08:00
Dietrich Ayala
30c934075c backing out bug 590742, bug 591147, bug 592586, a=dietrich 2010-09-07 00:28:01 +07:00
Michael Yoshitaka Erlewine
3166349755 Bug 590742 - Incorporate new CSS for Tab Candy appearance polish [r+a=dietrich] 2010-09-06 11:36:55 -04:00
Michael Yoshitaka Erlewine
bff689fafb Bug 591147 Let TabItem spacing used in Items.arrange be specified via CSS [r+a=dietrich] 2010-09-06 10:42:41 -04:00
Michael Yoshitaka Erlewine
f226446ee5 Bug 592586 Remove code for "group tab by sites" [r+a=dietrich] 2010-09-03 15:00:09 -04:00
Mike Hommey
83359c7847 Bug 589878 - Use resource:/// urls instead of resource://gre/ for tabview. r=ian,r+a=dietrich
--HG--
extra : rebase_source : 35d0f9842314646f6693046059296085b5575442
2010-09-06 09:17:26 +02:00
Josh Matthews
2814f869bb Backing out ebce58252cf8, 1f94199af190, 81664d1912ee, 8e95db7adbea, f97a99ad74af, 66d12a1541f2, 6b936d1a9e65 2010-09-04 15:15:31 -04:00
Raymond Lee
bb2ec44f79 Bug 587040 - After navigating with arrow keys, active tab highlighting will move but clicking on the group will bring up the last active tab [r+a=dietrich] 2010-09-03 20:53:58 -04:00
Michael Yoshitaka Erlewine
5ad422d958 Bug 591147 Let TabItem spacing used in Items.arrange be specified via CSS [r+a=dietrich] 2010-09-03 15:05:56 -04:00
Michael Yoshitaka Erlewine
0257ea62b5 Bug 592586 Remove code for "group tab by sites" [r+a=dietrich] 2010-09-03 15:00:09 -04:00
Michael Yoshitaka Erlewine
41b0c1217b Bug 591706 GroupItem.add: don't compute findInsertionPoint if we don't have a dropPos [r+a=dietrich] 2010-09-03 14:58:29 -04:00
Michael Yoshitaka Erlewine
40ee5215d4 Bug 591705 Don't animate on tab view startup [r+a=dietrich] 2010-09-03 14:55:55 -04:00
Michael Yoshitaka Erlewine
1d31609c85 Bug 591167: border trenches should be triggered even if the edge only overlaps, but is not contained by the active range of the trench [r+a=dietrich] 2010-09-03 14:43:24 -04:00
Raymond Lee
af1bde8f08 Bug 591448 - On tab switch, 'gWindow is not defined' after closing a window that opened Panorama [r=dao a=gavin]
--HG--
extra : rebase_source : d9d049b80efac0297dd40a58e5c733cbecaf3ef3
2010-08-31 15:22:10 +08:00
Michael Yoshitaka Erlewine
baeb757c82 Bug 591715: Utils.log: add option to use dump instead of console and add timing info [r=dao, a=gavin] 2010-09-01 16:04:12 -04:00
Michael Yoshitaka Erlewine
4f8496e95e Bug 586455: Separate structural versus visual CSS [r+a=dolske] 2010-09-01 16:14:37 -04:00
Michael Yoshitaka Erlewine
0952c379f1 Bug 589224 - Drag.snapBounds stationaryCorner default is broken [r=gavin,a=gavin]
--HG--
extra : rebase_source : 041579a7f6f2ff3527d4a87bd82324db1e32def9
2010-08-27 01:23:23 -04:00
Michael Yoshitaka Erlewine
ded070ab7c Bug 591087: Remove GroupItem.setNewTabButtonBounds which is not used [r=gavin, a=gavin]
--HG--
extra : rebase_source : a10f47ec13bb91204d0124e49093d7644420773b
2010-08-26 19:57:39 -04:00
Raymond Lee
8450760fe6 Bug 588478 - Escape should not open tab from fan view of stacked tabs [r=dolske a=dolske]
--HG--
extra : rebase_source : 1a77634fa20cc1bfb42d816dfe2551809f03f116
2010-08-19 17:13:58 +08:00
Raymond Lee
2ef87e7c0d Bug 588295 - Zoom out doesn't work for the same tab [r=dolske a=dolske]
--HG--
extra : rebase_source : 269329afabc8de08036eb9a476c7a61dffd67b8d
2010-08-18 15:06:20 +08:00
Raymond Lee
a67db40079 Bug 588260 - Control + Shift + ' doesn't switch to the correct group [r=dolske a=dolske]
--HG--
extra : rebase_source : ddd8c78a15bbe7aebace9b62cfb14ad1a6e3d7e3
2010-08-18 10:51:43 +08:00
Raymond Lee
9714e5e418 Bug 586719 - Use proper constants in setTabViewFrameKeyHandlers [r=dolske a=dolske]
--HG--
extra : rebase_source : 1af40c4905b3866e1c08cf21759c0e1468a993dd
2010-08-13 15:18:29 +08:00