Commit Graph

8 Commits

Author SHA1 Message Date
Sebastian Hengst
ef109b3851 Bug 1139427 - Define file-based metadata in /browser/components. r=gavin
Add bugzilla components as metadata to moz.build files for easier bugfiling into the correct component. More information:

https://gecko.readthedocs.org/en/latest/build/buildsystem/mozbuild-symbols.html#bug-component
2015-03-08 20:43:22 +01:00
Mike Conley
862100b2d8 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.
2014-11-04 11:16:47 -05:00
Mike Hommey
72affcaac6 Bug 1043820 - Remove PARALLEL_DIRS. r=gps 2014-07-29 08:57:59 +09:00
Birunthan Mohanathas
813acbe329 Bug 1038458 - Part 1: Flatten browser/components/customizableui/src/ directory. r=mak 2014-07-26 09:31:41 -07:00
Birunthan Mohanathas
aeec8a8428 Bug 1038417 - Convert tabs to spaces in moz.build files. r=gps 2014-07-14 15:58:10 -07:00
Gijs Kruitbosch
d5db813149 Bug 920201 - move tests into manifest, r=gps 2013-09-25 15:17:49 +02:00
Gijs Kruitbosch
e38c2817a0 Bug 873501 - Add tests for special widgets, r=mconley 2013-05-30 23:09:04 +02:00
Blair McBride
a53bad3fd1 Bug 858196 - Move all customization code to be under browser/components/customizableui/. r=jaws. 2013-04-15 17:34:52 +12:00