cb8f0848cd53788b0603430ea4db5fc2ea5d9c03: Bug 1368470 - Count search suggestions notification impressions only when the popup is really shown. r=past
draft
Marco Bonardo <mbonardo@mozilla.com> - Wed, 07 Jun 2017 11:35:30 +0200 - rev 590261
Push
62661 by mak77@bonardo.net at Wed, 07 Jun 2017 12:50:15 +0000
Bug 1368470 - Count search suggestions notification impressions only when the popup is really shown. r=past
Sometimes the platform doesn't open the autocomplete popup even if we openPopup and reach the xul
popup manager. This ensures we only count real impressions.
MozReview-Commit-ID: LadswltSv9V
771194b3774a7c5c80eed3c9c2d5fac88ca9cc97: Bug 1370857 - Remove Marionette.import_script API; r?automatedtester
draft
Andreas Tolfsen <ato@mozilla.com> - Wed, 07 Jun 2017 13:13:50 +0100 - rev 590260
Push
62660 by bmo:ato@mozilla.com at Wed, 07 Jun 2017 12:15:30 +0000
Bug 1370857 - Remove Marionette.import_script API; r?automatedtester
Removes the Marionette.import_script API as it is not used by any
consumers of the client, including the Firefox UI tests.
MozReview-Commit-ID: 3xceYXZZVR0
c272930b4685c5255d5e4716f81516d03d41b914: Bug 1370857 - Remove Marionette.clear_imported_scripts API; r?automatedtester
draft
Andreas Tolfsen <ato@mozilla.com> - Wed, 07 Jun 2017 13:12:46 +0100 - rev 590259
Push
62660 by bmo:ato@mozilla.com at Wed, 07 Jun 2017 12:15:30 +0000
Bug 1370857 - Remove Marionette.clear_imported_scripts API; r?automatedtester
The import script functionality was removed in
https://bugzilla.mozilla.org/show_bug.cgi?id=1368648, but the
Marionette.clear_imported_script API was not removed from the client.
We are currently making calls after every test to the clearImportedScripts
command in the server, but we are apparently ignoring the ‘unknown
command’ error that is being returned.
MozReview-Commit-ID: KVjh2IfhuUY
fb40bcb6155bd1e3ac5468ff4575cce171efbc12: merge mozilla-inbound to mozilla-central a=merge
Carsten "Tomcat" Book <cbook@mozilla.com> - Wed, 07 Jun 2017 13:34:43 +0200 - rev 590258
Push
62660 by bmo:ato@mozilla.com at Wed, 07 Jun 2017 12:15:30 +0000
merge mozilla-inbound to mozilla-central a=merge
f6320f91851c2cede08b0fb54a6d0525b870310e: Merge m-c to autoland, a=merge CLOSED TREE
Wes Kocher <wkocher@mozilla.com> - Tue, 06 Jun 2017 17:25:43 -0700 - rev 590257
Push
62660 by bmo:ato@mozilla.com at Wed, 07 Jun 2017 12:15:30 +0000
Merge m-c to autoland, a=merge CLOSED TREE
UPGRADE_NSS_RELEASE UPGRADE_NSPR_RELEASE
MozReview-Commit-ID: 9AadPvosTet
6a8333a5941e8c5ef68607fd70e0746af872c57d: Bug 1367560 - Remove an assertion from the Directory constructor that the directory exists on disk from DEBUG builds; r=baku
Alex Gaynor <agaynor@mozilla.com> - Tue, 06 Jun 2017 10:15:13 -0400 - rev 590256
Push
62660 by bmo:ato@mozilla.com at Wed, 07 Jun 2017 12:15:30 +0000
Bug 1367560 - Remove an assertion from the Directory constructor that the directory exists on disk from DEBUG builds; r=baku
As long as Directory objects can be constructed in the content process, trying
to access the file system conceptually does not make sense because of
sandboxing. The canary in the coal mine for this was tests which started
crashing on Directory construction as we further locked down read access in the
sandbox.
MozReview-Commit-ID: HZitALYpO5H
c27161891c66b52f2771e483f683290ff058710c: Bug 1367970 - when switching panels quickly, the auto-resize workaround can cause wonky animations. Clear the timeout when a new animation starts. r=Gijs
Mike de Boer <mdeboer@mozilla.com> - Tue, 06 Jun 2017 18:18:42 +0200 - rev 590255
Push
62660 by bmo:ato@mozilla.com at Wed, 07 Jun 2017 12:15:30 +0000
Bug 1367970 - when switching panels quickly, the auto-resize workaround can cause wonky animations. Clear the timeout when a new animation starts. r=Gijs
MozReview-Commit-ID: CpQFjDDm2BR
aa36ffe32ddc2afb9d80f232694c65ec86923644: Bug 1368754 - fix consumers which wait for `NodeHistoryDetailsChanged`/`NodeURIChanged` to be called to use node for new values, r=mak
milindl <i.milind.luthra@gmail.com> - Tue, 30 May 2017 23:51:09 +0530 - rev 590254
Push
62660 by bmo:ato@mozilla.com at Wed, 07 Jun 2017 12:15:30 +0000
Bug 1368754 - fix consumers which wait for `NodeHistoryDetailsChanged`/`NodeURIChanged` to be called to use node for new values, r=mak
Updated time, access count and uri can be accessed using the node passed to the method.
There is no need to access the other arguments, which contain the old values of the
quantities changed.
MozReview-Commit-ID: 3WEwAs8gQ0w
9cab45e72b30ee0d2a67e768ed08b1b28e56a03c: Bug 1368754 - Change `NodeHistoryDetailsChanged` and `NodeURIChanged` to be called with old time,access count and uri, r=mak
milindl <i.milind.luthra@gmail.com> - Tue, 30 May 2017 23:46:59 +0530 - rev 590253
Push
62660 by bmo:ato@mozilla.com at Wed, 07 Jun 2017 12:15:30 +0000
Bug 1368754 - Change `NodeHistoryDetailsChanged` and `NodeURIChanged` to be called with old time,access count and uri, r=mak
Update interface and all instances where the method is called
to be called with the old values, since the new values are already
there as a part of the node, and thus redundant.
MozReview-Commit-ID: 5pcfJbg9tej
a393cf545eb5bb34a6480bdb496cede3e50e9045: Bug 1370510: Implement Fullscreen command r?jgraham
draft
David Burns <dburns@mozilla.com> - Wed, 07 Jun 2017 12:42:30 +0100 - rev 590252
Push
62659 by bmo:dburns@mozilla.com at Wed, 07 Jun 2017 12:14:20 +0000
Bug 1370510: Implement Fullscreen command r?jgraham
This implements the Geckodriver support for the Fullscreen command.
WebDriver-Rust support was added in https://github.com/mozilla/webdriver-rust/pull/100
MozReview-Commit-ID: 3eIuLmGWl2x
3278aa9efee084e100253c0aad8228f437d5d2f1: Bug 1370850 - Serialise potential undefined return value to null; r?maja_zf
draft
Andreas Tolfsen <ato@mozilla.com> - Wed, 07 Jun 2017 12:46:14 +0100 - rev 590251
Push
62658 by bmo:ato@mozilla.com at Wed, 07 Jun 2017 11:59:36 +0000
Bug 1370850 - Serialise potential undefined return value to null; r?maja_zf
When a call through the content frame proxy is interrupted by the
dialogueObserver, the synchronous promise that is meant to wait for a
response from the frame script is resolved immediately with an undefined
return value.
When an undefined value is assigned to the response body, it gets dropped
during JSON serialisation. To ensure the "value" field expected from
the Execute Script and Execute Async Script commands is populated,
we need to assign a null value to resp.body.value.
We can treat undefined as null by calling evaluate.toJSON again on the
return value from the proxied frame script call. This effectively means
we serialise it twice, since it first needs to be serialised to cross
the IPC border, though the second computation only looks at primitives
and no known web element store is required.
It would be nicer if the content frame script itself would be able to
return early with null by installing a user prompt notification event,
but this is not possible because the tabmodal dialogue that appears
blocks script execution. This means we need to rely on the
dialogueObserver in testing/marionette/proxy.js to take care of the
dialogue for us.
MozReview-Commit-ID: D14TA2TYYXI
9bee47220fdfa3395d96d139cda2e38f7b25be3a: Bug 1370510: Implement Fullscreen command r?jgraham
draft
David Burns <dburns@mozilla.com> - Wed, 07 Jun 2017 12:42:30 +0100 - rev 590250
Push
62657 by bmo:dburns@mozilla.com at Wed, 07 Jun 2017 11:45:36 +0000
Bug 1370510: Implement Fullscreen command r?jgraham
This implements the Geckodriver support for the Fullscreen command.
WebDriver-Rust support was added in https://github.com/mozilla/webdriver-rust/pull/100
MozReview-Commit-ID: 3eIuLmGWl2x
b1333288311ebd5dee94415469c0cfd0a6f5a163: Bug 1364150 - Introduce debounce middleware; r=bgrins
draft
Brian Grinstead <bgrinstead@mozilla.com> - Thu, 11 May 2017 12:40:20 -0700 - rev 590249
Push
62656 by jodvarko@mozilla.com at Wed, 07 Jun 2017 11:39:55 +0000
Bug 1364150 - Introduce debounce middleware; r=bgrins
MozReview-Commit-ID: Hu3rQ3iJHzP
93280bcdf2d4f8530c4abc3d5f8998b2abfddce1: Bug 1364150 - Introduce debounce middleware; r=bgrins
draft
Brian Grinstead <bgrinstead@mozilla.com> - Thu, 11 May 2017 12:40:20 -0700 - rev 590248
Push
62655 by jodvarko@mozilla.com at Wed, 07 Jun 2017 11:20:05 +0000
Bug 1364150 - Introduce debounce middleware; r=bgrins
MozReview-Commit-ID: Hu3rQ3iJHzP
66ad0f690274d85977cd9f5ba1a62cd79825df7f: Bug 1357046 - Add private browsing and search tour to onboarding overlay. r=mossop,Fischer,gasolin
draft
Rex Lee <rexboy@mozilla.com> - Fri, 26 May 2017 17:18:45 +0800 - rev 590247
Push
62654 by bmo:rexboy@mozilla.com at Wed, 07 Jun 2017 11:14:45 +0000
Bug 1357046 - Add private browsing and search tour to onboarding overlay. r=mossop,Fischer,gasolin
MozReview-Commit-ID: 2Mt95zI2ADK
bf2277521968ce41c4851dcfc3d60b31a95a4fb2: Bug 1369291 - add l10n support for onboarding overlay;r=mossop,rexboy
draft
Rex Lee <rexboy@mozilla.com> - Wed, 07 Jun 2017 19:11:06 +0800 - rev 590246
Push
62654 by bmo:rexboy@mozilla.com at Wed, 07 Jun 2017 11:14:45 +0000
Bug 1369291 - add l10n support for onboarding overlay;r=mossop,rexboy
MozReview-Commit-ID: EFicQh0X9AY
8c8f158a6f3f48a00ca2cacb6636d2be1b344199: Bug 1370156 part 2 - Enable jumbo mode: in Gradle build. r?nalexander
draft
Teng-pao Yu <osimpleo@gmail.com> - Wed, 07 Jun 2017 16:46:15 +0800 - rev 590245
Push
62653 by bmo:osimpleo@gmail.com at Wed, 07 Jun 2017 11:06:17 +0000
Bug 1370156 part 2 - Enable jumbo mode: in Gradle build. r?nalexander
MozReview-Commit-ID: HFc7rgl4765
87caccd59d4502dff43bdc02bb09ef1a37c2d7d9: Bug 861716 - add a mochitest for gUM request queue in MediaManager. r?jib, florian
draft
Munro Mengjue Chiang <mchiang@mozilla.com> - Wed, 17 May 2017 10:59:12 +0800 - rev 590244
Push
62652 by bmo:mchiang@mozilla.com at Wed, 07 Jun 2017 11:00:45 +0000
Bug 861716 - add a mochitest for gUM request queue in MediaManager. r?jib, florian
MozReview-Commit-ID: 750T4pzvf95
a07467767a5db8e9110970570fa7de7fb7daa5d5: Bug 861716 - queue a gUM request if there has been a pending one. r?jib
draft
Munro Mengjue Chiang <mchiang@mozilla.com> - Fri, 12 May 2017 11:32:14 +0800 - rev 590243
Push
62652 by bmo:mchiang@mozilla.com at Wed, 07 Jun 2017 11:00:45 +0000
Bug 861716 - queue a gUM request if there has been a pending one. r?jib
MozReview-Commit-ID: 52KcsN27AR3
c42b807fc5ef8784749ab8a3e3fc2fc2625edf55: Bug 1349253 - debug;
draft
Kaku Kuo <kaku@mozilla.com> - Wed, 07 Jun 2017 18:52:36 +0800 - rev 590242
Push
62651 by bmo:kaku@mozilla.com at Wed, 07 Jun 2017 10:54:10 +0000
Bug 1349253 - debug;
MozReview-Commit-ID: F7RpnFghcKk