Juan Gomez
|
01df2f691b
|
Bug 1171931 - Refactor duplicated code using XRE_IsParent/ContentProcess. r=froydnj
|
2015-07-03 18:29:00 -07:00 |
|
Ryan VanderMeulen
|
e6131fc8b8
|
Backed out changeset 8b4e4083639e (bug 1171931) for B2G debug emulator bustage.
|
2015-06-25 19:48:42 -04:00 |
|
Juan Gomez
|
2128198065
|
Bug 1171931 - Refactor duplicated code using XRE_IsParent/ContentProcess. r=froydnj
|
2015-06-24 14:11:00 -04:00 |
|
Andrew McCreight
|
c979f253c0
|
Bug 1152551, part 2 - Fix mode lines in dom/. r=jst
|
2015-05-03 15:32:37 -04:00 |
|
Andrea Marchesini
|
94545cbb2e
|
Bug 1148527 - Indentation fix after bug 1145631, r=ehsan
|
2015-03-27 18:52:19 +00:00 |
|
Ehsan Akhgari
|
5cccea6f0f
|
Bug 1145631 - Part 1: Replace MOZ_OVERRIDE and MOZ_FINAL with override and final in the tree; r=froydnj
This patch was automatically generated using the following script:
function convert() {
echo "Converting $1 to $2..."
find . \
! -wholename "*/.git*" \
! -wholename "obj-ff-dbg*" \
-type f \
\( -iname "*.cpp" \
-o -iname "*.h" \
-o -iname "*.c" \
-o -iname "*.cc" \
-o -iname "*.idl" \
-o -iname "*.ipdl" \
-o -iname "*.ipdlh" \
-o -iname "*.mm" \) | \
xargs -n 1 sed -i -e "s/\b$1\b/$2/g"
}
convert MOZ_OVERRIDE override
convert MOZ_FINAL final
|
2015-03-21 12:28:04 -04:00 |
|
Michael Wu
|
4f8045c96d
|
Bug 864327 - Support FM RDS in WebAPI, r=ehsan,pzhang,khuey
|
2014-09-30 12:57:52 -04:00 |
|
Michael Wu
|
af351ee7d3
|
Backed out changeset dfbae87208dd (Bug 864327) for red
|
2014-09-30 13:39:43 -04:00 |
|
Michael Wu
|
b157d690d8
|
Bug 864327 - Support FM RDS in WebAPI, r=ehsan,pzhang,khuey
|
2014-09-30 12:57:52 -04:00 |
|
Ehsan Akhgari
|
01dafe9260
|
Bug 1072701 - Build some Firefox OS specific DOM code in unified mode; r=baku
--HG--
extra : rebase_source : 4a8812c18341c9851fb3265e1f8e6c77a95911c5
|
2014-09-25 10:10:42 -04:00 |
|
Mike Hommey
|
33ef4f2c39
|
Bug 1041864 - Remove LIBRARY_NAMEs that aren't used. r=mshal
|
2014-07-23 08:39:56 +09:00 |
|
Mike Hommey
|
9ae3c48776
|
Bug 1041860 - Avoid setting FINAL_LIBRARY to libraries that further use a FINAL_LIBRARY. r=mshal
|
2014-07-23 08:37:51 +09:00 |
|
Josh Aas
|
bba4c769bc
|
Bug 960774: Add ActorDestroy impl for all parent-side actors that don't have one. It will be required soon. r=bent
|
2014-05-02 13:44:13 -05:00 |
|
Kyle Huey
|
f7eafc09a9
|
Bug 967364: Rename already_AddRefed::get to take. r=bsmedberg
|
2014-03-15 12:00:15 -07:00 |
|
Mike Hommey
|
db9e5129bc
|
Bug 939074 - Remove most LIBXUL_LIBRARY. rs=gps
|
2013-11-19 11:48:10 +09:00 |
|
Mike Hommey
|
f81885e53b
|
Bug 935881 - Use FINAL_LIBRARY for all (fake) libraries that end up linked in a single other library. r=gps
|
2013-11-19 11:47:14 +09:00 |
|
Ms2ger
|
bd6c1c7dc9
|
Bug 931459 - Move LOCAL_INCLUDES to moz.build in dom/; r=mshal
|
2013-11-11 09:04:11 +01:00 |
|
Andrea Marchesini
|
7b8be51e21
|
Bug 862899 - AudioChannelAgent in the FMRadio API. r=mchen, r=khuey
|
2013-11-04 17:27:39 -05:00 |
|
Nathan Froyd
|
ccdd4fb35d
|
Bug 918651 - part 8 - remove redundant includes from IPDL files; r=ehsan
These include statements have been made redundant by all the qualifications
to the using statements.
|
2013-10-18 13:34:08 -04:00 |
|
Nathan Froyd
|
e2ede970d2
|
Bug 918651 - part 5 - qualify all IPDL using statements with required header; r=ehsan
|
2013-10-01 15:25:07 -04:00 |
|
Mike Hommey
|
f1c0c07862
|
Bug 929905 - Consolidate sources in moz.build. r=gps
|
2013-10-25 08:23:05 +09:00 |
|
Trevor Saunders
|
e4cd176c9e
|
[PATCH] bug 922566 - kill dom-config.mk
From 6681eaa8bb47ddb4756fd71738771c4c437101c0 Mon Sep 17 00:00:00 2001
---
content/media/webspeech/recognition/Makefile.in | 1 -
content/media/webspeech/recognition/moz.build | 5 +-
content/media/webspeech/synth/Makefile.in | 1 -
content/media/webspeech/synth/pico/Makefile.in | 3 --
dom/alarm/Makefile.in | 2 -
dom/apps/src/Makefile.in | 1 -
dom/base/Makefile.in | 2 -
dom/base/moz.build | 26 ++++++++++-
dom/battery/Makefile.in | 1 -
dom/bindings/Makefile.in | 3 --
dom/bindings/moz.build | 17 ++++++-
dom/bindings/test/Makefile.in | 5 +-
dom/bluetooth/Makefile.in | 2 -
dom/bluetooth/moz.build | 7 ++-
dom/browser-element/Makefile.in | 3 --
dom/browser-element/moz.build | 6 ++-
dom/camera/Makefile.in | 1 -
dom/camera/moz.build | 5 +-
dom/devicestorage/Makefile.in | 1 -
dom/dom-config.mk | 61 -------------------------
dom/encoding/Makefile.in | 1 -
dom/fmradio/Makefile.in | 2 -
dom/fmradio/ipc/Makefile.in | 1 -
dom/fmradio/ipc/moz.build | 5 +-
dom/fmradio/moz.build | 5 +-
dom/icc/src/Makefile.in | 4 --
dom/media/Makefile.in | 3 --
dom/media/moz.build | 6 ++-
dom/mobilemessage/src/Makefile.in | 1 -
dom/mobilemessage/src/moz.build | 5 +-
dom/network/src/Makefile.in | 2 -
dom/plugins/base/Makefile.in | 1 -
dom/plugins/base/moz.build | 8 +++-
dom/power/Makefile.in | 1 -
dom/quota/Makefile.in | 1 -
dom/system/gonk/Makefile.in | 2 -
dom/telephony/Makefile.in | 1 -
dom/time/Makefile.in | 1 -
dom/wifi/Makefile.in | 5 --
39 files changed, 85 insertions(+), 123 deletions(-)
delete mode 100644 dom/dom-config.mk
delete mode 100644 dom/wifi/Makefile.in
|
2013-10-23 17:20:55 -04:00 |
|
Brian O'Keefe
|
0cbcd904c7
|
Bug 928709 - Convert chromium-config.mk to mozbuild, r=mshal
|
2013-10-02 13:17:55 -04:00 |
|
Trevor Saunders
|
d33d8939a0
|
Backed out changeset 99b17c404db2 and e40a964458f8 for landing stuff that shouldn't have and then backing out stuff that should have stayed on a CLOSED TREE
--HG--
extra : amend_source : 54312955270ea4098a3add3cd0708866de2e40bb
|
2013-10-21 18:58:14 -04:00 |
|
Trevor Saunders
|
aba3fa9503
|
bug 922566 - kill dom-config.mk r=gps
|
2013-10-11 12:02:41 -04:00 |
|
pzhang
|
8ed8ed9af1
|
Bug 913343 - Rename ReplyRunnable -> FMRadioReplyRunnable. r=khuey
|
2013-08-30 14:16:49 +08:00 |
|
Mike Hommey
|
05b3f24e0e
|
Bug 912293 - Remove now redundant boilerplate from Makefile.in. r=gps
|
2013-09-05 09:01:46 +09:00 |
|
Pin Zhang
|
abf2bdf860
|
Bug 870676: Part 2 - Implement IPDL for mozFMRadio. r=khuey
|
2013-09-03 15:28:06 -07:00 |
|
Ed Morley
|
fb25f85fa8
|
Backed out changeset 5a71d3bf48ce (bug 870676)
|
2013-08-29 10:42:42 +01:00 |
|
Ed Morley
|
bbf6b4e456
|
Backed out changeset a9ffc1cdb1ae (bug 870676)
|
2013-08-29 10:25:55 +01:00 |
|
Ed Morley
|
992bf24182
|
Backed out changeset aebdc69b02e5 (bug 870676)
|
2013-08-29 10:25:52 +01:00 |
|
Phil Ringnalda
|
c30de3c433
|
Bug 870676 followup followup, fix followup bustage on a CLOSED TREE
|
2013-08-28 23:17:43 -07:00 |
|
Phil Ringnalda
|
76ad8b6a19
|
Bug 870676 followup, fix bustage in the wake of bug 875934
CLOSED TREE
|
2013-08-28 22:40:18 -07:00 |
|
Pin Zhang
|
8fdbde9324
|
Bug 870676: Part 2 - Implement IPDL for mozFMRadio. r=khuey CLOSED TREE
|
2013-08-28 10:25:09 -07:00 |
|
Kyle Huey
|
7164ad4749
|
Back out my failed attempt to land bug 870676.
|
2013-08-28 10:23:32 -07:00 |
|
Kyle Huey
|
fcd4cf2b3c
|
Bug 870676: Part 2 - Implement IPDL for mozFMRadio. r=khuey
|
2013-08-28 10:17:37 -07:00 |
|