- 17 May, 2019 40 commits
-
-
Tanya Gupta authored
This CL is one of many to come. It covers: * Creation of the infobar from the SendTabToSelfInfoBarController * Plumbed the call to create the infobar to the native code. * Open the link when user taps on the link In follow-up CLs, the following will be done: * Instantiate the InfobarController in the ChromeActivity * Listen for Model changes in the Controller Bug: 949233,963193 Change-Id: I5df1359debb5f0f35c32c2df3b691bf9129cdeb8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1604406Reviewed-by:
Tommy Nyquist <nyquist@chromium.org> Reviewed-by:
Avi Drissman <avi@chromium.org> Reviewed-by:
Mikel Astiz <mastiz@chromium.org> Reviewed-by:
sebsg <sebsg@chromium.org> Reviewed-by:
Jeffrey Cohen <jeffreycohen@chromium.org> Reviewed-by:
Matthew Jones <mdjones@chromium.org> Commit-Queue: Tanya Gupta <tgupta@chromium.org> Cr-Commit-Position: refs/heads/master@{#660854}
-
Maksim Moskvitin authored
Explicit passphrase means either CUSTOM_PASSPHRASE or FROZEN_IMPLICIT_PASSPHRASE passphrase types. This CL contains logic required for MergeSyncData()/ApplySyncChanges() methods to work with explicit passphrase types. It includes validation of received NigoriSpecifics and support for following fields: - passphrase_type - custom_passphrase_time - keystore_migration_time (used instead of custom_passphrase_time if passphrase type is FROZEN_IMPLICIT_PASSPHRASE) - encrypt_everything Note: currently there is no way to set custom passphrase or to decrypt the data encrypted with explicit passphrase in USS implementation of Nigori. We only update local state and notify observers about encryption state changes. Bug: 922900 Change-Id: Ib27169259772f0528d765c10de9a40a5ebd9f235 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1613059 Commit-Queue: Maksim Moskvitin <mmoskvitin@google.com> Reviewed-by:
Mikel Astiz <mastiz@chromium.org> Cr-Commit-Position: refs/heads/master@{#660853}
-
chrome://webrtc-internalsHenrik Boström authored
When https://webrtc-review.googlesource.com/c/src/+/137044/ lands, this will show the packet average send-side delay over the last second as a graph in chrome://webrtc-internals. Verified manually. Bug: webrtc:10506 Change-Id: Icade78b31ed37509e8769b6b9b9c4b89447c619a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1615144Reviewed-by:
Guido Urdaneta <guidou@chromium.org> Commit-Queue: Henrik Boström <hbos@chromium.org> Cr-Commit-Position: refs/heads/master@{#660852}
-
Elly Fong-Jones authored
This change removes the flag only; the backing feature is still present because it is being used for some experimentation (or will be in future). Bug: None Change-Id: I9f083ea5beac6086cd881653c4d444fc24f1412c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1617627 Commit-Queue: Elly Fong-Jones <ellyjones@chromium.org> Commit-Queue: Guido Urdaneta <guidou@chromium.org> Auto-Submit: Elly Fong-Jones <ellyjones@chromium.org> Reviewed-by:
Guido Urdaneta <guidou@chromium.org> Cr-Commit-Position: refs/heads/master@{#660851}
-
Takuto Ikuta authored
Now this is the same with linux-rel and corresponding CI builder/tester. I will remove recipes later. Bug: 964197 Change-Id: I58e82885d341d4447523da33e5fa3450906438e5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1616706 Auto-Submit: Takuto Ikuta <tikuta@chromium.org> Commit-Queue: Ben Pastene <bpastene@chromium.org> Reviewed-by:
Ben Pastene <bpastene@chromium.org> Cr-Commit-Position: refs/heads/master@{#660850}
-
Kevin McNee authored
This was recently re-enabled as one source of flakiness was fixed, but this test is still flaky for another reason; it seg faults in chromeos::UserSessionManager::InitializeBrowser. We disable this test again. Tbr: alemate@chromium.org Bug: 961607, 964333 Change-Id: I3bc48798afabfbe004173b5faf9ad810be5bdff7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1617377Reviewed-by:
Kevin McNee <mcnee@chromium.org> Commit-Queue: Kevin McNee <mcnee@chromium.org> Cr-Commit-Position: refs/heads/master@{#660849}
-
Jordan Demeulenaere authored
This is a reland of 3618cb02 Original change's description: > Autofill Assistant dependencies are now deps instead of classpath_deps. > > Bug: 951489 > Change-Id: I6959c83313aef83976910a56e7c198bcb98d50ea > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1613077 > Commit-Queue: Jordan Demeulenaere <jdemeulenaere@chromium.org> > Reviewed-by: Tibor Goldschwendt <tiborg@chromium.org> > Auto-Submit: Jordan Demeulenaere <jdemeulenaere@chromium.org> > Cr-Commit-Position: refs/heads/master@{#660769} Bug: 951489 Change-Id: I0003f33665041536a96318825f794b4e73ab3ab9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1617356Reviewed-by:
Tibor Goldschwendt <tiborg@chromium.org> Commit-Queue: Jordan Demeulenaere <jdemeulenaere@chromium.org> Cr-Commit-Position: refs/heads/master@{#660848}
-
David Roger authored
On some platforms (windows in particular), the installer may create a preference file in the profile directory, before the profile is created. This happens in first_run::ProcessMasterPreferences(). In this case, when the profile is created, the preference file is found and the profile is assumed to not be new. As a result, all the code that is intended to be called for new profiles is bypassed, which leaves the profile in a bad state. Bug: 728402, 959188, 145351 Change-Id: Ibfeeebbb72893cc48095ce810d8300718dc24e6e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1614207Reviewed-by:
Mihai Sardarescu <msarda@chromium.org> Commit-Queue: David Roger <droger@chromium.org> Cr-Commit-Position: refs/heads/master@{#660847}
-
Xianzhu Wang authored
Bug: 963782 Change-Id: I8c6faf984321c38765357bf613bdb27a71c282bb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1616445Reviewed-by:
Philip Rogers <pdr@chromium.org> Commit-Queue: Xianzhu Wang <wangxianzhu@chromium.org> Cr-Commit-Position: refs/heads/master@{#660846}
-
Rohit Rao authored
This defaults to NSObject, but can be set to a class that implements the XCTestObservation protocol to perform one-time setup in XCTest bundles. BUG=None Change-Id: I3ff7abbf928a16ce6626fc99ed8fd747902cc791 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1617623Reviewed-by:
Robert Sesek <rsesek@chromium.org> Reviewed-by:
Justin Cohen <justincohen@chromium.org> Commit-Queue: Rohit Rao <rohitrao@chromium.org> Cr-Commit-Position: refs/heads/master@{#660845}
-
Tim Volodine authored
Add UMA to record invocation counts for some network related callbacks: - onReceivedLoginRequest - onReceivedClientCertRequest - onReceivedHttpAuthRequest - onDownloadStart These are non-error callbacks, so there is no need to have separate histograms with error code distributions. BUG=841556,951885,945922 Change-Id: I88be3ca2dfd831b83099bdbf44ece885b9acad18 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1609708 Commit-Queue: Tim Volodine <timvolodine@chromium.org> Reviewed-by:
Alexei Svitkine <asvitkine@chromium.org> Reviewed-by:
Tobias Sargeant <tobiasjs@chromium.org> Reviewed-by:
Nate Fischer <ntfschr@chromium.org> Cr-Commit-Position: refs/heads/master@{#660844}
-
Moe Ahmadi authored
Add language page allows the user to select a supported language to add to the list of user preferred languages. Existing accepts languages are excluded from the available options. screenshot: https://drive.google.com/file/d/1gV24hPwP1Gpiw_whOW45GQGmfJn_byEi/view?usp=sharing Bug: 957688 Change-Id: I63b261061cc867a1c7d5cd2373cb948eec1581f7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1611911Reviewed-by:
Peter Lee <pkl@chromium.org> Reviewed-by:
Sergio Collazos <sczs@chromium.org> Commit-Queue: Moe Ahmadi <mahmadi@chromium.org> Cr-Commit-Position: refs/heads/master@{#660843}
-
chromium-autoroll authored
https://swiftshader.googlesource.com/SwiftShader.git/+log/18ebb45055a5..0559bc475569 git log 18ebb45055a5..0559bc475569 --date=short --no-merges --format='%ad %ae %s' 2019-05-17 chrisforbes@google.com Check for rest of interactions between usage bits and format features Created with: gclient setdep -r src/third_party/swiftshader@0559bc475569 The AutoRoll server is located here: https://autoroll.skia.org/r/swiftshader-chromium-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. 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 BUG=chromium:b/117974925 TBR=swiftshader-team+autoroll@google.com Change-Id: I6caf11421be26ab4311fc7ebe1a9cecbc92a4d44 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1617376Reviewed-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@{#660842}
-
Mounir Lamouri authored
This is a reland of 15c84b57 Original change's description: > Media Engagement: only use/record for HTTPS origins. > > Bug: 958364 > Change-Id: Ifc87e6222df9de526f2900f13899af616604750e > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1591878 > Reviewed-by: Becca Hughes <beccahughes@chromium.org> > Commit-Queue: Mounir Lamouri <mlamouri@chromium.org> > Cr-Commit-Position: refs/heads/master@{#659971} Bug: 958364 Change-Id: I2e1c9741946797875fca63524260ad5d066f74cf Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1614442 Commit-Queue: Mounir Lamouri <mlamouri@chromium.org> Reviewed-by:
Becca Hughes <beccahughes@chromium.org> Cr-Commit-Position: refs/heads/master@{#660841}
-
Tommy Martino authored
TBR=ellyjones@chromium.org Change-Id: Ide1f29008cd3840ec13c2252a279a76a4f5efdec Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1617628 Commit-Queue: Tommy Martino <tmartino@chromium.org> Commit-Queue: Elly Fong-Jones <ellyjones@chromium.org> Reviewed-by:
Elly Fong-Jones <ellyjones@chromium.org> Reviewed-by:
Tommy Martino <tmartino@chromium.org> Cr-Commit-Position: refs/heads/master@{#660840}
-
Jan Wilken Dörrie authored
This change moves Lambda capture expressions in the Allowed C++14 Features section and details their usage guidelines. Bug: NONE Change-Id: I2e1b117512ee3262f50d63c379b6d31506cfcd33 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1617506 Commit-Queue: Jan Wilken Dörrie <jdoerrie@chromium.org> Reviewed-by:
Jeremy Roman <jbroman@chromium.org> Cr-Commit-Position: refs/heads/master@{#660839}
-
Justin Cohen authored
Bug: 964323 TBR: mattm@ Change-Id: Ibd0f85b0317804869b4dbc8eee3527fd7ae89359 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1617626Reviewed-by:
Justin Cohen <justincohen@chromium.org> Commit-Queue: Justin Cohen <justincohen@chromium.org> Cr-Commit-Position: refs/heads/master@{#660838}
-
kylechar authored
There is still flake in webgl2_conformance_gl_passthrough_tests on Windows Intel GPU FYI bots. Use a bigger hammer and mark all of deqp/functional/gles3/textureshadow/cube_* flaky. Bug: 963450 Change-Id: I0c1e305e591b6acbcc3768418dcad799c3f4eb99 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1617065Reviewed-by:
Yuly Novikov <ynovikov@chromium.org> Commit-Queue: kylechar <kylechar@chromium.org> Cr-Commit-Position: refs/heads/master@{#660837}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/0c6daf034b11..e5b3e400b6e9 git log 0c6daf034b11..e5b3e400b6e9 --date=short --no-merges --format='%ad %ae %s' 2019-05-17 skia-autoroll@skia-public.iam.gserviceaccount.com Roll ../src 8c742b26..5ca9f956 (448 commits) 2019-05-17 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/angle2 6ddb7768fa25..06de90c66c18 (9 commits) Created with: gclient setdep -r src/third_party/skia@e5b3e400b6e9 The AutoRoll server is located here: https://autoroll.skia.org/r/skia-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. CQ_INCLUDE_TRYBOTS=luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux-blink-rel;luci.chromium.try:linux-chromeos-compile-dbg;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=michaelludwig@google.com Change-Id: I7d49392fc0c917b1765667500351271338a7059e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1617375Reviewed-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@{#660836}
-
v8-ci-autoroll-builder authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/c9178292..92b8322b Please follow these instructions for assigning/CC'ing issues: https://v8.dev/docs/triage-issues Please close rolling in case of a roll revert: https://v8-roll.appspot.com/ This only works with a Google account. CQ_INCLUDE_TRYBOTS=luci.chromium.try:linux-blink-rel CQ_INCLUDE_TRYBOTS=luci.chromium.try:linux_optional_gpu_tests_rel CQ_INCLUDE_TRYBOTS=luci.chromium.try:mac_optional_gpu_tests_rel CQ_INCLUDE_TRYBOTS=luci.chromium.try:win_optional_gpu_tests_rel CQ_INCLUDE_TRYBOTS=luci.chromium.try:android_optional_gpu_tests_rel TBR=hablich@chromium.org,v8-waterfall-sheriff@grotations.appspotmail.com Change-Id: Iac0d4b87103b6c56b70aad5f27f8a66405e62130 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1617067Reviewed-by:
v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> Commit-Queue: v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#660835}
-
W. James MacLean authored
This refactor moves the logic in RenderWidget::PageScaleFactorChanged() to RenderWidget::SetPageScaleStateAndLimits(). This removes the need for RenderViewImpl::PageScaleFactorChanged() to call GetWidget(). This is a re-land of https://chromium-review.googlesource.com/c/chromium/src/+/1614080. TBR=dcheng@chromium.org TBR=collinbaker@chromium.org Bug: 924336 Change-Id: Id076ddc805c62069984181914f3722d4d081a3b3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1617064Reviewed-by:
James MacLean <wjmaclean@chromium.org> Commit-Queue: James MacLean <wjmaclean@chromium.org> Cr-Commit-Position: refs/heads/master@{#660834}
-
Justin Cohen authored
Change-Id: I399626094a700d9b8a581591c6080da8277d584f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1611107Reviewed-by:
John Budorick <jbudorick@chromium.org> Reviewed-by:
Justin Cohen <justincohen@chromium.org> Commit-Queue: Justin Cohen <justincohen@chromium.org> Cr-Commit-Position: refs/heads/master@{#660833}
-
John Budorick authored
Follow-up to crrev.com/c/1496656 Bug: 961811 Change-Id: Id7a5e4d09e4ca966e75bcecc6f007e26553d534d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1611118Reviewed-by:
Justin Cohen <justincohen@chromium.org> Commit-Queue: John Budorick <jbudorick@chromium.org> Cr-Commit-Position: refs/heads/master@{#660832}
-
chromium-autoroll authored
https://chromium.googlesource.com/angle/angle.git/+log/4274cc4631b0..cafd7736490e git log 4274cc4631b0..cafd7736490e --date=short --no-merges --format='%ad %ae %s' 2019-05-17 jmadill@chromium.org Fix KHR-GLES dEQP test paths. Created with: gclient setdep -r src/third_party/angle@cafd7736490e The AutoRoll server is located here: https://autoroll.skia.org/r/angle-chromium-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. 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=syoussefi@google.com Change-Id: Ic13ed7c964a29e4227ad1241d45a709f0740314e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1617268Reviewed-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@{#660831}
-
Henrique Grandinetti authored
Bug: 964296 Change-Id: Ib458bbccb2fe10939a0ec43ad315f0fd6b22c134 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1617323Reviewed-by:
Tatiana Gornak <melandory@chromium.org> Commit-Queue: Henrique Grandinetti <hgrandinetti@chromium.org> Cr-Commit-Position: refs/heads/master@{#660830}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/6ffd8ec5ef77..c05031d35df8 Created with: gclient setdep -r src-internal@c05031d35df8 The AutoRoll server is located here: https://autoroll-internal.skia.org/r/src-internal-chromium-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. CQ_INCLUDE_TRYBOTS=luci.chrome.try:linux-chromeos-chrome TBR=beverloo@google.com,collinbaker@google.com,bcwhite@google.com,tasak@google.com Change-Id: I73fc2f1438d25e425125ffe03150141ae621c63f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1617262Reviewed-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@{#660829}
-
A Olsen authored
Going through the SAML in-session password change flow will: a) Dismiss any existing notification that your password is expiring b) Delete the expiration time stored for your SAML password, so you will not receive any further notifications - until and unless you go through the SAML login flow again at some point and we receive an updated expiry time for your new password. Bug: 930109 Change-Id: I8561cf3425cc74ef3aa3d50a9ac604521f9fbfbd Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1617357Reviewed-by:
Roman Sorokin [CET] <rsorokin@chromium.org> Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Commit-Queue: A Olsen <olsen@chromium.org> Cr-Commit-Position: refs/heads/master@{#660828}
-
chromium-autoroll authored
The AutoRoll server is located here: https://autoroll.skia.org/r/fuchsia-sdk-chromium-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. CQ_INCLUDE_TRYBOTS=luci.chromium.try:fuchsia-arm64-cast;luci.chromium.try:fuchsia-x64-cast TBR=cr-fuchsia+bot@chromium.org Change-Id: I17c3e6872255d4282816036e1b877250b27dfecd Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1617386Reviewed-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@{#660827}
-
Alex Oldemeier authored
This adds the last part of the PluginVm setup flow. After the VM image has been downloaded we need to import it using vm_concierge. Since vm_concierge does the unzipping itself, this also refactors the setup flow and replaces unzipping by listening to the corresponding concierge signal. Follow-up CLs will add the functionality to cancel the import as well as additional tests to cover different error cases. Bug: 947014 Test: browser_tests --gtest_filter="PluginVm*" && unit_tests --gtest_filter="PluginVm*" Change-Id: If1d038ff9b0e5c9f7ca73ac7c68397620099a30d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1611550Reviewed-by:
Olya Kalitova <okalitova@chromium.org> Commit-Queue: Alex Oldemeier <aoldemeier@chromium.org> Cr-Commit-Position: refs/heads/master@{#660826}
-
Min Qin authored
When Comparing UMAs for download that are resumed without the browser process, the reduced mode reports more downloads than the full mode. And that makes it hard to compare the UMAs neck to neck. If we only consider the first download that happens in the reduced mode, than this is the only download that will report UMA in full browser mode. This CL will capture the UMA for the first download in reduced mode. It allows us to compare the UMAs from full browser mode in a fair condition. BUG=963601 Change-Id: Ieb5c2dc06c985e5e2b545474a3f03a9dcbc3e165 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1615822Reviewed-by:
Henrique Nakashima <hnakashima@chromium.org> Reviewed-by:
Mohamed Heikal <mheikal@chromium.org> Reviewed-by:
Ilya Sherman <isherman@chromium.org> Commit-Queue: Min Qin <qinmin@chromium.org> Cr-Commit-Position: refs/heads/master@{#660825}
-
Qingsi Wang authored
Bug: None Change-Id: Idb203866343cefa751a52f25cd1084c0da2f218c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1615714 Commit-Queue: Elly Fong-Jones <ellyjones@chromium.org> Reviewed-by:
Elly Fong-Jones <ellyjones@chromium.org> Cr-Commit-Position: refs/heads/master@{#660824}
-
Jing Zhao authored
According to Android P API changes: https://developer.android.com/about/versions/pie/android-9.0-changes-all#information_removed_from_wi-fi_service_methods , NETWORK_STATE_CHANGED_ACTION system broadcast no longer contains connection information. With ACCESS_WIFI_STATE permission, use getConnectionInfo() instead. Change-Id: Idd0a26337e5c9861490f3ead5e559446f9b64a8a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1600726Reviewed-by:
Paul Jensen <pauljensen@chromium.org> Commit-Queue: Paul Jensen <pauljensen@chromium.org> Auto-Submit: jing zhao <zhaojing7@xiaomi.com> Cr-Commit-Position: refs/heads/master@{#660823}
-
Tsuyoshi Horo authored
This class is created if the page was loaded from a signed exchage which has "allowed-alt-sxg" link headers in the inner response and PrefetchedSignedExchanges were passed from the previous page. It holds the subresource signed exchange related headers ("alternate" link header in the outer response and "allowed-alt-sxg" link header in the inner response of the page's signed exchange), and the passed PrefetchedSignedExchanges. While dispatching link header preloads, LoaderFactoryForFrame::CreateURLLoader() will call PrefetchedSignedExchangeManager::MaybeCreateURLLoader() which creates a PrefetchedSignedExchangeLoader if there is a matching "allowed-alt-sxg" link header in the inner response of the page's signed exchange. After all link header preloads were dispatched, PrefetchedSignedExchangeManager ::StartLoad() is called from HTMLDocumentParser::EnqueueTokenizedChunk(). This method checks whether the all PrefetchedSignedExchangeLoaders has a matching "alternate" outer link header and a matching subresource signed exchange was already prefetched. If the check passes, starts loading the prefetched subresource signed exchange. Otherwise, starts normal loading. This check is intended to prevent the signed exchange distributor from sending arbitrary information to the publisher of the signed exchange. Bug: 935267 Change-Id: I3c27d2ad510f1622e5bb8f6e07e30623b5a92d83 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1610273 Commit-Queue: Tsuyoshi Horo <horo@chromium.org> Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Reviewed-by:
Kunihiko Sakamoto <ksakamoto@chromium.org> Cr-Commit-Position: refs/heads/master@{#660822}
-
Olya Kalitova authored
Bug: 931702 Change-Id: I3211bad5998a5ec9dd1f8ac8b69e719516e947c2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1617492Reviewed-by:
Alex Oldemeier <aoldemeier@chromium.org> Commit-Queue: Olya Kalitova <okalitova@chromium.org> Cr-Commit-Position: refs/heads/master@{#660821}
-
Ria Jiang authored
After we turn on devtools, there are highlighting overlays when we inspect elements - those overlays shouldn't be hit-testable. Change-Id: I78d297921dbdf92a3902651f05103b24c88d54cd Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1614541Reviewed-by:
David Bokan <bokan@chromium.org> Commit-Queue: Ria Jiang <riajiang@chromium.org> Cr-Commit-Position: refs/heads/master@{#660820}
-
Alex Ilin authored
This reverts commit 61e00b8b. Reason for revert: this may cause crashes on Mac https://crbug.com/962462 Original change's description: > Convert NaCl crash reporting to the new shared memory API > > This CL replaces the deprecated base::SharedMemoryHandle used to hold the crash information > in nacl:: classes with new shared memory api. The plugin side writes to the shared memory > region using base::WritableSharedMemoryRegion and sends a read only version of the region > to the renderer process through the browser. The renderer side reads the crash info using > base::ReadOnlySharedMemoryRegion. > > Change-Id: I335040a9884d6dc79f107070c954a3ff250458a2 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1565974 > Reviewed-by: Derek Schuff <dschuff@chromium.org> > Reviewed-by: Alex Ilin <alexilin@chromium.org> > Reviewed-by: Daniel Cheng <dcheng@chromium.org> > Reviewed-by: Robert Sesek <rsesek@chromium.org> > Commit-Queue: Tanmoy Mollik <triploblastic@google.com> > Cr-Commit-Position: refs/heads/master@{#658493} TBR=dschuff@chromium.org,dcheng@chromium.org,rsesek@chromium.org,alexilin@chromium.org,triploblastic@google.com Bug: 962462 # Not skipping CQ checks because original CL landed > 1 day ago. Change-Id: I29ea828b87fb11c8f3be6b6d5805b4e7cc3f0e8c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1617490Reviewed-by:
Alex Ilin <alexilin@chromium.org> Commit-Queue: Alex Ilin <alexilin@chromium.org> Cr-Commit-Position: refs/heads/master@{#660819}
-
Maya Lekova authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/8e003ab0..c9178292 Please follow these instructions for assigning/CC'ing issues: https://v8.dev/docs/triage-issues Please close rolling in case of a roll revert: https://v8-roll.appspot.com/ This only works with a Google account. CQ_INCLUDE_TRYBOTS=luci.chromium.try:linux-blink-rel CQ_INCLUDE_TRYBOTS=luci.chromium.try:linux_optional_gpu_tests_rel CQ_INCLUDE_TRYBOTS=luci.chromium.try:mac_optional_gpu_tests_rel CQ_INCLUDE_TRYBOTS=luci.chromium.try:win_optional_gpu_tests_rel CQ_INCLUDE_TRYBOTS=luci.chromium.try:android_optional_gpu_tests_rel R=hablich@chromium.org Change-Id: I97d8e56a0b574f72410d94970462b3fa55506304 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1617350Reviewed-by:
Michael Hablich <hablich@chromium.org> Commit-Queue: Maya Lekova <mslekova@chromium.org> Commit-Queue: Michael Hablich <hablich@chromium.org> Cr-Commit-Position: refs/heads/master@{#660818}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/fd2e487583fa..6ffd8ec5ef77 Created with: gclient setdep -r src-internal@6ffd8ec5ef77 The AutoRoll server is located here: https://autoroll-internal.skia.org/r/src-internal-chromium-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. CQ_INCLUDE_TRYBOTS=luci.chrome.try:linux-chromeos-chrome TBR=beverloo@google.com,collinbaker@google.com,bcwhite@google.com,tasak@google.com Change-Id: Ia3fd36abd9d2e4c18c05ac44dbc410c8aac67c5f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1617609Reviewed-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@{#660817}
-
Rayan Kanso authored
Update the view's button instead of the action, since the action is shared across multiple views. Bug: 942174 Change-Id: I02c04486779591791b24567002bc14e08324babd Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1609707Reviewed-by:
Joel Einbinder <einbinder@chromium.org> Commit-Queue: Rayan Kanso <rayankans@chromium.org> Auto-Submit: Rayan Kanso <rayankans@chromium.org> Cr-Commit-Position: refs/heads/master@{#660816}
-
Maksim Ivanov authored
Avoid causing an error log message from the ARC ToS screen: [ERROR:CONSOLE(219)] "Unexpected condition on chrome://oobe/gaia-signin: Could not find value for languageList", source: chrome://resources/js/load_time_data.js (219) Bug: 964121 Test: manual - go to Login screen and verify there's no error in the console Change-Id: Ia9c66844817ae45e199c3a35c9ff45a720b79b43 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1615942Reviewed-by:
Denis Kuznetsov <antrim@chromium.org> Commit-Queue: Maksim Ivanov <emaxx@chromium.org> Cr-Commit-Position: refs/heads/master@{#660815}
-