5fb1820cd5df284a1a8760375cc10f7c2169e856: Bug 1182727 - Part 2: Run cmake through ninja to enable resumable builds; r=rail
Ehsan Akhgari <ehsan@mozilla.com> - Fri, 10 Jul 2015 21:43:37 -0400 - rev 299158
Push
5392 by raliiev@mozilla.com at Mon, 14 Dec 2015 20:08:23 +0000
Bug 1182727 - Part 2: Run cmake through ninja to enable resumable builds; r=rail
Since CMake generated build systems can run cmake if necessary, this
will make it possible to pick up changes from the source directory if
any and resume as much of the build as possible.
This builds the foundation for removing the need to blow away any of the
work done by the previous runs of the script.
ba1bb553ce697e15aca57cf8ee2350bee70bf89c: Bug 1182727 - Part 1: Switch to using cmake and ninja in order to build clang; r=rail
Ehsan Akhgari <ehsan@mozilla.com> - Fri, 10 Jul 2015 21:22:55 -0400 - rev 299157
Push
5392 by raliiev@mozilla.com at Mon, 14 Dec 2015 20:08:23 +0000
Bug 1182727 - Part 1: Switch to using cmake and ninja in order to build clang; r=rail
636b763d4a927f956674db242f7a7f5b822f79b6: bug 1207298 Backed out changeset 532703f2629f for build failures r=backout CLOSED TREE
Patrick McManus <mcmanus@ducksong.com> - Fri, 02 Oct 2015 11:03:29 -0400 - rev 299156
Push
5392 by raliiev@mozilla.com at Mon, 14 Dec 2015 20:08:23 +0000
bug 1207298 Backed out changeset 532703f2629f for build failures r=backout CLOSED TREE
687c8a36b56e648c6806f63a8ee3a3864547f920: Bug 1197417 - [webext] Tests for browser.cookies. r=billm
Tom Schuster <evilpies@gmail.com> - Fri, 02 Oct 2015 16:36:05 +0200 - rev 299155
Push
5392 by raliiev@mozilla.com at Mon, 14 Dec 2015 20:08:23 +0000
Bug 1197417 - [webext] Tests for browser.cookies. r=billm
e92426565d532e84dc71b6d41578d4cc23946b33: Bug 1197417 - [webext] Implement browser.cookies. r=billm
Tom Schuster <evilpies@gmail.com> - Fri, 02 Oct 2015 16:35:51 +0200 - rev 299154
Push
5392 by raliiev@mozilla.com at Mon, 14 Dec 2015 20:08:23 +0000
Bug 1197417 - [webext] Implement browser.cookies. r=billm
532703f2629fac53bd762bfd0b1704bc06ed5301: bug 1207298 - update brotli library r=jfkthame
Patrick McManus <mcmanus@ducksong.com> - Mon, 28 Sep 2015 13:10:09 -0400 - rev 299153
Push
5392 by raliiev@mozilla.com at Mon, 14 Dec 2015 20:08:23 +0000
bug 1207298 - update brotli library r=jfkthame
237a6acf0709d7392e7dc25c13e699f715b0dcf5: Bug 1186745 part 6 - Fix event leak when using NS_DispatchToCurrentThread. r=froydnj
Xidorn Quan <quanxunzhen@gmail.com> - Sat, 03 Oct 2015 00:18:24 +1000 - rev 299152
Push
5392 by raliiev@mozilla.com at Mon, 14 Dec 2015 20:08:23 +0000
Bug 1186745 part 6 - Fix event leak when using NS_DispatchToCurrentThread. r=froydnj
7b530871783ac74a6dcb8a3dbf46798a991bbc87: Bug 1186745 part 5 - Make nsThread::Dispatch() always leak the event if it fails. r=froydnj
Xidorn Quan <quanxunzhen@gmail.com> - Sat, 03 Oct 2015 00:18:24 +1000 - rev 299151
Push
5392 by raliiev@mozilla.com at Mon, 14 Dec 2015 20:08:23 +0000
Bug 1186745 part 5 - Make nsThread::Dispatch() always leak the event if it fails. r=froydnj
73f73b531fc892ba8dae447528bba09ed2ee43ff: Bug 1186745 part 4 - Make TracedRunnable accept an already_AddRefed instead of a raw pointer. r=froydnj
Xidorn Quan <quanxunzhen@gmail.com> - Sat, 03 Oct 2015 00:18:24 +1000 - rev 299150
Push
5392 by raliiev@mozilla.com at Mon, 14 Dec 2015 20:08:23 +0000
Bug 1186745 part 4 - Make TracedRunnable accept an already_AddRefed instead of a raw pointer. r=froydnj
e36909748ddf51e8d3a0d40f2fb5328b1db83f53: Bug 1186745 part 3 - Make nsThreadSyncDispatch leak the sync task by default when Run() is not called. r=froydnj
Xidorn Quan <quanxunzhen@gmail.com> - Sat, 03 Oct 2015 00:18:24 +1000 - rev 299149
Push
5392 by raliiev@mozilla.com at Mon, 14 Dec 2015 20:08:23 +0000
Bug 1186745 part 3 - Make nsThreadSyncDispatch leak the sync task by default when Run() is not called. r=froydnj
3a31df8787f0d80600ae8446b53eea44ab1f4375: Bug 1186745 part 2 - Move nsThreadSyncDispatch class to its own header file. r=froydnj
Xidorn Quan <quanxunzhen@gmail.com> - Sat, 03 Oct 2015 00:18:24 +1000 - rev 299148
Push
5392 by raliiev@mozilla.com at Mon, 14 Dec 2015 20:08:23 +0000
Bug 1186745 part 2 - Move nsThreadSyncDispatch class to its own header file. r=froydnj
df9cb8f5f0a5eb1fa6bfe93d501f84fb0d79b077: Bug 1186745 part 1 - Add LeakRefPtr for pointer leaking by default. r=froydnj
Xidorn Quan <quanxunzhen@gmail.com> - Sat, 03 Oct 2015 00:18:24 +1000 - rev 299147
Push
5392 by raliiev@mozilla.com at Mon, 14 Dec 2015 20:08:23 +0000
Bug 1186745 part 1 - Add LeakRefPtr for pointer leaking by default. r=froydnj
This class can be used instead of raw pointer for a sound leaking-by-default
behavior. Also it could take advantage of move semantic check in the future.
efaa4e8a0c9c9c6be48363c11580c4e4f953e2c1: No bug, Automated blocklist update from host bld-linux64-spot-410 - a=blocklist-update
ffxbld - Sat, 03 Oct 2015 03:44:53 -0700 - rev 299146
Push
5392 by raliiev@mozilla.com at Mon, 14 Dec 2015 20:08:23 +0000
No bug, Automated blocklist update from host bld-linux64-spot-410 - a=blocklist-update
906efec9c80f2476e2893ccaae1f9e9ac4605770: No bug, Automated HPKP preload list update from host bld-linux64-spot-410 - a=hpkp-update
ffxbld - Sat, 03 Oct 2015 03:44:51 -0700 - rev 299145
Push
5392 by raliiev@mozilla.com at Mon, 14 Dec 2015 20:08:23 +0000
No bug, Automated HPKP preload list update from host bld-linux64-spot-410 - a=hpkp-update
824f8a387d24b939ff3853dc06dba5d98075312e: No bug, Automated HSTS preload list update from host bld-linux64-spot-410 - a=hsts-update
ffxbld - Sat, 03 Oct 2015 03:44:49 -0700 - rev 299144
Push
5392 by raliiev@mozilla.com at Mon, 14 Dec 2015 20:08:23 +0000
No bug, Automated HSTS preload list update from host bld-linux64-spot-410 - a=hsts-update
0010c0cb259e28faf764949df54687e3a21a2d0a: Merge b2ginbound to central, a=merge
Wes Kocher <wkocher@mozilla.com> - Fri, 02 Oct 2015 13:41:37 -0700 - rev 299143
Push
5392 by raliiev@mozilla.com at Mon, 14 Dec 2015 20:08:23 +0000
Merge b2ginbound to central, a=merge
6e06d8348a714404cc3f2b1534b96138ef87f7bb: Bumping manifests a=b2g-bump
B2G Bumper Bot <release+b2gbumper@mozilla.com> - Fri, 02 Oct 2015 07:35:37 -0700 - rev 299142
Push
5392 by raliiev@mozilla.com at Mon, 14 Dec 2015 20:08:23 +0000
Bumping manifests a=b2g-bump
be37c15273d3534641b91e5636c7ecff664c02ea: Bumping gaia.json for 6 gaia revision(s) a=gaia-bump
B2G Bumper Bot <release+b2gbumper@mozilla.com> - Fri, 02 Oct 2015 07:35:10 -0700 - rev 299141
Push
5392 by raliiev@mozilla.com at Mon, 14 Dec 2015 20:08:23 +0000
Bumping gaia.json for 6 gaia revision(s) a=gaia-bump
========
https://hg.mozilla.org/integration/gaia-central/rev/ad7f7540499e
Author: Chris Lord <chrislord.net@gmail.com>
Desc: Merge pull request #32200 from Cwiiis/bug1210737-new-homescreen-startup-opt-sync
Bug 1210737 - Freeze gaia-container during startup. r=gmarty
========
https://hg.mozilla.org/integration/gaia-central/rev/e468fa2522a4
Author: Chris Lord <chrislord.net@gmail.com>
Desc:
Bug 1210737 - Freeze gaia-container during startup. r=gmarty
========
https://hg.mozilla.org/integration/gaia-central/rev/3b090ff8b158
Author: Hubert Figuière <hub@figuiere.net>
Desc: Merge pull request #32172 from hfiguiere/bug1208083-search-tests-part2
Bug 1208083 - Part 2: Test the no results case. r=justindarc
========
https://hg.mozilla.org/integration/gaia-central/rev/7de947aa3fde
Author: Hubert Figuière <hub@figuiere.net>
Desc:
Bug 1208083 - Part 2: Test the no results case.
========
https://hg.mozilla.org/integration/gaia-central/rev/94f643d33b77
Author: Hubert Figuière <hub@figuiere.net>
Desc: Merge pull request #32176 from hfiguiere/bug1209793-empty-album-artist
Bug 1209793 - Part 2: test for empty album / artist metdata. r=justindarc
========
https://hg.mozilla.org/integration/gaia-central/rev/c667eef557e7
Author: Hubert Figuière <hub@figuiere.net>
Desc:
Bug 1209793 - Part 2: test for empty album / artist metdata.
48ea67571aac4adc10d53a92e51b9e762b4c338c: Bug 1210467: Exit script if aws fails to list backup file. r=garndt
Wander Lairson Costa <wcosta@mozilla.com> - Fri, 02 Oct 2015 11:30:08 -0300 - rev 299140
Push
5392 by raliiev@mozilla.com at Mon, 14 Dec 2015 20:08:23 +0000
Bug 1210467: Exit script if aws fails to list backup file. r=garndt
Make a dummy call to aws client to make sure credentials are ok.
0a6202d40a9e9ad9ff37501c6dd8665d226f41f7: Bumping manifests a=b2g-bump
B2G Bumper Bot <release+b2gbumper@mozilla.com> - Fri, 02 Oct 2015 07:03:17 -0700 - rev 299139
Push
5392 by raliiev@mozilla.com at Mon, 14 Dec 2015 20:08:23 +0000
Bumping manifests a=b2g-bump