-
Microsoft
- Sunnyvale, CA
Highlights
- 13 discussions answered
Block or Report
Block or report yury-s
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePopular repositories
-
-
playwright-aws-lambda Public
Forked from JupiterOne/playwright-aws-lambda
Support for running Microsoft's Playwright on AWS Lambda and Google Cloud Functions
-
-
-
playwright Public
Forked from microsoft/playwright
Node library to automate Chromium, Firefox and WebKit browsers
TypeScript
-
gecko-dev Public
Forked from mozilla/gecko-dev
Read-only Git mirror of the Mercurial gecko repositories at https://hg.mozilla.org. How to contribute: http://bit.ly/contribute-code
1,970 contributions in the last year
Contribution activity
May 2022
Created 35 commits in 4 repositories
Created a pull request in microsoft/playwright that received 4 comments
browser(webkit): clear extra http headers on successive calls
This fixes webkit flakiness of library/browsercontext-set-extra-http-headers.spec.ts - should override extra headers from browser context test. The…
Opened 35 other pull requests in 3 repositories
microsoft/playwright
17
merged
- browser(webkit): fix COOP preference after #14087
- browser(webkit): fix process swap related error message in WPE
- browser(webkit): fix use after free when context is being destroyed
- docs: give value parameter proper name
- browser(webkit): use WebCookieManager to manipulate cookies
- browser(webkit): revert last change and reapply it properly
- docs: fix method name in java example
- browser(webkit): revert upstreamed build fixes
- browser(webkit): revert pson setting api in wpe
- test: skip "should scroll zero-sized element" on mac 10.15
- test: enable smooth scroll click after webkit roll
- feat(chromium): roll tot (1003), ignore unknown session error
- browser(webkit): fix linux compilation with clang
- browser(webkit): scroll into view instantly
- test: scroll and click with smooth scroll behavior
- fix: delete headers with undefined value
- test: can delete origin header in route.continue
microsoft/playwright-java
8
merged
2
closed
- test: make install test not skip browser downloads
- devops: bump version to 1.23.0-SNAPSHOT
- devops: set version 1.22.0, driver to 1.22.0
- feat: support cyclic references
- feat: roll beta driver, remove layout selectors
- feat: implement Locator.filter
- feat: roll driver, implement locator filters
- test: unflake TestInstall.shouldThrowWhenBrowserPathIsInvalid
- devops: add workflow triggering internal tests
- feat: add driver for mac arm64
WebKit/WebKit
2
open
4
merged
2
closed
- WKHTTPCookieStoreDeleteAllCookies should wait for response from network process before invoking callback
- WKHTTPCookieStore tests should use removeDataOfTypes to delete all cookies
- check-webkit-style: more strict upper case enum exceptions
- Introduce WKHTTPCookieStore.deleteAllCookies
- Web Inspector: support EventSource resource type in Network Panel
- Add my github username to contributors.json
- check-webkit-style: validate enums declared with explicit type
- check-webkit-style: allow all upper case value in ResourceRequestBase::Requester
Reviewed 29 pull requests in 4 repositories
microsoft/playwright
23 pull requests
- feat(webkit): roll to r1648
- fix(route): support route w/ async handler & times
- chore: render titles on all matching nodes
- test: try to unflake video spec
- devops: fix firefox-beta build
- docs(dotnet): add API testing
- test(stress): add stress tests
- devops: fix prepare_checkout script
- browser(ff-beta): roll Firefox beta to 101.0b8
- browser(webkit): rebase to 05/11/22 (r294047)
- chore: serialize circular objects
- devops: report cumulative build status in telegram
- feat(bindings): best-effort serialize circular structures
- chore: return source map from registry generator
- chore: nuke "fonts" screenshot option
- feat(webkit): roll to r1640
- tests: remove outdated redundant skips
- chore: fixtures-via-plugin implementation
- browser(webkit): rebase to 05/03/22 (r293746)
- chore: fix indentation in readme snippet
- feat(webkit): roll to r1637
- devops: fix WebKit build on MacOS 12
- fix: unbreak installation tests, include in primary CI runs
microsoft/playwright-java
3 pull requests
WebKit/WebKit
2 pull requests
microsoft/playwright-dotnet
1 pull request
Created an issue in microsoft/playwright that received 1 comment
[BUG] route.continue cannot remove origin header in WebKit
It is possible to set it to a new value but not to delete in WebKit. This was originally discovered in #13106