- 05 Aug, 2020 40 commits
-
-
Miguel Casas authored
The original CL was reverted due to crashes in betty initialization: betty is a VM which doesn't support VA, so the VideoDecoderPipeline constructed-destructed a VaapiVideoDecoder, hitting an unprotected nullptr |vaapi_wrapper_| in dtor. Fix in crrev.com/c/2339494/2..3. TBR=andrescj@chromium.org Original CL description ----------------------------------------------- Certain platforms and codecs suffer from horrible artifacts (Intel BYT, H264) or crashes (Intel BSW/BDW, VP9). This was traced to some kind of error in the tracking of the VASurfaces lifetime in the driver: every time we get a new resource from the pool to decode onto, this is imported into libva as a VASurface: this works fine almost everywhere but doesn't play well in these old platforms (see CreateSurface() body). This CL adds a map that keeps the ref-counted VASurfaces alive and indexed by the unique GpuMemoryBufferId until the VA Context is destroyed. In so doing, we're basically observing the "contract" of va.h vaDestroySurfaces() [1] "Surfaces can only be destroyed after all contexts using these surfaces have been destroyed". [1] https://github.com/intel/libva/blob/libva-2.0.0/va/va.h#L1134 Bug: b:142019786 b:143323596 Change-Id: I593763ec02dad7bba240c8fed9e71de21637a231 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2339494Reviewed-by:
Miguel Casas <mcasas@chromium.org> Commit-Queue: Miguel Casas <mcasas@chromium.org> Cr-Commit-Position: refs/heads/master@{#795026}
-
lijunsong authored
Test HTMLDetectorCache_SkipSomePredictions was deleted during resolving Bug 949519. This CL ports the test to the current FormDataParser. Bug: 1090694 Change-Id: Ia48a825099577536e407ef1f324899b0276fce91 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2299179Reviewed-by:
Maxim Kolosovskiy <kolos@chromium.org> Commit-Queue: Maxim Kolosovskiy <kolos@chromium.org> Cr-Commit-Position: refs/heads/master@{#795025}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/94fc43a9ebbf..c1e871e8a532 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 ayaelattar@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: ayaelattar@google.com Change-Id: I2c1537bd121e9edd27ead6a2ae3bf4ffddad18e4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2339194Reviewed-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@{#795024}
-
Renato Silva authored
The visibility of the elements within LoginAuthUserView (password field, pin pad) are now being controlled based on the InputFieldMode, which is determined by the authentication methods a user has. Additionally, the user's PIN length is now being provided to this view to use, if it is exposed. Bug: 1075994 Change-Id: Iad0bbc793e52a790856ae0dde3aae7369c16b390 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2332663 Commit-Queue: Renato Silva <rrsilva@google.com> Reviewed-by:
Roman Sorokin [CET] <rsorokin@chromium.org> Reviewed-by:
Denis Kuznetsov [CET] <antrim@chromium.org> Reviewed-by:
Roman Aleksandrov <raleksandrov@google.com> Auto-Submit: Renato Silva <rrsilva@google.com> Cr-Commit-Position: refs/heads/master@{#795023}
-
Antonio Sartori authored
If a Content-Security-Policy frame-ancestors directive is enforced, then the X-Frame-Options header is ignored. However, if the frame-ancestors directive is report-only, the X-Frame-Options header is checked and the frame possibly blocked. However, in this second case, we must still check whether we have to send a Content-Security-Policy violation report. Bug: 1097078 Change-Id: I9768a3859184ac1d35bd938f45cc40e111e2af4b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2339115Reviewed-by:
Arthur Sonzogni <arthursonzogni@chromium.org> Commit-Queue: Antonio Sartori <antoniosartori@chromium.org> Cr-Commit-Position: refs/heads/master@{#795022}
-
Antonio Gomes authored
Target interface: blink::mojom::RemoteMainFrame. CL also removes WebTextAutosizerPageInfo struct [1] in favor of using blink::mojom::TextAutosizerPageInfo directly. [1] third_party/blink/public/platform/web_text_autosizer_page_info.h Bug: 1102440, 919392 R=dtapuska@chromium.org Change-Id: Id02e7712cd1291636bd6052445702d87fe2a5cdb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2314129Reviewed-by:
Dominick Ng <dominickn@chromium.org> Reviewed-by:
Arthur Sonzogni <arthursonzogni@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Reviewed-by:
Avi Drissman <avi@chromium.org> Commit-Queue: Antonio Gomes (GMT-4) <tonikitoo@igalia.com> Cr-Commit-Position: refs/heads/master@{#795021}
-
Peter Kasting authored
As requested in https://bit.ly/chromium-readme-tracker . Bug: none Change-Id: Ib25c6c9cb7a72ffbbca308b61295aab6018012ac Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2336181 Auto-Submit: Peter Kasting <pkasting@chromium.org> Reviewed-by:
Jochen Eisinger <jochen@chromium.org> Reviewed-by:
Elly Fong-Jones <ellyjones@chromium.org> Commit-Queue: Peter Kasting <pkasting@chromium.org> Cr-Commit-Position: refs/heads/master@{#795020}
-
Rushan Suleymanov authored
ComputeChildNodeIndex performs linear search to find appropriate index for the updated or created remote bookmark node. It might lead to quadratic time during some updates. In practice, this only affects huge quantities of local bookmarks and updates. This CL changes the algorithm to logarithmic search. Bug: 1084150 Change-Id: I605228ad4cd7db82a1e6777a5f4b35538783dde7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2336084 Commit-Queue: Rushan Suleymanov <rushans@google.com> Reviewed-by:
Mikel Astiz <mastiz@chromium.org> Cr-Commit-Position: refs/heads/master@{#795019}
-
Reda Tawfik authored
This CL adds controller and view native files and Java bridge of |FillingPasswordsFromAnyOrigin| feature. 1) Initiates |AllPasswordsBottomSheetController| with |ContentPasswordManagerDriver| and |PasswordStore| from |PasswordAccessoryControllerImpl|. 2) The controller initiates |AllPasswordsBottomSheetView|. 3) The controller gets the credentials from |PasswordStore| and send them to the view in |Show| method. Bug: 1104132 Change-Id: Ic7d7fb504b7f1a2a7438426588f5487877ef0069 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2299350 Commit-Queue: Reda Tawfik <redatawfik@noogler.google.com> Reviewed-by:
Friedrich [CET] <fhorschig@chromium.org> Cr-Commit-Position: refs/heads/master@{#795018}
-
Victor Fei authored
Google drive expand/collapse state is not being announced due to excessive HIDE/SHOW/REORDER events flooding NVDA, and NVDA end up discarding most events. For example, if aria-hidden="true" is set on an ancestor node, which would cause that node many of its descendants to be set to IGNORED state which triggering too many EVENT_OBJECT_HIDE and causes NVDA to drop the events. In reality, we only want EVENT_OBJECT_HIDE to be generated on the ancestor node where aria-hidden="true" is set, so not to flood and confuse NVDA with excessive events. This change fixes the above issue by firing EVENT_OBJECT_HIDE on the root should the entire subtree changes to IGNORED state. Suppressing excessive SHOW/REORDER events will be addressed in follow up patches. AX-RelNotes: NVDA can now announce Google drive "My Drive" expand/ collapse state. Bug: 1019420 Change-Id: I4fdabd6740630a149c1b22cdb3180d2f75807b10 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2309450 Commit-Queue: Victor Fei <vicfei@microsoft.com> Reviewed-by:
Dominic Mazzoni <dmazzoni@chromium.org> Reviewed-by:
Adam Ettenberger <Adam.Ettenberger@microsoft.com> Cr-Commit-Position: refs/heads/master@{#795017}
-
Karel Král authored
Implement a helper to get string representation out of C++ types. Use this to provide tracing of typemapped parameters of mojo auto-generated methods. TBR=fdoray@chromium.org Bug: 1103623 Change-Id: I61e1422bae5647e042aaf1f2718682323fba2db6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2324846 Commit-Queue: Karel Král <karelkral@google.com> Reviewed-by:
Alexander Timin <altimin@chromium.org> Reviewed-by:
Eric Seckler <eseckler@chromium.org> Reviewed-by:
Oksana Zhuravlova <oksamyt@chromium.org> Cr-Commit-Position: refs/heads/master@{#795016}
-
Chromium WPT Sync authored
Using wpt-import in Chromium 3d5cdeff. With Chromium commits locally applied on WPT: dfdc7fe9 "[WPT] Errors caught/reported for importScripts()" 27a0731b "Origin isolation: add WPTs for contentDocument/frameElement" 281fe1fb "Reland "[COOP] Access reporting. Fix the python server."" 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: eae@chromium.org, szager@chromium.org: external/wpt/intersection-observer NOAUTOREVERT=true TBR=smcgruer@google.com No-Export: true Change-Id: Ic9ef6c4fd9cb75fad82533ea022a1f01dce3cf66 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2339214Reviewed-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@{#795015}
-
chromium-autoroll authored
https://android.googlesource.com/platform/external/perfetto.git/+log/23c5b63d1c68..f68444a445f7 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/perfetto-trace-processor-win-chromium 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/+doc/master/autoroll/README.md Tbr: perfetto-bugs@google.com Change-Id: I4153bfcdf06458fe338479d4f09ea7c07a23df12 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2339295Reviewed-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@{#795014}
-
Aaron Leventhal authored
Ensure value change, selection and active descendants are fired appropriately as omnibox suggestion button focus hint is set/cleared. Bug: 1109780 Change-Id: I9ac05eff463eca1af29cdf9c9a7a816c21e84440 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2337234 Commit-Queue: Aaron Leventhal <aleventhal@chromium.org> Reviewed-by:
Tommy Li <tommycli@chromium.org> Cr-Commit-Position: refs/heads/master@{#795013}
-
chromium-autoroll authored
https://chromium.googlesource.com/angle/angle.git/+log/38ddebf9a771..e4e2a847dab3 2020-08-05 syoussefi@chromium.org Entry points for ANGLE_external_objects_flags 2020-08-05 syoussefi@chromium.org Spec language for ANGLE_external_objects_flags 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 geofflang@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_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;luci.chromium.try:linux-swangle-try-x64;luci.chromium.try:win-swangle-try-x86 Bug: None Tbr: geofflang@google.com Change-Id: I0e592a05fb72a729f06fdb646f07c1242a9652d0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2338976Reviewed-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@{#795012}
-
Koji Ishii authored
This patch adds block fragmentation functions to |NGInlineCursor|, as detailed in the design doc: https://docs.google.com/document/d/1mb_QRS67JQcOZ7oFdDb6UX-gx10IvhLwVPytNLM6wr0/edit?usp=sharing The implementation is to traverses all fragments, which is probably not fast enough to ship, but the behavior should be correct. The performance work will be in future patches. We can start removing work arounds such as ones in |NGFragmentItems::LayoutObjectWillBeDestroyed|. Such work will also be in future patches. Bug: 829028, 982194, 1104064, 1112657 Change-Id: Ied6fb7b868895669c651418134041a0feda3c0d7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2313736 Commit-Queue: Koji Ishii <kojii@chromium.org> Reviewed-by:
Yoshifumi Inoue <yosin@chromium.org> Reviewed-by:
Morten Stenshorne <mstensho@chromium.org> Cr-Commit-Position: refs/heads/master@{#795011}
-
Stephen McGruer authored
The changes are mostly minor, though there is a change to wptserve to return success/failure for some methods in ResponseWriter. Bug: None Change-Id: I5acd12e630ccaf8288c56a41d6c953921b9b3685 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2339374Reviewed-by:
Robert Ma <robertma@chromium.org> Commit-Queue: Stephen McGruer <smcgruer@chromium.org> Cr-Commit-Position: refs/heads/master@{#795010}
-
sauski authored
CL changes the default priority of the database task runner used to BEST_EFFORT for all write operations. Priority is temporarily increased to USER_VISIBLE when retrieving records. Bug: 1101675 Change-Id: I96824945f7c2fe12647439416ecc9cdbcdf0f8d6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2317949 Commit-Queue: Theodore Olsauskas-Warren <sauski@google.com> Reviewed-by:
Martin Šrámek <msramek@chromium.org> Cr-Commit-Position: refs/heads/master@{#795009}
-
Minggang Wang authored
As SplitCacheDedicatedWorkers becomes flaky recently, this patch disables it on Win10 and Linux ASAN. Bug: 1104847 Change-Id: I813f6d0c2284bee9fa6530848196b65cff28faca Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2335325 Commit-Queue: Minggang Wang <minggang.wang@intel.com> Reviewed-by:
Makoto Shimazu <shimazu@chromium.org> Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Cr-Commit-Position: refs/heads/master@{#795008}
-
chromium-autoroll authored
Roll Chrome Win32 PGO profile from chrome-win32-master-1596617615-8a09722b4aec1f84e705885fa08b652aad83fd7b.profdata to chrome-win32-master-1596621162-a1892525031f11bea0534e52833cec57e313f57e.profdata If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/pgo-win32-chromium Please CC jeffyoon@google.com,liaoyuke@google.com,sebmarchand+pgo_roller@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: chrome/try:win-chrome Tbr: jeffyoon@google.com,liaoyuke@google.com,sebmarchand+pgo_roller@google.com Change-Id: Idfaf057fb028e632311e85a3978b8ddb940c79db Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2339198Reviewed-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@{#795007}
-
chromium-autoroll authored
https://chromium.googlesource.com/devtools/devtools-frontend.git/+log/c5986015e174..c2052b3bd9a5 2020-08-05 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: I53f8610e4768fe9dac9a965814d1179a90fd7080 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2339201Reviewed-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@{#795006}
-
chromium-autoroll authored
https://android.googlesource.com/platform/external/perfetto.git/+log/23c5b63d1c68..f68444a445f7 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/perfetto-trace-processor-linux-chromium 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/+doc/master/autoroll/README.md Tbr: perfetto-bugs@google.com Change-Id: Id6a4e3906be38c2b329972c5b3f293b60c224ecd Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2339199Reviewed-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@{#795005}
-
Friedrich Horschig authored
This CL extends the majority of keyboard accessory metrics. The keyboard accessory experiment is still running and will be running for a while (with different variations). Additionally, the affected metrics are used to measure impact and regressions (for now). Bug: 1109830 Change-Id: Icd9c46082179c54cffc3db4426437c47746b0b13 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2339137Reviewed-by:
Alex Ilin <alexilin@chromium.org> Commit-Queue: Friedrich [CET] <fhorschig@chromium.org> Cr-Commit-Position: refs/heads/master@{#795004}
-
sczs authored
This new commands shows a Snackbar by creating the MDCSnackBarCommand in the Coordinator, thus saving the caller to import Material components. Bug: 1085419 Change-Id: Iee3d6c93f40b50558503d997d13c540d9e84c86d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2333069 Commit-Queue: Sergio Collazos <sczs@chromium.org> Reviewed-by:
edchin <edchin@chromium.org> Cr-Commit-Position: refs/heads/master@{#795003}
-
Terrence Reilly authored
`ImageDecoder::StartWithOptionsImpl`, binds to the image decode success and error callback with `BindOnce`. This means that the `ClipboardImageDataDecoder` methods `OnImageDecoded` and `OnImageFailed` will also only by called once, and so the `ClipboardExtensionHelper` can therefore store the callbacks as `OnceCallback`s. All other changes are purely mechanical. For example, the method `CountryComboboxModel::SetCountries` accepts a `RepeatingCallback`. Previously the callback passed in `GenerateCountryList` was implicitly converted to a `RepeatingCallback` from a `Callback`. This makes it explicit. Bug: 1007786 Change-Id: I5b09978da57ea1df2ff1e672a5db735ab677e965 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2321541Reviewed-by:
Karan Bhatia <karandeepb@chromium.org> Commit-Queue: Terrence Reilly <treilly@google.com> Cr-Commit-Position: refs/heads/master@{#795002}
-
Alex Rudenko authored
This CL address a TODO and adds a basic test to cover the logic changed. Change-Id: I14a23de8860c2379e88eb5d2e442197f2443e978 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2339074Reviewed-by:
Peter Marshall <petermarshall@chromium.org> Commit-Queue: Alex Rudenko <alexrudenko@chromium.org> Cr-Commit-Position: refs/heads/master@{#795001}
-
Aya ElAttar authored
Disabled the following tests because they are failing on Mac-10.10, Mac-10.11, Mac-10.12: 1. GetImageBufferColorSpace_BT2020_PQ 2. DISABLED_GetImageBufferColorSpace_BT2020_HLG TBR: dalecurtis@chromium.org No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 1113153 Change-Id: I9e2c19ed2ef7bae4fea9406d1922a46fbe673bf0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2339454Reviewed-by:
Aya Elsayed <ayaelattar@chromium.org> Commit-Queue: Aya Elsayed <ayaelattar@chromium.org> Cr-Commit-Position: refs/heads/master@{#795000}
-
chromium-autoroll authored
https://android.googlesource.com/platform/external/perfetto.git/+log/f68444a445f7..9a43f48ed4cd 2020-08-05 lalitm@google.com Merge "tp: bump tp and traceconv versions" 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/+doc/master/autoroll/README.md Cq-Include-Trybots: luci.chromium.try:linux-perfetto-rel Bug: None Tbr: perfetto-bugs@google.com Change-Id: I3b527eddb638f89643071d83888bc775c16a126e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2339195Reviewed-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@{#794999}
-
Eric Seckler authored
Adds functions that facilitate setting the CPU affinity of a given thread or process to all little cores on the system. We intend to use this API to run a power experiment. Bug: 1111789 Change-Id: I6c3d32c2338e9f00464e8b6a8c96af93658a3ae2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2335176 Commit-Queue: Eric Seckler <eseckler@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Reviewed-by:
Sami Kyöstilä <skyostil@chromium.org> Cr-Commit-Position: refs/heads/master@{#794998}
-
Xi Han authored
The ContentChangedListener::onAddFinished is not guaranteed to come before the onOverviewShownAtLaunch(). To fix it, we cache the event of onOverviewShownAtLaunch() if the feed content is still loading. The UMA will be recorded when onAddFinished() is called if it is missed on startup. Bug: 1107000 Change-Id: I23336149addb7ee4ee986083ce09212e982b1d6d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2316667 Commit-Queue: Xi Han <hanxi@chromium.org> Reviewed-by:
Carlos Knippschild <carlosk@chromium.org> Reviewed-by:
Wei-Yin Chen (陳威尹) <wychen@chromium.org> Cr-Commit-Position: refs/heads/master@{#794997}
-
Wolfgang Beyer authored
We want to show information about browser windows opened via 'window.open()' in DevTools. One such piece of information is whether the opened browser windows have access to the opener's DOM via 'window.opener'. Links using 'rel=noopener' or creating a new browsing context group via Cross-Origin Opener Policy prevents this direct DOM access. 'canAccessOpener' returns whether calling 'window.opener' in the opened window returns a non-null value. This is information we want to surface in the DevTools Application panel's frame tree. Bug: chromium:1107766 Change-Id: Ife869e248b2932cd4fdfb4090da093cddf3bca34 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2309698Reviewed-by:
Camille Lamy <clamy@chromium.org> Reviewed-by:
Andrey Kosyakov <caseq@chromium.org> Reviewed-by:
Sigurd Schneider <sigurds@chromium.org> Commit-Queue: Wolfgang Beyer <wolfi@chromium.org> Cr-Commit-Position: refs/heads/master@{#794996}
-
Carlos Caballero authored
This will make sure that the state is in sync before the page enters the back-forward cache and that we do not loose state if the page is later evicted. Moreover it prevents us from sending those updates while the page is in the back-forward cache (which depending on policy might trigger a renderer kill) Bug: 1111720 Change-Id: Ied898eb4b15fd18b7c3ad98955e5bbe5b148056e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2332595Reviewed-by:
Kentaro Hara <haraken@chromium.org> Reviewed-by:
Alex Moshchuk <alexmos@chromium.org> Reviewed-by:
Alexander Timin <altimin@chromium.org> Commit-Queue: Carlos Caballero <carlscab@google.com> Cr-Commit-Position: refs/heads/master@{#794995}
-
Vladimir Levin authored
This patch ensures that we don't propagate the dirty bits that happen within a locked subtree past the locked boundary. This ensures that we don't repaint content only because a locked-subtree element has changed (since such repaints will not change the painted output). Note that in non-CompositeAfterPaint path, the graphics layer hierarchy navigation still would happen. This patch only prevents paint layer dirty bit propagation. I think this is sufficient since it is an improvement for a lot of cases, and with CompositeAfterPaint, this will become an improvement for all cases. R=pdr@chromium.org, chrishtr@chromium.org Fixed: 1107413 Change-Id: Ic9e999a8377f9d57fbde7fffbc9096eada808b11 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2337415Reviewed-by:
Philip Rogers <pdr@chromium.org> Reviewed-by:
Chris Harrelson <chrishtr@chromium.org> Commit-Queue: vmpstr <vmpstr@chromium.org> Cr-Commit-Position: refs/heads/master@{#794994}
-
Alex Turner authored
Bug: 1102934 Change-Id: I8386dcf1887311e763441113ccf361282f7ac386 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2336299 Commit-Queue: Dominik Röttsches <drott@chromium.org> Reviewed-by:
Dominik Röttsches <drott@chromium.org> Cr-Commit-Position: refs/heads/master@{#794993}
-
sczs authored
Enables the InfobarUIReboot flag. Fixes some eg_tests so they work with the new UI. Makes some changes to credi_card and autofill tests since the credit card manager behaves differently when InfobarUIReboot is enabled. Bug=952345 Change-Id: I9cc8a4cb01d7139251b43348fe41037de00d9743 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2096029 Commit-Queue: Sergio Collazos <sczs@chromium.org> Reviewed-by:
Rohit Rao <rohitrao@chromium.org> Reviewed-by:
Jared Saul <jsaul@google.com> Reviewed-by:
Tommy Martino <tmartino@chromium.org> Reviewed-by:
Evan Stade <estade@chromium.org> Cr-Commit-Position: refs/heads/master@{#794992}
-
chromium-autoroll authored
https://chromium.googlesource.com/devtools/devtools-frontend.git/+log/e794555edb6f..c5986015e174 2020-08-05 jacktfranklin@chromium.org Fix extra typedef braces for union types 2020-08-05 kimanh@chromium.org Update CDP 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: chromium:1105765 Tbr: devtools-waterfall-sheriff-onduty@grotations.appspotmail.com Change-Id: Iccf0f3db59f2b4fec967af4fa57287061fd3f28e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2338917Reviewed-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@{#794991}
-
Aya ElAttar authored
Changed downsample-quality.html test expectations because of Step "blink_web_tests" failing on builder "Linux Tests (dbg)(1)" TBR: junov@chromium.org No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 1113127 Change-Id: I45d5547ec7800e51126ee73487952aedada10a00 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2336091Reviewed-by:
Aya Elsayed <ayaelattar@chromium.org> Commit-Queue: Aya Elsayed <ayaelattar@chromium.org> Cr-Commit-Position: refs/heads/master@{#794990}
-
Guido Urdaneta authored
Use exact constraints and explicit values in order to reduce the probability of flakes. Bug: 1055012 Change-Id: I5b232694710c90682c9e143895af9979a400d858 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2336076Reviewed-by:
Marina Ciocea <marinaciocea@chromium.org> Commit-Queue: Guido Urdaneta <guidou@chromium.org> Cr-Commit-Position: refs/heads/master@{#794989}
-
CQ_INCLUDE_TRYBOTS=luci.chrome.try:chromeos-betty-pi-arc-chrome CQ_INCLUDE_TRYBOTS=luci.chrome.try:chromeos-eve-chrome CQ_INCLUDE_TRYBOTS=luci.chrome.try:chromeos-kevin-chrome TBR=chrome-os-gardeners@google.com Change-Id: I0589d816fc051da790f2f8ad7daf8546b5a33b2e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2338914Reviewed-by:
ChromeOS bot <3su6n15k.default@developer.gserviceaccount.com> Commit-Queue: ChromeOS bot <3su6n15k.default@developer.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#794988}
-
chromium-autoroll authored
Roll Chrome Win32 PGO profile from chrome-win32-master-1596610622-a993b1ede4201f1709aeb65ee161df429dedf1b5.profdata to chrome-win32-master-1596617615-8a09722b4aec1f84e705885fa08b652aad83fd7b.profdata If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/pgo-win32-chromium Please CC sebmarchand+pgo_roller@google.com,jeffyoon@google.com,liaoyuke@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: chrome/try:win-chrome Tbr: sebmarchand+pgo_roller@google.com,jeffyoon@google.com,liaoyuke@google.com Change-Id: I7277635d68e55bb26bcb3e3af8d065fea8323521 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2338916Reviewed-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@{#794987}
-