-
-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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
Enhancement - Add DevToolsClient #3229
Enhancement - Add DevToolsClient #3229
Commits on Sep 18, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 3154132 - Browse repository at this point
Copy the full SHA 3154132View commit details -
DevTools Client - Add Network domain class
- Add hand written class to get a better sense of how the code should be structured. - Improve exception handling
Configuration menu - View commit details
-
Copy full SHA for edf71c8 - Browse repository at this point
Copy the full SHA edf71c8View commit details -
Devtools - First draft of devtools protocol methods (generated)
Not complete yet
Configuration menu - View commit details
-
Copy full SHA for c841ecb - Browse repository at this point
Copy the full SHA c841ecbView commit details -
Configuration menu - View commit details
-
Copy full SHA for c0d253f - Browse repository at this point
Copy the full SHA c0d253fView commit details -
DevTools - Add .Net Style cased property names to response objects
- Use internal field and datacontract attributes
Configuration menu - View commit details
-
Copy full SHA for ef0fdbf - Browse repository at this point
Copy the full SHA ef0fdbfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0146d2d - Browse repository at this point
Copy the full SHA 0146d2dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0fb761e - Browse repository at this point
Copy the full SHA 0fb761eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 417fd5c - Browse repository at this point
Copy the full SHA 417fd5cView commit details -
Devtools Client - Extract IDevToolsClient interface for testability
Improve xml doc comments
Configuration menu - View commit details
-
Copy full SHA for 020b111 - Browse repository at this point
Copy the full SHA 020b111View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4e4b624 - Browse repository at this point
Copy the full SHA 4e4b624View commit details -
Configuration menu - View commit details
-
Copy full SHA for d4e4344 - Browse repository at this point
Copy the full SHA d4e4344View commit details -
Configuration menu - View commit details
-
Copy full SHA for e036551 - Browse repository at this point
Copy the full SHA e036551View commit details -
Configuration menu - View commit details
-
Copy full SHA for edd45d7 - Browse repository at this point
Copy the full SHA edd45d7View commit details -
Configuration menu - View commit details
-
Copy full SHA for b717085 - Browse repository at this point
Copy the full SHA b717085View commit details -
DevTools Client - Add Capture SyncContext by default
- Add option to capture the SyncContext - Add option to provide custom SyncContext (can just pass in UI SyncContext and all continuations will happen there). - Fix bug in ExecuteDevToolsMethodAsync sending the command twice when exeucted on the CEF UI thread
Configuration menu - View commit details
-
Copy full SHA for 201ba7b - Browse repository at this point
Copy the full SHA 201ba7bView commit details -
Devtools Client - Add missing file reference
The problem with developing with the .Net Core project where files are automatically included is you forget to include them in the regular csproj file.
Configuration menu - View commit details
-
Copy full SHA for 6c18747 - Browse repository at this point
Copy the full SHA 6c18747View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6712e14 - Browse repository at this point
Copy the full SHA 6712e14View commit details -
Configuration menu - View commit details
-
Copy full SHA for b2f0dab - Browse repository at this point
Copy the full SHA b2f0dabView commit details -
Configuration menu - View commit details
-
Copy full SHA for 24ff703 - Browse repository at this point
Copy the full SHA 24ff703View commit details -
DevTools Client - GetDevToolsClient remove ThrowExceptionIfDisposed/T…
…hrowExceptionIfBrowserNotInitialized calls Those methods were removed as the GetBrowser call handles the checks for us.
Configuration menu - View commit details
-
Copy full SHA for eb34e61 - Browse repository at this point
Copy the full SHA eb34e61View commit details -
Configuration menu - View commit details
-
Copy full SHA for 065a97c - Browse repository at this point
Copy the full SHA 065a97cView commit details
Commits on Sep 19, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 9f50947 - Browse repository at this point
Copy the full SHA 9f50947View commit details -
DevTools Client - Add validation method (partial)
Add ability to manually add validation logic
Configuration menu - View commit details
-
Copy full SHA for 304e4e0 - Browse repository at this point
Copy the full SHA 304e4e0View commit details -
DevTools Client - Comment out failing test
Was working when targeting M84, now with M85 it fails. The mapping appears to be correct, will need to investigate further
Configuration menu - View commit details
-
Copy full SHA for 10c6d97 - Browse repository at this point
Copy the full SHA 10c6d97View commit details -
Configuration menu - View commit details
-
Copy full SHA for f2a1fc4 - Browse repository at this point
Copy the full SHA f2a1fc4View commit details