Граф коммитов

6804 Коммитов

Автор SHA1 Сообщение Дата
Gijs Kruitbosch 0f826e6601 Bug 879317 - Customization target should support insertItem, r=jaws 2013-06-06 21:30:37 +02:00
Gijs Kruitbosch 13c4de9795 Bug 877447 - Make CustomizableUI.inDefaultState skip IDs for missing items, r=mconley 2013-06-06 21:13:15 +02:00
Gijs Kruitbosch 7cf48ca098 Bug 880322 - Remove support for icons property; consumers should be using CSS for styling. rs=mconley 2013-06-06 18:53:28 +02:00
Gijs Kruitbosch 4ca22db3a6 Merge m-c to UX. 2013-06-06 16:57:35 +02:00
Gijs Kruitbosch e43023925b Bug 870452 - Migrate feed button to new API, r=mconley 2013-06-03 20:59:31 +02:00
Jared Wein 5b9b894578 Automated merge with https://hg.mozilla.org/mozilla-central 2013-06-05 11:43:23 -04:00
Giovanni Marquez e0df847fe4 Bug 408251: move updating of form history from handleSearchCommand to doSearch to make sure that mouse-triggered search bar queries end up recorded in form history, r=gavin 2013-06-04 23:20:35 -07:00
Mike de Boer 05115743fe Bug 879295: switch hardcoded strings to use localized alternatives. r=jaws 2013-06-04 18:08:09 +02:00
Gijs Kruitbosch 4507bc6b95 Bug 870471 - context menu for customization panel, r=bmcbride,dao 2013-06-05 11:31:37 +02:00
Gijs Kruitbosch 61caece9c9 Bug 879098 - fix test failures caused by bug 878452, r=mconley 2013-06-04 21:07:14 +02:00
Gijs Kruitbosch c92703837c Bug 878452 - dragging an item to an empty area should work, r=jaws 2013-06-03 22:13:34 +02:00
Gijs Kruitbosch 0dcd765c65 Bug 879162 - menubar gap is too small when always-showing the menubar from the toolbar context menu, r=dao 2013-06-04 12:52:50 +02:00
Mike de Boer 571f89e221 Bug 868433: make widgets use localization strings. r=mconley 2013-06-04 12:44:03 +02:00
Mike de Boer 308c0cb0e4 Bug 870901: Re-add edit controls and make them customizable. r=mconley 2013-06-04 12:33:13 +02:00
Mike de Boer db328224b3 Bug 870897: make the zoom controls customizable. r=mconley, sr=Unfocused 2013-06-04 12:33:11 +02:00
Gijs Kruitbosch c118ab4499 Back out e878799f7d5a for browser-chrome bustage. 2013-06-04 09:18:33 +02:00
Jared Wein aafe68cace Bug 878300 - Switch CustomizeMode.jsm and CustomizableUI.jsm to use Console.jsm. r=Unfocused 2013-06-04 00:02:30 -04:00
Jared Wein ef644200b5 Bug 877370 - Show blank targets in the menu panel while in customization mode. r=mconley
--HG--
extra : rebase_source : 1d3848444476e46bc38baae91bd22367f4102d40
2013-06-03 18:35:30 -04:00
Mike Conley c63950b3df Automated merge with https://hg.mozilla.org/mozilla-central 2013-06-03 17:37:42 -04:00
Marco Bonardo cd76afe24d Bug 874407 - new visits are inserted incorrectly in the Library and the sidebar treeviews.
r=Mano
2013-06-03 12:17:36 +02:00
Ed Morley 8e8247ca4f Backed out changeset 8c37f4a3e488 (bug 874407) for failures in test_bug549192.xul 2013-06-03 13:21:41 +01:00
Marco Bonardo 60e9ef48f0 Bug 874407 - new visits are inserted incorrectly in the Library and the sidebar treeviews.
r=Mano
2013-06-03 12:17:36 +02:00
Gijs Kruitbosch e57cfffcb3 Bug 878452 - dragging an item to an empty area should work, r=jaws
--HG--
extra : rebase_source : 5fe4a87f7660c8b9071eacb051fc1004aac1c6b2
2013-06-03 22:13:34 +02:00
Gijs Kruitbosch c422ca9fe6 Bug 877178 - Respect skipintoolbarset for existing items, r=jaws
--HG--
extra : rebase_source : 9a2c24cafa8c07b9010d9debc31e0ddcbbd2fc78
2013-06-03 22:12:06 +02:00
Gijs Kruitbosch 5ef7980af7 Bug 877178 - Tests for unregisterArea, r=jaws
--HG--
extra : rebase_source : a7ff14159918566306be0097ee0694941d07e30a
2013-06-03 22:12:00 +02:00
Mike Conley 344e3a1992 Backed out changeset c986b5090517 due to possibly introducing leaks. 2013-06-03 14:21:16 -04:00
Mike Conley 20c7061657 Backed out changeset ea38f867cc07 due to possibly introducing leaks. 2013-06-03 14:20:02 -04:00
Mike de Boer 0b1883ccb9 Bug 870901: Re-add edit controls and make them customizable, r=mconley 2013-06-03 13:17:55 +02:00
Mike de Boer 69eeb216a9 Bug 870897: make the zoom controls customizable, r=mconley 2013-06-03 13:17:52 +02:00
Mike de Boer 77cdeff8ff Bug 866928: Don't show toolbars in customization mode that are collapsed when not in customization mode, r=mconley 2013-05-31 16:32:06 +02:00
Matthew Noorenberghe ffacf39cec Merge mozilla-central to UX 2013-06-01 02:45:51 -07:00
Gijs Kruitbosch 7d6a7b8c57 Bug 877178 - Allow add-ons/code to unregister an area, r=jaws 2013-06-01 00:02:28 +02:00
Gijs Kruitbosch 0297781be2 Bug 877603 - registerArea should let non-legacy consumers specify defaults as part of the options, r=jaws 2013-06-01 00:00:58 +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
Gijs Kruitbosch ff77091ff4 Bug 873501 - Add tests for special widgets, r=mconley
--HG--
extra : rebase_source : 828591aa9888641d810ae73c4289aac276e6ab15
2013-05-30 23:09:04 +02:00
Gijs Kruitbosch 750ae6b455 Bug 873501 - Make code dealing with special widgets more robust, r=mconley
--HG--
extra : rebase_source : 8e02c477fa0095a096cbe312956085fac98981f7
2013-05-30 23:08:49 +02:00
Gijs Kruitbosch 9b67ed8c89 Bug 870014 - Fix botched conflict resolution and pass targetArea, too; original-r=mconley. 2013-05-30 14:32:13 +02:00
Gijs Kruitbosch 9a1b967bfe Bug 870014 - Cannot insert customizable items to the left of the tabstrip, r=mconley 2013-05-30 10:07:43 +02:00
Mike Conley 21aec1c539 Bug 875798 - Make the default placements for nav-bar reflect reality. r=Gijs. 2013-05-29 17:41:46 -04:00
Mike Conley bec6920d3a Mostly automated merge with https://hg.mozilla.org/mozilla-central 2013-05-29 17:41:40 -04:00
Jared Wein 45ee65a104 Bug 873056 - Drag-over and drop effects when customizing. r=mconley 2013-05-29 16:41:44 -04:00
Jared Wein a4c0b4ae39 Bug 875775 - followup, update isWidgetRemovable. r=gijs
--HG--
extra : rebase_source : cd093fda0b3b66cabb654756d829959fa009ceee
2013-05-29 10:57:17 -04:00
Jared Wein 560a4b1887 Bug 877183 - Remove unreferenced variable in getPlacementOfWidget. r=gijs
--HG--
extra : rebase_source : 0b6569639b8e2a38deac49e9c1a516015abc2a5a
2013-05-29 10:48:04 -04:00
Jared Wein 395fd585cb Bug 876764 - Entering customization mode with open customization tab breaks it. r=mconley 2013-05-28 17:49:11 -04:00
Jared Wein e7163ef8b9 Bug 875775 - Allow widgets created by createWidget to specify if they're removable or not. r=mconley
--HG--
extra : rebase_source : 317bb5500c18a38314e835fc78dbcb658620cae7
2013-05-28 13:00:49 -04:00
Gijs Kruitbosch 74ab8d2825 Bug 873518 - Fix off-by-one error when moving widgets within their area, r=jaws
--HG--
extra : rebase_source : f88fdacfbdc34564d70eec022fd7201c4490c9aa
2013-05-28 16:34:35 +02:00
Jared Wein 149eb1c5b5 Bug 871296 - 'Undo Close Tab' breaks customization mode. r=mconley 2013-05-28 09:07:10 -04:00
Phil Ringnalda e70ff36fbd Merge m-c to a CLOSED TREE ux 2013-05-27 11:48:20 -07:00