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

fix(extensions): implement missing web_request hooks #22655

Merged
merged 56 commits into from Dec 18, 2020

Commits on Mar 11, 2020

  1. Configuration menu
    Copy the full SHA
    792f228 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6d1a43f View commit details
    Browse the repository at this point in the history
  3. fix: buildflag typo

    sentialx committed Mar 11, 2020
    Configuration menu
    Copy the full SHA
    3f67969 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5647f6f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3dac5bc View commit details
    Browse the repository at this point in the history
  6. fix: condition

    sentialx committed Mar 11, 2020
    Configuration menu
    Copy the full SHA
    a77fb19 View commit details
    Browse the repository at this point in the history
  7. refactor: simplify the code

    sentialx committed Mar 11, 2020
    Configuration menu
    Copy the full SHA
    9d3cbd1 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2020

  1. Merge branch 'master' of https://github.com/electron/electron into we…

    …b-request-api-hooks
    sentialx committed Mar 12, 2020
    Configuration menu
    Copy the full SHA
    1b8a740 View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2020

  1. fix: update condition

    sentialx committed Apr 6, 2020
    Configuration menu
    Copy the full SHA
    3c06852 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    89e3517 View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2020

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

Commits on Apr 10, 2020

  1. Configuration menu
    Copy the full SHA
    7a5a9fc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bb847ac View commit details
    Browse the repository at this point in the history
  3. refactor: remove redundant use_proxy variable

    Co-Authored-By: Jeremy Apthorp <nornagon@nornagon.net>
    sentialx and nornagon committed Apr 10, 2020
    Configuration menu
    Copy the full SHA
    351af18 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9e9075c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8bb79bb View commit details
    Browse the repository at this point in the history
  6. fix: tests

    sentialx committed Apr 10, 2020
    Configuration menu
    Copy the full SHA
    d3da8eb View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2020

  1. fix: tests

    sentialx committed Apr 11, 2020
    Configuration menu
    Copy the full SHA
    44718cc View commit details
    Browse the repository at this point in the history
  2. fix: add slash in url

    sentialx committed Apr 11, 2020
    Configuration menu
    Copy the full SHA
    cbe08d1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    95a8005 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2020

  1. Configuration menu
    Copy the full SHA
    f2cfafc View commit details
    Browse the repository at this point in the history
  2. fix: attempt to fix tests

    sentialx committed Jun 4, 2020
    Configuration menu
    Copy the full SHA
    b47ff30 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    138a94d View commit details
    Browse the repository at this point in the history
  4. lint: fix spaces

    sentialx committed Jun 4, 2020
    Configuration menu
    Copy the full SHA
    3e3c8e8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2923414 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2020

  1. fix: tests

    sentialx committed Jun 5, 2020
    Configuration menu
    Copy the full SHA
    50829fb View commit details
    Browse the repository at this point in the history
  2. feat: websocket tests

    sentialx committed Jun 5, 2020
    Configuration menu
    Copy the full SHA
    e7eb2a9 View commit details
    Browse the repository at this point in the history
  3. fix: no requestHeaders

    sentialx committed Jun 5, 2020
    Configuration menu
    Copy the full SHA
    9b9a60b View commit details
    Browse the repository at this point in the history
  4. Apply suggestions from code review

    Co-authored-by: Jeremy Rose <nornagon@nornagon.net>
    sentialx and nornagon committed Jun 5, 2020
    Configuration menu
    Copy the full SHA
    f0c1558 View commit details
    Browse the repository at this point in the history
  5. fix: remaining tests

    sentialx committed Jun 5, 2020
    Configuration menu
    Copy the full SHA
    d37ff74 View commit details
    Browse the repository at this point in the history
  6. test: add a case

    sentialx committed Jun 5, 2020
    Configuration menu
    Copy the full SHA
    a1cdc70 View commit details
    Browse the repository at this point in the history
  7. fix: remove DCHECK

    sentialx committed Jun 5, 2020
    Configuration menu
    Copy the full SHA
    a6ded49 View commit details
    Browse the repository at this point in the history
  8. fix: precedence test

    sentialx committed Jun 5, 2020
    Configuration menu
    Copy the full SHA
    5bb508a View commit details
    Browse the repository at this point in the history
  9. fix: test url filters

    sentialx committed Jun 5, 2020
    Configuration menu
    Copy the full SHA
    03ee78d View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2020

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

Commits on Jul 9, 2020

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

Commits on Jul 11, 2020

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

Commits on Jul 20, 2020

  1. Configuration menu
    Copy the full SHA
    1530eb2 View commit details
    Browse the repository at this point in the history
  2. fix: build errors

    sentialx committed Jul 20, 2020
    Configuration menu
    Copy the full SHA
    540ef6e View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2020

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

Commits on Aug 5, 2020

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

Commits on Sep 6, 2020

  1. Configuration menu
    Copy the full SHA
    e00d117 View commit details
    Browse the repository at this point in the history
  2. Update extensions.md

    sentialx committed Sep 6, 2020
    Configuration menu
    Copy the full SHA
    b8b30ee View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6967b36 View commit details
    Browse the repository at this point in the history
  4. Update extensions-spec.ts

    sentialx committed Sep 6, 2020
    Configuration menu
    Copy the full SHA
    df95993 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2020

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

Commits on Sep 29, 2020

  1. Configuration menu
    Copy the full SHA
    4efc318 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b5d407f View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2020

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

Commits on Nov 18, 2020

  1. Configuration menu
    Copy the full SHA
    436235f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fbdb5ca View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2020

  1. fix: tests

    sentialx committed Nov 19, 2020
    Configuration menu
    Copy the full SHA
    56ced0f View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2020

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

Commits on Nov 30, 2020

  1. lint

    nornagon committed Nov 30, 2020
    Configuration menu
    Copy the full SHA
    f229990 View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2020

  1. Configuration menu
    Copy the full SHA
    16a62fd View commit details
    Browse the repository at this point in the history
  2. fix: lint

    sentialx committed Dec 18, 2020
    Configuration menu
    Copy the full SHA
    f063a27 View commit details
    Browse the repository at this point in the history