- 02 Apr, 2019 40 commits
-
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/438e22190d06..bed354efaacc Created with: gclient setdep -r src-internal@bed354efaacc 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=shimazu@chromium.org,dgozman@chromium.org,hbos@chromium.org Change-Id: Ic26cfe0c619da7b029bbd7fb83f3b84b233b280d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1548853Reviewed-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@{#646686}
-
Yoshifumi Inoue authored
This reverts commit cb0d298d. Reason for revert: compilation error https://ci.chromium.org/p/chromium/builders/ci/linux-rel/22483 In file included from ../../third_party/dawn/src/tests/unittests/validation/DynamicStateCommandValidationTests.cpp:15: ../../third_party/dawn/src/tests/unittests/validation/ValidationTest.h:20:10: fatal error: 'dawn/dawncpp_traits.h' file not found #include "dawn/dawncpp_traits.h" ^~~~~~~~~~~~~~~~~~~~~~~ 1 error generated. Since "dawncpp_traits.h" is generated file, it seems dependency description may miss something. Original change's description: > Implement ReadableStreamNative::PipeTo > > Bug: 902633 > Change-Id: Iba34012af3de4037103e9df647c0971b54b77e02 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1531938 > Reviewed-by: Yutaka Hirano <yhirano@chromium.org> > Commit-Queue: Adam Rice <ricea@chromium.org> > Cr-Commit-Position: refs/heads/master@{#646681} TBR=ricea@chromium.org,yhirano@chromium.org Change-Id: Ic9a390aa9372c4fab6c44c1bf38e69c9e6a7d4ac No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 902633 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1547625Reviewed-by:
Yoshifumi Inoue <yosin@chromium.org> Commit-Queue: Yoshifumi Inoue <yosin@chromium.org> Cr-Commit-Position: refs/heads/master@{#646685}
-
Wei-Yin Chen (陳威尹) authored
The HistoryReportJniBridge.addHistoricVisitsToUsageReportsBuffer() method runs on a background thread, so it is fine to use base::WaitableEvent in the underlying JNI functions without affecting responsiveness. Bug: 943381 Change-Id: I85150cf9ec29de15b3375587b89ccae265490330 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1531029Reviewed-by:
Albert J. Wong <ajwong@chromium.org> Commit-Queue: Wei-Yin Chen (陳威尹) <wychen@chromium.org> Cr-Commit-Position: refs/heads/master@{#646684}
-
Wei-Yin Chen (陳威尹) authored
Per https://bugs.chromium.org/p/chromium/issues/detail?id=941676#c13, when being dragged, the tab should fade up to 20% opacity. Bug: 941676 Change-Id: Ide2f0196bc161c2d6b1a9ac81d7fe36f103db120 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1546527Reviewed-by:
Yusuf Ozuysal <yusufo@chromium.org> Commit-Queue: Wei-Yin Chen (陳威尹) <wychen@chromium.org> Cr-Commit-Position: refs/heads/master@{#646683}
-
chromium-autoroll authored
https://chromium.googlesource.com/angle/angle.git/+log/925cad816956..6cb0cff57376 git log 925cad816956..6cb0cff57376 --date=short --no-merges --format='%ad %ae %s' 2019-04-02 syoussefi@chromium.org Add a test for masked/scissored multi-attachment clear Created with: gclient setdep -r src/third_party/angle@6cb0cff57376 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=syoussefi@chromium.org Change-Id: I531593890856fde922b5ea72bcda5d63919e4745 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1548774Reviewed-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@{#646682}
-
Adam Rice authored
Bug: 902633 Change-Id: Iba34012af3de4037103e9df647c0971b54b77e02 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1531938Reviewed-by:
Yutaka Hirano <yhirano@chromium.org> Commit-Queue: Adam Rice <ricea@chromium.org> Cr-Commit-Position: refs/heads/master@{#646681}
-
Daniel Bratell authored
The header used was not publically reachable via ui/base so the dependency needs to be a bit more precise. The exact error message from gn check --check-generated: ERROR at //out/Default/gen/third_party/blink/public/mojom/clipboard/clipboard.mojom.h:48:11: Can't include this header from here. - #include "ui/base/clipboard/clipboard_types.h" ^---------------------------------- The target: //third_party/blink/public/mojom:mojom_platform is including a file from the target: //ui/base/clipboard:clipboard_types It's usually best to depend directly on the destination target. In some cases, the destination target is considered a subcomponent of an intermediate target. In this case, the intermediate target should depend publicly on the destination to forward the ability to include headers. Dependency chain (there may also be others): //third_party/blink/public/mojom:mojom_platform --> //ui/base:base --[private]--> //ui/base/clipboard:clipboard_types Bug: 938893 Change-Id: Ica45c5a6710f55f5ee4394a1b2c82fd3a6536531 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1547729 Auto-Submit: Daniel Bratell <bratell@opera.com> Commit-Queue: Daniel Cheng <dcheng@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Cr-Commit-Position: refs/heads/master@{#646680}
-
Anand K. Mistry authored
If the input zip file contains too many files, it's possible for the fuzzer to take too long to process every file. Cap the number of files processed to keep fuzz time to a reasonable level. BUG=933464 Change-Id: Icb01a4c4ca447aea1b1692a4cf4da92d1fe773cb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1547540Reviewed-by:
Oliver Chang <ochang@chromium.org> Commit-Queue: Anand Mistry <amistry@chromium.org> Cr-Commit-Position: refs/heads/master@{#646679}
-
chromium-autoroll authored
https://dawn.googlesource.com/dawn.git/+log/20b0c33913e4..4f5fc2d325b9 git log 20b0c33913e4..4f5fc2d325b9 --date=short --no-merges --format='%ad %ae %s' 2019-04-01 cwallez@chromium.org Nuke Builders part 4: headers, proctable and miscreferences 2019-04-01 cwallez@chromium.org Nuke Builders Part 3: remove validation test builder expectations 2019-04-01 cwallez@chromium.org Nuke Builders Part 2: remove all builder code from wire Created with: gclient setdep -r src/third_party/dawn@4f5fc2d325b9 The AutoRoll server is located here: https://autoroll.skia.org/r/dawn-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:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel TBR=cwallez@chromium.org Change-Id: I4f992ce97dc331c9d09bdb796815e0b54577f520 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1548502Reviewed-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@{#646678}
-
Antonio Gomes authored
This is part of the effort to minimize the amount of APIs exposed by Blink, where classes and enums are being assessed, and its usage audited. At this time, it was verified that blink::WebSetSinkIdCallbacks (and blink::SetSinkIdCallbacks) inherit from blink::WebCallbacks, a class designed to bridge callbacks passing from Chromium to Blink (and vice-versa) prior to OnionSoup. Similarly to [1] and [2], this CL replaces the use of blink::WebCallbacks in SetSinkIdCallbacks and WebSetSinkIdCallbacks by a base::OnceCallback instance. No functionality change is expected. [1] https://crrev.com/c/1545931 [1] https://crrev.com/c/1544529 CC=blink-reviews-vendor@chromium.org TBR=dgozman@chromium.org,chcunningham@chromium.org BUG=15422458 Change-Id: Iaca40194970bd70b40362f7445586317d48d7bcb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1548294 Commit-Queue: Antonio Gomes <tonikitoo@igalia.com> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Cr-Commit-Position: refs/heads/master@{#646677}
-
Staphany Park authored
https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/a18ac392d883..b617b277186e $ git log a18ac392d..b617b2771 --date=short --no-merges --format='%ad %ae %s' 2019-04-01 absl-team Googletest export 2019-04-01 absl-team Googletest export 2019-03-04 yaneurabeya Prefix googletest binaries under its own subtree instead of `gtest` 2019-03-22 absl-team Googletest export 2019-03-28 gennadiycivil Update CONTRIBUTING.md 2019-03-28 gennadiycivil Update CONTRIBUTING.md 2019-03-26 syohex Update Xcode project file Created with: roll-dep src/third_party/googletest/src Change-Id: I1c541abb23156aeb7d74f63d2bfc71eee7adfcc9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1548582 Commit-Queue: Victor Costan <pwnall@chromium.org> Auto-Submit: Staphany Park <staphany@chromium.org> Reviewed-by:
Victor Costan <pwnall@chromium.org> Cr-Commit-Position: refs/heads/master@{#646676}
-
chromium-autoroll authored
The AutoRoll server is located here: https://autoroll.skia.org/r/fuchsia-sdk-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:fuchsia-arm64-cast;luci.chromium.try:fuchsia-x64-cast TBR=cr-fuchsia+bot@chromium.org Change-Id: I3910e5434cf20d371423b9c8927d52b986fe286f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1548351Reviewed-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@{#646675}
-
Yan, Shaobo authored
The patch was reverted because of the FYI-bots fail. Now the root cause has been fixed by https://chromium-review.googlesource.com/c/chromium/src/+/1512767. Reland the original patch which implement a WebGL draft extension: WEBGL_video_texture. This extension will bring a new type of texture for WebGL and can share the video frame to WebGL texture directly. This should reduce on blit operation and should have performance improvement for uploading video to texture. Bug: 776222, 907195 Change-Id: Id906afc1ac3bb096cab7effaba051dabf4f9dd12 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 Reviewed-on: https://chromium-review.googlesource.com/c/1235335 Commit-Queue: Shaobo Yan <shaobo.yan@intel.com> Reviewed-by:
Philip Jägenstedt <foolip@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Reviewed-by:
Mounir Lamouri <mlamouri@chromium.org> Reviewed-by:
Dan Sanders <sandersd@chromium.org> Reviewed-by:
Kenneth Russell <kbr@chromium.org> Reviewed-by:
Kai Ninomiya <kainino@chromium.org> Cr-Original-Commit-Position: refs/heads/master@{#609604} Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1531027 Cr-Commit-Position: refs/heads/master@{#646674}
-
Eero Häkkinen authored
Change-Id: Iba1582768904f9356d834ed3f642674a4cfcf468 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1546301 Auto-Submit: Eero Häkkinen <eero.hakkinen@intel.com> Reviewed-by:
Taiju Tsuiki <tzik@chromium.org> Commit-Queue: Taiju Tsuiki <tzik@chromium.org> Cr-Commit-Position: refs/heads/master@{#646673}
-
Ian Prest authored
The accessibility dump tests (both tree-dump and event-dump) execute multiple passes for each test. Most OSes run two passes (Blink + Native), but on Windows we recently introduced a third pass for UIA. The addition of the UIA pass required that we toggle an experimental command-line flag to ensure that UIA is properly enabled/disabled. Unfortunately, modifying the command-line multiple times during the test ran afoul of the ThreadSanitizer, which reported a data-race condition. This required that the dump tests be parameterized, so that each "pass" now runs independently, and can update their command line only once. Note: "gtest_filter" now requires a "/xxx" suffix, e.g.: --gtest_filter=DumpAccessibilityEventsTest.ValueValueChanged/* Bug: 946481, 928949 Change-Id: I6490f33681b5567b6584442c9cf241611b3b5baa Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1542692 Commit-Queue: Ian Prest <iapres@microsoft.com> Reviewed-by:
Dominic Mazzoni <dmazzoni@chromium.org> Cr-Commit-Position: refs/heads/master@{#646672}
-
Mitsuru Oshima authored
On CrOS, a window can be occluded by another window, causing content running in full-occluded windows not be rendered. Windows that are being captured (e.g. for screen-sharing) should continue to render even when fully-occluded. Bug: 935971 Test: covered by unittests Change-Id: Ib3098f2a85aa0bb3924924732d22b7c51d125c60 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1540101Reviewed-by:
Yuri Wiitala <miu@chromium.org> Reviewed-by:
Wez <wez@chromium.org> Commit-Queue: Mitsuru Oshima <oshima@chromium.org> Cr-Commit-Position: refs/heads/master@{#646671}
-
chromium-autoroll authored
https://chromium.googlesource.com/chromiumos/chromite.git/+log/5677ecd6cbab..eac9bbc95090 git log 5677ecd6cbab..eac9bbc95090 --date=short --no-merges --format='%ad %ae %s' 2019-04-02 tbegin@google.com chromeos_config: add sarien-paladin to master-paladin Created with: gclient setdep -r src/third_party/chromite@eac9bbc95090 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: Ie85ba9f296a1a619168accefe0eba837669ff377 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1548346Reviewed-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@{#646670}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/3f6a2ac63670..d9e660b6a92f git log 3f6a2ac63670..d9e660b6a92f --date=short --no-merges --format='%ad %ae %s' 2019-04-02 skia-autoroll@skia-public.iam.gserviceaccount.com Roll ../src e01c3e08..b3f3a362 (475 commits) 2019-04-02 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/swiftshader 52a67b6495ce..459453a96257 (5 commits) Created with: gclient setdep -r src/third_party/skia@d9e660b6a92f 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=jlavrova@chromium.org Change-Id: I98bc144cb051bb3533e79e6be4843ae0c019f932 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1546188Reviewed-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@{#646669}
-
Sadrul Habib Chowdhury authored
The perf-shards currently have a wide-range of runtime, ranging from ~30 minutes upto ~85 minutes on win-10, and from ~1hr upto ~3.5hr on nexus-5. So update the shard-mapping to rebalance the shards. Also, increase the number of available shards for nexus6-webview from 8 to 12 to make better use of available devices. The maps were updated using the following command: ./tools/perf/generate_perf_sharding update BUG=942365 Change-Id: Ia117d9868df00a49025e56693f6dfb8a068bcbd5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1541886Reviewed-by:
Caleb Rouleau <crouleau@chromium.org> Reviewed-by:
Sadrul Chowdhury <sadrul@chromium.org> Commit-Queue: Sadrul Chowdhury <sadrul@chromium.org> Cr-Commit-Position: refs/heads/master@{#646668}
-
Xiaocheng Hu authored
FirstLetterPseudoElement::FirstLetterTextLayoutObject finds the remaining text layout object by traversing in the subtree of the block container and inspects the layout objects one by one. There is one case where the code fails to move past the list marker layout object when the list marker is wrapped in an anonymous block flow, which is fixed by this patch. Bug: 947422 Change-Id: I427ee77ae43be8464bddd9120b5c50f3c1dd84be Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1548381 Commit-Queue: Koji Ishii <kojii@chromium.org> Reviewed-by:
Koji Ishii <kojii@chromium.org> Cr-Commit-Position: refs/heads/master@{#646667}
-
siyua authored
which has a related icon in ToolbarPageActionIconContainerView 1) Added logic to make sure an inactive bubble (if any) related to icons in the ToolbarPageActionIconContainerView can be activated for accessibility. 2) Added logic to update icons in ToolbarPageActionIconContainerView whenever toolbar refreshes itself. Bug: 932818 Change-Id: Ibbbeeb8446cf48c7a2de047f0a292051b79583ca Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1542566 Commit-Queue: Siyu An <siyua@chromium.org> Reviewed-by:
Peter Boström <pbos@chromium.org> Reviewed-by:
Jared Saul <jsaul@google.com> Cr-Commit-Position: refs/heads/master@{#646666}
-
Siddhartha S authored
Depends on aosp/935386 This adds option for filtering output in data source config for privacy safe mode. BUG=925148 Change-Id: I488d38e362aba83f12be80d34b92c289d7ee34be Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1542962 Commit-Queue: ssid <ssid@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Reviewed-by:
oysteine <oysteine@chromium.org> Cr-Commit-Position: refs/heads/master@{#646665}
-
Yutaka Hirano authored
SecurityFilterPeer generates response body when it intercepts a frame request. Thanks to recent refactoring efforts this code path is now dead - SecurityFilterPeer cannot intercept navigation requests. Let's remove the obsolete logic. Bug: 894819 Change-Id: Ib089acbbd27af0a298b9ae471b55fb18bef564a4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1546802Reviewed-by:
Dmitry Gozman <dgozman@chromium.org> Reviewed-by:
Jochen Eisinger <jochen@chromium.org> Reviewed-by:
Makoto Shimazu <shimazu@chromium.org> Commit-Queue: Yutaka Hirano <yhirano@chromium.org> Cr-Commit-Position: refs/heads/master@{#646664}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/ff8d67bfe996..438e22190d06 Created with: gclient setdep -r src-internal@438e22190d06 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=shimazu@chromium.org,dgozman@chromium.org,hbos@chromium.org Change-Id: Ib462920966b4013cbc08765c91a02a5c5f212ec7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1548352Reviewed-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@{#646663}
-
Sergey Ulanov authored
The new CreateExternalSemaphore() allows to creates semaphore that can be exported to a platform-specific handle. Bug: 934526 Change-Id: I0c927e4f505b43f22a393800410b395fdb15265a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1541865 Commit-Queue: Sergey Ulanov <sergeyu@chromium.org> Reviewed-by:
Antoine Labour <piman@chromium.org> Reviewed-by:
Michael Spang <spang@chromium.org> Cr-Commit-Position: refs/heads/master@{#646662}
-
Xida Chen authored
This CL is part of a prototype: https://chromium-review.googlesource.com/c/chromium/src/+/1495445 This CL builds the PaintWorkletPainterToTaskRunnerMap in the PaintWorkletPaintDispatcher. An entry is added when PaintWorkletProxyClient::SetGlobalScope is called, and removed when PaintWorkletProxyClient::Dispose is called. The map will be used to decide which task runner is in charge of running the JS paint callback given a certain PaintWorkletInput. Bug: 884698 Change-Id: I9d09ea68e214f3ed228d59ee8fe0be43ec21d317 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1532668 Commit-Queue: Xida Chen <xidachen@chromium.org> Reviewed-by:
Stephen McGruer <smcgruer@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Cr-Commit-Position: refs/heads/master@{#646661}
-
Kristi Park authored
Include distinction between user customized shortcuts (Custom Links) and Most Visited URLs. chrome.topSites only returns Most Visited URLs. Bug: 911175 Change-Id: I5a13c230efdfd6f8eeeec56cfa94bd3f92a67108 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1546139Reviewed-by:
Ramya Nagarajan <ramyan@chromium.org> Reviewed-by:
Karan Bhatia <karandeepb@chromium.org> Auto-Submit: Kristi Park <kristipark@chromium.org> Commit-Queue: Karan Bhatia <karandeepb@chromium.org> Cr-Commit-Position: refs/heads/master@{#646660}
-
Yutaka Hirano authored
This reverts commit c643f1b3. Reason for revert: Breaking build: https://ci.chromium.org/p/chromium/builders/ci/Win%20Builder/69610 Change-Id: Iab3fd9259db83438ce4353717f8459af2ef8d95c No-Try: True Tbr: shimazu@chromium.org No-Tree-Checks: true Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1547620Reviewed-by:
Yutaka Hirano <yhirano@chromium.org> Commit-Queue: Yutaka Hirano <yhirano@chromium.org> Cr-Commit-Position: refs/heads/master@{#646659}
-
chrome-release-bot authored
# This is an automated release commit. # Do not revert without consulting chrome-pmo@google.com. NOAUTOREVERT=true TBR=benmason@chromium.org Change-Id: Id28ee327ae28cba714b763dc07621112f94f6781 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1548735Reviewed-by:
chrome-release-bot@chromium.org <chrome-release-bot@chromium.org> Cr-Commit-Position: refs/heads/master@{#646658}
-
chromium-autoroll authored
https://pdfium.googlesource.com/pdfium.git/+log/7382a72a748f..d5bcd378e589 git log 7382a72a748f..d5bcd378e589 --date=short --no-merges --format='%ad %ae %s' 2019-04-01 thestig@chromium.org Use CIPD packages for GN instead of GCS. 2019-04-01 thestig@chromium.org Roll build/ a525b65ef..ef1e2b871 (27 commits) 2019-04-01 thestig@chromium.org Roll third_party/zlib/ 1337da531..bb293c33b (3 commits) 2019-04-01 thestig@chromium.org Remove build/secondary usage on Android. 2019-04-01 thestig@chromium.org Roll build/ c899486de..38cbca57e (115 commits) Created with: gclient setdep -r src/third_party/pdfium@d5bcd378e589 The AutoRoll server is located here: https://autoroll.skia.org/r/pdfium-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:855791,chromium:947060,chromium:947060,chromium:947060 TBR=dsinclair@chromium.org Change-Id: I1d764cf1510dba98e1691c0d5efb303b056c235d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1548501Reviewed-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@{#646657}
-
Scott Chen authored
The toast needs to be in <welcome-app> because it needs to stay visible after cr-view-manager switches to the next module, so it cannot be in the set-as-default module itself. Bug: 906143 Change-Id: I0215e4aaa54ab37b50d5cf8d88e603657678815f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1546191Reviewed-by:
Demetrios Papadopoulos <dpapad@chromium.org> Commit-Queue: Scott Chen <scottchen@chromium.org> Cr-Commit-Position: refs/heads/master@{#646656}
-
Findit authored
This reverts commit 1dc2db8c. Reason for revert: Findit (https://goo.gl/kROfz5) identified CL at revision 646299 as the culprit for failures in the build cycles as shown on: https://analysis.chromium.org/waterfall/culprit?key=ag9zfmZpbmRpdC1mb3ItbWVyRAsSDVdmU3VzcGVjdGVkQ0wiMWNocm9taXVtLzFkYzJkYjhjNWJhZTkzYmE0ZWVmODc1ODY1ZmQ0ZmY0NTI5OWJhZmMM Sample Failed Build: https://ci.chromium.org/buildbot/chromium.memory/Linux%20MSan%20Tests/15927 Sample Failed Step: webkit_unit_tests Original change's description: > Use GrMockContext (rather than NullGL interface) in blink unit tests > > Skia's NullGL interface is deprecated, and this is the last piece of > code to use it. The Mock context is actually maintained (and simpler), > but is functionally a different backend. > > With https://skia-review.googlesource.com/c/skia/+/204221, it supports > exporting textures as "GL", enough to allow CanvasResourceProvider to > work properly in tests. That, plus adding BGRA support (done here) gets > everything passing. > > Change-Id: Id39101ed45f72e2294af9093e4610699936528ec > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1542239 > Reviewed-by: Brian Salomon <bsalomon@google.com> > Reviewed-by: Florin Malita <fmalita@chromium.org> > Auto-Submit: Brian Osman <brianosman@google.com> > Commit-Queue: Florin Malita <fmalita@chromium.org> > Cr-Commit-Position: refs/heads/master@{#646299} Change-Id: I5d42dfc6e68b8c5708819cc84bfbbbb8c3f865f0 No-Presubmit: true No-Tree-Checks: true No-Try: true Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1546542 Cr-Commit-Position: refs/heads/master@{#646655}
-
Hector Carmona authored
Screenshot in bug. Bug: 947107 Change-Id: I6eaa1dc071379fd169e077b77fb248e20c20d5f2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1548605Reviewed-by:
Dan Beam <dbeam@chromium.org> Commit-Queue: Hector Carmona <hcarmona@chromium.org> Cr-Commit-Position: refs/heads/master@{#646654}
-
Jeevan Shikaram authored
The favicon for the App Management page was changed from the default favicon to the favicon of the settings page. Bug: 947895, 906508 Change-Id: Ibfec0f725024430ab883b52aa2231d810a326c2d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1546741 Commit-Queue: Jeevan Shikaram <jshikaram@chromium.org> Auto-Submit: Jeevan Shikaram <jshikaram@chromium.org> Reviewed-by:
Dominick Ng <dominickn@chromium.org> Reviewed-by:
Scott Chen <scottchen@chromium.org> Cr-Commit-Position: refs/heads/master@{#646653}
-
Victor Costan authored
This allows the class to be shared between test files. Bug: 945204 Change-Id: I17688c4e1b5564a45c4edef56ae350f31a009dc4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1548562 Auto-Submit: Victor Costan <pwnall@chromium.org> Reviewed-by:
Darwin Huang <huangdarwin@chromium.org> Commit-Queue: Victor Costan <pwnall@chromium.org> Cr-Commit-Position: refs/heads/master@{#646652}
-
Toni Barzic authored
Fixes a race in recommend_apps screen, where initial message was being sent to the recommend apps webview before the script to initialize it was run (and thus, the code that adds a message listener in the webview could get run after the initial message from the embedder is delivered). Note that recommned_apps_fetcher implementation has not really changed, except for: * Made RecommendAppsFetcherImpl implement RecommendAppsFetcher interface * Moved some logic from RecommentAppsFetcherImpl ctor to newly introduced Start() method Added methods to check whether an element is enabled/disabled to js_checker, and new methods for checking element visibility that test element's offsetHeight and offsetWidth - the approach with checking hidden property does not work for elements that are hidden using "display: none" CSS (e.g. recommend_apps screen buttons). BUG=947203 Change-Id: Ib8653983f202d6215fb637dcecbe8ee10f624294 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1546961Reviewed-by:
Alexander Alekseev <alemate@chromium.org> Commit-Queue: Toni Baržić <tbarzic@chromium.org> Cr-Commit-Position: refs/heads/master@{#646651}
-
Hirokazu Honda authored
As stated in https://crbug.com/929849#c58, there may be a risk to enable low power encoder by default. We should perform A/B test via finch. This CL disables the feature by default, which follows chrome feature release procedure. Bug: 929849 Test: Confirm EncSliceLP is not used in appr.tc on sarien Change-Id: I34638d0490d20746cbd630c5cc7bbc8c647b75f7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1545437 Commit-Queue: Hirokazu Honda <hiroh@chromium.org> Reviewed-by:
Miguel Casas <mcasas@chromium.org> Reviewed-by:
Mounir Lamouri <mlamouri@chromium.org> Cr-Commit-Position: refs/heads/master@{#646650}
-
Rakib M. Hasan authored
Bug: chromium:698902 Change-Id: I2311d9df9f822d6fe7ec9fe50a58532f644e1763 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1548471Reviewed-by:
Kenneth Russell <kbr@chromium.org> Commit-Queue: Rakib Hasan <rmhasan@google.com> Cr-Commit-Position: refs/heads/master@{#646649}
-
Xing Liu authored
This CL introduces a core logic class to pick scheduled notifications to show. Basically it checks the configuration and impression history, and iterate all types of notification to return a list of notification. Also implements a unit test frame work for this class, more test cases will be added in following CLs. Bug: 930968 Change-Id: Ia35519fe7a8509c53fa84ab380d42214c59d4e75 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1546672 Commit-Queue: Xing Liu <xingliu@chromium.org> Reviewed-by:
David Trainor <dtrainor@chromium.org> Cr-Commit-Position: refs/heads/master@{#646648}
-
chromium-autoroll authored
https://chromium.googlesource.com/angle/angle.git/+log/310294adacdd..925cad816956 git log 310294adacdd..925cad816956 --date=short --no-merges --format='%ad %ae %s' 2019-04-01 jmadill@chromium.org Add a presubmit builder. Created with: gclient setdep -r src/third_party/angle@925cad816956 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=syoussefi@chromium.org Change-Id: I3bcf262baaa6a9dc7d90ca3f30f0b0291104020b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1548498Reviewed-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@{#646647}
-