Alexandre Lissy
7a36565622
Bug 1076597 - Fix Settings API shutdown race condition. r=bent
...
When child message manager dies, it sends a child-process-shutdown
message to the SettingsRequestManager. This would just close the locks
and tasks of this message manager. The race happens when some
applications can shutdown quickly: settings requests will never be
committed to the database. One example is the callscreen. The fix,
provided by qDot, simply put those tasks in a finalize state to make
sure they are properly executed and committed.
2014-10-09 05:12:00 -04:00
Kyle Machulis
2e5a3460bf
Bug 1061805 - Make sure Settings API only calls finalize once; r=bent
2014-09-15 09:29:29 -07:00
Kyle Machulis
651ae8d1aa
Bug 1060691 - Fix error message comparison test; a=kwierso
2014-08-29 18:09:46 -07:00
Kyle Machulis
c2bbeca192
Bug 1015518 - Update SettingsService mochitests; r=bent
2014-08-27 21:01:31 -07:00
Kyle Machulis
9ed9dbaba5
Bug 900551 - Mochitests for settings permissions; r=bent r=ehsan
2014-08-27 21:01:30 -07:00
Kyle Machulis
61adc43df3
Bug 846200 - Update mochitests to use new settings-api permissions; r=bent
...
--HG--
extra : rebase_source : edf9accf26a49a541c2f87847c2fe89c42a20fd6
2014-08-27 21:01:29 -07:00
Ryan VanderMeulen
b392753c94
Backed out 11 changesets (bug 1059079, bug 1015518, bug 900551, bug 846200) for Gaia UI test failures on a CLOSED TREE.
...
Backed out changeset d85b4e48b3b4 (bug 1015518)
Backed out changeset 663b73ba69ec (bug 1015518)
Backed out changeset 5cf1cb5fa022 (bug 900551)
Backed out changeset b953dd5bfdaa (bug 900551)
Backed out changeset a2b6d7c84100 (bug 900551)
Backed out changeset ceb79fe83d15 (bug 900551)
Backed out changeset f6acf344fbf0 (bug 900551)
Backed out changeset fa269ea53937 (bug 846200)
Backed out changeset b89c84a850f9 (bug 846200)
Backed out changeset b7a7dfbe4e3f (bug 846200)
Backed out changeset c6f54d821c11 (bug 1059079)
2014-08-28 12:49:49 -04:00
Kyle Machulis
3562e63709
Bug 1015518 - Update SettingsService mochitests; r=bent
2014-08-27 21:01:31 -07:00
Kyle Machulis
c4b4886003
Bug 900551 - Mochitests for settings permissions; r=bent r=ehsan
2014-08-27 21:01:30 -07:00
Kyle Machulis
5dda1ed398
Bug 846200 - Update mochitests to use new settings-api permissions; r=bent
2014-08-27 21:01:29 -07:00
Kyle Machulis
1d5ce3afdf
Backing out b5d49f1885af as it wasn't properly backed out in 0611006cc095
...
--HG--
extra : rebase_source : 22687deeeee7abd76e424b21bec8fc59fb6f7515
2014-08-20 13:37:55 -07:00
Kyle Machulis
2774a39a7e
Bug 846200 - Update mochitests to use new settings-api permissions
2014-08-20 10:40:40 -07:00
Ed Morley
6798aee341
Backed out changeset b01c7abafbdf (bug 846200)
2014-08-19 09:17:06 +01:00
Kyle Machulis
daac219fc8
Bug 846200 - Update mochitests to use new settings-api permissions; r=bent
2014-08-18 22:06:59 -07:00
Ms2ger
e99bd12a4b
Bug 1043963 - Collapse test-only moz.build files under dom/ into ancestor moz.build files; r=ted
...
There is very little benefit to having another layer of moz.build files, and
removing them will speed up the build a minimal amount. It also paves the way
for removing TEST_DIRS, which could simplify the build system somewhat.
2014-07-26 08:17:24 +02:00
Alexandre Poirot
5a3800bc64
Bug 1027242 - Blacklist mulet's failing tests + expose 'mulet' to ini files; fix previous bustage on a CLOSED TREE, r=ahal
2014-07-02 15:40:56 -07:00
Gregor Wagner
b847bf4a26
Bug 1018512 - Fix settings blob test assertions. r=bent
2014-05-30 14:31:13 -07:00
Gregor Wagner
3d4f47d2fe
Bug 1012214 - Settings service doesn't call handle callback created in lock object. r=bent
2014-05-20 12:19:18 -07:00
Bill McCloskey
aa5f40a77e
Bug 982828 - [e10s] Disable mochitest-plain tests that don't pass in e10s (r=ted)
2014-03-13 21:38:19 -07:00
Wes Kocher
a3277d291d
Backed out changeset 88425ad0f06a (bug 982828) for introducing various mochitest-5 failures on a CLOSED TREE
...
* * *
Backed out changeset 94f9ebdc6662 (bug 982828)
2014-03-13 19:41:21 -07:00
Bill McCloskey
f4f6bf8e4d
Bug 982828 - [e10s] Disable mochitest-plain tests that don't pass in e10s (r=ted)
2014-03-13 15:41:41 -07:00
Bill McCloskey
7193069fa0
Backed out changeset d6261f65070a
2014-03-13 15:52:27 -07:00
Bill McCloskey
69a746922b
Bug 982828 - [e10s] Disable mochitest-plain tests that don't pass in e10s (r=ted)
2014-03-13 15:41:41 -07:00
Vaibhav Agarwal
66a7651a97
Bug 971132 - B2G mochitests should use the new manifest format [directories]; r=jmaher
2014-03-06 13:42:45 -05:00
Gregor Wagner
f37b226c93
Bug 974100 - Don't expose SettingsService in non b2g builds. r=bent
2014-02-19 10:26:49 -08:00
Ms2ger
105ce73cfa
Bug 922268 - Remove empty makefiles; r=gps
2013-10-03 09:10:00 +02:00
Gregory Szorc
cc1da2c22a
Bug 920223 - Part 2: Mass convert MOCHITEST_CHROME_FILES to manifests; rs=Ms2ger
2013-09-30 09:52:01 +02:00
Gregory Szorc
e53ac5e38d
Bug 920223 - Part 1: Mass convert MOCHITEST_FILES to manifests; rs=Ms2ger
2013-09-30 09:51:57 +02:00
Ed Morley
d84dee3273
Backed out changeset 77bff106b704 (bug 920223)
2013-09-30 12:50:12 +01:00
Ed Morley
038cae0901
Backed out changeset 68b6b152f51a (bug 920223)
2013-09-30 12:50:09 +01:00
Gregory Szorc
483a776413
Bug 920223 - Part 2: Mass convert MOCHITEST_CHROME_FILES to manifests; rs=Ms2ger
2013-09-30 09:52:01 +02:00
Gregory Szorc
cabc6369a6
Bug 920223 - Part 1: Mass convert MOCHITEST_FILES to manifests; rs=Ms2ger
2013-09-30 09:51:57 +02:00
Mike Hommey
f1cf3b4238
Bug 912293 - Remove now redundant boilerplate from Makefile.in. r=gps
2013-09-05 09:01:46 +09:00
Fabrice Desré
4f214e93af
Bug 806374 - Don't store phone's wallpaper or the dialer ringtone or the notification ringtone as a data: URI in the settings DB r=gwagner
2013-08-11 08:41:59 -07:00
Reuben Morais
eb99206ef5
Bug 898512 - Tests for navigator.mozSettings behavior. r=gwagner
2013-08-06 10:59:25 -03:00
Ryan VanderMeulen
b068f0e464
Backed out changesets be79c6478634 and 84530975d22f (bug 898512) for B2G mochitest-4 failures.
2013-08-05 13:37:13 -04:00
Reuben Morais
92d833840a
Bug 898512 - Tests. r=bz
2013-08-05 15:09:20 +02:00
Reuben Morais
9efd2c3cb7
Bug 889503 - Move Settings API to WebIDL. r=gwagner r=bz
...
--HG--
extra : rebase_source : 9f858f389b71344353658d4ed49996e0d90b8b99
2013-07-15 18:17:46 -07:00
Reuben Morais
48736c4fb4
Bug 877003 - Convert TestSettingsAPI.cpp to a mochitest-chrome. r=fabrice
...
--HG--
extra : rebase_source : d338fc0222346f4ddd043b32d43462c6365f16f5
2013-05-31 15:28:46 -07:00
Reuben Morais
bb4abc47f0
Backout f2d4762e07f9 for mochitest-other failures
2013-05-31 17:37:52 -07:00
Reuben Morais
3a60689e60
Bug 877003 - Convert TestSettingsAPI.cpp to a mochitest-chrome. r=fabrice
...
--HG--
extra : rebase_source : c8807e7651ad1493008832345a74b82da4c6333c
2013-05-31 15:28:46 -07:00
Gregor Wagner
d438276bad
Bug 872983 - event.settingValue in mozSettings.onsettingchange gives wrong value. r=fabrice
2013-05-31 11:42:10 -04:00
Reuben Morais
4b618d23f6
Bug 862353 - Only enable mozSettings in B2G and mochitests. r=gwagner
...
--HG--
extra : rebase_source : 2b079aa6aca6a65516670cc5adcccf422b5e0261
2013-05-13 18:32:09 -07:00
Reuben Morais
9ec99ed2dd
Bug 862247 - Fix Contacts/Settings tests not running individually. r=gwagner
...
--HG--
extra : rebase_source : c9048a4680383576f329c4dcfb139a8e05633076
2013-04-16 14:01:13 +02:00
Gregor Wagner
a6c519dc5a
Bug 859601 - mozSetting API - return undefined if the API is unsupported on the platform, not null. r=bent
2013-04-11 20:40:44 -07:00
Kyle Machulis
5aa83c3e11
Bug 855465 - Add emacs python mode comments to moz.build files; r=gps
2013-04-01 11:36:59 -07:00
Kyle Machulis
c79ccc0693
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
a59d40f143
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
Reuben Morais
d6e62a528b
Bug 854514 - Don't import SettingsChangeNotifier.jsm if the mozSettings pref is enabled. r=gwagner
2013-03-26 16:49:12 -07:00
Reuben Morais
18889085bd
Bug 821630 - Fix retrieving blobs with get() in Settings API. r=gwagner
2013-03-11 22:31:15 -07:00