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

feat: upgrade to Chromium 68.0.3440.128 and Node 10.11.0 #14964

Merged
merged 51 commits into from Oct 4, 2018

Commits on Oct 3, 2018

  1. Copy the full SHA
    78c8951 View commit details
    Browse the repository at this point in the history
  2. bump CHROME_VERSION_STRING

    TODO: automatically pull in the real chrome version
    nornagon authored and alexeykuzmin committed Oct 3, 2018
    Copy the full SHA
    d5e9b66 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    6f2f761 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    e721388 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    ce2c8e3 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    7092fa3 View commit details
    Browse the repository at this point in the history
  7. PathService -> base::PathService

    nornagon authored and alexeykuzmin committed Oct 3, 2018
    Copy the full SHA
    de581ca View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    2804213 View commit details
    Browse the repository at this point in the history
  9. Copy the full SHA
    1c60f9e View commit details
    Browse the repository at this point in the history
  10. Copy the full SHA
    b9cd349 View commit details
    Browse the repository at this point in the history
  11. Copy the full SHA
    5a75744 View commit details
    Browse the repository at this point in the history
  12. Copy the full SHA
    8060e91 View commit details
    Browse the repository at this point in the history
  13. std::unique_ptr<WebContents>

    nornagon authored and alexeykuzmin committed Oct 3, 2018
    Copy the full SHA
    a5b09e2 View commit details
    Browse the repository at this point in the history
  14. blink::WebFullscreenOptions

    nornagon authored and alexeykuzmin committed Oct 3, 2018
    Copy the full SHA
    517d38f View commit details
    Browse the repository at this point in the history
  15. Copy the full SHA
    948fe21 View commit details
    Browse the repository at this point in the history
  16. Copy the full SHA
    08265ba View commit details
    Browse the repository at this point in the history
  17. MessageLoopCurrent

    nornagon authored and alexeykuzmin committed Oct 3, 2018
    Copy the full SHA
    5d9ba8b View commit details
    Browse the repository at this point in the history
  18. Copy the full SHA
    faf5768 View commit details
    Browse the repository at this point in the history
  19. Copy the full SHA
    9c15c97 View commit details
    Browse the repository at this point in the history
  20. Copy the full SHA
    3b76573 View commit details
    Browse the repository at this point in the history
  21. Copy the full SHA
    7a043a8 View commit details
    Browse the repository at this point in the history
  22. Copy the full SHA
    7e5d90f View commit details
    Browse the repository at this point in the history
  23. test: remove no longer existing Chromium test deps

    cc_blink_unittests has been removed in
    https://chromium-review.googlesource.com/1053765
    
    mojo_common_unittests has been removed in
    https://chromium-review.googlesource.com/1028000
    nornagon authored and alexeykuzmin committed Oct 3, 2018
    Copy the full SHA
    e6da87b View commit details
    Browse the repository at this point in the history
  24. Copy the full SHA
    f0da5bc View commit details
    Browse the repository at this point in the history
  25. SetFdLimit -> IncreaseFdLimitTo

    NOTE: the behaviour of this API has changed slightly, and we should
    mention that in the notes.
    nornagon authored and alexeykuzmin committed Oct 3, 2018
    Copy the full SHA
    6a202c9 View commit details
    Browse the repository at this point in the history
  26. certificate_transparency moved out of net/

    pending a clearer decision about what to do with CT
    
    in the mean time, copy CreateLogVerifiersForKnownLogs from deleted chromium source
    nornagon authored and alexeykuzmin committed Oct 3, 2018
    Copy the full SHA
    3657715 View commit details
    Browse the repository at this point in the history
  27. add secure_origin_whitelist to chrome source list

    NOTE: is this something we actually want? cc @deepak1556
    nornagon authored and alexeykuzmin committed Oct 3, 2018
    Copy the full SHA
    5d882c6 View commit details
    Browse the repository at this point in the history
  28. Copy the full SHA
    9aaedc3 View commit details
    Browse the repository at this point in the history
  29. use new node options parser

    nornagon authored and alexeykuzmin committed Oct 3, 2018
    Copy the full SHA
    6e037f5 View commit details
    Browse the repository at this point in the history
  30. Copy the full SHA
    2f75777 View commit details
    Browse the repository at this point in the history
  31. Copy the full SHA
    f9ed25d View commit details
    Browse the repository at this point in the history
  32. Copy the full SHA
    4e679a3 View commit details
    Browse the repository at this point in the history
  33. test: minor improvements to the Node spec

     - reformat some parts
     - better failures reporting with `expect`
     - skip some tests instead of marking them as passed
    alexeykuzmin committed Oct 3, 2018
    Copy the full SHA
    ae95f77 View commit details
    Browse the repository at this point in the history
  34. Copy the full SHA
    aafe833 View commit details
    Browse the repository at this point in the history
  35. Copy the full SHA
    6ab5c2f View commit details
    Browse the repository at this point in the history
  36. Copy the full SHA
    cc53269 View commit details
    Browse the repository at this point in the history
  37. Copy the full SHA
    ae12d53 View commit details
    Browse the repository at this point in the history
  38. Copy the full SHA
    09f018c View commit details
    Browse the repository at this point in the history
  39. Copy the full SHA
    01179ea View commit details
    Browse the repository at this point in the history
  40. Copy the full SHA
    0fc79ad View commit details
    Browse the repository at this point in the history
  41. disable OSR for now

    nornagon authored and alexeykuzmin committed Oct 3, 2018
    Copy the full SHA
    41d806e View commit details
    Browse the repository at this point in the history
  42. Copy the full SHA
    b11b4f2 View commit details
    Browse the repository at this point in the history
  43. Copy the full SHA
    0ee46cd View commit details
    Browse the repository at this point in the history
  44. roll node to v10.11.0

    nornagon authored and alexeykuzmin committed Oct 3, 2018
    Copy the full SHA
    d4c8375 View commit details
    Browse the repository at this point in the history
  45. Copy the full SHA
    81bd7fa View commit details
    Browse the repository at this point in the history
  46. Copy the full SHA
    45c2dcd View commit details
    Browse the repository at this point in the history
  47. experiment with is_cfi = false

    nornagon authored and alexeykuzmin committed Oct 3, 2018
    Copy the full SHA
    f7f93d2 View commit details
    Browse the repository at this point in the history
  48. fix: build torque with x64 toolchain

    Co-Authored-By: Alexey Kuzmin <github@alexeykuzmin.com>
    John Kleinschmidt and alexeykuzmin committed Oct 3, 2018
    Copy the full SHA
    df32326 View commit details
    Browse the repository at this point in the history
  49. Copy the full SHA
    21f382f View commit details
    Browse the repository at this point in the history
  50. Copy the full SHA
    b47081e View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2018

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