- 16 Jul, 2020 40 commits
-
-
chromium-autoroll authored
https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/ed9e5acd61d7..5fcb48536cce 2020-07-15 ehmaldonado@chromium.org Roll git to 2.27.0 on Windows If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/depot-tools-chromium-autoroll Please CC ajp@google.com,apolito@google.com,ehmaldonado@google.com,sokcevic@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/master/autoroll/README.md Bug: chromium:1070694 Tbr: ajp@google.com,apolito@google.com,ehmaldonado@google.com,sokcevic@google.com Change-Id: I7941d3cffca204c6635f76a94291d0bd36c6ebad Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2301090Reviewed-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@{#788901}
-
Kevin McNee authored
The logic for ignoring renderer initiated navigations without a user gesture is duplicated for renderer initiated back/forward. We now call |Navigator::ShouldIgnoreIncomingRendererRequest| which has this logic. Bug: None Change-Id: Id31f151d6220e1101e20f7bced0d9bd227ebf789 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2281108 Commit-Queue: Nasko Oskov <nasko@chromium.org> Auto-Submit: Kevin McNee <mcnee@chromium.org> Reviewed-by:
Nasko Oskov <nasko@chromium.org> Cr-Commit-Position: refs/heads/master@{#788900}
-
Lijin Shen authored
Remove expired histograms: 1. BookmarkManager.NumDraggedInSession 2. BookmarkManager.NumReorderButtonInSession Bug: 1052939 Change-Id: I929b8140d89b9e351ab8c2069e416d2b0d0d3279 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2298722Reviewed-by:
Theresa <twellington@chromium.org> Reviewed-by:
Ilya Sherman <isherman@chromium.org> Commit-Queue: Lijin Shen <lazzzis@google.com> Cr-Commit-Position: refs/heads/master@{#788899}
-
Jinsuk Kim authored
This CL fixes a bug in FullscreenManager that handles a pending fullscreen operation getting active when the tab becomes user-interactive. Also added a test that passes when the patch is applied. Bug: 510282 Change-Id: Id328cc3bd1421de51503bc30a6b4dc5bd91a2c5a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2298784 Commit-Queue: Jinsuk Kim <jinsukkim@chromium.org> Reviewed-by:
Theresa <twellington@chromium.org> Cr-Commit-Position: refs/heads/master@{#788898}
-
Thanh Nguyen authored
Bug: 1105896 Change-Id: I426f48b4d15b767f4eed2f0a5433efcde7d7bb7a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2299822 Commit-Queue: Thanh Nguyen <thanhdng@chromium.org> Reviewed-by:
Jia Meng <jiameng@chromium.org> Cr-Commit-Position: refs/heads/master@{#788897}
-
Andrew Grieve authored
Bug: 1041930 Change-Id: I66b375158ba361cc14b791ee3a1542df2c3abf4d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2297987 Commit-Queue: Andrew Grieve <agrieve@chromium.org> Auto-Submit: Andrew Grieve <agrieve@chromium.org> Reviewed-by:
David Trainor <dtrainor@chromium.org> Cr-Commit-Position: refs/heads/master@{#788896}
-
chromium-autoroll authored
https://android.googlesource.com/platform/external/perfetto.git/+log/ddc86ef759d8..c63cdce64c9e 2020-07-15 aninditaghosh@google.com Add query function to Python API for trace processor. 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: I0375a59ac5d1dd3795839f8bc70fc5cba277bcc9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2300866Reviewed-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@{#788895}
-
My Nguyen authored
Bug: 1102561 Change-Id: I35e34c25cce707d801d2cbd706273ba172939d0f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2283027 Commit-Queue: My Nguyen <myy@chromium.org> Reviewed-by:
Devlin <rdevlin.cronin@chromium.org> Reviewed-by:
Keith Lee <keithlee@chromium.org> Cr-Commit-Position: refs/heads/master@{#788894}
-
David Van Cleve authored
http://crrev.com/c/2270354 added a comment to net::HttpRequestHeaders::SetHeader explaining that the caller needs to guarantee that both arguments satisfy validity preconditions. This change copies the comment to SetHeaderIfMissing, which enforces the same preconditions. R=mmenke Bug: 1105745 Change-Id: I11c2c9e8329c349b3cd77c3dd673fc96ea34612e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2300603 Auto-Submit: David Van Cleve <davidvc@chromium.org> Reviewed-by:
Matt Menke <mmenke@chromium.org> Commit-Queue: David Van Cleve <davidvc@chromium.org> Cr-Commit-Position: refs/heads/master@{#788893}
-
Tao Bai authored
Previously, the FocusNoLongerOnForm() was called after FormControlElementClicked() when focus was moved form a form to another, this made browser consider the focus is no longer on the new focused form, therefore, cancel the autofill. This wasn't an observable issue for Chrome because the autofill can still be triggered again by the following event, but caused WebView/WebLayer autofill be cancelled until the user touch the field again. This patch change the sequence, so the FocusNoLongerOnForm is always called before the FormControlElementClicked(). Also, changed tests which expected the extra focus change event. Bug: 1105254 Change-Id: I9f9e0da323631c91a6797d15138daa80a47f9aaf Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2296487Reviewed-by:
Dominic Battré <battre@chromium.org> Commit-Queue: Tao Bai <michaelbai@chromium.org> Cr-Commit-Position: refs/heads/master@{#788892}
-
Tsuyoshi Horo authored
When there is a mismatch between the 'header-integrity' value of 'allowed-alt-sxg' link header of the cached main resource and the header integrity value of the cached subresource, Chrome will send a NEL report with "sxg.header_integrity_mismatch" type when navigating to the main resource if NEL reporting was setup. Bug: 1025074 Change-Id: I7c0ae0904a211e11b72bae95cfe2274eb9c5550a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2237212Reviewed-by:
Kunihiko Sakamoto <ksakamoto@chromium.org> Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Commit-Queue: Tsuyoshi Horo <horo@chromium.org> Cr-Commit-Position: refs/heads/master@{#788891}
-
Andrew Grieve authored
Bug: 1041930 Change-Id: If407bc3418dbf0759d248baa7cdd7d4a3b6844a8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2297704 Commit-Queue: Andrew Grieve <agrieve@chromium.org> Reviewed-by:
Bo <boliu@chromium.org> Cr-Commit-Position: refs/heads/master@{#788890}
-
Ryo Hashimoto authored
BUG=952745 TEST=build Change-Id: Iff885096cd09575837b21c71686e740490da83bc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2299682Reviewed-by:
Steven Bennetts <stevenjb@chromium.org> Commit-Queue: Ryo Hashimoto <hashimoto@chromium.org> Cr-Commit-Position: refs/heads/master@{#788889}
-
Hidehiko Abe authored
In base::Process::WaitForExitWithTimeout, it is checked whether base sync primitives is allowed. Send to the thread with the trait. Bug: 1103798 Test: Ran locally, and no DCHECK error on lacros-chrome termination. Change-Id: Ie1d15d1ee949a6f7c06726ccb14c90b38fea96ad Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2299947Reviewed-by:
James Cook <jamescook@chromium.org> Commit-Queue: Hidehiko Abe <hidehiko@chromium.org> Cr-Commit-Position: refs/heads/master@{#788888}
-
Xianzhu Wang authored
It enables all blink runtime features with status:"test" or status:"experimental" defined in third_party/blink/renderer/platform/runtime_enabled_features.json5. For more information, https://groups.google.com/a/chromium.org/g/blink-dev/c/_COjLyfAEO0/m/1kC0sNuMAgAJ Change-Id: I5ec469d7f8b6cac3e793947e649cbb9f384158e8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2300832Reviewed-by:
Kentaro Hara <haraken@chromium.org> Commit-Queue: Xianzhu Wang <wangxianzhu@chromium.org> Cr-Commit-Position: refs/heads/master@{#788887}
-
chrome-release-bot authored
# This is an automated release commit. # Do not revert without consulting chrome-pmo@google.com. NOAUTOREVERT=true TBR=pbommana@chromium.org Change-Id: Ifbede59a6fc5f0f5f81224b296458d0f4aa60886 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2300935Reviewed-by:
Chrome Release Bot (LUCI) <chrome-official-brancher@chops-service-accounts.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#788886}
-
Martin Kreichgauer authored
This allows us to get rid of base::Timer injection into AuthenticatorCommon, which tests used to wait for requests to time out. Also get remove a number of superfluous RunUntilIdle() calls, and of calls to OverrideLastCommittedOrigin() where SimulateNavigation() would suffice. Change-Id: I8cb4980d51efe43f59d828cde5f34ce67d38d928 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2299630 Auto-Submit: Martin Kreichgauer <martinkr@google.com> Reviewed-by:
Jared Saul <jsaul@google.com> Reviewed-by:
Adam Langley <agl@chromium.org> Commit-Queue: Martin Kreichgauer <martinkr@google.com> Cr-Commit-Position: refs/heads/master@{#788885}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/ed9549e829b5..d6108deaa5b3 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 kinuko@google.com,kristipark@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-chromeos-chrome Bug: chromium:1091004 Tbr: kinuko@google.com,kristipark@google.com Change-Id: I2b5be6d66179849b71330339ebaa1b5698bfe5e3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2301080Reviewed-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@{#788884}
-
Charlene Yan authored
Translation instructions from http://g.co/chrome/translation which suggested screenshots even if the text is not rendered. Bug: 1018230 Change-Id: If9600a1583fdd2796d3516f9047c89e4d3ee1f83 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2298522 Commit-Queue: Charlene Yan <cyan@chromium.org> Reviewed-by:
Connie Wan <connily@chromium.org> Cr-Commit-Position: refs/heads/master@{#788883}
-
Bartek Nowierski authored
This is a continuation of crrev.com/c/2291304, which renamed the class, but missed a few string references. Bug: 2291304 Change-Id: Iffa16cde342ad84b2ed77b9ca7c032d9b4c04115 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2299821 Commit-Queue: Bartek Nowierski <bartekn@chromium.org> Commit-Queue: Kentaro Hara <haraken@chromium.org> Auto-Submit: Bartek Nowierski <bartekn@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Cr-Commit-Position: refs/heads/master@{#788882}
-
Carlos IL authored
This CL addresses a leftover review comment from crrev.com/c/2292868 Bug: 1093103 Change-Id: I8012c60f9a23108763e7da362a551e3c77e6d7a8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2300090 Commit-Queue: Carlos IL <carlosil@chromium.org> Commit-Queue: Evan Stade <estade@chromium.org> Auto-Submit: Carlos IL <carlosil@chromium.org> Reviewed-by:
Evan Stade <estade@chromium.org> Cr-Commit-Position: refs/heads/master@{#788881}
-
Peter Kotwicz authored
This CL: - Re-enables the 'AndroidNullableCheck' and 'NoRedundantFieldInitCheck' errorprone compiler plugins - Switches javax.annotation.Nullable imports to androidx.annotation.Nullable - Removes redundant member variable initializations BUG=1104558 TEST=errorprone_plugin:tests Change-Id: Id6196c7d89795fab490b7931f079f0cd03bbe71b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2291984 Commit-Queue: Peter Kotwicz <pkotwicz@chromium.org> Reviewed-by:
Andrew Grieve <agrieve@chromium.org> Reviewed-by:
Bo <boliu@chromium.org> Reviewed-by:
Yaron Friedman <yfriedman@chromium.org> Reviewed-by:
Ted Choc <tedchoc@chromium.org> Cr-Commit-Position: refs/heads/master@{#788880}
-
Tomasz Wiszkowski authored
Change-Id: I8c25d4aa54853d67017d04e9e03c0cf955902a0c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2301179 Commit-Queue: Ender <ender@google.com> Commit-Queue: Ted Choc <tedchoc@chromium.org> Auto-Submit: Ender <ender@google.com> Reviewed-by:
Ted Choc <tedchoc@chromium.org> Cr-Commit-Position: refs/heads/master@{#788879}
-
Evan Stade authored
A couple of notification related prefs are moved to //components/content_settings. Their registration remains in //chrome since other embedders don't use them yet. Bug: 1071603 Change-Id: Ic43ea701619c3764db899b4965db6e414638f016 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2288310 Commit-Queue: Evan Stade <estade@chromium.org> Reviewed-by:
Ted Choc <tedchoc@chromium.org> Cr-Commit-Position: refs/heads/master@{#788878}
-
David Munro authored
Bug: chromium:1105298 Test: manual Change-Id: I521b8a28b75a1419848417885bfcc5e710413657 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2297070 Auto-Submit: David Munro <davidmunro@google.com> Commit-Queue: Nicholas Verne <nverne@chromium.org> Reviewed-by:
Nicholas Verne <nverne@chromium.org> Cr-Commit-Position: refs/heads/master@{#788877}
-
Anand K Mistry authored
DictionaryValue::RemoveWithoutPathExpansion() is deprecated. For the case where nullptr is passed for the output argument, Value::RemoveKey() is a trivial replacement. Mostly done with the following command line, plus a bit of finesse: % git grep -l RemoveWithoutPathExpansion | \ xargs sed -E -i 's/RemoveWithoutPathExpansion\((.*), nullptr/RemoveKey\(\1/g' Bug: 646113 This CL was uploaded by git cl split. R=mfoltz@chromium.org Change-Id: Ic97ced471c5b8eee49b4aed96ffb776507cfec29 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2297213 Auto-Submit: Anand K Mistry <amistry@chromium.org> Reviewed-by:
mark a. foltz <mfoltz@chromium.org> Commit-Queue: Anand K Mistry <amistry@chromium.org> Cr-Commit-Position: refs/heads/master@{#788876}
-
Matt Falkenhagen authored
Change-Id: Ifb00f645073821a1754c2bf8024c3e98368c098a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2299939Reviewed-by:
John Abd-El-Malek <jam@chromium.org> Commit-Queue: Matt Falkenhagen <falken@chromium.org> Cr-Commit-Position: refs/heads/master@{#788875}
-
chromium-autoroll authored
Roll Chrome Mac PGO profile from chrome-mac-master-1594835994-5147b08f1c93c88abb9731970c5f21d575c9bbcd.profdata to chrome-mac-master-1594857570-508aa514a52515f9e9dfbe5d476e51f86a549527.profdata If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/pgo-mac-chromium Please CC sebmarchand+pgo_roller@google.com,jeffyoon@google.com,liaoyuke@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/master/autoroll/README.md Cq-Include-Trybots: chrome/try:mac-chrome Tbr: sebmarchand+pgo_roller@google.com,jeffyoon@google.com,liaoyuke@google.com Change-Id: Iae6bdc4cd642ff94f9574bbc6ef8b2f8b097b559 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2301086 Commit-Queue: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Reviewed-by:
chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#788874}
-
Matt Menke authored
Link Doctor was a service that fetched suggestions on certain navigation errors (e.g., typos in URLs, navigate to version in Google's cache, etc). The feature has been disabled for some time now, and the server-side service has been shut down. The disabled code is also using an API that needs to be removed to deploy the backward/forward cache. So it's time to remove the code. This CL removes all the remaining Link Doctor code in Chrome. TBR=estark@chromium.org (who actually signed off on it already) Bug: 1030281 Change-Id: I7346ea116356d1955fd7774a6a0e945d3e1de249 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2285324 Commit-Queue: Matt Menke <mmenke@chromium.org> Reviewed-by:
Emily Stark <estark@chromium.org> Reviewed-by:
Edward Jung (EMEA) <edwardjung@chromium.org> Reviewed-by:
Nicolas Ouellet-Payeur <nicolaso@chromium.org> Reviewed-by:
Charlie Harrison <csharrison@chromium.org> Reviewed-by:
Ilya Sherman <isherman@chromium.org> Reviewed-by:
Scott Violet <sky@chromium.org> Cr-Commit-Position: refs/heads/master@{#788873}
-
Albert J. Wong authored
This matches the unique_ptr<> API better. While the API is not safe by default, there are cases when it really is needed. Not having it then causes a lot of awkward code contortions. Bug: 1083392 Change-Id: I67d329533d1e01c86deeb7c1ba63f179032cf827 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2300406 Commit-Queue: Albert J. Wong <ajwong@chromium.org> Auto-Submit: Albert J. Wong <ajwong@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Cr-Commit-Position: refs/heads/master@{#788872}
-
Victor Costan authored
https://crrev.com/c/2241955 refactored how QuotaManager reasons about QuotaClients. The new setup maintains separate lists of clients for each StorageType (kTemporary, kPersistent, kSyncable). Unfortunately, the CL did not correctly migrate all the QuotaManager helpers to iterate over the per-StorageType lists instead of the global list. This CL migrates QuotaManager helpers, and adds testing coverage to prevent future regressions. Bug: 1100260 Change-Id: Ie788fc08ffc24cb1bb9d2b83524c21a9d9e296d7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2299466 Commit-Queue: Victor Costan <pwnall@chromium.org> Reviewed-by:
Joshua Bell <jsbell@chromium.org> Cr-Commit-Position: refs/heads/master@{#788871}
-
Alex St-Onge authored
This change adds a test to exercice the persistent-usage-record path for EME. The new test create a PUR session and wait for the video to end and verify that the license-release message contain the usage record. Bug: 1091502 Change-Id: I2d6347f39981d9eb1025d37ced254eb6aae766b1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2285250Reviewed-by:
John Rummell <jrummell@chromium.org> Reviewed-by:
Xiaohan Wang <xhwang@chromium.org> Commit-Queue: Alex St-Onge <alstonge@chromium.org> Cr-Commit-Position: refs/heads/master@{#788870}
-
Allen Bauer authored
Change-Id: I3fc9bf74d7ef438634a9a675e2b75f3a6f834887 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2296622Reviewed-by:
Wei Li <weili@chromium.org> Commit-Queue: Allen Bauer <kylixrd@chromium.org> Cr-Commit-Position: refs/heads/master@{#788869}
-
Will Harris authored
BUG=842296 Change-Id: Ia27b79b64f1e9ad6c3d63409a5b3bbe921649f5d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2292792Reviewed-by:
Zhenyao Mo <zmo@chromium.org> Reviewed-by:
Matthew Denton <mpdenton@chromium.org> Reviewed-by:
Robert Sesek <rsesek@chromium.org> Commit-Queue: Will Harris <wfh@chromium.org> Auto-Submit: Will Harris <wfh@chromium.org> Cr-Commit-Position: refs/heads/master@{#788868}
-
Matt Menke authored
RedirectInfo is the main consumer of this field, so currently has to include url_request.h. RedirectInfo is sent across processes via Mojo messages, which means the Network Service's Mojom files have to include url_request.h. As a result, ~8,000 build steps are indirectly depending on url_request.h. Not only do almost all of them not actually need url_request.h, but this means they also include a fair number of net/ header files, which slows build time and makes rebuilding chrome after modifying any of a number of files slow. Moving FirstPartyURLPolicy to RedirectInfo solves this problem. Bug: 1103784 Change-Id: I91db5ecefedf63913986be052dc674d615f54f36 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2293654 Commit-Queue: Matt Menke <mmenke@chromium.org> Reviewed-by:
Maksim Orlovich <morlovich@chromium.org> Reviewed-by:
Andrey Kosyakov <caseq@chromium.org> Reviewed-by:
Karan Bhatia <karandeepb@chromium.org> Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Cr-Commit-Position: refs/heads/master@{#788867}
-
Matt Menke authored
When matching pushed streams against incoming requests, SpdySession attempts to handle aliased streams. Unfortunately, it duplicated the stream alias matching in SpdySessionPool, instead of using a common function. As a result, the matching code has become outdated, and ignores a number of fields (NetworkIsolationKey, socket tags, is_proxy_session, disable_secure_dns). This CL fixes the issue by making both aliasing paths use a helper method of SpdySessionKey, which is hopefully less likely to become outdated. Bug: 1105544 Change-Id: I2d88a4a15d0e260fb5049a533ba52693c09bfc0e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2300270Reviewed-by:
Zhongyi Shi <zhongyi@chromium.org> Commit-Queue: Matt Menke <mmenke@chromium.org> Cr-Commit-Position: refs/heads/master@{#788866}
-
dpapad authored
PDF Viewer does not yet fully support light and dark mode versions. Instead it appears dark(ish) in all cases, which necessitates some manual color overriding, for the newly added cr-action-menu instances. Bug: 1084620 Change-Id: Ide93c78d6fb4b1d666018a83b3231f9e43d4bf01 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2291250 Commit-Queue: dpapad <dpapad@chromium.org> Reviewed-by:
John Lee <johntlee@chromium.org> Cr-Commit-Position: refs/heads/master@{#788865}
-
Dale Curtis authored
https://chromium.googlesource.com/chromium/deps/nasm.git/+log/4fa54ca5f7fc..19f3fad68da9 $ git log 4fa54ca5f..19f3fad68 --date=short --no-merges --format='%ad %ae %s' 2020-07-15 dalecurtis Remove config-win.h from BUILD.gn 2020-07-14 dalecurtis Fix a couple build issues on Windows. 2020-07-13 dalecurtis Update macOS configuration files. 2020-07-13 dalecurtis Update windows configuration and buildables. 2020-07-12 gorcunov travis: weirdpaste -- add nil dereference test 2020-07-11 gorcunov BR 3392696: nasm_quote -- fixup callers 2020-07-10 hpa NASM 2.15.03rc6 2020-07-10 hpa preproc: saner handling of cpp-style line directives 2020-07-10 hpa test/winalign.asm: simple test for COFF alignment 2020-07-10 hpa outcoff: don't drop align= option alone on a section line 2020-07-10 hpa ppindirect.asm: make it possible to assemble to a binary 2020-07-10 hpa preproc: preserve %[...] in listings 2020-07-10 dalecurtis Update Windows, Linux configuration files for nasm 2.15.03rc5 2020-07-10 hpa preproc: add a %null directive for the masm macro package 2020-07-10 hpa NASM 2.15.03rc5 2020-07-10 hpa changes.src: document LEA fix 2020-07-10 hpa %use masm: much better documentation 2020-07-10 hpa assemble: use proper rel/abs state for lea reg,imm 2020-07-10 hpa NASM 2.15.03rc4 2020-07-10 hpa changes.src: document %00 fix 2020-07-10 hpa test/Makefile: fix command line for .obj format 2020-07-10 hpa preproc: correctly handle %00 capturing a label 2020-07-09 hpa NASM 2.15.03rc3 2020-07-09 hpa debug: don't call dfmt->linenum without a filename 2020-07-09 hpa debug: invoke dfmt->linenum when the segment number changes 2020-07-09 hpa changes.src: update 2.15.03 release notes 2020-07-09 hpa NASM 2.15.03rc2 2020-07-09 hpa configure.ac: also try -std=c99 2020-07-09 hpa pa_c_typedef.m4: also test for __typeof and __decltype 2020-07-09 hpa autoconf: use -std=c17 or -std=c11 if available 2020-07-09 hpa autoconf: add success/failure code options to PA_ADD_*FLAGS 2020-07-09 hpa configure.ac: if we have a C17/C11-compatible compiler, use it 2020-07-09 hpa configure.ac: better tests for typeof, snprintf, vsnprintf 2020-07-09 hpa vsnprintf.c: fix printing of a size_t variable 2020-07-08 dalecurtis Update patches for cherry-pick for Windows fix. 2020-07-06 hpa BR 3392692: outcoff: allow user to reduce the default alignment 2020-07-08 hpa asm: fix pass_type() 2020-07-08 hpa k_test.asm: comment out %pragma list options 2020-07-08 hpa config/unconfig.h: still needs to be in the repository 2020-07-08 hpa test/Makefile: allow overriding -L+ 2020-07-07 hpa changes.src: update with current state of 2.15.03 2020-07-06 hpa NASM 2.15.03rc1 2020-07-06 hpa BR 3392692: outcoff: allow user to reduce the default alignment 2020-07-06 hpa compiler.h: safer/more portable version of offsetin() 2019-10-04 sezero rdflib.c (main): change incorrect break statement to /* fall through */ 2019-10-04 sezero rdflib.c: add back timestamp size to header in library creation. 2019-10-04 sezero portability: Watcom C portability updates 2020-07-06 hpa compiler.h: add missing #endif 2020-07-06 hpa offsetin(): use typeof() if the compiler supports it 2020-07-06 hpa configure.ac: -enable-... breaks other compilers, so hope for clang 10 2020-07-06 hpa config/unconfig.h: generate by Makefile, not autogen.sh (...) 2018-11-04 gorcunov test: nasm-t -- Add popcnt test 2018-11-04 gorcunov test: nasm-t -- Add crc32 test 2018-11-04 gorcunov test: nasm-t -- Add riprel test 2018-11-04 gorcunov test: nasm-t -- Rework data read procedure 2018-11-04 gorcunov test: nasm-t -- Add binexe test 2018-11-04 gorcunov test: nasm-t -- Add bcd test 2018-11-04 gorcunov test: nasm-t -- Add avx512f test 2018-11-04 gorcunov test: nasm-t -- Add avx512pf instruction 2018-11-04 gorcunov test: nasm-t -- Add avx512err instructions 2018-11-04 gorcunov test: nasm-t -- Add avx512cd test 2018-11-04 gorcunov test: nasm-t -- Add avx005 test 2018-11-04 gorcunov test: nasm-t -- Add avx test 2018-11-04 gorcunov test: nasm-t -- Add aouttest 2018-11-04 gorcunov test: nasm-t -- Add json template 2018-11-04 gorcunov test: nasm-t -- Add gotoff64 test 2018-11-04 gorcunov test: nasm-t -- Add aoutso test 2018-11-04 gorcunov test: nasm-t -- Add mpx test 2018-11-04 gorcunov test: nasm-t -- Add mpx-64 test 2018-11-04 gorcunov test: nasm-t -- Add movnti test 2018-11-04 gorcunov test: nasm-t -- Add movd test 2018-11-04 gorcunov test: nasm-t -- Add radix test 2018-11-04 gorcunov test: nasm-t -- Add r13 test 2018-11-04 gorcunov test: nasm-t -- Add prefix66 test 2018-11-04 gorcunov test: nasm-t -- Add pushseg test 2018-11-03 gorcunov test: nasm-t -- Update _version test 2018-11-03 gorcunov test: nasm-t -- Add test67 2018-11-03 gorcunov test: nasm-t -- Add testnos3 test 2018-11-03 gorcunov test: nast-t -- Add smartalign test 2018-11-03 gorcunov test: nasm-t -- Add vmread test 2018-11-03 gorcunov test: nasm-t -- Add testdos test 2018-11-03 gorcunov test: nasm-t -- Add uscore test 2018-11-03 gorcunov test: nasm-t -- Add struc test 2018-11-03 gorcunov test: nasm-t -- Add sha test 2018-11-03 gorcunov test: nasm-t -- Add sha-64 test 2018-11-03 gorcunov test: nasm-t -- Add xchg test 2018-11-03 gorcunov test: nasm-t -- Add xcrypt test 2018-11-03 gorcunov test: nasm-t -- Sort tests by name 2018-11-03 gorcunov test: nasm-t -- Add zerobyte test 2018-11-03 gorcunov test: nasm-t -- Add andbyte test 2018-11-03 gorcunov test: nasm-t -- Add align13s test 2018-11-03 gorcunov test: nasm-t -- Write text data in utf8 form 2018-11-11 gorcunov output: obj -- Fix nil dereference if no deps needed 2018-11-07 hpa NASM 2.14 2018-11-07 hpa nasmdoc.src: fix compound word 2018-10-29 changseok.bae doc: Add a description for a useful case of mangling symbols 2018-10-29 gorcunov preproc: Don't access out of bound data on malformed input 2018-10-29 gorcunov rdstrnum: Make sure we dont shift out of bound 2018-10-28 gorcunov preproc: Fix out of bound access on malformed input 2018-10-25 gorcunov doc: Clarify %include search directory semantics 2018-06-15 hpa eval: add spaceship operator <=> Created with: roll-dep src/third_party/nasm TBR=davidben Fixed: 1105391, 1105548, 1100411 Change-Id: I87b056e34792642a54afa7eb42fdeb7885f65f02 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2300268Reviewed-by:
Dale Curtis <dalecurtis@chromium.org> Commit-Queue: Dale Curtis <dalecurtis@chromium.org> Cr-Commit-Position: refs/heads/master@{#788864}
-
Adithya Srinivasan authored
This is a reland of c615367a Original change's description: > Portals: Fix flakes in testTouchTransferAcrossReactivation > > The flakes were caused by crbug.com/1098773. As a workaround until the > issue is fixed, this wraps the activate call in a setTimeout. > > Bug: 1024850 > Change-Id: I36e2b948818d81578acc97a9a60758b281ff6764 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2264856 > Reviewed-by: David Trainor <dtrainor@chromium.org> > Commit-Queue: Adithya Srinivasan <adithyas@chromium.org> > Cr-Commit-Position: refs/heads/master@{#782379} Bug: 1024850 Change-Id: Ie6ad8a764f493de62cc2ab25f8b48b5d3c22375b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2295835Reviewed-by:
Lucas Gadani <lfg@chromium.org> Reviewed-by:
David Trainor <dtrainor@chromium.org> Commit-Queue: Adithya Srinivasan <adithyas@chromium.org> Cr-Commit-Position: refs/heads/master@{#788863}
-
Miguel Casas authored
Said https://crrev.com/c/2292780 inadvertently restored VP9.1 and .3 entries in the test and removed a const. Having those profiles is harmless but I expect it to be confusing, so let's remove them. Bug: 1105103 Change-Id: I601edb3e9534cec12245058a10ad1f7b01aa8e0f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2300920 Auto-Submit: Miguel Casas <mcasas@chromium.org> Commit-Queue: Andres Calderon Jaramillo <andrescj@chromium.org> Reviewed-by:
Andres Calderon Jaramillo <andrescj@chromium.org> Cr-Commit-Position: refs/heads/master@{#788862}
-