11401b403dec608958a483a6afe15fb4e7c78474: Bug 1103196 - Logically reorder variables defining session state; r?automatedtester
draft
Andreas Tolfsen <ato@mozilla.com> - Tue, 01 Nov 2016 18:00:25 +0000 - rev 440470
Push
36225 by bmo:ato@mozilla.com at Thu, 17 Nov 2016 15:30:50 +0000
Bug 1103196 - Logically reorder variables defining session state; r?automatedtester
No functional changes in this patch.
MozReview-Commit-ID: IWaao8AuZib
4716b4f9aa689a141cd8b845bc4f8b2af8fd6c4c: Bug 1103196 - Mark specificationLevel capability as proprietary; r?automatedtester
draft
Andreas Tolfsen <ato@mozilla.com> - Tue, 01 Nov 2016 17:59:51 +0000 - rev 440469
Push
36225 by bmo:ato@mozilla.com at Thu, 17 Nov 2016 15:30:50 +0000
Bug 1103196 - Mark specificationLevel capability as proprietary; r?automatedtester
The `specificationLevel` capability has been removed from the WebDriver
specification, and will be removed in a future change to Marionette.
This change makes this clear by moving it down to the list of proprietary
Marionette capabilities.
MozReview-Commit-ID: BMTuXBDZ8WV
408d8bed4517e21c00eaf05bd74cbe9d68ae4a35: Bug 1103196 - Add HTTPS fixture server for Marionette; r?automatedtester,whimboo,maja_zf
draft
Andreas Tolfsen <ato@mozilla.com> - Tue, 01 Nov 2016 16:53:51 +0000 - rev 440468
Push
36225 by bmo:ato@mozilla.com at Thu, 17 Nov 2016 15:30:50 +0000
Bug 1103196 - Add HTTPS fixture server for Marionette; r?automatedtester,whimboo,maja_zf
This patch makes testing/marionette/harness/marionette/runner/httpd.py
capable of spinning up an HTTPS server with self-signed certificate.
It also introduces testing/marionette/harness/marionette/runner/serve.py
that is capable of managing the HTTP- and HTTPS fixture servers as
subprocesses, allowing them to operate independently.
serve.py uses inter-process communication based on channels (from
`multiprocessing.Pipe`) to query methods on the httpd served in each
process, which is used to get absolute URLs from the main process.
This is useful as servers can delegate port allocation to the system
socket service by atomically binding to port 0, guaranteeing that the
chosen port is uncontested. It is also used to perform synchronous and
graceful shutdown of the httpd.
MozReview-Commit-ID: 9OlW6F1w0AN
1f251167ef24d55bfbb7cd8b09b9fc5a65540724: Bug 1317009 - Port jsep_session_unittest and jsep_track_unittest to xul gtest; r=bwc
draft
Dan Minor <dminor@mozilla.com> - Tue, 15 Nov 2016 09:35:14 -0500 - rev 440467
Push
36224 by dminor@mozilla.com at Thu, 17 Nov 2016 15:10:44 +0000
Bug 1317009 - Port jsep_session_unittest and jsep_track_unittest to xul gtest; r=bwc
MozReview-Commit-ID: spuZSAnSDC
a301daff4a9604dab037975a834acfe491e47993: Bug 1316707 - Remove B2G related code from Marionette client.
draft
Henrik Skupin <mail@hskupin.info> - Thu, 10 Nov 2016 22:17:59 +0100 - rev 440466
Push
36223 by bmo:hskupin@gmail.com at Thu, 17 Nov 2016 15:08:12 +0000
Bug 1316707 - Remove B2G related code from Marionette client.
MozReview-Commit-ID: 1GjCDSmpROY
bf05126fef888eb922d1e3e5595a3eb243138ec8: Bug 1316707 - Remove B2G related code from Marionette harness.
draft
Henrik Skupin <mail@hskupin.info> - Mon, 14 Nov 2016 17:24:55 +0100 - rev 440465
Push
36223 by bmo:hskupin@gmail.com at Thu, 17 Nov 2016 15:08:12 +0000
Bug 1316707 - Remove B2G related code from Marionette harness.
MozReview-Commit-ID: 4v3etTqMFxf
20f8764fbaf116fc680306ed32068b64c826de5f: Bug 1316707 - Remove B2G mach command for Marionette.
draft
Henrik Skupin <mail@hskupin.info> - Fri, 11 Nov 2016 09:54:55 +0100 - rev 440464
Push
36223 by bmo:hskupin@gmail.com at Thu, 17 Nov 2016 15:08:12 +0000
Bug 1316707 - Remove B2G mach command for Marionette.
MozReview-Commit-ID: DXBObRkyiUA
debc146e6caaf2161800abc2ed78dc15663260ac: Bug 1316707 - Remove Marionette B2G update tests.
draft
Henrik Skupin <mail@hskupin.info> - Thu, 10 Nov 2016 22:55:29 +0100 - rev 440463
Push
36223 by bmo:hskupin@gmail.com at Thu, 17 Nov 2016 15:08:12 +0000
Bug 1316707 - Remove Marionette B2G update tests.
MozReview-Commit-ID: Kh0i6hWTZTp
33eba6794b92ff0962c429668ca65b549d7bb887: Bug 1316707 - Remove Marionette unit tests for B2G.
draft
Henrik Skupin <mail@hskupin.info> - Thu, 10 Nov 2016 21:41:11 +0100 - rev 440462
Push
36223 by bmo:hskupin@gmail.com at Thu, 17 Nov 2016 15:08:12 +0000
Bug 1316707 - Remove Marionette unit tests for B2G.
MozReview-Commit-ID: B1pQqL17Ug9
147f6e2ef5d9d67c065afa5f487fa20312b2c24f: Bug 1300784 - Combine non-e10s and e10s select dropdown implementations, preffed off. r?mconley
draft
miguel <wrigh517@msu.edu> - Wed, 16 Nov 2016 18:11:35 -0500 - rev 440461
Push
36222 by bmo:wrigh517@msu.edu at Thu, 17 Nov 2016 15:06:43 +0000
Bug 1300784 - Combine non-e10s and e10s select dropdown implementations, preffed off. r?mconley
MozReview-Commit-ID: CkEOBXBfYhj
***
Bug 1300784 - Combine non-e10s and e10s select dropdown implementations, preffed off. r?mconley
MozReview-Commit-ID: JJTlFgLMM3i
14d07020b0f088c5e09db984f392518b0af80df3: Bug 1300784 - Combine non-e10s and e10s select dropdown implementations, preffed off. r?mconley
draft
miguel <wrigh517@msu.edu> - Wed, 16 Nov 2016 17:45:40 -0500 - rev 440460
Push
36222 by bmo:wrigh517@msu.edu at Thu, 17 Nov 2016 15:06:43 +0000
Bug 1300784 - Combine non-e10s and e10s select dropdown implementations, preffed off. r?mconley
MozReview-Commit-ID: 6Wxz8G3Wrup
***
Stuff to fold into other patch
MozReview-Commit-ID: Cy3BZabahd5
5c7afa221bd1baadbde44f619674a650a3702680: Bug 1318335 - Use C++11's override and remove virtual where applicable in ipc/.
draft
Andi-Bogdan Postelnicu <bpostelnicu@mozilla.com> - Thu, 17 Nov 2016 15:12:09 +0200 - rev 440459
Push
36221 by bmo:bpostelnicu@mozilla.com at Thu, 17 Nov 2016 15:02:35 +0000
Bug 1318335 - Use C++11's override and remove virtual where applicable in ipc/.
MozReview-Commit-ID: 2Ae0htgmM7T
0441465938984a94145003f5f7f9e0838f289a9e: Bug 1318335 - Replace default bodies of special member functions with = default; in ipc/.
draft
Andi-Bogdan Postelnicu <bpostelnicu@mozilla.com> - Thu, 17 Nov 2016 15:08:41 +0200 - rev 440458
Push
36221 by bmo:bpostelnicu@mozilla.com at Thu, 17 Nov 2016 15:02:35 +0000
Bug 1318335 - Replace default bodies of special member functions with = default; in ipc/.
MozReview-Commit-ID: GV8abDSyxj5
9e1035b1e57436b4767288505449f7bb5f2fbe8f: Bug 1318335 - Use auto type specifier where aplicable for variable declarations to improve code readability and maintainability in ipc/.
draft
Andi-Bogdan Postelnicu <bpostelnicu@mozilla.com> - Thu, 17 Nov 2016 15:07:35 +0200 - rev 440457
Push
36221 by bmo:bpostelnicu@mozilla.com at Thu, 17 Nov 2016 15:02:35 +0000
Bug 1318335 - Use auto type specifier where aplicable for variable declarations to improve code readability and maintainability in ipc/.
MozReview-Commit-ID: K4NAI8HjUd2
edebfa325f96e7f1e1baf0846d0595d833bde22b: Bug 1318335 - Converts for(...; ...; ...) loops to use the new range-based loops in C++11 in ipc/.
draft
Andi-Bogdan Postelnicu <bpostelnicu@mozilla.com> - Thu, 17 Nov 2016 15:06:25 +0200 - rev 440456
Push
36221 by bmo:bpostelnicu@mozilla.com at Thu, 17 Nov 2016 15:02:35 +0000
Bug 1318335 - Converts for(...; ...; ...) loops to use the new range-based loops in C++11 in ipc/.
MozReview-Commit-ID: CXLSBRhANNW
e2a3410748eaa976c79ed1b85663b54308ed00f4: bug 1253418 - implement contextMenu page_action and browser_action contexts
draft
Tomislav Jovanovic <tomica@gmail.com> - Wed, 09 Nov 2016 21:03:33 +0100 - rev 440455
Push
36220 by bmo:tomica@gmail.com at Thu, 17 Nov 2016 14:39:39 +0000
bug 1253418 - implement contextMenu page_action and browser_action contexts
MozReview-Commit-ID: Ftp77zmxo4B
05e5b12f41df270b31955ff7e6d09245c1f83a7a: No bug, Automated blocklist update from host bld-linux64-spot-421 - a=blocklist-update
ffxbld - Thu, 17 Nov 2016 06:05:03 -0800 - rev 440454
Push
36220 by bmo:tomica@gmail.com at Thu, 17 Nov 2016 14:39:39 +0000
No bug, Automated blocklist update from host bld-linux64-spot-421 - a=blocklist-update
b21f2b8d33024fc8ec163003eb861d9e351e1cd3: No bug, Automated HPKP preload list update from host bld-linux64-spot-421 - a=hpkp-update
ffxbld - Thu, 17 Nov 2016 06:05:00 -0800 - rev 440453
Push
36220 by bmo:tomica@gmail.com at Thu, 17 Nov 2016 14:39:39 +0000
No bug, Automated HPKP preload list update from host bld-linux64-spot-421 - a=hpkp-update
c713b69c39bc5cf9249cabc953b50495763b02e2: No bug, Automated HSTS preload list update from host bld-linux64-spot-421 - a=hsts-update
ffxbld - Thu, 17 Nov 2016 06:04:58 -0800 - rev 440452
Push
36220 by bmo:tomica@gmail.com at Thu, 17 Nov 2016 14:39:39 +0000
No bug, Automated HSTS preload list update from host bld-linux64-spot-421 - a=hsts-update
0c79dc02caf357dea24e79e6403f0b7b74c66379: Bug 1308061 - Part 2: Implement sessions.onChanged WebExtensions API, r?aswan
draft
Bob Silverberg <bsilverberg@mozilla.com> - Wed, 16 Nov 2016 14:30:20 -0500 - rev 440451
Push
36219 by bmo:bob.silverberg@gmail.com at Thu, 17 Nov 2016 14:23:32 +0000
Bug 1308061 - Part 2: Implement sessions.onChanged WebExtensions API, r?aswan
MozReview-Commit-ID: 7s6Wen1DcAL