Skip to content
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

Merged
merged 10 commits into from
Dec 18, 2019
Merged

DevTools context menu #17608

merged 10 commits into from
Dec 18, 2019

Commits on Dec 17, 2019

  1. Added rudimentary context menu hook and menu UI

    Brian Vaughn committed Dec 17, 2019
    Configuration menu
    Copy the full SHA
    48934e2 View commit details
    Browse the repository at this point in the history
  2. Added backend support for copying a value at a specific path for the …

    …inspected element
    Brian Vaughn committed Dec 17, 2019
    Configuration menu
    Copy the full SHA
    4766503 View commit details
    Browse the repository at this point in the history
  3. Added backend support for storing a value (at a specified path) as a …

    …global variable
    Brian Vaughn committed Dec 17, 2019
    Configuration menu
    Copy the full SHA
    bd62575 View commit details
    Browse the repository at this point in the history
  4. Added special casing to enable copying undefined/unserializable value…

    …s to the clipboard
    Brian Vaughn committed Dec 17, 2019
    Configuration menu
    Copy the full SHA
    1cf6b2f View commit details
    Browse the repository at this point in the history
  5. Added copy and store-as-global context menu options to selected eleme…

    …nt props panel
    Brian Vaughn committed Dec 17, 2019
    Configuration menu
    Copy the full SHA
    dd1a02e View commit details
    Browse the repository at this point in the history
  6. Store global variables separately, with auto-incremented name (like b…

    …rowsers do)
    Brian Vaughn committed Dec 17, 2019
    Configuration menu
    Copy the full SHA
    0d4842b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0e1ef7c View commit details
    Browse the repository at this point in the history
  8. Fixed some ownerDocument/contentWindow edge cases

    Brian Vaughn committed Dec 17, 2019
    Configuration menu
    Copy the full SHA
    be9046a View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2019

  1. 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 committed Dec 18, 2019
    Configuration menu
    Copy the full SHA
    7589f9e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    80931fb View commit details
    Browse the repository at this point in the history