- 22 Oct, 2019 40 commits
-
-
Brandon Jones authored
Provides a workaround for an issue with some versions of Windows Mixed Reality where the HolographicSpaceUserPresence will only ever report Absent or PresentPassive, and never PresentActive. We would ideally like to map PresentPassive to the WebXR state "visible-blurred", as their meaning is very close, but until this bug is fixed we'll need to force it to map to "visible" so that content runs correctly. Bug: 1016907 Change-Id: Icbec972fd6b62d1892609f8cf84ddf9f8190bc44 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1873157Reviewed-by:
Alexander Cooper <alcooper@chromium.org> Commit-Queue: Brandon Jones <bajones@chromium.org> Cr-Commit-Position: refs/heads/master@{#708372}
-
khmel@chromium.org authored
TEST=Locally, no crash reproduced. BUG=b:142926935 BUG=1016851 Change-Id: I518ec9ed5d03098284a55d2100425fe22987ed23 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1874188Reviewed-by:
Mitsuru Oshima (slow) <oshima@chromium.org> Commit-Queue: Yury Khmel <khmel@chromium.org> Cr-Commit-Position: refs/heads/master@{#708371}
-
minch authored
Bug: 1002733 Change-Id: I67ea5db271b1ad250b343a6f5c0d4183d7ccf233 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1874057 Commit-Queue: Min Chen <minch@chromium.org> Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Cr-Commit-Position: refs/heads/master@{#708370}
-
Chris Mumford authored
Nothing in gmock_mutant.h was used in any of these source files. TBR=jam@chromium.org Bug: 1007833, 806952 Change-Id: Ifbfebfa78bfb6774dbcaed865e8127f24408419d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1874060 Commit-Queue: Chris Mumford <cmumford@google.com> Reviewed-by:
Chris Mumford <cmumford@google.com> Cr-Commit-Position: refs/heads/master@{#708369}
-
Ian Struiksma authored
Disabled flaky password test of sign_in_pass/marriott with bug number. Added 6 new sites for autofill that had previously failed during record: abebooks bhphotovideo bloomingdales hayneedle sears vans Minor test recipe file updates to stabilize 4 flaky tests: catch north_face findmeagift aeropostale Updated cipd version for autofill to include new wpr/test files Bug: 984662,984664,1016437 Change-Id: I04957c4fa5d46bd1f7d57f00dfd746146ba213a0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1874201 Auto-Submit: Ian Struiksma <ianstruiksma@google.com> Commit-Queue: Caleb Rouleau <crouleau@chromium.org> Reviewed-by:
Caleb Rouleau <crouleau@chromium.org> Cr-Commit-Position: refs/heads/master@{#708368}
-
rbpotter authored
This file is not used anywhere, so is only creating unnecessary additional resources.pak size on Chrome OS. Bug: 902076 Change-Id: I441e64df4cfbc0c247ee74a73d546989768bed96 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1873373 Commit-Queue: Rebekah Potter <rbpotter@chromium.org> Reviewed-by:
Demetrios Papadopoulos <dpapad@chromium.org> Cr-Commit-Position: refs/heads/master@{#708367}
-
Ce Chen authored
fieldtrial_testing_config.json. Note these experiments are for desktop and Android. iOSs will be added in a different study "OmniboxOnDeviceHeadSuggestIOS" Bug: 925072 Change-Id: I557fc1f91fb9e12283bb62f957eee5dd3146f054 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1872942Reviewed-by:
Mark Pearson <mpearson@chromium.org> Commit-Queue: Ce Chen <cch@chromium.org> Cr-Commit-Position: refs/heads/master@{#708366}
-
Yann Dago authored
Bug: 1000118 Change-Id: I09456c19aec5a5a9ea26cdc76d5c28b66807f1e5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1872541 Commit-Queue: Yann Dago <ydago@chromium.org> Reviewed-by:
Robert Flack <flackr@chromium.org> Reviewed-by:
Julian Pastarmov <pastarmovj@chromium.org> Cr-Commit-Position: refs/heads/master@{#708365}
-
Henrique Ferreiro authored
Convert the implementation and all users of the ui::ozone::mojom::DeviceCursor interface. Bug: 955171 Change-Id: Iec06a364012620f81ef6cb97b067e4c2446e0bd2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1860019Reviewed-by:
Oksana Zhuravlova <oksamyt@chromium.org> Reviewed-by:
Emily Stark <estark@chromium.org> Reviewed-by:
Robert Kroeger <rjkroege@chromium.org> Commit-Queue: Henrique Ferreiro <hferreiro@igalia.com> Cr-Commit-Position: refs/heads/master@{#708364}
-
Meilin Wang authored
This patch implements a simple functional UI in ambient mode for further testing and investigation. Bug: b/139698911 Test: manually. Change-Id: Iaac9af294afe4d47cd3a7138f56fb2e8c668a634 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1850585 Commit-Queue: Meilin Wang <meilinw@chromium.org> Reviewed-by:
Xiaohui Chen <xiaohuic@chromium.org> Reviewed-by:
Tao Wu <wutao@chromium.org> Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Cr-Commit-Position: refs/heads/master@{#708363}
-
Yao Xiao authored
Fill in the key through resource_request->trusted_params, as the factory (StoragePartitionImpl::GetURLLoaderFactoryForBrowserProcess()) is used for many other purposes. The test AutofillInteractiveTestWithHistogramTester.BasicFormFill covers this path. The tests All/AutofillQueryTest/* are using a separate testing factory and autofill driver, so also fill in the key there and set |is_trusted| to true in the test factory. Bug: 1009600 Change-Id: I4465e6c3f26f27ee1c7416d57ee508d26e0068a3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1836456Reviewed-by:
Matt Menke <mmenke@chromium.org> Reviewed-by:
Shivani Sharma <shivanisha@chromium.org> Reviewed-by:
Dominic Battré <battre@chromium.org> Commit-Queue: Yao Xiao <yaoxia@chromium.org> Cr-Commit-Position: refs/heads/master@{#708362}
-
Yuchen Liu authored
This means the implementation doesn't need hardware resource. Bug: internal b/141143745 Test: Widevine content Merge-With: eureka-internal/327150 Change-Id: Ia6d5494b19301311b6d70836c0ef4d9f36bbba6b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1869931Reviewed-by:
Kenneth MacKay <kmackay@chromium.org> Commit-Queue: Yuchen Liu <yucliu@chromium.org> Auto-Submit: Yuchen Liu <yucliu@chromium.org> Cr-Commit-Position: refs/heads/master@{#708361}
-
gogerald authored
Bug: 1016341 Change-Id: I22bd90d258eacf5398e87c16fb450e84986c08f1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1872315 Auto-Submit: Ganggui Tang <gogerald@chromium.org> Reviewed-by:
Yusuf Ozuysal <yusufo@chromium.org> Reviewed-by:
Jesse Doherty <jwd@chromium.org> Commit-Queue: Ganggui Tang <gogerald@chromium.org> Cr-Commit-Position: refs/heads/master@{#708360}
-
Torne (Richard Coles) authored
Remove reference to a former engineer (the linked doc is sufficient) and broaden the regex for recognising TAG declarations to also find cases where the field is not private, as a number of these exist in the code. Change-Id: If5b8c4e542b06881fc073ffcb1849d9ee70acd24 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1873362 Auto-Submit: Richard Coles <torne@chromium.org> Reviewed-by:
Dirk Pranke <dpranke@chromium.org> Commit-Queue: Richard Coles <torne@chromium.org> Cr-Commit-Position: refs/heads/master@{#708359}
-
Yann Dago authored
Bug: 1003284 Change-Id: If2b2a4dbfacc3849cdf58e92b94c420ad126baf2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1824675 Commit-Queue: Nico Weber <thakis@chromium.org> Reviewed-by:
Nico Weber <thakis@chromium.org> Reviewed-by:
Greg Thompson <grt@chromium.org> Reviewed-by:
Gabriel Charette <gab@chromium.org> Reviewed-by:
Ilya Sherman <isherman@chromium.org> Cr-Commit-Position: refs/heads/master@{#708358}
-
chromium-autoroll authored
https://webrtc.googlesource.com/src.git/+log/a043b2ba46b9..33678af88db3 git log a043b2ba46b9..33678af88db3 --date=short --no-merges --format='%ad %ae %s' 2019-10-22 chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com Roll chromium_revision 9b6351c7..fc69c6f5 (708073:708204) Created with: gclient setdep -r src/third_party/webrtc@33678af88db3 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/+/master/autoroll/README.md TBR=webrtc-chromium-sheriffs-robots@google.com Bug: chromium:None Change-Id: I868b53b8b895698ce2a4bc0ed8d6b5f0f711ea73 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1874367Reviewed-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@{#708357}
-
Alex Newcomer authored
- Enable the flag - Fix hard coded tests where it's not easy to check the feature status. - Fix a failure that has cropped up since the last round of fixes. Bug: 1009645 Change-Id: Ie0c67f2861f5af839f8add3f4b6726ea6e4b3fb4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1860878 Commit-Queue: Alex Newcomer <newcomer@chromium.org> Reviewed-by:
Alex Newcomer <newcomer@chromium.org> Reviewed-by:
Mitsuru Oshima (slow) <oshima@chromium.org> Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Cr-Commit-Position: refs/heads/master@{#708356}
-
Dominic Mazzoni authored
The last time we updated this was before the GYP -> GN switch. This change adds a build rule for the caret browsing extension. Also fixes description of keyboard shortcut for Caret Browsing on Chrome OS. The right way to generate F7 is Search+IncreaseBrightness now, not Alt. Bug: none Change-Id: I70b645ce65e2f5e8310cec6ce02e3083b9f6e2df Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1850197Reviewed-by:
David Tseng <dtseng@chromium.org> Reviewed-by:
Dominic Mazzoni <dmazzoni@chromium.org> Commit-Queue: Dominic Mazzoni <dmazzoni@chromium.org> Cr-Commit-Position: refs/heads/master@{#708355}
-
Daniel Rubery authored
If the BinaryFCMService does not exist, the BinaryUploadService will return synchronously. This leads to confusing behavior, since the code was written with the expectation that this was an asynchronous operation. Bug: 1015757 Change-Id: I086529a18a2e2c97a4a6545dee89eecb51fe9dbc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1873152 Commit-Queue: Daniel Rubery <drubery@chromium.org> Reviewed-by:
Varun Khaneja <vakh@chromium.org> Cr-Commit-Position: refs/heads/master@{#708354}
-
chromium-autoroll authored
https://chromium.googlesource.com/catapult.git/+log/bfdfc7ac4118..443f286e0cca git log bfdfc7ac4118..443f286e0cca --date=short --no-merges --format='%ad %ae %s' 2019-10-22 perezju@chromium.org [Telemetry] Remove results.AddHistogram method Created with: gclient setdep -r src/third_party/catapult@443f286e0cca If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/catapult-autoroll Please CC rmhasan@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/+/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_optional_gpu_tests_rel TBR=rmhasan@google.com Bug: chromium:921000 Change-Id: I7160cbd98f3c26b682ef6823f1eeadc9e30b5b89 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1873500Reviewed-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@{#708353}
-
dpapad authored
The only file that is not converted to a JS module is pdf_scripting_api.js, which is used by Print preview, as well as by some PDF viewer tests, and can't be converted yet. Fixed: 1005029 Change-Id: I1f2eabfc06180ae9cecde95e9c4b15496cd05c3a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1873210 Auto-Submit: Demetrios Papadopoulos <dpapad@chromium.org> Reviewed-by:
Rebekah Potter <rbpotter@chromium.org> Commit-Queue: Demetrios Papadopoulos <dpapad@chromium.org> Cr-Commit-Position: refs/heads/master@{#708352}
-
Yuke Liao authored
This CL fixes the code coverage documentation: 1. 'is_debug=false' gn arg is required. 2. Sandbox is working now. 3. Remove obsolete links. Bug: 1012473 Change-Id: I178f42cd6879fbfaf464d344ee272268ee654ea3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1874486 Commit-Queue: Yuke Liao <liaoyuke@chromium.org> Reviewed-by:
Nodir Turakulov <nodir@chromium.org> Cr-Commit-Position: refs/heads/master@{#708351}
-
Clark DuVall authored
This implements the various types of file inputs, which required a few parts: 1) Intents sent from weblayer need to go through the fragment, not the activity, so we can handle the responses. 2) Copied file_select_helper.* from chrome/browser/file_select_helper.*, but greatly simplified them since we likely will not need much of that functionality. 3) Add a FileProvider, which is used when uploading image files from the camera. Change-Id: Iaf01199de8fdd11fc89b2178f69e700794861eed Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1873128Reviewed-by:
Scott Violet <sky@chromium.org> Commit-Queue: Clark DuVall <cduvall@chromium.org> Cr-Commit-Position: refs/heads/master@{#708350}
-
Andrew Grieve authored
TBR=agrieve # Minor doc update Bug: 1013688 Change-Id: I54413da15ad8cceb242ed3758f413cbfa54c8fd6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1873283 Commit-Queue: Andrew Grieve <agrieve@chromium.org> Reviewed-by:
Andrew Grieve <agrieve@chromium.org> Cr-Commit-Position: refs/heads/master@{#708349}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/2ba136292e50..78150fbefe75 Created with: gclient setdep -r src-internal@78150fbefe75 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 jbudorick@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/+/master/autoroll/README.md CQ_INCLUDE_TRYBOTS=luci.chrome.try:linux-chromeos-chrome TBR=jbudorick@google.com Bug: chromium:1016800,chromium:None Change-Id: I48ed7b902d2953290ae4174eeac7ecd96636587e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1873496Reviewed-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@{#708348}
-
chromium-autoroll authored
https://chromium.googlesource.com/chromiumos/chromite.git/+log/8017a6a7fc26..dd075112b8d6 git log 8017a6a7fc26..dd075112b8d6 --date=short --no-merges --format='%ad %ae %s' 2019-10-22 vapier@chromium.org osutils: port to python 3 2019-10-22 mmortensen@google.com Handle milestone_version and full_version in packages.GetTargetVersions. Created with: gclient setdep -r src/third_party/chromite@dd075112b8d6 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/chromite-chromium-autoroll Please CC chrome-os-gardeners@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/+/master/autoroll/README.md CQ_INCLUDE_TRYBOTS=luci.chromium.try:chromeos-kevin-rel TBR=chrome-os-gardeners@google.com Bug: None Change-Id: I049d06308e6bedda991bb98db843462d9e74c090 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1873499Reviewed-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@{#708347}
-
Caleb Raitto authored
https://chromium.googlesource.com/chromium/deps/icu.git/+log/5005010d694e..b51014b96251 $ git log 5005010d6..b51014b96 --date=short --no-merges --format='%ad %ae %s' 2019-10-21 caraitto Add a fuzzer for UnicodeStringAppendable. Created with: roll-dep src/third_party/icu Bug: 1009107 Change-Id: I9da089cf6629a73458ce89c18f252a3a9b2cabdf Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1872810Reviewed-by:
Max Moroz <mmoroz@chromium.org> Commit-Queue: Caleb Raitto <caraitto@chromium.org> Cr-Commit-Position: refs/heads/master@{#708346}
-
Mike Wittman authored
This interface will be used for POSIX stack copying in a following CL. Bug: 988579 Change-Id: Iefd9c14031ef34f88587de4615b58faa8a58dd9a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1860150 Commit-Queue: Mike Wittman <wittman@chromium.org> Reviewed-by:
Charlie Andrews <charliea@chromium.org> Cr-Commit-Position: refs/heads/master@{#708345}
-
Per Åhgren authored
Bug: chromium:1016306 Change-Id: Ibbd26fec8a3657a85aa6cf2bca0d6680e1963674 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1872219Reviewed-by:
Jesse Doherty <jwd@chromium.org> Commit-Queue: Per Åhgren <peah@chromium.org> Cr-Commit-Position: refs/heads/master@{#708344}
-
Dan Beam authored
Fixed: 1016657 Change-Id: I9df9b7fcd524643bc9b7d3f78e646d21496b5e61 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1873963 Auto-Submit: Dan Beam <dbeam@chromium.org> Reviewed-by:
Moe Ahmadi <mahmadi@chromium.org> Commit-Queue: Dan Beam <dbeam@chromium.org> Cr-Commit-Position: refs/heads/master@{#708343}
-
Michael Spang authored
The global current config is the source of a variety of bugs which GlobalFontConfig is intended to solve. If the default config is replaced, call sites that access it may become unsafe (see bug 1004254). Bug: 1004254 Change-Id: I89bb7bb5d253773ffd60f28dcb76637eea82d37c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1865547Reviewed-by:
Robert Liao <robliao@chromium.org> Reviewed-by:
Etienne Bergeron <etienneb@chromium.org> Commit-Queue: Michael Spang <spang@chromium.org> Cr-Commit-Position: refs/heads/master@{#708342}
-
Sasha McIntosh authored
Note that JPEG YUV decoding is still only enabled for testing. In a follow-up change, |allow_decode_to_yuv_| will be set by RuntimeEnabledFeatures::DecodeJpeg420ImagesToYUVEnabled which will require rebasing some existing web tests. * Set pixmap width to the stride width (instead of image width) * Decrease unnecessary repetitive calls to JpegImageDecoder::DecodeSize (called by PaintImage::IsYuv) by providing plane indices when available. Bug: 919627 Change-Id: Ie3314b5cda9f075c62f7595ff22c41f4dad1a74e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1783206 Commit-Queue: Sasha McIntosh <sashamcintosh@chromium.org> Reviewed-by:
Eric Karl <ericrk@chromium.org> Reviewed-by:
Stephen Chenney <schenney@chromium.org> Reviewed-by:
Khushal <khushalsagar@chromium.org> Cr-Commit-Position: refs/heads/master@{#708341}
-
Evan Stade authored
Bug: 268984 Change-Id: I4c22030636127c620c3a0af2fbf9b1d9635d15c3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1869025Reviewed-by:
Devlin <rdevlin.cronin@chromium.org> Commit-Queue: Evan Stade <estade@chromium.org> Cr-Commit-Position: refs/heads/master@{#708340}
-
Victor Vasiliev authored
Most consumers of ConnectionInfo do not actually need the full level of detail provided by that enum, merely the name of the protocol used. This change allows us to add new QUIC versions without updating all call sites that are not interested in the specific QUIC version used. R=rch@chromium.org Change-Id: I831d3bd3a704f8f2936773a726ac50b6a80d2580 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1862122Reviewed-by:
Ryan Hamilton <rch@chromium.org> Reviewed-by:
Xing Liu <xingliu@chromium.org> Reviewed-by:
David Trainor <dtrainor@chromium.org> Commit-Queue: Victor Vasiliev <vasilvv@chromium.org> Cr-Commit-Position: refs/heads/master@{#708339}
-
Sarthak Shah authored
This CL will stop recording data for the Event.Touch.InputEventTimeStamp.DeltaBetweenTimeNowAndPerformanceCount.* and Event.Pen.InputEventTimeStamp.DeltaBetweenTimeNowAndPerformanceCount.* histogram. These histograms were added as an experiment to collect information about the drift between TimeTicks::Now and PerformanceCount. There is no more need to record the delta between them and so removing the histogram. Change-Id: I4284dddd8b2d5be70302df4179cca1b85de263a9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1866909Reviewed-by:
Navid Zolghadr <nzolghadr@chromium.org> Reviewed-by:
Robert Liao <robliao@chromium.org> Reviewed-by:
Ilya Sherman <isherman@chromium.org> Commit-Queue: Sarthak Shah <sarsha@microsoft.com> Cr-Commit-Position: refs/heads/master@{#708338}
-
Lukasz Anforowicz authored
This CL disables the following tests on CrOS: - RenderFrameHostImplBrowserTest.VisibilityScrolledOutOfView - SignedExchangeRequestHandlerBrowserTest.Simple - SignedExchangeRequestHandlerBrowserTest.VariantMatch Bug: 1016865, 954217 Change-Id: Ifa0bc6652c581bcfbc524931121975dedf9807fe Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1873889 Commit-Queue: Łukasz Anforowicz <lukasza@chromium.org> Commit-Queue: Alex Moshchuk <alexmos@chromium.org> Auto-Submit: Łukasz Anforowicz <lukasza@chromium.org> Reviewed-by:
Alex Moshchuk <alexmos@chromium.org> Reviewed-by:
Avi Drissman <avi@chromium.org> Cr-Commit-Position: refs/heads/master@{#708337}
-
Stefan Zager authored
BUG=1014273 TBR=chrishtr@chromium.org Change-Id: I34be160b2fb69cec8b9f0bd098bf5ae22386527c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1873148 Commit-Queue: Stefan Zager <szager@chromium.org> Reviewed-by:
Philip Rogers <pdr@chromium.org> Cr-Commit-Position: refs/heads/master@{#708336}
-
Jasper Chapman-Black authored
Bug: 1011921 Change-Id: I33b2f87730acfcee33a19bc143e9fe92bf7aba36 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1874229Reviewed-by:
Andrew Grieve <agrieve@chromium.org> Commit-Queue: Jasper Chapman-Black <jaspercb@chromium.org> Cr-Commit-Position: refs/heads/master@{#708335}
-
Chris Mumford authored
This change switches from using testing::CreateFunctor when calling testing::Invoke() to a C++ lambda. This improves test readibility and makes easier an upcoming changes to gmock_mutant.h (switch away from base::Bind()). Bug: 1007833, 806952 Change-Id: I73784234ade2a344c0a329615ca17d586f962da9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1874192Reviewed-by:
Gary Kacmarcik <garykac@chromium.org> Commit-Queue: Chris Mumford <cmumford@google.com> Cr-Commit-Position: refs/heads/master@{#708334}
-
Kevin Ellis authored
Bug: 981210 Change-Id: Ibb4b4a68944c86ef5b65db7472b3790620678150 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1873907Reviewed-by:
Robert Flack <flackr@chromium.org> Commit-Queue: Kevin Ellis <kevers@chromium.org> Cr-Commit-Position: refs/heads/master@{#708333}
-