This repository was archived by the owner on Jul 9, 2025. It is now read-only.
Add data delivery to the WebSocket backend#65
Conversation
Author
|
Oops, meant to submit this against my fork. Closing. |
rainemak
pushed a commit
to rainemak/gecko-dev-mirror
that referenced
this pull request
Oct 27, 2015
[embedlite] Limit the number of active layers
moz-v2v-gh
pushed a commit
that referenced
this pull request
May 20, 2017
Allow specifying arguments to the firefox binary through the firefox_args capability Source-Repo: https://github.com/mozilla/geckodriver Source-Revision: e211cb93cf74f94ae3cf8e28eb6cb017504070a3 --HG-- extra : rebase_source : e3652391689a590eab7de43fb2e4e6a4f34cd3de
aethanyc
pushed a commit
to aethanyc/gecko-dev
that referenced
this pull request
May 21, 2017
Allow specifying arguments to the firefox binary through the firefox_args capability Source-Repo: https://github.com/mozilla/geckodriver Source-Revision: e211cb93cf74f94ae3cf8e28eb6cb017504070a3
kuoe0
pushed a commit
to kuoe0/gecko-dev
that referenced
this pull request
May 24, 2017
Allow specifying arguments to the firefox binary through the firefox_args capability Source-Repo: https://github.com/mozilla/geckodriver Source-Revision: e211cb93cf74f94ae3cf8e28eb6cb017504070a3
JerryShih
pushed a commit
to JerryShih/gecko-dev
that referenced
this pull request
May 25, 2017
Allow specifying arguments to the firefox binary through the firefox_args capability Source-Repo: https://github.com/mozilla/geckodriver Source-Revision: e211cb93cf74f94ae3cf8e28eb6cb017504070a3
moz-v2v-gh
pushed a commit
that referenced
this pull request
Sep 3, 2017
…65) The WebDriver standard says the stacktrace field on error responses are implementation-defined, but the field cannot be omitted. The errors originating from Marionette are passed on without modification and include the expected stacktrace. This exposes a backtrace from the Rust crate with the same name for the errors originating from within the library itself. Fixes: https://github.com/mozilla/webdriver-rust/issues/63 Source-Repo: https://github.com/mozilla/webdriver-rust Source-Revision: 29ed83f0dfe4da5dbb2f143e867f145669812679 committer: jgraham <james@hoppipolla.co.uk> --HG-- extra : subtree_source : http%3A//tristan.corp.lon2.mozilla.com%3A8000 extra : subtree_revision : d5fa92627e7e0913349ffadc01efdd19d80a6cb6
aethanyc
pushed a commit
to aethanyc/gecko-dev
that referenced
this pull request
Sep 4, 2017
…ozilla#65) The WebDriver standard says the stacktrace field on error responses are implementation-defined, but the field cannot be omitted. The errors originating from Marionette are passed on without modification and include the expected stacktrace. This exposes a backtrace from the Rust crate with the same name for the errors originating from within the library itself. Fixes: https://github.com/mozilla/webdriver-rust/issues/63 Source-Repo: https://github.com/mozilla/webdriver-rust Source-Revision: 29ed83f0dfe4da5dbb2f143e867f145669812679 committer: jgraham <james@hoppipolla.co.uk>
daoshengmu
pushed a commit
to daoshengmu/gecko-dev
that referenced
this pull request
Sep 8, 2017
…ozilla#65) The WebDriver standard says the stacktrace field on error responses are implementation-defined, but the field cannot be omitted. The errors originating from Marionette are passed on without modification and include the expected stacktrace. This exposes a backtrace from the Rust crate with the same name for the errors originating from within the library itself. Fixes: https://github.com/mozilla/webdriver-rust/issues/63 Source-Repo: https://github.com/mozilla/webdriver-rust Source-Revision: 29ed83f0dfe4da5dbb2f143e867f145669812679 committer: jgraham <james@hoppipolla.co.uk>
moz-v2v-gh
pushed a commit
that referenced
this pull request
Mar 27, 2020
Pick commits - 20daa86: Revise git hooks (#68) - 81d0024: Revise `destroy_cubeb_device_info` (#67) - 1cc8a31: Add a hook to check that commits are formatted and linted correctly (#66) - aa80b3f: Try using the model id as group id. (#64) - ab31978: Bail if `cargo clippy` or `cargo fmt` fails (#65) - 3860bb3: Fix comments in #57 (#63) - ef5f58b: Run `cargo fmt` and make scripts executable (#62) - a4c83db: Fix two bugs and add logs (#57) Differential Revision: https://phabricator.services.mozilla.com/D68402 --HG-- extra : moz-landing-system : lando
bvaughn
pushed a commit
to bvaughn/gecko-dev
that referenced
this pull request
Apr 5, 2022
luyahan
added a commit
to luyahan/gecko-dev
that referenced
this pull request
Nov 9, 2022
``` [9753| 58| 18| 0] 100% ==========================================>| 270.2s ```
This pull request was closed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
https://bugzilla.mozilla.org/show_bug.cgi?id=1185544.
@bbangert Here's a prototype for you to play with. 😸