- 25 Nov, 2019 40 commits
-
-
Thomas Tellier authored
Bug: 1015746 Change-Id: I995eb65b7f99f47a9f2ec5bd33798ee74fb78699 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1929813 Commit-Queue: Thomas Tellier <tellier@google.com> Reviewed-by:
Roman Aleksandrov <raleksandrov@google.com> Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Cr-Commit-Position: refs/heads/master@{#718850}
-
Sahel Sharify authored
Change-Id: Idcefbaa8c49f0f09aff5685d8af3a4e87f839985 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1934692Reviewed-by:
Danyao Wang <danyao@chromium.org> Commit-Queue: Danyao Wang <danyao@chromium.org> Cr-Commit-Position: refs/heads/master@{#718849}
-
Robert Ogden authored
Looks like this DCHECK is failing once in a blue moon in testing, so it probably is for users too. Change to just a simple guard so that the metrics stay reliable. Bug: 1027535 Change-Id: Ifda530b3dc880d1d23d58c1ba12f667ec4680799 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1931096Reviewed-by:
Charlie Harrison <csharrison@chromium.org> Commit-Queue: Robert Ogden <robertogden@chromium.org> Cr-Commit-Position: refs/heads/master@{#718848}
-
Lijin Shen authored
After resizing screen, clicking history items does not move to the target site. It is caused by that application misregards the device as a tablet while the view is still in mobile mode. Bug: 1013516 Change-Id: I4f3869618c104d6ce458e42ecaf44e85162fc0a3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1930253Reviewed-by:
Theresa <twellington@chromium.org> Commit-Queue: Lijin Shen <lazzzis@google.com> Cr-Commit-Position: refs/heads/master@{#718847}
-
Lan Wei authored
Now when there are active touch points and we dispatch a touch start, an error "Must have no prior active touch points to start a new touch." will throw out. We should allow this case happens: Input.dispatchEvent({ type: 'touchStart', touchPoints: [{ x: 100, y: 100, id: 1 }] }); Input.dispatchEvent({ type: 'touchStart', touchPoints: [{ x: 100, y: 100, id: 1 }, { x: 150, y: 100, id: 2 }] }); Bug: 1020674 Change-Id: Ib5cae40864312977f03b2c9671edd7c46637be7c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1927951 Commit-Queue: Lan Wei <lanwei@chromium.org> Reviewed-by:
Andrey Kosyakov <caseq@chromium.org> Cr-Commit-Position: refs/heads/master@{#718846}
-
Joe Mason authored
Change-Id: I658bf36195cbf39bb09166b19fa9643fbbed68ef Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1932091Reviewed-by:
Thomas Anderson <thomasanderson@chromium.org> Commit-Queue: Joe Mason <joenotcharles@chromium.org> Cr-Commit-Position: refs/heads/master@{#718845}
-
Antonio Gomes authored
The later is a base class for RTCStatsRequestImpl (in renderer/platform/peerconnection), and the former ceases to exist. BUG=787254, 919392 R=guidou@chromium.org, haraken@chromium.org Change-Id: Ie11697b7c602a5fdaac96a15e6ecc6a5dc904863 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1929523Reviewed-by:
Guido Urdaneta <guidou@chromium.org> Reviewed-by:
Henrik Boström <hbos@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Commit-Queue: Antonio Gomes <tonikitoo@igalia.com> Cr-Commit-Position: refs/heads/master@{#718844}
-
Chris Harrelson authored
This allows a clamping scroll to correctly fix scroll animations from a previous scroll anchoring animation. Bug: 1026985 Change-Id: Ic39dc466c596cc601040454c86d0a310bd241419 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1929439 Commit-Queue: Chris Harrelson <chrishtr@chromium.org> Reviewed-by:
David Bokan <bokan@chromium.org> Reviewed-by:
Robert Flack <flackr@chromium.org> Cr-Commit-Position: refs/heads/master@{#718843}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/4a327bcb1019..c028b427175c git log 4a327bcb1019..c028b427175c --date=short --first-parent --format='%ad %ae %s' 2019-11-25 jlavrova@google.com Ellipsis again 2019-11-25 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial). 2019-11-25 fmalita@chromium.org [CanvasKit] Add SkResourceCache helpers 2019-11-25 brianosman@google.com Extracted Skottie's resource provider to a separate module Created with: gclient setdep -r src/third_party/skia@c028b427175c 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 bungeman@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: bungeman@google.com Change-Id: I9183f610ade092a2c50796a870044905c5a96c3c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1933898Reviewed-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@{#718842}
-
Alex Cooper authored
The WebXR spec suggests quantizing the stage bounds to the nearest 5 cm. This provides a first step by quantizing the stage bounds to the nearest cm. Bug: 986991 Change-Id: I6c264957c5a25eb2b00fd07e31e7e6f90343c4f4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1933200Reviewed-by:
Klaus Weidner <klausw@chromium.org> Commit-Queue: Alexander Cooper <alcooper@chromium.org> Cr-Commit-Position: refs/heads/master@{#718841}
-
chromium-autoroll authored
https://chromium.googlesource.com/catapult.git/+log/731aba0ef889..0e927af80636 git log 731aba0ef889..0e927af80636 --date=short --first-parent --format='%ad %ae %s' 2019-11-25 bsheedy@chromium.org Reland "Implement standard minidump methods for Android" 2019-11-25 crouleau@chromium.org [Telemetry] Do not abridge benchmarks by default. Created with: gclient setdep -r src/third_party/catapult@0e927af80636 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/catapult-autoroll Please CC skyostil@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_optional_gpu_tests_rel Bug: chromium:1008075,chromium:965158 Tbr: skyostil@google.com Change-Id: Iaeea95cffbe82d74796d0198f2230f416ceb3812 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1933894Reviewed-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@{#718840}
-
Kevin Ellis authored
This small patch is part of a cleanup effort to remove remaining references to the internal_play_state_ data member in animation.cc. Now that the timing of the pending flag resets has been fixed, the use of old AnimationPlayState::kPending is no longer required. Bug: 960944 Change-Id: I2e86184c10dcacc8bf2f62a3a7410948c16b5bd5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1933748Reviewed-by:
Majid Valipour <majidvp@chromium.org> Commit-Queue: Kevin Ellis <kevers@chromium.org> Cr-Commit-Position: refs/heads/master@{#718839}
-
Ilia Samsonov authored
googletest will no longer support empty prefix for parameterized INSTANTIATE_TEST_SUITE_P. Adding "All" prefix to existing empty prefix test suites. This CL was uploaded by git cl split. R=vakh@chromium.org Bug: 1023677 Change-Id: Ic7a153086db33c029e69f2d2ddfba7b2b3fbaac2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1926790 Auto-Submit: Ilia Samsonov <isamsonov@google.com> Reviewed-by:
Varun Khaneja <vakh@chromium.org> Commit-Queue: Varun Khaneja <vakh@chromium.org> Cr-Commit-Position: refs/heads/master@{#718838}
-
chromium-autoroll authored
https://android.googlesource.com/platform/external/perfetto.git/+log/a8c56ef52145..004dbc282e4c git log a8c56ef52145..004dbc282e4c --date=short --first-parent --format='%ad %ae %s' 2019-11-25 primiano@google.com Merge "Non functional refactorings to gen classes" Created with: gclient setdep -r src/third_party/perfetto@004dbc282e4c If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/perfetto-chromium-autoroll Please CC perfetto-bugs@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 Bug: None Tbr: perfetto-bugs@google.com Change-Id: Ic68c8bb0f6e52591e34e73b741fd628c50cf641d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1933896Reviewed-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@{#718837}
-
chromium-autoroll authored
https://chromium.googlesource.com/external/github.com/google/shaderc/+log/da52fae116b3..ff260580c07e git log da52fae116b3..ff260580c07e --date=short --first-parent --format='%ad %ae %s' 2019-11-25 9856269+sarahM0@users.noreply.github.com spvc: Changing the default to pass through - update known_spvc_failure file (#904) Created with: gclient setdep -r src/third_party/shaderc/src@ff260580c07e If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/shaderc-chromium-autoroll Please CC radial-bots+chrome-roll@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 Bug: None Tbr: radial-bots+chrome-roll@google.com Change-Id: I54b4331606642d000c9e2dbd9ed22ecf9fca2fde Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1933895Reviewed-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@{#718836}
-
Owen Min authored
This test is flaky on multiple platforms. Bug: 1028292 Tbr: yangguo@chromium.org Change-Id: I807194f48011818dd070ae27ef6f34271ef9db07 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1933562Reviewed-by:
Owen Min <zmin@chromium.org> Commit-Queue: Owen Min <zmin@chromium.org> Cr-Commit-Position: refs/heads/master@{#718835}
-
Owen Min authored
The test are flaky on win, mac and chromeos. Bug: 1028272, 1022213 Tbr: rbpotter@chromium.org Change-Id: I0d233a9fc1236a33880ef8e2bf1114037268e336 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1933409Reviewed-by:
Owen Min <zmin@chromium.org> Commit-Queue: Owen Min <zmin@chromium.org> Cr-Commit-Position: refs/heads/master@{#718834}
-
Nick Harper authored
TBR=rsleevi@chromium.org Change-Id: I14168acf78224e50f783501a9570de87a4d77422 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1934429Reviewed-by:
Nick Harper <nharper@chromium.org> Commit-Queue: Nick Harper <nharper@chromium.org> Cr-Commit-Position: refs/heads/master@{#718833}
-
Xianzhu Wang authored
This is mainly for CompositeAfterPaint, but the code also applies to pre-CAP. Previously we used the box as the display item client for scroll corner which was too big when the scroll corner paint chunk can't be merged into other chunks thus gets composited. The too big composited layer prevents later scrolling contents from being merged into the box's scrolling background, causing extra layers. Bug: 524134 Change-Id: I8317cfd36a03127b9d8722984b423348b842e649 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1931757Reviewed-by:
Philip Rogers <pdr@chromium.org> Commit-Queue: Xianzhu Wang <wangxianzhu@chromium.org> Cr-Commit-Position: refs/heads/master@{#718832}
-
Jasper Chapman-Black authored
Previously, the JavaScript Web Worker backing the Tiger Viewer would stream newline-delimited JSON content and render incrementally. The new WebAssembly web worker made tradeoffs to not support streaming, but have significantly smaller file sizes and faster load times. Change-Id: Iba8d73e7e6e1f7e3d97113a8a6942e8443865244 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1933561 Auto-Submit: Jasper Chapman-Black <jaspercb@chromium.org> Reviewed-by:
Andrew Grieve <agrieve@chromium.org> Commit-Queue: Andrew Grieve <agrieve@chromium.org> Cr-Commit-Position: refs/heads/master@{#718831}
-
Megan Jablonski authored
Change-Id: Ied29ff46bbe283b264d844b67fa317c1527b5535 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1921655 Commit-Queue: Megan Jablonski <megjablon@chromium.org> Reviewed-by:
anthonyvd <anthonyvd@chromium.org> Cr-Commit-Position: refs/heads/master@{#718830}
-
Shakti Sahu authored
Fixed extra padding to the left of favicon and to the left of lock icon. Also aligned the baseline of URL to the bottom of lock icon. Bug: 1027713, 1025101 Change-Id: I69b7edd5d0c18eb8c6acd6d2d530149eac837fe5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1931799Reviewed-by:
David Trainor <dtrainor@chromium.org> Commit-Queue: Shakti Sahu <shaktisahu@chromium.org> Cr-Commit-Position: refs/heads/master@{#718829}
-
chromium-autoroll authored
https://pdfium.googlesource.com/pdfium.git/+log/f20323a4a264..98b58ad3de71 git log f20323a4a264..98b58ad3de71 --date=short --first-parent --format='%ad %ae %s' 2019-11-25 tsepez@chromium.org Call FPDFPage_FormFieldZOrderAtPoint() from embedder test. 2019-11-25 tsepez@chromium.org Improve embedder test coverage of FPDFBookmark_GetDest()/GetAction(). 2019-11-25 tsepez@chromium.org Call two more app methods from JavaScript tests. 2019-11-25 tsepez@chromium.org Put two more instances of std::vector<wchar_t> into the partition. Created with: gclient setdep -r src/third_party/pdfium@98b58ad3de71 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/pdfium-autoroll Please CC pdfium-deps-rolls@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: pdfium-deps-rolls@chromium.org Change-Id: I6338d7d8d63245e8218b649b4c8ddc523f135882 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1934577Reviewed-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@{#718828}
-
David Bokan authored
Change-Id: I83d46f26a670e4e6a28375c44a6762b784e1e5c7 Bug: 1027918 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1932883 Commit-Queue: Xianzhu Wang <wangxianzhu@chromium.org> Reviewed-by:
Xianzhu Wang <wangxianzhu@chromium.org> Cr-Commit-Position: refs/heads/master@{#718827}
-
Andres Calderon Jaramillo authored
This CL fixes the RasterTaskSchedulingDelay UMA to not count raster tasks that depend on at-raster image decodes. This is because measuring the delay for them may or may not include the decode/upload time depending on whether we do a software or a hardware decode. At-raster image decodes should be rare enough that we don't need to consider them. Bug: 995155 Test: this CL adds unit testing for the new behavior. Change-Id: I040ed17f647033aeed3314c76e9ac81d5c5ed2ea Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1924613Reviewed-by:
Steven Holte <holte@chromium.org> Reviewed-by:
Khushal <khushalsagar@chromium.org> Commit-Queue: Andres Calderon Jaramillo <andrescj@chromium.org> Cr-Commit-Position: refs/heads/master@{#718826}
-
Ben Mason authored
TBR=govind@chromium.org Change-Id: I7b9ad5a0b6c3dd85d04d40b6d4eaef75c3988f13 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1934256Reviewed-by:
Ben Mason <benmason@chromium.org> Reviewed-by:
Krishna Govind <govind@chromium.org> Commit-Queue: Ben Mason <benmason@chromium.org> Cr-Commit-Position: refs/heads/master@{#718825}
-
Danyao Wang authored
Without this patch, an incomplete autofill instrument is still offered to the user even when kStrictHasEnrolledAutofillInstrument is enabled. This is due a bug in PaymentRequestImpl.show() that checks the strict criteria before the correct value of |mIsUserGestureShow| is updated. This patch moves |mIsUserGestureShow| update to earlier in the call flow to fix the bug. A browsertest is added to guard against regression. Bug: 1028114 Change-Id: Id0f89e8d8f7180cc3a85c0f30ee8e05a1d849042 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1934510 Commit-Queue: Danyao Wang <danyao@chromium.org> Commit-Queue: Rouslan Solomakhin <rouslan@chromium.org> Reviewed-by:
Rouslan Solomakhin <rouslan@chromium.org> Cr-Commit-Position: refs/heads/master@{#718824}
-
Adrienne Walker authored
Instead of going ui -> io thread -> cache storage task runner, instead have the ui just post two tasks. This should cut down on any potential races on startup. This is a followup to comments left on: https://chromium-review.googlesource.com/c/chromium/src/+/1907095/4#message-d81d6b0b2d2ab774ba9aeff7674e1c4b842fe342 Bug: 1022104 Change-Id: Icdfd30c36969795ba3625179137360258171b170 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1931580 Commit-Queue: enne <enne@chromium.org> Reviewed-by:
Ben Kelly <wanderview@chromium.org> Reviewed-by:
Marijn Kruisselbrink <mek@chromium.org> Cr-Commit-Position: refs/heads/master@{#718823}
-
chrome://flagsDemetrios Papadopoulos authored
Bug: None Change-Id: Iaed9563517a5b48138d2cd6417ec30ff55c550b3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1930211Reviewed-by:
Dan Beam <dbeam@chromium.org> Reviewed-by:
Bruce Dawson <brucedawson@chromium.org> Auto-Submit: Demetrios Papadopoulos <dpapad@chromium.org> Commit-Queue: Demetrios Papadopoulos <dpapad@chromium.org> Cr-Commit-Position: refs/heads/master@{#718822}
-
James Hawkins authored
In the multidevice world, all phones support sign in. Bug: none Test: none Change-Id: Ie0626f0e2066be376b9cf0c9dac0036f5a0fa6ff Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1932698 Auto-Submit: James Hawkins <jhawkins@chromium.org> Commit-Queue: Ryan Hansberry <hansberry@chromium.org> Reviewed-by:
Ryan Hansberry <hansberry@chromium.org> Cr-Commit-Position: refs/heads/master@{#718821}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/f70aafdb1ad2..e8f39ab95539 Created with: gclient setdep -r src-internal@e8f39ab95539 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:none Tbr: jbudorick@google.com Change-Id: Ibd0787d2f79b80a61b70f88b3fafddee62835057 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1933765Reviewed-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@{#718820}
-
Piotr Bialecki authored
Along with blink-side implementation of the Web IDL. Change-Id: I1f975c0b36f2a0e8d38400368455fd4a23cb19c0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1919942 Commit-Queue: Piotr Bialecki <bialpio@chromium.org> Auto-Submit: Piotr Bialecki <bialpio@chromium.org> Reviewed-by:
Mounir Lamouri <mlamouri@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Reviewed-by:
Klaus Weidner <klausw@chromium.org> Cr-Commit-Position: refs/heads/master@{#718819}
-
Dominique Fauteux-Chapleau authored
Every call to DlpTriggeredRulesOK implicitly assumes that DLP should be checked. By returning true on non-UPLOADS policy values we avoid getting false-negatives on DLP checks. Also update tests since they all run with the assumption that every response has both a malware and a dlp verdict. Change-Id: I2fd329ced7932ce98d9af8d376ceaf984614f3c7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1929851Reviewed-by:
Roger Tawa <rogerta@chromium.org> Reviewed-by:
Daniel Rubery <drubery@chromium.org> Commit-Queue: Dominique Fauteux-Chapleau <domfc@chromium.org> Cr-Commit-Position: refs/heads/master@{#718818}
-
Austin Eng authored
This patch makes the |layout| member of the GPUPipelineDescriptorBase optional. If it is not provided, a default layout is inferred from the ShaderModules provided. |pipeline.getBindGroupLayout| may be called to get the existing, or the computed bind group layout. If no bind group layout exists at the provided index, an empty bind group layout is returned. Bug: chromium:852089 Change-Id: I12b0421980a88f8fe0cc94217fa623c1b3c601c9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1934607Reviewed-by:
Corentin Wallez <cwallez@chromium.org> Commit-Queue: Austin Eng <enga@google.com> Cr-Commit-Position: refs/heads/master@{#718817}
-
chromium-autoroll authored
https://webrtc.googlesource.com/src.git/+log/f534a6404772..15be5282e91b git log f534a6404772..15be5282e91b --date=short --first-parent --format='%ad %ae %s' 2019-11-25 orphis@webrtc.org Add support for RtpEncodingParameters::max_framerate Created with: gclient setdep -r src/third_party/webrtc@15be5282e91b If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/webrtc-chromium-autoroll Please CC webrtc-chromium-sheriffs-robots@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 Bug: None Tbr: webrtc-chromium-sheriffs-robots@google.com Change-Id: Ic67b66942fc031a3f632d60f572f13eb31d4e669 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1934575Reviewed-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@{#718816}
-
Etienne Bergeron authored
The typesetter was used to do the migration from the native rendertext to the skia implementation. There is no longer any use of the native typesetter and the concept can now be removed. Bug: 454835 Change-Id: Ic4e2c5f136f9c52243cf07e538a8025dbe91af2c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1924882Reviewed-by:
Scott Violet <sky@chromium.org> Reviewed-by:
danakj <danakj@chromium.org> Reviewed-by:
Min Qin <qinmin@chromium.org> Reviewed-by:
ccameron <ccameron@chromium.org> Reviewed-by:
Peter Kasting <pkasting@chromium.org> Commit-Queue: Etienne Bergeron <etienneb@chromium.org> Cr-Commit-Position: refs/heads/master@{#718815}
-
Albert Chaulk authored
If the window has no root window then calling Focus() crashes with a suspected null FocusClient. CanFocus will return false for this case Test: None Bug: 144861135 Change-Id: I0dcf37406fd26e4a307889575d9a66ab60b1d14d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1934511Reviewed-by:
Daniel Nicoara <dnicoara@chromium.org> Commit-Queue: Daniel Nicoara <dnicoara@chromium.org> Cr-Commit-Position: refs/heads/master@{#718814}
-
Lily Chen authored
This renumbers the CookieInclusionStatus::ExclusionReason enum to remove the gap where EXCLUDE_SAMESITE_EXTENDED previously was. Bug: 953995 Change-Id: I40e202d97f98bdb1c9bb2e67c6e2e3c01baf1bd5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1933018 Commit-Queue: Lily Chen <chlily@chromium.org> Reviewed-by:
Maksim Orlovich <morlovich@chromium.org> Cr-Commit-Position: refs/heads/master@{#718813}
-
Dave Tapuska authored
This was changed in https://crrev.com/388754 for DOMImplementation createDocument and should have been done the same for cloneNode. This brings our implementation in alignment with Firefox. BUG=605203 Change-Id: I501ae7ea21dc8017e3f21181aed6cf274a71a728 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1927024 Commit-Queue: Dave Tapuska <dtapuska@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Cr-Commit-Position: refs/heads/master@{#718812}
-
Andrew Grieve authored
Change-Id: I12bcf5d208b4f272bc5e3e538093ebe968e2f538 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1914552 Commit-Queue: Andrew Grieve <agrieve@chromium.org> Reviewed-by:
Bruce Dawson <brucedawson@chromium.org> Cr-Commit-Position: refs/heads/master@{#718811}
-