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

Last commit made on 2016-02-16
Get this branch:
git clone -b oxide/dev/cr2645 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/cr2645
Repository:
lp:~oxide-developers/oxide/+git/chromium

Recent commits

b808cfa... by Chris Coulson

Allow compositor-thread specific data to be uninitialized in OutputSurface when using surfaces

When using surfaces, cc::OutputSurface::DetachFromClient isn't called on the compositor thread,
but we currently do some work that depends on this in Oxide. As we can't use DetachFromClient here
(it releases the cc::ContextProvider, which is needed by the cc::Display destructor on the main
thread), we introduce a new method - cc::OutputSurface::DetachFromDisplayClient.

This is a temporary hack - we should refactor Oxide to not rely on this

d1747a6... by Chris Coulson

Merge upstream a3422513370fbca5b3bc2cfb5a4962692552b672 in to master

a342251... by chongz <email address hidden>

Return true if the 'textInput' event was handled by Chrome or event listeners to match Edge's behaviour.

Might affect some EditorCommand but they are either Chrome only or
supportedFromMenuOrKeyBinding().

BUG=355103

Review URL: https://codereview.chromium.org/1671103002

Cr-Commit-Position: refs/heads/master@{#374251}

083da2c... by nacl-deps-roller <email address hidden>

Roll src/native_client/ 003407c34..93e53f372 (1 commit).

https://chromium.googlesource.com/native_client/src/native_client.git/+log/003407c34cce..93e53f372dd8

$ git log 003407c34..93e53f372 --date=short --no-merges --format='%ad %ae %s'
2016-02-08 smklein Add support for Non-SFI PSO loading.

CQ_INCLUDE_TRYBOTS=tryserver.chromium.linux:linux_chromium_dbg_32_ng,linux_nacl_sdk_build
<email address hidden>

Review URL: https://codereview.chromium.org/1677323002

Cr-Commit-Position: refs/heads/master@{#374250}

e218a1d... by ymalik <email address hidden>

Fix internals method to return Layout Viewport scrollable area for FrameView.

Decoupling this change from https://codereview.chromium.org/1648293003/ to
unblock https://codereview.chromium.org/1678713002/

BUG=584067

Review URL: https://codereview.chromium.org/1679943002

Cr-Commit-Position: refs/heads/master@{#374249}

bbf1e34... by cernekee <email address hidden>

nacl_io: Add SOCK_DGRAM support to socketpair()

Change UnixEventEmitter to use a generic FIFOInterface instead of
FIFOChar specifically. Add bytewise Read() and Write() methods to
the former interface so that subclasses can handle both stream and
datagram based communication. For SOCK_DGRAM, use the FIFOPacket
class as the backend instead of FIFOChar.

BUG=584925
CQ_INCLUDE_TRYBOTS=tryserver.chromium.linux:linux_nacl_sdk;tryserver.chromium.mac:mac_nacl_sdk;tryserver.chromium.win:win_nacl_sdk

Review URL: https://codereview.chromium.org/1679643002

Cr-Commit-Position: refs/heads/master@{#374248}

52ce212... by Peter

[Android] Use fallback icon if there is no large favicon on the history page

This CL makes the history page use a rounded rectangle with the first letter of
the URL for history entries for which there is no large enough favicon.
Previously, the history page did a really bad resize for entries for which there
is no large enough favicon.

This CL:
- Introduces an Android version of FallbackIconService:
FallbackIconServiceImplAndroid which uses RoundedIconGenerator
- Encodes the SkBitmap produced by FallbackIconService to PNG on a worker
  thread. Encoding to PNG takes on average 5ms on a Nexus 5.

BUG=566012

Review URL: https://codereview.chromium.org/1596273003

Cr-Commit-Position: refs/heads/master@{#374247}

66d3b34... by chrishtr <email address hidden>

Don't allow dirtying layout during paint of a plugin placeholder.

This should not happen anyway, but adding defensive checks may uncover code
which does it anyway.

BUG=545039

Review URL: https://codereview.chromium.org/1677063004

Cr-Commit-Position: refs/heads/master@{#374246}

0cb6b42... by "rdevlin.cronin" <email address hidden>

[UI Views] Handle accelerators being pressed for buttons inside a menu

CustomButton::AcceleratorPressed checks that the button's widget is active,
but this won't be true for a button hosted inside a menu. Add support for
in-menu buttons being triggered by the keyboard, and add a test.

BUG=584771

Review URL: https://codereview.chromium.org/1671323002

Cr-Commit-Position: refs/heads/master@{#374245}

bc8d9a6... by estade <email address hidden>

Fix download danger prompt buttons/actions.

- The default action should start as focused
- The default action should be on the right on Linux, left on CrOS/Win
- The default action in this case should be caution
- The default action should be worded positively ("Be safe" not "Cancel").

Unfortunately this means the UI/presentational concept of cancel/accept is inverted from the model's definition.

BUG=583244

Review URL: https://codereview.chromium.org/1672983002

Cr-Commit-Position: refs/heads/master@{#374244}