- 13 May, 2020 40 commits
-
-
chromium-autoroll authored
https://chromium.googlesource.com/angle/angle.git/+log/a5750efe1eed..fcfe7fad6f80 git log a5750efe1eed..fcfe7fad6f80 --date=short --first-parent --format='%ad %ae %s' 2020-05-13 cnorthrop@google.com Capture/Replay: Fix MEC crash with Temple Run Created with: gclient setdep -r src/third_party/angle@fcfe7fad6f80 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/angle-chromium-autoroll Please CC geofflang@chromium.org 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-asan;luci.chromium.try:win_optional_gpu_tests_rel;luci.chromium.try:linux-swangle-try-x64;luci.chromium.try:win-swangle-try-x86 Bug: None Tbr: geofflang@chromium.org Change-Id: I25c404a73c7f7b8e2f721c412f7914147475aef1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2198954Reviewed-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@{#768467}
-
Erik Staab authored
Bug: 1072810 Change-Id: I3d16c5f102ce5bafddde068b4635ea039096655f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2195200 Commit-Queue: Erik Staab <estaab@chromium.org> Reviewed-by:
Clark DuVall <cduvall@chromium.org> Cr-Commit-Position: refs/heads/master@{#768466}
-
Mason Freed authored
These three tests fail when Web Components v0 features are removed. The WCv0 features are already adequately tested via layout tests, so these three should be ok to be removed. The WCv0 features are scheduled to be removed completely in M88. Bug: 937746 Change-Id: I000e1343a0b56f6b8442af0b9bb1e81786c0cf46 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2199412Reviewed-by:
Philip Rogers <pdr@chromium.org> Commit-Queue: Philip Rogers <pdr@chromium.org> Commit-Queue: Mason Freed <masonfreed@chromium.org> Auto-Submit: Mason Freed <masonfreed@chromium.org> Cr-Commit-Position: refs/heads/master@{#768465}
-
Michael Ershov authored
When inconsistent data error occurs, use the most recent certificate profile from preferences to retry. Bug: 1045895 Change-Id: I743cd6f8a956fdb39b66eaa8e5e3d80478fc68f9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2199109Reviewed-by:
Pavol Marko <pmarko@chromium.org> Commit-Queue: Michael Ershov <miersh@google.com> Cr-Commit-Position: refs/heads/master@{#768464}
-
Anastasia Helfinstein authored
Cleans up the Navigation Manager tests a bit in preparation for an upcoming refactor of the code. AX-Relnotes: n/a. Bug: None Change-Id: Ia564c9ed7444232426cb1c5d46ce10ac06809ad8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2197861Reviewed-by:
Akihiro Ota <akihiroota@chromium.org> Commit-Queue: Anastasia Helfinstein <anastasi@google.com> Cr-Commit-Position: refs/heads/master@{#768463}
-
Xing Liu authored
Query tiles code currently lives in components/query_tiles. This CL changes the namespace from upboarding to query_tiles. Bug: 1082052 Change-Id: Ia47e39e5c154c81c3e0510ce9ea18e9ab44008d0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2197959 Commit-Queue: Xing Liu <xingliu@chromium.org> Reviewed-by:
David Trainor <dtrainor@chromium.org> Reviewed-by:
Sylvain Defresne <sdefresne@chromium.org> Reviewed-by:
Tommy Li <tommycli@chromium.org> Reviewed-by:
Min Qin <qinmin@chromium.org> Reviewed-by:
Shakti Sahu <shaktisahu@chromium.org> Reviewed-by:
Hesen Zhang <hesen@chromium.org> Cr-Commit-Position: refs/heads/master@{#768462}
-
Pavol Marko authored
These strings will be used in the UI (under chrome://settings/certificatges) for the Chrome OS built-in certificate provisioning feature. For reference, screenshots of the UI are in https://crbug.com/1081396 . Individual screenshots with each string marked have been uploaded. Bug: 1045895, 1081396 Change-Id: Ie1fc79ac2b01f1f8ebd545f23e388494685fde4e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2199836 Commit-Queue: Pavol Marko <pmarko@chromium.org> Reviewed-by:
dpapad <dpapad@chromium.org> Cr-Commit-Position: refs/heads/master@{#768461}
-
Alexander Timin authored
Convert the final user to DidStartNavigation and delete deprecated method. R=clamy@chromium.org TBR=ellyjones@chromium.org Change-Id: Ia69bb35233dbccf84a82acf36cb3efb53e501193 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2162736Reviewed-by:
Alexander Timin <altimin@chromium.org> Reviewed-by:
Changwan Ryu <changwan@chromium.org> Reviewed-by:
Camille Lamy <clamy@chromium.org> Commit-Queue: Alexander Timin <altimin@chromium.org> Cr-Commit-Position: refs/heads/master@{#768460}
-
Lei Zhang authored
Add an off by default base::Feature for controlling how much rasterization to do when printing in EMF mode on Windows. This will reduce print job sizes in some cases. Since the feature caused printing regressions in the past, having a base::Feature toggle will allow the feature to be rolled out in a controlled manner. This CL includes: - Plumbing for the browser to tell the PdfToEmfConverter service to use the new printing modes. - New Printing.ConversionSize metrics to see how the new printing modes perform size-wise. Along the way, all Printing.ConversionSize metrics have been updated with secondary owners and actual expiration dates. - A very basic sanity test. Bug: 674771 Change-Id: I7ccd8d4c9320eb1c42f3c3040814ed41027f36bc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2194797 Commit-Queue: Lei Zhang <thestig@chromium.org> Reviewed-by:
Rebekah Potter <rbpotter@chromium.org> Reviewed-by:
Tom Sepez <tsepez@chromium.org> Reviewed-by:
Alexei Svitkine <asvitkine@chromium.org> Cr-Commit-Position: refs/heads/master@{#768459}
-
Rakib Hasan authored
This reverts commit fb714e98. Reason for revert: This change is breaking the wpt importer. Original change's description: > blinkpy: Create WPTExpectationsUpdater subclass that handles Android > > This CL will create a WPTExpectationsUpdater subclass that takes > JSON results from Android WPT bots and update browser specific > expectations files. > > Bug: 1050760, 1050754 > Change-Id: Iddff952a54923547eb7a6f32249ea2da113f7dac > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2147689 > Commit-Queue: Rakib Hasan <rmhasan@google.com> > Reviewed-by: Luke Z <lpz@chromium.org> > Reviewed-by: Robert Ma <robertma@chromium.org> > Cr-Commit-Position: refs/heads/master@{#767998} TBR=lpz@chromium.org,robertma@chromium.org,rmhasan@google.com Change-Id: I03db9d214fc3de5485528ccccbd50dba1df03cbe No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 1050760, 1050754 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2198718Reviewed-by:
Rakib Hasan <rmhasan@google.com> Commit-Queue: Rakib Hasan <rmhasan@google.com> Cr-Commit-Position: refs/heads/master@{#768458}
-
Carlos IL authored
Adds a new PasswordManager.FillingAssistance.MixedForm histogram that gets logged when a form is mixed content (is on an HTTPS site, but has an HTTP target). Bug: 1081869 Change-Id: I37ab96d9bd51ef7b004d4132b6e8bd33624f1c1e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2197262 Commit-Queue: Carlos IL <carlosil@chromium.org> Commit-Queue: Christopher Thompson <cthomp@chromium.org> Auto-Submit: Carlos IL <carlosil@chromium.org> Reviewed-by:
Christopher Thompson <cthomp@chromium.org> Reviewed-by:
Dominic Battré <battre@chromium.org> Reviewed-by:
Mohamed Amir Yosef <mamir@chromium.org> Cr-Commit-Position: refs/heads/master@{#768457}
-
Yusuke Sato authored
BUG=b:155128030 TEST=components_unittests Change-Id: I0198ad6009f17a0976047bc8c442c6fa5f2aeace Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2199858Reviewed-by:
Long Cheng <lgcheng@google.com> Commit-Queue: Yusuke Sato <yusukes@chromium.org> Cr-Commit-Position: refs/heads/master@{#768456}
-
Peter Wen authored
Lint no longer runs per-library so we need an apk to ensure these interface boundaries remain at minSdkVersion 14. Switch @TargetApi to @RequiresApi for lint. Add this apk to android_compile_dbg so that it is verified by the CQ. Bug: 1017190,1082319 Fixes: 1082319 Change-Id: I94064c781bd39b046fbfe9a1f03eb38292eeb24d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2199579 Commit-Queue: Peter Wen <wnwen@chromium.org> Reviewed-by:
Nate Fischer <ntfschr@chromium.org> Reviewed-by:
Ben Pastene <bpastene@chromium.org> Reviewed-by:
Richard Coles <torne@chromium.org> Auto-Submit: Peter Wen <wnwen@chromium.org> Cr-Commit-Position: refs/heads/master@{#768455}
-
Chris Lu authored
Change-Id: Ib07643200bda3f8d32cfa7541b72f79df31d3a7d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2199922 Commit-Queue: Chris Lu <thegreenfrog@chromium.org> Commit-Queue: Moe Ahmadi <mahmadi@chromium.org> Reviewed-by:
Moe Ahmadi <mahmadi@chromium.org> Cr-Commit-Position: refs/heads/master@{#768454}
-
Peng Huang authored
Add the UMA GPU.Vulkan.QueueSubmitPerSwapBuffers for measuring vkQueueSubmit() calls. Bug: 1012393,1022495 Change-Id: I3f5aea2540c90cb15fc5b8f476feb1bc34c36eca Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2190032 Commit-Queue: Peng Huang <penghuang@chromium.org> Reviewed-by:
Vasiliy Telezhnikov <vasilyt@chromium.org> Reviewed-by:
Brian White <bcwhite@chromium.org> Auto-Submit: Peng Huang <penghuang@chromium.org> Cr-Commit-Position: refs/heads/master@{#768453}
-
Anders Hartvoll Ruud authored
The vertical-align property is one of many special properties which store their computed value in multiple fields on ComputedStyle. For this property in particular, keywords are stored in one place, and lengths are stored in another. This means that simply comparing the main getter is not enough to implement VerticalAlign:: ComputedValuesEqual correctly. This CL adds a computed_value_compare_fields option which overrides which fields to use in the generated function. For the record, the vertical-align property is relevant because it appears with explicit inheritance in the UA sheet. Hence it's more likely to be subjected to explicit inheritance than other properties. Bug: 1057072 Change-Id: I3502d78fbf87cab3dde20d09f4559f4974bcea8c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2193072 Commit-Queue: Anders Hartvoll Ruud <andruud@chromium.org> Reviewed-by:
Xiaocheng Hu <xiaochengh@chromium.org> Cr-Commit-Position: refs/heads/master@{#768452}
-
Alexander Timin authored
R=nasko@chromium.org BUG=1059903 Change-Id: If0ea9bedb977b27ea73023b0b6bb913d8ce1016a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2199149 Commit-Queue: Alexander Timin <altimin@chromium.org> Commit-Queue: Nasko Oskov <nasko@chromium.org> Auto-Submit: Alexander Timin <altimin@chromium.org> Reviewed-by:
Nasko Oskov <nasko@chromium.org> Cr-Commit-Position: refs/heads/master@{#768451}
-
chromium-autoroll authored
https://android.googlesource.com/platform/external/perfetto.git/+log/4ca39abdbf82..d8cb80d7a786 git log 4ca39abdbf82..d8cb80d7a786 --date=short --first-parent --format='%ad %ae %s' 2020-05-13 hjd@google.com Merge "ui: Update OWNERS" 2020-05-13 ilkos@google.com Merge "Add unreclaimable category in rss_stat" Created with: gclient setdep -r src/third_party/perfetto@d8cb80d7a786 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/+/master/autoroll/README.md Cq-Include-Trybots: luci.chromium.try:linux-perfetto-rel Bug: None Tbr: perfetto-bugs@google.com Change-Id: I01e5faf4bf8a17a4eac40b1178323a055402b51f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2199720Reviewed-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@{#768450}
-
Xiaohan Wang authored
UKM privacy review doc: http://shortn/_eoPw1XKhU1 This can help us understand whether CDM instances are being created from iframes etc. Manually tested: 2. Start Chrome with the following flags: --force-enable-metrics-reporting --metrics-upload-interval=1 3. Play protected content on Shaka Player. 4. Go to chrome://ukm to saw that Media.EME.CreateMediaKeys is reported with: IsAdFrame 0 IsCrossOrigin 0 IsTopFrame 1 KeySystem 1 Bug: 1077390 Test: See above Change-Id: I849e919643923f920c1efa5673a54d75ee0f408c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2184202Reviewed-by:
Brian White <bcwhite@chromium.org> Reviewed-by:
Steven Holte <holte@chromium.org> Reviewed-by:
Mounir Lamouri <mlamouri@chromium.org> Reviewed-by:
John Rummell <jrummell@chromium.org> Commit-Queue: Xiaohan Wang <xhwang@chromium.org> Cr-Commit-Position: refs/heads/master@{#768449}
-
Garrett Beaty authored
Bug: 1056428 Change-Id: I37bd3fc05a6b651b99096639e74b6ac3bb1d99ff Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2197498 Auto-Submit: Garrett Beaty <gbeaty@chromium.org> Reviewed-by:
Aaron Gable <agable@chromium.org> Commit-Queue: Garrett Beaty <gbeaty@chromium.org> Cr-Commit-Position: refs/heads/master@{#768448}
-
Alexandre Frechette authored
Bug: 1044196 Change-Id: I31733a670427323888eca9dd5ebe789361027b41 TBR: rkaplow@chromium.org Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2199681 Commit-Queue: Alexandre Frechette <frechette@chromium.org> Reviewed-by:
Dan H <harringtond@chromium.org> Cr-Commit-Position: refs/heads/master@{#768447}
-
David Black authored
These new APIs will be wired up to Assistant notifications to pause/ resume timers via notification buttons. Bug: b:149570650 Change-Id: I41afde7fb6c1ddc5c69c58f93b955d96ba5bdc75 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2195083 Commit-Queue: David Black <dmblack@google.com> Reviewed-by:
Jeroen Dhollander <jeroendh@google.com> Reviewed-by:
Xiaohui Chen <xiaohuic@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Cr-Commit-Position: refs/heads/master@{#768446}
-
Yuke Liao authored
The existing setup of enabling code coverage in try builder is incorrect, and this CL fixes the issue with the following steps: 1. 'Win x64 Builder', 'Win10 x64 Release (NVIDIA)' and 'Win10 Tests x64' have isolate_profile_data mixin. 2. 'win10_chromium_x64_rel_ng' is switched to mirror the builders mentioned in 1 instead of their code coverage counterparts. 3. Remove the code coverage counterparts of the builders in 1. Bug: 1004523 Change-Id: I7a2727fceec92e6e3b8e3660092c559a7ba6e24f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2197256Reviewed-by:
Garrett Beaty <gbeaty@chromium.org> Commit-Queue: Yuke Liao <liaoyuke@chromium.org> Cr-Commit-Position: refs/heads/master@{#768445}
-
Tom Anderson authored
This is a reland of 92bb727b Original change's description: > [XProto] Remove some usages of XLib in XAtomCache and x11_util > > Remove all usages from XAtomCache, and remove property-related > usages from x11_util.cc. > > BUG=1066670 > R=sky > > Change-Id: I2d1efb7c6858bc27e891a43375a5c72309da9de9 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2191111 > Auto-Submit: Thomas Anderson <thomasanderson@chromium.org> > Reviewed-by: Scott Violet <sky@chromium.org> > Commit-Queue: Thomas Anderson <thomasanderson@chromium.org> > Cr-Commit-Position: refs/heads/master@{#767555} TBR=sky Bug: 1066670 Change-Id: I3f8266c92dfefde37a767325dd1eade33fe6a7aa Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2199705Reviewed-by:
Thomas Anderson <thomasanderson@chromium.org> Reviewed-by:
Scott Violet <sky@chromium.org> Commit-Queue: Thomas Anderson <thomasanderson@chromium.org> Cr-Commit-Position: refs/heads/master@{#768444}
-
Hazem Ashmawy authored
Use proto Message#writeDelimitedTo and parseDelimitedFrom to append proto messages to log file instead of rewriting the whole HistogramRecordList proto in each record call. This makes writing to file more efficient. This also adds test coverage for writing and reading from files in the service. The added tests don't perform actually bind to the service rather create a service object and simulate a service start. No backward combitability for old file format is added since this code hasn't been part of production yet and no metrics are recorded using it. Fixed: 1079395 Test: out/Debug/bin/run_webview_instrumentation_test_apk Change-Id: Ib92e8afcda01d38ec135942cfbe4cf1ef83cc6ab Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2196591 Commit-Queue: Hazem Ashmawy <hazems@chromium.org> Reviewed-by:
Richard Coles <torne@chromium.org> Reviewed-by:
Nate Fischer <ntfschr@chromium.org> Cr-Commit-Position: refs/heads/master@{#768443}
-
Michael Chang authored
Currently when the updater is run, it shows up in the dock. It shouldn't show up in the dock because the updater should be a background application. Bug: 1082365 Change-Id: If186e0d709c68acb3a777cd28f9abfa223e56aa7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2197605 Commit-Queue: Michael Chang <donchan@microsoft.com> Reviewed-by:
Joshua Pawlicki <waffles@chromium.org> Cr-Commit-Position: refs/heads/master@{#768442}
-
Nicolás Peña Moreno authored
Bug: 543598 Change-Id: I8bc74c88a3125bb9c614416e39054668e3466d91 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2191238Reviewed-by:
Yoav Weiss <yoavweiss@chromium.org> Reviewed-by:
Navid Zolghadr <nzolghadr@chromium.org> Commit-Queue: Nicolás Peña Moreno <npm@chromium.org> Cr-Commit-Position: refs/heads/master@{#768441}
-
Chong Gu authored
net_unittests currently take ~12 minutes to run, way longer than other tests we have on CI. It takes on average ~7 minutes for the builder to wait for this test suite to finish after all other test suites are completed. Making this change will most likely add ~2(setup time)*3=6 minutes of bot time per run but save ~5 minutes of total run time. Change-Id: Ic409fec191af22bdcab07479a50da8cebd5b958b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2198679Reviewed-by:
Brian Sheedy <bsheedy@chromium.org> Commit-Queue: Chong Gu <chonggu@google.com> Cr-Commit-Position: refs/heads/master@{#768440}
-
Findit authored
This reverts commit 02ee5e26. Reason for revert: Findit (https://goo.gl/kROfz5) identified CL at revision 768422 as the culprit for failures in the build cycles as shown on: https://analysis.chromium.org/waterfall/culprit?key=ag9zfmZpbmRpdC1mb3ItbWVyRAsSDVdmU3VzcGVjdGVkQ0wiMWNocm9taXVtLzAyZWU1ZTI2ZDJhYzY1MjJiZDgzYWQyN2FkODMzMTAwZGYxNzMyNmUM Sample Failed Build: https://ci.chromium.org/b/8880385420393224480 Sample Failed Step: compile Original change's description: > [Fuchsia] Add unittests for VideoCaptureDeviceFuchsia > > Added unittests of for VideoCaptureDeviceFuchsia with fake > fuchsia.camera3.Device and fuchsia.camera3.Stream implementations. > > In the future the fakes can be used for web_engine_integration_tests. > > Bug: 866669 > Change-Id: I0b5b0267127f9843b12123eb9e9a61890ec95a25 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2181184 > Reviewed-by: Emircan Uysaler <emircan@chromium.org> > Reviewed-by: Kevin Marshall <kmarshall@chromium.org> > Commit-Queue: Sergey Ulanov <sergeyu@chromium.org> > Cr-Commit-Position: refs/heads/master@{#768422} Change-Id: I3930a3a9683e70109936cee4fa1ed68121511be6 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 866669 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2199723 Cr-Commit-Position: refs/heads/master@{#768439}
-
Henrique Nakashima authored
Change-Id: Ie8e9ea00b30200f4cff054060fc76cff7fbc4623 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2176759Reviewed-by:
Matthew Jones <mdjones@chromium.org> Commit-Queue: Henrique Nakashima <hnakashima@chromium.org> Cr-Commit-Position: refs/heads/master@{#768438}
-
David Bokan authored
This CL adds explanatory comments to various parts of the input pipeline and leaves TODOs for some future improvements that require more investigation or could be breaking. It also renames some variables and methods to be clearer and adds DCHECKs to clarify invariants. This CL has no intended behavioral differences. The comments in InputHandlerProxy come from investigating some of the history of these bits: |is_scroll_end_from_wheel| comes from https://crrev.com/c/557463/ with more explanation in https://crbug.com/704732 |is_from_set_non_blocking_touch| comes from https://crbug.com/704732 and https://codereview.chromium.org/2869823003 |blocking_wheel_update| comes from https://crrev.com/ff58622d23a1de5 Bug: NONE Change-Id: I05d1f9a19866fdb16eaf1c9bcb34ff6fe9a2bea4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2192673Reviewed-by:
Dave Tapuska <dtapuska@chromium.org> Commit-Queue: David Bokan <bokan@chromium.org> Cr-Commit-Position: refs/heads/master@{#768437}
-
Bruce Dawson authored
When working on crrev.com/c/2188517 (already landed) I misunderstood a suggestion about using base::NoDestructor. This change uses that type to leak URLIndexPrivateData more cleanly. Bug: 1025646, 1032679 Change-Id: Ic60066b3dbfc93fd86ba0a875f9cd3e936bc7c4b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2198928 Commit-Queue: Justin Donnelly <jdonnelly@chromium.org> Auto-Submit: Bruce Dawson <brucedawson@chromium.org> Reviewed-by:
Justin Donnelly <jdonnelly@chromium.org> Cr-Commit-Position: refs/heads/master@{#768436}
-
Hesen Zhang authored
- wrapping the background task scheduler with backoff reschedule logic together. Bug: 1073550 Change-Id: I729a07245f568617e9097cfbb34a5c9ceeb68466 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2189696 Commit-Queue: Hesen Zhang <hesen@chromium.org> Reviewed-by:
Dominic Battré <battre@chromium.org> Reviewed-by:
David Trainor <dtrainor@chromium.org> Reviewed-by:
Xing Liu <xingliu@chromium.org> Reviewed-by:
Min Qin <qinmin@chromium.org> Reviewed-by:
Shakti Sahu <shaktisahu@chromium.org> Cr-Commit-Position: refs/heads/master@{#768435}
-
Aaron Tagliaboschi authored
Bug: 928669 Change-Id: I9ebd712d9a1a0e622ecd630b514bc2cf45391307 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2199396 Commit-Queue: Aaron Tagliaboschi <aarontag@chromium.org> Reviewed-by:
Yoav Weiss <yoavweiss@chromium.org> Reviewed-by:
Mike West <mkwst@chromium.org> Cr-Commit-Position: refs/heads/master@{#768434}
-
Siyu An authored
Bug: 1082013 Change-Id: I25d1c4588254c39b996ce9812e829123219e3764 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2197513 Commit-Queue: Siyu An <siyua@chromium.org> Reviewed-by:
Jared Saul <jsaul@google.com> Cr-Commit-Position: refs/heads/master@{#768433}
-
Chris Lu authored
This creates a simple fake that will allow tests to trigger the delegate's observer callbacks. Bug: 1071914 Change-Id: I7bce3122bd50a43c204a3e4d6de26cab302d9989 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2194334 Commit-Queue: Chris Lu <thegreenfrog@chromium.org> Reviewed-by:
Sergio Collazos <sczs@chromium.org> Cr-Commit-Position: refs/heads/master@{#768432}
-
Ted Meyer authored
This is part of switching the flags around to disable the chrome:// url and have it be off by default, until it's ready to go away completely. A followup cl will remove the replacement messages. Bug: 1018414 Change-Id: If2912ebf239429fba1717cca8734f913484c4101 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2197612Reviewed-by:
Dale Curtis <dalecurtis@chromium.org> Commit-Queue: Ted Meyer <tmathmeyer@chromium.org> Cr-Commit-Position: refs/heads/master@{#768431}
-
David Schinazi authored
https://quiche.googlesource.com/quiche.git/+log/37d11a026c83..7ccff589359 $ git log 37d11a026..7ccff589359 --date=short --no-merges --format='%ad %ae %s' 2020-05-13 dschinazi Harden QuicStream::flow_controller_ 2020-05-13 nharper Add flag count macro for quic_enable_tls_resumption 2020-05-12 wub Let lossdetectioninterface::detectlosses to return a detectionstats which includes the max sequence reordering observed from acked packets. protected by existing flag --gfe2_reloadable_flag_quic_enable_loss_detection_experiment_at_gfe. 2020-05-12 fayang Deprecate gfe2_reloadable_flag_quic_use_blackhole_detector. 2020-05-12 renjietang Plumb HTTP/3 settings for client side 0-rtt setup. 2020-05-12 dschinazi Replace long connection IDs in GfeQuicDispatcher 2020-05-12 bnc Re-enable TLS for EndToEndTest.AckNotifierWithPacketLossAndBlockedSocket. 2020-05-11 quiche-dev Add missing flag counter for flag verification. 2020-05-11 dschinazi Allow quic_client to override connection ID lengths 2020-05-11 renjietang Let TlsClientHandshaker handle connection close during config negotiation. 2020-05-11 renjietang Send HTTP/3 GOAWAY for ImmediateGoAwaySession in tests. 2020-05-11 ianswett Tighten up the expectations of number of packets sent on the 6PTO test in QuicConnectionTest. Created with: roll-dep src/net/third_party/quiche/src src/third_party/quic_trace/src Change-Id: Id0745a564756d3d461aa8228c84698fdea92685d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2198374 Commit-Queue: David Schinazi <dschinazi@chromium.org> Commit-Queue: Nick Harper <nharper@chromium.org> Auto-Submit: David Schinazi <dschinazi@chromium.org> Reviewed-by:
Nick Harper <nharper@chromium.org> Cr-Commit-Position: refs/heads/master@{#768430}
-
John Delaney authored
This reverts commit 87691864. Reason for revert: introducing flakes on https://crbug.com/1082421 Original change's description: > [conversions] Do not use a noise provider in debug_mode > > Fixes flakes in ConversionsBrowsertest caused by a real noise > provider being used on conversiondata. > > The ternary used to allocate a noise provider is backwards, and should > use a null NoiseProvider in debug mode. > > Bug: 1082236,1082168,1082134 > Change-Id: Ibaa23ed16aaed1a80aa90f9e25a9ba8fd211f4bf > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2198367 > Reviewed-by: Charlie Harrison <csharrison@chromium.org> > Commit-Queue: John Delaney <johnidel@chromium.org> > Cr-Commit-Position: refs/heads/master@{#768354} TBR=csharrison@chromium.org,johnidel@chromium.org Change-Id: I3e43fa420b0982e758ac23e559ab2f90a231cd64 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 1082236, 1082168, 1082134 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2199924Reviewed-by:
John Delaney <johnidel@chromium.org> Commit-Queue: John Delaney <johnidel@chromium.org> Cr-Commit-Position: refs/heads/master@{#768429}
-
Mugdha Lakhani authored
Bug: 1082298 Change-Id: I33225402fdcbf78b11b7c509c2342bf50fd24a0b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2199110Reviewed-by:
John Abd-El-Malek <jam@chromium.org> Commit-Queue: Mugdha Lakhani <nator@chromium.org> Auto-Submit: Mugdha Lakhani <nator@chromium.org> Cr-Commit-Position: refs/heads/master@{#768428}
-