- 29 Jul, 2020 40 commits
-
-
Xiaocheng Hu authored
Bug: 1110331, 891944 Change-Id: Ic00ebc65743626d9004ba5548d216270578edfab Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2324655Reviewed-by:
Anders Hartvoll Ruud <andruud@chromium.org> Commit-Queue: Xiaocheng Hu <xiaochengh@chromium.org> Cr-Commit-Position: refs/heads/master@{#792785}
-
Tom Anderson authored
BUG=1066670 R=nickdiego,sky Change-Id: I653195df827b88714d024bbaa5ce2e4299461deb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2317767 Commit-Queue: Thomas Anderson <thomasanderson@chromium.org> Reviewed-by:
Nick Yamane <nickdiego@igalia.com> Reviewed-by:
Scott Violet <sky@chromium.org> Auto-Submit: Thomas Anderson <thomasanderson@chromium.org> Cr-Commit-Position: refs/heads/master@{#792784}
-
Xianzhu Wang authored
This simplifies selection paint invalidation, and enables us to simplify partial rect invalidation (crrev.com/c/2321051). Also use a dedicated display item client for the text selection in a LayoutText, so that we can repaint texts and selection separately. This will cause bigger raster invalidation rects for selection changes, but dedicated display item client makes paint much faster for incremental selection changes. This CL can get big progression for the perf tests added in crrev.com/c/2321233. Change-Id: I1ed573a4333fd7830fb3cbfda4bbdaf374d33fee Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2319540 Commit-Queue: Xianzhu Wang <wangxianzhu@chromium.org> Reviewed-by:
Koji Ishii <kojii@chromium.org> Cr-Commit-Position: refs/heads/master@{#792783}
-
Sophey Dong authored
This removes copying the histogram name for every new option added. Bug:1079467 Change-Id: I54dae11cf34535f71146923c3e0f85f87c3bb2ed Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2324722Reviewed-by:
Tanya Gupta <tgupta@chromium.org> Reviewed-by:
Kyle Milka <kmilka@chromium.org> Commit-Queue: Sophey Dong <sophey@chromium.org> Cr-Commit-Position: refs/heads/master@{#792782}
-
Mustaq Ahmed authored
This is not used anywhere. Change-Id: I3a4341cf268c51b5966b9d0b78a3f443ff5047d8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2318711Reviewed-by:
Sadrul Chowdhury <sadrul@chromium.org> Commit-Queue: Mustaq Ahmed <mustaq@chromium.org> Cr-Commit-Position: refs/heads/master@{#792781}
-
Tom Anderson authored
BUG=1066670 R=nickdiego CC=sky Change-Id: I1ee01119a58c231c9f23587a5dc4408e031aef23 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2316436 Commit-Queue: Thomas Anderson <thomasanderson@chromium.org> Reviewed-by:
Nick Yamane <nickdiego@igalia.com> Reviewed-by:
Scott Violet <sky@chromium.org> Auto-Submit: Thomas Anderson <thomasanderson@chromium.org> Cr-Commit-Position: refs/heads/master@{#792780}
-
Andrey Kosyakov authored
Bug: 1096278 Change-Id: I1fa22fb963cc225b95447cb9caea12f030bead90 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2324886Reviewed-by:
Łukasz Anforowicz <lukasza@chromium.org> Commit-Queue: Andrey Kosyakov <caseq@chromium.org> Cr-Commit-Position: refs/heads/master@{#792779}
-
Bence Béky authored
https://quiche.googlesource.com/quiche.git/+log/e7415a5b8712..e5c11c069f53 $ git log e7415a5b8..e5c11c069 --date=short --no-merges --format='%ad %ae %s' 2020-07-29 bnc Make QuicPacketCreator::ExpansionOnNewFrameWithLastFrame() static. 2020-07-29 fayang Add a getstringifcomplete function to hpackdecoderstringbuffer to return string only when state is complete. used in error details, not protected. 2020-07-28 haoyuewang Internal QUICHE change 2020-07-28 dschinazi Deprecate quic_enable_version_draft_29 Created with: roll-dep src/net/third_party/quiche/src src/third_party/quic_trace/src Change-Id: I55209f3d33c69a0c0e9266600fdee5b32cd31dd7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2324976Reviewed-by:
Zhongyi Shi <zhongyi@chromium.org> Commit-Queue: Bence Béky <bnc@chromium.org> Cr-Commit-Position: refs/heads/master@{#792778}
-
Liquan (Max) Gu authored
Before: PRImpl#constructor depended on AddressEditor and CardEditor directly. After: PRImpl#constructor depends on PaymentUIsManager which depends on CardEditor and AddressEditor. Change: * Move mAddressEditor and mCardEditor instantiation into PaymentUIsManager. * Refactor CardEditor so that forTest observer is no longer set in its constructor. * Turn the test observer to static so that it can exist before there's a PRImpl, PaymentUIsManager instance, which is required by tests[1]. [1] https://source.chromium.org/chromium/chromium/src/+/master:chrome/android/javatests/src/org/chromium/chrome/browser/payments/PaymentRequestTestRule.java;l=211;drc=26503120e38dd3c6b2dfa17dfbc65465ac475534 PaymentUIsManager set the test observer only in tests. Bug: 1102522, 1107102 Binary-Size: Silence the "for-test" alert because PRImpl, Change-Id: I47ae3d37d015f8ebb734ede2c90d590015a3a163 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2324566 Commit-Queue: Liquan (Max) Gu <maxlg@chromium.org> Reviewed-by:
Sahel Sharify <sahel@chromium.org> Reviewed-by:
Tibor Goldschwendt <tiborg@chromium.org> Cr-Commit-Position: refs/heads/master@{#792777}
-
chromium-autoroll authored
https://chromium.googlesource.com/devtools/devtools-frontend.git/+log/eb118ddc8dea..8c02e882a3f2 2020-07-29 janscheffler@chromium.org Migrate `front_end/help` to `devtools_entrypoint` 2020-07-29 janscheffler@chromium.org Migrate `front_end/object_ui` to `devtools_entrypoint` 2020-07-29 janscheffler@chromium.org Migrate `front_end/quick_open` to `devtools_entrypoint` 2020-07-29 jacktfranklin@chromium.org Migrate from page.waitFor in e2e tests 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:1101738 Tbr: devtools-waterfall-sheriff-onduty@grotations.appspotmail.com Change-Id: I26345789c939cd8f44ecead4d319c36fcf260ca1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2326271Reviewed-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@{#792776}
-
Avi Drissman authored
Bug: 1105907 Change-Id: If5fa1f8b88459d536b6b9e1f5b1a64574b5a56c9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2325233 Commit-Queue: Avi Drissman <avi@chromium.org> Reviewed-by:
Philip Rogers <pdr@chromium.org> Cr-Commit-Position: refs/heads/master@{#792775}
-
Yicheng Li authored
AuthDialogController is called by UserAuthenticationServiceProvider and is responsible for managing authentication dialogs and talking to chromeos::ExtendedAuthenticator. The authentication functionality is not implemented yet. AuthDialogController is exported publicly because AuthDialogClient (to be implemented) in Chrome needs to find it. Bug: b:156258540 Change-Id: I4a8904c25431b1267d01b7ecce0400fbe9f00569 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2298542Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Commit-Queue: Yicheng Li <yichengli@chromium.org> Cr-Commit-Position: refs/heads/master@{#792774}
-
Lei Zhang authored
The current suggestion no longer works as of https://crrev.com/732394. Bug: 646113 Change-Id: Iae40f884c4258fd3e3017963a85e38c6a82e4d79 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2325710Reviewed-by:
Jan Wilken Dörrie <jdoerrie@chromium.org> Commit-Queue: Lei Zhang <thestig@chromium.org> Cr-Commit-Position: refs/heads/master@{#792773}
-
Esmael El-Moslimany authored
Bug: 1093315, b/158458370 Change-Id: Id7ef567eee4f4cd39cfe449c41af8613886a176b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2321229 Commit-Queue: Esmael Elmoslimany <aee@chromium.org> Reviewed-by:
Tibor Goldschwendt <tiborg@chromium.org> Cr-Commit-Position: refs/heads/master@{#792772}
-
Avi Drissman authored
Bug: 1105907 Change-Id: Ife6a00a78fd9a013681c637d1cd853f65ae094d2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2325234Reviewed-by:
Reilly Grant <reillyg@chromium.org> Commit-Queue: Avi Drissman <avi@chromium.org> Cr-Commit-Position: refs/heads/master@{#792771}
-
Michael Chang authored
For getting the right value, the bash script needed proper quoting. Without it, defaultd did not give a correct value. Bug: 1109362 Change-Id: I80239c5e816ffe3702aa48190f1750c81cf40511 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2318000Reviewed-by:
Joshua Pawlicki <waffles@chromium.org> Commit-Queue: Michael Chang <donchan@microsoft.com> Cr-Commit-Position: refs/heads/master@{#792770}
-
Min Qin authored
listener is registered. If an extension registers an OnDeterminingFilename listener, download.filename will be ignored as the listeners will provide the filename. BUG=1106297 Change-Id: Id44f5c7043f0e899f33f53f80458a00b162e5c99 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2318445 Commit-Queue: Min Qin <qinmin@chromium.org> Reviewed-by:
Istiaque Ahmed <lazyboy@chromium.org> Cr-Commit-Position: refs/heads/master@{#792769}
-
Evan Stade authored
Add UI thread checks for callbacks that are passed to the embedder. Bug: none Change-Id: I2cd643e406f056c112f1f77ab84e66ad8e96cd08 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2326296 Commit-Queue: Evan Stade <estade@chromium.org> Reviewed-by:
Scott Violet <sky@chromium.org> Cr-Commit-Position: refs/heads/master@{#792768}
-
Liquan (Max) Gu authored
Change: * Move mPaymentHandlerUI from PRImpl to PaymentUIsManager. Bug: 1102522 Change-Id: I7f74893ad5e92f2ea6d97636fab9e1cfe38c2e23 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2317605 Commit-Queue: Liquan (Max) Gu <maxlg@chromium.org> Reviewed-by:
Sahel Sharify <sahel@chromium.org> Reviewed-by:
Liquan (Max) Gu <maxlg@chromium.org> Cr-Commit-Position: refs/heads/master@{#792767}
-
Nela Kaczmarek authored
This change refers to AffiliationService for Android, but creates a new more generic Affiliation Service. It provides base implementation and factory and renames existing affiliation_service.* to android_affiliation_service.* to avoid compilation conflicts. The main purpose of the class is to fetch and provide change_password_urls for requested origin or sites from the same FacetGroup. Bug: 1108279 Change-Id: I1a0df695831eed6eabf6c46efe0485a968ecd420 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2312716Reviewed-by:
Ioana Pandele <ioanap@chromium.org> Reviewed-by:
Jan Wilken Dörrie <jdoerrie@chromium.org> Commit-Queue: Nela Kaczmarek <nelakaczmarek@google.com> Cr-Commit-Position: refs/heads/master@{#792766}
-
Peter Kasting authored
Returning the font's height is a saner default for TypographyProvider. Having Label track the user-set line height separately from the computed result simplifies GetLineHeight() callers and fixes at least one bug where the caller (reasonably) assumed GetLineHeight() would always be large enough for the font height. StyledLabel gets similar changes, but more simplifications since what used to be GetDefaultLineHeight() is now moved into GetLineHeight(), and GetDefaultFontList()/GetFontListForRange() have been combined into a sindly GetFontList(). These changes fix the layout of the DownloadItemViews, which also assumed that GetLineHeight() was large enough for the font height. Bug: 1109611 TBR: antrim Change-Id: I635a4bba3813a872b66123a5ed701bc4aebbedf9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2324496Reviewed-by:
Peter Kasting <pkasting@chromium.org> Reviewed-by:
Scott Violet <sky@chromium.org> Commit-Queue: Peter Kasting <pkasting@chromium.org> Cr-Commit-Position: refs/heads/master@{#792765}
-
Etienne Bergeron authored
This CL is fixing the trace events of the HandleVerifier for a non components build. For a static build, there are two instances of the HandleVerifier 1) chrome.exe!HandleVerifier 2) chrome.dll!HandleVerifier At chrome startup, chrome.exe!InstallVerifier set a global singleton which start tracking ScopedHandle objects. After the initialisation, chrome.dll is loaded. The call of chrome.dll::InstallVerifier() is fetching the singleton from 1) and is storing it as a global singleton into chrome.dll. Calls to the chrome.dll!VerifierTraits::StartTracking() and chrome.dll!VerifierTraits::StopTracking are forwarded to the chrome.exe!HandleVerifier instance. Since TraceLog is also part of base, there is also two instances in each module. There are two instances of categories array that specify which categories are enabled but only one is used by chrome tracing. A trace event executed in chrome.exe will never be enabled. This is explaining why trace events from chrome.exe!HandleVerifier are not emitted unless the build is a component build. To solve this issue, this CL is lifting the trace events before entering the code that forward the call to chrome.exe. This way trace events are using the right instance of TraceLog (e.g. chrome.dll). Bug: 1110507 Change-Id: I61ee1e18b849d32f90d2430759da6d1c8666c854 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2324873 Commit-Queue: Gabriel Charette <gab@chromium.org> Reviewed-by:
Will Harris <wfh@chromium.org> Reviewed-by:
Gabriel Charette <gab@chromium.org> Cr-Commit-Position: refs/heads/master@{#792764}
-
Ella Ge authored
When a violation occurs with the flag on, the TWA will run the callback to the client app to "crash" (client app should throw a RuntimeException) If the client app knows how to handle the crash message, finish the activity. Bug: 1109609 Change-Id: I30c50861f80bee11f917a447800a3687f521fc73 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2318532 Commit-Queue: Ella Ge <eirage@chromium.org> Reviewed-by:
Peter Conn <peconn@chromium.org> Cr-Commit-Position: refs/heads/master@{#792763}
-
Guillaume Jenkins authored
This reverts commit 21497283. Reason for revert: It seems the timeouts are still happening, see the builder page here: https://ci.chromium.org/p/chromium/builders/ci/Mac10.11%20Tests Original change's description: > Re-enable the RightClickMenuShowsCopyUrl test on mac. > > Test timeout on CQ seems to have mysteriously fixed itself. > > Bug:988323 > Fixed:988323 > > Change-Id: Ia96d8a687bc161cf74f67fbf819ffaf7bb896755 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2325330 > Auto-Submit: Glen Robertson <glenrob@chromium.org> > Commit-Queue: Evan Stade <estade@chromium.org> > Reviewed-by: Evan Stade <estade@chromium.org> > Cr-Commit-Position: refs/heads/master@{#792705} TBR=estade@chromium.org,glenrob@chromium.org Change-Id: I5de2c6b986703f81b43977072951f1923ce3bb8f No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 988323 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2326733Reviewed-by:
Guillaume Jenkins <gujen@google.com> Commit-Queue: Guillaume Jenkins <gujen@google.com> Cr-Commit-Position: refs/heads/master@{#792762}
-
Lan Wei authored
Since we will not use this experimental feature to transfer user activation through post message to autoplay videos in a cross-origin subframe without any user activation. We will delete the transfer_user_activation function from all the transferable message classes, which indicated whether we want to transfer user activation through post message. We will also clean up the frame interfaces in browser/renderer in a follow-up CLs. Bug: 1067307 Change-Id: Iaa969632cb4132993512b28db97d648d6abffdc3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2295984Reviewed-by:
Alex Moshchuk <alexmos@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Reviewed-by:
Mustaq Ahmed <mustaq@chromium.org> Commit-Queue: Lan Wei <lanwei@chromium.org> Cr-Commit-Position: refs/heads/master@{#792761}
-
Mohamed Amir Yosef authored
This is one step in the process of injecting only the required dependencies to HttpPasswordStoreMigrator instead of the whole client. The objective of this refactoring is to make HttpPasswordStoreMigrator Butter-compatible. Bug: 1107741 Change-Id: Ieecfa4b8c79cbc1890f0d1c9aa1d413f031af4f3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2315034Reviewed-by:
Ioana Pandele <ioanap@chromium.org> Reviewed-by:
Jan Wilken Dörrie <jdoerrie@chromium.org> Commit-Queue: Mohamed Amir Yosef <mamir@chromium.org> Cr-Commit-Position: refs/heads/master@{#792760}
-
Ewann authored
This CL fixes some style issue related to context menu. Bug: 1093302 Change-Id: I53966504a431b9545c4d79ebaf6bbbdfdda77d88 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2325615 Commit-Queue: Ewann Pellé <ewannpv@chromium.org> Reviewed-by:
Gauthier Ambard <gambard@chromium.org> Reviewed-by:
Sylvain Defresne <sdefresne@chromium.org> Reviewed-by:
Sebastien Lalancette <seblalancette@chromium.org> Cr-Commit-Position: refs/heads/master@{#792759}
-
Ella Ge authored
This CL adds the TWA quality enforcement on 404 pages. When the page is in scope(verified origin) is 404, it will show a toast and run a CustomTabsCallback to notify the client app the issue. This CL also changes one of the test pages in TrustedWebActivityTest. The test was 404 because the test file is not included in the chrome_public_test_apk package in chrome/android/BUILD.gn. So change to another similar test page. Bug: 1109609 Change-Id: I2dff19f115a4efc9f42c9acf7663a0b8988bf4dc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2311010 Commit-Queue: Ella Ge <eirage@chromium.org> Reviewed-by:
Peter Conn <peconn@chromium.org> Cr-Commit-Position: refs/heads/master@{#792758}
-
Gauthier Ambard authored
The test is flaky. Bug: 1110048, 1110890 Change-Id: I1a0613d4f33df0f22472733e8238f6c16b507714 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2324849 Commit-Queue: Gauthier Ambard <gambard@chromium.org> Commit-Queue: Sylvain Defresne <sdefresne@chromium.org> Auto-Submit: Gauthier Ambard <gambard@chromium.org> Reviewed-by:
Sylvain Defresne <sdefresne@chromium.org> Cr-Commit-Position: refs/heads/master@{#792757}
-
Avi Drissman authored
Bug: 1105907 Change-Id: I509290b67e64369e63a076097a8095347d38a957 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2324175 Commit-Queue: Avi Drissman <avi@chromium.org> Auto-Submit: Avi Drissman <avi@chromium.org> Reviewed-by:
Nico Weber <thakis@chromium.org> Cr-Commit-Position: refs/heads/master@{#792756}
-
Avi Drissman authored
Bug: 1105907 Change-Id: I28cd4d958b4767b052c2821ec1032beb09579b6a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2324899 Commit-Queue: Avi Drissman <avi@chromium.org> Reviewed-by:
Lei Zhang <thestig@chromium.org> Cr-Commit-Position: refs/heads/master@{#792755}
-
vidorteg authored
This change will introduce a new initial module (i18n): https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/2309709 We need to disable this test to land the mentioned change and then reenable the test. Change-Id: I49253181104afe38ec2cebfbec4f54c7f79a1b7a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2324492 Commit-Queue: Vidal Diazleal <vidorteg@microsoft.com> Reviewed-by:
Simon Zünd <szuend@chromium.org> Cr-Commit-Position: refs/heads/master@{#792754}
-
Rakib M. Hasan authored
It will be easier to automate updating weblayer versions tested for skew in variants.pyl than in test_suites.pyl. Ignore-CQ-Freeze: Only affects CI and optional try jobs Bug: 1041619 Change-Id: I09a288ffc0dfacb6002aa7a694d9be98585e0323 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2316411 Commit-Queue: Rakib Hasan <rmhasan@google.com> Reviewed-by:
Erik Staab <estaab@chromium.org> Cr-Commit-Position: refs/heads/master@{#792753}
-
Maksim Sadym authored
Bug: 1090802 Change-Id: I407f0dee4271797c9524f574b7fd311f02de850c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2317956Reviewed-by:
Mike West <mkwst@chromium.org> Reviewed-by:
Reilly Grant <reillyg@chromium.org> Reviewed-by:
Avi Drissman <avi@chromium.org> Commit-Queue: Reilly Grant <reillyg@chromium.org> Auto-Submit: Maksim Sadym <sadym@chromium.org> Cr-Commit-Position: refs/heads/master@{#792752}
-
Mohamed Amir Yosef authored
in FilterDuplicates() for better clarity. No behavioral change is introduced. Bug: 1093286 Change-Id: I07cfa7a0c7403920d5af163fdae562f33a73accd Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2325617Reviewed-by:
Jan Wilken Dörrie <jdoerrie@chromium.org> Commit-Queue: Mohamed Amir Yosef <mamir@chromium.org> Cr-Commit-Position: refs/heads/master@{#792751}
-
Manas Verma authored
Ensuring that neither autofill_manager nor client is null when creating InternalAuthenticator instance. If either is null, then return nullptr (which is already gracefully handled). Bug: 949269 Change-Id: I217b7c2766675c5cae7a632acd0db16b1a287b3e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2324116Reviewed-by:
Tommy Martino <tmartino@chromium.org> Commit-Queue: Manas Verma <manasverma@google.com> Cr-Commit-Position: refs/heads/master@{#792750}
-
Xiyuan Xia authored
Add StartDataCollection/StopDataCollection to start/stop gathering the data reported by ui::ThroughputTracker. The API will be used by tast tests via AutotestPrivateAPI to calculate animation frame rate sub score. Bug: 1098555 Change-Id: I1e871fd6575f54101bbe701d42960d5259b749e9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2305013 Commit-Queue: Xiyuan Xia <xiyuan@chromium.org> Reviewed-by:
Sadrul Chowdhury <sadrul@chromium.org> Reviewed-by:
Jun Mukai <mukai@chromium.org> Cr-Commit-Position: refs/heads/master@{#792749}
-
Avi Drissman authored
As Blink isn't used on iOS, OS_MAC more correctly captures the intent of the old OS_MACOSX. Bug: 1105907 Change-Id: I662ff61f1fe3ec7cf9f63b303632310fde149b63 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2324864Reviewed-by:
Jochen Eisinger <jochen@chromium.org> Commit-Queue: Avi Drissman <avi@chromium.org> Cr-Commit-Position: refs/heads/master@{#792748}
-
Luke Zielinski authored
c086a216. It also fixes the names of the tests to reflect their new location Bug: 1110003 Change-Id: I5fb544769396e79fe9bd98bcb49738b4f72a80f0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2326210 Auto-Submit: Luke Z <lpz@chromium.org> Commit-Queue: Rakib Hasan <rmhasan@google.com> Reviewed-by:
Rakib Hasan <rmhasan@google.com> Cr-Commit-Position: refs/heads/master@{#792747}
-
Ben Pastene authored
I'm having a tough time finding context behind the "pyelftools" dependency. It might no longer be relevant, in which case we could restrict chromite to only CrOS checkouts. Worth a shot. Bug: 937821 Change-Id: I96ae00a272390042b466ae50defb18e9bf3eafc2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2323823 Commit-Queue: Ben Pastene <bpastene@chromium.org> Reviewed-by:
Dirk Pranke <dpranke@google.com> Cr-Commit-Position: refs/heads/master@{#792746}
-