Fabrice Desré
|
0b097b1807
|
Bug 966502 - Use Cu.cloneInto() instead of ObjectWrapper.jsm r=baku
|
2014-02-01 11:06:59 -08:00 |
|
Ms2ger
|
c51e826c53
|
Bug 937258 - Part a: Remove empty makefiles; r=gps
|
2013-11-28 15:25:40 +01:00 |
|
Ben Kelly
|
b74dc40938
|
Bug 924565: Part 1: Declare nsIObserver QI in DOMRequestHelper child classes. r=fabrice
|
2013-11-20 13:33:10 +08:00 |
|
Mike Hommey
|
2812d11fce
|
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
|
e06d795c71
|
Bug 939074 - Remove most LIBXUL_LIBRARY. rs=gps
|
2013-11-19 11:48:10 +09:00 |
|
Mike Hommey
|
e80e877ab7
|
Bug 939044 - Remove most definitions of MODULE. r=mshal
|
2013-11-19 11:47:39 +09:00 |
|
Mike Hommey
|
ffe0380912
|
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 |
|
Mike Hommey
|
b000a846c2
|
Bug 929905 - Consolidate sources in moz.build. r=gps
|
2013-10-25 08:23:05 +09:00 |
|
Trevor Saunders
|
f1399b6633
|
[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
|
9c9d71fddb
|
Bug 928709 - Convert chromium-config.mk to mozbuild, r=mshal
|
2013-10-02 13:17:55 -04:00 |
|
Trevor Saunders
|
c29760731a
|
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
|
67e6559698
|
bug 922566 - kill dom-config.mk r=gps
|
2013-10-11 12:02:41 -04:00 |
|
Ms2ger
|
1ee1f27aa3
|
Bug 922268 - Remove empty makefiles; r=gps
|
2013-10-03 09:10:00 +02:00 |
|
Gregory Szorc
|
1cff342d15
|
Bug 920223 - Part 1: Mass convert MOCHITEST_FILES to manifests; rs=Ms2ger
|
2013-09-30 09:51:57 +02:00 |
|
Ed Morley
|
18a411a55c
|
Backed out changeset 77bff106b704 (bug 920223)
|
2013-09-30 12:50:12 +01:00 |
|
Gregory Szorc
|
6ed63cb064
|
Bug 920223 - Part 1: Mass convert MOCHITEST_FILES to manifests; rs=Ms2ger
|
2013-09-30 09:51:57 +02:00 |
|
Jan Varga
|
01428648b0
|
Bug 832883 - Move IDBKeyRange to WebIDL and define indexedDB/IDBKeyRange in all the spots. r=khuey,bent (initial work done by Ms2ger)
|
2013-09-28 13:25:46 +02:00 |
|
Mike Hommey
|
f8bc7fa754
|
Bug 912293 - Remove now redundant boilerplate from Makefile.in. r=gps
|
2013-09-05 09:01:46 +09:00 |
|
Brian O'Keefe
|
d118b95a0d
|
Bug 875934 - Move LIBRARY_NAME to moz.build, batch 3; r=mshal
|
2013-08-15 09:02:09 -04:00 |
|
Blake Kaplan
|
34549201eb
|
Bug 907971 - Remove builtinclass from nsIAlarmHalService to allow the browser-helper to override it for desktop b2g. r=gene.lian@mozilla.com
|
2013-08-22 14:10:19 -07:00 |
|
Ms2ger
|
4fb1aa6786
|
Bug 883284 - Part c: Move LIBXUL_LIBRARY into moz.build (d-e); r=mshal
|
2013-08-22 08:56:00 +02:00 |
|
Ms2ger
|
4807f1c86c
|
Bug 882859 - Part b: Move FAIL_ON_WARNINGS into moz.build; r=joey+gps
|
2013-08-22 08:55:59 +02:00 |
|
Gregory Szorc
|
df453f8483
|
Bug 850380 - Derecursify and optimize XPIDL processing and move into precompile tier; r=glandium
|
2013-08-14 08:40:25 -07:00 |
|
Ryan VanderMeulen
|
fab2c2a3c8
|
Backed out changesets 1fa1f28c6edf and e74f694f31c4 (bug 850380) for PGO bustage on a CLOSED TREE.
|
2013-08-14 15:12:20 -04:00 |
|
Brian O'Keefe
|
61565e4086
|
Bug 896177 - Remove useless config.mk includes; r=gps
|
2013-07-17 16:06:53 -04:00 |
|
Gregory Szorc
|
d87c91cf0c
|
Bug 850380 - Derecursify and optimize XPIDL processing and move into precompile tier; r=glandium
|
2013-08-14 08:40:25 -07:00 |
|
Gene Lian
|
57ba364d18
|
Bug 900933 - Alarm API - AlarmsManager.remove() should use sendAsyncMessage(). r=nsm
|
2013-08-02 20:34:54 +08:00 |
|
Mina Almasry
|
eb51315ca7
|
Bug 879308 - null date to mozAlarms.add throws exception. r=nsm sr=mounir
--HG--
extra : rebase_source : 538259df2de7483e277e59de8edcefe94f04c0a9
|
2013-07-24 10:46:59 -07:00 |
|
Brian O'Keefe
|
f4815f2203
|
Bug 883502 - Part 1: Move 'chromium_config.mk' includes after rules.mk. r=gps
|
2013-07-04 08:28:43 -04:00 |
|
Trevor Saunders
|
f33ade0d68
|
bug 887483 - remove a bunch of useless assignments to FORCE_STATIC_LIB implied by LIBXUL_LIBRARY=1 r=mshal
|
2013-07-11 11:06:34 -04:00 |
|
Justin Lebar
|
779d96d10f
|
Bug 889984 - Don't leak objects which "inherit" from DOMRequestIpcHelper the associated window is closed. r=fabrice
|
2013-07-08 17:55:42 -04:00 |
|
Joey Armstrong
|
a8ffe81a63
|
bug 870370: EXTRA_COMPONENTS cleanup for conversion patches #1 & #2.
|
2013-07-03 12:01:06 -04:00 |
|
Sankha Narayan Guria
|
a327e90d00
|
Bug 877888 - Alarm API type checks date to prevent millisecond loss. r=nsm
--HG--
extra : rebase_source : c319da81514194bd5adef260f78e9317b1a044a8
|
2013-07-02 23:59:58 +05:30 |
|
Gene Lian
|
4cc13dd688
|
Bug 885674 - Alarm API - Delete Alarm API data on app uninstallation (and clear data?) (follow-up). r=nsm
|
2013-06-21 17:30:40 +08:00 |
|
Mike Shal
|
87c2fdb386
|
Bug 880245 - Move EXTRA_JS_MODULES to moz.build (conversion part 1); r=joey
From 69c3338a3287ff8cc97533e06069fc4d4cb7c5f6 Mon Sep 17 00:00:00 2001
|
2013-06-10 12:08:47 -04:00 |
|
Joey Armstrong
|
e3210c223f
|
bug 870370: move EXTRA_COMPONENTS to moz.build (file batch #2). r=mshal
|
2013-06-10 11:19:28 -04:00 |
|
Nikhil Marathe
|
fcbe7dacc7
|
Bug 876936 - Alarms set to a past time fire immediately instead of error. r=gene
|
2013-06-04 09:13:16 -07:00 |
|
Ed Morley
|
7181ea0687
|
Backed out changeset 0cd289fcea16 (bug 876936) for failing in test_alarm_add_date.html
|
2013-06-04 09:37:38 +01:00 |
|
Nikhil Marathe
|
d3caa99f6f
|
Bug 876936 - Alarms set to a past time fire immediately instead of error. r=gene
|
2013-06-03 21:35:39 -07:00 |
|
Nikhil Marathe
|
53bcdd2ae0
|
Bug 876935 - Millisecond calculation in AlarmService. r=gene
|
2013-05-30 08:08:07 -07:00 |
|
Sebastian Wong
|
a83edc794f
|
Bug 841736 - Add observer and callback function to remove alarm API data on "webapps-clear-data" event. r=clian
|
2013-05-28 13:29:02 -04:00 |
|
Mike Shal
|
5169c0a913
|
Bug 864774 - Part 2: Move CPPSRCS to moz.build as CPP_SOURCES; r=joey CLOSED TREE
From 9e0ba7f425143f545eb6c4b26a9a96b5ade4d8e9 Mon Sep 17 00:00:00 2001
|
2013-04-23 17:54:15 -04:00 |
|
Zachary Easterbrook
|
cc8019deb6
|
Bug 868952 - Fix the getAll(...) function in AlarmDB to be more efficient. r=clian
|
2013-05-20 07:47:38 -04:00 |
|
Nikhil Marathe
|
8d2db4c6d3
|
Bug 871428 - Fix AlarmService shutdown leaks. r=gene
--HG--
extra : amend_source : 43f24156a4b6c124b712094ae81d750e16e6a0b5
|
2013-05-12 22:40:00 +05:30 |
|
Nikhil Marathe
|
541f47ab68
|
Bug 862322 - Allow AlarmService to be used from Gecko code. r=gene
|
2013-05-01 21:32:49 +05:30 |
|
Mike Shal
|
df7deac25b
|
Bug 846634 - Part 2: Move EXPORTS to moz.build; r=joey
|
2013-04-16 15:24:43 -04:00 |
|
Kyle Machulis
|
72a717a860
|
Bug 855465 - Add emacs python mode comments to moz.build files; r=gps
|
2013-04-01 11:36:59 -07:00 |
|
Kyle Machulis
|
43628a7867
|
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
|
334c0800cf
|
Bug 855465 - Add emacs python mode comments to moz.build files; r=gps
--HG--
extra : rebase_source : 004a756492323e1a049586e85b3be5037159df20
|
2013-03-29 13:56:18 -07:00 |
|
David Clarke
|
93774df352
|
Bug 843893 - Fix alarm and power mochitests, r=gene.lian
|
2013-03-25 16:50:06 -07:00 |
|