- 10 Apr, 2019 40 commits
-
-
Matt Mueller authored
This ensures that during the trial when CertVerifyProcNSS and CertVerifyProcBuiltin are being used simultaneously, the builtin verifier does not get to "cheat" by using AIA fetched certs from CertVerifyProcNSS. Bug: 951166 Change-Id: Ib0b3241f6764360df74bd5ede693e92cf0381de0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1559206Reviewed-by:
Ryan Sleevi <rsleevi@chromium.org> Commit-Queue: Matt Mueller <mattm@chromium.org> Cr-Commit-Position: refs/heads/master@{#649610}
-
chromium-autoroll authored
https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/224e075bba5b..280474c2a985 git log 224e075bba5b..280474c2a985 --date=short --no-merges --format='%ad %ae %s' 2019-04-10 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial). Created with: gclient setdep -r src/third_party/depot_tools@280474c2a985 The AutoRoll server is located here: https://autoroll.skia.org/r/depot-tools-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. TBR=agable@chromium.org Change-Id: Ia28cb9e19e31631a2db79818f905698d066989c9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1562039Reviewed-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@{#649609}
-
Matt Menke authored
This replaces ClientSocketHandle::ssl_error_response_info() with ClientSocketHandle::ssl_cert_request_info(), as only the cert request field of ssl_error_response_info was being populated. Bug: 927101, 950654 Change-Id: I9b0820904a4119714711275c1997c59546589117 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1558572 Commit-Queue: Matt Menke <mmenke@chromium.org> Reviewed-by:
Asanka Herath <asanka@chromium.org> Cr-Commit-Position: refs/heads/master@{#649608}
-
Jan Krcal authored
This CL fixes problems in sync integration tests introduced by CL 1388430 and prepares for relanding CL 1538416. Bug: 836718 Change-Id: I70bc5ee1ff8b62cefc2705aedc399dcd2fe1f089 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1561108 Commit-Queue: Jan Krcal <jkrcal@chromium.org> Reviewed-by:
Florian Uunk <feuunk@chromium.org> Cr-Commit-Position: refs/heads/master@{#649607}
-
Matt Menke authored
CliseSocketHandle::ssl_error_response_info() used to be used to pass along auth challenge information when establishing an HTTPS tunnel over an auth proxy. Proxy tunnel http auth has since been reworked to no longer use the field, but it's still populated in that case. This CL changes that - the field is now only populated in the case of SSL cert requests. Bug: 927101 Change-Id: Ia115967e7f88fb96131eb8a5e6295f92cdafe643 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1558491 Commit-Queue: Matt Menke <mmenke@chromium.org> Reviewed-by:
Asanka Herath <asanka@chromium.org> Cr-Commit-Position: refs/heads/master@{#649606}
-
Michael Giuffrida authored
This hides all shelf items other than the Back and Home buttons (including running apps, pinned apps, and dialog windows). This is a bit of a hack; a real fix would be to avoid creating the views for these items, but today the views are tightly coupled with the shelf model. Alternatively, we could avoid adding the shelf items to the shelf model, but that will require fixing several assumptions about running app windows. Bug: 951212 Test: KioskNextShelfViewTest Change-Id: Iabce1f2f566231f4d5ce74b2184a7fab1b26e5a3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1560750Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Commit-Queue: Xiyuan Xia <xiyuan@chromium.org> Auto-Submit: Michael Giuffrida <michaelpg@chromium.org> Cr-Commit-Position: refs/heads/master@{#649605}
-
v8-ci-autoroll-builder authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/583668a3..7274e4b5 Please follow these instructions for assigning/CC'ing issues: https://v8.dev/docs/triage-issues Please close rolling in case of a roll revert: https://v8-roll.appspot.com/ This only works with a Google account. CQ_INCLUDE_TRYBOTS=luci.chromium.try:linux-blink-rel CQ_INCLUDE_TRYBOTS=luci.chromium.try:linux_optional_gpu_tests_rel CQ_INCLUDE_TRYBOTS=luci.chromium.try:mac_optional_gpu_tests_rel CQ_INCLUDE_TRYBOTS=luci.chromium.try:win_optional_gpu_tests_rel CQ_INCLUDE_TRYBOTS=luci.chromium.try:android_optional_gpu_tests_rel TBR=hablich@chromium.org,v8-waterfall-sheriff@grotations.appspotmail.com Change-Id: I253082100ac51f58f19a63a72c83f6bd8ebc62bb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1562151Reviewed-by:
v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> Commit-Queue: v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#649604}
-
Collin Baker authored
Bug: 944578 Change-Id: I9f98209315b9ca3b85e025ba2806c42501e0ea36 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1555416 Commit-Queue: Collin Baker <collinbaker@chromium.org> Reviewed-by:
Dana Fried <dfried@chromium.org> Cr-Commit-Position: refs/heads/master@{#649603}
-
chromium-autoroll authored
https://chromium.googlesource.com/chromiumos/chromite.git/+log/a903c04a7e50..c62d4b70f2c7 git log a903c04a7e50..c62d4b70f2c7 --date=short --no-merges --format='%ad %ae %s' 2019-04-10 mikenichols@chromium.org upload_symbols: Remove prepare call as it is no longer needed Created with: gclient setdep -r src/third_party/chromite@c62d4b70f2c7 The AutoRoll server is located here: https://autoroll.skia.org/r/chromite-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.chromium.try:chromeos-kevin-rel TBR=chrome-os-gardeners@chromium.org Change-Id: Ic3a844e608e5e51e93253d8ba294fbb7a601fef6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1562031Reviewed-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@{#649602}
-
chromium-autoroll authored
https://webrtc.googlesource.com/src.git/+log/c21cf046181d..0951cfd13e29 git log c21cf046181d..0951cfd13e29 --date=short --no-merges --format='%ad %ae %s' 2019-04-10 crodbro@webrtc.org Add crodbro as owner of congestion controller. 2019-04-10 yvesg@webrtc.org Provide robust and efficient variance computation for online statistics. 2019-04-10 eladalon@webrtc.org Pass notifications of RTT, PLR and LossNotification RTCP through EncoderSimulcastProxy 2019-04-10 eladalon@webrtc.org Translate loss notifications and pass to encoder 2019-04-10 eladalon@webrtc.org RTPSenderVideo::GetSentRtpPacketInfo() over a set of sequence numbers 2019-04-10 yinwa@webrtc.org Add base class NetworkPredictor and NetworkPredictorFactory and wire up. Created with: gclient setdep -r src/third_party/webrtc@0951cfd13e29 The AutoRoll server is located here: https://autoroll.skia.org/r/webrtc-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. BUG=chromium:none TBR=webrtc-chromium-sheriffs-robots@google.com Change-Id: Iea56327abd3b24c428c12d21c0a8b90396dff42c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1562037Reviewed-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@{#649601}
-
Stephen Martinis authored
This script should help developers reproduce build failures on their local machine. Change-Id: I93c367f847a115b99c7c5d4a093674725dbfa82a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1399572Reviewed-by:
Dirk Pranke <dpranke@chromium.org> Reviewed-by:
John Budorick <jbudorick@chromium.org> Commit-Queue: Stephen Martinis <martiniss@chromium.org> Cr-Commit-Position: refs/heads/master@{#649600}
-
Moe Ahmadi authored
TBR=noyau@google.com Bug: 905816 Change-Id: Id93c2774d4b839ab7cd523c748af1d713da23f32 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1559123 Commit-Queue: Moe Ahmadi <mahmadi@chromium.org> Reviewed-by:
Gauthier Ambard <gambard@chromium.org> Reviewed-by:
anthonyvd <anthonyvd@chromium.org> Reviewed-by:
David Trainor <dtrainor@chromium.org> Cr-Commit-Position: refs/heads/master@{#649599}
-
Matt Menke authored
Create new method ConnectJob::GetProxySocketOnFailure, to return the nested proxy socket on error. Also refactor how connection timing is extracted from the nested proxy ConnectJob and set created ClientSocketHandles. This is part of an effort to remove ConnectJob::SetAdditionalErrorState, which is a layering violation, since it takes a ClientSocketHandle, which is a SocketPool object, and SocketPools are a higher layer than ConnectJobs. Bug: 927101 Change-Id: I9f76fda07db8bc7479bf426e9f541e17a03cbbb9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1557863 Commit-Queue: Matt Menke <mmenke@chromium.org> Reviewed-by:
Asanka Herath <asanka@chromium.org> Cr-Commit-Position: refs/heads/master@{#649598}
-
Justin Cohen authored
Followup to crrev.com/c/1470737. Change-Id: I2022a386423e7fbcad4d3f9c0a35bd7361288483 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1561960 Commit-Queue: Justin Cohen <justincohen@chromium.org> Commit-Queue: Kurt Horimoto <kkhorimoto@chromium.org> Auto-Submit: Justin Cohen <justincohen@chromium.org> Reviewed-by:
Kurt Horimoto <kkhorimoto@chromium.org> Cr-Commit-Position: refs/heads/master@{#649597}
-
chromium-autoroll authored
https://android.googlesource.com/platform/external/perfetto.git/+log/62566e3bb1a3..28fa257fa607 git log 62566e3bb1a3..28fa257fa607 --date=short --no-merges --format='%ad %ae %s' 2019-04-10 rsavitski@google.com Merge "Add tools/busy_threads for spawning N busy-wait threads for debugging" 2019-04-10 fmayer@google.com Merge "Do not swallow trace_to_text stderr in heap_profile script." Created with: gclient setdep -r src/third_party/perfetto@28fa257fa607 The AutoRoll server is located here: https://autoroll.skia.org/r/perfetto-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. TBR=perfetto-bugs@google.com Change-Id: I8e2df42ca592397d4cbb50c1ac09132afe5910b0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1562036Reviewed-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@{#649596}
-
Tim Song authored
Change-Id: I85520cec577992d2989786088a30f4e8f2649a29 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1560382Reviewed-by:
Tetsui Ohkubo <tetsui@chromium.org> Commit-Queue: Tim Song <tengs@chromium.org> Cr-Commit-Position: refs/heads/master@{#649595}
-
Brandon Wylie authored
This is logically a once callback and clients binding with base::Bind or base::BindRepeating are a hassle and don't make sense. Also replaced some custom testing decoders with those provided by components/image_fetcher where appropriate. Bug: 946757 Change-Id: I90b4a3d76ec8e3c9daff3b561c987677fa1e596d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1542158 Commit-Queue: Brandon Wylie <wylieb@chromium.org> Reviewed-by:
Avi Drissman <avi@chromium.org> Reviewed-by:
Sky Malice <skym@chromium.org> Reviewed-by:
Patrick Noland <pnoland@chromium.org> Reviewed-by:
Marc Treib <treib@chromium.org> Cr-Commit-Position: refs/heads/master@{#649594}
-
Jeroen de Borst authored
Bug: None Change-Id: If81813713e4d476f6e7645684cf40482c31d79b9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1560458 Commit-Queue: Alexei Svitkine <asvitkine@chromium.org> Reviewed-by:
Alexei Svitkine <asvitkine@chromium.org> Cr-Commit-Position: refs/heads/master@{#649593}
-
chromium-autoroll authored
https://chromium.googlesource.com/angle/angle.git/+log/a131a1515471..76a9a97fb2a1 git log a131a1515471..76a9a97fb2a1 --date=short --no-merges --format='%ad %ae %s' 2019-04-10 jmadill@chromium.org Minor update to auto-roller infra docs. 2019-04-10 syoussefi@chromium.org Vulkan: update GLES3 and EGL expectations 2019-04-10 spang@chromium.org Vulkan: Expose GL_EXT_memory_object_fd & GL_EXT_semaphore_fd Created with: gclient setdep -r src/third_party/angle@76a9a97fb2a1 The AutoRoll server is located here: https://autoroll.skia.org/r/angle-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.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 TBR=ynovikov@chromium.org Change-Id: I2cbcea5d05ee43cde8390f346b2bf8253097c2a2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1562035Reviewed-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@{#649592}
-
Min Qin authored
This CL makes SimpleDownloadManagerCoordinator a KeyedService, and a factory class is created to build the service for each profile dir. BUG=942770 Change-Id: I940a892929bb2f87b2e72181df9ff6394502e3ca Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1554379 Commit-Queue: Min Qin <qinmin@chromium.org> Reviewed-by:
Colin Blundell <blundell@chromium.org> Reviewed-by:
David Trainor <dtrainor@chromium.org> Reviewed-by:
Shakti Sahu <shaktisahu@chromium.org> Cr-Commit-Position: refs/heads/master@{#649591}
-
Mikel Astiz authored
This avoids callers having to inject |is_tablet|, which can be inferred internally, removing duplicated code across platforms and simplifying dependencies across components. Bug: 922971 Change-Id: Ic6fd4c9beb37c8caa4f86cc00d5e502edc01b320 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1559960Reviewed-by:
Scott Violet <sky@chromium.org> Reviewed-by:
Marc Treib <treib@chromium.org> Commit-Queue: Mikel Astiz <mastiz@chromium.org> Cr-Commit-Position: refs/heads/master@{#649590}
-
Elly Fong-Jones authored
This reverts commit b4d917fe. Reason for revert: Introduces deterministic crash of views_unittests DesktopWindowTreeHostMusTest.Accessibility on linux-chromeos-dbg: [ RUN ] DesktopWindowTreeHostMusTest.Accessibility [5463:5560:0410/104940.835246:85200347:INFO:service_process_launcher.cc(251)] Launched child process pid=5583 id=E90E5C501330C04382B0A84F50CF8D84/test_ws/00000000000000000000000000000000/45829F28C930837741E0818977E545AD Received signal 11 SEGV_MAPERR ffffffffffffffe8 Original change's description: > Resolve AXAuraObjCache ownership > > TBR=seantopping@chromium.org > > Bug: 950972 > Change-Id: I60744f22b1b17b07545f6b5e4548d9cc67df4d83 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1558059 > Commit-Queue: David Tseng <dtseng@chromium.org> > Reviewed-by: Scott Violet <sky@chromium.org> > Reviewed-by: Dominic Mazzoni <dmazzoni@chromium.org> > Cr-Commit-Position: refs/heads/master@{#649515} TBR=dmazzoni@chromium.org,sky@chromium.org,dtseng@chromium.org Change-Id: Id8e8518d023c77bca37d65e915a07cc9dbda25b7 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 950972 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1561844Reviewed-by:
Elly Fong-Jones <ellyjones@chromium.org> Commit-Queue: Elly Fong-Jones <ellyjones@chromium.org> Cr-Commit-Position: refs/heads/master@{#649589}
-
Jianpeng Chao authored
This reverts commit 61450bbc. Reason for revert: crash, issue 951293 Original change's description: > Recreate DirectManipulationHelper when every LRWHH UpdateParent > > Compositor and window event target is associated with window's parent. We call > LRWHH UpdateParent when window's parent update, includes window's parent > actually update and window initialize. Recreate DirectManipulationHelper on > every window's parent update helps keep DirectManipulationHelper lifecycle > tracking simpler. We also make CompositorAnimationObserver owned by > DirectManipulationHelper. > > With this changes, we start the DirectManipulation event polling when > DirectManipulationHelper created and stop when it destroyed. The issue should be > fix since event polling start no more depends on DM_POINTERHITTEST. > > > This also includes 2 refactoring changes: > > 1. Move CompositorAnimationObserver into DirectManipulationHelper. > 2. Call ZoomToRect to reset viewport of DirectManipulation when viewport is > actually transformed in RUNNING - READAY sequence. > > Bug: 914914 > Change-Id: I0a63f9a407e0231d631e64f2b22a9975471f2fd9 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1547049 > Reviewed-by: Scott Violet <sky@chromium.org> > Commit-Queue: Jianpeng Chao <chaopeng@chromium.org> > Cr-Commit-Position: refs/heads/master@{#649342} TBR=sky@chromium.org,chaopeng@chromium.org Change-Id: I5b8ac4f3dfc3d52707038fbffda7baecdbec20c2 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 914914 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1562077Reviewed-by:
Jianpeng Chao <chaopeng@chromium.org> Commit-Queue: Jianpeng Chao <chaopeng@chromium.org> Cr-Commit-Position: refs/heads/master@{#649588}
-
Jacob DeWitt authored
It will be null until plumbing is added in a separate CL. Also expose nullable button index on XRInputSourceEvent. Bug: 944880 Change-Id: Ic5c50b7583eb6efd8e28033d359243f31e15f29f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1555252Reviewed-by:
Brandon Jones <bajones@chromium.org> Commit-Queue: Jacob DeWitt <jacde@chromium.org> Cr-Commit-Position: refs/heads/master@{#649587}
-
chromium-autoroll authored
https://swiftshader.googlesource.com/SwiftShader.git/+log/26357f18cb2a..32a9ea1c5be2 git log 26357f18cb2a..32a9ea1c5be2 --date=short --no-merges --format='%ad %ae %s' 2019-04-10 hliatis@google.com Resolve build issues with Reactor on Android Created with: gclient setdep -r src/third_party/swiftshader@32a9ea1c5be2 The AutoRoll server is located here: https://autoroll.skia.org/r/swiftshader-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.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 TBR=swiftshader-team+autoroll@chromium.org Change-Id: Id507b5b20a6431b57d7f6cfa3f34a6aea35f52b5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1562033Reviewed-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@{#649586}
-
siyua authored
Bug: 897998 Change-Id: I1de5ac8bcf5ddf6c414736f483561f9584c41f39 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1560594Reviewed-by:
Evan Stade <estade@chromium.org> Commit-Queue: Siyu An <siyua@chromium.org> Cr-Commit-Position: refs/heads/master@{#649585}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/0af947a1fa93..6d7730600369 Created with: gclient setdep -r src-internal@6d7730600369 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=harrisjay@chromium.org,ellyjones@chromium.org,btolsch@chromium.org Change-Id: I60c99926467c68010b94d38804e11bfef92f2466 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1562030Reviewed-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@{#649584}
-
Alan Cutter authored
This CL suppresses the next PWA install animation each time it is shown for an exponentially increasing amount of time to avoid spamming the user with visual distractions during normal web browsing. The exponential backoff factors used are: Initial delay: 1 day Exponent factor: x2 Max delay: 90 days Bug: 907351 Change-Id: I2bcefc4f23b1a1d9516cfa5b9b893097168104d8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1549301Reviewed-by:
Dominick Ng <dominickn@chromium.org> Commit-Queue: Alan Cutter <alancutter@chromium.org> Cr-Commit-Position: refs/heads/master@{#649583}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/26f410d8cfc0..14003828df72 git log 26f410d8cfc0..14003828df72 --date=short --no-merges --format='%ad %ae %s' 2019-04-10 brianosman@google.com Delete SkSL::Compiler copy constructor and assignment operator 2019-04-10 bungeman@google.com Make path in Sk1DPathEffect thread safe. 2019-04-10 halcanary@google.com SkPDF: split GraphicStateStack out 2019-04-10 halcanary@google.com SkPDF: simplify device drawRect 2019-04-10 ethannicholas@google.com regenerated FP files to make bot happy 2019-04-10 bsalomon@google.com Add Vulkan implementation of transfering from GrSurface to a GrGpuBuffer 2019-04-10 brianosman@google.com Define all ImageSetEntry members out of line 2019-04-10 robertphillips@google.com Skip flush in GrDrawingManager if the specifed proxy doesn't have any work (take 2) 2019-04-10 rmistry@google.com [Android compile bot] Also build frameworks/base/libs/hwui Created with: gclient setdep -r src/third_party/skia@14003828df72 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=egdaniel@chromium.org Change-Id: I3c1f0a72a22a11f7733eadba5791455b1ae63069 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1562032Reviewed-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@{#649582}
-
Robert Sesek authored
This adds support to registering launchd jobs with MachServices, and for running a Mojo server channel with it. Bug: 932175 Change-Id: I87a00c5aa329e141e70c154af79784d6bcc3c3ed Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1555500Reviewed-by:
Elly Fong-Jones <ellyjones@chromium.org> Reviewed-by:
Lei Zhang <thestig@chromium.org> Commit-Queue: Robert Sesek <rsesek@chromium.org> Cr-Commit-Position: refs/heads/master@{#649581}
-
Scott Violet authored
WebContentsViewAura::WindowObserver notifies the renderer when the WindowTreeHost's origin, or the Window's (or host window's) bounds changes. During a resize it's entirely likely all change (the bounds and origin). This adds observer functions to WindowTreeHostObserver that are called when bounds change processing starts and ends. This allows WebContentsViewAura::WindowObserver to only notify once. BUG=951015 TEST=none Change-Id: I36d9cdfffe0c6e0ef2b0fca21439650bc04f16bb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1560736Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Commit-Queue: Scott Violet <sky@chromium.org> Cr-Commit-Position: refs/heads/master@{#649580}
-
Vadym Doroshenko authored
This feature was launched > half year ago. Change-Id: If1597674eb40f0039210e68839361340cea9f98d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1561137Reviewed-by:
Dominic Battré <battre@chromium.org> Reviewed-by:
Ilya Sherman <isherman@chromium.org> Commit-Queue: Vadym Doroshenko <dvadym@chromium.org> Cr-Commit-Position: refs/heads/master@{#649579}
-
Austin Eng authored
Bug: 877147 Change-Id: I295d929190eb47197cf9ac88e2beb52b69e158cc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1553310 Commit-Queue: Austin Eng <enga@chromium.org> Reviewed-by:
Corentin Wallez <cwallez@chromium.org> Reviewed-by:
Kai Ninomiya <kainino@chromium.org> Cr-Commit-Position: refs/heads/master@{#649578}
-
Egor Pasko authored
Spotted semi-randomly. We used to mmap the index file on load, but we seem no longer. Hm. Then I saw other unused includes, removed them too. Bug: None Change-Id: I680b928a8936ae1f8797a1721ed6c0c1ab66e0d7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1561690 Auto-Submit: Egor Pasko <pasko@chromium.org> Reviewed-by:
Maks Orlovich <morlovich@chromium.org> Commit-Queue: Egor Pasko <pasko@chromium.org> Cr-Commit-Position: refs/heads/master@{#649577}
-
Sammie Quon authored
Its not needed anymore because the dimming of wallpaper has been moved to wallpaper code. The children of the shield view have been moved to separate widgets in previous CLs. Home launcher used to observe if the grid shield was animating to avoid crashes, now that it is gone, use a boolean to track state. Fixes a bug with "No recent windows" window not sliding up when sliding from shelf, and adds a new test. Selection widget is now the only user of CreateBackgroudnWidget, so delete it and move its code inline. Use rounded corners clipping instead of a textured layer. Test: manual Bug: 942759, 949307 Change-Id: Icffc01f0e14231df39fc6c938ffe6e70c016d5da Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1549894 Commit-Queue: Sammie Quon <sammiequon@chromium.org> Reviewed-by:
Mitsuru Oshima <oshima@chromium.org> Cr-Commit-Position: refs/heads/master@{#649576}
-
Jan Krcal authored
This CL addresses flakiness in the sync integration test ServerAddressConvertsToSameLocalAddress by waiting further until also the wallet metadata and autofill profiles sync data converge. This further revealed an inherent flakiness in the wallet metadata checker that is fixed by using a nestable RunLoop (as by design of being independent of the PersonalDataManager in its checks, this checker can run nested CheckExitCondition() tasks that in turn use nested RunLoops). Bug: 917498, 921386 Change-Id: Ia01bdd876506f46320f482e50397b74f29335a97 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1561105 Commit-Queue: Jan Krcal <jkrcal@chromium.org> Auto-Submit: Jan Krcal <jkrcal@chromium.org> Reviewed-by:
Marc Treib <treib@chromium.org> Cr-Commit-Position: refs/heads/master@{#649575}
-
Sam Maier authored
This allows us to use SequencedTaskRunners without worrying about leaking the underlying native object. Whenever the SequencedTaskRunner goes empty, it will delete the native object. Bug: 877963 Change-Id: I0b95cd34cf3edd11ac7418d7039af9f37b2de22d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1497306 Commit-Queue: Sam Maier <smaier@chromium.org> Reviewed-by:
Alex Clarke <alexclarke@chromium.org> Reviewed-by:
Karolina Soltys <ksolt@chromium.org> Reviewed-by:
Andrew Grieve <agrieve@chromium.org> Cr-Commit-Position: refs/heads/master@{#649574}
-
Martin Robinson authored
The platform nodes for closed Views list boxes (like the omnibox suggestion popup) don't implement any optional ATK interfaces when they are closed. We should trigger a rebuild of the platform node, if necessary, when they expand. Bug: 948819 Change-Id: I942fec40434e6f7093970b0b41a52b2f5ddad5d3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1556799Reviewed-by:
Joanmarie Diggs <jdiggs@igalia.com> Commit-Queue: Martin Robinson <mrobinson@igalia.com> Cr-Commit-Position: refs/heads/master@{#649573}
-
Matt Simmons authored
R=yusufo@chromium.org Bug: 934911 Change-Id: Ia2dc8e2789743d6c157bcce907cf1930dce903a7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1561833Reviewed-by:
Yusuf Ozuysal <yusufo@chromium.org> Commit-Queue: Matt Simmons <mattsimmons@chromium.org> Cr-Commit-Position: refs/heads/master@{#649572}
-
Elly Fong-Jones authored
The test is external/wpt/html/user-activation/activation-transfer-cross-origin-with-click.sub.tentative.html Bug: 951453 Change-Id: Ib10b9e6971ac3f2f64f5d4895c6568897a45d801 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1561954 Commit-Queue: Elly Fong-Jones <ellyjones@chromium.org> Commit-Queue: John Budorick <jbudorick@chromium.org> Auto-Submit: Elly Fong-Jones <ellyjones@chromium.org> Reviewed-by:
John Budorick <jbudorick@chromium.org> Cr-Commit-Position: refs/heads/master@{#649571}
-