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
Blair McBride
975ae1b9a8
Bug 1123517 - [ReadingList] Implement basic sidebar that lists unread ReadingList items. r=florian
2015-02-20 22:07:24 +13:00
Dave Townsend
bb7ee9f2fb
Bug 1068186: Update window.sidebar and window.external APIs to support e10s. r=felipe
...
Moves nsSidebar.js to toolkit and makes it just pass messages to chrome for each
API call. MainProcessSingleton listens for those messages and passes the call
along to the search service.
Combines the validation code into the same function and takes the opportunity to
support relative URLs too.
Adds a bunch of tests for these web APIs.
Also fixes:
Bug 518929: Implement window.external APIs in core code
Bug 530847: Remove Fennec's nsISidebar implementation once that code is moved into the core
Bug 517720: Adding a search engine using relative URIs is not supported
2015-02-02 12:15:26 -08:00
Blair McBride
96fd46f6a4
Bug 1098071 - Move uitour.js library out of test directory. r=MattN
2015-01-06 19:13:46 +13: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
Felipe Gomes
f1020bd1c7
Bug 1063842 - Add in-product notification when e10s is first enabled. r=mconley
2014-09-10 19:06:19 -03:00
Birunthan Mohanathas
a2a05200f2
Bug 1024668 - Extract core logic of abouthealth.js into new WebIDL interface. r=bz,gps,wchen
2014-07-29 16:54:01 -07:00
Mike Hommey
72affcaac6
Bug 1043820 - Remove PARALLEL_DIRS. r=gps
2014-07-29 08:57:59 +09:00
Mark Banner
5b074c0fea
Bug 1017273 Change Loop from compile-time enabled to runtime-enabled with a pref. r=dolske,r=jesup,r=glandium,r=gijs
2014-07-16 15:15:07 +01:00
Mark Banner
d026f91d46
Bug 1032018 Don't build Loop core when building of Loop is disabled. r=glandium
2014-07-01 09:39:10 +01:00
Adam Roach
50707b7d1c
Bug 976358: Adding chrome URL for Loop panel. r=tOkeshu
2014-05-29 21:13:40 +01:00
Florian Quèze
d39016a85f
Bug 1016342 - build translation by default, r=felipe.
2014-05-28 00:45:45 +02:00
Alexandre Poirot
860328f615
Bug 1009090 - Fix content permissions in mulet. r=fabrice
2014-05-12 10:35:00 -04:00
Valentin Tsatskin
592a6454c7
Bug 968509 - Move about:certerror from components to content. r=Unfocused
2014-04-03 00:39:02 -07:00
Mike Hommey
7f7e4faac1
Bug 939044 - Remove most definitions of MODULE. r=mshal
2013-11-19 11:47:39 +09:00
Gijs Kruitbosch
a1058ed68b
Merge mozilla-central and ux
2013-10-21 10:03:47 +02:00
Gijs Kruitbosch
cb48ff177b
Bug 924463 - clean up browser/components moz.build/test manifest, r=gps
2013-10-18 14:55:19 +02:00
Phil Ringnalda
ee7d2a2637
Back out e9f46c81c28e (bug 924463) on suspicion of being the One True cause of mass browser-chrome orange
...
CLOSED TREE
2013-10-18 18:54:22 -07:00
Gijs Kruitbosch
2a4dba4e13
Bug 924463 - clean up browser/components moz.build/test manifest, r=gps
2013-10-18 14:55:19 +02:00
Gijs Kruitbosch
fe5d79eb8e
Merge mozilla-central and ux
2013-07-04 01:23:30 +02:00
Matthew Noorenberghe
32a489f247
Merge mozilla-central to UX
2013-06-17 03:54:34 -07:00
Gijs Kruitbosch
84935346d9
Merge mozilla-central and ux-central
2013-06-10 23:22:39 +02:00
Joey Armstrong
51cc4687d7
bug 880246: move EXTRA_PP_COMPONENTS to mozbuild (file batch #1 ) r=mshal
2013-06-14 14:07:19 -04:00
Joey Armstrong
7af81098a7
bug 870370: move EXTRA_COMPONENTS to moz.build (file batch #1 ). r=mshal
2013-06-10 11:30:03 -04: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
Mike Shal
4b9927492c
Bug 880245 - Move EXTRA_JS_MODULES to moz.build (batch #3 ); r=joey
2013-06-28 15:17:07 -04:00
Kyle Machulis
331f36baa9
Bug 855465 - Add emacs python mode comments to moz.build files; r=gps
2013-04-01 11:36:59 -07:00
Kyle Machulis
ec9b53db93
Backout for changeset 03452b187c14 (Bug 855465) due to bustage on a CLOSED TREE; r=qdot
2013-03-29 15:12:58 -07:00
Kyle Machulis
0419a0b889
Bug 855465 - Add emacs python mode comments to moz.build files; r=gps
2013-03-29 13:56:18 -07:00
Mike Shal
24be52d653
Bug 844654 - Part 2: Move MODULE to moz.build; rs=gps
2013-03-19 11:47:00 -07:00
Mike Shal
c0f79b14b6
Bug 818246 - Part 7: Move XPIDL_MODULE to moz.build; rs=gps
2013-03-11 22:00:00 -07:00
Gregory Szorc
7638dd9198
Bug 818246 - Part 4: Move XPIDLSRCS into moz.build (auto); rs=glandium
...
This is the result of running
|mach mozbuild-migrate --list XPIDLSRCS SDK_XPIDLSRCS XPIDL_SOURCES| and
reverting xpcom/sample/*.
2013-03-12 10:17:46 -07:00
Gregory Szorc
1a3da6acf4
Bug 784841 - Part 18d: Convert /browser; r=gavin f=Ms2ger
2013-02-25 12:47:18 -08:00