b8fa35d8bc9acc394ffae15575af75400dbf18f4: Bug 1131421 - Part 2: build changes to support RL service code. r=nalexander
Richard Newman <rnewman@mozilla.com> - Mon, 09 Feb 2015 21:08:05 -0800 - rev 242050
Push
634 by mozilla@noorenberghe.ca at Tue, 10 Feb 2015 22:34:30 +0000
Bug 1131421 - Part 2: build changes to support RL service code. r=nalexander
1d374c27ade1c35a045613f86990b7cbad02cee7: Bug 1131421 - Part 1: initial stub reading list service and SyncAdapter. r=nalexander
Richard Newman <rnewman@mozilla.com> - Mon, 09 Feb 2015 21:08:05 -0800 - rev 242049
Push
634 by mozilla@noorenberghe.ca at Tue, 10 Feb 2015 22:34:30 +0000
Bug 1131421 - Part 1: initial stub reading list service and SyncAdapter. r=nalexander
d86ac92e8a4174568c67f4c32015452b42cae311: Bug 1128126 - Enforce safe schemes in isInstallAllowed. r=Mossop
Blair McBride <bmcbride@mozilla.com> - Tue, 10 Feb 2015 15:47:50 +1300 - rev 242048
Push
634 by mozilla@noorenberghe.ca at Tue, 10 Feb 2015 22:34:30 +0000
Bug 1128126 - Enforce safe schemes in isInstallAllowed. r=Mossop
7c9cbe8b347dec90fec4a0b1ca0f7277d0143d9d: Bug 1115333 - don't return window.opener if we're chrome and the opener is not, r=smaug,MattN
Gijs Kruitbosch <gijskruitbosch@gmail.com> - Mon, 05 Jan 2015 22:41:26 +0000 - rev 242047
Push
634 by mozilla@noorenberghe.ca at Tue, 10 Feb 2015 22:34:30 +0000
Bug 1115333 - don't return window.opener if we're chrome and the opener is not, r=smaug,MattN
f6fde9d79acf40f027c5f5356aaebc15e6c5a0b7: Backed out changeset f1ce87511750 (bug 1044597) for bc1 orange
Wes Kocher <wkocher@mozilla.com> - Mon, 09 Feb 2015 16:08:46 -0800 - rev 242046
Push
634 by mozilla@noorenberghe.ca at Tue, 10 Feb 2015 22:34:30 +0000
Backed out changeset f1ce87511750 (
bug 1044597) for bc1 orange
f74a7a410dd3e8ba6fdcf7bee0c48324c3b00be1: Bug 1102297: Obtain user GEOID from Windows; r=jimm
Aaron Klotz <aklotz@mozilla.com> - Sun, 08 Feb 2015 14:29:13 -0700 - rev 242045
Push
634 by mozilla@noorenberghe.ca at Tue, 10 Feb 2015 22:34:30 +0000
Bug 1102297: Obtain user GEOID from Windows; r=jimm
d4db645f077b917d959c6851cbfc24affeedea9b: Bug 1131257 - Part 0: Cleanup in LocalReadingListDB.
Richard Newman <rnewman@mozilla.com> - Mon, 09 Feb 2015 14:37:14 -0800 - rev 242044
Push
634 by mozilla@noorenberghe.ca at Tue, 10 Feb 2015 22:34:30 +0000
Bug 1131257 - Part 0: Cleanup in LocalReadingListDB.
0c1ea4412649a5e2990b5ffad739fda22fa2c48f: Bug 1129495 - [mozlog] Add optional 'path' attribute to test_start, r=jgraham
draft
Andrew Halberstadt <ahalberstadt@mozilla.com> - Tue, 10 Feb 2015 17:11:35 -0500 - rev 242043
Push
633 by ahalberstadt@mozilla.com at Tue, 10 Feb 2015 22:16:43 +0000
Bug 1129495 - [mozlog] Add optional 'path' attribute to test_start, r=jgraham
4578472c6be3108787c90277c9fb1950ee66b311: Bug 1129495 - [mozlog] Add optional 'path' attribute to test_start, r=jgraham
draft
Andrew Halberstadt <ahalberstadt@mozilla.com> - Tue, 10 Feb 2015 17:11:35 -0500 - rev 242042
Push
632 by ahalberstadt@mozilla.com at Tue, 10 Feb 2015 22:11:46 +0000
Bug 1129495 - [mozlog] Add optional 'path' attribute to test_start, r=jgraham
4556e83b5cce17fb416591b8c104aefab01bd03c: Bug 1107609 - Simplify test_pushstate_replacestate with ContentTask.
draft
Steven MacLeod <smacleod@mozilla.com> - Tue, 10 Feb 2015 14:08:19 -0500 - rev 242041
Push
631 by smacleod@mozilla.com at Tue, 10 Feb 2015 19:09:19 +0000
Bug 1107609 - Simplify test_pushstate_replacestate with ContentTask.
e3bcfdcecae5d5f5a3b15c5822b41bec15d2df25: Bug 1107609 - Implement ContentTask.spawn
draft
Steven MacLeod <smacleod@mozilla.com> - Mon, 08 Dec 2014 00:57:48 -0500 - rev 242040
Push
631 by smacleod@mozilla.com at Tue, 10 Feb 2015 19:09:19 +0000
Bug 1107609 - Implement ContentTask.spawn
This introduces a new medule ContentTask, which includes a spawn method.
This new method can be used to spawn a task in the content process of a
browser. When called, a promise will be returned which resolves to the
value returned by the task.
This allows you to quickly write test code which can touch the content
and return information without having to write custom framescripts all
the time (The content code can be written inline as a simple generator
definition). ContentTask is automatically included in the scope of
mochitests.
An example use follows:
yield ContentTask.spawn(browser, {}, function* gen_replaceState() {
content.window.history.replaceState({}, "", 'test-entry/');
return "Value that the promise will resolve with";
});
5c9cc1f0551e09c98bf8dfbed979ee1c737b1ed7: Bug 1131450 - Implement chunk specific scheduling for tests r=garndt
draft
jlal@mozilla.com - Tue, 10 Feb 2015 10:53:02 -0800 - rev 242039
Push
630 by jlal@mozilla.com at Tue, 10 Feb 2015 18:58:16 +0000
Bug 1131450 - Implement chunk specific scheduling for tests r=garndt
355b2f0c1ae06b45e94d858688c6eb9a05b855c4: Bug 113450 - Implement chunk specific scheduling for tests r=garndt
draft
jlal@mozilla.com - Tue, 10 Feb 2015 10:53:02 -0800 - rev 242038
Push
629 by jlal@mozilla.com at Tue, 10 Feb 2015 18:55:13 +0000
Bug 113450 - Implement chunk specific scheduling for tests r=garndt
03ce732e92663935396e363577cce2fdbd4abf3f: Bug 1131465 - Use tc-vcs to clone gecko outside of mozharness in emulator builds r=me a=taskcluster-only
jlal@mozilla.com - Mon, 09 Feb 2015 23:54:54 -0800 - rev 242037
Push
629 by jlal@mozilla.com at Tue, 10 Feb 2015 18:55:13 +0000
Bug 1131465 - Use tc-vcs to clone gecko outside of mozharness in emulator builds r=me a=taskcluster-only
113306427046049ecae42f511ad3106c60f7d469: Bug 1130778 - Update tc-vcs 2.20 to ensure use of git.mo mirror of repo r=me a=taskcluster-only
jlal@mozilla.com - Mon, 09 Feb 2015 23:39:50 -0800 - rev 242036
Push
629 by jlal@mozilla.com at Tue, 10 Feb 2015 18:55:13 +0000
Bug 1130778 - Update tc-vcs 2.20 to ensure use of git.mo mirror of repo r=me a=taskcluster-only
53342677036658f8be379e817b509302333a9913: Bumping manifests a=b2g-bump
B2G Bumper Bot <release+b2gbumper@mozilla.com> - Tue, 10 Feb 2015 08:36:53 -0800 - rev 242035
Push
629 by jlal@mozilla.com at Tue, 10 Feb 2015 18:55:13 +0000
Bumping manifests a=b2g-bump
42a40bd370dd2d40d59b95e29cd29374e5c562cc: Bumping gaia.json for 1 gaia revision(s) a=gaia-bump
B2G Bumper Bot <release+b2gbumper@mozilla.com> - Tue, 10 Feb 2015 08:35:20 -0800 - rev 242034
Push
629 by jlal@mozilla.com at Tue, 10 Feb 2015 18:55:13 +0000
Bumping gaia.json for 1 gaia revision(s) a=gaia-bump
========
https://hg.mozilla.org/integration/gaia-central/rev/174e87ada16c
Author: bebef1987 <florin.strugariu@softvision.ro>
Desc:
Bug 1128553 - Update email tests to use separate SMTP server to send test emails. r=dhunt
70d0ad2e2813cd428e641a3a4b9d67adee9452d8: Bumping manifests a=b2g-bump
B2G Bumper Bot <release+b2gbumper@mozilla.com> - Tue, 10 Feb 2015 08:17:33 -0800 - rev 242033
Push
629 by jlal@mozilla.com at Tue, 10 Feb 2015 18:55:13 +0000
Bumping manifests a=b2g-bump
1d7d726f19109e60bdcdf328f11adb89c8224452: Bumping manifests a=b2g-bump
B2G Bumper Bot <release+b2gbumper@mozilla.com> - Tue, 10 Feb 2015 07:57:03 -0800 - rev 242032
Push
629 by jlal@mozilla.com at Tue, 10 Feb 2015 18:55:13 +0000
Bumping manifests a=b2g-bump
c2c9341287cb387c2d28c027e741bddb9c6ec74d: Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
B2G Bumper Bot <release+b2gbumper@mozilla.com> - Tue, 10 Feb 2015 07:55:31 -0800 - rev 242031
Push
629 by jlal@mozilla.com at Tue, 10 Feb 2015 18:55:13 +0000
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========
https://hg.mozilla.org/integration/gaia-central/rev/c6be70c65cd3
Author: Florin Strugariu <florin.strugariu@softvision.ro>
Desc: Merge pull request #26849 from viorelaioia/sms_nofification
Bug 1112583 - Add a test to verify that a received call notification is ...
========
https://hg.mozilla.org/integration/gaia-central/rev/4eac5c78e963
Author: viorelaioia <viorela.ioia@softvision.ro>
Desc:
Bug 1112583 - Add a test to verify that a received call notification is deleted when the SMS is deleted