- 25 May, 2020 40 commits
-
-
Andrew Grieve authored
Disabling is no longer necessary after latest R8 roll. It now optimises away extra bridge methods. Bug: 1056299 Change-Id: I85be3b0571500e47fd6f7c2c290c7e4d814086c8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2169754 Commit-Queue: Sam Maier <smaier@chromium.org> Auto-Submit: Andrew Grieve <agrieve@chromium.org> Reviewed-by:
Sam Maier <smaier@chromium.org> Cr-Commit-Position: refs/heads/master@{#771603}
-
Koji Ishii authored
The Canvas [text-preparation-algorithm] requires to run bidi algorithm using |TextDirection|, without |ComputedStyle|. In LayoutNG, |NGBidiParagraph| splits the text into bidi runs and compute bidi levels. This patch changes |NGBidiParagraph| so that Canvas code can use it without |ComputedStyle|. This patch changes |TextMetrics| to use |NGBidiParagraph| to resolve bidi levels, and measur each run. [text-preparation-algorithm]: https://html.spec.whatwg.org/multipage/canvas.html#text-preparation-algorithm Bug: 1010893 Change-Id: I46d8e5e3fd9e76910e86a5be71f9d7247911fbb1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2196086Reviewed-by:
Fernando Serboncini <fserb@chromium.org> Commit-Queue: Koji Ishii <kojii@chromium.org> Cr-Commit-Position: refs/heads/master@{#771602}
-
Koji Ishii authored
Making |NGFragmentItem| not a |DisplayItemClient| has two benefits: 1. Give a persistent |DisplayItemClientId| across multiple layout cycles. 2. Allow making |Vector<NGFragmentItem>| instead of |Vector<scoped_refptr<NGFragmentItem>>|, because a |Vector| of |DisplayItemClient| is not allowed. This change is expected to reduce the memory allocation cost, which is high for text-heavy pages. This patch is only for 1. The work for 2 will be in following patches. Still, this patch improves `blink_perf.paint/ paint-offset-changes` microbenchmark by ~10%: https://pinpoint-dot-chromeperf.appspot.com/job/15b8f60a120000 https://pinpoint-dot-chromeperf.appspot.com/job/14e61bb6120000 and slight positive changes to blink_perf.layout, probably due to simpler paint invalidations: https://pinpoint-dot-chromeperf.appspot.com/job/17d3126c120000 This patch is on top of following foudnation patches: * r770260 <crrev.com/c/2207948> supported |wtf_size_t| for fragment id. * r770637 <crrev.com/c/2209774> added |NGFragment:: FragmentId()|. Bug: 982194 Change-Id: I1cb5e2633bd591723632f1acb0cbb09ab4d77f83 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2208586Reviewed-by:
Xianzhu Wang <wangxianzhu@chromium.org> Reviewed-by:
Yoshifumi Inoue <yosin@chromium.org> Reviewed-by:
Morten Stenshorne <mstensho@chromium.org> Commit-Queue: Koji Ishii <kojii@chromium.org> Cr-Commit-Position: refs/heads/master@{#771601}
-
Xianzhu Wang authored
These tests are still flaky on Win7. Added into NeverFixTests for Win7 because we'll never fix them and we have test coverage on Win10. Bug: 657646 Change-Id: I3f81979ca080807b645a2428f5000d22fc835db1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2209649Reviewed-by:
Chris Hall <chrishall@chromium.org> Commit-Queue: Xianzhu Wang <wangxianzhu@chromium.org> Cr-Commit-Position: refs/heads/master@{#771600}
-
David Bokan authored
Small style cleanup - there should be no behavior difference from this CL. Bug: NONE Change-Id: I532d13df78f7e02e52ae30a0fd05f46528f8ce91 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2213111 Commit-Queue: Navid Zolghadr <nzolghadr@chromium.org> Auto-Submit: David Bokan <bokan@chromium.org> Reviewed-by:
Navid Zolghadr <nzolghadr@chromium.org> Cr-Commit-Position: refs/heads/master@{#771599}
-
W. James MacLean authored
Removing a redundant/repeated boolean expression. TBR=alexmos@chromium.org Bug: n/a Change-Id: I1b64c620412279ca6871710ef0a7a67807cbbb8a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2214902Reviewed-by:
James MacLean <wjmaclean@chromium.org> Commit-Queue: James MacLean <wjmaclean@chromium.org> Cr-Commit-Position: refs/heads/master@{#771598}
-
Antonio Gomes authored
Today, to pass the opener frame when creating a content remote (aka proxy) frame, its routing ID is used. This CL changes it to use the unique base::UnguessableToken instead. Note that it is a step forward toward stopping representing |opener frame| through its routing ID when doing mojo communications between browser <-> renderer. The next CL will move callers of content.mojom.CreateFrameParams.opener_routing_id to also use mojo_base.mojom.UnguessableToken (ie base::UnguessableToken). End goal is the removal of RenderFrameHostManager::GetOpenerRoutingID() altogether. R=avi@chromium.org, dominickn@chromium.org, dtapuska@chromium.org, haraken@chromium.org Bug: 1051144 Change-Id: I1add33224ce7909bac400da13bb3f361335b9dbd Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2209399 Commit-Queue: Antonio Gomes <tonikitoo@igalia.com> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Reviewed-by:
Dominick Ng <dominickn@chromium.org> Reviewed-by:
Avi Drissman <avi@chromium.org> Reviewed-by:
Dave Tapuska <dtapuska@chromium.org> Cr-Commit-Position: refs/heads/master@{#771597}
-
chromium-autoroll authored
Roll Chrome Mac PGO profile from chrome-mac-master-1590407971-3e57b161debb1f13fcdd2d2d0d37a285d980c990.profdata to chrome-mac-master-1590422180-66411a4557786c8add52c855489371af12277b8b.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-mac-chromium Please CC 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:mac-chrome Tbr: jeffyoon@google.com,liaoyuke@google.com Change-Id: I723879d099895d254149466e2a235837472c79ba Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2215269Reviewed-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@{#771596}
-
Marc Treib authored
All Sync data types have been migrated to USS, so the migrator isn't needed anymore. Bug: 1084499 Change-Id: I62c13ae30f686c6670bec826bbf6ecf0bd1978bb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2207384Reviewed-by:
Maksim Moskvitin <mmoskvitin@google.com> Reviewed-by:
Mikel Astiz <mastiz@chromium.org> Commit-Queue: Marc Treib <treib@chromium.org> Cr-Commit-Position: refs/heads/master@{#771595}
-
chromium-autoroll authored
https://chromium.googlesource.com/devtools/devtools-frontend.git/+log/ec8892b5506b..ba95542b7b83 2020-05-25 patrick.brosset@microsoft.com New simple E2E tests for the styles and computed panes 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:1079076 Tbr: devtools-waterfall-sheriff-onduty@grotations.appspotmail.com Change-Id: I690d459b35539efeb57e48a68e68e7ffed86e0f9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2214474Reviewed-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@{#771594}
-
Robert Kroeger authored
media/controls-layout-direction.html pixel tests are failing on Linux/SkiaRenderer with and w/o Vulkan. Suppress. TBR=jonross@chromium.org Bug: 1086181 Change-Id: If289b9ee276fb75691565cfc499c11b5073e2a6f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2214904Reviewed-by:
Robert Kroeger <rjkroege@chromium.org> Reviewed-by:
Jonathan Ross <jonross@chromium.org> Commit-Queue: Robert Kroeger <rjkroege@chromium.org> Auto-Submit: Robert Kroeger <rjkroege@chromium.org> Cr-Commit-Position: refs/heads/master@{#771593}
-
Wez authored
RELR encoding is now enabled by default in the Fuchsia toolchain, but is not fully supported by parts of the Chromium build for Fuchsia x64. Disable packing of dynamic relocation sections other than in Fuchsia ARM64 builds, until the underlying toolchain issue is resolved. Bug: 1086134 Change-Id: I0544e91712860a5d3e4f190d1894686e37b380ca Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2213527 Auto-Submit: Wez <wez@chromium.org> Commit-Queue: Nico Weber <thakis@chromium.org> Reviewed-by:
Nico Weber <thakis@chromium.org> Cr-Commit-Position: refs/heads/master@{#771592}
-
Etienne Bergeron authored
This CL is allowing the registration of PowerObservers before the PowerMonitor is initialized. The PowerMonitor has a PowerSource and a ObserverList. The call to PowerMonitor::Initialize is used to set a PowerSource that will trigger the notifications. It is thus valid to add observers before the power source is set. TBR=miu@chromium.org Bug: 1074332 Change-Id: Ia238b7caf52f80a7de01329908c4979d81341634 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2202877 Commit-Queue: Etienne Bergeron <etienneb@chromium.org> Reviewed-by:
Gabriel Charette <gab@chromium.org> Reviewed-by:
Jonathan Backer <backer@chromium.org> Cr-Commit-Position: refs/heads/master@{#771591}
-
Sebastien Marchand authored
The condition enabling WriteClangProfilingProfile for GpuService is mismatched with the implementation. The implementation is enabled with CLANG_PROFILING_INSIDE_SANDBOX flag while the mojo definition is enabled with use_clang_profiling. The correct flag is CLANG_PROFILING_INSIDE_SANDBOX. Bug: 1071664 Change-Id: I6e23168f76f5fafddeac997f7948823387b356a8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2211911 Commit-Queue: Sébastien Marchand <sebmarchand@chromium.org> Reviewed-by:
kylechar <kylechar@chromium.org> Reviewed-by:
Nasko Oskov <nasko@chromium.org> Auto-Submit: Sébastien Marchand <sebmarchand@chromium.org> Cr-Commit-Position: refs/heads/master@{#771590}
-
Andrew Grieve authored
The assert triggered for M84's TrichromeChromeGoogleSystemStable.apk because it contains a lot of small .so files (for all the DFMs). Bug: None Change-Id: I8855dda1190b063d4b860bb13272527c35d6e1cb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2214905 Auto-Submit: Andrew Grieve <agrieve@chromium.org> Reviewed-by:
Samuel Huang <huangs@chromium.org> Commit-Queue: Samuel Huang <huangs@chromium.org> Cr-Commit-Position: refs/heads/master@{#771589}
-
Dominic Battre authored
This CL introduces conversion methods to convert from one protobuf representation of autofill queries/responses to another. The representations reflect the communication with the legacy autofill server and the new API server. Bug: 1079488 Change-Id: Id32688926ae28a1f7d90b3590b70783a7b201bce Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2207224 Commit-Queue: Dominic Battré <battre@chromium.org> Reviewed-by:
Vincent Boisselle <vincb@google.com> Cr-Commit-Position: refs/heads/master@{#771588}
-
Oleg Davydov authored
This CL combines number of small cosmetic changes: * extensions::InstallationReporter is renamed to extensions::InstallStageTracker as it doesn't report anything by itself, otherwise, different parts of extension installation flow report to it * extensions::InstallationTracker is renamed to extensions::ForceInstalledTracker to reflect what kind of extensions it tracks data of. * extension::InstallationMetrics is renamed to extensions::ForceInstalledMetrics to reflect what kind of extension it reports metrics about. * extensions::ForcedExtensionsInstallationTrackerTest is renamed to extensions::ForceInstalledMetrics test, as it is test for both Tracker and Metrics now, and Metrics class is more specific one. * A couple of unneeded includes are removed. * One stale TODO is removed. * Slightly updated comments to the classes. Bug: 1076159 Change-Id: Ied9252d9277543e8a8d84f67b713cb344d3916d5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2207462 Commit-Queue: Oleg Davydov <burunduk@chromium.org> Reviewed-by:
Sergey Poromov <poromov@chromium.org> Reviewed-by:
Drew Wilson <atwilson@chromium.org> Reviewed-by:
Devlin <rdevlin.cronin@chromium.org> Cr-Commit-Position: refs/heads/master@{#771587}
-
Jochen Eisinger authored
Bug: 873178 Change-Id: I6be227d81ccb236eef4e63b2ea242d6221b49298 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2030950Reviewed-by:
Ted Choc <tedchoc@chromium.org> Commit-Queue: Jochen Eisinger <jochen@chromium.org> Cr-Commit-Position: refs/heads/master@{#771586}
-
Henry Jian authored
Bug: 1056751 Change-Id: Ifbf0eaed0c6a99725893e798df56298768085474 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2194071 Commit-Queue: Henry Jian <hzjian@google.com> Reviewed-by:
Andrew Grieve <agrieve@chromium.org> Cr-Commit-Position: refs/heads/master@{#771585}
-
Jochen Eisinger authored
Bug: 927509 Change-Id: I56ec8b5cf524a4e1d14b29427931802f80d54a3f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2132197Reviewed-by:
Ted Choc <tedchoc@chromium.org> Commit-Queue: Jochen Eisinger <jochen@chromium.org> Cr-Commit-Position: refs/heads/master@{#771584}
-
Juanmi Huertas authored
There were some specific web_test expectations that were giving a false error, while the code was behaving as it should have been behaving in all the other cases (not mac). It probably means that at some point a false expectation was uploaded as rebase, and therefore the rebase was broken, not the actual result. Bug: 995142 Change-Id: I5bc2cd80a4c75f5daa10e61f55808c5aba1118ea Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2171596 Commit-Queue: Juanmi Huertas <juanmihd@chromium.org> Reviewed-by:
Yi Xu <yiyix@chromium.org> Cr-Commit-Position: refs/heads/master@{#771583}
-
Samuel Huang authored
The following Python functions are directly involved in extracting .info files from .aar: * gn_helpers.py: ToGNString(). * aar.py: _IsManifestEmpty(). * aar.py: _CreateInfo(). We wish to port these files to Google3 to enable .info file extraction (while keeping the Chromium versions around for verification). However, these functions produce many Python lint warnings in Google3. This CL fixes these warnings in Chromium first, and improve comments. Change-Id: I2a826f70ac1d15f2f358195327fd0dd3f12db5fc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2213206Reviewed-by:
Andrew Grieve <agrieve@chromium.org> Commit-Queue: Samuel Huang <huangs@chromium.org> Cr-Commit-Position: refs/heads/master@{#771582}
-
Julie Jeongeun Kim authored
This CL replaces the PrintHostMsg_CheckForCancel IPC message with a new CheckForCancel Mojo method in the PrintPreviewUI interface. Bug: 1008939 Change-Id: Ic694b892744387bfc0c4c1232ed4b6a9cb1b6388 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2212181 Commit-Queue: Dave Tapuska <dtapuska@chromium.org> Reviewed-by:
Dave Tapuska <dtapuska@chromium.org> Reviewed-by:
Sam McNally <sammc@chromium.org> Reviewed-by:
Lei Zhang <thestig@chromium.org> Cr-Commit-Position: refs/heads/master@{#771581}
-
Hans Wennborg authored
To make it harder to forget. Bug: none Change-Id: Iecf97569c56383ade299f264ae0946738e91b60b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2214884 Auto-Submit: Hans Wennborg <hans@chromium.org> Commit-Queue: Nico Weber <thakis@chromium.org> Reviewed-by:
Nico Weber <thakis@chromium.org> Cr-Commit-Position: refs/heads/master@{#771580}
-
Marina Ciocea authored
PlatformNotificationServiceBrowserTest.TestShouldDisplayFullscreen is flaky on Linux TSan. Bug: 1086169 Change-Id: I919f57ecbcc586f0368553126e54999c582435c8 TBR: peter@chromium.org Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2214892Reviewed-by:
Marina Ciocea <marinaciocea@chromium.org> Commit-Queue: Marina Ciocea <marinaciocea@chromium.org> Cr-Commit-Position: refs/heads/master@{#771579}
-
Yuki Shiino authored
Calls v8::FunctionTemplate::SetAcceptAnyReceiver(bool) appropriately not only for IDL operations but also IDL attributes (accessor properties). This patch has no behavior change for the current bindings generator, but allows the new bindings generator to control the receiver check. Bug: 839389 Change-Id: Ia7b1817aae46539747d59381cd82c808c5ae5683 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2212113Reviewed-by:
Hitoshi Yoshida <peria@chromium.org> Commit-Queue: Yuki Shiino <yukishiino@chromium.org> Cr-Commit-Position: refs/heads/master@{#771578}
-
Takashi Sakamoto authored
Added CanvasMemoryDumpProvider, made CanvasResourceProvider the provider's client, and implemented OnMemoryDump. Since SkSurface has no interface to provide its memory usage, use SkImageInfo::computeBytesSize when allocating memory(not gpu) SkSurface. Change-Id: I51cc40ab472403bb4a1e22fcae3fc6944a5f5a37 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2143178 Commit-Queue: Takashi Sakamoto <tasak@google.com> Reviewed-by:
Brian White <bcwhite@chromium.org> Reviewed-by:
Steven Holte <holte@chromium.org> Reviewed-by:
ssid <ssid@chromium.org> Reviewed-by:
Erik Chen <erikchen@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Cr-Commit-Position: refs/heads/master@{#771577}
-
Yuki Shiino authored
Bug: 839389 Change-Id: I54aadee2177b0470a76e909581862c8fe90e5706 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2212186Reviewed-by:
Hitoshi Yoshida <peria@chromium.org> Commit-Queue: Yuki Shiino <yukishiino@chromium.org> Cr-Commit-Position: refs/heads/master@{#771576}
-
Jan Krcal authored
This CL adds missing error reporting for the wallet_metadata sync type. This brings it on par with how errors are reported for the wallet_data sync type. Bug: 1080844 Change-Id: I05b4482c41221636bd53713aed14d1d4b9fe04db Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2214888 Commit-Queue: Jan Krcal <jkrcal@chromium.org> Commit-Queue: Rushan Suleymanov <rushans@google.com> Auto-Submit: Jan Krcal <jkrcal@chromium.org> Reviewed-by:
Rushan Suleymanov <rushans@google.com> Cr-Commit-Position: refs/heads/master@{#771575}
-
chromium-autoroll authored
https://chromium.googlesource.com/devtools/devtools-frontend.git/+log/da1f4705f664..ec8892b5506b 2020-05-25 pfaffe@chromium.org Fix RTTI Settings in Symbol Server Build 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: Id69abe033921d4851b0ad45e96dda870f65b03ad Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2214469Reviewed-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@{#771574}
-
Ramin Halavati authored
Profile API is being updated (issue 1033903) and the usage of GetOffTheRecordProfile and HasOffTheRecordProfile without argument is getting deprecated. Use cases of this call that ONLY refer to incognito or guest mode can use [Get/Has]PrimaryOTRProfile() instead. Several tests are updated to use the new API. This CL does NOT change any behavior. Bug: 1060940 Change-Id: Ib64d95598959d77cf05f9c2b3beb8fcd8625d779 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2214388 Auto-Submit: Ramin Halavati <rhalavati@chromium.org> Commit-Queue: Marc Treib <treib@chromium.org> Reviewed-by:
Marc Treib <treib@chromium.org> Cr-Commit-Position: refs/heads/master@{#771573}
-
Dominik Röttsches authored
https://chromium.googlesource.com/external/github.com/harfbuzz/harfbuzz.git/+log/100d40c827eb..e3af529e511c $ git log 100d40c82..e3af529e5 --date=short --no-merges --format='%ad %ae %s' 2020-05-23 ebrahim [meson] update generated headers only when the result is different 2020-05-23 ebrahim [test] run aat APIs in shape fuzzer 2020-05-23 ebrahim [gdef] minor, use dagger in ligature carets fetch 2020-05-23 ebrahim [tests] some more ligature carets tests 2020-02-26 qxliu [subset] GDEF Variation Store: step 2 do subset based on variation indices collected in step 1 2020-02-26 qxliu [subset] GDEF Variation Store: step 1 closure device variation indexes, create old->new variation idx mapping and store them in subset-plan 2020-05-21 vincent.torri Add shell script and cross-compilation file to compile Harfbuzz with meson 2020-05-21 ebrahim [meson] Fix fix_get_types.py shabang, minor format 2020-05-21 ebrahim [meson] Use find_program for locating python script 2020-05-21 ebrahim [meson] Use a c linker for on Windows also 2020-05-21 ebrahim [meson] Normalize options names 2020-05-21 ebrahim [meson] Add build configuration summary just like autotools 2020-05-21 ebrahim [ci] Install newer meson from pip 2020-05-21 ebrahim [meson] Use / instead join_paths 2020-05-21 ebrahim [meson/ci] Increase cmap fuzzer timeout even more 2020-05-21 ebrahim [meson] Increase timeout in hope to resolve Actions' bot timeout 2020-05-21 ebrahim [ci] Increase timeout as gh bot issue isn't resolved by serial test 2020-05-21 ebrahim [ci] Enable sanitizer bots again 2020-05-21 ebrahim [build] State encoding explicitly for hb-version.h.in 2020-05-21 ebrahim [meson] Use subdir_done to simplify test/api/meson.build 2020-05-21 ebrahim [subset] minor, use a better type in iteration 2020-05-21 ebrahim [meson] Unbreak the build, oops 2020-05-21 ebrahim [meson] Don't run subset tests in parallel 2020-05-21 ebrahim [meson][ci] Don't run subset fuzzer test in parallel 2020-05-21 ebrahim [tests] Enable more gid misc calls on draw fuzzer 2020-05-21 ebrahim Fix _get_ligature_caret's oob read issue 2020-05-21 ebrahim [test] Enable tests fixed by 461cd5a which was regressed by b986fea 2020-04-17 qxliu [subset] GSUB5/GPOS7 Contextual Subst/Pos Subtbale Subsetting support 2020-05-21 ebrahim [tests] Add more tests for _get_ligature_carets 2020-05-20 pipcet minor: fix hb_ot_layout_get_ligature_carets 2020-05-17 tim meson: build documentation with gtk-doc 2020-04-21 ebrahim [meson] Generate harfbuzz.cc, hb-version.h and ragel artifacts 2020-05-16 reiter.christoph meson: error out if introspection is enabled but gobject isn't 2020-04-30 corbett.dav Round-trip OpenType tags through BCP 47 2020-05-15 qxliu [subset] don't use << operator in collect_mapping 2020-05-15 ebrahim [docs] minor update on releasing 2020-05-15 ebrahim [meson] increase subset tests timeout 2020-05-14 behdad [util/hb-view] Add --font-extents 2020-04-01 corbett.dav Update IANA Language Subtag Registry to 2020-05-12 2020-04-22 qxliu [subset] Add support for "--gids" option cmap subsetting now retains entries associated with any glyph ids explicitly requested 2020-05-08 qxliu [subset] fix intersects () for Context/ChainContext tables return true only when all values in array are intersected with input 2020-05-12 ebrahim 2.6.6 2020-05-12 ebrahim [RELEASE] minor update 2020-05-11 khaledhosny [blob] Fix build when HAVE_MMAP is not defined 2020-05-11 ebrahim [cff] remove the not used member 2020-05-11 ebrahim [number] minor 2020-05-10 ebrahim [meson] make -subset target dependent to deps to get libm dependency 2020-05-10 ebrahim [number] Make hb_parse_double simpler now that we don't have to mimic strtod 2020-03-25 ebrahim Remove xlocale use now that isn't available in most distros 2020-05-10 ebrahim [meson] Let name_prefix of exported libraries the default 2020-05-10 ebrahim [meson] specify preferred linker to avoid stdc++ linking 2020-05-10 ebrahim [meson] Reenable make check-symbols compatible with gcov 2020-05-08 khaledhosny [docs] Don’t recommend outdated FDO releases pages 2020-05-07 ebrahim [docs] Simplify logo's SVG source, down scale png version 2020-05-07 ebrahim [ci] disable clang-{everthing,*san} bots 2020-05-07 ebrahim Add a not discardable bool type, hb_success_t 2020-05-06 jfkthame [subset] Check vector resize() call for failure (#2389) 2020-03-15 corbett.dav Update to Unicode 13.0.0 2020-04-29 behdad [vowel-constraints] Simplify generated code 2020-04-01 corbett.dav Recognize Elymaic as a right-to-left script 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 Bug: 1071958 Change-Id: I6184f8dc2bbd8ccd1d3a7ac4884f5f86e1766ec8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2214946Reviewed-by:
Koji Ishii <kojii@chromium.org> Commit-Queue: Dominik Röttsches <drott@chromium.org> Cr-Commit-Position: refs/heads/master@{#771572}
-
chromium-autoroll authored
https://webrtc.googlesource.com/src.git/+log/236e0ed83a36..848ea9f0d367 2020-05-25 sprang@webrtc.org Lets PacingController call PacketRouter directly. If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/webrtc-chromium-autoroll Please CC webrtc-chromium-sheriffs-robots@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/master/autoroll/README.md Bug: None Tbr: webrtc-chromium-sheriffs-robots@google.com Change-Id: Ie7d4bc39ce8e8bbb314a90d942c173839939011d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2214467Reviewed-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@{#771571}
-
Stephen McGruer authored
This is symptomatic of crbug.com/1047818, but to stop the pain for sheriffs lets mark it timeout=long for now. TBR=lpz@chromium.org Bug: 1085497 Change-Id: Icc9aade41e95f75c2ceda3378b3cbd6b9dfb0deb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2213407Reviewed-by:
Stephen McGruer <smcgruer@chromium.org> Reviewed-by:
Luke Z <lpz@chromium.org> Commit-Queue: Stephen McGruer <smcgruer@chromium.org> Cr-Commit-Position: refs/heads/master@{#771570}
-
Andrei Salavei authored
Due to code cleanup, |CloudPolicyClient::UploadRealtimeReport| method did not have properly working cancellation logic. Hence after the cancel method call, the corresponding job was keeping running, which could cause to unforceing consequences. Add new cancellable |UploadAppInstallReport| method. Bug: 1061536 Change-Id: Ic6e184d95265b554e788eac27ba6d5e3bbb0ea38 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2207387 Commit-Queue: Andrei Salavei <solovey@google.com> Reviewed-by:
Maksim Ivanov <emaxx@chromium.org> Reviewed-by:
Sergey Poromov <poromov@chromium.org> Cr-Commit-Position: refs/heads/master@{#771569}
-
Victor Hugo Vianna Silva authored
No behavior is changed. This CL introduces a new Polymer behavior responsible for removing a password entry in Settings. In a multi store situation, the behavior would delete all existing versions of the deduplicated entry. The API introduced in crrev.com/c/2199148 for removing batches of passwords is now called, so that undo-ing restores every removed version of the password. <password-list-item> is the only element currently implementing the new RemovePasswordBehavior. Future CLs will extend this behavior to allow choosing which versions to remove, and introduce a new dialog that implements it. Bug: 1049141 Change-Id: Id62eee3dcce3e3a78e4451371a90e324b8095f46 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2209082Reviewed-by:
Jan Wilken Dörrie <jdoerrie@chromium.org> Reviewed-by:
Esmael Elmoslimany <aee@chromium.org> Reviewed-by:
Friedrich [CET] <fhorschig@chromium.org> Commit-Queue: Victor Vianna <victorvianna@google.com> Cr-Commit-Position: refs/heads/master@{#771568}
-
Leszek Swirski authored
Current work on script streaming (specifically, streaming finalization and off-thread code cache deserialization) has made these histograms interesting again. Bug: chromium:1011762, chromium:1075999 Change-Id: I17d7d967bc588b1a27aae0147a364db07bb0dce9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2199138 Commit-Queue: Leszek Swirski <leszeks@chromium.org> Reviewed-by:
Robert Kaplow <rkaplow@chromium.org> Auto-Submit: Leszek Swirski <leszeks@chromium.org> Cr-Commit-Position: refs/heads/master@{#771567}
-
Rune Lillesveen authored
There's no need to use a lot of ink for printing dark even if the user has a dark preference for their screen. Bug: 1084465 Change-Id: Ibac200703c4505ed2838c9d40545041ad9609170 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2214525Reviewed-by:
Anders Hartvoll Ruud <andruud@chromium.org> Commit-Queue: Rune Lillesveen <futhark@chromium.org> Cr-Commit-Position: refs/heads/master@{#771566}
-
Andrew Grieve authored
Bug: None Change-Id: I352d059ef8d4103cf0ceb4a742cbeceda1c85c9c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2212475 Commit-Queue: Andrew Grieve <agrieve@chromium.org> Commit-Queue: Sam Maier <smaier@chromium.org> Auto-Submit: Andrew Grieve <agrieve@chromium.org> Reviewed-by:
Sam Maier <smaier@chromium.org> Cr-Commit-Position: refs/heads/master@{#771565}
-
Roman Sorokin authored
Also removed obsolete 'eula-loading' class. Fixed: 1068250 Change-Id: Ib7f1c08da113ba1af7934e12aee7434611f6e957 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2214528Reviewed-by:
Renato Silva <rrsilva@google.com> Commit-Queue: Roman Sorokin [CET] <rsorokin@chromium.org> Cr-Commit-Position: refs/heads/master@{#771564}
-