- 06 Aug, 2020 40 commits
-
-
Viktor Semeniuk authored
This change adds new entry point from Password Breach dialog to Passwords screen. Password Check will automatically start when page is opened. Mock: https://docs.google.com/presentation/d/1B_Cr6KlWXtjfG7pA1xk5r9vDNtszICNfN3KqH-T30Q0/edit#slide=id.g853bc68e3a_3_598 Bug: 1075494, 1113170 Change-Id: I5693b53c05078961df83f519d3a0175240f8db97 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2320170 Commit-Queue: Viktor Semeniuk <vsemeniuk@google.com> Reviewed-by:
Javier Ernesto Flores Robles <javierrobles@chromium.org> Reviewed-by:
Mark Cogan <marq@chromium.org> Reviewed-by:
Ioana Pandele <ioanap@chromium.org> Reviewed-by:
Gauthier Ambard <gambard@chromium.org> Reviewed-by:
Jan Wilken Dörrie <jdoerrie@chromium.org> Cr-Commit-Position: refs/heads/master@{#795432}
-
Mariam Ali authored
A feature and flag is added to control the menu item for creating an incognito desktop shortcut on Windows. Bug: 1113162 Change-Id: I76e77e018434f4116e09ae8199e7a16a648872c4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2338775 Commit-Queue: Ramin Halavati <rhalavati@chromium.org> Reviewed-by:
Ramin Halavati <rhalavati@chromium.org> Cr-Commit-Position: refs/heads/master@{#795431}
-
Jonathan Mengedoht authored
Bug: 1086141 Change-Id: Ied9a69a6cb27e0f6c966075d6cfe2c07f4f45c57 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2287471 Commit-Queue: Jonathan Mengedoht <mengedoht@google.com> Reviewed-by:
Martin Šrámek <msramek@chromium.org> Reviewed-by:
Jan Wilken Dörrie <jdoerrie@chromium.org> Cr-Commit-Position: refs/heads/master@{#795430}
-
Anders Hartvoll Ruud authored
This function can return the static Variable instance, which is in the process of being removed. This CL moves the offense of potentially accessing the Variable instance to several call-sites, but we have to start somewhere. Each offending call-site is marked with the relevant crbug to make them easy to find in the future. Note that in CSSParserContext::ReportLayoutAnimationsViolationIfNeeded I added a check for kVariable variable instead, since the map of affected CSS properties does not contain the static Variable instance anyway. Bug: 980160 Change-Id: Id506f3c6de34414eb8ddc142f82d3723b1f0a7b3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2339519 Commit-Queue: Anders Hartvoll Ruud <andruud@chromium.org> Reviewed-by:
Rune Lillesveen <futhark@chromium.org> Cr-Commit-Position: refs/heads/master@{#795429}
-
Jérôme Lebel authored
Using the new methods from ChromeIdentityServiceImpl: bool HandleSessionOpenURLContexts(UIScene* scene, NSSet*) void ApplicationDidDiscardSceneSessions(NSSet*) * crrev.com/c/2316308 API declarations * crrev.com/i/3182384 Implementing APIs => crrev.com/c/2317321 Switching code to use the new APIs Fixed: 1103833 Change-Id: I97514ea2c05ea3405e83567a5377c4b92673976d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2317321 Commit-Queue: Jérôme Lebel <jlebel@chromium.org> Reviewed-by:
Mark Cogan <marq@chromium.org> Cr-Commit-Position: refs/heads/master@{#795428}
-
Dominik Röttsches authored
Sheriffs, in case of failures in virtual/text-antialias/mac-system-ui-weight.html on WebKit Mac10.13 (retina), please disable the test on Mac10.13 - for more details, see https://bugs.chromium.org/p/chromium/issues/detail?id=1104846 https://chromium.googlesource.com/external/github.com/harfbuzz/harfbuzz.git/+log/e3af529e511c..cdb7d2b9bc0d $ git log e3af529e5..cdb7d2b9b --date=short --no-merges --format='%ad %ae %s' 2020-08-02 ebrahim [docs] Update README.python.md with meson 2020-08-02 ebrahim [docs] Adopt CONFIG.md with meson 2020-08-02 ebrahim [docs] Remove packagers related part 2020-08-02 ebrahim [ci] Disable Travis CI 2020-08-02 ebrahim [meson] limit check-libstdc++ check to 0.55 2020-07-30 ebrahim [meson] Add darwin versions to library() 2020-07-31 grieger [ENOMEM] check vector status in cmap subsetting. 2020-07-31 grieger [ENOMEM] in GSUB ChainContext subsetting check maps for allocation errors. 2020-07-31 grieger [ENOMEM] Check result of vector resize in CBDT subsetting. 2020-07-31 ebrahim [ci] don't install rustc on linux-ci 2020-07-31 ebrahim [cff] Check for scalars array resize result 2020-07-30 grieger [ENOMEM] popragate packed/packed_map errors to the serializer. Will disable further modifications based on a bad state. 2020-07-30 grieger [ENOMEM] unchecked resize in CFF2. 2020-07-30 grieger [ENOMEM] Fix several instances of not checking resize in CFF. 2020-07-30 grieger [ENOMEM] check for unset current in serializer->length(). 2020-07-30 ebrahim Copy parts of README.md to README 2020-07-30 ebrahim [meson] minor, use null_dep one more place 2020-07-30 ebrahim Remove cmake build files 2020-06-18 ebrahim Add comparison against ttf-parser 2020-07-30 ebrahim [docs] Update TESTING.md with meson 2020-07-29 grieger [ENOMEM] fix memory leak if allocation fails during pop_pack(). 2020-07-29 grieger [ENOMEM] make serializer modification operations no-ops if it's in an error state. 2020-07-30 ebrahim [icu] Remove support for versions older than 49 2020-07-30 ebrahim [icu] Remove useless HB_UNUSED tags 2020-07-30 ebrahim [icu] Remove support of ICU versions before 42 2020-07-29 grieger [ENOMEM] Fix failure to check calloc return. Fixes https://oss-fuzz.com/testcase-detail/6246465148813312. 2020-07-29 grieger [ENOMEM] check resize() return. Fixes https://oss-fuzz.com/testcase-detail/5641892164009984. 2020-07-29 ebrahim [docs] Use untouched result of rsvg-convert for HarfBuzz.svg render 2020-07-29 ebrahim [ci] Install meson's master 2020-07-29 ebrahim minor spacing tweak 2020-07-29 ebrahim minor spacing tweak 2020-07-29 ebrahim minor spacing tweak 2020-07-29 ebrahim [ENOMEM] Fix buffer's content check logic 2020-07-14 ebrahim [fuzz] Implement failing allocator 2020-07-29 ebrahim [glib] Default to glib's script type handling 2020-07-28 grieger [subset] bail out of subsetting if plan allocation fails. 2020-07-27 ebrahim [tests] minor 2020-07-27 ebrahim [tests] Use TTFont of fonttools to avoid temp files 2020-07-26 hamidrezabayat76 Use fonttools's python package instead of cli 2020-07-25 ebrahim [ci] meson-gcc-mingw to crossbuild-win32 2020-07-25 ebrahim [releasing] unbreak the build 2020-07-25 ebrahim [releasing] Use release buildtype 2020-07-25 ebrahim 2.7.0 2020-07-23 razrfalcon Remove unused code from the Khmer shaper. 2020-07-22 ebrahim [meson] Rename 'gtk_doc' option to 'docs' 2020-07-22 ebrahim [ci] Don't run cov-analyze 2020-07-22 ebrahim minor 2020-07-22 ebrahim [fuzz] increase shape fuzzer timeout 2020-07-20 boboniboni [tests] fix PGO build testing 2020-07-20 ebrahim [ci] disable clang nightly installation (...) 2020-06-10 ebrahim [meson] Implement disabled state for cairo/freetype/icu 2020-06-09 nirbheek meson: Export symbols for a DLL when not building statically 2020-06-08 khaledhosny [coretext] Properly check for macOS 10.10 2020-06-06 ebrahim [meson] Remove with_libstdcxx build option 2020-06-05 behdad s/blacklist/blocklist/g 2020-06-05 ebrahim [meson] Add -Bsymbolic-functions 2020-06-02 ebrahim [meson] Make gobject and introspection features automatic 2020-06-05 ebrahim minor, improve the need for graphite comment 2020-06-03 reiter.christoph [meson] Only pass required dependencies to everything 2020-06-04 ebrahim [style] Hide behind HB_EXPERIMENTAL_API compile flag 2020-04-21 ebrahim [style] Adopt with meson 2020-02-08 ebrahim [style] give ptem value when asked for opsz 2019-08-04 ebrahim [style] New experimental API, hb_style_get_value 2020-06-04 ebrahim [meson] fix with_libstdcxx effect 2020-06-04 ebrahim [meson] Update subset tests list from autotools 2020-06-04 ebrahim [ci] fix meson-gcc-mingw bot 2020-06-04 ebrahim [ci] check workability of meson based dist 2020-06-04 ebrahim [ci] Deploy only when there is something to push 2020-06-04 ebrahim [meson] Fix gen-hb-version.py run 2020-06-04 ebrahim [meson] Remove amalgam build option 2020-06-04 ebrahim [ci] Move docs deployment from autotools to meson 2020-06-03 ebrahim [meson] fix gen script input 2020-06-03 ebrahim Use output names in update-unicode-tables.make 2020-06-03 ebrahim 2.6.7 2020-06-02 ebrahim Move unicode tables update script to its own make file 2020-06-02 ebrahim minor, fix hb-version.h generation for out-of-tree builds 2020-06-02 ebrahim minor fixes on src gen scripts 2020-06-01 ebrahim Build win32 artifacts using meson 2020-05-31 ebrahim [tests/aots] move the update script to update.py 2020-05-31 ebrahim [tests/test-rendering-tests] run git pull on correct dir 2020-05-31 ebrahim minor, fix extra dist list 2020-05-31 ebrahim [test/text-rendering-tests] Adopt the update script with meson 2020-05-31 ebrahim [test/text-rendering-tests] Update from upstream 2020-05-31 ebrahim [tests] Port text-rendering-tests update script to python 2020-05-30 ebrahim [meson] Categorize tests using `suite: [...]` 2020-05-30 ebrahim [ci] fix alpine build issue 2020-05-29 ebrahim [tests] Port check scripts to python 2020-05-29 ebrahim [meson] reflect chosen linker update 2020-05-29 ebrahim [meson] minor, find run-tests.py only once 2020-02-18 qxliu [subset] GDEF AttachList subsetting support 2020-05-29 ebrahim minor on python scripts 2020-05-29 ebrahim minor, use py3's open(encoding=) 2020-05-28 ebrahim minor, enable printing to stderr in run-tests.py 2020-05-28 ebrahim minor, use sys.exit print shorthand 2020-05-28 ebrahim minor, move scripts manuals to __doc__ 2020-05-20 qxliu [subset] ChainContext subsetting fix: add lookup index remapping 2020-03-30 simon More strictly follow noun/verb/identifier format for GPOS/GSUB lookups 2020-03-30 simon Reformat kerx/morx instrumentation to 'verb noun identifier' 2020-03-30 simon Add table index to lookup messages 2020-03-30 simon Instrument entering GSUB/GPOS tables Created with: roll-dep src/third_party/harfbuzz-ng/src R=bashi@chromium.org,behdad@chromium.org,bungeman@chromium.org,drott@chromium.org,eae@chromium.org,jshin@chromium.org Change-Id: Ic57afe4b7785219f6c0405fc83c8e90270c26b34 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2339461Reviewed-by:
Koji Ishii <kojii@chromium.org> Commit-Queue: Dominik Röttsches <drott@chromium.org> Cr-Commit-Position: refs/heads/master@{#795427}
-
Tymofii Chudakov authored
Redesigning the content settings pages with radio buttons and new strings, behind this flag. Bug: 1113642 Change-Id: I882f91eca5e353453335838ee7a26188eaa4d780 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2316162 Commit-Queue: Tymofii Chudakov <tchudakov@chromium.org> Reviewed-by:
dpapad <dpapad@chromium.org> Reviewed-by:
Sean Harrison <harrisonsean@chromium.org> Cr-Commit-Position: refs/heads/master@{#795426}
-
Alex Ilin authored
This CL updates ProfileAttributesEntry::GetAvatarIcon() to return a colored person outline icon for users with placeholder (=default) avatars. Bug: 1100835 Change-Id: I49c19e4af24da82e48161b4b2d609ede69b3eead Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2287314 Commit-Queue: Alex Ilin <alexilin@chromium.org> Reviewed-by:
Evan Stade <estade@chromium.org> Reviewed-by:
David Roger <droger@chromium.org> Auto-Submit: Jan Krcal <jkrcal@chromium.org> Cr-Commit-Position: refs/heads/master@{#795425}
-
Mugdha Lakhani authored
PrerenderManager was componentized here: https://chromium-review.googlesource.com/c/chromium/src/+/2332194 but two files in chrome/bowser got left behind due to a rebase. This simply deletes these files that aren't being used anymore. Bug: 1096088 Change-Id: I7488220900c3bdda89b9bbcf4758c24ef9625ee1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2339554 Auto-Submit: Mugdha Lakhani <nator@chromium.org> Reviewed-by:
Ryan Sturm <ryansturm@chromium.org> Commit-Queue: Mugdha Lakhani <nator@chromium.org> Cr-Commit-Position: refs/heads/master@{#795424}
-
chromium-autoroll authored
https://android.googlesource.com/platform/external/perfetto.git/+log/dcb6f8084e45..5d9552ef6987 2020-08-06 treehugger-gerrit@google.com Merge "Add no-op heapprofd client." 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: Ie141928dbe83340b5a2c73d52fb456fc1ad08eb2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2340477Reviewed-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@{#795423}
-
Anders Hartvoll Ruud authored
Previously, a StyleRuleScrollTimeline would produce a ScrollTimeline directly. This CL introduces CSSScrollTimelineOptions as an intermediate between the two. On its own, this is not terribly useful, but it will become useful in the future when we implement support for dynamically changing @scroll-timeline rules. We'd create *two* CSSScrollTimelineOptions instances: one from the updated @scroll-timeline rule, and one from the current ScrollTimeline of the running animation. Given those two CSSScrollTimelineOptions instances, we can then compare them for equality, and either do nothing if they are equal, or create and set a new ScrollTimeline if they are not. Bug: 1074052 Change-Id: Ic3c26beda1dc297a4f8e6c168fa3750f8a0c040b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2332599 Commit-Queue: Anders Hartvoll Ruud <andruud@chromium.org> Reviewed-by:
Kevin Ellis <kevers@chromium.org> Cr-Commit-Position: refs/heads/master@{#795422}
-
chromium-autoroll authored
https://chromium.googlesource.com/devtools/devtools-frontend.git/+log/d3b495fd53af..4d2e095852b7 2020-08-06 sadym@chromium.org e2e tests for Idle Emulation 2020-08-06 jacktfranklin@chromium.org Component bridges: support interface inheritance 2020-08-06 wolfi@chromium.org Update CDP 2020-08-06 sigurds@chromium.org Revert "Eliminate initial timeout in waitForFunction" 2020-08-06 szuend@chromium.org [unittest] Add 'Settings' helper to set up settings storage 2020-08-06 szuend@chromium.org [issues] Re-introduce issues tab toolbar and third-party checkbox 2020-08-06 sigurds@chromium.org Remove reload banner in the issues tab 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:1072335,chromium:1080589,chromium:1090802,chromium:1107766,chromium:1112692 Tbr: devtools-waterfall-sheriff-onduty@grotations.appspotmail.com Change-Id: I5f202edaed6a2089d8c1ce27a2fee231ad2b1943 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2340478Reviewed-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@{#795421}
-
Anastasiia N authored
In "Add account" flow "Next" button is currently displayed by Gaia, inside the webview, but "Back" button is displayed by us. Since "GaiaActionButtons" feature in OOBE is enabled by default, we will display native action buttons in "Add account" (Chrome OS only) and "Add EDU account" flows too. Add "gaia-action-buttons" component and use "setPrimaryActionLabel", "setSecondaryActionLabel" etc. events to show navigation buttons. Bug: 1031534 Change-Id: Ibe89fe719362e17fe32e194e5913d733e3f4995b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2279817Reviewed-by:
Rebekah Potter <rbpotter@chromium.org> Commit-Queue: Anastasiia N <anastasiian@chromium.org> Cr-Commit-Position: refs/heads/master@{#795420}
-
Viktor Semeniuk authored
This change adds sorting of compromised credentials and unit tests to the mediator. Bug: 1075494 Change-Id: I81d17eb1c80a4310be95c658c58fbcd17e4f8d83 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2339475 Commit-Queue: Viktor Semeniuk <vsemeniuk@google.com> Reviewed-by:
Gauthier Ambard <gambard@chromium.org> Cr-Commit-Position: refs/heads/master@{#795419}
-
Yoshifumi Inoue authored
This patch changes |MaxSizeFromMinSize::ComputeFromMinSize()| to avoid checking equality when line width calculation is saturated. Note: This CL is similar to the CL[1] which dose same thing in |NGLineBreaker|. [1] http://crrev.com/c/Make NGLineBreaker::ComputeLineLocation() to avoid DCHECK() when line width calculation saturated Bug: 1112560 Change-Id: I1e1cc1135412cebfc2e2c3cf635dc08fe19578a6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2340843 Auto-Submit: Yoshifumi Inoue <yosin@chromium.org> Commit-Queue: Koji Ishii <kojii@chromium.org> Reviewed-by:
Koji Ishii <kojii@chromium.org> Cr-Commit-Position: refs/heads/master@{#795418}
-
Emanuel Ziegler authored
Use V8's event-based metric collection to provide a recorder for UKM events for Wasm. Design doc: https://docs.google.com/document/d/1vCZQCh4B05isqwJOwTPv7WqcnVp4KJITMgsHSBg35ZI/ UKM collection review: https://docs.google.com/document/d/1Lkop99UNkA754knShPin9uP9kZJExwPXRy1jdj5IZjQ/ Bug: chromium:1101749 Bug: chromium:1092417 R=ulan@chromium.org R=haraken@chromium.org R=rkaplow@chromium.org Change-Id: I48f8c272ba4a3305145710fb3068bf3d5c4273be Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2288561 Commit-Queue: Emanuel Ziegler <ecmziegler@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Reviewed-by:
Robert Kaplow <rkaplow@chromium.org> Reviewed-by:
Ulan Degenbaev <ulan@chromium.org> Cr-Commit-Position: refs/heads/master@{#795417}
-
Koji Ishii authored
This patch: * Adds more DCHECKs where we're not operating post-layout fragments. * They actually hit in tests, this patch fixes: - NGPhysicalBoxFragment::ScrollableOverflowFromChildren - NGPhysicalContainerFragment::AddScrollableOverflowForInlineChild Bug: 965639 Change-Id: Ia2d5eeb7b78b2d2a3d8aa3d162fe6a6cca2a461f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2339699Reviewed-by:
Kent Tamura <tkent@chromium.org> Reviewed-by:
Yoshifumi Inoue <yosin@chromium.org> Commit-Queue: Koji Ishii <kojii@chromium.org> Cr-Commit-Position: refs/heads/master@{#795416}
-
chromium-autoroll authored
https://chromium.googlesource.com/angle/angle.git/+log/bedac4f06b5c..b3545b42a10a 2020-08-06 timvp@google.com Get storage buffers/images from ProgramExecutable 2020-08-06 syoussefi@chromium.org Vulkan: Fix ImageHelper's move constructor 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 Test: Test: SimpleStateChangeTestES31.InvalidateThenStorageWriteThenBlendPpoTest: Test: VertexAttributeTestES31.UsePpoComputeShaderToUpdateVertexBuffer Change-Id: Iaa1f7699d1535ef36aba9409c6259e759d59ee0c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2340933Reviewed-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@{#795415}
-
Pâris MEULEMAN authored
Follow up on [1] adding the same-origin version of the test. I.e. the first document of the popup is same-origin instead of cross-origin. 1: https://chromium-review.googlesource.com/c/chromium/src/+/2332260 Change-Id: I30a187b2c6a943abe44c5e3cff4e95ea36f5fccd Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2338874 Commit-Queue: Pâris Meuleman <pmeuleman@chromium.org> Auto-Submit: Pâris Meuleman <pmeuleman@chromium.org> Reviewed-by:
Arthur Sonzogni <arthursonzogni@chromium.org> Reviewed-by:
Camille Lamy <clamy@chromium.org> Cr-Commit-Position: refs/heads/master@{#795414}
-
Ioana Pandele authored
This CL adds - the ability to start/stop the check - check status update - compromised credentials change message to the UI - saved passwords fetched call for the UI (this is used by safety check) The list of compromised credentials as well as check progress updates will be added in the next CLs. Bug: 1102025, 1092444 Change-Id: I3ad9af201d2158f956479a76b9ca8c184a05d397 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2333845 Commit-Queue: Ioana Pandele <ioanap@chromium.org> Reviewed-by:
Friedrich [CET] <fhorschig@chromium.org> Reviewed-by:
Jan Wilken Dörrie <jdoerrie@chromium.org> Cr-Commit-Position: refs/heads/master@{#795413}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/f7f6b8b6f018..3a560b36ad16 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 fernandex@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: fernandex@google.com Change-Id: I415a16c1742858293cd4dccebb7a02d1f04c8e61 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2340574Reviewed-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@{#795412}
-
Xida Chen authored
This reverts commit d6905eb4. Reason for revert: Per offline discussion with sadrul@ and flackr@, will limit this change to universal tracker. Original change's description: > Change to report the throughput metrics every 1 seconds > > After compared with interval of reporting the throughput metrics every > 1 second and 5 seconds, we found out that 1 second is closer to the real > data, so we decide to change to the interval to 1 second. > > Bug: 1040634 > Change-Id: I94527a45ffe390fc6d44a2430f52dcb2346d6cbe > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2332978 > Reviewed-by: Xida Chen <xidachen@chromium.org> > Reviewed-by: Robert Flack <flackr@chromium.org> > Commit-Queue: Lan Wei <lanwei@chromium.org> > Cr-Commit-Position: refs/heads/master@{#795132} TBR=flackr@chromium.org,lanwei@chromium.org,xidachen@chromium.org Change-Id: Ic6ed30890891a59b02fff03cf9d80189a8b14a59 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 1040634 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2340983Reviewed-by:
Xida Chen <xidachen@chromium.org> Commit-Queue: Xida Chen <xidachen@chromium.org> Cr-Commit-Position: refs/heads/master@{#795411}
-
v8-ci-autoroll-builder authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/4f52dde7..351fdfe7 Please follow these instructions for assigning/CC'ing issues: https://v8.dev/docs/triage-issues Please close rolling in case of a roll revert: https://v8-roll.appspot.com/ This only works with a Google account. CQ_INCLUDE_TRYBOTS=luci.chromium.try:linux-blink-rel CQ_INCLUDE_TRYBOTS=luci.chromium.try:linux_optional_gpu_tests_rel CQ_INCLUDE_TRYBOTS=luci.chromium.try:mac_optional_gpu_tests_rel CQ_INCLUDE_TRYBOTS=luci.chromium.try:win_optional_gpu_tests_rel CQ_INCLUDE_TRYBOTS=luci.chromium.try:android_optional_gpu_tests_rel TBR=hablich@chromium.org,vahl@chromium.org,v8-waterfall-sheriff@grotations.appspotmail.com Change-Id: I8cb6b17de69c96b44145019992c01073d2b55966 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2340982Reviewed-by:
v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> Commit-Queue: v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#795410}
-
Mohamed Amir Yosef authored
This CL checks body_container_ for nullness. body_container_ could be null if there are only footer items. Bug: 1113255,1108181 Change-Id: I9ed145c1d18baf8b13deab8c44cc510b3bb781eb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2339479 Commit-Queue: Mohamed Amir Yosef <mamir@chromium.org> Reviewed-by:
Evan Stade <estade@chromium.org> Cr-Commit-Position: refs/heads/master@{#795409}
-
Robbie Gibson authored
Before, this happened by default. However, this was confusing, so now there are two separate flags, so zoom can be enabled without changing the default zoom level. Bug: 1113270 Change-Id: I34e340c585c5ccccdfd278d96c21a53510b6a234 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2339482 Commit-Queue: Robbie Gibson <rkgibson@google.com> Reviewed-by:
Rohit Rao <rohitrao@chromium.org> Cr-Commit-Position: refs/heads/master@{#795408}
-
Hiroki Nakagawa authored
Bug: 1086227 Change-Id: I7021ac08ce08e6ce1ddae766a362c76b8c296851 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2339496 Commit-Queue: Hiroki Nakagawa <nhiroki@chromium.org> Reviewed-by:
Mark Pearson <mpearson@chromium.org> Reviewed-by:
Dominic Farolino <dom@chromium.org> Reviewed-by:
Sophie Chang <sophiechang@chromium.org> Reviewed-by:
Matt Falkenhagen <falken@chromium.org> Cr-Commit-Position: refs/heads/master@{#795407}
-
Ricky Liang authored
There are some devices with camera sensors of non-zero physical orientation. For these devices, we still have to rotate the camera frames to compensate for the sensor orientation if we disable pre-rotation in the video capture stack. Otherwise, the video recorded in the camera app will have wrong orientation because we don't rotate the frames at all on the video stack. Bug: 990682 Test: Manually on Nocturne Change-Id: Iba471e318f6d15770491b5677769e5d6c5d1c241 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2335849 Commit-Queue: Ricky Liang <jcliang@chromium.org> Reviewed-by:
Wei Lee <wtlee@chromium.org> Cr-Commit-Position: refs/heads/master@{#795406}
-
Anders Hartvoll Ruud authored
In CSSPropertyValue/CSSPropertyValueMetadata, we're (for custom properties) storing a pointer to the static Variable instance, and transporting the real name of the custom property in the value part of the CSSPropertyValue. These are both concepts that I want to remove (see bugs for details), and this CL is a step towards doing that. The two most important changes here are: - In css_parser_impl.cc, notice that the call to GetCSSPropertyVariable() has been removed, and we pass the actual name instead. - In css_property_value_set.cc, notice that the function CSSPropertyValueSet::PropertyReference::Name() no longer digs out the name from the value for custom properties, but accesses the "natively" stored name in the metadata (see header file). All other changes in this CL should be relatively uninteresting: they're just adjustments that follow from now taking a CSSPropertyName in the CSSPropertyValue constructor. The sizeof(CSSPropertyValueMetadata) should not increase, since the CSSPropertyName is stored "unpacked" such that the property ID can be stored as a bitfield. Bug: 980160, 1112291 Change-Id: I3dd1e0edac5d07d6a2a8c4a8057b95954a131711 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2339419Reviewed-by:
Rune Lillesveen <futhark@chromium.org> Commit-Queue: Anders Hartvoll Ruud <andruud@chromium.org> Cr-Commit-Position: refs/heads/master@{#795405}
-
Hiroshige Hayashizaki authored
To unify WorkerOrWorkletScriptController entry point, this CL - Renames WorkerOrWorkletScriptController::Evaluate() to EvaluateAndReturnValue(), - Makes it (and EvaluateInternal()) return v8::Local<v8::Value>, - Moves ScriptState::Scope to callers of EvaluateAndReturnValue(), and - Merges EvaluateAndReturnValueForTest() to EvaluateAndReturnValue(). This CL doesn't change the non-test behavior. This CL changes EvaluateAndReturnValue() behavior in tests: Previously, for EvaluateAndReturnValueForTest(ScriptSourceCode("someJavaScriptValue")), when `someJavaScriptValue` is evaluated to `undefined`, EvaluateAndReturnValueForTest() returned an empty ScriptValue(). After this CL, EvaluateAndReturnValue() returns a v8::Local<v8::Value> representing `undefined`, not an empty v8::Local<v8::Value>. However, this doesn't affect observable test behavior (`undefined` is not expected anyway in existing tests). Bug: 1111134 Change-Id: If4a319d1fce2a69a4f39d7ab611ebc6ea0d9f957 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2331999 Commit-Queue: Hiroshige Hayashizaki <hiroshige@chromium.org> Reviewed-by:
Dominic Farolino <dom@chromium.org> Reviewed-by:
Kenichi Ishibashi <bashi@chromium.org> Reviewed-by:
Hiroki Nakagawa <nhiroki@chromium.org> Cr-Commit-Position: refs/heads/master@{#795404}
-
Alex Rudenko authored
With the new StyleEngine API for getting cascaded CSS values[1], previously introduced InspectorCSSCascade is not needed anymore. This CL renames it to InspectorStyleResolver and its responsibility is to resolve styles for elements as required by the InspectorCSSAgent. The new StyleEngine API is used by InspectorHighlight directly because it's independent from the logic required for InspectorCSSAgent. [1]: https://crrev.com/c/2324423 Bug: 1108356 Change-Id: Ib14e09a41f35356bac7a84045c71579debd31134 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2340043Reviewed-by:
Anders Hartvoll Ruud <andruud@chromium.org> Reviewed-by:
Rune Lillesveen <futhark@chromium.org> Commit-Queue: Alex Rudenko <alexrudenko@chromium.org> Cr-Commit-Position: refs/heads/master@{#795403}
-
chromium-autoroll authored
https://chromium.googlesource.com/external/github.com/KhronosGroup/glslang/+log/695e1de8318d..b60e067b4374 2020-08-06 john@johnkgo.com SPV: Fix #1829: don't emit OpModuleProcessed use-storage-buffer If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/glslang-chromium-autoroll Please CC radial-bots+chrome-roll@google.com,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_angle_vk32_deqp_rel_ng;luci.chromium.try:android_angle_vk32_rel_ng;luci.chromium.try:android_angle_vk64_deqp_rel_ng;luci.chromium.try:android_angle_vk64_rel_ng;luci.chromium.try:linux_angle_deqp_rel_ng;luci.chromium.try:linux-angle-rel;luci.chromium.try:win-angle-rel-32;luci.chromium.try:win-angle-rel-64;luci.chromium.try:win-angle-deqp-rel-32;luci.chromium.try:win-angle-deqp-rel-64 Tbr: radial-bots+chrome-roll@google.com,geofflang@google.com Change-Id: Icd46a0cc55a910b36439ae5bb3e0b0299d34e4f1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2340930Reviewed-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@{#795402}
-
Ana-Cosmina Popescu authored
Bug: 1095605 Change-Id: Ic09d3f0fcc098ab1b19b9a09eba33a7de0e10ef5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2332579 Commit-Queue: Ana-Cosmina Popescu <anacosmina@google.com> Reviewed-by:
Christos Froussios <cfroussios@chromium.org> Reviewed-by:
Maxim Kolosovskiy <kolos@chromium.org> Cr-Commit-Position: refs/heads/master@{#795401}
-
Alice Wang authored
This CL adds an access point to AccountPickerCoordinator so that we can separate the where the account picker is initiated in order to set it up in different ways. We also removed the |Go incognito mode| row in the account picker dialog used in Settings > |Turn on Sync?|. Bug: 1093795 Change-Id: Ie2823b296a4d6574560811b60e4059ddb52dd889 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2303390Reviewed-by:
Boris Sazonov <bsazonov@chromium.org> Commit-Queue: Alice Wang <aliceywang@chromium.org> Cr-Commit-Position: refs/heads/master@{#795400}
-
Monica Basta authored
Screenshot: https://drive.google.com/file/d/1Sj_NH5SekuGy-XEQa-rAcbJua-CEyC5x/view?usp=sharing Bug: 1063856 Change-Id: I2e553c6891a3ca3e7bf74db17bcca671c8fe8353 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2339420 Commit-Queue: Monica Basta <msalama@chromium.org> Reviewed-by:
Esmael Elmoslimany <aee@chromium.org> Cr-Commit-Position: refs/heads/master@{#795399}
-
Monica Basta authored
Screenshot: https://drive.google.com/file/d/1Dzm0pf53Dt8vpupSamZnmApXmWRAPhoY/view?usp=sharing https://drive.google.com/file/d/13uoDJZewRqDM5PE9cUoWtFXUFy1E1mIY/view?usp=sharing Bug: 1063856 Change-Id: I2cbaa99ac61ea87ce1caa7a58952b7437f388769 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2339486Reviewed-by:
Esmael Elmoslimany <aee@chromium.org> Commit-Queue: Monica Basta <msalama@chromium.org> Cr-Commit-Position: refs/heads/master@{#795398}
-
Internal Frameworks Autoroller authored
TBR=bling-team@google.com Change-Id: Ib94f4ea3ef1372a613beeee1983789a8e3075612 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2340850Reviewed-by:
Internal Frameworks Autoroller <bling-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> Commit-Queue: Internal Frameworks Autoroller <bling-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#795397}
-
Eric Seckler authored
This is a reland of 50136be2 Disabling the test on non-Android. We only care about this on Android at the moment. linux-trusty-rel also seems to fail on sched_setaffinity, likely a limitation of the host. Original change's description: > Reland "base: Add API to restrict thread affinity to little cores on Android" > > This is a reland of 027aa92e > > Relanding but disabling test on CrOS devices (some of our CrOS devices > seem to have asymmetric CPUs that aren't covered by the test). > > Original change's description: > > base: Add API to restrict thread affinity to little cores on Android > > > > 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} > > TBR: dcheng@chromium.org > Bug: 1111789 > Change-Id: I59315ec0e9a1727986278a04fa5bde409143dfb5 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2339416 > Reviewed-by: Eric Seckler <eseckler@chromium.org> > Reviewed-by: Sami Kyöstilä <skyostil@chromium.org> > Auto-Submit: Eric Seckler <eseckler@chromium.org> > Commit-Queue: Sami Kyöstilä <skyostil@chromium.org> > Commit-Queue: Eric Seckler <eseckler@chromium.org> > Cr-Commit-Position: refs/heads/master@{#795126} TBR: dcheng@chromium.org Bug: 1111789 Change-Id: I0c9770f2e0c7d5b8caba9432e55c5f3ebe198322 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2339342Reviewed-by:
Eric Seckler <eseckler@chromium.org> Reviewed-by:
Sami Kyöstilä <skyostil@chromium.org> Auto-Submit: Eric Seckler <eseckler@chromium.org> Commit-Queue: Sami Kyöstilä <skyostil@chromium.org> Cr-Commit-Position: refs/heads/master@{#795396}
-
Anders Hartvoll Ruud authored
In order to update a CSSAnimation when an associated @scroll-timeline changes, we'll need to be able to detect whether or not scroll offsets changed. This CL prepares for that. Bug: 1074052 Change-Id: I6059062499e4d7893db413908083d41fae5ac2b8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2332598 Commit-Queue: Anders Hartvoll Ruud <andruud@chromium.org> Reviewed-by:
Kevin Ellis <kevers@chromium.org> Cr-Commit-Position: refs/heads/master@{#795395}
-
chromium-autoroll authored
https://chromium.googlesource.com/devtools/devtools-frontend.git/+log/dbbc1ffe9924..d3b495fd53af 2020-08-06 devtools-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com Update DevTools Chromium 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: Id69a8e9dc885dc0af55f45ff5fb979a1cc48fc0d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2340928Reviewed-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@{#795394}
-
Jose Dapena Paz authored
Build with libstdc++ fails: ../../base/cpu.h:93:15: error: ‘vector’ in namespace ‘std’ does not name a template type 93 | static std::vector<CoreType> GuessCoreTypes(); Bug: 957519 Change-Id: I83808e1714146c6fa1dbefea205620c600b32e48 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2339339Reviewed-by:
Wez <wez@chromium.org> Commit-Queue: José Dapena Paz <jdapena@igalia.com> Cr-Commit-Position: refs/heads/master@{#795393}
-