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

#390: Issues with the new timer recorder plugin for Chrome #440

Merged
merged 7 commits into from
Feb 12, 2024

Commits on Nov 9, 2023

  1. Revert "Revert "GH #141: Timerrecorder extension: migrate to manifest…

    … v3 (#244)""
    
    This reverts commit 7549bfa.
    jowerner committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    5e69d57 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2023

  1. Configuration menu
    Copy the full SHA
    f0d0d69 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2023

  1. Configuration menu
    Copy the full SHA
    53d03e5 View commit details
    Browse the repository at this point in the history
  2. Chrome Timer Recorder

    * upped minimum chrome version to 116 (see https://developer.chrome.com/docs/extensions/mv3/service_workers/service-worker-lifecycle/#chrome-116)
    * installed a periodic task that sends a dummy message to XLT to keep the service worker alive
    * made the usage of the session storage configurable (off by default)
    * added a helper function to calculate the size of the request line
    * minor optimizations
    * added some useful logger functions
    
    XLT
    * made the usage of the session storage in the chrome timer recorder configurable (off by default)
    * handle new keep-alive messages by ignoring them
    * adjusted logging when receiving timer data
    jowerner committed Nov 17, 2023
    Configuration menu
    Copy the full SHA
    654046f View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2023

  1. feedback from reviewer

    jowerner committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    71bb79e View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2023

  1. feedback from reviewer

    Co-authored-by: h-arlt <[email protected]>
    jowerner and h-arlt authored Nov 30, 2023
    Configuration menu
    Copy the full SHA
    579bf13 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2024

  1. Revert "temporarily use zip to pack the extension until the bug in Ch…

    …rome 119 is fixed"
    
    This reverts commit 53d03e5.
    jowerner committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    5906663 View commit details
    Browse the repository at this point in the history