- 06 Sep, 2018 40 commits
- 
- 
Ioana Pandele authoredThis feature has been enabled for the past few stable releases, so the flag is not needed anymore. Bug: 838789, 792840 Cq-Include-Trybots: luci.chromium.try:ios-simulator-cronet;luci.chromium.try:ios-simulator-full-configs Change-Id: Ib79921d30792dbd8e03fd2ec7652c15a76e84b73 Reviewed-on: https://chromium-review.googlesource.com/1203956Reviewed-by: Vaclav Brozek <vabr@chromium.org> Reviewed-by: Sylvain Defresne <sdefresne@chromium.org> Commit-Queue: Ioana Pandele <ioanap@chromium.org> Cr-Commit-Position: refs/heads/master@{#589182} 
- 
Xiaoqian Dai authoredBug: 880959 Change-Id: I87d4d222ea3b748171624846bfade66cca994a1b Reviewed-on: https://chromium-review.googlesource.com/1208145Reviewed-by: Xiyuan Xia <xiyuan@chromium.org> Commit-Queue: Xiaoqian Dai <xdai@chromium.org> Cr-Commit-Position: refs/heads/master@{#589181} 
- 
gogerald authoredRefer here for details: https://cs.chromium.org/chromium/src/base/bind_internal.h?rcl=9050148b1dffa4d6e695d0732c368e954e15a4e0&l=787 Change-Id: I6aab905a1fc8d21967a0aff5df6fea3eab7decfc Reviewed-on: https://chromium-review.googlesource.com/1208726 Commit-Queue: Ganggui Tang <gogerald@chromium.org> Reviewed-by: Rouslan Solomakhin <rouslan@chromium.org> Cr-Commit-Position: refs/heads/master@{#589180} 
- 
W. James MacLean authoredIt's possible that the change landed in https://chromium-review.googlesource.com/c/chromium/src/+/1172723 will resolve the flakiness seen in this test. If not, it would be nice to get some fresh logs from the bots for debugging purposes. Bug: 863971 Change-Id: I332b48990e0503e078ccc657d3537c3a6d4f9c7a Reviewed-on: https://chromium-review.googlesource.com/1210042Reviewed-by: Ken Buchanan <kenrb@chromium.org> Commit-Queue: James MacLean <wjmaclean@chromium.org> Cr-Commit-Position: refs/heads/master@{#589179} 
- 
Mohsen Izadi authoredMoving InitOzone() from content::GpuProcessHost to viz::GpuHostImpl as part of moving viz::mojom::GpuHost implementation out of content. This is a follow-up to https://crrev.com/c/1180658. BUG=709332 Cq-Include-Trybots: luci.chromium.try:android_optional_gpu_tests_rel Change-Id: I022ee15c3a1f194313bf2566e9503e357cd46494 Reviewed-on: https://chromium-review.googlesource.com/1195151Reviewed-by: Alex Moshchuk <alexmos@chromium.org> Reviewed-by: Antoine Labour <piman@chromium.org> Reviewed-by: Sadrul Chowdhury <sadrul@chromium.org> Reviewed-by: Robert Kroeger <rjkroege@chromium.org> Commit-Queue: Mohsen Izadi <mohsen@chromium.org> Cr-Commit-Position: refs/heads/master@{#589178} 
- 
Sylvain Defresne authoredFollow-up to https://crrev.com/c/1188664 to remove unnecessary braces in test methods (originally kept to reduce the size of the patchset). Bug: none Change-Id: I966c86d121ae7ea9861c895ed2492d52c8f94b71 Reviewed-on: https://chromium-review.googlesource.com/1196513 Commit-Queue: Sylvain Defresne <sdefresne@chromium.org> Reviewed-by: David Roger <droger@chromium.org> Cr-Commit-Position: refs/heads/master@{#589177} 
- 
Benoit Lize authoredExternalStringResource can be locked in V8, meaning that it should not be parked. Add support in Chrome for this. Separately, some blink strings will never be parked. For these, allow V8 to cache the data pointer. Bug: 877044 Change-Id: I0100a3b13887c417dfcf568186c9cf7f9c57706f Reviewed-on: https://chromium-review.googlesource.com/1203376 Commit-Queue: Benoit L <lizeb@chromium.org> Reviewed-by: Michael Lippautz <mlippautz@chromium.org> Cr-Commit-Position: refs/heads/master@{#589176} 
- 
David Tseng authoredThroughout Chrome settings, we expose the textual content of a control twice at times. 1. As the visible label/sublabel 2. as the aria-label/aria-describedBy on the button or control This is extremely painful when navigating through settings especially with a screen reader (and likely switch control). When navigating, you will first land on the label, then the actual control, which repeats the label. Change-Id: Ia8633f12ddd4ddbc6ad6658c051af57c9cf34d93 Reviewed-on: https://chromium-review.googlesource.com/1195804Reviewed-by: Hector Carmona <hcarmona@chromium.org> Commit-Queue: David Tseng <dtseng@chromium.org> Cr-Commit-Position: refs/heads/master@{#589175} 
- 
Evan Stade authoredIn Mash, ShelfWindowWatcher tags unidentified windows with a default App ID rather than leaving the App ID blank. Update the test to reflect that. Bug: 880595 Change-Id: I844c4729b69c956fffd6a3acae1932f13e700158 Reviewed-on: https://chromium-review.googlesource.com/1208727 Commit-Queue: Evan Stade <estade@chromium.org> Reviewed-by: James Cook <jamescook@chromium.org> Reviewed-by: Michael Giuffrida <michaelpg@chromium.org> Cr-Commit-Position: refs/heads/master@{#589174} 
- 
Markus Heintz authoredBug: 865902 Change-Id: Iaa2d643eb4cf679511573a6816849db925d346f5 Reviewed-on: https://chromium-review.googlesource.com/1206811 Commit-Queue: Markus Heintz <markusheintz@chromium.org> Reviewed-by: vitaliii <vitaliii@chromium.org> Cr-Commit-Position: refs/heads/master@{#589173} 
- 
Eric Seckler authoredAlso reenables the test on Chrome OS, where it was previously flaking. Bug: 879984 Change-Id: Ida0391c7114afd77b7cb9ec8c2f9b00d8cc275b5 Reviewed-on: https://chromium-review.googlesource.com/1204330 Commit-Queue: François Doray <fdoray@chromium.org> Reviewed-by: François Doray <fdoray@chromium.org> Cr-Commit-Position: refs/heads/master@{#589172} 
- 
Ulan Degenbaev authoredBug: 880585 Change-Id: Ifd9107ef7fe6eabd8876063e47274275d9e1f55c Reviewed-on: https://chromium-review.googlesource.com/1206332Reviewed-by: Ross McIlroy <rmcilroy@chromium.org> Commit-Queue: Ulan Degenbaev <ulan@chromium.org> Cr-Commit-Position: refs/heads/master@{#589171} 
- 
Ken Rockot authoredThis intentionally CHECK-fails when shared memory allocation fails on BigBuffer construction in the case where the buffer is would be too large for IPC if inlined. This allows such cases to be disambiguated from other large-IPC failures. Bug: 872237 Change-Id: I518dbea3007094a3136bfa1449f85eaefbbc7171 Reviewed-on: https://chromium-review.googlesource.com/1208719Reviewed-by: Reilly Grant <reillyg@chromium.org> Commit-Queue: Ken Rockot <rockot@chromium.org> Cr-Commit-Position: refs/heads/master@{#589170} 
- 
Oliver Chang authoredTBR=eugenis@chromium.org Change-Id: Ic95108d1e2c3fcec56fbe6de208b73262666f5ce Reviewed-on: https://chromium-review.googlesource.com/1210322Reviewed-by: Oliver Chang <ochang@chromium.org> Commit-Queue: Oliver Chang <ochang@chromium.org> Cr-Commit-Position: refs/heads/master@{#589169} 
- 
Bence Béky authoredSend one extra setting with a random reserved identifier and random value in the initial SETTINGS frame. Send a short frame of a random reserved type, with random flags and payload, after every SETTINGS and HEADERS frame sent, on the same stream. The two behaviors are gated by separate field trials. Send the same greased settings identifier and value on every connection. Send the same greased frame type, flags, and payload on every connection. This is to prevent the retry logic from hiding bogus servers. Reserved settings identifiers and frame types are described at https://tools.ietf.org/html/draft-bishop-httpbis-grease-00. Bug: 841264 Change-Id: Ie1bd1e4f106bf64020f45171e350d37a10815bc8 Reviewed-on: https://chromium-review.googlesource.com/1207750 Commit-Queue: Bence Béky <bnc@chromium.org> Reviewed-by: Ryan Hamilton <rch@chromium.org> Cr-Commit-Position: refs/heads/master@{#589168} 
- 
Sylvain Defresne authoredMinor cleanups of AccountTrackerService: - fix style issues (automatically using clang-format) - use standard algorithms, C++11 auto and for loops - use FILE_PATH_LITERAL to declare path component constants Bug: none Change-Id: I89d0fdb08a974b2542183beaf030d68d952b6af6 Reviewed-on: https://chromium-review.googlesource.com/1196366 Commit-Queue: Sylvain Defresne <sdefresne@chromium.org> Reviewed-by: David Roger <droger@chromium.org> Cr-Commit-Position: refs/heads/master@{#589167} 
- 
W. James MacLean authoredA number of changes have landed recently that may eliminate the flakieness seen in this test. This CL re-enables the test, but feel free to revert this if the flakes continue. Bug: 833380 Change-Id: Id1b94654a197d77af2ffdfbfdbf13c83ac485261 Reviewed-on: https://chromium-review.googlesource.com/1209962Reviewed-by: Ken Buchanan <kenrb@chromium.org> Commit-Queue: James MacLean <wjmaclean@chromium.org> Cr-Commit-Position: refs/heads/master@{#589166} 
- 
Armando Miraglia authoredThe audio_processing_sample_rate is currently only used in media_stream_audio_processor.cc however this will be needed for crbug/731170 to define valid constraints. This CL turns the definition of such variable into a more generally available static constant. Bonus: I am associating a new bug to the comment written on top rather than keep it assigned to a specific user. BUG=731170 Change-Id: Ib69fed0a44dfa7a11732221b7ef5d143c739abfd Reviewed-on: https://chromium-review.googlesource.com/1209702Reviewed-by: Guido Urdaneta <guidou@chromium.org> Commit-Queue: Armando Miraglia <armax@chromium.org> Cr-Commit-Position: refs/heads/master@{#589165} 
- 
Andrei Pascovici authoredFixes an issue where the visibility change was not percolated to the DialogOverlay, which prevented resuming DRM playback on certain cast systems as described in the internal bug. Bug=b:78571682 Test=made sure the repro steps actually work w. the CL Change-Id: I7b2f06a5b4c4eb1fd4ffd32a587444e49d1ffcf8 Reviewed-on: https://chromium-review.googlesource.com/1204718 Commit-Queue: Andrei Pascovici <apascovici@chromium.org> Reviewed-by: Bo <boliu@chromium.org> Reviewed-by: Frank Liberato <liberato@chromium.org> Cr-Commit-Position: refs/heads/master@{#589164} 
- 
Marina Ciocea authoredSandboxing flag should be enabled through field trial config instead: https://cs.chromium.org/chromium/src/testing/variations/fieldtrial_testing_config.json Change-Id: Ic34d3b1b5b52275bbee644e2a763cc50fed127da Reviewed-on: https://chromium-review.googlesource.com/1209546Reviewed-by: Guido Urdaneta <guidou@chromium.org> Commit-Queue: Marina Ciocea <marinaciocea@chromium.org> Cr-Commit-Position: refs/heads/master@{#589163} 
- 
Nico Weber authoredAlso move mac_views_browser out of declare_args so that it can no longer be forced to false, and add a comment saying that this variable is supposed to go away. Bug: 832676 Change-Id: Ie2a6340715d45aa913db77595f0d578aea899ca4 Reviewed-on: https://chromium-review.googlesource.com/1209982Reviewed-by: Elly Fong-Jones <ellyjones@chromium.org> Commit-Queue: Nico Weber <thakis@chromium.org> Cr-Commit-Position: refs/heads/master@{#589162} 
- 
Anthony Vallee-Dubois authoredThis CL changes the backoff behavior from "backoff after N consecutive declines/ignores" to "backoff after N declines/ignores unless accepted once" Bug: 840367 Change-Id: I18d3d1ac10da566d55950a62f705dc1da3efa587 Reviewed-on: https://chromium-review.googlesource.com/1208711Reviewed-by: Michael Martis <martis@chromium.org> Commit-Queue: anthonyvd <anthonyvd@chromium.org> Cr-Commit-Position: refs/heads/master@{#589161} 
- 
Anthony Vallee-Dubois authoredBug: 865500 Change-Id: I51eec8d3cbd6bd474af8d3b5275a433899f232fc Reviewed-on: https://chromium-review.googlesource.com/1207131Reviewed-by: Theresa <twellington@chromium.org> Reviewed-by: Michael Martis <martis@chromium.org> Commit-Queue: anthonyvd <anthonyvd@chromium.org> Cr-Commit-Position: refs/heads/master@{#589160} 
- 
Yutaka Hirano authoredInstead it should use ResourceRequest::SetReferrerString and ResourceRequest::SetReferrerPolicy. Bug: 863769 Change-Id: I4de47bae9aa259ace5ffb5bbdd17d6cf423931d7 Reviewed-on: https://chromium-review.googlesource.com/1203474 Commit-Queue: Yutaka Hirano <yhirano@chromium.org> Reviewed-by: Dominic Farolino <domfarolino@gmail.com> Cr-Commit-Position: refs/heads/master@{#589159} 
- 
Yutaka Hirano authoredBug: None Cq-Include-Trybots: luci.chromium.try:linux_mojo Change-Id: Ib487fee40beaac941b74c090d31133b12d61ea4a Reviewed-on: https://chromium-review.googlesource.com/1203517 Commit-Queue: Yutaka Hirano <yhirano@chromium.org> Reviewed-by: Takashi Toyoshima <toyoshim@chromium.org> Cr-Commit-Position: refs/heads/master@{#589158} 
- 
kokihoon authoredUse ContainsValue() instead of std::find() in chromecast/base Bug: 561800 Change-Id: Ie439f157c6b4bf51a8be41ad12a2653cf1289a13 Reviewed-on: https://chromium-review.googlesource.com/1203513Reviewed-by: Luke Halliwell <halliwell@chromium.org> Commit-Queue: Jinho Bang <jinho.bang@samsung.com> Cr-Commit-Position: refs/heads/master@{#589157} 
- 
Fabio Tirelo authoredA follow-up CL will delete the "Autofill and payments" page and move "Addresses and more" and "Payment methods" into the main Settings page. Moving "Payment apps" into the "Payment methods" as a separate step to make CLs easier to review. Screenshots (Googlers only): https://drive.google.com/open?id=1QMBcQKZ_O2aaxLs5OFf3zfyY7JSgcxgX Bug: 860526 Change-Id: I57a107a15a7f8aab94a1125e79e6616957eaa49a Reviewed-on: https://chromium-review.googlesource.com/1199684Reviewed-by: Mathieu Perreault <mathp@chromium.org> Reviewed-by: Theresa <twellington@chromium.org> Commit-Queue: Fabio Tirelo <ftirelo@chromium.org> Cr-Commit-Position: refs/heads/master@{#589156} 
- 
Fabio Tirelo authoredDifference in tests are due to separators between suggestions and footer are not sent in the suggestions list (we already did that on Android). A follow-up CL will delete the feature and all the code that depends on it. Bug: 831603 Change-Id: If2415782182ea7c0deb6d848ed7ae4f4964216f1 Reviewed-on: https://chromium-review.googlesource.com/1204835Reviewed-by: Mathieu Perreault <mathp@chromium.org> Commit-Queue: Mathieu Perreault <mathp@chromium.org> Cr-Commit-Position: refs/heads/master@{#589155} 
- 
Marc Treib authoredThis adds "PrimaryAccount" to the names (in preparation for supporting secondary accounts), and also makes the SignIn/SignOut names symmetric. TBRing trivial call site update in ukm_browsertest.cc TBR=bcwhite Bug: 871221 Change-Id: I136a4e91154a736d58ca67c060c66a09aed8a458 Reviewed-on: https://chromium-review.googlesource.com/1209605 Commit-Queue: Marc Treib <treib@chromium.org> Reviewed-by: Mohamed Amir Yosef <mamir@chromium.org> Cr-Commit-Position: refs/heads/master@{#589154} 
- 
Yutaka Hirano authoredWith this CL, some request headers that used to be treated as CORS-safelisted are not CORS-safelisted any more. Specifically, - "accept", "accept-language" and "content-language" have a stronger check on its value - All headers whose value exceeds 128 bytes are treated as not CORS-safelisted - If the sum of value length of CORS-safelisted headers exceeds 1024, then all of them are treated as not CORS-safelisted. This CL also implements https://fetch.spec.whatwg.org/#no-cors-safelisted-request-header. This is for https://github.com/whatwg/fetch/pull/736. Bug: 824130 Cq-Include-Trybots: luci.chromium.try:linux_mojo Change-Id: Ib12a7dbff6367717a43130ae59304dca55b7bf4e Reviewed-on: https://chromium-review.googlesource.com/1196563 Commit-Queue: Yutaka Hirano <yhirano@chromium.org> Reviewed-by: Takashi Toyoshima <toyoshim@chromium.org> Cr-Commit-Position: refs/heads/master@{#589153} 
- 
Andreas Haas authoredThis CL re-enables regression tests for WebAssembly.instantiateStreaming. See the bug link for the fixes themselves. R=haraken@chromium.org Bug: chromium:860637 Change-Id: I0aee6004c524f4e81adf68891d78341bacbc2237 Reviewed-on: https://chromium-review.googlesource.com/1209742Reviewed-by: Kentaro Hara <haraken@chromium.org> Commit-Queue: Andreas Haas <ahaas@chromium.org> Cr-Commit-Position: refs/heads/master@{#589152} 
- 
Aldo Culquicondor authoredHover events don't get processed if the source is not set. This change shouldn't affect scrolling performance metrics. Bug: 880879, 877580 Change-Id: I07ae28fcfdebfee77eab57e5659d1150745b6e9a Reviewed-on: https://chromium-review.googlesource.com/1207651Reviewed-by: Jinsuk Kim <jinsukkim@chromium.org> Commit-Queue: Aldo Culquicondor <acondor@chromium.org> Cr-Commit-Position: refs/heads/master@{#589151} 
- 
Wojciech Dzierżanowski authoredSave for remapping hosts according to the rules, MappedHostResolver should be a transparent wrapper around the "real" resolver. Thus, it must forward all HostResolver methods to the real resolver. Change-Id: I34deed523b3cb690d450599c89bfd7f2184e843d Reviewed-on: https://chromium-review.googlesource.com/1209402 Commit-Queue: Wojciech Dzierżanowski <wdzierzanowski@opera.com> Reviewed-by: Matt Menke <mmenke@chromium.org> Cr-Commit-Position: refs/heads/master@{#589150} 
- 
Denis Kuznetsov authoredAll Non-AD enrollment steps, except for authentication: Device requisition, License type, device attributes Bug: 854101 Change-Id: I36eb5abae6865f3a7b5c73ada4620fbb6a70d352 Reviewed-on: https://chromium-review.googlesource.com/1120527Reviewed-by: Alexander Alekseev <alemate@chromium.org> Commit-Queue: Denis Kuznetsov <antrim@chromium.org> Cr-Commit-Position: refs/heads/master@{#589149} 
- 
Daniel Bratell authoredQuick fix to unbreak jumbo builds. In https://chromium-review.googlesource.com/c/chromium/src/+/1205976 a copy of IsShuttingDown was added and this patch changes the code to instead use the original version. TBR=kinuko@chromium.org,nhiroki@chromium.org Bug: 715632 Change-Id: I2451fcaa009ec6403827cdb05cd3b47112c4681b Reviewed-on: https://chromium-review.googlesource.com/1209703Reviewed-by: Daniel Bratell <bratell@opera.com> Commit-Queue: Daniel Bratell <bratell@opera.com> Cr-Commit-Position: refs/heads/master@{#589148} 
- 
Eric Robinson authoredThis reverts commit 5e2fc13c. Reason for revert: Discovered that this is flaky under Windows and Linux.memory. Will reproduce there. Original change's description: > Re-enabling Cross Origin Verification. > > I've run this test using the Linux Release (with dcheck) 1000 times locally, > and run 3 dry runs here. I haven't been able to reproduce the flakiness > observed initially. I'm unsure if there was an underlying issue that was fixed > or if I need to run on some additional architecture. I plan to re-enable this > and monitor the run tracker so I have a better idea how to address the > flakiness if it still exists. > > Bug: 874443 > Change-Id: Ic3a839fd28a105b1b761ddffca5363803b357cc9 > Reviewed-on: https://chromium-review.googlesource.com/1203933 > Reviewed-by: Charlie Harrison <csharrison@chromium.org> > Commit-Queue: Eric Robinson <ericrobinson@chromium.org> > Cr-Commit-Position: refs/heads/master@{#588858} TBR=csharrison@chromium.org,ericrobinson@chromium.org Change-Id: I68c86ba816e4e555eee18fc3e744542d80cf7ec2 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 874443 Reviewed-on: https://chromium-review.googlesource.com/1209983Reviewed-by: Charlie Harrison <csharrison@chromium.org> Commit-Queue: Eric Robinson <ericrobinson@chromium.org> Cr-Commit-Position: refs/heads/master@{#589147} 
- 
Maja Kabus authoredAdded Idlharness tests for Trusted Types interfaces. Removed "Worker" from "Exposed=(...)" in TrustedXXX .idl files. Bug: 739170 Change-Id: Id8834affcdded63f3ebb9ebd4d288cfd01ef24a8 Reviewed-on: https://chromium-review.googlesource.com/1204150 Commit-Queue: Maja Kabus <kabusm@google.com> Reviewed-by: Mike West <mkwst@chromium.org> Cr-Commit-Position: refs/heads/master@{#589146} 
- 
Boris Sazonov authoredThis CL fixes enabling/disabling UMA reporting from UnifiedConsentService. chrome::android::SetUsageAndCrashReporting method is added that calls to Java PrivacyPreferenceManager and updates "metrics_reporting" shared preference that is the source of truth for UMA reporting. Bug: 879546 Change-Id: Ia0e2de860bc46a33b716d827d3101a0e060d2721 Reviewed-on: https://chromium-review.googlesource.com/1199084 Commit-Queue: Boris Sazonov <bsazonov@chromium.org> Reviewed-by: Mihai Sardarescu <msarda@chromium.org> Reviewed-by: Alexei Svitkine <asvitkine@chromium.org> Reviewed-by: Bernhard Bauer <bauerb@chromium.org> Cr-Commit-Position: refs/heads/master@{#589145} 
- 
Finnur Thorarinsson authoredBug: 881109, 734095 Change-Id: Ic530a30c653c202c279bf4074022a122cfcba2ac Reviewed-on: https://chromium-review.googlesource.com/1209485 Commit-Queue: Finnur Thorarinsson <finnur@chromium.org> Commit-Queue: Peter Beverloo <peter@chromium.org> Reviewed-by: Peter Beverloo <peter@chromium.org> Cr-Commit-Position: refs/heads/master@{#589144} 
- 
Markus Heintz authoredThis reverts commit 5bf6f1b1. Reason for revert: "compile" error on https://ci.chromium.org/p/chromium/builders/luci.chromium.ci/Android%20CFI/2790 "Android CFI" Original change's description: > [Autofill Assistant] Bind the script tracker with the controller. > > With this change, the controller tells the script tracker to run checks > when necessary, calls the UI controller to choose a script to run and > run the script that was chosen. The implementation of the UI controller > for choosing the script is not included into this change. > > Integration is preliminary, just to get something to get started until > we have a usable UI to try it out. The UI part, implementing script > selection, is missing from this change. > > Change-Id: I867bec0e554dfdd87fc2f95e7c9088391621c5c9 > Bug: 806868 > Reviewed-on: https://chromium-review.googlesource.com/1194034 > Commit-Queue: Stephane Zermatten <szermatt@chromium.org> > Reviewed-by: Ganggui Tang <gogerald@chromium.org> > Cr-Commit-Position: refs/heads/master@{#589135} TBR=gogerald@chromium.org,mcarlen@chromium.org,szermatt@chromium.org Change-Id: I260f91338731718a99a91cf96add11311739040e No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 806868 Reviewed-on: https://chromium-review.googlesource.com/1209922Reviewed-by: Markus Heintz <markusheintz@chromium.org> Commit-Queue: Markus Heintz <markusheintz@chromium.org> Cr-Commit-Position: refs/heads/master@{#589143} 
 
-