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

Speedreader repository moved into brave core #5142

Merged
merged 40 commits into from
May 5, 2020
Merged

Commits on May 1, 2020

  1. Issue 7968: Wire up the easylist-based whitelist.

    Ivan Efremov authored and bridiver committed May 1, 2020
    Configuration menu
    Copy the full SHA
    6d9d2cd View commit details
    Browse the repository at this point in the history
  2. dumps rust SpeedReader version from separate repository

    AndriusA authored and bridiver committed May 1, 2020
    Configuration menu
    Copy the full SHA
    3170a89 View commit details
    Browse the repository at this point in the history
  3. directory structure as agreed, updates build files

    AndriusA authored and bridiver committed May 1, 2020
    Configuration menu
    Copy the full SHA
    20e57c8 View commit details
    Browse the repository at this point in the history
  4. drop-in replacement for existing speedreader wire-up

    AndriusA authored and bridiver committed May 1, 2020
    Configuration menu
    Copy the full SHA
    e3459de View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    aee4242 View commit details
    Browse the repository at this point in the history
  6. fixes memory management issues, adds more unit tests

    AndriusA authored and bridiver committed May 1, 2020
    Configuration menu
    Copy the full SHA
    e1fddd3 View commit details
    Browse the repository at this point in the history
  7. new stylesheet, url patterns matching current rewriters

    AndriusA authored and bridiver committed May 1, 2020
    Configuration menu
    Copy the full SHA
    424256d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    49d0ad1 View commit details
    Browse the repository at this point in the history
  9. reduces converting from html5ever types to strings to improve perform…

    …ance
    AndriusA authored and bridiver committed May 1, 2020
    Configuration menu
    Copy the full SHA
    abf505b View commit details
    Browse the repository at this point in the history
  10. update html5ever to 0.25.1 - breaking with rustc 1.35.0

    AndriusA authored and bridiver committed May 1, 2020
    Configuration menu
    Copy the full SHA
    7a5b887 View commit details
    Browse the repository at this point in the history
  11. more sites handled

    AndriusA authored and bridiver committed May 1, 2020
    Configuration menu
    Copy the full SHA
    4e95444 View commit details
    Browse the repository at this point in the history
  12. updates dependencies

    AndriusA authored and bridiver committed May 1, 2020
    Configuration menu
    Copy the full SHA
    ee2999e View commit details
    Browse the repository at this point in the history
  13. more mappings

    AndriusA authored and bridiver committed May 1, 2020
    Configuration menu
    Copy the full SHA
    947066a View commit details
    Browse the repository at this point in the history
  14. more site mappings

    AndriusA authored and bridiver committed May 1, 2020
    Configuration menu
    Copy the full SHA
    021f40a View commit details
    Browse the repository at this point in the history
  15. new speedreader ffi location

    AndriusA authored and bridiver committed May 1, 2020
    Configuration menu
    Copy the full SHA
    bc8bcdf View commit details
    Browse the repository at this point in the history
  16. removes standalone tests in favour of chromium unit tests

    AndriusA authored and bridiver committed May 1, 2020
    Configuration menu
    Copy the full SHA
    7ec8309 View commit details
    Browse the repository at this point in the history
  17. moves all html samples to a common directory

    AndriusA authored and bridiver committed May 1, 2020
    Configuration menu
    Copy the full SHA
    1eb5119 View commit details
    Browse the repository at this point in the history
  18. moves all html data samples off to a separate repository

    AndriusA authored and bridiver committed May 1, 2020
    Configuration menu
    Copy the full SHA
    eae930a View commit details
    Browse the repository at this point in the history
  19. styling tweaks

    AndriusA authored and bridiver committed May 1, 2020
    Configuration menu
    Copy the full SHA
    817eae7 View commit details
    Browse the repository at this point in the history
  20. removes old speedreader repo from DEPS

    AndriusA authored and bridiver committed May 1, 2020
    Configuration menu
    Copy the full SHA
    1ff745a View commit details
    Browse the repository at this point in the history
  21. deserialize from compressed or uncompressed JSON whitelist

    AndriusA authored and bridiver committed May 1, 2020
    Configuration menu
    Copy the full SHA
    d2778e4 View commit details
    Browse the repository at this point in the history
  22. whitelist configuration loaded from component or file provided via co…

    …mmand line option
    AndriusA authored and bridiver committed May 1, 2020
    Configuration menu
    Copy the full SHA
    b87515e View commit details
    Browse the repository at this point in the history
  23. lints

    AndriusA authored and bridiver committed May 1, 2020
    Configuration menu
    Copy the full SHA
    d2fc5bb View commit details
    Browse the repository at this point in the history
  24. attempts to resolve linking issues

    AndriusA authored and bridiver committed May 1, 2020
    Configuration menu
    Copy the full SHA
    df7cb8b View commit details
    Browse the repository at this point in the history
  25. absolute iclude paths, removes auto-generated ffi header

    AndriusA authored and bridiver committed May 1, 2020
    Configuration menu
    Copy the full SHA
    ac47626 View commit details
    Browse the repository at this point in the history
  26. attempts partial refactor of GN cargo build configuration

    AndriusA authored and bridiver committed May 1, 2020
    Configuration menu
    Copy the full SHA
    a5d52eb View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    2d0e48d View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    4ef280e View commit details
    Browse the repository at this point in the history
  29. updates ffi unittest

    AndriusA authored and bridiver committed May 1, 2020
    Configuration menu
    Copy the full SHA
    6e7acb7 View commit details
    Browse the repository at this point in the history
  30. naively reusing global whitelist in each throttler - loader

    AndriusA authored and bridiver committed May 1, 2020
    Configuration menu
    Copy the full SHA
    550a210 View commit details
    Browse the repository at this point in the history
  31. review fixes

    AndriusA authored and bridiver committed May 1, 2020
    Configuration menu
    Copy the full SHA
    1044b78 View commit details
    Browse the repository at this point in the history
  32. back to the bag of hacks for Rust library

    AndriusA authored and bridiver committed May 1, 2020
    Configuration menu
    Copy the full SHA
    821b18f View commit details
    Browse the repository at this point in the history

Commits on May 5, 2020

  1. removes redundant header includes

    AndriusA committed May 5, 2020
    Configuration menu
    Copy the full SHA
    f734a43 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d074fcb View commit details
    Browse the repository at this point in the history
  3. removes thread-local error message storing

    AndriusA committed May 5, 2020
    Configuration menu
    Copy the full SHA
    572206f View commit details
    Browse the repository at this point in the history
  4. attempt to lock libc version

    AndriusA committed May 5, 2020
    Configuration menu
    Copy the full SHA
    8b3b3c6 View commit details
    Browse the repository at this point in the history
  5. use patched cssparser

    AndriusA committed May 5, 2020
    Configuration menu
    Copy the full SHA
    2c5b0ff View commit details
    Browse the repository at this point in the history
  6. rust config tweaks

    AndriusA committed May 5, 2020
    Configuration menu
    Copy the full SHA
    4d1d071 View commit details
    Browse the repository at this point in the history
  7. rename loader

    AndriusA committed May 5, 2020
    Configuration menu
    Copy the full SHA
    5f03c67 View commit details
    Browse the repository at this point in the history
  8. updates cargo_cbindgen template outputs

    AndriusA committed May 5, 2020
    Configuration menu
    Copy the full SHA
    c901fe1 View commit details
    Browse the repository at this point in the history