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

chore: Chromium 67 #13756

Merged
merged 42 commits into from Sep 11, 2018
Merged

chore: Chromium 67 #13756

merged 42 commits into from Sep 11, 2018

Commits on Sep 11, 2018

  1. Copy the full SHA
    7c32524 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    7bd1b85 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    00423b0 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    0afebdc View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    400b23c View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    d15d08b View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    ed045c1 View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    67f6e21 View commit details
    Browse the repository at this point in the history
  9. Copy the full SHA
    ca28b39 View commit details
    Browse the repository at this point in the history
  10. Copy the full SHA
    833b551 View commit details
    Browse the repository at this point in the history
  11. Copy the full SHA
    14df89f View commit details
    Browse the repository at this point in the history
  12. Remove the memory property from getAppMetrics

    See 03d0bfd for more information
    MarshallOfSound authored and alexeykuzmin committed Sep 11, 2018
    Copy the full SHA
    dde194d View commit details
    Browse the repository at this point in the history
  13. Copy the full SHA
    aa6d769 View commit details
    Browse the repository at this point in the history
  14. Copy the full SHA
    8a6fccf View commit details
    Browse the repository at this point in the history
  15. Copy the full SHA
    a0a4c7b View commit details
    Browse the repository at this point in the history
  16. Copy the full SHA
    6e2bb72 View commit details
    Browse the repository at this point in the history
  17. Copy the full SHA
    b381e85 View commit details
    Browse the repository at this point in the history
  18. Copy the full SHA
    dc5c49e View commit details
    Browse the repository at this point in the history
  19. Handle unknown symbols for media:: method

    small implementation so instead of exposing with patch, copy impl
    
    This will be fixed once we remove chromium_src as a thing from e/e
    MarshallOfSound authored and alexeykuzmin committed Sep 11, 2018
    Copy the full SHA
    0b2b44b View commit details
    Browse the repository at this point in the history
  20. Copy the full SHA
    cad1d9a View commit details
    Browse the repository at this point in the history
  21. Copy the full SHA
    8da2bd4 View commit details
    Browse the repository at this point in the history
  22. Copy the full SHA
    9264a00 View commit details
    Browse the repository at this point in the history
  23. REVIEW: Delete WidgetDelegate before widget is destroyed.

    Ideally widget delegates must outlive their widget, but since
    we manage the lifetime of native widget, allow the delegate to
    be destroyed when widget is destroyed.
    https://chromium-review.googlesource.com/c/chromium/src/+/977244
    deepak1556 authored and alexeykuzmin committed Sep 11, 2018
    Copy the full SHA
    63006ae View commit details
    Browse the repository at this point in the history
  24. Copy the full SHA
    5b25c2d View commit details
    Browse the repository at this point in the history
  25. Copy the full SHA
    9a296fc View commit details
    Browse the repository at this point in the history
  26. Fix path to blink resources

    nornagon authored and alexeykuzmin committed Sep 11, 2018
    Copy the full SHA
    c6fbe5a View commit details
    Browse the repository at this point in the history
  27. Copy the full SHA
    64e79ce View commit details
    Browse the repository at this point in the history
  28. Copy the full SHA
    d80ee51 View commit details
    Browse the repository at this point in the history
  29. Copy the full SHA
    f6080b0 View commit details
    Browse the repository at this point in the history
  30. Copy the full SHA
    186f8d1 View commit details
    Browse the repository at this point in the history
  31. 2
    Copy the full SHA
    8bfad3a View commit details
    Browse the repository at this point in the history
  32. fix: fix osr compilation on Windows

    brenca authored and alexeykuzmin committed Sep 11, 2018
    Copy the full SHA
    1a9e253 View commit details
    Browse the repository at this point in the history
  33. chore: fix a chromium-style error

    osr_render_widget_host_view.cc:1150:12:
    error: [chromium-style] auto variable type must not deduce to a raw pointer type.
    
    (cherry picked from commit cc8e4ef)
    alexeykuzmin committed Sep 11, 2018
    Copy the full SHA
    9f6cf96 View commit details
    Browse the repository at this point in the history
  34. build: //service/viz mojo interfaces for osr

    (cherry picked from commit da2b2e7)
    deepak1556 authored and alexeykuzmin committed Sep 11, 2018
    Copy the full SHA
    11349eb View commit details
    Browse the repository at this point in the history
  35. Copy the full SHA
    7589555 View commit details
    Browse the repository at this point in the history
  36. Copy the full SHA
    829b230 View commit details
    Browse the repository at this point in the history
  37. Copy the full SHA
    917a905 View commit details
    Browse the repository at this point in the history
  38. Copy the full SHA
    1ba7e36 View commit details
    Browse the repository at this point in the history
  39. Copy the full SHA
    ba0a1cc View commit details
    Browse the repository at this point in the history
  40. Copy the full SHA
    56f5d6f View commit details
    Browse the repository at this point in the history
  41. Copy the full SHA
    ce8e93b View commit details
    Browse the repository at this point in the history
  42. build: [m67] enable widevine support (#14519)

    * build: [m67] enable widevine support
    
    * fix: remove plugin cache reset hack
    
    It was added in (#8907) to make widevine cdm shows up in
    navigator.plugins, since widevine support is no longer
    enabled by a plugin it can be removed safely.
    deepak1556 authored and alexeykuzmin committed Sep 11, 2018
    Copy the full SHA
    f76a8c7 View commit details
    Browse the repository at this point in the history