~oxide-developers/oxide/+git/chromium:oxide/dev/cr2763

Last commit made on 2016-06-14
Get this branch:
git clone -b oxide/dev/cr2763 https://git.launchpad.net/~oxide-developers/oxide/+git/chromium
Members of Oxide Developers can upload to this branch. Log in for directions.

Branch merges

Branch information

Name:
oxide/dev/cr2763
Repository:
lp:~oxide-developers/oxide/+git/chromium

Recent commits

e9fad18... by Chris Coulson

Remove gl_surface_oxide_linux.h from gl.gyp - this doesn't exist yet

669b23c... by Chris Coulson

GYP-specific fixes to changes in //ui/gl

41128da... by Chris Coulson

Merge upstream dd933bda0baa6a13ab0120f0056a2b783e459efb in to master

dd933bd... by mek <email address hidden>

Limit foreign fetch to only intercept requests made from secure contexts.

Implements step 5 of "Handle Foreign Fetch" in [1]

[1]: https://slightlyoff.github.io/ServiceWorker/spec/service_worker/index.html#on-foreign-fetch-request-algorithm

BUG=540509

Review-Url: https://codereview.chromium.org/2032653003
Cr-Commit-Position: refs/heads/master@{#398752}

2e432fc... by simonhatch <email address hidden>

Fix jetstream unreferenced tab variable.

BUG=618513
NOTRY=true

Review-Url: https://codereview.chromium.org/2051673003
Cr-Commit-Position: refs/heads/master@{#398751}

bdbbc06... by jamescook <email address hidden>

mash: Move shelf menu code to //ash/common/shelf

It no longer has non-common dependencies.

I'll TBR since it's a purely mechanical file move.

BUG=615155
TEST=compiles
<email address hidden>

Review-Url: https://codereview.chromium.org/2046563012
Cr-Commit-Position: refs/heads/master@{#398750}

9dbf846... by mpearson <email address hidden>

Omnibox: Don't Barf When Suggestion is Mixed-Case Equivalent to Verbatim

Make anything that's case-equivalent to the user's input / query-what-you-typed
be allowed to the default match.

BUG=617312

Review-Url: https://codereview.chromium.org/2045873002
Cr-Commit-Position: refs/heads/master@{#398749}

233182a... by mdjones <email address hidden>

Optimize tab switcher border PNG files

Total size of new tab switcher border assets reduced by 72%; 9256 to
2580 bytes.

BUG=606612

Review-Url: https://codereview.chromium.org/2051463003
Cr-Commit-Position: refs/heads/master@{#398748}

70fb56f... by ben <email address hidden>

Send Navigation notifications to clients.

This teaches clients about Navigation entries & should eventually allow them to add a client lib which replicates the in-service NavigationController.

Adds back/forward dropdown menus to the browser app.

<email address hidden>

Review-Url: https://codereview.chromium.org/2055553002
Cr-Commit-Position: refs/heads/master@{#398747}

463485d... by scheib <email address hidden>

Revert of Remove enable/disable wheel gestures setting. (patchset #3 id:40001 of https://codereview.chromium.org/2047093002/ )

Reason for revert:
Caused RenderWidgetHostViewMacTest.IgnoreEmptyUnhandledWheelEventWithWheelGestures failure on build:

https://build.chromium.org/p/chromium.mac/builders/Mac10.9%20Tests%20(dbg)/builds/25325

See
https://findit-for-me.appspot.com/build-failure?url=https://build.chromium.org/p/chromium.mac/builders/Mac10.9%20Tests%20(dbg)/builds/25325

Test output:
"""
[ RUN ] RenderWidgetHostViewMacTest.IgnoreEmptyUnhandledWheelEventWithWheelGestures
../../content/browser/renderer_host/render_widget_host_view_mac_unittest.mm:966: Failure
Value of: view_delegate.get().unhandledWheelEventReceived
  Actual: ''
Expected: __objc_yes
Which is: '?' (1)
[3372:1287:0608/164121:1128775946716:FATAL:surface_manager.cc(43)] Check failed: namespace_client_map_.size() == 0u (1 vs. 0)
"""

Original issue's description:
> Remove enable/disable wheel gestures setting.
>
> Since wheel gesture based scrolling has shipped and the code has been
> removed from blink we can remove the runtime setting.
>
> BUG=598798
> CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel
>
> Committed: https://crrev.com/3f5cea527647ebc8c505b1932d680854e162d82f
> Cr-Commit-Position: refs/heads/master@{#398716}

<email address hidden>,<email address hidden>,<email address hidden>,<email address hidden>
# Skipping CQ checks because original CL landed less than 1 days ago.
NOPRESUBMIT=true
NOTREECHECKS=true
NOTRY=true
BUG=598798

Review-Url: https://codereview.chromium.org/2050033002
Cr-Commit-Position: refs/heads/master@{#398746}