Commit Graph

176 Commits

Author SHA1 Message Date
Gijs Kruitbosch
03301f5a46 Fix usage of area.type to use a map's get() function, no bug, rs=mconley 2013-08-02 16:04:40 +02:00
Gijs Kruitbosch
966d46482c Bug 900442 - Add-on toolbar shouldn't be evicting stuff when we wrap its contents, r=mconley 2013-08-01 12:48:05 +02:00
Mike Conley
7de28e24f3 Bug 899576 - Fast-path the default case for CustomizableUI.buildArea, and preset node attributes in browser.xul. r=Gijs. 2013-08-01 14:46:23 -04:00
Mike Conley
ba117f9111 Bug 899608 - Remove cruft from XULWidgetGroupWrapper, and move areaType getter into group wrappers. r=Gijs, rs=mak. 2013-08-01 12:18:01 -04:00
Jared Wein
f93e463c0d Bug 891104 - Only run onOverflow if an overflow event has occurred. r=mconley 2013-07-29 15:36:39 -04:00
Mike Conley
e572f25cee Bug 861703 - Constrain the maximum height of the menu panel. r=jaws,feedback=Gijs. 2013-07-27 14:58:36 -04:00
Jared Wein
95b937964b Bug 898040 - Followup to only remove the event listeners if they were added. r=MattN 2013-07-25 18:04:47 -04:00
Jared Wein
d0bc0cba9d Bug 898040 - Delay adding the event listeners for PanelUI until the panel is toggled. r=mconley 2013-07-25 16:03:13 -04:00
Marco Bonardo
a4beaa4a33 Bug 855805 - Create the Bookmarks widget with subview - Functional part.
r=mconley
2013-07-25 12:02:05 +02:00
Gijs Kruitbosch
2193d60c43 Bug 872544 - wrap toolbarbutton labels in panels, r=mikedeboer 2013-07-19 16:30:40 +02:00
Gijs Kruitbosch
df11c8424a Bug 895827 - pass null if we don't have a placement, r=jaws 2013-07-24 16:58:15 +02:00
Gijs Kruitbosch
cf893271fe Fix an observer never being removed, found in bug 897410, r=mikedeboer 2013-07-24 15:29:32 +02:00
Gijs Kruitbosch
e8483bc04f Bug 897410 - don't call into the zoom manager if we don't (yet) have a docshell, r=mikedeboer 2013-07-24 15:29:29 +02:00
Mike Conley
5816f65fbd Bug 896596 - _onDragStart hack in CustomizeMode should not cause placeholders to get inserted after exiting customize mode. r=Gijs. 2013-07-23 11:11:09 -04:00
Jared Wein
0d77ab6b65 Bug 895778 - Optimize some of the code paths in CustomizableUIInternal.registerToolbar. r=Gijs r=mconley 2013-07-22 11:22:42 -04:00
Gijs Kruitbosch
d475ebb7fa Bug 881937 - tabindex all the things, r=mconley 2013-07-19 17:58:21 +02:00
Gijs Kruitbosch
38fd2ae4d4 Bug 881937 - focus the first focusable item, r=mconley 2013-07-19 15:30:03 +02:00
Gijs Kruitbosch
b139d9242f Bug 878106 - should call updateEditUIVisibility when opening panel, r=Unfocused 2013-07-18 14:09:07 +02:00
Gijs Kruitbosch
7a47c133cd Bug 885075 - remove skipintoolbarset from social widget, r=mikedeboer 2013-07-19 12:30:40 +02:00
Gijs Kruitbosch
f7d9bd67f9 Bug 892463 - Australis menupanel contextmenu shouldn't override add-on contextmenu, r=dao 2013-07-19 12:30:39 +02:00
Mike Conley
f16ec30a46 Bug 873712 - Add "overflowed" property to CustomizableUI widgets. r=Gijs. 2013-07-18 13:59:14 -04:00
Mike de Boer
bf6232e65b Bug 755598: Merge Back/ Forward/ URLBar/ Stop/ Reload/ Go buttons into 1 toolbaritem. r=dao 2013-07-18 18:46:28 +02:00
Gijs Kruitbosch
ac7c63a3d7 Bug 893994 - avoid warnings for empty strings passed to document.getElementById when there's no mainView, r=mconley 2013-07-18 09:58:21 +02:00
Gijs Kruitbosch
35242a7604 Bug 893994 - guard against opening a subview multiple times by setting 'open' on the anchor, r=mconley 2013-07-18 09:57:13 +02:00
Gijs Kruitbosch
9befe7f00f Bug 886444 - Should not stop people dragging the window from toolbars while customizing, r=mconley 2013-07-17 18:05:58 +02:00
Gijs Kruitbosch
b6d2c03de3 Bug 881937 - Add shortcut to toggle the menupanel, r=mdeboer 2013-07-16 16:26:49 +02:00
Gijs Kruitbosch
abee694652 Bug 883406 - Shouldn't throw errors for missing shortcuts, r=mdeboer 2013-07-17 15:31:38 +02:00
Gijs Kruitbosch
32320682c4 Bug 878550 - Clicking on clear recent history in the history subview doesn't dismiss the panel, r=mconley 2013-07-12 18:58:50 +01:00
Gijs Kruitbosch
a8f3d4b872 Bug 888817 - currentset should be updated when items are added/(re)moved, r=mconley 2013-07-16 15:36:03 +02:00
Gijs Kruitbosch
7bbdcce75c Bug 892956 - destroyWidget should remove the widget from defaultPlacements, if applicable, r=mconley 2013-07-15 18:42:09 +02:00
Gijs Kruitbosch
752b21bdae Bug 886317 - Use top-level panels for temporary panels to fix history/feed/... widget bugs in fullscreen, r=mconley 2013-07-15 18:39:46 +02:00
Jared Wein
6aec942d68 Backed out changeset cd4c737c45a9 (bug 892799) for timing-out the world. 2013-07-12 16:11:10 -04:00
Jared Wein
53cd8b8836 Bug 892799 - If currentset is absent, don't need to move items around in legacy areas. r=mconley 2013-07-12 12:54:16 -04:00
Jared Wein
20bce787b1 Bug 892532 - Add an optional faster path to isWidgetRemovable. r=mattn 2013-07-12 12:06:52 -04:00
Jared Wein
8eed02dcb7 Bug 892841 - Break out of the toolbox children loop when we find the palette. r=dao 2013-07-12 11:59:51 -04:00
Gijs Kruitbosch
ea7f84839d Bug 892955 - isWidgetRemovable and removeWidgetFromArea should work for widgets that have been destroyed, r=mconley 2013-07-12 16:01:00 +01:00
Gijs Kruitbosch
6d52958bde Bug 877006 - A widget with an invalid view should not break all of CustomizableUI, r=Unfocused 2013-07-10 17:57:54 +02:00
Gijs Kruitbosch
83f0ab86c9 Bug 880458 - Implement anchor support for overflowable toolbar, r=mconley
--HG--
extra : rebase_source : bc272cc22061d6d3b6d161ca99caba5ac8d8f491
2013-07-11 18:41:21 +02:00
Mike Conley
0179a8d0f0 Bug 892509 - Make passing findWidgetInWindow an empty ID a non-fatal error. r=jaws. 2013-07-11 20:53:34 -04:00
Mike Conley
c57bedec26 Backout 757b3bbe3c63 (bug 877006) for suspected permaorange. r=bustage-fix. 2013-07-11 15:23:26 -04:00
Gijs Kruitbosch
2c875afc25 Bug 891926 - destroyWidget should actually get viewNode before trying to use it, r=Unfocused 2013-07-10 18:20:24 +02:00
Gijs Kruitbosch
facaf67b2a Bug 877006 - A widget with an invalid view should not break all of CustomizableUI, r=Unfocused 2013-07-10 17:57:54 +02:00
Gijs Kruitbosch
3853f037be Bug 877684 - Implement new Customize and Help button styling, r=jaws
--HG--
extra : rebase_source : a85108798211a3db87b0345596c02d0059148df5
2013-06-25 11:05:24 -04:00
Gijs Kruitbosch
018902b637 Bug 890262 - destroyWidget shouldn't throw an exception when the widget is in a non-built area, r=mconley
--HG--
extra : rebase_source : ec36ef644e38ab87413fe79ac86516b680a74a44
2013-07-10 21:11:22 +02:00
Mike Conley
18f129c497 Bug 877450 - Create Developer Tool widget with subview. r=Gijs. 2013-07-10 13:51:22 -04:00
Mike Conley
148b7dacb5 Bug 885530 - CustomizableUI should have a way to not add widgets to private windows. r=Gijs. 2013-07-10 12:56:10 -04:00
Gijs Kruitbosch
5d30f31f83 Bug 886030 - Add events to toolbar change to help customizableui deal with appearing/disappearing toolbars, r=mconley 2013-07-10 14:05:35 +02:00
Gijs Kruitbosch
a4ee03cec4 Bug 887438 - Add a currentSet setter shim for all toolbars to improve add-on compatibility, r=jaws
--HG--
extra : rebase_source : 428b730b03df255c48e9e6493d8ed803e512578a
2013-07-05 15:36:00 +02:00
Gijs Kruitbosch
84f7cec9de Bug 890476 - Don't build a menubar on OSX, r=dao 2013-07-08 17:15:16 +02:00
Gijs Kruitbosch
d9077cbb13 Bug 889597 - Hide panelUI by default to improve ts_paint, r=MattN,jaws 2013-07-02 23:16:36 +02:00