-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cursor patch #102
Closed
Closed
cursor patch #102
Conversation
This file contains 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
moz-v2v-gh
pushed a commit
that referenced
this pull request
Sep 3, 2017
* response: add single cookie response type The WebDriver specification mandates that the GetNamedCookie command should return a cookie serialisation object, and not an array of cookies. This patch introduces WebDriverResponse::Cookie and CookieResponse types to allow WebDriver implementations to return single cookie objects. Fixes: mozilla/geckodriver#463 Source-Repo: https://github.com/mozilla/webdriver-rust Source-Revision: 9b49e5a6ec370e0da09521bfedcc596427c93cd5 committer: jgraham <james@hoppipolla.co.uk> --HG-- extra : subtree_source : http%3A//tristan.corp.lon2.mozilla.com%3A8000 extra : subtree_revision : 097a285a79103c45e6274b6d48a5e8892d1272ca
aethanyc
pushed a commit
to aethanyc/gecko-dev
that referenced
this pull request
Sep 4, 2017
* response: add single cookie response type The WebDriver specification mandates that the GetNamedCookie command should return a cookie serialisation object, and not an array of cookies. This patch introduces WebDriverResponse::Cookie and CookieResponse types to allow WebDriver implementations to return single cookie objects. Fixes: mozilla/geckodriver#463 Source-Repo: https://github.com/mozilla/webdriver-rust Source-Revision: 9b49e5a6ec370e0da09521bfedcc596427c93cd5 committer: jgraham <james@hoppipolla.co.uk>
daoshengmu
pushed a commit
to daoshengmu/gecko-dev
that referenced
this pull request
Sep 8, 2017
* response: add single cookie response type The WebDriver specification mandates that the GetNamedCookie command should return a cookie serialisation object, and not an array of cookies. This patch introduces WebDriverResponse::Cookie and CookieResponse types to allow WebDriver implementations to return single cookie objects. Fixes: mozilla/geckodriver#463 Source-Repo: https://github.com/mozilla/webdriver-rust Source-Revision: 9b49e5a6ec370e0da09521bfedcc596427c93cd5 committer: jgraham <james@hoppipolla.co.uk>
moz-v2v-gh
pushed a commit
that referenced
this pull request
Nov 29, 2019
…ew system, a=testonly Automatic update from web-platform-tests [infra] Integrate with external PR preview system (#19838) Introduce a GitHub Action to monitor Pull Requests, storing relevant information in the project's git repository (thus allowing the external wptpr.live system to publish previews) and creating GitHub Deployments (thus alerting contributors to the status of the preview). This Action is triggered on a regular interval. Introduce a second GitHub Action to monitor the state of the preview system and communicate the relevant status to contributors via the Pull Request UI. This Action is triggered for every GitHub Deployment created in the previously-described Action. For example, if three Pull Requests are updated, the first GitHub Action will inspect them all. It will create GitHub Deployments only for the "trusted" Pull Requests. A new GitHub Action will run for each of the Deployments, polling the preview website until either the preview is available or a timeout is reached. This Action will update the deployment accordingly so that the author of each Pull Request author is aware of the status of the preview site. The following flow chart visually describes the same sequence: sync gh-101 (trusted) ---> | gh-102 (untrusted) -> | gh-103 (trusted) ---> | .----. |sync|--------+---------------------. '----' | | .-------------. .-------------. |deploy gh-101| |deploy gh-103| '-------------' '-------------' | | poll for preview poll for preview | | gh-101 <------ success ----- preview available poll for preview | gh-103 <------- error --------------------------------- timeout -- wpt-commits: 990bd8b2b89c5d6a1e58db3eb903d489c2f36f39 wpt-pr: 19838
bvaughn
pushed a commit
to bvaughn/gecko-dev
that referenced
this pull request
Apr 5, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
No description provided.