- 01 Jul, 2020 40 commits
-
-
chromium-autoroll authored
https://pdfium.googlesource.com/pdfium.git/+log/6bd8e303c90e..afd27509974a 2020-07-01 dhoss@chromium.org Fix FPDFTextObj_SetTextRenderMode() to stick when the document is saved 2020-07-01 dhoss@chromium.org Encapsulate access to CPDF_TextObject's text rendering mode 2020-06-30 thestig@chromium.org Roll v8/ 41918cc2b..65a118899 (48 commits) 2020-06-30 thestig@chromium.org Roll third_party/skia/ 6f56f2ed3..7c1f3fabf (41 commits) 2020-06-30 vmiklos@collabora.co.uk Add FPDF_GetSignatureObject() API 2020-06-30 thestig@chromium.org Roll v8/ bfc0d2f43..41918cc2b (4 commits) 2020-06-30 thestig@chromium.org Roll third_party/skia/ aa10dfeec..6f56f2ed3 (1 commit) 2020-06-30 thestig@chromium.org Roll build/ 3405bae23..d4fe00fc1 (103 commits) 2020-06-30 thestig@chromium.org Roll v8/ 9912e35d5..bfc0d2f43 (84 commits) 2020-06-30 thestig@chromium.org Roll tools/clang/ 9f3f85f0e..6849229b3 (34 commits) 2020-06-30 thestig@chromium.org Roll third_party/skia/ c48caaae4..aa10dfeec (68 commits) 2020-06-30 thestig@chromium.org Roll buildtools/ 574cbd5df..1ed99573d (4 commits) 2020-06-30 thestig@chromium.org Roll third_party/icu/ 630b884f8..79326efe2 (10 commits) 2020-06-30 thestig@chromium.org Roll third_party/googletest/src/ cb44c86c1..4fe018038 (6 commits) 2020-06-30 thestig@chromium.org Roll third_party/zlib/ a68151fd9..8603eee37 (5 commits) 2020-06-30 thestig@chromium.org Roll third_party/freetype/src/ 62fea391f..a44347475 (18 commits) 2020-06-30 thestig@chromium.org Roll base/trace_event/common/ dab187b37..ef3586804 (1 commit) 2020-06-30 thestig@chromium.org Roll third_party/depot_tools/ 393b040fb..d912aa913 (70 commits; 31 trivial rolls) 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/+doc/master/autoroll/README.md Bug: None Tbr: pdfium-deps-rolls@chromium.org Change-Id: Iff09a1379f062dfce03a2838aaa447644a890165 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2276568Reviewed-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@{#784357}
-
Koji Ishii authored
This patch adds the guard against dirty tree to |ScrollableOverflow|, similar to r779382 <crrev.com/c/2249281> and r784297 <crrev.com/c/2275373>. Bug: 1101141 Change-Id: Id428cd408dfd36869e83170ff534339235ed3984 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2275281Reviewed-by:
Yoshifumi Inoue <yosin@chromium.org> Commit-Queue: Koji Ishii <kojii@chromium.org> Cr-Commit-Position: refs/heads/master@{#784356}
-
Francois Beaufort authored
This is a reland of 56bfd87f with an additional fix of initializing pan_tilt_zoom_supported to false in blink::MediaStreamDevice. to address the "use-of-uninitialized-value" raised by MemorySanitizer. Original change's description: > [PTZ] Measure prevalence of cameras supporting PTZ > > This CL adds metrics for how many users have cameras with PTZ > capabilities. This metric is triggered only when a permission prompt > would show up. > > Bug: 990185 > Change-Id: Icba513c14977ef1249ed68788fc91d5059b1c0c2 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2273237 > Commit-Queue: François Beaufort <beaufort.francois@gmail.com> > Reviewed-by: Alex Ilin <alexilin@chromium.org> > Reviewed-by: Guido Urdaneta <guidou@chromium.org> > Reviewed-by: Reilly Grant <reillyg@chromium.org> > Cr-Commit-Position: refs/heads/master@{#783901} Bug: 990185 Change-Id: I3629ccfe9c254784815b631d4ac56390f2ced9d3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2275447Reviewed-by:
Reilly Grant <reillyg@chromium.org> Reviewed-by:
Alex Ilin <alexilin@chromium.org> Reviewed-by:
Guido Urdaneta <guidou@chromium.org> Commit-Queue: François Beaufort <beaufort.francois@gmail.com> Cr-Commit-Position: refs/heads/master@{#784355}
-
Christian Dullweber authored
This reverts commit 24f7513d. Reason for revert: This broke compilation on a chromeos bot https://ci.chromium.org/p/chromium/builders/ci/Linux%20ChromiumOS%20Full/166646 Original change's description: > Remove references to cacheinvalidation from BUILD.gn files > > The cacheinvalidation library is deprecated, not used anymore, and will > be deleted soon. > > Bug: 1099672 > Change-Id: Ic8467c611b4d99294e06e0e5c848059ff77c3e26 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2270151 > Reviewed-by: Jochen Eisinger <jochen@chromium.org> > Commit-Queue: Marc Treib <treib@chromium.org> > Cr-Commit-Position: refs/heads/master@{#784345} TBR=treib@chromium.org,jochen@chromium.org Change-Id: I98e328e146aef8375ba58e2cd3bdedd1c64ef068 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 1099672 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2274611Reviewed-by:
Christian Dullweber <dullweber@chromium.org> Commit-Queue: Christian Dullweber <dullweber@chromium.org> Cr-Commit-Position: refs/heads/master@{#784354}
-
Colin Blundell authored
This class can be reused as-is by WebLayer. To facilitate the componentization, we break the dependency on InfoBarContainer by moving the InfoBarAnimationListener interface into its own file in //components/infobars as well. InfoBarWrapper will be able to return to being package-private once I change //weblayer to use the componentized InfoBarContainerLayout in a followup. Whether InfoBarContainerLayout's methods will be able to go back to being package-private depends on the resolution of sharing InfoBarContainerView, which I will be examining shortly. Bug: 1099169 Change-Id: I50b68b8269dd7f0df12fe4f8bda1c32baf43e55b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2275873 Commit-Queue: Colin Blundell <blundell@chromium.org> Reviewed-by:
Matthew Jones <mdjones@chromium.org> Cr-Commit-Position: refs/heads/master@{#784353}
-
Fergal Daly authored
A test in here fails when the render document level is set to replace crashed frames and overall COOP seems like it will be sensitive to RD's changes, so it's best to ensure that its tests also run with the RD flags enabled. This just disables the failing test and leaves a TODO. Bug: 1066376 Change-Id: Ie2d0c6ef69445c59a48d393cca2bd08a4f951a79 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2274739 Commit-Queue: Fergal Daly <fergal@chromium.org> Reviewed-by:
Camille Lamy <clamy@chromium.org> Cr-Commit-Position: refs/heads/master@{#784352}
-
Colin Blundell authored
//chrome's SwipableOverlayView.java has now been componentized, and hence //weblayer can reuse it rather than having its own custom copy. The only change made to this code in //weblayer was to support the fact that //weblayer needs to add the SwipableOverlayView to its parent at a specific index. This CL adds that API to the //components-level SwipableOverlayView.java and eliminates //weblayer's copy in favor of its using the //components-level class. Note: I didn't have the existing SwipableOverlayView#addToParentView() call through to the newly-added SwipableOverlayView#addToParentViewAtIndex() because the default value used for the index in the ViewGroup#addView() variant that doesn't take in an index doesn't seem to be documented publicly anywhere. In practice it looks like -1 from looking at the ViewGroup.java source, but I don't want to hardcode that without public documentation. Bug: 1099169 Change-Id: If159701d611b7eee1a600911ff0b2aa1bda10154 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2274390 Commit-Queue: Colin Blundell <blundell@chromium.org> Reviewed-by:
Dominick Ng <dominickn@chromium.org> Cr-Commit-Position: refs/heads/master@{#784351}
-
Alex Danilo authored
Changes the logic that shows a sub menu to check if any other sub menu is showing, and if so, hide it before showing the new sub menu. Bug: 1100177 Change-Id: I33527c776bdff7cb0d7d9a452a0fe13b8df60434 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2277376Reviewed-by:
Luciano Pacheco <lucmult@chromium.org> Commit-Queue: Alex Danilo <adanilo@chromium.org> Cr-Commit-Position: refs/heads/master@{#784350}
-
Xida Chen authored
This CL converts base::Closure to base::RepeatingClosure. This is a code health CL, should not cause any behavior change. With this CL, there will be no base::Callback, or base::Closure or base::bind in autofill/ Bug: 1007635 Change-Id: I2d387ba822917dc080deeda93b2511d623b37beb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2272610 Auto-Submit: Xida Chen <xidachen@chromium.org> Commit-Queue: Maxim Kolosovskiy <kolos@chromium.org> Reviewed-by:
Maxim Kolosovskiy <kolos@chromium.org> Cr-Commit-Position: refs/heads/master@{#784349}
-
Rakina Zata Amni authored
This reverts commit ab3d270b. Reason for revert: Tests are failing in https://ci.chromium.org/p/chromium/builders/ci/Network%20Service%20Linux/7987 Original change's description: > Implement HTTPSOCSPTests as browsertests > > Right now the most complete set of OCSP tests is implemented in > url_request_unittest.cc using HTTPSOCSPTest. This CL creates a parallel > set of browsertests, so we can test that OCSP works with the > CertVerifierService as well. > > The new tests are in ocsp_browsertest.cc, and existing OCSP > browsertests were moved from ssl_browsertest.cc into > ocsp_browsertest.cc to reduce the size of the ssl_browsertest.cc > file. > > The new tests are nearly identical, structurally, to the original > tests, but SystemSupportsOCSP() is no longer necessary as it > was really checking support for EV certificates, and the checks > for EV certificates are already guarded by > SystemUsesChromiumEVMetadata(). > > Bug: 1015134, 1022561 > Change-Id: I32e9355d276f75de3432c09f8e7309db1525f729 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2274581 > Commit-Queue: Matthew Denton <mpdenton@chromium.org> > Reviewed-by: Ryan Sleevi <rsleevi@chromium.org> > Reviewed-by: Matt Falkenhagen <falken@chromium.org> > Cr-Commit-Position: refs/heads/master@{#784338} TBR=falken@chromium.org,rsleevi@chromium.org,mpdenton@chromium.org Change-Id: I79bf58c017a324ca32f6b5a4e2dd30d9c2652683 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 1015134, 1022561 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2277380Reviewed-by:
Rakina Zata Amni <rakina@chromium.org> Commit-Queue: Rakina Zata Amni <rakina@chromium.org> Cr-Commit-Position: refs/heads/master@{#784348}
-
Robert Sesek authored
GN recently added support for Apple frameworks to link, rather than overloading the libs lists. This pulls .frameworks out of the libs lists, so that GN can stop supporting .frameworks in libs in the future. Bug: 1052560 Change-Id: Icf891ffb2c036ed165b94ce136fc23e8fb1db32a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2274632 Commit-Queue: Eric Seckler <eseckler@chromium.org> Auto-Submit: Robert Sesek <rsesek@chromium.org> Reviewed-by:
Eric Seckler <eseckler@chromium.org> Cr-Commit-Position: refs/heads/master@{#784347}
-
Ionel Popescu authored
This CL updates the icon for input type="search" to match the spec. Added several search appearance tests to validate the new UI. Bug: 1099643 Change-Id: I4d44069443632f09ebbdbad6e6a670ad66a8736e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2275947Reviewed-by:
Kent Tamura <tkent@chromium.org> Reviewed-by:
Mason Freed <masonfreed@chromium.org> Commit-Queue: Ionel Popescu <iopopesc@microsoft.com> Cr-Commit-Position: refs/heads/master@{#784346}
-
Marc Treib authored
The cacheinvalidation library is deprecated, not used anymore, and will be deleted soon. Bug: 1099672 Change-Id: Ic8467c611b4d99294e06e0e5c848059ff77c3e26 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2270151Reviewed-by:
Jochen Eisinger <jochen@chromium.org> Commit-Queue: Marc Treib <treib@chromium.org> Cr-Commit-Position: refs/heads/master@{#784345}
-
Minoru Chikamune authored
To deprecate kWithoutContextObserver mode, we are going to enable HeapMojoUseContextObserver feature for waterfall testing. By doing this, we can detect crashes during the waterfall testing. Bug: 1049056 Change-Id: I96e0be25ad6e6cc9eeac2fad600f1dadec02ecd6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2277369Reviewed-by:
Kentaro Hara <haraken@chromium.org> Reviewed-by:
Kouhei Ueno <kouhei@chromium.org> Commit-Queue: Minoru Chikamune <chikamune@chromium.org> Cr-Commit-Position: refs/heads/master@{#784344}
-
Shakti Sahu authored
This CL adds 1 - Vector icon for download later on the infobar (modified for dark mode as well) 2 - Correct formating for download later text which should say Download scheduled on Jun 25, 2020 or 3:30 PM (if same day) 3 - A color bug in download home which wasn't showing the progress circle for in-progress downloads. (It was making it same color as inner solid background) Bug: 1066379 Change-Id: Ibeb3cdb9102e7c5270d792637f4fb9b78747a885 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2276800Reviewed-by:
David Trainor <dtrainor@chromium.org> Reviewed-by:
Xing Liu <xingliu@chromium.org> Commit-Queue: Shakti Sahu <shaktisahu@chromium.org> Cr-Commit-Position: refs/heads/master@{#784343}
-
Sophey Dong authored
Also fix the issue where the QR Code was not being loaded after revoking permissions. Bug: 1079467, 1083351, 1099291 Change-Id: Ia5b61a461e0321e46631119c22a15ef851d8ddd5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2265248Reviewed-by:
Yusuf Ozuysal <yusufo@chromium.org> Reviewed-by:
Gayane Petrosyan <gayane@chromium.org> Reviewed-by:
Tanya Gupta <tgupta@chromium.org> Commit-Queue: Sophey Dong <sophey@chromium.org> Cr-Commit-Position: refs/heads/master@{#784342}
-
chromium-autoroll authored
https://chromium.googlesource.com/devtools/devtools-frontend.git/+log/465b1021048a..ae6540492fcb 2020-07-01 devtools-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com Update DevTools DEPS. 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/+doc/master/autoroll/README.md Bug: None Tbr: devtools-waterfall-sheriff-onduty@grotations.appspotmail.com Change-Id: I25f64508f172452554565990681ea56a44d75d7b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2277484Reviewed-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@{#784341}
-
Anupam Snigdha authored
This CL moves functions that fire events to JS from anonymous namespace to the |InputMethodController| so we can check if the ExecutionContext is still valid after firing the events or not and bail out if its not valid. Bug: 1088364 Change-Id: I2b98724bf305aed998222581a608dc16b0f64baf Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2276666Reviewed-by:
Kent Tamura <tkent@chromium.org> Commit-Queue: Anupam Snigdha <snianu@microsoft.com> Cr-Commit-Position: refs/heads/master@{#784340}
-
Koji Ishii authored
When computing ink overflow against dirty tree, r784297 crrev.com/c/2275373 fixed to skip if corresponding |LayoutObject| was destroyed or moved. This patch adds another check of this, this time in |RecalcInkOverflowForCursor|, because without it, |HasSelfPaintingLayer| will crash. Bug: 1101079 Change-Id: Ia7abb284dd52b467b492e81da5523d0546d7a61b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2275926Reviewed-by:
Yoshifumi Inoue <yosin@chromium.org> Commit-Queue: Koji Ishii <kojii@chromium.org> Cr-Commit-Position: refs/heads/master@{#784339}
-
Matthew Denton authored
Right now the most complete set of OCSP tests is implemented in url_request_unittest.cc using HTTPSOCSPTest. This CL creates a parallel set of browsertests, so we can test that OCSP works with the CertVerifierService as well. The new tests are in ocsp_browsertest.cc, and existing OCSP browsertests were moved from ssl_browsertest.cc into ocsp_browsertest.cc to reduce the size of the ssl_browsertest.cc file. The new tests are nearly identical, structurally, to the original tests, but SystemSupportsOCSP() is no longer necessary as it was really checking support for EV certificates, and the checks for EV certificates are already guarded by SystemUsesChromiumEVMetadata(). Bug: 1015134, 1022561 Change-Id: I32e9355d276f75de3432c09f8e7309db1525f729 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2274581 Commit-Queue: Matthew Denton <mpdenton@chromium.org> Reviewed-by:
Ryan Sleevi <rsleevi@chromium.org> Reviewed-by:
Matt Falkenhagen <falken@chromium.org> Cr-Commit-Position: refs/heads/master@{#784338}
-
Fergal Daly authored
It currently waits 500ms to allow time for RAFs. On some Mac builders this does not allow enough time, so increase the timeout to 1s. Bug: 1098715 Change-Id: I4e8cedb0706404f373ca381c9490395f42bd5886 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2269617Reviewed-by:
danakj <danakj@chromium.org> Reviewed-by:
Matt Falkenhagen <falken@chromium.org> Commit-Queue: Fergal Daly <fergal@chromium.org> Cr-Commit-Position: refs/heads/master@{#784337}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/77d7d5ea92ca..5638f489af56 2020-07-01 mtklein@google.com add windows skvm bots 2020-07-01 mtklein@google.com save only xmm6-15 on windows 2020-07-01 johnstiles@google.com Update ImGui to latest stable version (1.77). 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 ethannicholas@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/+doc/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: ethannicholas@google.com Change-Id: I1dd9fdf76821bc723d8f4ef6935309228d3e36b0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2276562Reviewed-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@{#784336}
-
David Maunder authored
PersistedTabData stores tab metadata across restarts and FilePersistedTabDataStorage is the method of persisting the data in a file. Various use cases such as serialization, save, restore and delete now have metrics associated with them. Bug: 1059635 Change-Id: I3f7d267227819eefb30b23b95a85a637e22fef7d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2125229 Commit-Queue: David Maunder <davidjm@chromium.org> Reviewed-by:
Tommy Nyquist <nyquist@chromium.org> Reviewed-by:
David Trainor <dtrainor@chromium.org> Reviewed-by:
Ilya Sherman <isherman@chromium.org> Cr-Commit-Position: refs/heads/master@{#784335}
-
Matt Giuca authored
Links to it from new README files in other related directories. Change-Id: I9dcca96de0e8e0b4fc885727efac800bdcc2abd5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2275976Reviewed-by:
Dominick Ng <dominickn@chromium.org> Commit-Queue: Matt Giuca <mgiuca@chromium.org> Cr-Commit-Position: refs/heads/master@{#784334}
-
chromium-autoroll authored
https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/fdd2cd6e5fc0..f0a1c32f21b8 2020-07-01 vadimsh@chromium.org [lucicfg] Update it to v1.17.1. 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/+doc/master/autoroll/README.md Bug: chromium:1096936 Tbr: agable@chromium.org Change-Id: Ia4a37c2efbe6a1abaa7f1bff374507053ff7fe60 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2276627Reviewed-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@{#784333}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/c1b825219eae..4cb7be407fb7 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 rakina@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/+doc/master/autoroll/README.md Cq-Include-Trybots: luci.chrome.try:linux-chromeos-chrome Bug: None Tbr: rakina@google.com Change-Id: I0efb231e69313e4a114954636ee595abf4cfc0d0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2277483Reviewed-by:
chromium-internal-autoroll <chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com> Reviewed-by:
Rakina Zata Amni <rakina@chromium.org> Commit-Queue: chromium-internal-autoroll <chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#784332}
-
Dominic Farolino authored
This CL augments the existing iframe lazyload test for srcdoc lazyload support. Chrome currently does not implement this. The test accompanies the spec change made at: https://github.com/whatwg/html/pull/5579. R=sclittle@chromium.org Bug: 1101170 Change-Id: I5c5790c5d2eca3efbb01c5470e2267f2265858f6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2276624Reviewed-by:
Scott Little <sclittle@chromium.org> Commit-Queue: Dominic Farolino <dom@chromium.org> Cr-Commit-Position: refs/heads/master@{#784331}
-
Minggang Wang authored
For dedicated worker (PlzDedicatedWorker) and shared worker, the main script is pre-requested in browser process and passed to renderer process through WorkerMainScriptLoadParams, which is set into WebWorkerFetchContextImpl as NavigationResponseOverrideParameters. Finally, a faking request will be sent and gets hooked in ResourceDispatcher::ContinueForNavigation to receive the response. The downside is that we have to depend on content layer and construct an unnecessary WebURLRequest in renderer process to get the mian script. So, we are going to make changes: 1. This patch - Creates WorkerMainScriptLoadParameters to take over the WorkerMainScriptLoadParams passed from browser process. - Creates WorkerMainScriptLoader to load the main script in renderer process directly instead of sending a faking WebURLRequest to load the main script executed as classic or module for dedicated worker (PlzDedicatedWorker) and shared worker. - Adds the blink platform test for WorkerMainScriptLoader. - Creates a mojom interface ResourceLoadInfoNotifier to notify the loading info of the main script. 2. https://chromium-review.googlesource.com/c/chromium/src/+/2115554 - Enables WorkerClassicScriptLoader/WorkerModuleScriptFetcher to use WorkerMainScriptLoader to load the top-level scripts. 3. https://chromium-review.googlesource.com/c/chromium/src/+/2115459 - Removes NavigationResponseOverrideParameters. Change-Id: If36e7f2a0ba67967b160abe2231de31e332b2827 Bug: 860403 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1916682 Commit-Queue: Minggang Wang <minggang.wang@intel.com> Reviewed-by:
Makoto Shimazu <shimazu@chromium.org> Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Reviewed-by:
Hiroki Nakagawa <nhiroki@chromium.org> Cr-Commit-Position: refs/heads/master@{#784330}
-
chromium-autoroll authored
This CL may cause a small binary size increase, roughly proportional to how long it's been since our last AFDO profile roll. For larger increases (around or exceeding 100KB), please file a bug against gbiv@chromium.org. Additional context: https://crbug.com/805539 Please note that, despite rolling to chrome/android, this profile is used for both Linux and Android. If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/afdo-chromium-autoroll Please CC gbiv@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/+doc/master/autoroll/README.md Tbr: gbiv@chromium.org Change-Id: Ib61cf9be8fbc09fabd8765b8177c1b34d84494be Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2276565Reviewed-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@{#784329}
-
Miyoung Shin authored
This CL fixes nullptr access in prerender::PrerenderObserverList::RemoveObserverForFrame since RenderFrame is destroyed first before ChromePluginPlaceholder dtor that removes an observer for RenderFrame is called. Fuzzer report: https://clusterfuzz.com/testcase-detail/4966404840816640 Bug: 1099851, 1100030, 1100780 Change-Id: Id0db5a3c6d3fc9018a120d7ad0b0d3125d875302 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2272179Reviewed-by:
Kentaro Hara <haraken@chromium.org> Reviewed-by:
Dave Tapuska <dtapuska@chromium.org> Commit-Queue: Miyoung Shin <myid.shin@igalia.com> Cr-Commit-Position: refs/heads/master@{#784328}
-
Lei Zhang authored
Take the name suggestion from several reviewers while converting base::DeleteFile(path, true) calls. Tbr: blundell@chromium.org,jamiewalch@chromium.org,jkarlin@chromium.org,kinuko@chromium.org,reillyg@chromium.org,sdefresne@chromium.org,xdai@chromium.org Bug: 1009837 Change-Id: Ie0a3bbe7bae4844f4f29a4ffd63fd032128e599d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2274676 Commit-Queue: Lei Zhang <thestig@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Cr-Commit-Position: refs/heads/master@{#784327}
-
chromium-autoroll authored
https://swiftshader.googlesource.com/SwiftShader.git/+log/14453b7a67ac..2d6b37bbda59 2020-07-01 pcc@google.com Start reserving x18 by default on Android targets. If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/swiftshader-chromium-autoroll Please CC swiftshader-team+autoroll@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/+doc/master/autoroll/README.md Cq-Include-Trybots: luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux_chromium_msan_rel_ng;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel;luci.chromium.try:linux-swangle-try-x64;luci.chromium.try:win-swangle-try-x86 Bug: None Tbr: swiftshader-team+autoroll@google.com Change-Id: I895eb3d1f2fdd1771ca4cfb15c8aae7b07a7f677 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2276630Reviewed-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@{#784326}
-
Jan Krcal authored
This CL is a refactoring before a minor update of the design of the profile menu. This CL brings no behavioral change. This change is needed because in the new design, the layout of the profile name heading and the layout of the identity info are more intertwined and thus it is opportune to set them in one function. Bug: 1099286 Change-Id: Iad6f03bd3ff7fa1e17cc1cb61b2d76c952c1394f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2274626 Commit-Queue: Ramin Halavati <rhalavati@chromium.org> Reviewed-by:
Ramin Halavati <rhalavati@chromium.org> Auto-Submit: Jan Krcal <jkrcal@chromium.org> Cr-Commit-Position: refs/heads/master@{#784325}
-
Owen Rodley authored
Bug: 1094768 Change-Id: Ibcfa475f90241ab7d9da654b0b14d8f2c1bcd451 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2274379 Commit-Queue: Owen Rodley <orodley@chromium.org> Commit-Queue: Takuto Ikuta <tikuta@chromium.org> Reviewed-by:
Takuto Ikuta <tikuta@chromium.org> Auto-Submit: Owen Rodley <orodley@chromium.org> Cr-Commit-Position: refs/heads/master@{#784324}
-
Ian Kilpatrick authored
The logic introduced for CalculateChildAvailableSize was designed to have the correct value for an element with: "<div style="position: relative; left: 50%; top: 50%;></div>" E.g. the percentage based left/top would resolve against the available size. However this broke text alignment within anonymous-blocks which require the child-available-size to be based on the actual inline-size. This patch uses the actual inline-size in the inline direction, but keeps the logic for block direction. This will mean that for postiion:relative calculations we'll use the Percentage inline-size, and Available block-size for resolving percentages. Bug: 1100203 Change-Id: I83c5281c5de9f9fd40f1bfed54e627dff5bb0600 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2274359Reviewed-by:
David Grogan <dgrogan@chromium.org> Commit-Queue: Ian Kilpatrick <ikilpatrick@chromium.org> Cr-Commit-Position: refs/heads/master@{#784323}
-
Noel Gordon authored
Encapsulate the drag hover time in a helper dragTargetHoverTime_. Keep the 2000ms default. But make it shorter when window.IN_TEST, to reduce drag drop integration test times by the difference (1500ms) if they do check that drag hovering over a directory-tree tab makes the file-list navigate (change directory) after the hover time out. Covered by existing tests: transfer.{DragAndDrop,DragAndHover} Bug: 1002394 Change-Id: I6a1c3f61c43a602d362271acb5dd031d66058b1c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2275569 Commit-Queue: Noel Gordon <noel@chromium.org> Reviewed-by:
Alex Danilo <adanilo@chromium.org> Auto-Submit: Noel Gordon <noel@chromium.org> Cr-Commit-Position: refs/heads/master@{#784322}
-
Kent Tamura authored
This CL reduce the estimated pre-processed size of parkable_string.h by 1.2MB. This CL moves DiskDataAllocator::Metadata out to its own header file, and removes mojo dependency from parkable_string.h. This CL has no behavior changes. Bug: 242216 Change-Id: I6f3278ef7cb3c9ceaf1776d14efb527fa34adfe9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2275566 Auto-Submit: Kent Tamura <tkent@chromium.org> Reviewed-by:
Hitoshi Yoshida <peria@chromium.org> Commit-Queue: Kent Tamura <tkent@chromium.org> Cr-Commit-Position: refs/heads/master@{#784321}
-
Anand K Mistry authored
The function is unused. Bug: None Change-Id: Iacc20257e5636af4b38644ec7ab8c099d0310975 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2275925 Commit-Queue: Anand K Mistry <amistry@chromium.org> Commit-Queue: Ken Rockot <rockot@google.com> Auto-Submit: Anand K Mistry <amistry@chromium.org> Reviewed-by:
Ken Rockot <rockot@google.com> Cr-Commit-Position: refs/heads/master@{#784320}
-
Joey Scarr authored
I've left the section about sheriffing philosophy, since that's also useful for non-sheriffs. Bug: 1095911 Change-Id: I9e97cc1951e5cc96fe9aa8ccc42e14c875f0f0b1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2274481 Commit-Queue: Joey Scarr <jsca@chromium.org> Reviewed-by:
Elly Fong-Jones <ellyjones@chromium.org> Reviewed-by:
Dirk Pranke <dpranke@google.com> Cr-Commit-Position: refs/heads/master@{#784319}
-
Giovanni Ortuño Urquidi authored
We do this by changing three things: 1. Set `composite` to `true`. From Typescript docs: ``` The composite option enforces certain constraints which make it possible for build tools to quickly determine if a project has been built yet. ``` This results in the TypeScript compiler generating two new files for each mojom target: - Declaration files (.d.ts) which in the Mojo case describes the exported Mojo interface. - tsBuildInfo files (.tsbuildinfo) which store incremental compilation information as a part of composite projects which enables faster building of larger TypeScript codebases. 2. Adding `references` to tsconfigs, to tell the compile that a target depends on other targets. 3. Adding `/// <reference>` to non-es-modules files, to tell the compiler which files that file references. Somewhat surprisingly adding `references` to the tsconfig was not enough. This results in: 1. Each mojom target getting compiled only once, independent of how many other targets depend on it. 2. The compiler complaining if we forget to add a mojom target to `references` and if we forget to add `/// <reference>`s for files in non-es-modules files. 3. When compiling a mojom target, the compiler only attempts to compile the specific target i.e. it doesn't try to compile its dependencies. It's up to ninja to trigger the compilation of dependencies. If a dependent target hasn't been compiled yet, the compiler will throw an error. This ensures that we don't accidentally forget dependencies in our generated bindings. The upside of this, is that compilation order is controlled by gn and ninja. The downside is that we need to run an instance of the compiler for each target and we don't get to take advantage of the --build flag, which changes the compiler to act more like an orchestrator than a simple compiler. Bug: 1002798 Change-Id: I831aaaa9a0f159d6e90b9ec698ba5cc1f7653c4d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2274387Reviewed-by:
Ken Rockot <rockot@google.com> Commit-Queue: Giovanni Ortuño Urquidi <ortuno@chromium.org> Cr-Commit-Position: refs/heads/master@{#784318}
-