- 17 Jun, 2019 40 commits
-
-
Matt Falkenhagen authored
It's expiring and we're not watching it. Bug: 972778 Change-Id: Icbf74f6f2af28557b8b30db23e2268fe144f2ba2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1661327 Commit-Queue: Matt Falkenhagen <falken@chromium.org> Reviewed-by:
Kenichi Ishibashi <bashi@chromium.org> Reviewed-by:
Ilya Sherman <isherman@chromium.org> Auto-Submit: Matt Falkenhagen <falken@chromium.org> Cr-Commit-Position: refs/heads/master@{#669905}
-
Maksym Onufriienko authored
This is part of EG1 to EG2 migration, which involves moving EarlGrey code from app-side helpers into test code. EarlGrey2 has multiprocess architecture, where Chrome Test and Chrome App are separate processes. Chrome App can be launched with specific feature flags. Chrome Test should be able to query the value of specific flags from Chrome App. Chrome Test can't use base::FeatureList::IsEnabled(), because base::Feature value is not in sync with Chrome App. This CL builds infrastructure for Chrome Test to query value of specific flags from Chrome App. As `base::FeatureList::IsEnabled` won't compile under EG2, added C_E_G methods that will just call ChromeEarlGreyAppInterface methods: - (BOOL)[ChromeEarlGrey isSlimNavigationManagerEnabled] - (BOOL)[ChromeEarlGrey isCompactTranslateInfobarIOSEnabled] - (BOOL)[ChromeEarlGrey isBlockNewTabPagePendingLoadEnabled] - (BOOL)[ChromeEarlGrey isUmaCellularEnabled] - (BOOL)[ChromeEarlGrey isUKMEnabled] - (BOOL)[ChromeEarlGrey isWebPaymentsModifiersEnbaled] # Require for ios_intertnal/external_url_omnibox_popup_egtest.mm # https://chrome-internal-review.googlesource.com/c/chrome/ios_internal/+/1357283 - (BOOL)[ChromeEarlGrey isNewOmniboxPopupLayoutEnabled] As there is no way to pass `base::Feature` parameter to ChromeEarlGreyAppInterface, its methods will be 1:1 match to E_C_G, e.g. BOOL isSlimNavigationManagerEnabled { return [ChromeEarlGreyAppInterface isSlimNavigationManagerEnabled]; } Bug: 922813 Change-Id: I8da1e3fa318ca3de8ad40c4df3cf181c6aa7845d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1639138 Commit-Queue: Maksym Onufriienko <monufriienko@chromium.org> Reviewed-by:
Ganggui Tang <gogerald@chromium.org> Reviewed-by:
Moe Ahmadi <mahmadi@chromium.org> Reviewed-by:
Alexei Svitkine <asvitkine@chromium.org> Reviewed-by:
Eugene But <eugenebut@chromium.org> Cr-Commit-Position: refs/heads/master@{#669904}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/b9797b31f7a1..468585d96747 Created with: gclient setdep -r src-internal@468585d96747 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=huangdarwin@google.com,sdy@google.com,alancutter@google.com,tschumann@google.com Change-Id: I5b5bec47ab53d213bd5b43870a87820cb5508343 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1663269Reviewed-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@{#669903}
-
chromium-autoroll authored
https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/076b7f778883..d7003576dd13 git log 076b7f778883..d7003576dd13 --date=short --no-merges --format='%ad %ae %s' 2019-06-17 absl-team@google.com Googletest export 2019-06-17 misterg@google.com Googletest export 2019-06-17 gennadiycivil@users.noreply.github.com Merge pull request #2287 from PhilLab/patch-1 2019-06-17 gennadiycivil@users.noreply.github.com Merge pull request #2286 from gennadiycivil/master 2019-06-14 misterg@google.com 2019-06-14 misterg@google.com googlemock/docs/CookBook.md small doc test 2019-06-13 misterg@google.com Makefiles are no longer supported. Adding pseudo-break with their impending removal to make sure that people who are interested will notice 2019-06-13 misterg@google.com Merge pull request #2285 from tomalakgeretkal:c++17-fix 2019-06-13 misterg@google.com Merge pull request #2283 from xammy:cmake-cmp0054 2019-06-12 misterg@google.com Formatting Changes 2019-06-12 misterg@google.com Formatting Changes, README 2019-06-12 gennadiycivil@users.noreply.github.com Update README.md Created with: gclient setdep -r src/third_party/googletest/src@d7003576dd13 The AutoRoll server is located here: https://autoroll.skia.org/r/googletest-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:mac_optional_gpu_tests_rel;luci.chromium.try:linux_chromium_cfi_rel_ng;luci.chrome.try:win_chrome_official TBR=isamsonov@google.com Change-Id: I4bbd9fba95f9b08e1519d46ffd0d1d08eeb2a97c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1662027Reviewed-by:
chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Reviewed-by:
Staphany Park <staphany@chromium.org> Commit-Queue: Staphany Park <staphany@chromium.org> Cr-Commit-Position: refs/heads/master@{#669902}
-
Nick Diego Yamane authored
DesktopWindowTreeHostX11 includes/uses ATK code even when it is configured to be disabled, causing build failures in those cases. This patch fixes it. Additionally, CL fixes lint include_what_you_use errors. Change-Id: Ifbb616b5083869b4c3c7632be60799940535e45f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1656888Reviewed-by:
Thomas Anderson <thomasanderson@chromium.org> Commit-Queue: Nick Yamane <nickdiego@igalia.com> Cr-Commit-Position: refs/heads/master@{#669901}
-
chrome://device-logReilly Grant authored
This change replaces VLOG(2) with BLUETOOTH_LOG(DEBUG) in some of the Windows 10 backend for Bluetooth Low Energy. It also improves log detail in BluetoothGattDiscovererWinrt by logging the service and characteristic handles for which errors are being reported. Bug: 969180 Change-Id: I9e0bddfa6d02a7fc20b1c1190b2f9bce06ef132d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1650623Reviewed-by:
Vincent Scheib <scheib@chromium.org> Commit-Queue: Reilly Grant <reillyg@chromium.org> Cr-Commit-Position: refs/heads/master@{#669900}
-
Jacques Newman authored
The ignored reasons were not being used, so no need to ask. Bug: 972643 Change-Id: Iccb3fa6b4760094719a51b0131e1a1f0514f4b75 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1659598Reviewed-by:
Kevin Babbitt <kbabbitt@microsoft.com> Reviewed-by:
Alice Boxhall <aboxhall@chromium.org> Commit-Queue: Jacques Newman <janewman@microsoft.com> Cr-Commit-Position: refs/heads/master@{#669899}
-
Jason Majors authored
Bug: 971718 Change-Id: I0531f63b7276d7c061bbab613a4b055ee89acc9a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1660630 Commit-Queue: Jason Majors <jmajors@google.com> Reviewed-by:
Sam McNally <sammc@chromium.org> Reviewed-by:
Scott Violet <sky@chromium.org> Reviewed-by:
Ken Rockot <rockot@google.com> Reviewed-by:
Reilly Grant <reillyg@chromium.org> Cr-Commit-Position: refs/heads/master@{#669898}
-
Caroline Rising authored
When keyboard navigating the tab strip on Mac pane_has_focus is not set to true so key events were hiding the tab hover cards when they shouldnt have been. This change instead ignores hiding cards on when updating the hover card if the tab strip or one of its children (excluding the new tab button) has focus. Bug: 910739, 974896 Change-Id: I306543684f448fa3e4ceac0f346a5b833f334b7e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1650213 Commit-Queue: Caroline Rising <corising@chromium.org> Reviewed-by:
Dana Fried <dfried@chromium.org> Cr-Commit-Position: refs/heads/master@{#669897}
-
chromium-autoroll authored
https://chromium.googlesource.com/angle/angle.git/+log/08b5629336d0..3f8975e121c5 git log 08b5629336d0..3f8975e121c5 --date=short --no-merges --format='%ad %ae %s' 2019-06-17 dongja@google.com Debug: suppress INFO log level in tests 2019-06-17 jmadill@chromium.org Vulkan: Minor cleanup to ContextVk::setupIndexedDraw. 2019-06-17 jonahr@google.com Clean up workarounds/features to single location. 2019-06-17 tobine@google.com Merge ESSL pre-processsor token errors 2019-06-17 syoussefi@chromium.org Vulkan: Enable previously failing clear tests Created with: gclient setdep -r src/third_party/angle@3f8975e121c5 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 BUG=chromium:971660 TBR=jonahr@google.com Change-Id: I90ab5c64dcfb55f6251270407d4db55af5a3f426 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1663048Reviewed-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@{#669896}
-
Tommy Steimel authored
This CL adds a new toolbar icon for the global media controls. The icon only shows up once a controllable media session becomes active. The icon never disappears once it's displayed. This CL also adds a new disabled-by-default feature flag for the global media controls and only creates the icon when the flag is enabled. Bug: 973485, 973486 Change-Id: Ibd6379d45c736918873504d76761170fa57b825e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1655345Reviewed-by:
Scott Violet <sky@chromium.org> Reviewed-by:
Becca Hughes <beccahughes@chromium.org> Commit-Queue: Tommy Steimel <steimel@chromium.org> Cr-Commit-Position: refs/heads/master@{#669895}
-
David Grogan authored
LevelDBEnv.IDB.LockFileAncestorsNotFound LevelDBEnv.ServiceWorker.LockFileAncestorsNotFound LevelDBEnv.LockFileAncestorsNotFound Bug: 969973 Change-Id: Ie8f55d5ad09fe00e63e95681c2781283a822281c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1663036Reviewed-by:
Victor Costan <pwnall@chromium.org> Reviewed-by:
Ilya Sherman <isherman@chromium.org> Commit-Queue: David Grogan <dgrogan@chromium.org> Cr-Commit-Position: refs/heads/master@{#669894}
-
Sergey Ulanov authored
Previously AudioOutputStreamFuchsia was starting playing before receiving the first OnMinLeadTime. As result it was starting playback with an invalid min_lead_time value, which may result in some samples being dropped. Now it waits for the first OnMinLeadTime event before pumping the first audio buffer. Bug: 973754 Change-Id: I47e828120c392b1ddb2f7d7a74422bf05c8aa43c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1658951Reviewed-by:
Wez <wez@chromium.org> Commit-Queue: Sergey Ulanov <sergeyu@chromium.org> Auto-Submit: Sergey Ulanov <sergeyu@chromium.org> Cr-Commit-Position: refs/heads/master@{#669893}
-
Piotr Bialecki authored
This fixes plane detection sample when running w/o WebXRHitTest. Change-Id: Ic48751677a1e1d2aef702513346993909f783bfa Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1663314 Commit-Queue: Piotr Bialecki <bialpio@chromium.org> Commit-Queue: Bill Orr <billorr@chromium.org> Auto-Submit: Piotr Bialecki <bialpio@chromium.org> Reviewed-by:
Bill Orr <billorr@chromium.org> Cr-Commit-Position: refs/heads/master@{#669892}
-
Matt Reynolds authored
Affected histograms: * Gamepad.KnownGamepadConnectedWithId * Gamepad.UnknownGamepadConnected BUG=969919 Change-Id: I4b7bbd12d0f86cc201591ab2733949fb5f3b5870 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1657549Reviewed-by:
Mark Pearson <mpearson@chromium.org> Commit-Queue: Matt Reynolds <mattreynolds@chromium.org> Cr-Commit-Position: refs/heads/master@{#669891}
-
Jinsuk Kim authored
This CL reverts a change made about gesture navigation navigation bubble dimension in https://crrev.com/c/1650205. Since it is not a touch target, doesn't have to be as big as explained in the CL for a11y. Bug: 974633 Change-Id: I5b1a36b6c2d166f0964caae039f98f67458f6c5b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1663228Reviewed-by:
Becky Zhou <huayinz@chromium.org> Commit-Queue: Jinsuk Kim <jinsukkim@chromium.org> Cr-Commit-Position: refs/heads/master@{#669890}
-
Sean Topping authored
More content::WebContentsObserver logic has been moved into CastWebContentsImpl in order to reduce interal //content dependencies. Merge-With: eureka-internal/271377 Bug: internal b/120675407 Test: CQ, Play media on display Assistant Change-Id: If537c4155afe48858a14f4468af8744861440250 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1604043Reviewed-by:
John Abd-El-Malek <jam@chromium.org> Reviewed-by:
Yuchen Liu <yucliu@chromium.org> Commit-Queue: Sean Topping <seantopping@chromium.org> Cr-Commit-Position: refs/heads/master@{#669889}
-
Reilly Grant authored
This change passes along the test parameter to the serial_test function so that web_tests/serial can use promise_rejects instead of custom logic to check for errors. Bug: 884928 Change-Id: I9e3705e1d62c62bc87562478ada38d62a6bdf3c1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1661043Reviewed-by:
Matt Reynolds <mattreynolds@chromium.org> Commit-Queue: Reilly Grant <reillyg@chromium.org> Cr-Commit-Position: refs/heads/master@{#669888}
-
chromium-autoroll authored
https://chromium.googlesource.com/external/github.com/google/shaderc/+log/8b2600f715e5..2a888de1db05 git log 8b2600f715e5..2a888de1db05 --date=short --no-merges --format='%ad %ae %s' 2019-06-17 google-shaderc-autoroll@skia.org Roll third_party/glslang def9662348b0..9db72785beb3 (1 commits) (#721) 2019-06-17 google-shaderc-autoroll@skia.org Roll third_party/spirv-cross 4104e363005a..146dc453bcec (2 commits) (#722) 2019-06-17 zoddicus@users.noreply.github.com Manually roll DEPS to get past test failure (#717) Created with: gclient setdep -r src/third_party/shaderc/src@2a888de1db05 The AutoRoll server is located here: https://autoroll.skia.org/r/shaderc-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=radial-bots+chrome-roll@google.com Change-Id: Icc54c2f6c3111b7a0572b64c036ed109037e309a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1662948Reviewed-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@{#669887}
-
wutao authored
This is a clean up cl to add a specific DISALLOWED_BY_KIOSK_MODE type. Bug: 973197 Test: manual Change-Id: Ie7e2d8f8ddc310fbf8c5d4aa07be4f76bfc26747 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1658939 Commit-Queue: Tao Wu <wutao@chromium.org> Reviewed-by:
Sam McNally <sammc@chromium.org> Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Reviewed-by:
Xiaohui Chen <xiaohuic@chromium.org> Cr-Commit-Position: refs/heads/master@{#669886}
-
Jon Mann authored
On settings rows which have a toggle and link to a sub-page, the area around the toggle is no longer a click target. This prevents accidental navigations which attempting to flip the toggle. Bug: 917328 Change-Id: I546e34b7814706ceee14b4e75ef991d5c9ef03c8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1658711Reviewed-by:
Demetrios Papadopoulos <dpapad@chromium.org> Reviewed-by:
Kyle Horimoto <khorimoto@chromium.org> Commit-Queue: Jon Mann <jonmann@chromium.org> Cr-Commit-Position: refs/heads/master@{#669885}
-
Josh Karlin authored
What: Label async tasks as ad or not. Why: So that the AdTracker knows if a running task is due to an async task registered while ad script was on the stack. How: Modified the async probes to take a AsyncTaskId* instead of a void*. The AsyncTaskId* stores the bit of whether ad script was on the stack at the time of creation. This is *much* better than the previous approach (https://crrev.com/c/1291232) in that there are no memory leaks, no extra map lookups, and we don't have to worry about cancelasynctask being called. It does require a modification to all probe locations to hold a AsyncTaskId member. Bug: 851531 Change-Id: I92e25b3ab3b8746611c3a3f9a9a7265bab4a601e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1648886 Commit-Queue: Josh Karlin <jkarlin@chromium.org> Reviewed-by:
Dmitry Gozman <dgozman@chromium.org> Cr-Commit-Position: refs/heads/master@{#669884}
-
Michael Thiessen authored
The body can't be unfocused, so we shouldn't report that it can be, and in any case unfocusing the body would not be useful. Bug: 968157 Change-Id: Ie77bedeef0a70084eea1344d6c69ee3daaed916e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1661069Reviewed-by:
David Bokan <bokan@chromium.org> Commit-Queue: Michael Thiessen <mthiesse@chromium.org> Cr-Commit-Position: refs/heads/master@{#669883}
-
cassiezhang authored
So that the filter file can take in effect. Bug: 957284 Change-Id: I07118f06cdc346d81da47f0b7fd564e94b5d9767 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1661000Reviewed-by:
John Budorick <jbudorick@chromium.org> Reviewed-by:
Yaron Friedman <yfriedman@chromium.org> Commit-Queue: Cassie Zhang <cassiez@google.com> Cr-Commit-Position: refs/heads/master@{#669882}
-
Jessica Tallon authored
Problems with the kTextChanged event that were fixed: 1. The events were being emited after the selected item changed. Thus the screen reader could get and present stale information to the user. 2. The events were being emitted for all six Omnibox items each and every time the user inserted or deleted any text. While emitting the event for all six Omnibox items is arguably technically correct, it is functionally not helpful. When the user is typing in the Omnibox, the screen reader will typically only present changes to the Omnibox. Thus these events are just noise to the screen reader. To address both issues, remove the call from SetMatch and add it to OnSelected immediately before ax::mojom::Event::kSelection gets emitted. Also add emitting of kSelectionChildrenChanged event to Omnibox to notify when a selection has occurred. Bug: 896706 Bug: 952272 Change-Id: I3b77c00159da40ee1ce7d5fcaf235e3a1bc31420 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1596671Reviewed-by:
Kevin Bailey <krb@chromium.org> Commit-Queue: Jessica Tallon <jtallon@igalia.com> Cr-Commit-Position: refs/heads/master@{#669881}
-
Jerome Jiang authored
https://chromium.googlesource.com/webm/libvpx.git/+log/28cc5f3646ba..bb9511684f70 $ git log 28cc5f364..bb9511684 --date=short --no-merges --format='%ad %ae %s' 2019-06-14 harish.mahendrakar vpx_dec_fuzzer: Remove fmemopen dependency 2019-06-14 jianj Fix memory leak for vp8 multi-res encoder. 2019-06-13 johannkoenig ppc: disable vsx for small predictors 2019-06-12 harish.mahendrakar vpx_dec_fuzzer: Add -fsanitize=fuzzer-no-link 2019-04-09 deepa.kg Use previous ARF as GOLDEN frame for the next GOP 2019-06-10 johannkoenig sse: remove unused HAVE_SSE files 2019-06-10 johannkoenig ppc: disable vsx optimizations with hbd 2019-06-07 jzern update libwebm to libwebm-1.0.0.27-361-g81de00c Created with: roll-dep src/third_party/libvpx/source/libvpx R=johannkoenig@google.com Change-Id: If04725adae027fef553690d39d5c75647fecc96e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1662590Reviewed-by:
Johann Koenig <johannkoenig@google.com> Commit-Queue: Jerome Jiang <jianj@google.com> Cr-Commit-Position: refs/heads/master@{#669880}
-
chromium-autoroll authored
https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/3390eddc9717..2313020206fc git log 3390eddc9717..2313020206fc --date=short --no-merges --format='%ad %ae %s' 2019-06-17 vadimsh@chromium.org [cipd] Update CIPD client to v2.2.19. Created with: gclient setdep -r src/third_party/depot_tools@2313020206fc 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. BUG=chromium:972203 TBR=agable@chromium.org Change-Id: I46011e9df215daf184ae670e8667107536862acb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1663049Reviewed-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@{#669879}
-
Clark DuVall authored
d85f898a696a Refactor MemorySnapshotGeneric to use ProcessMemory instead of ProcessReader e5abe92b2e1e Add user minidump stream support for ELF 3a6f57178acf [fuchsia] clean up exception handler overload with exception port de22b8d05097 Opt tests into the ambient-replace-as-executable feature Change-Id: I74023e2beb6d852fb9e6386229929c8953432646 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1662869Reviewed-by:Mark Mentovai <mark@chromium.org> Commit-Queue: Clark DuVall <cduvall@chromium.org> Cr-Commit-Position: refs/heads/master@{#669878}
-
chromium-autoroll authored
https://android.googlesource.com/platform/external/perfetto.git/+log/ba0eb777bf5a..2baf86e86ee2 git log ba0eb777bf5a..2baf86e86ee2 --date=short --no-merges --format='%ad %ae %s' 2019-06-17 ilkos@google.com Merge "Split out LMK metric from android_mem" Created with: gclient setdep -r src/third_party/perfetto@2baf86e86ee2 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: I7d6a036abad6b821fe75f8926f6117f041371362 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1662675Reviewed-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@{#669877}
-
chromium-autoroll authored
https://chromium.googlesource.com/external/github.com/material-components/material-components-ios/+log/df4ef89b8001..0f1656a03a06 git log df4ef89b8001..0f1656a03a06 --date=short --no-merges --format='%ad %ae %s' 2019-06-17 yarneo@gmail.com Merge branch 'release-candidate' into stable Created with: gclient setdep -r src/ios/third_party/material_components_ios/src@0f1656a03a06 The AutoRoll server is located here: https://autoroll.skia.org/r/material-components-ios-chromium 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:ios-internal-mdc TBR=bling-p10-rolls@google.com Change-Id: I799559bd1b86c779b7b265a442c11f68a9d2aeb8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1662026Reviewed-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@{#669876}
-
Nicolas Ouellet-payeur authored
This is a reland of r/668010 that fixes some CQ issues. This command-line flag can be used to run the auditor with the `python_script' backend, although it still defaults to the `clang_tool' backend. TESTED= * ran extractor_tests.py (tested on Linux + Windows) * ran `check_annotations.py --complete' before & after adding `extractor-backend=python_script' in it. There is only 1 annotation that gives different output, because of how the script works: https://pastebin.com/gWJ2WSDH (tested both on Linux, only tested python_script on Windows) * changed some annotations in C++ code, and checked that both modes suggest annotations.xml changes (tested on Linux + Windows) Bug: 966883 Change-Id: I47f10434b65fda5233dcdb0063143170a8e9569f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1660773 Commit-Queue: Nicolas Ouellet-Payeur <nicolaso@chromium.org> Reviewed-by:Ramin Halavati <rhalavati@chromium.org> Cr-Commit-Position: refs/heads/master@{#669875}
-
Peter Boström authored
Makes the ExtensionToolbarContainer aware of hover, active and other state changes. Uses the plumbing and visual treatment already implemented in ToolbarPageActionIconContainerView. Bug: None Change-Id: I0fa8dbabe15ac2883a5fe4e09d95e07127fe3bbf Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1663034 Commit-Queue: Peter Boström <pbos@chromium.org> Commit-Queue: Siyu An <siyua@chromium.org> Auto-Submit: Peter Boström <pbos@chromium.org> Reviewed-by:
Siyu An <siyua@chromium.org> Cr-Commit-Position: refs/heads/master@{#669874}
-
Ce Chen authored
We will load the new model and clean up the old one when COMPONENT_UPDATED event from updater is received. Bug: 925072 Change-Id: I7ba69c352e20869aea3f8ea406b39a486a6bed27 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1652628Reviewed-by:
Rohit Rao <rohitrao@chromium.org> Reviewed-by:
Joshua Pawlicki <waffles@chromium.org> Reviewed-by:
Tommy Li <tommycli@chromium.org> Commit-Queue: Ce Chen <cch@chromium.org> Cr-Commit-Position: refs/heads/master@{#669873}
-
Kyle Milka authored
Explicitly set the size of the browser window so that the customizate button will always appear. Bug: 971853 Change-Id: I61e33767456031d5104554279e1cb19c09a10621 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1663052Reviewed-by:
Kristi Park <kristipark@chromium.org> Commit-Queue: Kyle Milka <kmilka@chromium.org> Cr-Commit-Position: refs/heads/master@{#669872}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/b97824d4d1d1..2935638a1b16 git log b97824d4d1d1..2935638a1b16 --date=short --no-merges --format='%ad %ae %s' 2019-06-17 bsalomon@google.com Make SkASSERT not break build in constexpr GrSwizzle method on GCC 2019-06-17 bsalomon@google.com Add function to GrDataUtils to handle color conversions. Created with: gclient setdep -r src/third_party/skia@2935638a1b16 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=bsalomon@google.com Change-Id: Ic85a1c4ea6f395f16b8c5e9e1ce87aa9705078f1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1662025Reviewed-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@{#669871}
-
Mason Freed authored
Prior to this CL, src_image->makeSubset() was always called, regardless of whether anything was actually being cropped. Now, it is only called if needed. Change-Id: I9469ac523b6ac365829cc245b1c576eeab7b6e7e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1660781 Auto-Submit: Mason Freed <masonfreed@chromium.org> Commit-Queue: enne <enne@chromium.org> Reviewed-by:
enne <enne@chromium.org> Cr-Commit-Position: refs/heads/master@{#669870}
-
Mike Wasserman authored
Replace mojom with an abstract singleton controller, c++ struct & enums. Update impl & tests, expose a protected static helper for simplicity. Remove an unnecessary test subclass, unit test passes without this. Bug: 958129 Test: Automated; no accessibility focus ring regressions. Change-Id: I34acd91fa9e093309a89edf74e2395d5de5ec2c2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1660107 Auto-Submit: Michael Wasserman <msw@chromium.org> Reviewed-by:
Tom Sepez <tsepez@chromium.org> Reviewed-by:
Scott Violet <sky@chromium.org> Commit-Queue: Michael Wasserman <msw@chromium.org> Cr-Commit-Position: refs/heads/master@{#669869}
-
Gil Dekel authored
This CL generalizes some functions in VaapiWrapper that will be shared by all potential implementing classes of VaapiImageDecoder. In addition, this CL refactors (cleans up) the way VaapiImageDecoder initializes the VaapiWrapper member. Bug: 877694 Test: jpeg_decode_accelerator_unittest Change-Id: Ic1fe5a1c4a104ed1cf27533af65f811e7db5e534 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1660829Reviewed-by:
Daniele Castagna <dcastagna@chromium.org> Reviewed-by:
Andres Calderon Jaramillo <andrescj@chromium.org> Commit-Queue: Gil Dekel <gildekel@chromium.org> Cr-Commit-Position: refs/heads/master@{#669868}
-
Dale Curtis authored
https://chromium.googlesource.com/external/github.com/videolan/dav1d.git/+log/fc3777b44c04..a1e3f35842de $ git log fc3777b44..a1e3f3584 --date=short --no-merges --format='%ad %ae %s' 2019-04-09 krishnaniyer97 arm:mc: NEON implementation of blend, blend_h and blend_v function 2019-06-04 lu_zero checkasm: Add an option to benchmark the C code as well 2019-06-04 lu_zero checkasm: Add a --help option to checkasm 2019-06-03 lu_zero checkasm: Add a readtime impl for ppc 2019-06-03 lu_zero Initial PowerPC support 2019-06-10 martin meson: Look for librt if clock_gettime isn't found without it 2019-06-05 jamrial meson: simplify a few checks for x86 targets 2019-06-05 jamrial x86: include config.asm in x86inc instead of every asm file 2019-06-06 martin checkasm: Check for __ARM_ARCH >= 7 for the arm cpu timer inline assembly 2019-06-06 thresh CI: Added ppc64le build and test jobs 2019-05-22 jb Update NEWS for 0.4.0 2019-06-05 tmatth output: automatically use null muxer for /dev/null 2019-06-04 epirat07 meson: Fix nasm detection 2019-06-01 gramner checkasm: Fix out-of-bounds read in warp8x8 tests 2019-05-31 gramner x86: Optimize warp8x8 AVX2 asm 2019-05-24 janne-vlc build: add option for fuzzer specific LDFLAGS 2019-05-23 martin arm: Mark the stack as non-executable on ELF 2019-05-23 gramner Optimize coefficient decoding 2019-05-21 jamrial dav1d: reserve some bytes in Dav1dSettings 2019-05-16 gramner build: Enable SSE2 by default on x86-32 2019-05-16 gramner x86: Enable msac asm on x86-32 2019-05-20 me Update THANKS.md 2019-05-18 me Hard wrap contribs. Add self for logo 2019-05-19 martin ci: Add full testdata tests on aarch64 2019-05-19 gramner checkasm: Update the mc test to check all valid heights 2019-05-19 martin arm: mc: Fix 8tap_v w8 with OBMC 3/4 heights 2019-05-18 gramner Optimize obmc blend 2019-05-17 ltrudeau Remove one multiply in Z2 filter top left 2019-05-17 ltrudeau Reduce branching in intra angle to mode 2019-05-17 ltrudeau small code cleaning in intra_edge init_mode Created with: roll-dep src/third_party/dav1d/libdav1d TBR=chcunningham BUG=none Change-Id: Icc4493c607089696d19f17ae212448168975b202 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1662833Reviewed-by:
Dale Curtis <dalecurtis@chromium.org> Reviewed-by:
Chrome Cunningham <chcunningham@chromium.org> Commit-Queue: Dale Curtis <dalecurtis@chromium.org> Cr-Commit-Position: refs/heads/master@{#669867}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/d00e241a16e0..b9797b31f7a1 Created with: gclient setdep -r src-internal@b9797b31f7a1 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 BUG=chromium:972709 TBR=huangdarwin@google.com,sdy@google.com,alancutter@google.com,tschumann@google.com Change-Id: Iacaef8cca0ca154e4a68ed458729ea9aa86a8846 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1662888Reviewed-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@{#669866}
-