- 25 Jan, 2020 40 commits
-
-
Chromium WPT Sync authored
Using wpt-import in Chromium ad1c1347. Note to sheriffs: This CL imports external tests and adds expectations for those tests; if this CL is large and causes a few new failures, please fix the failures by adding new lines to TestExpectations rather than reverting. See: https://chromium.googlesource.com/chromium/src/+/master/docs/testing/web_platform_tests.md Directory owners for changes in this CL: ericwilligers@chromium.org: external/wpt/css/motion NOAUTOREVERT=true TBR=robertma No-Export: true Change-Id: Ie0c52222479772924365675600bd2e9ad1899125 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2020843Reviewed-by:
WPT Autoroller <wpt-autoroller@chops-service-accounts.iam.gserviceaccount.com> Commit-Queue: WPT Autoroller <wpt-autoroller@chops-service-accounts.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#735246}
-
Ted Choc authored
When switching tabs in the tab switcher, the new tab isn't interactable until you leave the switcher. Thus, we should ignore resetting the state of the tab until we leave the switcher. BUG=1040033 Change-Id: Ida4c27c00cd6b3bb6a6ae517555c2bcac30ac612 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2021286Reviewed-by:
Theresa <twellington@chromium.org> Commit-Queue: Ted Choc <tedchoc@chromium.org> Cr-Commit-Position: refs/heads/master@{#735245}
-
Theresa Wellington authored
BUG=1030785 Change-Id: I09a6cc7a20b48567c23e76b8657ff90536c8b000 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2016663 Commit-Queue: Theresa <twellington@chromium.org> Reviewed-by:
David Trainor <dtrainor@chromium.org> Cr-Commit-Position: refs/heads/master@{#735244}
-
chromium-autoroll authored
https://chromium.googlesource.com/angle/angle.git/+log/52ef28dcfe09..fcef6dcb6ab2 git log 52ef28dcfe09..fcef6dcb6ab2 --date=short --first-parent --format='%ad %ae %s' 2020-01-25 flibitijibibo@gmail.com For GGP builds, define __ggp__ manually. Created with: gclient setdep -r src/third_party/angle@fcef6dcb6ab2 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/angle-chromium-autoroll Please CC timvp@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md 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-asan;luci.chromium.try:win_optional_gpu_tests_rel Bug: None Tbr: timvp@google.com Change-Id: I15f40ba0694d217a040356a10ca67ad3f2a663b7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2021766Reviewed-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@{#735243}
-
Anton Bikineev authored
Since in incremental/concurrent marking the stack is considered white, there is no need to issue write barriers for stack pointers. Therefore, stack allocated classes don't need to wrap Members and can simply use raw pointers or references to heap objects. This is consistent with regular uses of raw pointers on stack. This CL updates all classes marked as STACK_ALLOCATED to use raw pointers instead of members. The main reason is to greatly reduce the number of write barriers. Since default initialization of raw pointers doesn't imply zero-initialization, it must be ensured that pointers are always initialized with a value or zero. As suggested in Chromium C++ Dos and Don'ts, a member is not initialized with in-class initializer in case all the constructors explicitly initialize it. Bug: 1044611 Change-Id: I15587eeb407a624d499978fd3dfb7b8034d02056 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2014940 Commit-Queue: Anton Bikineev <bikineev@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Cr-Commit-Position: refs/heads/master@{#735242}
-
Theresa Wellington authored
This is needed to allow TextBubble to move to //components/browser_ui/. AccessibilityUtil isn't valid outside of //chrome/ because it uses ApplicationStatus, which isn't applicable to WebView/WebLayer. BUG=1030785 Change-Id: I3133bb062f520deed3d9994bbfe1b60561060d41 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2017930 Commit-Queue: Theresa <twellington@chromium.org> Reviewed-by:
David Trainor <dtrainor@chromium.org> Cr-Commit-Position: refs/heads/master@{#735241}
-
sandromaggi authored
This change tries to make the filter logic clearer. The existing method is left functionally unchanged. It works with an inclusive filter (i.e. only errors present in the filter will be reported). The helper functions and parameter names have been adapted to reflect that. A new method has been added that works the opposite way. Fields included in the filter will not be reported. This CL also adds unit tests for both methods. Bug: none Change-Id: Id9f23e5e5259d6d97e4ce148e13892931dd67f45 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2019205Reviewed-by:
Rouslan Solomakhin <rouslan@chromium.org> Commit-Queue: Sandro Maggi <sandromaggi@google.com> Cr-Commit-Position: refs/heads/master@{#735240}
-
Michael Ludwig authored
Bug: 1045050 Change-Id: I3e1f09e32335ee7d5913b74e82d92632f38ee0da Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2021002 Auto-Submit: Michael Ludwig <michaelludwig@google.com> Commit-Queue: Florin Malita <fmalita@chromium.org> Reviewed-by:
Florin Malita <fmalita@chromium.org> Cr-Commit-Position: refs/heads/master@{#735239}
-
chromium-autoroll authored
https://chromium.googlesource.com/angle/angle.git/+log/564eb6f2a98c..52ef28dcfe09 git log 564eb6f2a98c..52ef28dcfe09 --date=short --first-parent --format='%ad %ae %s' 2020-01-25 jmadill@chromium.org Vulkan: Update active textures before setupDraw(). Created with: gclient setdep -r src/third_party/angle@52ef28dcfe09 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/angle-chromium-autoroll Please CC timvp@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md 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-asan;luci.chromium.try:win_optional_gpu_tests_rel Bug: None Tbr: timvp@google.com Change-Id: Ib8519afaad7d6744399e66d3669f790ad2eafde5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2021723Reviewed-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@{#735238}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/78184a3ce63d..e0143673111c git log 78184a3ce63d..e0143673111c --date=short --first-parent --format='%ad %ae %s' 2020-01-25 bsalomon@google.com Revert "Revert "Use bitmap subset for comparison in texture_domain_effect GMs."" Created with: gclient setdep -r src/third_party/skia@e0143673111c If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/skia-autoroll Please CC benjaminwagner@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md 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 Bug: None Tbr: benjaminwagner@google.com Change-Id: I0c8445c260c68baeb11d0ba38cf60443695a05f8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2021725Reviewed-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@{#735237}
-
Maksim Sisov authored
Changes: 1) Do not create own host and change widget type to TYPE_WINDOW_FRAMELESS as was suggested by sky@. 2) Do not use DesktopWindowTreeHostObserverX11, but just call widget_->Show() once initialization is complete. That's more than enough to start drawing frames. 3) Move StatusIconButtonLinux under is_desktop_linux includes. Bug: 1043089 Change-Id: I5ec732f0395c7bfe7cf69152ae791d7636f3030d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2017331 Commit-Queue: Maksim Sisov <msisov@igalia.com> Reviewed-by:
Scott Violet <sky@chromium.org> Cr-Commit-Position: refs/heads/master@{#735236}
-
Manuel Rego Casasnovas authored
In r731227 we started to mark the container chain in one extra situation compared with the previous code. That introduced performance regressions in a few tests. That situation was when SelfPaintingLayerNeedsVisualOverflowRecalc() was false, in that case we also called MarkContainerChainForOverflowRecalcIfNeeded(). This patch comes back to the previous code when we only call MarkContainerChainForOverflowRecalcIfNeeded() if SelfNeedsLayoutOverflowRecalc() is false. This can be confusing when we call SetNeedsOverflowRecalc() only for visual overflow, as we don't mark the ancestors if SelfNeedsLayoutOverflowRecalc(). However this should be safe anyway as MarkSelfPaintingLayerForVisualOverflowRecalc() would have been called previously. Bug: 1042855 Change-Id: Ifc7c0208ffdcef06a740d8a5091ba3f3b7466623 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2006549Reviewed-by:
Philip Rogers <pdr@chromium.org> Commit-Queue: Philip Rogers <pdr@chromium.org> Cr-Commit-Position: refs/heads/master@{#735235}
-
Patrick Monette authored
This was broken in the transition to ProfileManagerObserver and ProfileObserver in https://chromium-review.googlesource.com/c/chromium/src/+/1994019. Bug: 1044969 Change-Id: Ie11331d415f56adbbc817eb3bed7eca139c2ab7b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2015591 Commit-Queue: Patrick Monette <pmonette@chromium.org> Reviewed-by:
Ahmed Fakhry <afakhry@chromium.org> Cr-Commit-Position: refs/heads/master@{#735234}
-
chromium-autoroll authored
https://dawn.googlesource.com/dawn.git/+log/eb1ca45df767..d26ee85fba6d git log eb1ca45df767..d26ee85fba6d --date=short --first-parent --format='%ad %ae %s' 2020-01-25 cwallez@chromium.org Implement the webgpu.h swapchains in the frontend and Null backend. 2020-01-25 enga@chromium.org Vulkan: Fix crashes on Device destruction if Device::Initialize fails 2020-01-25 cwallez@chromium.org Update WGPUChainedStruct usage to match webgpu.h Created with: gclient setdep -r src/third_party/dawn@d26ee85fba6d If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/dawn-chromium-autoroll Please CC cwallez@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md Cq-Include-Trybots: luci.chromium.try:dawn-linux-x64-deps-rel;luci.chromium.try:dawn-mac-x64-deps-rel;luci.chromium.try:dawn-win10-x64-deps-rel;luci.chromium.try:dawn-win10-x86-deps-rel Bug: chromium:1043095 Tbr: cwallez@google.com Change-Id: Ic49d970c8f7d8db5f4c926c8313d8d2a4b7a5a8f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2021441Reviewed-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@{#735233}
-
Bo Liu authored
Bug: 1042063 Change-Id: I86871f9499dc7a06e3d6b6c9049831a5bfae170c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2019404Reviewed-by:
Alexander Cooper <alcooper@chromium.org> Commit-Queue: Bo <boliu@chromium.org> Cr-Commit-Position: refs/heads/master@{#735232}
-
Maksim Sisov authored
To reflect the real functionality of that class, rename it to the StatusIconButtonLinux instead. Bug: 1043089 Change-Id: I14089a95dd7c71ed42585fab5dbb36865df0250f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2015088Reviewed-by:
Scott Violet <sky@chromium.org> Reviewed-by:
Thomas Anderson <thomasanderson@chromium.org> Commit-Queue: Maksim Sisov <msisov@igalia.com> Cr-Commit-Position: refs/heads/master@{#735231}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/2329da078aca..78184a3ce63d git log 2329da078aca..78184a3ce63d --date=short --first-parent --format='%ad %ae %s' 2020-01-25 reed@google.com Revert "convert sample completely to SkM4" 2020-01-25 reed@google.com convert sample completely to SkM4 2020-01-25 bsalomon@google.com Revert "Use bitmap subset for comparison in texture_domain_effect GMs." 2020-01-25 bsalomon@google.com Use bitmap subset for comparison in texture_domain_effect GMs. 2020-01-25 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial). 2020-01-24 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial). Created with: gclient setdep -r src/third_party/skia@78184a3ce63d If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/skia-autoroll Please CC benjaminwagner@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md 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 Bug: None Tbr: benjaminwagner@google.com Change-Id: I48661d81aa39ca7a8b7b41cbe8414836cd842664 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2021438Reviewed-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@{#735230}
-
CQ_INCLUDE_TRYBOTS=luci.chrome.try:chromeos-betty-chrome CQ_INCLUDE_TRYBOTS=luci.chrome.try:chromeos-betty-pi-arc-chrome CQ_INCLUDE_TRYBOTS=luci.chrome.try:chromeos-eve-compile-chrome CQ_INCLUDE_TRYBOTS=luci.chrome.try:chromeos-kevin-compile-chrome BUG=762641 TBR=chrome-os-gardeners@google.com Change-Id: I01e70ea8653b5dbfb75c7ab8aaec1d1da452c9bc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2021537Reviewed-by:
ChromeOS bot <3su6n15k.default@developer.gserviceaccount.com> Commit-Queue: ChromeOS bot <3su6n15k.default@developer.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#735229}
-
Maksim Sisov authored
Wayland sends all the events in dip, but Chromium expects them to be in px. Ozone/Wayland has already been translating located events in px except the dnd located events. This CL fixes that issue. Bug: 1044936 Change-Id: I233950227fa641ebc88b7438e3d2ce3f1dc5de60 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2014929Reviewed-by:
Michael Spang <spang@chromium.org> Commit-Queue: Maksim Sisov <msisov@igalia.com> Cr-Commit-Position: refs/heads/master@{#735228}
-
v.paturi authored
In crrev.com/c/1599813 std::pair was replaced with FloatSize for the hashmap's key. Since the values used for the key are the x and y coordinates of the origin of |src_rect|, it makes more sense to use FloatPoint instead of FloatSize. Added HashTraits to FloatPoint to use it as the HashMap key. Bug: None Change-Id: I095361bfead7a412a7d2a9b255e957101cdd72a2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2019422Reviewed-by:
Kentaro Hara <haraken@chromium.org> Reviewed-by:
Stephen Chenney <schenney@chromium.org> Commit-Queue: Varun Chowdhary Paturi <v.paturi@samsung.com> Cr-Commit-Position: refs/heads/master@{#735227}
-
chromium-autoroll authored
https://chromium.googlesource.com/angle/angle.git/+log/3712b2e4453a..564eb6f2a98c git log 3712b2e4453a..564eb6f2a98c --date=short --first-parent --format='%ad %ae %s' 2020-01-25 j.vigil@samsung.com Implement EGL_IMG_context_priority 2020-01-25 cnorthrop@google.com Tests: Add a perf test using traces Created with: gclient setdep -r src/third_party/angle@564eb6f2a98c If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/angle-chromium-autoroll Please CC timvp@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md 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-asan;luci.chromium.try:win_optional_gpu_tests_rel Bug: None Tbr: timvp@google.com Change-Id: I64439ad816d79ef8d838f769785d1da02895cad7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2021432Reviewed-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@{#735226}
-
chromium-autoroll authored
https://dawn.googlesource.com/dawn.git/+log/1d036f776698..eb1ca45df767 git log 1d036f776698..eb1ca45df767 --date=short --first-parent --format='%ad %ae %s' 2020-01-25 enga@chromium.org Fix Vulkan fuzzer on mac_libfuzzer_chrome_asan Created with: gclient setdep -r src/third_party/dawn@eb1ca45df767 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/dawn-chromium-autoroll Please CC cwallez@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md Cq-Include-Trybots: luci.chromium.try:dawn-linux-x64-deps-rel;luci.chromium.try:dawn-mac-x64-deps-rel;luci.chromium.try:dawn-win10-x64-deps-rel;luci.chromium.try:dawn-win10-x86-deps-rel Bug: chromium:1042426 Tbr: cwallez@google.com Change-Id: Ie6fc205ad59ebb85ffe66447854c2bab64c141bc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2021437Reviewed-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@{#735225}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/b254c8c446fb..78d4b3052670 Created with: gclient setdep -r src-internal@78d4b3052670 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://skia-autoroll.corp.goog/r/src-internal-chromium-autoroll Please CC jbudorick@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md Cq-Include-Trybots: luci.chrome.try:linux-chromeos-chrome Bug: None Tbr: jbudorick@google.com Change-Id: Iffd29cb256b14956bb95aef461db83ac0f6adfd1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2021435Reviewed-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@{#735224}
-
edchin authored
Previously, the string with IDS_IOS_REVIEW_UPDATED_CHROME_TOS was made to differentiate between Chrome and Chromium. This string should never refer to Chromium. It is only valid with regards to Chrome. Therefore, the string should be defined in the file ios_strings.grd. This change was requested by Legal to ensure that no user is ever told that Chromium TOS has changed. This CL defines IDS_IOS_REVIEW_UPDATED_CHROME_TOS in ios_strings.grd, and removes this ID from ios_chromium_strings.grd and ios_google_chrome_strings.grd. Bug: 989351 Change-Id: Ideea557462946b93d1eae51dd14168d280231b1e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2021165 Commit-Queue: edchin <edchin@chromium.org> Reviewed-by:
Peter Lee <pkl@chromium.org> Reviewed-by:
edchin <edchin@chromium.org> Cr-Commit-Position: refs/heads/master@{#735223}
-
chromium-autoroll authored
https://chromium.googlesource.com/external/github.com/KhronosGroup/SPIRV-Tools.git/+log/b97057e7f747..1b3441036a8f git log b97057e7f747..1b3441036a8f --date=short --first-parent --format='%ad %ae %s' 2020-01-24 syoussefi@google.com Fix chromium build (#3152) 2020-01-24 dneto@google.com Clarify mapping of target env to SPIR-V version (#3150) 2020-01-24 greg@lunarg.com Use dummy switch instead of dummy loop in MergeReturn pass. (#3151) 2020-01-23 alanbaker@google.com Fix structured exit validation (#3141) 2020-01-23 dneto@google.com Add spvParseVulkanEnv (#3142) 2020-01-23 jaebaek@google.com Handle conflict between debug info and existing validation rule (#3104) Created with: gclient setdep -r src/third_party/SPIRV-Tools/src@1b3441036a8f If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/spirv-tools-chromium-autoroll Please CC radial-bots+chrome-roll@google.com,timvp@google.com,syoussefi@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md Cq-Include-Trybots: luci.chromium.try:android_angle_vk32_deqp_rel_ng;luci.chromium.try:android_angle_vk32_rel_ng;luci.chromium.try:android_angle_vk64_deqp_rel_ng;luci.chromium.try:android_angle_vk64_rel_ng;luci.chromium.try:linux_angle_deqp_rel_ng;luci.chromium.try:linux-angle-rel;luci.chromium.try:win-angle-rel-32;luci.chromium.try:win-angle-rel-64;luci.chromium.try:win-angle-deqp-rel-32;luci.chromium.try:win-angle-deqp-rel-64 Bug: None Tbr: radial-bots+chrome-roll@google.com,timvp@google.com,syoussefi@google.com Change-Id: If9579d754397acc9c4402bc11ddfb346732a823a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2021434Reviewed-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@{#735222}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/e7ede0161ce7..b254c8c446fb Created with: gclient setdep -r src-internal@b254c8c446fb If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://skia-autoroll.corp.goog/r/src-internal-chromium-autoroll Please CC jbudorick@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md Cq-Include-Trybots: luci.chrome.try:linux-chromeos-chrome Bug: chromium:1044158 Tbr: jbudorick@google.com Change-Id: I395b30579e1418125fccc53358b76053321abae7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2021431Reviewed-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@{#735221}
-
Zhenyao Mo authored
BUG=1034614 TEST=manual R=forshaw@chromium.org Change-Id: I594e2ce8d7bf659344336399a4b0471d2d88f4ba Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2017989 Commit-Queue: Zhenyao Mo <zmo@chromium.org> Reviewed-by:
James Forshaw <forshaw@chromium.org> Cr-Commit-Position: refs/heads/master@{#735220}
-
Frank Liberato authored
This CL enables media machine learning's smoothness experiment, to collect accuracy information. It does not affect MediaCapabilities predictions; the goal is to see if the ML predictions are good enough to switch MediaCapabilities over to it. Change-Id: I066751abde8034f0f67b5a6ea17fe7da86f39892 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2020565 Auto-Submit: Frank Liberato <liberato@chromium.org> Commit-Queue: Ted Meyer <tmathmeyer@chromium.org> Reviewed-by:
Ted Meyer <tmathmeyer@chromium.org> Cr-Commit-Position: refs/heads/master@{#735219}
-
Anton Bikineev authored
Blink GC plugin has been updated with a new option -no-members-in-stack_allocated. Bug: 1021889 Change-Id: Iacd3e2c9a073c2ebe874734bda76d78cb5422705 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2014964Reviewed-by:
Nico Weber <thakis@chromium.org> Commit-Queue: Nico Weber <thakis@chromium.org> Cr-Commit-Position: refs/heads/master@{#735218}
-
Fritz Koenig authored
PowerVR.*GX6250 gpu is producing artifacts when rendering with a context that has antialias set true. Bug: 1038671, b:148280161 Change-Id: I79081f342bac2531e9d6d43a57939e3c5f8fc0e6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2019939Reviewed-by:
Kentaro Hara <haraken@chromium.org> Reviewed-by:
Kenneth Russell <kbr@chromium.org> Commit-Queue: Kentaro Hara <haraken@chromium.org> Auto-Submit: Fritz Koenig <frkoenig@chromium.org> Cr-Commit-Position: refs/heads/master@{#735217}
-
Miyoung Shin authored
Convert FrameMsg_AdvanceFocusInForm to mojo and remove WebLocalFrame::AdvanceFocusInForm and move its implementation to LocalFrame. Add FocusType enum in focus_type.mojom and remove WebFocusType. Bug: 1040103 Change-Id: I17852decf5f25fc4b0cc30c9542d318a34f482ce Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2000266 Commit-Queue: Miyoung Shin <myid.shin@igalia.com> Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Reviewed-by:
Dave Tapuska <dtapuska@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Cr-Commit-Position: refs/heads/master@{#735216}
-
chrome-release-bot authored
# This is an automated release commit. # Do not revert without consulting chrome-pmo@google.com. NOAUTOREVERT=true TBR=govind@chromium.org Change-Id: Id6ca54ac5f0ec1ae9e6f5314033692d6e7a79eef Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2021542Reviewed-by:
Chrome Release Bot (LUCI) <chrome-official-brancher@chops-service-accounts.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#735215}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/5865d5aa548d..e7ede0161ce7 Created with: gclient setdep -r src-internal@e7ede0161ce7 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://skia-autoroll.corp.goog/r/src-internal-chromium-autoroll Please CC jbudorick@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md Cq-Include-Trybots: luci.chrome.try:linux-chromeos-chrome Bug: chromium:1028270 Tbr: jbudorick@google.com Change-Id: I7f9a7f67ace043c5f94ad0ab4bd2a2cba64c2ff1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2021423Reviewed-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@{#735214}
-
Natalie Chouinard authored
The remaining LocationSettings JNI methods are not used by the Clank Settings screen. Move them alongside the geolocation code that uses them and build LocationSettings.java to a separate modular java target. Bug: 1043229 Change-Id: I600e4e48c08216692d57e64d66ac5f74859df7b5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2008433 Commit-Queue: Natalie Chouinard <chouinard@chromium.org> Reviewed-by:
Theresa <twellington@chromium.org> Reviewed-by:
David Trainor <dtrainor@chromium.org> Reviewed-by:
Tim Volodine <timvolodine@chromium.org> Cr-Commit-Position: refs/heads/master@{#735213}
-
chromium-autoroll authored
https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/1a5fe235929a..0aa48cc1dec7 git log 1a5fe235929a..0aa48cc1dec7 --date=short --first-parent --format='%ad %ae %s' 2020-01-25 jbudorick@chromium.org presubmit: restore default 8-minute timeout. Created with: gclient setdep -r src/third_party/depot_tools@0aa48cc1dec7 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/depot-tools-chromium-autoroll Please CC agable@chromium.org on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md Bug: None Tbr: agable@chromium.org Change-Id: I4da8c100eb2cce8482cf8445c696e1126fcbcc14 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2021422Reviewed-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@{#735212}
-
Alex Cooper authored
In preparation for splitting out the DFM installation logic which lives inside of the consent prompts, this change refactors the lifetime of those objects to no longer be static. This will pave the way to managing the installation logic in a much cleaner way. Bug:1045130 Change-Id: Ib5150f690d9d5beafcf40e98afc7fd01bd6f5c1c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2015611 Commit-Queue: Alexander Cooper <alcooper@chromium.org> Reviewed-by:
Klaus Weidner <klausw@chromium.org> Reviewed-by:
Piotr Bialecki <bialpio@chromium.org> Cr-Commit-Position: refs/heads/master@{#735211}
-
Natalie Chouinard authored
Following the naming conventions decided in go/clank-preferences-refactor, this change replaces the "Preferences" suffix with "Settings". This change includes class name and string identifier changes only. No user-facing strings or UI have been modified with this change. Bug: 1030446 Change-Id: Iea89223b1e5b15ee61dd3ea27b00c12808c282cb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2015321 Commit-Queue: Natalie Chouinard <chouinard@chromium.org> Reviewed-by:
Patrick Noland <pnoland@chromium.org> Reviewed-by:
David Trainor <dtrainor@chromium.org> Cr-Commit-Position: refs/heads/master@{#735210}
-
Sophie Chang authored
This is safe since the data gets updated serially due to updates all running on the same sequence in the underlying leveldb layer. Change-Id: Ia2b5211f697d8de3226cdbdefb3d0912c39c612a Bug: 1045631 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2020742Reviewed-by:
Michael Crouse <mcrouse@chromium.org> Reviewed-by:
Tarun Bansal <tbansal@chromium.org> Commit-Queue: Sophie Chang <sophiechang@chromium.org> Cr-Commit-Position: refs/heads/master@{#735209}
-
Xing Liu authored
This CL finishes the implementation of announcement notification. This feature targets M80. We show a notification on browser start up on Android and desktops for an important informational update. TBR=dtrainor@chromium.org, peter@chromium.org, jwd@chromium.org Bug: 1042124 Change-Id: Ib422c789f06382adac4f25efe0b8c0275e128174 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2018718 Commit-Queue: Xing Liu <xingliu@chromium.org> Reviewed-by:
Xing Liu <xingliu@chromium.org> Reviewed-by:
David Trainor <dtrainor@chromium.org> Cr-Commit-Position: refs/heads/master@{#735208}
-
Yusuke Sato authored
On ARC, to support board-specific default apps, the arc-setup command creates a symlink from /var/cache/arc_default_apps to /usr/share/google-chrome/extensions/arc/<board>. This doesn't work on ARCVM where arc-setup is not in use. To support ARCVM, this CL checks the current board name in Chrome and construct the /usr/share/google-chrome/extensions/arc/<board> path at runtime. BUG=b:144199481 TEST=try, ARCVM still starts Change-Id: I8dc3f93010d55324914cf774e90c040ef7f0c66b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2020479 Commit-Queue: Yusuke Sato <yusukes@chromium.org> Reviewed-by:
Yury Khmel <khmel@chromium.org> Cr-Commit-Position: refs/heads/master@{#735207}
-