Commit graph

13 commits

Author SHA1 Message Date
Gijs Kruitbosch
16d4bec6ab Bug 1096763 - fix webide button issues with customize mode, r=Unfocused
This fixes the button to not call createWidget repeatedly when the button is in the palette.

It also fixes an edge case in CustomizableUI where, if you restore defaults, we don't re-add custom widgets to the list of seen widgets, meaning they'll be restored to their default position on next start, even if you move them after restoring to defaults.
2014-11-11 14:51:21 +00:00
Mike de Boer
8f9dbcd47f Bug 1073218: remove the soft start mechanism for full Hello rollout. r=abr,Unfocused 2014-11-07 11:56:04 +01:00
Victor Porof
e2f1ba1b83 Bug 1067337 - Provide an icon for the toolbar to activate/deactivate the devtools panel. r=paul, r=gijs 2014-10-27 12:26:07 -04:00
Jason Orendorff
2cacf236ed Bug 918828, part 1 - Change iteration code to call iterable[Symbol.iterator]() rather than iterable["@@iterator"](). r=Waldo with earlier review work by nbp.
--HG--
extra : rebase_source : 5780eed342b1780570650d140c7f14f966b7f1e1
2014-07-01 21:01:21 -05:00
Paul Rouget
c6d19c3150 Bug 1056923 - Add WebIDE launch button. r=jryans,r=jaws 2014-10-30 09:08:05 +01:00
Brian Grinstead
7e0d0bdea2 Bug 1082108 - Add a button to disable the devedition theme from Customize Mode;r=Gijs 2014-10-14 13:29:30 -05:00
Shane Caraveo
eb7bee7d96 Bug 1014332 share button CUI widget, r=jaws 2014-10-09 12:02:13 -07:00
Gijs Kruitbosch
cbde822f8d Bug 989338 - save non-placement stuff from previously saved placements, r=Unfocused 2014-09-04 11:24:04 +02:00
Ed Morley
bae6f10a73 Backed out changeset 6aee7a646f7e (bug 1014332) 2014-08-21 12:27:19 +01:00
Shane Caraveo
d302c02df2 Bug 1014332 move share button to menu panel and test fixes for that, r=jaws 2014-08-15 14:23:24 -07:00
Ms2ger
5b546538b2 Bug 1048780 - Call the standard matches() rather than the proprietary mozMatchesSelector(); r=jst
This also includes a test that mozMatchesSelector is still exposed and works.

--HG--
rename : js/xpconnect/tests/chrome/test_mozMatchesSelector.xul => js/xpconnect/tests/chrome/test_matches.xul
rename : js/xpconnect/tests/mochitest/file_mozMatchesSelector.html => js/xpconnect/tests/mochitest/file_matches.html
2014-08-12 14:30:59 +02:00
Mike de Boer
4b89b84a05 Bug 1023193: make a customizableWidget out of the Loop toolbar button. r=mconley 2014-07-30 18:19:27 +02:00
Birunthan Mohanathas
32fbc10660 Bug 1038458 - Part 1: Flatten browser/components/customizableui/src/ directory. r=mak
--HG--
rename : browser/components/customizableui/src/CustomizableUI.jsm => browser/components/customizableui/CustomizableUI.jsm
rename : browser/components/customizableui/src/CustomizableWidgets.jsm => browser/components/customizableui/CustomizableWidgets.jsm
rename : browser/components/customizableui/src/CustomizeMode.jsm => browser/components/customizableui/CustomizeMode.jsm
rename : browser/components/customizableui/src/DragPositionManager.jsm => browser/components/customizableui/DragPositionManager.jsm
rename : browser/components/customizableui/src/PanelWideWidgetTracker.jsm => browser/components/customizableui/PanelWideWidgetTracker.jsm
rename : browser/components/customizableui/src/ScrollbarSampler.jsm => browser/components/customizableui/ScrollbarSampler.jsm
rename : browser/components/customizableui/src/logging.js => browser/components/customizableui/logging.js
2014-07-26 09:31:41 -07:00
Renamed from browser/components/customizableui/src/CustomizableUI.jsm (Browse further)