-
Notifications
You must be signed in to change notification settings - Fork 47k
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
DevTools context menu #17608
DevTools context menu #17608
Commits on Dec 17, 2019
-
Added rudimentary context menu hook and menu UI
Brian Vaughn committedDec 17, 2019 Configuration menu - View commit details
-
Copy full SHA for 48934e2 - Browse repository at this point
Copy the full SHA 48934e2View commit details -
Added backend support for copying a value at a specific path for the …
…inspected element
Brian Vaughn committedDec 17, 2019 Configuration menu - View commit details
-
Copy full SHA for 4766503 - Browse repository at this point
Copy the full SHA 4766503View commit details -
Added backend support for storing a value (at a specified path) as a …
…global variable
Brian Vaughn committedDec 17, 2019 Configuration menu - View commit details
-
Copy full SHA for bd62575 - Browse repository at this point
Copy the full SHA bd62575View commit details -
Added special casing to enable copying undefined/unserializable value…
…s to the clipboard
Brian Vaughn committedDec 17, 2019 Configuration menu - View commit details
-
Copy full SHA for 1cf6b2f - Browse repository at this point
Copy the full SHA 1cf6b2fView commit details -
Added copy and store-as-global context menu options to selected eleme…
…nt props panel
Brian Vaughn committedDec 17, 2019 Configuration menu - View commit details
-
Copy full SHA for dd1a02e - Browse repository at this point
Copy the full SHA dd1a02eView commit details -
Store global variables separately, with auto-incremented name (like b…
…rowsers do)
Brian Vaughn committedDec 17, 2019 Configuration menu - View commit details
-
Copy full SHA for 0d4842b - Browse repository at this point
Copy the full SHA 0d4842bView commit details -
Added tests for new copy and store-as-global backend functions
Brian Vaughn committedDec 17, 2019 Configuration menu - View commit details
-
Copy full SHA for 0e1ef7c - Browse repository at this point
Copy the full SHA 0e1ef7cView commit details -
Fixed some ownerDocument/contentWindow edge cases
Brian Vaughn committedDec 17, 2019 Configuration menu - View commit details
-
Copy full SHA for be9046a - Browse repository at this point
Copy the full SHA be9046aView commit details
Commits on Dec 18, 2019
-
Refactored context menu to support dynamic options
Used this mechanism to add a conditional menu option for inspecting the current value (if it's a function)
Brian Vaughn committedDec 18, 2019 Configuration menu - View commit details
-
Copy full SHA for 7589f9e - Browse repository at this point
Copy the full SHA 7589f9eView commit details -
Renamed "safeSerialize" to "serializeToString" and added inline comment
Brian Vaughn committedDec 18, 2019 Configuration menu - View commit details
-
Copy full SHA for 80931fb - Browse repository at this point
Copy the full SHA 80931fbView commit details