- 30 May, 2019 40 commits
-
-
Joel Hockey authored
Fetches VmInfo from concierge in order to get seneschal server handle, then creates default dir for sharing and shares it along with other persisted shares. Bug: 957477 Change-Id: I797d14c3590adc44cfdcefb0af25b37d64254f5b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1631009 Commit-Queue: Timothy Loh <timloh@chromium.org> Reviewed-by:
Timothy Loh <timloh@chromium.org> Auto-Submit: Joel Hockey <joelhockey@chromium.org> Cr-Commit-Position: refs/heads/master@{#664688}
-
Dmitry Vorobiev authored
WebContentsAndroid has a getTelephonyNetworkCountryIso() call in its constructor. As far as WebContents is usually created on the UI thread, there is a synchronous call which goes through the binder there. In this CL TelephonyManager subscribes to the TelephonyManager updates and stores obtained values. Former WCA construction time was about 8ms for the first time and about 4.5ms for the following times. In this CL WCA construction time is about 13ms for the first time and about 0.09ms for the following times. Bug: None Change-Id: I9933a1c16931b12ae8489c7e9a5e319ca655dc8e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1617499 Commit-Queue: Alexander Yashkin <a-v-y@yandex-team.ru> Reviewed-by:
Paul Jensen <pauljensen@chromium.org> Cr-Commit-Position: refs/heads/master@{#664687}
-
Hirokazu Honda authored
Bug: 949898 Test: Play videos with YouTube app Change-Id: I737bfd232cefc3a4db379bdbc9f1eb1dc62c7c54 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1621804Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Commit-Queue: Hirokazu Honda <hiroh@chromium.org> Cr-Commit-Position: refs/heads/master@{#664686}
-
Ken Rockot authored
This updates all manifests of services built into Content and Chrome so that they directly specify (or at least parameterize) their execution mode. TBR=avi@chromium.org Bug: 895615 Change-Id: I8dfc53f74ebe71e6903e383e69b61ac8cfc90005 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1615713Reviewed-by:
Ken Rockot <rockot@google.com> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Reviewed-by:
Xiaohan Wang <xhwang@chromium.org> Reviewed-by:
Asanka Herath <asanka@chromium.org> Commit-Queue: Ken Rockot <rockot@google.com> Cr-Commit-Position: refs/heads/master@{#664685}
-
Simon Que authored
Includes the Week 1 CI builders, which were migrated in: https://chromium-review.googlesource.com/c/chromium/src/+/1634109 R=bpastene@chromium.org, jbudorick@chromium.org, tikuta@chromium.org, ukai@chromium.org, yyanagisawa@chromium.org Bug: 950413 Change-Id: If842e60432c20e30aa15e49df7bbf90f8dc9b326 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1637018 Commit-Queue: Simon Que <sque@chromium.org> Commit-Queue: Takuto Ikuta <tikuta@chromium.org> Auto-Submit: Simon Que <sque@chromium.org> Reviewed-by:
Takuto Ikuta <tikuta@chromium.org> Cr-Commit-Position: refs/heads/master@{#664684}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/2d25d871d3b1..2f0f5fb37d74 git log 2d25d871d3b1..2f0f5fb37d74 --date=short --no-merges --format='%ad %ae %s' 2019-05-30 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/angle2 ded5f903261a..172e5d373fad (11 commits) Created with: gclient setdep -r src/third_party/skia@2f0f5fb37d74 The AutoRoll server is located here: https://autoroll.skia.org/r/skia-autoroll 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-blink-rel;luci.chromium.try:linux-chromeos-compile-dbg;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel TBR=kjlubick@google.com Change-Id: Id8fb17e3c702f451cecf4e077f5140b6e211f611 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1636779Reviewed-by:
chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Commit-Queue: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#664683}
-
Alexey Baskakov authored
The problem: ExtensionRegistryObserver events happen too early and don't include any post registration code. Bug: 915043 Change-Id: I3ff3b2a4e567be828d0dc5597a30081a757067c2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1631259 Commit-Queue: Alexey Baskakov <loyso@chromium.org> Reviewed-by:
Dominick Ng <dominickn@chromium.org> Cr-Commit-Position: refs/heads/master@{#664682}
-
Luciano Pacheco authored
Also changed != and == to !== and ===, because these are the recommended operators to avoid implicit type conversion. There is no intended change in behaviour, so it should be covered with current set of tests. Test: Manually loaded the grid view and selected items in a few different ways Bug: 778674 Change-Id: I3314262ca85eb3dcabdf616c638486e582fd8f45 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1636665 Commit-Queue: Luciano Pacheco <lucmult@chromium.org> Auto-Submit: Luciano Pacheco <lucmult@chromium.org> Reviewed-by:
François Degros <fdegros@chromium.org> Cr-Commit-Position: refs/heads/master@{#664681}
-
Hayato Ito authored
Regarding DCHECK_CURRENTLY_ON(BrowserThread::UI) defined in the removed code, FrameTreeNode::GloballyFindByID, called from WebContents::FromFrameTreeNodeId, has the same DCHECK so there should be no behavior change. Change-Id: I4c827b3a3dbbb3b4be6f66ee920a28b1ce792f9e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1634133Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Reviewed-by:
Hayato Ito <hayato@chromium.org> Reviewed-by:
Matt Falkenhagen <falken@chromium.org> Commit-Queue: Hayato Ito <hayato@chromium.org> Cr-Commit-Position: refs/heads/master@{#664680}
-
abhi.rathore authored
Select popup is still visible during mouse wheel scroll outside select popup dialog, which is not a correct behaviour in android. Hence we hide the select popup during page scroll in android. Bug: 967563 Change-Id: I0bab0fb5beca7046bbf802b7935f785bf352f9b5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1631811Reviewed-by:
Dave Tapuska <dtapuska@chromium.org> Reviewed-by:
Changwan Ryu <changwan@chromium.org> Reviewed-by:
AJITH KUMAR V <ajith.v@samsung.com> Commit-Queue: AJITH KUMAR V <ajith.v@samsung.com> Cr-Commit-Position: refs/heads/master@{#664679}
-
Maksim Sisov authored
Previously, the WaylandConnection was a proxy between the clients of the WaylandBufferManager and the manager itself. This was a redundant functionality, and it was decided to avoid proxying. The following changes have been made in this cl: Renamed: * WaylandBufferManager => WaylandBufferManagerHost * WaylandConnectionProxy => WaylandBufferManagerGpu * WaylandConnectionConnector => WaylandBufferManagerConnector Code changes: The WaylandConnection no longer forwards calls to the WaylandBufferManager. Instead, the WaylandBufferManagerHost and the WaylandBufferManagerGpu have an associated mojo connection, and are able to speak to each other without a proxy in between. This is more logical and makes the WaylandConnection class be less overloaded with different functionality. The tests have also been rewritten, and helper methods have been added. Bug: 947411 Change-Id: I9ffd162f8459705ae22f55a9f1b1e7caa1567986 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1617359Reviewed-by:
Tom Sepez <tsepez@chromium.org> Reviewed-by:
Robert Kroeger <rjkroege@chromium.org> Commit-Queue: Maksim Sisov <msisov@igalia.com> Cr-Commit-Position: refs/heads/master@{#664678}
-
Chih-Yu Huang authored
For video decoding, Chrome renderer stack needs texture-backed VideoFrame. But VideoDecoder requests and uses DMA-buf VideoFrames from the VideoFramePool. We need to generate the texture of the DMA-buf before passing to the renderer. VideoFrameConverter is design to convert DMA-buf VideoFrame to texture-backed VideoFrame. BUG=941330 TEST=Pass video_decode_accelerator_tests with relation chain CLs Change-Id: Ia3bcf49202697794a318df0136e4838b71ae3885 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1535514 Auto-Submit: Chih-Yu Huang <akahuang@chromium.org> Commit-Queue: Chih-Yu Huang <akahuang@chromium.org> Reviewed-by:
David Staessens <dstaessens@chromium.org> Reviewed-by:
Hirokazu Honda <hiroh@chromium.org> Reviewed-by:
Alexandre Courbot <acourbot@chromium.org> Reviewed-by:
Dan Sanders <sandersd@chromium.org> Cr-Commit-Position: refs/heads/master@{#664677}
-
Alexandre Courbot authored
This reverts commit 91b0391f. Reason for revert: Bug: chromium:968392 Test: Checked that video_VideoSeek.vp8.switchres passed on Kevin. Original change's description: > media/gpu/v4l2svda: fix stateless API specification violation > > The stateless API states that resolution of frames should be set on the > OUTPUT queue, and the coded resolution read back from the CAPTURE queue. > However we were setting the resolution on the CAPTURE queue and > expecting the ioctl to update it to the coded resolution. > > This works with our current kernel drivers, but is not correct with > respect to the stateless codec API specification. The kernel drivers > have been updated to support the correct behavior, so carry that change > into Chromium as well. > > Bug: 948534 > Test: Checked that VDA unittest passes on Kevin and Minnie with kernel > driver fixes. > > Change-Id: I8f589f81ae1a7d8223235739f0748e58ac25e342 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1553124 > Reviewed-by: Hirokazu Honda <hiroh@chromium.org> > Commit-Queue: Alexandre Courbot <acourbot@chromium.org> > Cr-Commit-Position: refs/heads/master@{#659876} TBR=tfiga@chromium.org,hiroh@chromium.org,acourbot@chromium.org # Not skipping CQ checks because original CL landed > 1 day ago. Bug: 948534 Change-Id: I710af049273963ec34786633b0afb67736df2249 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1636992 Auto-Submit: Alexandre Courbot <acourbot@chromium.org> Reviewed-by:
Hirokazu Honda <hiroh@chromium.org> Commit-Queue: Hirokazu Honda <hiroh@chromium.org> Commit-Queue: Alexandre Courbot <acourbot@chromium.org> Cr-Commit-Position: refs/heads/master@{#664676}
-
Chih-Yu Huang authored
Originally command_buffer_helper is at //media/gpu target. At the next CL, //media/gpu/linux will use command_buffer_helper. But //media/gpu already depends on //media/gpu/linux. To avoid circular dependency, we separate command_buffer_helper to a isolated build target. BUG=941330 TEST=Build chrome for chromeos and linux target Change-Id: Ia456b36b1a7229aa58ccaba4248c29d17ca698ca Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1564364 Auto-Submit: Chih-Yu Huang <akahuang@chromium.org> Commit-Queue: Chih-Yu Huang <akahuang@chromium.org> Reviewed-by:
Dan Sanders <sandersd@chromium.org> Reviewed-by:
Alexandre Courbot <acourbot@chromium.org> Reviewed-by:
David Staessens <dstaessens@chromium.org> Cr-Commit-Position: refs/heads/master@{#664675}
-
Sertay Sener authored
According to Push API spec[1], while subscribing to a push service, applicationServerKey field in push should also accept a base64url encoded string. [1]https://w3c.github.io/push-api/#idl-def-pushsubscriptionoptionsinit Bug: 802280 Change-Id: I8b02e4e5259b6359aece4c42eb66e1ce00b2bab3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1597492Reviewed-by:
Kentaro Hara <haraken@chromium.org> Reviewed-by:
Peter Beverloo <peter@chromium.org> Commit-Queue: Sertay Sener <sesener@microsoft.com> Cr-Commit-Position: refs/heads/master@{#664674}
-
Maciej Pawlowski authored
The destructor of UniqueProtoDatabase posts deletion of the underlying LevelDB to a task runner via DeleteSoon. In order to not leak it, we need to run the message loop at the end of the test. Bug: 968053 Change-Id: I1ab5289fc7c63713fcce958a3191297f3b8b8cf1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1634875Reviewed-by:
Jared Saul <jsaul@google.com> Commit-Queue: Maciej Pawlowski <mpawlowski@opera.com> Cr-Commit-Position: refs/heads/master@{#664673}
-
Chromium WPT Sync authored
Using wpt-import in Chromium 97d3c908. With Chromium commits locally applied on WPT: e90c6ef0 "NG/DL: Implement size containment (and display lock) for NG fieldset algo" abf2ac5e "webrtc wpt: avoid race conditions" d9a6ec05 "[MediaStreamTrack] Remove tests and existing support for the 'volume' property." 0882bebe "Change ICE connection state on transceiver changes" 1bbbd106 "Add feature policy for client hints, used for third-party subresources." 2229f484 "Revert "Change ICE connection state on transceiver changes"" ab94a58b "Add the remaining Client Hints to Feature Policy." 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 NOAUTOREVERT=true TBR=raphael.kubo.da.costa No-Export: true Change-Id: Ib7b300044197aa6a111013a7fc935d5baf3cfd63 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1636183Reviewed-by:
WPT Autoroller <wpt-autoroller@chops-service-accounts.iam.gserviceaccount.com> Commit-Queue: WPT Autoroller <wpt-autoroller@chops-service-accounts.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#664672}
-
Satoshi Niwa authored
BUG=b:133848333 TEST=Open files app with unknown MIME type and check the bottom left dropdown in the file selector Change-Id: Ifa2b5403e618b3af1fd6d226efa4f0f69ec22679 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1635080Reviewed-by:
Ryo Hashimoto <hashimoto@chromium.org> Commit-Queue: Satoshi Niwa <niwa@chromium.org> Auto-Submit: Satoshi Niwa <niwa@chromium.org> Cr-Commit-Position: refs/heads/master@{#664671}
-
Rakina Zata Amni authored
Remove unnecessary test (TextFinder::Find test, since find-in-page now just uses FindInPage::Find directly), split up large test. Bug: 882663 Change-Id: Ie4a1e71b780224047b6fe674c2f90f413e9599b5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1631147Reviewed-by:
Fergal Daly <fergal@chromium.org> Commit-Queue: Rakina Zata Amni <rakina@chromium.org> Cr-Commit-Position: refs/heads/master@{#664670}
-
Harald Alvestrand authored
This reverts the revert https://chromium-review.googlesource.com/c/chromium/src/+/1636231 which couldn't be reverted using "reland". Reason for reland: Flakiness seems to have been caused by leftover -expect files, not this patch. TBR=hbos@chromium.org Bug: chromium:966798 Change-Id: I450908dd3f49a8ae96bec2ba84c2812c40174e9d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1635811 Commit-Queue: Harald Alvestrand <hta@chromium.org> Reviewed-by:
Harald Alvestrand <hta@chromium.org> Cr-Commit-Position: refs/heads/master@{#664669}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/859f7108a5af..2d25d871d3b1 git log 859f7108a5af..2d25d871d3b1 --date=short --no-merges --format='%ad %ae %s' 2019-05-30 skia-autoroll@skia-public.iam.gserviceaccount.com Roll ../src b3e0873d..97d3c908 (529 commits) Created with: gclient setdep -r src/third_party/skia@2d25d871d3b1 The AutoRoll server is located here: https://autoroll.skia.org/r/skia-autoroll 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-blink-rel;luci.chromium.try:linux-chromeos-compile-dbg;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel TBR=kjlubick@google.com Change-Id: If371f226b959dcc49e3138e460208f484cd0eb59 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1636925Reviewed-by:
chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Commit-Queue: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#664668}
-
Wei-Yin Chen (陳威尹) authored
Besides frame rate and dirty time span, also measure max frame interval in the Tab-to-Grid animation. Bug: 964406 Change-Id: I0e593bcd605b6a0664243ad81db4cfce1f5494bc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1636585Reviewed-by:
Yusuf Ozuysal <yusufo@chromium.org> Commit-Queue: Wei-Yin Chen (陳威尹) <wychen@chromium.org> Cr-Commit-Position: refs/heads/master@{#664667}
-
Takuto Ikuta authored
I forgot to rename builder in https://chromium-review.googlesource.com/c/chromium/src/+/1636662 This is to fix error happening in https://ci.chromium.org/p/chromium/builders/luci.chromium.ci/WebKit%20Linux%20MSAN https://ci.chromium.org/p/chromium/builders/luci.chromium.ci/WebKit%20Linux%20ASAN https://ci.chromium.org/p/chromium/builders/luci.chromium.ci/WebKit%20Linux%20Leak Bug: 954450 Change-Id: Ic1b7b56f0e54526a2f8910e557e8869dd6600279 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1636991 Auto-Submit: Takuto Ikuta <tikuta@chromium.org> Reviewed-by:
Fumitoshi Ukai <ukai@chromium.org> Commit-Queue: Takuto Ikuta <tikuta@chromium.org> Cr-Commit-Position: refs/heads/master@{#664666}
-
Leon Han authored
With https://chromium-review.googlesource.com/c/chromium/src/+/1617045, our ServiceWorkerHostAssociatedPtr starts to use ServiceWorkerGlobalScope's "kInternalIPC" task runner, however, as this Mojo connection is just associated on the dedicated message pipe for blink.mojom.ServiceWorker interface, i.e. not associated on the legacy IPC channel, "kInternalDefault" should be the choice insteadly according to https://groups.google.com/a/chromium.org/d/msg/platform-architecture-dev/grbXI-bh6Rk/n5gQ88QUBgAJ. BUG= Change-Id: If51b1b62642205339d423a451dabf1f4b9524b56 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1628222Reviewed-by:
Matt Falkenhagen <falken@chromium.org> Reviewed-by:
Alexander Timin <altimin@chromium.org> Commit-Queue: Leon Han <leon.han@intel.com> Auto-Submit: Leon Han <leon.han@intel.com> Cr-Commit-Position: refs/heads/master@{#664665}
-
Chih-Yu Huang authored
DmabufVideoFramePool is used to allocate and recycle DMA-buf backed VideoFrames. It is used by hardware accelerated video decoder. Besides allocating and recycling VideoFrame, it also provide these functions: - Limit the number of buffers to prevent client from draining the memory. - Query the original frame by the wrapped frame. BUG=941330 TEST=media_unittests Change-Id: I368d620fa0c8fb2b1a03c3479c08bad54acd55da Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1527911 Commit-Queue: Chih-Yu Huang <akahuang@chromium.org> Auto-Submit: Chih-Yu Huang <akahuang@chromium.org> Reviewed-by:
Hirokazu Honda <hiroh@chromium.org> Reviewed-by:
Alexandre Courbot <acourbot@chromium.org> Reviewed-by:
David Staessens <dstaessens@chromium.org> Reviewed-by:
Dan Sanders <sandersd@chromium.org> Cr-Commit-Position: refs/heads/master@{#664664}
-
Wei-Yin Chen (陳威尹) authored
Make TabListContainerProperties#INITIAL_SCROLL_INDEX an object property instead of int property, in order to trigger binder no matter whether the int value is changed or not. This CL should be no-op, but would unlock TabListRecyclerView optimizations later. Bug: 964406 Change-Id: I3c99ca186dc475e8b7736379812448f3a5b82ce1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1636188 Commit-Queue: Wei-Yin Chen (陳威尹) <wychen@chromium.org> Reviewed-by:
Yusuf Ozuysal <yusufo@chromium.org> Cr-Commit-Position: refs/heads/master@{#664663}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/d4b11f4c9383..069773abcb3e Created with: gclient setdep -r src-internal@069773abcb3e The AutoRoll server is located here: https://autoroll-internal.skia.org/r/src-internal-chromium-autoroll 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.chrome.try:linux-chromeos-chrome TBR=ricea@google.com,jeffreycohen@google.com,seblalancette@google.com,mkwst@google.com Change-Id: Ib4b71bc9ebd5884c7c5ef6ddf12f5b137a936f6e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1636924Reviewed-by:
chromium-internal-autoroll <chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com> Commit-Queue: chromium-internal-autoroll <chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#664662}
-
Hayato Ito authored
This is a follow-up CL for https://crrev.com/c/1623611. |ServiceWorkerProviderHost::web_contents_getter_| can be created from |frame_tree_node_id| in ctor. |web_contents_getter_| can be const. This makes code a bit clean. Bug: 623464 Change-Id: I8e8258a2e2579de2ef2e8e29a4da289d39b0346f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1623664 Commit-Queue: Hayato Ito <hayato@chromium.org> Reviewed-by:
Matt Falkenhagen <falken@chromium.org> Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Cr-Commit-Position: refs/heads/master@{#664661}
-
Jia authored
The new values are based on experiment results. Bug: 881215 Change-Id: I0a3e4ced061902ea3097887bad7ca1dcd73384ce Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1633892Reviewed-by:
Andrew Moylan <amoylan@chromium.org> Commit-Queue: Jia Meng <jiameng@chromium.org> Cr-Commit-Position: refs/heads/master@{#664660}
-
Simon Que authored
Builders migrated (CI / CQ): - Linux ARM / linux_arm - Linux Builder (dbg) / linux_chromium_dbg_ng - Linux Builder (dbg)(32) / linux_chromium_dbg_32_ng - Linux CFI / linux_chromium_cfi_rel_ng - Linux MSan Builder / linux_chromium_msan_rel_ng - Afl Upload Linux ASan - CFI Linux CF - Leak Detection Linux / leak_detection_linux - WebKit Linux Trusty ASAN - WebKit Linux Trusty Leak / layout_test_leak_detection - WebKit Linux Trusty MSAN / linux-trusty-webkit-msan-rel - VR Linux / linux_vr - Mojo Linux / linux_mojo R=bpastene@chromium.org, jbudorick@chromium.org, tikuta@chromium.org, ukai@chromium.org, yyanagisawa@chromium.org Bug: 950413 Change-Id: I56d61e7e81b73f7dcd22079cacd690d239638aa0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1634109Reviewed-by:
John Budorick <jbudorick@chromium.org> Reviewed-by:
Ben Pastene <bpastene@chromium.org> Reviewed-by:
Takuto Ikuta <tikuta@chromium.org> Commit-Queue: Simon Que <sque@chromium.org> Cr-Commit-Position: refs/heads/master@{#664659}
-
Lukasz Anforowicz authored
This CL implements SiteIsolation.XSD.Browser.Blocked.CanonicalMimeType to help assess the real-world impact of adding the "NeverSniffed" category during M76. We expect the impact to be minimal - the new UMA should help verify that. Bug: 802836 Change-Id: I12e2a8213ca4df8dfa5746677069091c20950f8c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1631893 Commit-Queue: Łukasz Anforowicz <lukasza@chromium.org> Reviewed-by:
Charlie Reis <creis@chromium.org> Reviewed-by:
Ilya Sherman <isherman@chromium.org> Auto-Submit: Łukasz Anforowicz <lukasza@chromium.org> Cr-Commit-Position: refs/heads/master@{#664658}
-
Lukasz Anforowicz authored
This helps ensure that following a most-visited link from an NTP will results in `Sec-Fetch-Site: none` and will have SameSite cookies attached (just like clicking a bookmark via Chrome UI, or similarly to typing the URL in the omnibox). This is consistent with a high-level requirement to treat NTP-initiated navigations as if they were initiated through trusted browser UI, not through a web content. - Before this CL, NTP navigations would set |is_renderer_initiated| to false, would reset |referrer| to be empty and would always use a hardcoded ui::PAGE_TRANSITION_AUTO_BOOKMARK |transition|. - After this CL, NTP navigations will also set |initiator_origin| to none (i.e. to |base::nullopt|). Bug: 946489, 963544 Change-Id: I9be502c706729811767158602209541159415450 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1615667 Commit-Queue: Łukasz Anforowicz <lukasza@chromium.org> Reviewed-by:
Karan Bhatia <karandeepb@chromium.org> Reviewed-by:
Ramya Nagarajan <ramyan@chromium.org> Reviewed-by:
Nasko Oskov <nasko@chromium.org> Cr-Commit-Position: refs/heads/master@{#664657}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/56543311ae75..859f7108a5af git log 56543311ae75..859f7108a5af --date=short --no-merges --format='%ad %ae %s' 2019-05-30 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/swiftshader ca8e3d7c153e..37bc82ac64f5 (11 commits) Created with: gclient setdep -r src/third_party/skia@859f7108a5af The AutoRoll server is located here: https://autoroll.skia.org/r/skia-autoroll 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-blink-rel;luci.chromium.try:linux-chromeos-compile-dbg;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel TBR=kjlubick@google.com Change-Id: I9760224ec73781aa0479f5f6b5a423ac42c79da4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1636620Reviewed-by:
chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Commit-Queue: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#664656}
-
Yutaka Hirano authored
No one uses it. Bug: 914739 Change-Id: I34d0211d4f9ca1edc475de653cfbecb077e45bb9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1619524Reviewed-by:
Alexei Filippov <alph@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Commit-Queue: Yutaka Hirano <yhirano@chromium.org> Cr-Commit-Position: refs/heads/master@{#664655}
-
tzik authored
CanvasAsyncBlobCreator runs tasks as an idle task, and report the result directly from the idle task runner. That implies an author JS code may run on non-frame-associated task runner. After this CL, the result is reported on the per-frame task runner for finer control of the scheduler. Bug: 961186 Change-Id: I761bd5a5939865d2b06291b3ca8c9b4379572850 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1631037Reviewed-by:
Fernando Serboncini <fserb@chromium.org> Commit-Queue: Taiju Tsuiki <tzik@chromium.org> Cr-Commit-Position: refs/heads/master@{#664654}
-
tzik authored
The result of Quota API is handled on the default TaskRunner, though it should use per-frame one for finer priority control. Bug: 961186 Change-Id: I6fb1ba2912ee8d3eb79802dd6f3933210b9058e0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1631262Reviewed-by:
Kentaro Hara <haraken@chromium.org> Reviewed-by:
Hiroki Nakagawa <nhiroki@chromium.org> Commit-Queue: Taiju Tsuiki <tzik@chromium.org> Cr-Commit-Position: refs/heads/master@{#664653}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/9a7ea23c1933..d4b11f4c9383 Created with: gclient setdep -r src-internal@d4b11f4c9383 The AutoRoll server is located here: https://autoroll-internal.skia.org/r/src-internal-chromium-autoroll 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.chrome.try:linux-chromeos-chrome TBR=ricea@google.com,jeffreycohen@google.com,seblalancette@google.com,mkwst@google.com Change-Id: Ibe925ade1813642891aa08302cc0ff878b42801c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1636619Reviewed-by:
chromium-internal-autoroll <chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com> Commit-Queue: chromium-internal-autoroll <chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#664652}
-
Nate Fischer authored
No change to logic, only docs. This adds a README file to explain WebView Safe Browsing support, and documents how to add new Safe Browsing threats. Bug: 918221, 934597 Test: tools/md_browser/md_browser.py Test: Upload to gerrit > open file > click "gitiles" Change-Id: I962183b4be247ba6c6fa81493bba5028b1972ad9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1546640Reviewed-by:
Richard Coles <torne@chromium.org> Commit-Queue: Nate Fischer <ntfschr@chromium.org> Cr-Commit-Position: refs/heads/master@{#664651}
-
Joel Hockey authored
Bug: 957477 Change-Id: Iadf051e96bb9f493edf4c048ca642a7794c6b48e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1636656 Commit-Queue: Joel Hockey <joelhockey@chromium.org> Reviewed-by:
Luciano Pacheco <lucmult@chromium.org> Cr-Commit-Position: refs/heads/master@{#664650}
-
chromium-autoroll authored
https://chromium.googlesource.com/catapult.git/+log/7760fd2dff7d..601317b5ca39 git log 7760fd2dff7d..601317b5ca39 --date=short --no-merges --format='%ad %ae %s' 2019-05-30 dberris@chromium.org SheriffRedux: Implement a luci-config client Created with: gclient setdep -r src/third_party/catapult@601317b5ca39 The AutoRoll server is located here: https://autoroll.skia.org/r/catapult-autoroll 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:953181 TBR=zhanliang@google.com Change-Id: I208797a67545c694ef24de4a7a79e7e316bf24aa Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1636617Reviewed-by:
chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Commit-Queue: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#664649}
-