Masayuki Nakano
|
b185105992
|
Bug 984269 Rename nsDOMEventTargetHelper to mozilla::DOMEventTargetHelper r=smaug
--HG--
rename : dom/events/nsDOMEventTargetHelper.cpp => dom/events/DOMEventTargetHelper.cpp
rename : dom/events/nsDOMEventTargetHelper.h => dom/events/DOMEventTargetHelper.h
|
2014-04-01 15:13:50 +09:00 |
|
Kyle Huey
|
f7eafc09a9
|
Bug 967364: Rename already_AddRefed::get to take. r=bsmedberg
|
2014-03-15 12:00:15 -07:00 |
|
Andrea Marchesini
|
7c2d706f91
|
Bug 923247 - patch 2 - mute and volume per window, r=ehsan, r=roc
|
2014-03-11 10:46:55 +00:00 |
|
Andrea Marchesini
|
dff9be0a40
|
Bug 923247 - patch 1 - window in the AudioChannelAgent, r=mchen
|
2014-03-11 10:46:04 +00:00 |
|
Ed Morley
|
a43bffd607
|
Backed out changeset d86a702e24c0 (bug 923247) for build failures; CLOSED TREE
|
2014-03-10 17:04:25 +00:00 |
|
Ed Morley
|
301dd385b6
|
Backed out changeset 98f7e8789561 (bug 923247)
|
2014-03-10 17:04:04 +00:00 |
|
Andrea Marchesini
|
19518c8a2c
|
Bug 923247 - patch 2 - mute and volume per window, r=ehsan, r=roc
|
2014-03-10 16:36:15 +00:00 |
|
Andrea Marchesini
|
18de276757
|
Bug 923247 - patch 1 - window in the AudioChannelAgent, r=mchen
|
2014-03-10 16:36:07 +00:00 |
|
Sam Joch
|
c47f9b1be2
|
Bug 968215 - SettingsService needs to have a callback when transaction are completed. r=bent
|
2014-02-07 12:19:58 +01:00 |
|
Tom Schuster
|
5e3191afd2
|
Bug 939294 - Change xpidl jsval to handles. r=gabor,bz,khuey,bsmedberg,terrence
|
2014-01-09 18:39:36 +01:00 |
|
Pin Zhang
|
0e0ea26b1b
|
Bug 938015 - Do not turn off FM radio when enabling airplane mode. r=khuey
|
2014-01-09 10:22:19 +08:00 |
|
Ehsan Akhgari
|
eaa7491d77
|
Bug 927728 - Part 1: Replace PRUnichar with char16_t; r=roc
This patch was automatically generated by the following script:
#!/bin/bash
# Command to convert PRUnichar to char16_t
function convert() {
echo "Converting $1 to $2..."
find . ! -wholename "*nsprpub*" \
! -wholename "*security/nss*" \
! -wholename "*modules/libmar*" \
! -wholename "*/.hg*" \
! -wholename "obj-ff-dbg*" \
! -name prtypes.h \
! -name Char16.h \
-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 PRUnichar char16_t
|
2014-01-04 10:02:17 -05:00 |
|
Vasanthakumar Pandurangan
|
0cf4438d15
|
Bug 953159 - Handle antenna switch state unknown error in fm. r=pzhang
|
2013-12-27 11:18:40 +05:30 |
|
Pin Zhang
|
e7063dfddd
|
Bug 949855 - No sound comes out when FM Radio is first time started. r=mchen
|
2013-12-18 13:30:56 +08:00 |
|
Ms2ger
|
554db665e5
|
Bug 937258 - Part a: Remove empty makefiles; r=gps
|
2013-11-28 15:25:40 +01:00 |
|
Marco Chen
|
45ebb2d743
|
Bug 935644 - Only FMRadio client who initiated the request can enable AudioChannelAgent. r=zhang a=koi+
|
2013-11-20 15:07:03 +08:00 |
|
Mike Hommey
|
931cb49886
|
Bug 939632 - Remove LIBRARY_NAME for leaf libraries. r=gps
Landing on a CLOSED TREE.
|
2013-11-19 11:50:54 +09:00 |
|
Mike Hommey
|
db9e5129bc
|
Bug 939074 - Remove most LIBXUL_LIBRARY. rs=gps
|
2013-11-19 11:48:10 +09:00 |
|
Mike Hommey
|
f0d1cd1e10
|
Bug 939044 - Remove most definitions of MODULE. r=mshal
|
2013-11-19 11:47:39 +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 |
|
Ms2ger
|
6b293d77c2
|
Bug 922288 - Remove some unnecessary boilerplate from Makefile.ins; r=mshal
|
2013-10-03 09:10:00 +02:00 |
|
pzhang
|
2fcf96abda
|
Bug 911063 - Add marionette tests for WebFM. r=khuey
|
2013-09-11 13:41:52 +08:00 |
|
Vasanthakumar (Vasanth) Pandurangan
|
48a132e8a2
|
Bug 911294 - Fix FM UI showing previously tuned frequency. r=pzhang, r=mwu
|
2013-09-10 01:39:38 -07: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 |
|
Pin Zhang
|
f320083266
|
Bug 870676: Part 1 - Implement mozFMRadio in WebIDL, r=khuey,baku
|
2013-09-03 15:26:33 -07:00 |
|
Ed Morley
|
061f421c5b
|
Backed out changeset cd99d10fc665 (bug 870676) for breaking B2G device image builds on a CLOSED TREE
|
2013-08-29 10:43:09 +01:00 |
|
Ed Morley
|
fb25f85fa8
|
Backed out changeset 5a71d3bf48ce (bug 870676)
|
2013-08-29 10:42:42 +01:00 |
|
Ed Morley
|
66ab2a443b
|
Backout manual conflict resolution from merge (bug 870676)
|
2013-08-29 10:41: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 |
|
Ryan VanderMeulen
|
1d7bdba295
|
Merge inbound to m-c.
|
2013-08-29 00:00:10 -04:00 |
|
Pin Zhang
|
8fdbde9324
|
Bug 870676: Part 2 - Implement IPDL for mozFMRadio. r=khuey CLOSED TREE
|
2013-08-28 10:25:09 -07:00 |
|
Pin Zhang
|
0b9822723b
|
Bug 870676: Part 1 - Implement mozFMRadio in WebIDL. r=khuey,baku
|
2013-08-28 10:24:23 -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 |
|
Kyle Huey
|
46d8d54f75
|
Bug 870676: Part 1 - Implement mozFMRadio in WebIDL. r=khuey,baku
|
2013-08-28 10:11:53 -07:00 |
|
Kyle Huey
|
0907c06c26
|
Back out my failed attempt to land bug 870676.
|
2013-08-28 10:10:39 -07:00 |
|