Commit Graph

310 Commits

Author SHA1 Message Date
Jared Wein
0bcd532042 Bug 755593 - Remove tabs-on-bottom mode. r=dao 2013-06-04 18:08:55 -04:00
Gijs Kruitbosch
21accbf766 Merge m-c to ux 2013-06-02 21:35:55 +02:00
Mike Conley
617f20c1ef Re-landing Bug 873867 - Adjust panelmultiview binding to allow easy swapping of mainviews. r=Unfocused. 2013-05-31 16:10:10 -04:00
Mike Conley
ba3c45a04f Backed out changeset aa7f6cd90ff8 (Bug 873867) 2013-05-31 12:50:01 -04:00
Mike Conley
0f99b57134 Bug 873867 - Adjust panelmultiview binding to allow easy swapping of mainviews. r=Unfocused. 2013-05-31 11:07:36 -04:00
Mike Conley
fea8f34169 Bug 874140 - The "Restore Defaults" button should not be display:none when hidden. r=jaws. 2013-05-29 18:22:22 -04:00
Jared Wein
b84e035950 Bug 865926 - Allow the nav-bar to overflow toolbaritems into an overflow panel. r=mconley. 2013-05-23 09:40:55 -04:00
Jared Wein
f01a5287e6 Backed out changeset e8aa19ecf54d (bug 865926) for leaking 2013-05-21 18:12:35 -04:00
Jared Wein
8ebddf0908 Bug 865926 - Allow the nav-bar to overflow toolbaritems into an overflow panel. r=mconley 2013-05-21 16:18:33 -04:00
Shane Caraveo
94f7ba5ffd bug 821073 fix dom element full screen support in social panels, r=felipe 2013-05-31 15:52:48 -07:00
Gijs Kruitbosch
7760d259e9 Bug 872162 - Remove obsolete disablechrome CSS, r=dao 2013-05-15 11:32:09 +02:00
Mike Conley
cfbf815906 Mostly automated merge with https://hg.mozilla.org/mozilla-central 2013-05-13 13:04:32 -04:00
Jared Wein
b0ac4e2369 Bug 870463 - Set a minimum width for the location bar and search container. r=mconley 2013-05-10 10:41:21 -04:00
Mike Conley
720319bcd4 Bug 867343 - Back out star button UI changes. r=mak. 2013-05-10 11:19:48 -04:00
Mike Conley
5ba00ea76d Bug 863753 - Retire the Firefox appmenu button. r=MattN. 2013-05-06 11:36:17 -04:00
Mike Conley
07f9252ffd Bug 868410 - Fix jumbled up and uncustomizable nav-bar on OSX. r=jaws. 2013-05-03 13:00:03 -04:00
Mike Conley
cdb389742a Mostly automated merge with https://hg.mozilla.org/projects/ux 2013-05-02 18:34:15 -04:00
Mike Conley
40ddc57727 Bug 865374 - Position tabs in the OSX titlebar. Cocoa Widget work by Steven Michaud. r=dao,bgirard. 2013-05-02 14:15:29 -04:00
Mike Conley
df89bb355e Mostly automated merge with https://hg.mozilla.org/mozilla-central 2013-05-02 12:41:21 -04:00
Matthew Noorenberghe
9f1695ee62 Bug 826689 - Implement Australis tab dimensions. r=dao, ui-r=shorlander 2013-05-02 12:05:50 -04:00
Mike Conley
514ae51d6c Bug 864425 - Make toolbar-menubar, TabsToolbar and PersonalToolbar customization targets. r=Unfocused. 2013-04-30 11:00:41 -04:00
Jared Wein
3082240f80 Bug 573329 - Remove 'text' and 'text&icons' mode for toolbar buttons. r=mconley 2013-04-24 13:26:01 -04:00
Mike Conley
61618afaf4 Automated merge with https://hg.mozilla.org/projects/ux 2013-04-24 11:17:47 -04:00
Mike Conley
2b35279a27 Mostly automated merge with https://hg.mozilla.org/mozilla-central 2013-04-24 10:54:12 -04:00
Blair McBride
a348477993 Bug 858196 - Move all customization code to be under browser/components/customizableui/. r=jaws.
--HG--
rename : browser/base/content/customizing.xhtml => browser/components/customizableui/content/aboutCustomizing.xhtml
rename : browser/base/content/customize.inc => browser/components/customizableui/content/customizeMode.inc.xul
rename : browser/base/content/panelUI.inc => browser/components/customizableui/content/panelUI.inc.xul
rename : browser/base/content/panelUI.js => browser/components/customizableui/content/panelUI.js
rename : browser/base/content/panelUI.xml => browser/components/customizableui/content/panelUI.xml
rename : browser/base/content/panelUIOverlay.js => browser/components/customizableui/content/panelUIOverlay.js
rename : browser/base/content/panelUIOverlay.xul => browser/components/customizableui/content/panelUIOverlay.xul
rename : browser/base/content/toolbar.xml => browser/components/customizableui/content/toolbar.xml
rename : browser/modules/CustomizableUI.jsm => browser/components/customizableui/src/CustomizableUI.jsm
rename : browser/modules/CustomizeMode.jsm => browser/components/customizableui/src/CustomizeMode.jsm
rename : browser/themes/linux/customization/customization-mode-background.jpg => browser/themes/linux/customizableui/customization-mode-background.jpg
rename : browser/themes/linux/panelUIOverlay.css => browser/themes/linux/customizableui/panelUIOverlay.css
rename : browser/themes/osx/customization/customization-mode-background.jpg => browser/themes/osx/customizableui/customization-mode-background.jpg
rename : browser/themes/osx/panelUIOverlay.css => browser/themes/osx/customizableui/panelUIOverlay.css
rename : browser/themes/shared/customization.inc.css => browser/themes/shared/customizableui/customizeMode.inc.css
rename : browser/themes/shared/panelUIOverlay.inc.css => browser/themes/shared/customizableui/panelUIOverlay.inc.css
rename : browser/themes/windows/customization/customization-mode-background.jpg => browser/themes/windows/customizableui/customization-mode-background.jpg
rename : browser/themes/windows/panelUIOverlay.css => browser/themes/windows/customizableui/panelUIOverlay.css
2013-04-15 17:34:52 +12:00
Mike Conley
d589bedeac Bug 770135 - New PanelUI and toolbar customization - Milestone 1. r=mconley,jaws,Unfocused. 2013-03-26 17:23:23 -04:00
Bill McCloskey
e2b59dbc67 Bug 666801 - Handle webProgress for out-of-process content (r=felipe) 2013-04-24 22:29:31 -07:00
Marco Bonardo
d6fbc55a13 Bug 748894 - Move the bookmark star button outside of the location bar.
r=Mano
2013-04-23 16:06:17 +02:00
Mark Hammond
1fd67803cc Bug 809733 - add css transitions for width and height to chatboxes. r=jaws 2013-04-17 11:29:03 +10:00
Stephen Pohl
0cd77e174b Bug 678392 - Add support for swipe animation as in Safari. r=smichaud,jaws,felipc 2013-04-09 14:44:01 -05:00
Ed Morley
fa7c8c6a17 Backed out changeset f916756bbcbd (bug 809733) for failures in browser_social_chatwindow.js 2013-04-09 09:44:50 +01:00
Mark Hammond
c05a711a7d Bug 809733 - Add CSS transitions for minimizing and restoring the social chatboxes. r=jaws 2013-04-09 16:37:36 +10:00
Shane Caraveo
de1f288456 bug 855389 fix social toolbarbutton structure to work with themes/etc, r=felipe 2013-04-07 23:53:41 -07:00
Phil Ringnalda
d0c39950aa Back out 314ce3068d94 (bug 855389) for browser-chrome bustage 2013-04-07 22:59:33 -07:00
Shane Caraveo
4634abfb5a bug 855389 fix social toolbarbutton structure to work with themes/etc, r=felipe 2013-04-07 20:58:50 -07:00
Ryan VanderMeulen
af8e38d769 Backed out changeset 6580ca3028de (bug 845546) for B2G xpcshell failures on a CLOSED TREE. 2013-03-27 13:01:46 -04:00
Jed Parsons
3198138e5f Bug 845546 - Port b2g identity implementation to desktop. r=benadida 2013-03-27 11:19:09 -04:00
Frank Yan
d5dd7b5b37 Bug 851436 - Revert tab strip logic by backing out patches for bug 837486, bug 649654, and bug 821859. r=dao 2013-03-17 14:03:08 -07:00
Frank Yan
6a56a4d061 Bug 837486 - Reposition pinned tabs when resetting tab strip underflow. r=dao 2013-02-21 16:55:47 -08:00
Mark Hammond
d663fd5bec Bug 814986 - specify a max-height of 0px for the chatbar. r=felipe 2013-03-05 11:32:34 +11:00
Chris Pearce
46036de057 Bug 724554 - Don't exit fullscreen on window deactivate, just warn on refocus. r=dao 2013-02-26 18:40:53 +13:00
Dão Gottwald
c61334344b Bug 670684 - Remove all tabs panel code . r=gavin 2013-02-11 13:48:32 +01:00
Robert Strong
bbc574349b Back out Bug 678392 2013-02-08 16:52:12 -08:00
Stephen Pohl
6f6c60460f Main patch (original patch by mstange) - Bug 678392 - [10.7] Add support for swipe animation as in Safari. r=smichaud r=felipc 2013-02-08 13:56:50 -08:00
ithinc
09409f3aa9 Bug 821859 - Use stylesheet for tab delay resizing instead of setting each tab.style. r=fryn 2013-01-09 21:01:18 +08:00
Dão Gottwald
68efd64347 Bug 813550 - Location bar's placeholder in an RTL chrome should be aligned on the right. r=ehsan a=nonlibxul 2013-01-22 00:13:04 +01:00
Jared Wein
bf71adf3d2 Bug 811835 - Social API toolbar buttons are stretched or blank in 'Text' and 'Text & Icons' mode. r=markh 2013-01-07 15:42:02 -05:00
Dão Gottwald
833d25db0d Bug 824443 - Put the geolocation prompt's "Learn More" link in <popupnotificationcontent> rather than extending the popup notification's binding. r=gavin 2012-12-25 01:08:13 +01:00
Ryan VanderMeulen
58c20294e4 Backed out changeset 36d18c504450 (bug 824443) for mochitest b-c orange. 2012-12-24 17:02:07 -05:00
Dão Gottwald
bab880a6b4 Bug 824443 - Put the geolocation prompt's "Learn More" link in <popupnotificationcontent> rather than extending the popup notification's binding. r=gavin 2012-12-24 21:33:35 +01:00