d35e32293f2173bd6480d9d0a0788e29cd2cb198: Bug 1317590 AddonManager support for permissions r=rhelmer
Andrew Swan <aswan@mozilla.com> - Wed, 16 Nov 2016 08:53:56 -0800 - rev 440388
Push 36216 by bmo:ato@mozilla.com at Thu, 17 Nov 2016 13:57:13 +0000
Bug 1317590 AddonManager support for permissions r=rhelmer MozReview-Commit-ID: 6I6BTb0TJR2
ef895cb3fb7d0b9c0d09e2fd773951e696d69d0f: Bug 1315854 - Account for rounding error when checking if certain transforms are the identity in AsyncCompositionManager::AlignFixedAndStickyLayers(). r=mstange
Botond Ballo <botond@mozilla.com> - Wed, 16 Nov 2016 15:59:24 -0500 - rev 440387
Push 36216 by bmo:ato@mozilla.com at Thu, 17 Nov 2016 13:57:13 +0000
Bug 1315854 - Account for rounding error when checking if certain transforms are the identity in AsyncCompositionManager::AlignFixedAndStickyLayers(). r=mstange MozReview-Commit-ID: 4xxuqWHedeS
1ef70e4bf1a748d3eccafb55e0f5b370a1d848bb: Bug 1313966 - Add deprecation warnings to writable RTCSessionDescription. r=drno,smaug
Jan-Ivar Bruaroey <jib@mozilla.com> - Tue, 08 Nov 2016 17:50:24 -0500 - rev 440386
Push 36216 by bmo:ato@mozilla.com at Thu, 17 Nov 2016 13:57:13 +0000
Bug 1313966 - Add deprecation warnings to writable RTCSessionDescription. r=drno,smaug MozReview-Commit-ID: AZAjbgJHTAc
91c099f8ec09b1fbf9b0159210f63a25f63d7208: Bug 1317999 - Remove TODO about supporting Windows because it works; r=me
Gregory Szorc <gps@mozilla.com> - Wed, 16 Nov 2016 13:16:58 -0800 - rev 440385
Push 36216 by bmo:ato@mozilla.com at Thu, 17 Nov 2016 13:57:13 +0000
Bug 1317999 - Remove TODO about supporting Windows because it works; r=me MozReview-Commit-ID: 2V0Ej8yqON7
ca88bad072d09be6bd6229cf94465c93116c3beb: Bug 1313960 - synchronous addon DB loader should handle in-progress async load r=kmag
Robert Helmer <rhelmer@mozilla.com> - Tue, 15 Nov 2016 13:40:47 -0800 - rev 440384
Push 36216 by bmo:ato@mozilla.com at Thu, 17 Nov 2016 13:57:13 +0000
Bug 1313960 - synchronous addon DB loader should handle in-progress async load r=kmag MozReview-Commit-ID: LwzmRr3PdXx
eae1056ae373b94d922c3a78cfaf72b3f80190b2: Bug 1294903: Modify file and folder pickers to ensure that the background MTA thread is running if we're on Windows 7; r=jimm
Aaron Klotz <aklotz@mozilla.com> - Tue, 15 Nov 2016 11:36:01 -0700 - rev 440383
Push 36216 by bmo:ato@mozilla.com at Thu, 17 Nov 2016 13:57:13 +0000
Bug 1294903: Modify file and folder pickers to ensure that the background MTA thread is running if we're on Windows 7; r=jimm MozReview-Commit-ID: LrbkeLMrgcS
be0fb2d8d0368ddfc49a977332f6338ec0110ccb: Bug 1294903: Add a default constructor to mscom::EnsureMTA that ensures that the MTA thread is running; r=jimm
Aaron Klotz <aklotz@mozilla.com> - Tue, 15 Nov 2016 11:33:57 -0700 - rev 440382
Push 36216 by bmo:ato@mozilla.com at Thu, 17 Nov 2016 13:57:13 +0000
Bug 1294903: Add a default constructor to mscom::EnsureMTA that ensures that the MTA thread is running; r=jimm MozReview-Commit-ID: IN4maTgdL4l
d502faeed9cda4a1174c22f84946aa87d5df0f13: Bug 1317344 - Remove unused Marionette configs from mozharness; r?whimboo draft
Andreas Tolfsen <ato@mozilla.com> - Mon, 14 Nov 2016 16:16:44 +0000 - rev 440381
Push 36215 by bmo:ato@mozilla.com at Thu, 17 Nov 2016 13:53:58 +0000
Bug 1317344 - Remove unused Marionette configs from mozharness; r?whimboo This removes gaia_desktop, gaia_emulator, marionette_emulator, webapi_desktop, and webapi_emulator test suite definitions. MozReview-Commit-ID: Lf8slbzKNLz
1f3dc9710405df4ced1c6a273390784709e01324: Bug 1316622 - Add timeout reset API to Marionette Python client; r?whimboo draft
Andreas Tolfsen <ato@mozilla.com> - Thu, 17 Nov 2016 13:28:20 +0000 - rev 440380
Push 36214 by bmo:ato@mozilla.com at Thu, 17 Nov 2016 13:46:37 +0000
Bug 1316622 - Add timeout reset API to Marionette Python client; r?whimboo This removes the `default_timeouts` internal state associated with the Marionette client connection and introduces a new API to reset all timeouts to their documented defaults in `marionette_driver.timeouts.Timeout`. MozReview-Commit-ID: 3xFWsYLngMp
8df64a5af60a11e0de3e9bfeefea9de2329cb68a: Bug 1316622 - Remove wait utility dependency on Marionette default timeout; r?whimboo draft
Andreas Tolfsen <ato@mozilla.com> - Wed, 16 Nov 2016 15:21:08 +0000 - rev 440379
Push 36214 by bmo:ato@mozilla.com at Thu, 17 Nov 2016 13:46:37 +0000
Bug 1316622 - Remove wait utility dependency on Marionette default timeout; r?whimboo This was an ugly hack in the first place, and this seems like a good opportunity to rectify it. MozReview-Commit-ID: IB6Y8SlOfRn
19a79c40bb0541917103ed8deb44d2c57bb64b04: Bug 1316622 - Correct Marionette timeouts tests; r?automatedtester,whimboo draft
Andreas Tolfsen <ato@mozilla.com> - Thu, 10 Nov 2016 21:06:00 +0000 - rev 440378
Push 36214 by bmo:ato@mozilla.com at Thu, 17 Nov 2016 13:46:37 +0000
Bug 1316622 - Correct Marionette timeouts tests; r?automatedtester,whimboo MozReview-Commit-ID: 48JLDwc2sw4
24120fa7d98500c232f14603570e6c78e6a47df8: Bug 1316622 - Move wptrunner to new Marionette timeouts API; r?jgraham draft
Andreas Tolfsen <ato@mozilla.com> - Thu, 10 Nov 2016 21:05:28 +0000 - rev 440377
Push 36214 by bmo:ato@mozilla.com at Thu, 17 Nov 2016 13:46:37 +0000
Bug 1316622 - Move wptrunner to new Marionette timeouts API; r?jgraham MozReview-Commit-ID: 2ZnodSJ8L4S
419bd19691f601abd39373b3886a9fb5a2897521: Bug 1316622 - Move mozapps Marionette tests to new timeouts API; r?whimboo draft
Andreas Tolfsen <ato@mozilla.com> - Thu, 10 Nov 2016 21:05:05 +0000 - rev 440376
Push 36214 by bmo:ato@mozilla.com at Thu, 17 Nov 2016 13:46:37 +0000
Bug 1316622 - Move mozapps Marionette tests to new timeouts API; r?whimboo MozReview-Commit-ID: FmwBTsTP7UP
beed73243d76a657d1db337ef2462a8b1ff1f9b9: Bug 1316622 - Move microformats Marionete tests to new timeouts API; r?whimboo draft
Andreas Tolfsen <ato@mozilla.com> - Thu, 10 Nov 2016 21:04:46 +0000 - rev 440375
Push 36214 by bmo:ato@mozilla.com at Thu, 17 Nov 2016 13:46:37 +0000
Bug 1316622 - Move microformats Marionete tests to new timeouts API; r?whimboo MozReview-Commit-ID: Gjd0n3DqYSE
32aba4f25b37d6536641033fc052c359f68896fd: Bug 1316622 - Move Marionette harness tests to new timeouts API; r?whimboo draft
Andreas Tolfsen <ato@mozilla.com> - Thu, 10 Nov 2016 21:04:20 +0000 - rev 440374
Push 36214 by bmo:ato@mozilla.com at Thu, 17 Nov 2016 13:46:37 +0000
Bug 1316622 - Move Marionette harness tests to new timeouts API; r?whimboo MozReview-Commit-ID: LXjifQ11xI4
b6eaa9939a9a611a4264ecf2ba20ad7c002c68f2: Bug 1316622 - Move Marionette unit tests to new timeouts API; r?automatedtester,whimboo draft
Andreas Tolfsen <ato@mozilla.com> - Thu, 10 Nov 2016 21:03:21 +0000 - rev 440373
Push 36214 by bmo:ato@mozilla.com at Thu, 17 Nov 2016 13:46:37 +0000
Bug 1316622 - Move Marionette unit tests to new timeouts API; r?automatedtester,whimboo MozReview-Commit-ID: D6AmUsqMHQv
4b6d960de8300e52993fe044530d27e32087faa3: Bug 1316622 - Deprecate old Marionette timeouts API; r?automatedtester,whimboo draft
Andreas Tolfsen <ato@mozilla.com> - Thu, 10 Nov 2016 21:01:41 +0000 - rev 440372
Push 36214 by bmo:ato@mozilla.com at Thu, 17 Nov 2016 13:46:37 +0000
Bug 1316622 - Deprecate old Marionette timeouts API; r?automatedtester,whimboo This ensure backwards compatible for consumers. MozReview-Commit-ID: J2VOiB08xxV
86f80e546e8782914031e4576d87044862031b7f: Bug 1316622 - New timeouts inteface in Marionette Python client; r?automatedtester,whimboo draft
Andreas Tolfsen <ato@mozilla.com> - Thu, 10 Nov 2016 21:00:23 +0000 - rev 440371
Push 36214 by bmo:ato@mozilla.com at Thu, 17 Nov 2016 13:46:37 +0000
Bug 1316622 - New timeouts inteface in Marionette Python client; r?automatedtester,whimboo Introduce a new interface for managing timeouts in the Marionette Python client. MozReview-Commit-ID: JHojs7rWBz5
cf95d91bebdb857b14dd7db54cf352b74d45a140: Bug 1316622 - Move internal interface construction last; r?automatedtester draft
Andreas Tolfsen <ato@mozilla.com> - Thu, 10 Nov 2016 20:57:10 +0000 - rev 440370
Push 36214 by bmo:ato@mozilla.com at Thu, 17 Nov 2016 13:46:37 +0000
Bug 1316622 - Move internal interface construction last; r?automatedtester No functional changes. MozReview-Commit-ID: 2reL23EOCVq
de03cd8be07e582bd92ba7fce10d31b4aad1a825: Bug 1316622 - Make implicit wait timeout default to 0; r?automatedtester draft
Andreas Tolfsen <ato@mozilla.com> - Thu, 10 Nov 2016 20:56:26 +0000 - rev 440369
Push 36214 by bmo:ato@mozilla.com at Thu, 17 Nov 2016 13:46:37 +0000
Bug 1316622 - Make implicit wait timeout default to 0; r?automatedtester The WebDriver specification mandates that the implicit wait timeout should default to 0 (off), which in Marionette has the same effect as null. MozReview-Commit-ID: Ca3RxO7gHv8
(0) -300000 -100000 -30000 -10000 -3000 -1000 -300 -100 -50 -20 +20 +50 +100 +300 +1000 +3000 +10000 +30000 +100000 +300000 tip