gecko/browser/components/customizableui
Mike Conley cf6162c415 Bug 1085622 - Fix E10S_TESTING_ONLY define so that it only ever applies when E10S_TESTING_ONLY config is true. r=ally,glandium.
We were defining the E10S_TESTING_ONLY build-time define with the value of the E10S_TESTING_ONLY config variable,
regardless of the value of E10S_TESTING_ONLY. Even if E10S_TESTING_ONLY in configure was blank, we'd still define
E10S_TESTING_ONLY, which resulted in E10S_TESTING_ONLY ifdef'd code to be included when we didn't want it to.

We now only ever define E10S_TESTING_ONLY iff NIGHTLY_BUILD is defined, and we do it globally.

This also fixes a busted E10S_TESTING_ONLY ifdef that didn't have an endif.

--HG--
extra : amend_source : 9c8fe8db110765272fa666a5c118d388f87c23d7
2014-11-04 11:16:47 -05:00
..
content Bug 1080406 - "Add an optional badge to the hamburger menu when updates are available". r=gijskruitbosch+bugs c=jwalker 2014-11-02 02:09:00 +01:00
test Bug 1087303 - Add test for the functionality of remaining Panel Menu buttons in Australis (fullscreen, preferences). r=Gijs 2014-10-29 15:19:01 +02:00
CustomizableUI.jsm Bug 1056923 - Add WebIDE launch button. r=jryans,r=jaws 2014-10-30 09:08:05 +01:00
CustomizableWidgets.jsm 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
CustomizeMode.jsm Bug 1089591 - Customize mode should be customizable after reset. r=Gijs r=mconley 2014-10-30 10:28:00 +01:00
DragPositionManager.jsm Bug 1038458 - Part 1: Flatten browser/components/customizableui/src/ directory. r=mak 2014-07-26 09:31:41 -07:00
logging.js Bug 1038458 - Part 1: Flatten browser/components/customizableui/src/ directory. r=mak 2014-07-26 09:31:41 -07:00
moz.build Bug 1085622 - Fix E10S_TESTING_ONLY define so that it only ever applies when E10S_TESTING_ONLY config is true. r=ally,glandium. 2014-11-04 11:16:47 -05:00
PanelWideWidgetTracker.jsm Bug 1038458 - Part 1: Flatten browser/components/customizableui/src/ directory. r=mak 2014-07-26 09:31:41 -07:00
ScrollbarSampler.jsm Bug 1038458 - Part 1: Flatten browser/components/customizableui/src/ directory. r=mak 2014-07-26 09:31:41 -07:00