This repository was archived by the owner on Jul 9, 2025. It is now read-only.
(BZ: 1055332) Skip bookmark adding when url is "about:blank"#67
Closed
toonetown wants to merge 1 commit intomozilla:masterfrom
k9webprotection:skip-blank-bookmark
Closed
(BZ: 1055332) Skip bookmark adding when url is "about:blank"#67toonetown wants to merge 1 commit intomozilla:masterfrom k9webprotection:skip-blank-bookmark
toonetown wants to merge 1 commit intomozilla:masterfrom
k9webprotection:skip-blank-bookmark
Conversation
moz-v2v-gh
pushed a commit
that referenced
this pull request
May 20, 2017
…ameters Pass parameters with new session command Source-Repo: https://github.com/mozilla/geckodriver Source-Revision: 38291f3665356d1c0221c916e976e504db30a9a9 --HG-- extra : rebase_source : e8350c44c84810c4c6e0b0fcea206c395377dc7f
aethanyc
pushed a commit
to aethanyc/gecko-dev
that referenced
this pull request
May 21, 2017
…ass_parameters Pass parameters with new session command Source-Repo: https://github.com/mozilla/geckodriver Source-Revision: 38291f3665356d1c0221c916e976e504db30a9a9
kuoe0
pushed a commit
to kuoe0/gecko-dev
that referenced
this pull request
May 24, 2017
…ass_parameters Pass parameters with new session command Source-Repo: https://github.com/mozilla/geckodriver Source-Revision: 38291f3665356d1c0221c916e976e504db30a9a9
JerryShih
pushed a commit
to JerryShih/gecko-dev
that referenced
this pull request
May 25, 2017
…ass_parameters Pass parameters with new session command Source-Repo: https://github.com/mozilla/geckodriver Source-Revision: 38291f3665356d1c0221c916e976e504db30a9a9
moz-v2v-gh
pushed a commit
that referenced
this pull request
Sep 3, 2017
…on to the leacgy one. (#67) This adds a BrowserCapabilities trait. Implementations must call NewSessionParameters::match_browser with an object implementing this trait in order to get the set of capabilites that are supported by the browser and should be used for the current session. Source-Repo: https://github.com/mozilla/webdriver-rust Source-Revision: 3e73b0b6bbbd7bdb438aa54c2e8b249493c4e763 committer: GitHub <noreply@github.com> --HG-- extra : subtree_source : http%3A//tristan.corp.lon2.mozilla.com%3A8000 extra : subtree_revision : 948ed8a64e9cbf2f680cb373cdb9761075dbd0f4
aethanyc
pushed a commit
to aethanyc/gecko-dev
that referenced
this pull request
Sep 4, 2017
…on to the leacgy one. (mozilla#67) This adds a BrowserCapabilities trait. Implementations must call NewSessionParameters::match_browser with an object implementing this trait in order to get the set of capabilites that are supported by the browser and should be used for the current session. Source-Repo: https://github.com/mozilla/webdriver-rust Source-Revision: 3e73b0b6bbbd7bdb438aa54c2e8b249493c4e763 committer: GitHub <noreply@github.com>
daoshengmu
pushed a commit
to daoshengmu/gecko-dev
that referenced
this pull request
Sep 8, 2017
…on to the leacgy one. (mozilla#67) This adds a BrowserCapabilities trait. Implementations must call NewSessionParameters::match_browser with an object implementing this trait in order to get the set of capabilites that are supported by the browser and should be used for the current session. Source-Repo: https://github.com/mozilla/webdriver-rust Source-Revision: 3e73b0b6bbbd7bdb438aa54c2e8b249493c4e763 committer: GitHub <noreply@github.com>
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
lissyx
pushed a commit
to lissyx/gecko-dev
that referenced
this pull request
Sep 22, 2020
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
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.
As described in https://bugzilla.mozilla.org/show_bug.cgi?id=1055332, this patch will not add default bookmarks if the url is "about:blank"