- 18 Feb, 2020 40 commits
-
-
Alex Leung authored
Bug: b/149422033 Change-Id: Iffca5a1ab394ddafee3bbfa81c255db14df180ec Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2056930Reviewed-by:
Yuchen Liu <yucliu@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Reviewed-by:
Mike West <mkwst@chromium.org> Commit-Queue: Alex Leung <alexleung@google.com> Cr-Commit-Position: refs/heads/master@{#742222}
-
Andrew Xu authored
Basically two elements are required by View::ScrollRectToVisible: the rectangle to show and the bounds of the visible space. However, in ScrollableShelfView::ScrollRectToVisible, the rectangle to show is not mirrored under RTL while the visible space is mirrored. This CL mirrors the visible space from RTL to LTR when RTL is enabled. A test case is also created for this scenario. Bug: 1052553 Change-Id: I3a051c40a87f93f612edf558944479aad61d6ca2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2056938Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Commit-Queue: Andrew Xu <andrewxu@chromium.org> Cr-Commit-Position: refs/heads/master@{#742221}
-
Changwan Ryu authored
Extend the current StartupTimeActivity to measure the time series of UI blocking of WebView creation tasks. Bug: N/A Change-Id: I5511fb6da1fd978c562100d79cf0b0bcaa7f6d54 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2056500Reviewed-by:
Oksana Zhuravlova <oksamyt@chromium.org> Commit-Queue: Changwan Ryu <changwan@chromium.org> Cr-Commit-Position: refs/heads/master@{#742220}
-
Dominique Fauteux-Chapleau authored
Also fix how the SHA256 is obtained to avoid having giant files in memory. Bug: 1048784 Change-Id: Ifec7cab506c8501ff01f3c7e5295297f1447f4e7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2036660 Commit-Queue: Dominique Fauteux-Chapleau <domfc@chromium.org> Reviewed-by:
Roger Tawa <rogerta@chromium.org> Cr-Commit-Position: refs/heads/master@{#742219}
-
Rohit Rao authored
BUG=1024115 Change-Id: Ib9f9491d7650dba83d6cbc7ae822eaf04f907b92 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2057116 Commit-Queue: Rohit Rao <rohitrao@chromium.org> Reviewed-by:
Mike Dougherty <michaeldo@chromium.org> Cr-Commit-Position: refs/heads/master@{#742218}
-
Dominic Mazzoni authored
Bug: 607777 Change-Id: I2c44c3e7be8a53086d761d65557c7a1f6d214aa2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2057290 Commit-Queue: Dominic Mazzoni <dmazzoni@chromium.org> Reviewed-by:
David Tseng <dtseng@chromium.org> Cr-Commit-Position: refs/heads/master@{#742217}
-
Alex Chau authored
- Also updated experiment group name for UnidoOnSignInV2 to prepare for http://cl/295704680 Bug: 1050189 Change-Id: I5187505b2691d3f71e62a62bf8996d7bd5fc4940 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2062329Reviewed-by:
Mark Pearson <mpearson@chromium.org> Commit-Queue: Alex Chau <alexchau@chromium.org> Cr-Commit-Position: refs/heads/master@{#742216}
-
Sylvain Defresne authored
Instead of passing -F ... via cflags & ldflags, use the new config parameter framework_dirs to set the framework search path. As this is properly propagated, stop using all_dependent_configs in favor of just public_configs. Fix the definition of the ios_framework_bundle template to not pass the public_configs to the internal source_set and shared_library target in order to fix the build with goma RBE. Change libs to frameworks to give the list of frameworks in the modified files (to reduce the churn). Add missing dependency on //ios/third_party/webkit. Bug: 1052560 Change-Id: I8ba046bec961edd6396509cc087782013a66e7a0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2061194 Auto-Submit: Sylvain Defresne <sdefresne@chromium.org> Reviewed-by:
Robert Sesek <rsesek@chromium.org> Reviewed-by:
Matt Menke <mmenke@chromium.org> Commit-Queue: Matt Menke <mmenke@chromium.org> Cr-Commit-Position: refs/heads/master@{#742215}
-
chromium-autoroll authored
https://dawn.googlesource.com/dawn.git/+log/e51f8dd09af0..0aa86a7ae831 git log e51f8dd09af0..0aa86a7ae831 --date=short --first-parent --format='%ad %ae %s' 2020-02-18 enga@chromium.org Validate that sampler compare function requires iOS GPU family 3v1 Created with: gclient setdep -r src/third_party/dawn@0aa86a7ae831 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: None Tbr: cwallez@google.com Change-Id: Ia0996f1729119fc951339b9c2032f24c5567d5a4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2062471Reviewed-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@{#742214}
-
Garrett Beaty authored
Builders defined in one of the versioned directories should avoid referring to the bucket name explicitly because on branch day when the code is copied to a new milestone directory the bucket reference would need to be updated. Change-Id: I752dddf7d8a1f405dba6393e9cd218a2630f35fb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2062828 Auto-Submit: Garrett Beaty <gbeaty@chromium.org> Reviewed-by:
John Budorick <jbudorick@chromium.org> Commit-Queue: John Budorick <jbudorick@chromium.org> Cr-Commit-Position: refs/heads/master@{#742213}
-
v8-ci-autoroll-builder authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/ab52f9fd..d247eaa8 Please follow these instructions for assigning/CC'ing issues: https://v8.dev/docs/triage-issues Please close rolling in case of a roll revert: https://v8-roll.appspot.com/ This only works with a Google account. CQ_INCLUDE_TRYBOTS=luci.chromium.try:linux-blink-rel CQ_INCLUDE_TRYBOTS=luci.chromium.try:linux_optional_gpu_tests_rel CQ_INCLUDE_TRYBOTS=luci.chromium.try:mac_optional_gpu_tests_rel CQ_INCLUDE_TRYBOTS=luci.chromium.try:win_optional_gpu_tests_rel CQ_INCLUDE_TRYBOTS=luci.chromium.try:android_optional_gpu_tests_rel TBR=hablich@chromium.org,v8-waterfall-sheriff@grotations.appspotmail.com Change-Id: I6784efb3c9439ec1f2a54de42e9daaa6c101042d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2062093Reviewed-by:
v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> Commit-Queue: v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#742212}
-
Liquan (Max) Gu authored
Context: The full state of the Expandable Payment Handler should leave some room above the sheet, in order for users to see the main tab's toolbar. Before change: The height of the full state of the PH bottomsheet covers the whole tab. After change: The height of the full state of the PH bottomsheet occupies 90% of the tab height. Bug: 1052158 Change-Id: Id683da48a10119e97a935aabf7dc06ed5a6b69bf Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2058909Reviewed-by:
Rouslan Solomakhin <rouslan@chromium.org> Commit-Queue: Liquan (Max) Gu <maxlg@chromium.org> Cr-Commit-Position: refs/heads/master@{#742211}
-
Kalon Hinds authored
This patch updates overlay tooltip styling to be readable in high contrast mode. Before: https://i.imgur.com/PV4jOg2.gif, https://i.imgur.com/X1WLSb8.png After: https://i.imgur.com/m3FYatu.gif, https://i.imgur.com/IYLER0s.png Bug: 1048378 Change-Id: I4f2c1af944eb090c03c312aaf5d255257ff12b39 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2049954Reviewed-by:
Yang Guo <yangguo@chromium.org> Reviewed-by:
Mathias Bynens <mathias@chromium.org> Commit-Queue: Kalon Hinds <kahinds@microsoft.com> Cr-Commit-Position: refs/heads/master@{#742210}
-
Findit authored
This reverts commit 11357e7b. Reason for revert: Findit (https://goo.gl/kROfz5) identified CL at revision 742204 as the culprit for failures in the build cycles as shown on: https://analysis.chromium.org/waterfall/culprit?key=ag9zfmZpbmRpdC1mb3ItbWVyRAsSDVdmU3VzcGVjdGVkQ0wiMWNocm9taXVtLzExMzU3ZTdiMzgwZjdlYjBmYjc3ZjNjNDRmMTg3OGUwMmM2YjEyNzAM Sample Failed Build: https://ci.chromium.org/b/8888094669312124288 Sample Failed Step: compile Original change's description: > Proof of concept for XPC service in the updater. > > Continues https://chromium-review.googlesource.com/c/chromium/src/+/2045058 > > Rebased. Moved code to the new chrome/updater/server/mac/server.mm::LaunchServer, addressed more feedback. > > Need to create a plist for the xpc service. It is not clear yet what executatble will be used. > > Bug: 1048653 > Change-Id: Iadbbd7004afa39fcc902f2ec68297845c2f94571 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2055284 > Commit-Queue: Mila Green <milagreen@chromium.org> > Reviewed-by: Joshua Pawlicki <waffles@chromium.org> > Reviewed-by: Sorin Jianu <sorin@chromium.org> > Cr-Commit-Position: refs/heads/master@{#742204} Change-Id: I699b45f0e1c87b5a7ccadb9a36d293d9fd7a0484 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 1048653 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2062789 Cr-Commit-Position: refs/heads/master@{#742209}
-
chromium-autoroll authored
https://chromium.googlesource.com/angle/angle.git/+log/e96da533c5df..f87fac56d22f git log e96da533c5df..f87fac56d22f --date=short --first-parent --format='%ad %ae %s' 2020-02-18 jmadill@chromium.org Use non-mutating getQuery in validation. Created with: gclient setdep -r src/third_party/angle@f87fac56d22f 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 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: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: cwallez@google.com Change-Id: I3557ef7bf88fe00ce696bd05a969ceec6e86290b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2062312Reviewed-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@{#742208}
-
danakj authored
This would allow us to decouple moving LayerTreeView to blink and moving RenderWidget to blink. Possibly WebWidgets could create and own LayerTreeView and provide limited use of it through WebWidget APIs to RenderWidget. Since LayerTreeHost (and LayerTreeView) are encapsulated in RenderWidget from blink through WebWidgetClient, they should be also on the content side so things don't change as RenderWidget moves to blink. LayerTreeHost can be removed from the public RenderWidget API afterwards (with some work). R=dcheng@chromium.org Change-Id: Ib18ff1965f65ffc106e05cb972b29eef20019c7d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2044876 Commit-Queue: danakj <danakj@chromium.org> Reviewed-by:
Avi Drissman <avi@chromium.org> Cr-Commit-Position: refs/heads/master@{#742207}
-
John Budorick authored
crrev.com/c/2047453 appears to have changed the layout of RenderPassSize in some cases, causing it to not match the size of RenderPass due to two missing boolean fields, e.g. https://ci.chromium.org/p/chromium/builders/ci/android-pie-x86-fyi-rel/365 This CL adds the two missing fields. Bug: 1022533 Change-Id: Icd7a275adc671baa5f989cfd7421799e4f2f289d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2062608Reviewed-by:
ccameron <ccameron@chromium.org> Reviewed-by:
Khushal <khushalsagar@chromium.org> Commit-Queue: John Budorick <jbudorick@chromium.org> Cr-Commit-Position: refs/heads/master@{#742206}
-
Victor Costan authored
Manifest scope checks are enabled by default in M80, and have baked in stable for quite a bit. This CL removes the flag and cleans up some conditional logic. Change-Id: Ie53f0f4b897169e50ab6502c77ff4019a2216db3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2055695Reviewed-by:
Max Moroz <mmoroz@chromium.org> Reviewed-by:
Marijn Kruisselbrink <mek@chromium.org> Commit-Queue: Victor Costan <pwnall@chromium.org> Cr-Commit-Position: refs/heads/master@{#742205}
-
Mila Green authored
Continues https://chromium-review.googlesource.com/c/chromium/src/+/2045058 Rebased. Moved code to the new chrome/updater/server/mac/server.mm::LaunchServer, addressed more feedback. Need to create a plist for the xpc service. It is not clear yet what executatble will be used. Bug: 1048653 Change-Id: Iadbbd7004afa39fcc902f2ec68297845c2f94571 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2055284 Commit-Queue: Mila Green <milagreen@chromium.org> Reviewed-by:
Joshua Pawlicki <waffles@chromium.org> Reviewed-by:
Sorin Jianu <sorin@chromium.org> Cr-Commit-Position: refs/heads/master@{#742204}
-
Dana Fried authored
This reverts commit de7cd485. Reason for revert: Fixing issue with Mac tests. Original change's description: > Revert "Make PWA titlebar and icons flex and animate properly." > > This reverts commit 8f2f4243. > > Reason for revert: speculative revert for test failures on Mac > for WebAppFrameToolbarBrowserTest.SpaceConstrained, see e.g. > https://ci.chromium.org/p/chromium/builders/ci/Mac10.12%20Tests/31700 > > Original change's description: > > Make PWA titlebar and icons flex and animate properly. > > > > Nested layouts now allocate available space properly to their > > descendents. Also, we consistently use flex layout in the PWA titlebar. > > > > Removed a couple of invalid assumptions that were encoded as DCHECKs. > > > > There are still some inkdrop issues but they are purely cosmetic, see > > crbug.com/1006162 for more detail. > > > > Bug: 1048061 > > Change-Id: I403b71b5e2bbcb2d461e1ed6c543c76f91d4c652 > > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2036264 > > Commit-Queue: Dana Fried <dfried@chromium.org> > > Reviewed-by: Peter Boström <pbos@chromium.org> > > Cr-Commit-Position: refs/heads/master@{#738874} > > TBR=pbos@chromium.org,dfried@chromium.org > > Change-Id: I731bad118043652a6dbd082c6099ebbd0c697835 > No-Presubmit: true > No-Tree-Checks: true > No-Try: true > Bug: 1048061 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2041615 > Reviewed-by: Mikel Astiz <mastiz@chromium.org> > Commit-Queue: Mikel Astiz <mastiz@chromium.org> > Cr-Commit-Position: refs/heads/master@{#738907} TBR=pbos@chromium.org,mastiz@chromium.org,dfried@chromium.org Change-Id: Idb9712d1ffe45bf374af846278e26d61983a44f0 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 1048061 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2042326Reviewed-by:
Dana Fried <dfried@chromium.org> Commit-Queue: Dana Fried <dfried@chromium.org> Cr-Commit-Position: refs/heads/master@{#742203}
-
Robbie Gibson authored
This separate protocol is in preparation for moving the find bar coordinator usage code from BVC to BrowserCoordinator. Once there's a separate protocol, the BrowserCoordinator can implement it instead of the BVC. From this, most of the code here is passing the new protocol through various levels of command handler. Bug: 1052818 Change-Id: I0d1d3be56632d21851545a47ffb9e6550729d237 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2060495 Commit-Queue: Robbie Gibson <rkgibson@google.com> Reviewed-by:
Mark Cogan <marq@chromium.org> Cr-Commit-Position: refs/heads/master@{#742202}
-
Majid Valipour authored
This feature is counted when a document which has a scroller with non-default writing mode (horizontal-rl or vertical-rl) is scrolled with a positive scroll offset. This counter will be used to reason about the web-compat impact of shipping spec compliant scroll offsets (gated behind CSSOMViewScrollCoordinates) 1) The collection has been approved by privacy review 2) The feature is rare as measured by UMA (0.0X% of page loads) and satisfies <1% of page views requirement for this counter. For more info see the intent-to-ship thread: https://groups.google.com/a/chromium.org/g/blink-dev/c/7X2CKPGeEa0/m/PqICcwwMBgAJ Bug: 721759 Change-Id: I1a49590e5e92657ca8cdf588d2f57991e569cd4b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2055350Reviewed-by:
Robert Kaplow <rkaplow@chromium.org> Commit-Queue: Majid Valipour <majidvp@chromium.org> Cr-Commit-Position: refs/heads/master@{#742201}
-
John Budorick authored
Bug: 922145 Change-Id: Ic788d110f4a18bb40eaaa1679aa84db3bd36f027 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2058925Reviewed-by:
Ben Pastene <bpastene@chromium.org> Commit-Queue: John Budorick <jbudorick@chromium.org> Cr-Commit-Position: refs/heads/master@{#742200}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/a8103c827183..8ef17447d64b Created with: gclient setdep -r src-internal@8ef17447d64b 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: Iba15352501ad53d474205c849b22ca23cea4d900 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2061207Reviewed-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@{#742199}
-
Guillaume Jenkins authored
Now that the WindowsSpellChecker class has been reorganized to not rely on a base::NoDestructor life cycle, it is now safe to re-create an instance of it every test. The WindowsSpellChecker unit tests were working around the base::NoDestructor by having a single TEST_F that tested all methods. This CL splits that test up into multiple tests. There are no functional changes to the tests. #Squeegee Bug: 1035044 Change-Id: I180f8fa6fedec4470a8f8e77c124bf321ba62e1c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2057245Reviewed-by:
Rouslan Solomakhin <rouslan@chromium.org> Commit-Queue: Guillaume Jenkins <gujen@google.com> Cr-Commit-Position: refs/heads/master@{#742198}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/c1bb9cba16be..3c4a9d347da1 git log c1bb9cba16be..3c4a9d347da1 --date=short --first-parent --format='%ad %ae %s' 2020-02-18 benjaminwagner@google.com Run fetch-gn in PRESUBMIT if needed 2020-02-18 benjaminwagner@google.com [infra] Merge SwiftShader into CPU dimensions logic 2020-02-18 scroggo@google.com Enable Windows host build for Skia 2020-02-18 yiyix@chromium.org Update SkSurface::ReplaceBackendTexture to take ContentChangeMode Created with: gclient setdep -r src/third_party/skia@3c4a9d347da1 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 lovisolo@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: chromium:1014246 Tbr: lovisolo@google.com Change-Id: I1b5f61cca0441b4af9f77403998d55819e99d114 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2062468Reviewed-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@{#742197}
-
Avi Drissman authored
Nil-check the URL before feeding it to the Universal Link API. Bug: 1051802 Change-Id: I357880d0ffbd512de85c50a461f01fdd8ba238a5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2062253 Commit-Queue: Avi Drissman <avi@chromium.org> Commit-Queue: Robert Sesek <rsesek@chromium.org> Auto-Submit: Avi Drissman <avi@chromium.org> Reviewed-by:
Robert Sesek <rsesek@chromium.org> Cr-Commit-Position: refs/heads/master@{#742196}
-
Navid Zolghadr authored
Based on the latest proposal accumulate the overscroll deltas and expose the accumulation to the js. Bug: 907601 Change-Id: I28b154799bfa003ad2e206e0742c5b5ab0a73b43 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2012807Reviewed-by:
David Bokan <bokan@chromium.org> Commit-Queue: Navid Zolghadr <nzolghadr@chromium.org> Cr-Commit-Position: refs/heads/master@{#742195}
-
Tom McKee authored
Bug: 1045064 Change-Id: I4c3007cea48f7de00180295884d01ee51fab4b42 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2050729Reviewed-by:
Steve Kobes <skobes@chromium.org> Commit-Queue: Tom McKee <tommckee@chromium.org> Cr-Commit-Position: refs/heads/master@{#742194}
-
chromium-autoroll authored
https://chromium.googlesource.com/devtools/devtools-frontend.git/+log/fced1b9a3942..ff5ad47b8295 git log fced1b9a3942..ff5ad47b8295 --date=short --first-parent --format='%ad %ae %s' 2020-02-18 tvanderlippe@chromium.org Remove typedefs from {resources,sdk,search,security}-legacy.js 2020-02-18 tvanderlippe@chromium.org Remove typedefs from {source_frame,sources,text_editor,text_utils}-legacy.js 2020-02-18 tvanderlippe@chromium.org Fix screenshot image_diff for Linux Created with: gclient setdep -r src/third_party/devtools-frontend/src@ff5ad47b8295 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/devtools-frontend-chromium Please CC devtools-waterfall-sheriff-onduty@grotations.appspotmail.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 Bug: chromium:1006759,chromium:1051458 Tbr: devtools-waterfall-sheriff-onduty@grotations.appspotmail.com Change-Id: Ie334d55c7106f8f0af08a37adcd15a6c2e252229 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2061205Reviewed-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@{#742193}
-
Xiao Yang authored
1. Implement quick answers native view which supports rich content and will be placed outside of context menu. 2. Update quick_answer_model to provide QuickAnswers data to QuickAnswers View. Bug: 1020004 Change-Id: Id6ee62352e143559170fe58ba1d928f16187d488 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2026114Reviewed-by:
Avi Drissman <avi@chromium.org> Reviewed-by:
Xiaohui Chen <xiaohuic@chromium.org> Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Commit-Queue: Xiao Yang <yanxiao@google.com> Cr-Commit-Position: refs/heads/master@{#742192}
-
Raymond Toy authored
When a source changes for a MediaElementAudioSourceNode, the number of channels and sample rate can be the same as the previous source. However, we were skipping updating |is_origin_tainted_| in this case, which allowed audio through even though we printed a message that CORS prevented this. Now always update |is_origin_tainted_| right away. Bug: 1050996 Change-Id: I82b596993c7b88dbb899e5aeb00294db57a08613 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2055989Reviewed-by:
Hongchan Choi <hongchan@chromium.org> Reviewed-by:
Yutaka Hirano <yhirano@chromium.org> Commit-Queue: Raymond Toy <rtoy@chromium.org> Cr-Commit-Position: refs/heads/master@{#742191}
-
Ilya Nikolaevskiy authored
Bug: 1053184 Change-Id: I8d0b01a71104c224fd1642a3e52018517d0c2aac Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2060975 Commit-Queue: Ilya Nikolaevskiy <ilnik@chromium.org> Auto-Submit: Ilya Nikolaevskiy <ilnik@chromium.org> Reviewed-by:
Robert Kaplow <rkaplow@chromium.org> Cr-Commit-Position: refs/heads/master@{#742190}
-
chromium-autoroll authored
If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/fuchsia-sdk-chromium-autoroll Please CC cr-fuchsia+bot@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 Cq-Include-Trybots: luci.chromium.try:fuchsia-arm64-cast;luci.chromium.try:fuchsia-x64-cast Tbr: cr-fuchsia+bot@chromium.org Change-Id: I6ecfba0a252957c8efcf8ac902029a8029fc42fa Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2062313Reviewed-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@{#742189}
-
John Budorick authored
Bug: 1048365 Change-Id: Ib47da79c4b74d7576636b50fbbe46c5ab20a7578 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2058085Reviewed-by:
Tao Bai <michaelbai@chromium.org> Commit-Queue: John Budorick <jbudorick@chromium.org> Cr-Commit-Position: refs/heads/master@{#742188}
-
Rohit Rao authored
CIPD packages: infra_internal/ios/xcode/mac 11c505wk infra_internal/ios/xcode/ios 11c505wk BUG=None Change-Id: I8b4f9670e22f259877eb7e99e6c76846628d6eec Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2059056Reviewed-by:
Justin Cohen <justincohen@chromium.org> Commit-Queue: Rohit Rao <rohitrao@chromium.org> Cr-Commit-Position: refs/heads/master@{#742187}
-
Chromium WPT Sync authored
Using wpt-import in Chromium ecbb7fc5. With Chromium commits locally applied on WPT: acd8a467 "SharedWorker: Use CSP headers to outside settings" ec83d167 "Update performance.measureMemory to the latest proposal" d5cd6b98 "SharedWorker: Assign unique names to SharedWorkers to avoid unintentional matching" Note to sheriffs: This CL imports external tests and adds expectations for those tests; if this CL is large and causes a few new failures, please fix the failures by adding new lines to TestExpectations rather than reverting. See: https://chromium.googlesource.com/chromium/src/+/master/docs/testing/web_platform_tests.md NOAUTOREVERT=true TBR=lpz No-Export: true Change-Id: Idbaa749371e12b11f49335a3b9c01f4c23becea3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2062092Reviewed-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@{#742186}
-
Evan Stade authored
This activity has no visible UI, and is to be used for perf tests so that performance measurements won't be affected by changes to WebLayerShellActivity. If we don't do this, we're forced to keep the shell's top chrome the exact same size forever. See linked bug. Android WebView also has a TelemetryActivity. Bug: 1045609 Change-Id: I7aa0443ef93a225ed6b594aba09d4c64158408ed Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2052805Reviewed-by:
Clark DuVall <cduvall@chromium.org> Commit-Queue: Evan Stade <estade@chromium.org> Cr-Commit-Position: refs/heads/master@{#742185}
-
Gauthier Ambard authored
The context wasn't check for nil before being used, leading to a series of crashes. Fixed: 1050771 Change-Id: I5e6d08df1058f75fbf22240aefd3d60951be3ac5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2059990Reviewed-by:
Ali Juma <ajuma@chromium.org> Reviewed-by:
David Jean <djean@chromium.org> Commit-Queue: Gauthier Ambard <gambard@chromium.org> Cr-Commit-Position: refs/heads/master@{#742184}
-
Xianzhu Wang authored
We need to keep them at least until launch of CompositeAfterPaint Bug: 1043697 Change-Id: I1126a10c751c130bda175891537f51a75bb2fafc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2060655Reviewed-by:
Stephen Chenney <schenney@chromium.org> Commit-Queue: Xianzhu Wang <wangxianzhu@chromium.org> Cr-Commit-Position: refs/heads/master@{#742183}
-