- 22 Jun, 2018 40 commits
-
-
webrtc-chromium-autoroll authored
https://webrtc.googlesource.com/src.git/+log/0d4ee0a96946..87e447992446 git log 0d4ee0a96946..87e447992446 --date=short --no-merges --format='%ad %ae %s' 2018-06-22 buildbot@webrtc.org Roll chromium_revision 72ef4e47..ecf8a613 (569500:569618) Created with: gclient setdep -r src/third_party/webrtc@87e447992446 The AutoRoll server is located here: https://webrtc-chromium-roll.skia.org Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. CQ_INCLUDE_TRYBOTS=luci.chromium.try:linux_chromium_archive_rel_ng;master.tryserver.chromium.mac:mac_chromium_archive_rel_ng BUG=chromium:None TBR=webrtc-chromium-sheriffs-robots@google.com Change-Id: I0c56fed52c2022cbb6b2e116dddcd87ba6aaf031 Reviewed-on: https://chromium-review.googlesource.com/1112118Reviewed-by:
webrtc-chromium-autoroll <webrtc-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Commit-Queue: webrtc-chromium-autoroll <webrtc-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#569683}
-
Carlos IL authored
As part of committed interstitials, the MergeSessionLoadPage interstitial was removed, the wait for MergeSession now happens directly in the MergeSessionNavigationThrottle. Bug: 854628 Cq-Include-Trybots: luci.chromium.try:closure_compilation Change-Id: Ib5c73824d08de8733b9b47e113587a552aa9a828 Reviewed-on: https://chromium-review.googlesource.com/1108186Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Commit-Queue: Carlos IL <carlosil@chromium.org> Cr-Commit-Position: refs/heads/master@{#569682}
-
David Roger authored
The Gaia server needs to be able to distinguish between Dice and Mirror calls. This CL sets a new different source for Dice calls. Bug: 854743 Change-Id: Id697d5aad326283b0002c6ce76dde4e619b9885e Reviewed-on: https://chromium-review.googlesource.com/1109898Reviewed-by:
Mihai Sardarescu <msarda@chromium.org> Commit-Queue: David Roger <droger@chromium.org> Cr-Commit-Position: refs/heads/master@{#569681}
-
Orin Jaworski authored
New tab button ink drop effect is made less opaque for touch and more opaque for non-touch interfaces. Bug: 851041 Change-Id: I2243a44f3d98899eace803a0681e1b060014e08e Reviewed-on: https://chromium-review.googlesource.com/1109459 Commit-Queue: Orin Jaworski <orinj@chromium.org> Reviewed-by:
Peter Kasting <pkasting@chromium.org> Cr-Commit-Position: refs/heads/master@{#569680}
-
Alexis Hetu authored
On ChromeOS, for both gbm and wayland platforms, SwiftShader had been added to the list of allowed GL implementations without being added to their corresponding GetGLOzone functions. This adds the missing entries. Also, on gbm, the GetGLOzone function had a thread checker, which no other platform has. Since it was making the SwiftShader implementation fail, I removed it. It may have been a mistake in the conversion process and had been added here: https://codereview.chromium.org/2327813002/diff/20001/ui/ozone/platform/drm/gpu/gbm_surface_factory.cc Bug: chromium:848035 Change-Id: I8c88dcd84974668b935c96e669a4b2c642a3ba21 Reviewed-on: https://chromium-review.googlesource.com/1111332Reviewed-by:
Robert Kroeger <rjkroege@chromium.org> Commit-Queue: Alexis Hétu <sugoi@chromium.org> Cr-Commit-Position: refs/heads/master@{#569679}
-
angle-chromium-autoroll authored
https://chromium.googlesource.com/angle/angle.git/+log/8a4c49fb794e..fec92a6f89f1 git log 8a4c49fb794e..fec92a6f89f1 --date=short --no-merges --format='%ad %ae %s' 2018-06-22 geofflang@chromium.org Temporarily skip MakeCurrentMultiContext test on Windows AMD OpenGL. 2018-06-22 jmadill@chromium.org Vulkan: Add RenderTargetVk::getImageForRead. 2018-06-22 jie.a.chen@intel.com ParallelCompile: Update gl.xml 2018-06-22 jmadill@chromium.org Vulkan: Fix mixed descriptor pool updates. 2018-06-22 jmadill@chromium.org Vulkan: Fix releasing Programs that are in use. Created with: gclient setdep -r src/third_party/angle@fec92a6f89f1 The AutoRoll server is located here: https://angle-chromium-roll.skia.org Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. CQ_INCLUDE_TRYBOTS=luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel BUG=chromium:849576 TBR=cwallez@chromium.org Change-Id: I6da5c85a59eec62213a0c8be714f27daf855666d Reviewed-on: https://chromium-review.googlesource.com/1112217Reviewed-by:
angle-chromium-autoroll <angle-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Commit-Queue: angle-chromium-autoroll <angle-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#569678}
-
wutao authored
This patch add the AddObserver method to voice interaction controller mojom. Bug: b/110094434, b/80431063 Test: manual. Change-Id: I15853b1cea5cc11c3228f59f80df2bd634616c60 Reviewed-on: https://chromium-review.googlesource.com/1111645Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Reviewed-by:
Xiaohui Chen <xiaohuic@chromium.org> Commit-Queue: Tao Wu <wutao@chromium.org> Cr-Commit-Position: refs/heads/master@{#569677}
-
inglorion authored
Ran `tools/clang/scripts/upload_revision.py 335091`. Change-Id: If33c2ba0fdfe2df9d0fee042a2aec2460a7c9e8e Reviewed-on: https://chromium-review.googlesource.com/1109394Reviewed-by:
Reid Kleckner <rnk@chromium.org> Reviewed-by:
Nico Weber <thakis@chromium.org> Commit-Queue: Bob Haarman <inglorion@chromium.org> Cr-Commit-Position: refs/heads/master@{#569676}
-
Carlos IL authored
This enables reporting for subframe navigations that involve a redirect and are upgraded due to CSP policy. Bug: 615885 Cq-Include-Trybots: luci.chromium.try:linux_mojo Change-Id: Ibcd0160ba0825d5d5d2f2f2a58ecfe9fb51c4688 Reviewed-on: https://chromium-review.googlesource.com/1096360Reviewed-by:
Naoki Fukino <fukino@chromium.org> Reviewed-by:
Arthur Sonzogni <arthursonzogni@chromium.org> Reviewed-by:
Camille Lamy <clamy@chromium.org> Reviewed-by:
Daniel Murphy <dmurph@chromium.org> Reviewed-by:
Luke Halliwell <halliwell@chromium.org> Reviewed-by:
Ben Wells <benwells@chromium.org> Reviewed-by:
Matt Menke <mmenke@chromium.org> Reviewed-by:
Mike West <mkwst@chromium.org> Commit-Queue: Carlos IL <carlosil@chromium.org> Cr-Commit-Position: refs/heads/master@{#569675}
-
Allen Bauer authored
Bug: 853240 Change-Id: I8112807df34779c78e2d96ce15e391eb1863d8d1 Reviewed-on: https://chromium-review.googlesource.com/1112198Reviewed-by:
Peter Kasting <pkasting@chromium.org> Commit-Queue: Allen Bauer <kylixrd@chromium.org> Cr-Commit-Position: refs/heads/master@{#569674}
-
chrome://safe-browsingDaniel Rubery authored
All events in the sync Event Log are now displayed in the chrome://safe-browsing PhishGuard event log. Render: https://screenshot.googleplex.com/N6UOBVpmx95 Bug: 849351 Change-Id: I49509231f6dcab76122eb6218b26d8bb6630a22b Reviewed-on: https://chromium-review.googlesource.com/1106966Reviewed-by:
Varun Khaneja <vakh@chromium.org> Commit-Queue: Daniel Rubery <drubery@chromium.org> Cr-Commit-Position: refs/heads/master@{#569673}
-
Ioana Pandele authored
Automatic password generation is offered for password fields that Chrome perceives as being eligible for generation. When such a field is focused, a button to trigger generation is presented in the keyboard accessory.Tapping on this button brings up a modal dialog that displays a generated password with confirm and cancel buttons. Once the user taps the "Use password" button in the dialog, the generated password is filled in the field and can be edited in place. Bug: 835234 Change-Id: I2f0e5dc3a0f9153109207a4fd8624cd4eb6e03c3 Reviewed-on: https://chromium-review.googlesource.com/1097478Reviewed-by:
Vasilii Sukhanov <vasilii@chromium.org> Reviewed-by:
Bernhard Bauer <bauerb@chromium.org> Reviewed-by:
Friedrich Horschig <fhorschig@chromium.org> Commit-Queue: Ioana Pandele <ioanap@chromium.org> Cr-Commit-Position: refs/heads/master@{#569672}
-
Stefan Zager authored
This reduces the number of .cc files that include the PLSA header from 196 to 107. BUG=823365 R=skobes@chromium.org,pdr@chromium.org Cq-Include-Trybots: luci.chromium.try:linux_layout_tests_slimming_paint_v2;master.tryserver.blink:linux_trusty_blink_rel Change-Id: I846a7b5e3120e5cf60ba59002ba53c82d8099d88 Reviewed-on: https://chromium-review.googlesource.com/1111011Reviewed-by:
Dominic Mazzoni <dmazzoni@chromium.org> Reviewed-by:
Philip Rogers <pdr@chromium.org> Reviewed-by:
Steve Kobes <skobes@chromium.org> Commit-Queue: Stefan Zager <szager@chromium.org> Cr-Commit-Position: refs/heads/master@{#569671}
-
Kevin Bailey authored
We were measuring the tab switch button size before setting all the relevant aspects. When we requested a size, it was therefore too big. This corrects that and, since the size is more appropriate, we don't need the left justification, which was broken when there wasn't any text anyways. Bug: 780835 Change-Id: I72bd6aedc84837864dc6fe764e4ce865f9170cb4 Reviewed-on: https://chromium-review.googlesource.com/1108452Reviewed-by:
Tommy Li <tommycli@chromium.org> Commit-Queue: Kevin Bailey <krb@chromium.org> Cr-Commit-Position: refs/heads/master@{#569670}
-
dpapad authored
- Use enable_extensions flag for extensions tests. - Merge multiple is_chromeos conditionals to one. - Eliminate logic to first add a dependency, then remove it on certain platforms. Bug: None Change-Id: Ic0dd490f4672dbb23317e9743c25d9fd1d081ead Reviewed-on: https://chromium-review.googlesource.com/1085901Reviewed-by:
Michael Giuffrida <michaelpg@chromium.org> Commit-Queue: Demetrios Papadopoulos <dpapad@chromium.org> Cr-Commit-Position: refs/heads/master@{#569669}
-
David Tseng authored
This fixes custom text fields of type="tel" that insert whitespace as padding. Change-Id: I054a1713f5a3bfba8f412e18fc93ecea7155afde Reviewed-on: https://chromium-review.googlesource.com/1111112 Commit-Queue: David Tseng <dtseng@chromium.org> Reviewed-by:
Dominic Mazzoni <dmazzoni@chromium.org> Cr-Commit-Position: refs/heads/master@{#569668}
-
Bret Sepulveda authored
We need to be able to change this later without a merge. Bug: 848420 Change-Id: Ie4f50f6a919e5e4e761c364776c702d40513637d Reviewed-on: https://chromium-review.googlesource.com/1111209Reviewed-by:
Allen Bauer <kylixrd@chromium.org> Commit-Queue: Bret Sepulveda <bsep@chromium.org> Cr-Commit-Position: refs/heads/master@{#569667}
-
Christian Fremerey authored
The video capture service shuts down when not in use. The current logic triggers a 5 second timer when the last client disconnects. When the timer expires, it either stays alive if there now is a client connect or it shuts down if there still is no client connected. This logic is not very suitable for usage patterns where clients may connect frequently but only for very brief periods of time. If that happens, the service may end up shutting down and starting back up again frequently. This CL changes the logic such that when a new client connects, any previous timers are cancelled. Also part of this CL: * Move tests that are concerned with verifying when the service does or does not quit closer to the implementation. This allows eliminating the need for dynamically configuring a timeout for testing, and instead looking for ref counts. Bug: 829581 Test: services_unittests --gtest_filter=DeviceFactoryProviderConnectorTest.* Change-Id: I788775aaf6e77159a9142994d4772200ab42a14d Reviewed-on: https://chromium-review.googlesource.com/1089921Reviewed-by:
Tom Sepez <tsepez@chromium.org> Reviewed-by:
Ken Rockot <rockot@chromium.org> Commit-Queue: Christian Fremerey <chfremer@chromium.org> Cr-Commit-Position: refs/heads/master@{#569666}
-
Xianzhu Wang authored
Cq-Include-Trybots: luci.chromium.try:linux_layout_tests_slimming_paint_v2;master.tryserver.blink:linux_trusty_blink_rel Change-Id: Ia7a97eefa81c7279d12e2827fedb6765fc866d65 Reviewed-on: https://chromium-review.googlesource.com/1112205 Commit-Queue: Xianzhu Wang <wangxianzhu@chromium.org> Commit-Queue: Philip Rogers <pdr@chromium.org> Reviewed-by:
Philip Rogers <pdr@chromium.org> Cr-Commit-Position: refs/heads/master@{#569665}
-
Sandra Sun authored
Intent-to-ship: https://groups.google.com/a/chromium.org/d/topic/blink-dev/K4m85YRD1II/discussion Bug: 497851 Change-Id: Iae62b81fda3b6dab683833d61937b8a4b134fb4a Reviewed-on: https://chromium-review.googlesource.com/1110852Reviewed-by:
Chris Harrelson <chrishtr@chromium.org> Commit-Queue: Sandra Sun <sunyunjia@chromium.org> Cr-Commit-Position: refs/heads/master@{#569664}
-
Anders Hartvoll Ruud authored
Relative URLs in registered custom properties must resolve against the base URL of the originating stylesheet. For instance, consider a style- sheet at /style/mystyle.css: --foo: url("myimage.jpg"); And a document at /index.html: <style> background-image: var(--foo); </style> If the property --foo is registered with syntax <url>, then the background- image should be /style/myimage.jpg. This is contrary to non-registered properties, in which case the background-image would be /myimage.jpg. To implement this, this patch scans for URL tokens and 'url('-function tokens after (var-)resolving the registered custom property (see CSSVariableResolver::ResolveCustomProperty). The token containing the relative URL is then rewritten (in-place) to contain an absolute URL instead. To avoid doing unnecessary work, we only scan the token stream if CSSVariableData::needs_variable_resolution_ is set. This is set either if needs_url_resolution_ is set (because var-references could produce relative URLs), or if the token stream contains URL/function-tokens. When a resolved CSSVariableData is created (::CreateResolved), it is assumed that the incoming token stream contains no URLs that need to be resolved. R=futhark@chromium.org, timloh@chromium.org Bug: 851490 Change-Id: I25b1e839fc92eb538f30670fe91fc92a1ad9d5ea Reviewed-on: https://chromium-review.googlesource.com/1109975 Commit-Queue: Anders Ruud <andruud@chromium.org> Reviewed-by:
Rune Lillesveen <futhark@chromium.org> Cr-Commit-Position: refs/heads/master@{#569663}
-
v8-ci-autoroll-builder authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/f237b823..0f6e609b Please follow these instructions for assigning/CC'ing issues: https://github.com/v8/v8/wiki/Triaging%20issues Please close rolling in case of a roll revert: https://v8-roll.appspot.com/ This only works with a Google account. CQ_INCLUDE_TRYBOTS=master.tryserver.blink:linux_trusty_blink_rel;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel;luci.chromium.try:android_optional_gpu_tests_rel TBR=hablich@chromium.org,machenbach@chromium.org,kozyatinskiy@chromium.org,sergiyb@chromium.org Change-Id: Iea734e8067831d7409190b9b414ad8f6e31b0024 Reviewed-on: https://chromium-review.googlesource.com/1111913Reviewed-by:
V8 Autoroller <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> Commit-Queue: V8 Autoroller <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#569662}
-
David Valleau authored
Change-Id: I92425dc2d51b4b2397651e31fe55aaa604265ab9 Reviewed-on: https://chromium-review.googlesource.com/1110842Reviewed-by:
Xiaoqian Dai <xdai@chromium.org> Reviewed-by:
Michael Giuffrida <michaelpg@chromium.org> Commit-Queue: David Valleau <valleau@chromium.org> Cr-Commit-Position: refs/heads/master@{#569661}
-
Theresa authored
Replace menu_bg and edge_menu_bg with a new modern popup_bg. BUG=823531 Change-Id: Idec73e189527363cb8186e006e22657a4b5dad8d Reviewed-on: https://chromium-review.googlesource.com/1108924Reviewed-by:
Matthew Jones <mdjones@chromium.org> Reviewed-by:
Becky Zhou <huayinz@chromium.org> Commit-Queue: Theresa <twellington@chromium.org> Cr-Commit-Position: refs/heads/master@{#569660}
-
Oksana Zhuravlova authored
This change moves Device*EventPump classes and appropriate unit tests to third_party/blink/renderer/modules/device_orientation. Their instances are now created in relevant Device*Dispatcher methods with a LocalFrame* passed to be used for Mojo interface creation. Some updates were required to satisfy blink dependencies limitations and for consistency: - base::RepeatingTimer was replaced by TaskRunnerTimer which has to be initialized with a base::SingleThreadTaskRunner, so the constructors were extended with a new parameter; - base::Time -> WTF::Time; - base::BindOnce -> WTF::Bind, base::Unretained -> WTF::Unretained; - device::mojom:: -> device::mojom::blink::; - in the unit tests, device::mojom::SensorProviderPtrInfo is wrapped into device::mojom::blink::SensorProviderPtr since FakeSensorProvider implements device::mojom::SensorProvider Bug: 850997 Change-Id: I440b9379f50ab42fc50b9d92490c2615ef8c3cc9 Reviewed-on: https://chromium-review.googlesource.com/1099492 Commit-Queue: Oksana Zhuravlova <oksamyt@chromium.org> Reviewed-by:
Tim Volodine <timvolodine@chromium.org> Reviewed-by:
Reilly Grant <reillyg@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Cr-Commit-Position: refs/heads/master@{#569659}
-
Bailey Berro authored
- SmbService encodes whether a share was mounted with ChromAD Kerberos or not when creating the FileSystemId string. - Removes old ctor from FileSystemId Bug: chromium:757625 Change-Id: I735dbc15cd4ea1eef45e81f09244dc2b91863014 Reviewed-on: https://chromium-review.googlesource.com/1093963 Commit-Queue: Bailey Berro <baileyberro@chromium.org> Reviewed-by:
Zentaro Kavanagh <zentaro@chromium.org> Cr-Commit-Position: refs/heads/master@{#569658}
-
Sadrul Habib Chowdhury authored
Add a ctor for BeginFrameAck that initializes itself from a BeginFrameArgs so that it can be used to ack a begin-frame. BUG=855328 TBR=flackr@ for trivial mechanical blink updates. Cq-Include-Trybots: luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux_layout_tests_slimming_paint_v2;master.tryserver.blink:linux_trusty_blink_rel Change-Id: I92dd7c2bcb64bc2f29faba83297731996f058ff2 Reviewed-on: https://chromium-review.googlesource.com/1111458 Commit-Queue: Sadrul Chowdhury <sadrul@chromium.org> Reviewed-by:
Fady Samuel <fsamuel@chromium.org> Cr-Commit-Position: refs/heads/master@{#569657}
-
Nico Weber authored
Bug: 855573 Change-Id: Ia62bf4d471589b6eb3916277746af4fd7e388ec1 Reviewed-on: https://chromium-review.googlesource.com/1111614Reviewed-by:
David Reveman <reveman@chromium.org> Commit-Queue: Nico Weber <thakis@chromium.org> Cr-Commit-Position: refs/heads/master@{#569656}
-
Vasilii Sukhanov authored
Bug: 851021 Change-Id: Ia69cea98783f2b077b628e0975e22913f3e17d61 Reviewed-on: https://chromium-review.googlesource.com/1112004 Commit-Queue: Vasilii Sukhanov <vasilii@chromium.org> Reviewed-by:
Vaclav Brozek <vabr@chromium.org> Cr-Commit-Position: refs/heads/master@{#569655}
-
catapult-chromium-autoroll authored
https://chromium.googlesource.com/catapult.git/+log/87eefd4f1143..e3b12b3e7d98 git log 87eefd4f1143..e3b12b3e7d98 --date=short --no-merges --format='%ad %ae %s' 2018-06-22 perezju@chromium.org [Telemetry] Fix and re-enable StartupTracingTest Created with: gclient setdep -r src/third_party/catapult@e3b12b3e7d98 The AutoRoll server is located here: https://catapult-roll.skia.org Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. CQ_INCLUDE_TRYBOTS=luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel BUG=chromium:854212 TBR=sullivan@chromium.org Change-Id: Ibd0c21dd2e8139f038212adaccdf40a5b24fa8e0 Reviewed-on: https://chromium-review.googlesource.com/1111921Reviewed-by:
catapult-chromium-autoroll <catapult-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Commit-Queue: catapult-chromium-autoroll <catapult-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#569654}
-
Kyle Lund authored
This CL adds mocks for the asyncronous methods in RemoteDevice that were not yet mocked. Bug: None Test: Run cast_bluetooth_unittests. Change-Id: Ic5257e9797d47aa61274811d3a623d6d0fe942a9 Reviewed-on: https://chromium-review.googlesource.com/1111205Reviewed-by:
Bailey Forrest <bcf@chromium.org> Reviewed-by:
Stephen Lanham <slan@chromium.org> Commit-Queue: Kyle Lund <kylelund@google.com> Cr-Commit-Position: refs/heads/master@{#569653}
-
Nico Weber authored
Bug: 855588 Change-Id: If19e6d5131fd60796ad524852b5a974e71d8dc4d Reviewed-on: https://chromium-review.googlesource.com/1112041Reviewed-by:
Daniel Nicoara <dnicoara@chromium.org> Commit-Queue: Nico Weber <thakis@chromium.org> Cr-Commit-Position: refs/heads/master@{#569652}
-
sczs authored
- Creates TableViewEmptyView class. - Adds addEmptyTableViewWithMessage:image: to ChromeTableVC, these 2 methods add or remove a TableViewEmptyView used to signal an empty state on the TableView. Screenshot: https://drive.google.com/open?id=1O17v-bVjJktj7bdlMBpVT8Ew-SdY8Mjn Bug: 838579 Cq-Include-Trybots: luci.chromium.try:ios-simulator-full-configs;master.tryserver.chromium.mac:ios-simulator-cronet Change-Id: Ifd9e69c1b187e1fffa9cc62f233777718481b57c Reviewed-on: https://chromium-review.googlesource.com/1101827Reviewed-by:
Rohit Rao <rohitrao@chromium.org> Commit-Queue: Sergio Collazos <sczs@chromium.org> Cr-Commit-Position: refs/heads/master@{#569651}
-
Pete Williamson authored
We have permission to take P2P Offline sharing to 100%. In conjunction with the finch change, we turn on the feature by default, so we can set and end date on the finch experiment. Bug: 758690 Change-Id: Icd0e886ea4a8a64456abb7a5a40ce9dac11a9143 Reviewed-on: https://chromium-review.googlesource.com/1110601Reviewed-by:
Robert Kaplow <rkaplow@chromium.org> Reviewed-by:
Jian Li <jianli@chromium.org> Commit-Queue: Peter Williamson <petewil@chromium.org> Cr-Commit-Position: refs/heads/master@{#569650}
-
Chromium WPT Sync authored
Using wpt-import in Chromium 4c506633. Build: https://ci.chromium.org/buildbot/chromium.infra.cron/wpt-importer/19959 Note to sheriffs: This CL imports external tests and adds expectations for those tests; if this CL is large and causes a few new failures, please fix the failures by adding new lines to TestExpectations rather than reverting. See: https://chromium.googlesource.com/chromium/src/+/master/docs/testing/web_platform_tests.md TBR=robertma No-Export: true Change-Id: Ie639f1ae90f0457d75ae9efc7b810b8d2f35d559 Reviewed-on: https://chromium-review.googlesource.com/1111907 Commit-Queue: Blink WPT Bot <blink-w3c-test-autoroller@chromium.org> Reviewed-by:
Blink WPT Bot <blink-w3c-test-autoroller@chromium.org> Cr-Commit-Position: refs/heads/master@{#569649}
-
Suproteem Sarkar authored
Implemented value changing control patterns in IAccessibleEx, allowing for manipulation of basic fields with values R=nektar@chromium.org,dmazzoni@chromium.org Bug: 852965 Change-Id: I080188507ac4dd0bd7548bec89a9ec069e581b85 Reviewed-on: https://chromium-review.googlesource.com/1101837 Commit-Queue: Nektarios Paisios <nektar@chromium.org> Reviewed-by:
Nektarios Paisios <nektar@chromium.org> Reviewed-by:
Dominic Mazzoni <dmazzoni@chromium.org> Reviewed-by:
Nico Weber <thakis@chromium.org> Cr-Commit-Position: refs/heads/master@{#569648}
-
Alexandros Frantzis authored
Use the output surface gpu fence when scheduling any and all overlay planes, to ensure the planes are correctly synchronized for display even if the root render pass is skipped. Bug: 840805 Test: viz_unittests and chrome --use-gpu-fences-for-overlay-planes on Ozone-DRM Cq-Include-Trybots: luci.chromium.try:android_optional_gpu_tests_rel Change-Id: I4939c36a8b7d334ccef5ab2bad2eee90ffeb07d8 Reviewed-on: https://chromium-review.googlesource.com/1104695Reviewed-by:
Daniele Castagna <dcastagna@chromium.org> Commit-Queue: Daniele Castagna <dcastagna@chromium.org> Cr-Commit-Position: refs/heads/master@{#569647}
-
Ryan Hamilton authored
Change-Id: I852ca097fcb27b88e8e3473c79b87ae455222ad3 Reviewed-on: https://chromium-review.googlesource.com/1111573 Commit-Queue: Ryan Hamilton <rch@chromium.org> Reviewed-by:
Zhongyi Shi <zhongyi@chromium.org> Cr-Commit-Position: refs/heads/master@{#569646}
-
Philip Rogers authored
This patch only invalidates the child clipping mask layer if the size actually changes. https://crrev.com/564140 regressed performance by calling this unconditionally. Because the same bug was made in https://crrev.com/565415, this patch also updates the two GraphicsLayer::SetSize callsites from that patch. Bug: 851105 Cq-Include-Trybots: luci.chromium.try:linux_layout_tests_slimming_paint_v2;master.tryserver.blink:linux_trusty_blink_rel Change-Id: I74bcda83054e8e21332e723d0fc816910086e2e4 Reviewed-on: https://chromium-review.googlesource.com/1111208Reviewed-by:
Xianzhu Wang <wangxianzhu@chromium.org> Commit-Queue: Philip Rogers <pdr@chromium.org> Cr-Commit-Position: refs/heads/master@{#569645}
-
Mathieu Perreault authored
Bug: 841772 Change-Id: I9b311730c66e3d6ad99e0db5c908425957becaa3 Reviewed-on: https://chromium-review.googlesource.com/1111906Reviewed-by:
Robert Kaplow <rkaplow@chromium.org> Commit-Queue: Mathieu Perreault <mathp@chromium.org> Cr-Commit-Position: refs/heads/master@{#569644}
-