- 18 Nov, 2020 40 commits
-
-
Alex Newcomer authored
It should exist, and we assume that it exists. I'm not sure how it would not exist, but return in this case to avoid a crash. Bug: 1138665 Change-Id: I7a667f4e3744f7f5bb580139962b92860f763d5d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2546853Reviewed-by:
Andrew Xu <andrewxu@chromium.org> Commit-Queue: Alex Newcomer <newcomer@chromium.org> Auto-Submit: Alex Newcomer <newcomer@chromium.org> Cr-Commit-Position: refs/heads/master@{#828924}
-
Kartik Hegde authored
To facillate testing in classes that use the UdpProber, create an abstract UdpProber. Tests can derive from this abstract UdpProber class. BUG=b/172994051 TEST=unit_tests --gtest_filter=UdpProberWithFakeNetworkContextTest.* Change-Id: Ibdfba9690e996e211f1db85888f66fe15f24c75e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2545047 Commit-Queue: Kartik Hegde <khegde@chromium.org> Reviewed-by:
Steven Bennetts <stevenjb@chromium.org> Cr-Commit-Position: refs/heads/master@{#828923}
-
Brian Geffon authored
When we added support for versioned message we accidentally introduced a behavior where messages can be shorter than expected. This is what the behavior should be to allow older messages to be received. However, we know the minimum size is the oldest message version. We should never be allowed to go smaller than that. This second attempt will explicitly shutdown the channel in the test to avoid a UAF on Mac. BUG=chromium:1149805 Change-Id: I0a1daaf69db7ca74963803f8a92c31bfea3aa0df Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2547479 Auto-Submit: Brian Geffon <bgeffon@chromium.org> Reviewed-by:
Ken Rockot <rockot@google.com> Commit-Queue: Brian Geffon <bgeffon@chromium.org> Cr-Commit-Position: refs/heads/master@{#828922}
-
Anthony Vallee-Dubois authored
Bug: 1150509 Change-Id: If67fb599658b610c25498ebd8967dc4997314033 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2546996Reviewed-by:
Owen Min <zmin@chromium.org> Commit-Queue: anthonyvd <anthonyvd@chromium.org> Cr-Commit-Position: refs/heads/master@{#828921}
-
Dale Curtis authored
We haven't seen any usage of xHE-AAC yet, so extend the histogram to ensure we have the data for making support plans. Fixed: 1140052 Change-Id: Iec7df9916f216e9e2897f0916587c8f548cadf72 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2543182 Auto-Submit: Dale Curtis <dalecurtis@chromium.org> Reviewed-by:
Caitlin Fischer <caitlinfischer@google.com> Commit-Queue: Dale Curtis <dalecurtis@chromium.org> Cr-Commit-Position: refs/heads/master@{#828920}
-
Henrique Nakashima authored
Bug: 1109013 Change-Id: I20b526652fb2a9134a472b885d49613d4acf2b33 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2511729 Commit-Queue: Henrique Nakashima <hnakashima@chromium.org> Reviewed-by:
David Trainor <dtrainor@chromium.org> Cr-Commit-Position: refs/heads/master@{#828919}
-
Chromium WPT Sync authored
Using wpt-import in Chromium 28f2d530. 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: foolip@chromium.org, lpz@chromium.org, robertma@chromium.org: external/wpt/tools NOAUTOREVERT=true TBR=smcgruer@google.com No-Export: true Cq-Include-Trybots: luci.chromium.try:linux-wpt-identity-fyi-rel,linux-wpt-payments-fyi-rel Change-Id: I1a4d887d25225f3525ba0eddb1c7fcfc8adca97e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2547267Reviewed-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@{#828918}
-
Koji Ishii authored
This reverts commit 729ad65d. Reason for revert: The Mac10.13 Tests (dbg) bot still fails, but external/wpt/html/semantics/tabular-data/processing-model-1/span-limits.html is not failing before this revert. The waterfall from the previous (r828600): https://ci.chromium.org/p/chromium/builders/ci/Mac10.13%20Tests%20(dbg)/20759 Original change's description: > Revert "Move OutlineRectsShouldIncludeBlockVisualOverflow to ComputedStyle" > > This reverts commit 706526c7. > > Reason for revert: Speculative reverting this for failures in external/wpt/html/semantics/tabular-data/processing-model-1/span-limits.html on Mac10.13 Tests (dbg) bot. > > Since this file touches things related to span before the first failure. > > Original change's description: > > Move OutlineRectsShouldIncludeBlockVisualOverflow to ComputedStyle > > > > Moving to |ComputedStyle| has following benefits: > > * Reduces the usage of |LayoutObject| in NG code. > > * Uses first-line style correctly when we have > > |NGPhysicalFragment|. > > > > This patch has no behavior changes. > > > > Bug: 1145048 > > Change-Id: If1298087754286e7a5ec1935fc1ba52d1298770f > > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2536585 > > Reviewed-by: Aleks Totic <atotic@chromium.org> > > Commit-Queue: Koji Ishii <kojii@chromium.org> > > Cr-Commit-Position: refs/heads/master@{#827948} > > TBR=kojii@chromium.org,atotic@chromium.org > > # Not skipping CQ checks because original CL landed > 1 day ago. > > Bug: 1145048 > Change-Id: I7473ebbce84f5a8496674de250eee9f306bca815 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2545852 > Reviewed-by: Jiewei Qian <qjw@chromium.org> > Commit-Queue: Jiewei Qian <qjw@chromium.org> > Cr-Commit-Position: refs/heads/master@{#828601} TBR=kojii@chromium.org,atotic@chromium.org,qjw@chromium.org Bug: 1145048 Change-Id: I182d7ef40bbba12e67ecc298c7ae61317f1f7d60 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2547740 Commit-Queue: Koji Ishii <kojii@chromium.org> Reviewed-by:
Aleks Totic <atotic@chromium.org> Reviewed-by:
Koji Ishii <kojii@chromium.org> Cr-Commit-Position: refs/heads/master@{#828917}
-
Sammie Quon authored
Enabling also exposed a DCHECK where the throughput tracker was being Stopped when it was not started. This was previously missed, because manual testing was all done on a device, where DCHECKs were disabled. Bug: 1148923 Test: none Change-Id: I9c9236f04da072e0a63eb118db0969716a71ffdd Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2537131 Commit-Queue: Sammie Quon <sammiequon@chromium.org> Reviewed-by:
Ahmed Fakhry <afakhry@chromium.org> Cr-Commit-Position: refs/heads/master@{#828916}
-
Leonid Baraz authored
Instead of allocating MAX_BUFFER_SIZE always. Also, fix an error in metadata restore: open existing metadata file with actual size instead of 0. Bug: b:157943192 Change-Id: Ie59927e245c5f9f1bf75064f37f5f6a0996ab071 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2547433Reviewed-by:
Zach Trudo <zatrudo@google.com> Commit-Queue: Leonid Baraz <lbaraz@chromium.org> Cr-Commit-Position: refs/heads/master@{#828915}
-
Nico Weber authored
As of the clang roll in https://crbug.com/1149189, clang-cl understands this flag directly. Bug: 1139129 Change-Id: I5f484d259f48855967a1715e87d2f704826ceacd Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2547122 Commit-Queue: Matthew Denton <mpdenton@chromium.org> Reviewed-by:
Matthew Denton <mpdenton@chromium.org> Auto-Submit: Nico Weber <thakis@chromium.org> Cr-Commit-Position: refs/heads/master@{#828914}
-
Xi Han authored
When Instant Start is enabled, the calculateButtonData() is called pre-native and early exits without calling the IdentityDiscController#ensureProfileDataCache(). As a result, the IdentityDiscController misses the event of the onProfileDataUpdated() and thus doesn't notify its observer StartSurfaceToolbarMediator to update the visibility of the identity disc button. To fix the issue, we call notifyObservers(true) in setProfile() when the Profile is created. It will notify the Start surface which calls IdentityDiscController#getForStartSurface() to create a ProfileDataCache if hasn't yet and listen to the event when Profile is updated. Bug: 1137535 Change-Id: I187ab8734144d61ae0a2eff761494792594e7b21 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2547200 Commit-Queue: Xi Han <hanxi@chromium.org> Reviewed-by:
Pavel Yatsuk <pavely@chromium.org> Cr-Commit-Position: refs/heads/master@{#828913}
-
Jesse Schettler authored
Display scanned images when a scan is complete. Bug: 1059779 Change-Id: I1341ece7bc7043ad34ba527dcbdec111563e23a3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2545293 Commit-Queue: Jesse Schettler <jschettler@chromium.org> Reviewed-by:
Zentaro Kavanagh <zentaro@chromium.org> Cr-Commit-Position: refs/heads/master@{#828912}
-
Ian Struiksma authored
For many Autofill and Password Manager tests, the path to getting them running on Android will require access to Profile from a source other than browser()-profile(). Adding a method here that follows how content::WebContents is accessed. Bug: 1127019 Change-Id: I160d6bbc5d0d9437d9a8baef0075ed7566db4425 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2536552Reviewed-by:
danakj <danakj@chromium.org> Reviewed-by:
Ted Choc <tedchoc@chromium.org> Reviewed-by:
Scott Violet <sky@chromium.org> Commit-Queue: Ian Struiksma <ianstruiksma@google.com> Cr-Commit-Position: refs/heads/master@{#828911}
-
Keishi Hattori authored
Exclude MemoryDumpProvider::name from rewrite_raw_ptr_fields because it is used inside a TRACE macro. Bug: 1073933 Change-Id: I03a3d5460242f99fc668fb6a2ae67c4ab463bc4e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2545582Reviewed-by:
Łukasz Anforowicz <lukasza@chromium.org> Reviewed-by:
Bartek Nowierski <bartekn@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Commit-Queue: Keishi Hattori <keishi@chromium.org> Cr-Commit-Position: refs/heads/master@{#828910}
-
Stephanie Kim authored
Doesn't schedule Linux Tests Robocrop and Linux Builder Robocrop. linux-rel-builder will just mirror them and trigger tests in chromium.tests.robocrop Bug: 1143924 Change-Id: I70dc5ddb8b9f36f4c7b15bfcfc40605b589a717d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2545646 Commit-Queue: Stephanie Kim <kimstephanie@google.com> Reviewed-by:
Garrett Beaty <gbeaty@chromium.org> Cr-Commit-Position: refs/heads/master@{#828909}
-
Tommy Steimel authored
This CL changes the media/controls/doubletap-to-jump-backwards test to use a paused video instead of a playing video to prevent a race where the time was sometimes 1 second off. Bug: 1044569 Change-Id: Ifd0d2c5a2921e1f747d77aa4b9a47f7e651fac1e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2547781 Auto-Submit: Tommy Steimel <steimel@chromium.org> Commit-Queue: Becca Hughes <beccahughes@chromium.org> Reviewed-by:
Becca Hughes <beccahughes@chromium.org> Cr-Commit-Position: refs/heads/master@{#828908}
-
Daniel Hosseinian authored
The feature has been enabled by default on ToT since crrev.com/813922, which was released with M88. Bug: 696650 Change-Id: Idb9f2fef29052c8b420de5867a5f43b9f5298984 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2543188Reviewed-by:
Mark Pearson <mpearson@chromium.org> Reviewed-by:
Tom Sepez <tsepez@chromium.org> Commit-Queue: Daniel Hosseinian <dhoss@chromium.org> Cr-Commit-Position: refs/heads/master@{#828907}
-
chromium-autoroll authored
https://android.googlesource.com/platform/external/perfetto.git/+log/d361e6028c27..2d31db0b3751 2020-11-18 treehugger-gerrit@google.com Merge "Fix missing include in kernel_symbol_map.h" 2020-11-18 fmayer@google.com Merge "Separate guardrails from heapprofd." 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: I96d27005627b5ed08cbbabd7fec54fccf091750f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2547110Reviewed-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@{#828906}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/fcc4e85f3c0b..75ae8fcc319e 2020-11-18 ccameron@chromium.org Remove unexpected color conversion in GrSurfaceContext::readPixels 2020-11-18 brianosman@google.com Revert "Replace skslc worklist files with -- delimited command lines." 2020-11-18 herb@google.com use the DirectSubRun to size the arena 2020-11-18 kjlubick@google.com [canvaskit] Document and tweak MakeImage API 2020-11-18 herb@google.com calculate glyph offset using (0,0) mapping 2020-11-18 johnstiles@google.com Optimize away swizzles on single-argument constructors. 2020-11-18 brianosman@google.com Remove (unused) SkSL::NodeArrayWrapper 2020-11-18 tdenniston@google.com [svg] Parse "inherit" generically for SkSVGProperty 2020-11-18 brianosman@google.com SkSL: Preserve coerced types of literals during dehydration/rehydration 2020-11-18 brianosman@google.com Remove nullptr default Type from IntLiteral 2020-11-18 nifong@google.com update externs for debugger_bindings.cpp If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/skia-autoroll Please CC lovisolo@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/master/autoroll/README.md Cq-Include-Trybots: luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux-blink-rel;luci.chromium.try:linux-chromeos-compile-dbg;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel Cq-Do-Not-Cancel-Tryjobs: true Bug: chromium:1115317,chromium:1147712 Tbr: lovisolo@google.com Change-Id: I191272b95f5b59f637ff6689987b0062edb14531 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2547389Reviewed-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@{#828905}
-
Haoyue Wang authored
Change-Id: Ife0548334e75ae9e23c9c3b3824965ccfe182712 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2547210 Auto-Submit: Haoyue Wang <haoyuewang@chromium.org> Commit-Queue: Victor Vasiliev <vasilvv@chromium.org> Reviewed-by:
Victor Vasiliev <vasilvv@chromium.org> Cr-Commit-Position: refs/heads/master@{#828904}
-
chromium-autoroll authored
https://chromium.googlesource.com/angle/angle.git/+log/c91cb9e0abfe..738092aeadaf 2020-11-18 m.maiya@samsung.com Add auto generated code for GL_EXT_tessellation_shader 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 cnorthrop@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: cnorthrop@google.com Change-Id: Ic4bfb6350361bceab66fb3b609eb4b0309532ef8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2547561Reviewed-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@{#828903}
-
Chan Li authored
Bug: 1108016 Change-Id: Ie47d14bf422d2b230c2d119dd395e6bf1a923ae3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2545070 Commit-Queue: Chan Li <chanli@chromium.org> Reviewed-by:
Stephen Martinis <martiniss@chromium.org> Cr-Commit-Position: refs/heads/master@{#828902}
-
Becca Hughes authored
Adds a histogram that measure the time taken it took from loading the page to when the user starts watching. Change-Id: Ifbbcb5ca07c8554e7157ba1b07d3015fb801fe35 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2537777 Commit-Queue: Becca Hughes <beccahughes@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Reviewed-by:
Weilun Shi <sweilun@chromium.org> Reviewed-by:
Ilya Sherman <isherman@chromium.org> Cr-Commit-Position: refs/heads/master@{#828901}
-
chromium-autoroll authored
https://android.googlesource.com/platform/external/perfetto.git/+log/dda9c164cb3b..d361e6028c27 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: I00eb4cd2101f534082c831206897c49b7ca9cf6a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2547437Reviewed-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@{#828900}
-
Sophie Chang authored
Bug: 1146151 Change-Id: Ib749d90235abf696b34bd8d55aaff0c7e35d9944 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2544927 Commit-Queue: Sophie Chang <sophiechang@chromium.org> Reviewed-by:
Michael Crouse <mcrouse@chromium.org> Reviewed-by:
Tarun Bansal <tbansal@chromium.org> Cr-Commit-Position: refs/heads/master@{#828899}
-
edchin authored
Design doc: go/bling-phishguard This CL moves cross-platform (usable on iOS) from /contents/ to /core/. Bug: 1147967 Change-Id: I5f3d695886b42a05e4d38ea5c2483f2372374301 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2538954 Commit-Queue: edchin <edchin@chromium.org> Reviewed-by:
Vasilii Sukhanov <vasilii@chromium.org> Reviewed-by:
Adrienne Porter Felt <felt@chromium.org> Reviewed-by:
Bettina Dea <bdea@chromium.org> Reviewed-by:
Varun Khaneja <vakh@chromium.org> Cr-Commit-Position: refs/heads/master@{#828898}
-
Yue Li authored
Bug: b/172992698 Test: Run LanguageDetectorTest.* in chromeos_components_unittests Change-Id: I8e1beffa0aee589eabe5d0cc4ae335dc740db5b9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2542768 Commit-Queue: Yue Li <updowndota@chromium.org> Reviewed-by:
Jeroen Dhollander <jeroendh@chromium.org> Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Cr-Commit-Position: refs/heads/master@{#828897}
-
Zhaoyang Li authored
Set the accessibility identifier at SceneDelegate when initializing |_window|, instead of going through |self.sceneState|. Also used |grey_accessibilityID| for matcher of this ID. Bug: 1060786 Change-Id: I2b857d68e535087d6daa38c0656c0eff9f0abc01 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2538138Reviewed-by:
Mark Cogan <marq@chromium.org> Reviewed-by:
Stepan Khapugin <stkhapugin@chromium.org> Commit-Queue: Zhaoyang Li <zhaoyangli@chromium.org> Cr-Commit-Position: refs/heads/master@{#828896}
-
Yue Li authored
The Cloud translation API response might contains ampersand character codes such as ' Unescape such character codes for translation response. Bug: b/173569400 Test: Run TranslationResponseParserTest.* in chromeos_components_unittests Change-Id: I99774a6ca3fc14650c032dec89884e5c4187a585 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2546472 Commit-Queue: Yue Li <updowndota@chromium.org> Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Reviewed-by:
Jeroen Dhollander <jeroendh@chromium.org> Cr-Commit-Position: refs/heads/master@{#828895}
-
Henrique Nakashima authored
With this change, the Modularization success metric % of LoCs landed in modularized files is measured automatically. Bug: 1146478 Change-Id: Icb3ca53875d5cb9164f926f7386c552ae8c5b305 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2538118 Commit-Queue: Henrique Nakashima <hnakashima@chromium.org> Reviewed-by:
Peter Wen <wnwen@chromium.org> Reviewed-by:
Jinsuk Kim <jinsukkim@chromium.org> Cr-Commit-Position: refs/heads/master@{#828894}
-
David Benjamin authored
https://boringssl.googlesource.com/boringssl/+log/1607f54fed72c6589d560254626909a64124f091..5656fec512a8dfd2833fbf47b6aaa76364c26fad The following commits have update notes: 354e1e998 Add APIs for checking ASN.1 INTEGERs. a4954e5ac Remove the legacy MSTRING M_ASN1 macros. c6ffcde8c Unwind M_ASN1_* macros for primitive types. e4da107b6 Unexport internal crypto/asn1 functions. 45858ae2a Unwind ASN1_TFLG_NDEF. 75a05d159 Unwind ASN1_ITYPE_COMPAT. cf1c925dd Unwind ASN1_AFLG_BROKEN. Bug: none Change-Id: Ided0b98da68943b25adb94e80af6ffb3eceeeee5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2546995 Commit-Queue: David Benjamin <davidben@chromium.org> Commit-Queue: Steven Valdez <svaldez@chromium.org> Auto-Submit: David Benjamin <davidben@chromium.org> Reviewed-by:
Steven Valdez <svaldez@chromium.org> Cr-Commit-Position: refs/heads/master@{#828893}
-
Maksim Ivanov authored
Extend the chrome.certificateProvider API to support the RSA-PSS signature algorithms. This makes it possible to use this API with TLS 1.3 - for example, for using a smart card middleware extension for authenticating on a website via a smart card (once the extension gets migrated to support this new algorithm). Fixed: 792204 Change-Id: I863b7fac59344f69788820a579f3ef8cdfeb9cd2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2545925 Auto-Submit: Maksim Ivanov <emaxx@chromium.org> Reviewed-by:
Karan Bhatia <karandeepb@chromium.org> Reviewed-by:
David Benjamin <davidben@chromium.org> Reviewed-by:
Fabian Sommer <fabiansommer@chromium.org> Commit-Queue: Karan Bhatia <karandeepb@chromium.org> Commit-Queue: Maksim Ivanov <emaxx@chromium.org> Cr-Commit-Position: refs/heads/master@{#828892}
-
Nina Satragno authored
virtual/gpu/fast/canvas/canvas-composite-shadow.html is flaky. Mark as such. Tbr: sugoi@chromium.org Bug: 1150518 Change-Id: I0ee14f9d8f4c38fe4c61cc0cd1e697f4e8249f0c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2547391Reviewed-by:
Nina Satragno <nsatragno@chromium.org> Commit-Queue: Nina Satragno <nsatragno@chromium.org> Cr-Commit-Position: refs/heads/master@{#828891}
-
Sebastien Lalancette authored
The current EarlGrey version has the fix for the original issue. The test hook is no longer required. Bug: 1129058 Change-Id: Idf287df68d149c57f26b3e01e2936dc210acec82 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2544806Reviewed-by:
edchin <edchin@chromium.org> Reviewed-by:
Rohit Rao <rohitrao@chromium.org> Commit-Queue: Sebastien Lalancette <seblalancette@chromium.org> Cr-Commit-Position: refs/heads/master@{#828890}
-
Keishi Hattori authored
There is a member pointer to the TestCase fields. The rewriter can't rewrite them so we need to exclude them. Bug: 1073933 Change-Id: I576722aebc59310f2bc7c9a8788c57a6a4e739d3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2545323Reviewed-by:
Łukasz Anforowicz <lukasza@chromium.org> Reviewed-by:
Bartek Nowierski <bartekn@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Commit-Queue: Keishi Hattori <keishi@chromium.org> Cr-Commit-Position: refs/heads/master@{#828889}
-
chromium-autoroll authored
Roll Chrome Linux PGO profile from chrome-linux-master-1605700503-b63c9b13eb8ce76349ecd0eadd611ab4ead01971.profdata to chrome-linux-master-1605722062-63dbc729233b875bed4d9f1fa158097610c580cf.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-linux-chromium Please CC pgo-profile-sheriffs@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-chrome Tbr: pgo-profile-sheriffs@google.com Change-Id: I7d6994a984d01b2d9bc3dda400c2a50ca1b200f9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2547111Reviewed-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@{#828888}
-
Peter Kasting authored
Bug: none Change-Id: Idb6a5aef372726171389074bf216ef9000e715f8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2533285 Commit-Queue: Peter Kasting <pkasting@chromium.org> Reviewed-by:
Darin Fisher <darin@chromium.org> Reviewed-by:
Łukasz Anforowicz <lukasza@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Cr-Commit-Position: refs/heads/master@{#828887}
-
Keishi Hattori authored
Fix matcher for constructors via an implicit cast so it matches implicit constructor call where the function accepts a reference. Change-Id: I2e94d7d05536012a24a42fd30e28c7535f1f2ccc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2545851Reviewed-by:
Łukasz Anforowicz <lukasza@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Commit-Queue: Keishi Hattori <keishi@chromium.org> Cr-Commit-Position: refs/heads/master@{#828886}
-
Devlin Cronin authored
Allow ScriptExecutor to support multiple frame IDs being specified. If multiple frame IDs are specified, the script will be injected into each, returning only when all are complete. If INCLUDE_SUB_FRAMES is also specified, the script is injected into all frames that are a subframe of any of the specified frames. Add browsertests for the same. Bug: 1148878 Change-Id: I8ba90348a9a55e08972576aeb6ff477a5b39d9b5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2533412 Commit-Queue: Devlin <rdevlin.cronin@chromium.org> Reviewed-by:
David Bertoni <dbertoni@chromium.org> Reviewed-by:
Kelvin Jiang <kelvinjiang@chromium.org> Cr-Commit-Position: refs/heads/master@{#828885}
-