- 13 Jun, 2018 40 commits
-
-
Sammie Quon authored
The workaround was introduced because a user of rounded_rect_view.cc had artifacts shown on intel devices. The impl of that user has changed a bit, or something underlying has been fixed. So this workaround is no longer needed. Test: manual Bug: 824860 Change-Id: Iad8213606400a9d5a0ca6108c67bda2cf6f1993c Reviewed-on: https://chromium-review.googlesource.com/1097472Reviewed-by:
Xiaoqian Dai <xdai@chromium.org> Reviewed-by:
Mitsuru Oshima <oshima@chromium.org> Commit-Queue: Sammie Quon <sammiequon@chromium.org> Cr-Commit-Position: refs/heads/master@{#566919}
-
Zach Helfinstein authored
Bug: 828655 Cq-Include-Trybots: master.tryserver.chromium.linux:closure_compilation Change-Id: I2a4ca1e3d5e76bde27e7a634f50b991e3f2cb020 Reviewed-on: https://chromium-review.googlesource.com/1079703 Commit-Queue: Zach Helfinstein <zhelfins@chromium.org> Reviewed-by:
David Tseng <dtseng@chromium.org> Cr-Commit-Position: refs/heads/master@{#566918}
-
Suproteem Sarkar authored
Added support for UIA_AriaPropertiesPropertyId in GetPropertyValue, which allows UI Automation to access the ARIA properties of an object R=nektar@chromium.org,dmazzoni@chromium.org,aleventhal@chromium.org Bug: 852052 Change-Id: I225572028251465263ad92d3e1f2f2f47b0f3104 Reviewed-on: https://chromium-review.googlesource.com/1097617Reviewed-by:
Nektarios Paisios <nektar@chromium.org> Commit-Queue: Nektarios Paisios <nektar@chromium.org> Cr-Commit-Position: refs/heads/master@{#566917}
-
Ken MacKay authored
Bug: internal b/80004505 Change-Id: I556e52aa344d0e6b93e642d8aa02e026566c161b Reviewed-on: https://chromium-review.googlesource.com/1095983Reviewed-by:
Stephen Lanham <slan@chromium.org> Commit-Queue: Kenneth MacKay <kmackay@chromium.org> Cr-Commit-Position: refs/heads/master@{#566916}
-
Fabio Tirelo authored
There is no "learn more" link in the new proposal for the save card dialog, and there is no point in keeping it even for the old UI. This CL simply removes it, so we can get rid of the additional complexiy. The link has also been removed from iOS and Android. Bug: 852094 Change-Id: Ibf6e5add73dd43a5a6afee8a856d8fc88e71830f Reviewed-on: https://chromium-review.googlesource.com/1097798Reviewed-by:
Mathieu Perreault <mathp@chromium.org> Reviewed-by:
Evan Stade <estade@chromium.org> Commit-Queue: Fabio Tirelo <ftirelo@chromium.org> Cr-Commit-Position: refs/heads/master@{#566915}
-
jonross authored
Based on: https://chromium-review.googlesource.com/c/chromium/src/+/1071886 This change updates all callsites in site_per_process_hit_test_browsertest.cc to use the new api. TBR=kenrb@chromium.org TEST=SitePerProcessGestureHitTestBrowserTest, SitePerProcessHighDPIHitTestBrowserTest, SitePerProcessInternalsHitTestBrowserTest, SitePerProcessMouseWheelHitTestBrowserTest, SitePerProcessHitTestBrowserTest. SitePerProcessNonIntegerScaleFactorHitTestBrowserTest, SitePerProcessMouseWheelHitTestBrowserTestWheelScrollLatchingDisabled Bug: 785986 Change-Id: I042d7fdf214b8045a9d5265c0fd7af3d547f0882 Reviewed-on: https://chromium-review.googlesource.com/1081998 Commit-Queue: Jonathan Ross <jonross@chromium.org> Reviewed-by:
Sadrul Chowdhury <sadrul@chromium.org> Cr-Commit-Position: refs/heads/master@{#566914}
-
Matt Menke authored
Bug: 837354 Cq-Include-Trybots: master.tryserver.chromium.linux:linux_mojo Change-Id: Ic9727b6d9ef96c3f23c3fbbff4cd905e592010a6 Reviewed-on: https://chromium-review.googlesource.com/1089661Reviewed-by:
Mustafa Emre Acer <meacer@chromium.org> Reviewed-by:
Tom Sepez <tsepez@chromium.org> Reviewed-by:
Dominic Battré <battre@chromium.org> Reviewed-by:
Asanka Herath <asanka@chromium.org> Commit-Queue: Matt Menke <mmenke@chromium.org> Cr-Commit-Position: refs/heads/master@{#566913}
-
bsheedy authored
Causes all VR tests to check if any VR-related activities are in the foreground before starting, and if so, background them and wait for VrCore to think that it's no longer in VR. This addresses two known areas of flakiness: testPresentationPromisedUnresolvedDuringDon* tests and testTrustedIntentAllowsAutoPresent, and potentially reduces flakiness elsewhere. Bug: 818369 Change-Id: I7629bce1541cba961cf5dccf19b7c9aa29b500af Reviewed-on: https://chromium-review.googlesource.com/1098394Reviewed-by:
Michael Thiessen <mthiesse@chromium.org> Commit-Queue: Brian Sheedy <bsheedy@chromium.org> Cr-Commit-Position: refs/heads/master@{#566912}
-
rbpotter authored
- Ensure that messages intended for a previous instance of PrintPreviewUI are dropped and not forwarded to the UI. - Track request IDs in messages that resolve or reject preview callbacks and maintain a map instead of a queue, since with the addition of the PDF compositor service requests may not be returned in the order they were received. - Split more conditionals to improve stack traces in future. Bug: 827056 Change-Id: I8a194a480be780ce4cf0a8544f60d9abe502bdf1 Reviewed-on: https://chromium-review.googlesource.com/1085747 Commit-Queue: Rebekah Potter <rbpotter@chromium.org> Reviewed-by:
Tom Sepez <tsepez@chromium.org> Reviewed-by:
Lei Zhang <thestig@chromium.org> Reviewed-by:
Demetrios Papadopoulos <dpapad@chromium.org> Cr-Commit-Position: refs/heads/master@{#566911}
-
Dave Tapuska authored
Change Assert to STA from MTA. Add comment and bug describing that WinRT use really should be in a MTA, but currently is on the UI thread which is STA. BUG=852317,852386 Change-Id: I3a284010638ae848b1e9b5ee6c92646a5a9a1dea Reviewed-on: https://chromium-review.googlesource.com/1099184Reviewed-by:
Robert Liao <robliao@chromium.org> Reviewed-by:
Sadrul Chowdhury <sadrul@chromium.org> Commit-Queue: Dave Tapuska <dtapuska@chromium.org> Cr-Commit-Position: refs/heads/master@{#566910}
-
spqchan authored
There was an issue with the menu where if you scroll down it, the selected item and tooltip doesn't get updated. This CL address the issue by updating the selection on a mouse wheel event. On Mac, there is an issue where the incorrect tooltip is shown on the menu item. This issue happened because the tooltip manager doesn't get updated for mouse events on the Views menu. This CL fixes the issue by calling -updateTooltipIfRequiredAt: at -scrollWheel: and -processCapturedMouseEvent:. Bug: 847966, 847964 Change-Id: I183de9a5a824ab5798957a3432da1962d65b75ca Reviewed-on: https://chromium-review.googlesource.com/1097739Reviewed-by:
Avi Drissman <avi@chromium.org> Commit-Queue: Sarah Chan <spqchan@chromium.org> Cr-Commit-Position: refs/heads/master@{#566909}
-
Alex Moshchuk authored
This feature has been turned on to 100% of stable in M63 and enabled by default since M65. We've held back on removing it for a couple of releases in case of a bad interaction with other site isolation trials, but it's time to remove it now. Bug: 739418 Change-Id: I4c1ba5724bcfaaef4729b51a93ee279349057c9d Reviewed-on: https://chromium-review.googlesource.com/1096664Reviewed-by:
Robert Kaplow <rkaplow@chromium.org> Reviewed-by:
Avi Drissman <avi@chromium.org> Reviewed-by:
David Roger <droger@chromium.org> Reviewed-by:
Łukasz Anforowicz <lukasza@chromium.org> Commit-Queue: Alex Moshchuk <alexmos@chromium.org> Cr-Commit-Position: refs/heads/master@{#566908}
-
Christian Fremerey authored
Same test case as added with previous CL https://chromium-review.googlesource.com/c/chromium/src/+/1038644 but using shared memory buffers instead of textures. Add a content_browsertest that obtains a connection to the video capture service via the Browser process' service manager. It then registers a virtual device at the service and feeds frames to it. It opens the virtual device in a <video> element on a test page and verifies that the element plays in the expected dimensions and the pixel content on the element changes. Design Doc: https://docs.google.com/document/d/1Vt8ME9foAR7vs9azwTP0mAQYUxAEbA1SOQ7hzrcXxP8/edit?usp=sharing Test: content_browsertests --gtest_filter=WebRtcVideoCaptureServiceBrowserTest.* Bug: 834478 Change-Id: Ib2a364926ac4e5227f0670c587f01b0314a065b5 Reviewed-on: https://chromium-review.googlesource.com/1091809 Commit-Queue: Christian Fremerey <chfremer@chromium.org> Reviewed-by:
Emircan Uysaler <emircan@chromium.org> Cr-Commit-Position: refs/heads/master@{#566907}
-
Becky Zhou authored
ContextualSuggestionsTest#testPeekWithPageScrollPercentage + Set screen orientation to portrait Bug: 847340 Change-Id: I05e6bd2f0e76026f36b87433e10fa936858e4e38 Reviewed-on: https://chromium-review.googlesource.com/1098222Reviewed-by:
Theresa <twellington@chromium.org> Commit-Queue: Becky Zhou <huayinz@chromium.org> Cr-Commit-Position: refs/heads/master@{#566906}
-
Shakti Sahu authored
This CL changes the download infobar to have a more specific accessibility string about the presence of 'Open' and 'Details' link rather than announcing a generic message about 'options available at the bottom of the screen'. Bug: 852467 Change-Id: I81c078d0f3bbf2d7ad294618bfb81bf3c97fe488 Reviewed-on: https://chromium-review.googlesource.com/1097511 Commit-Queue: Shakti Sahu <shaktisahu@chromium.org> Reviewed-by:
David Trainor <dtrainor@chromium.org> Cr-Commit-Position: refs/heads/master@{#566905}
-
Kevin McNee authored
Since all gesture pinch event handling is done on the compositor thread, remove unused handling code in blink. Bug: 787924 Change-Id: I1df193017e7e5e30c247bf4080240cdd89600e2b Reviewed-on: https://chromium-review.googlesource.com/1087799Reviewed-by:
Rick Byers <rbyers@chromium.org> Reviewed-by:
David Bokan <bokan@chromium.org> Commit-Queue: Kevin McNee <mcnee@chromium.org> Cr-Commit-Position: refs/heads/master@{#566904}
-
Peter Boström authored
As ink-drop ripples were recently enabled on all platforms (but instantaneous on Mac) we need to hide the ink-drop highlight when showing the ripple. This is because the highlight and ripple have different shapes by default and we should not show one overlapping the other. Bug: chromium:851984 Change-Id: I0c5390d26a7faa3a3d39709cd52c4066adb22197 Reviewed-on: https://chromium-review.googlesource.com/1097800Reviewed-by:
Mohsen Izadi <mohsen@chromium.org> Commit-Queue: Peter Boström <pbos@chromium.org> Cr-Commit-Position: refs/heads/master@{#566903}
-
Mark Cogan authored
A previous CL arranged for the current panel of the tab grid to update whenever the view layout was updated; this happens frequently when scrolling, which results in a "jump" as soon as the scroll view passes the threshold for changing panels. This CL fixes that. Bug: 852247 Cq-Include-Trybots: luci.chromium.try:ios-simulator-full-configs;master.tryserver.chromium.mac:ios-simulator-cronet Change-Id: I7b2e56fdafff5cf156475563f04c5db0fd8964e6 Reviewed-on: https://chromium-review.googlesource.com/1099378Reviewed-by:
edchin <edchin@chromium.org> Commit-Queue: edchin <edchin@chromium.org> Cr-Commit-Position: refs/heads/master@{#566902}
-
David Trainor authored
Increase the wait delay before trying to dismiss a notification. This is a workaround due to an Android OS bug with Service lifecycles and notification states. A quick startForeground/stopForeground can cause a notification to end up being stuck showing forever. This CL doubles the delay from 100ms to 200ms and adds more logs to help track what is happening w.r.t. this delay (when it is in effect, etc.) to help with future tracking. BUG=852188,b/79337416 Change-Id: I2eaa21277c6fb60bc40232584ea50f1de1d06c34 Reviewed-on: https://chromium-review.googlesource.com/1097738 Commit-Queue: David Trainor <dtrainor@chromium.org> Reviewed-by:
Min Qin <qinmin@chromium.org> Cr-Commit-Position: refs/heads/master@{#566901}
-
stkhapugin@chromium.org authored
Updates the font ant placeholder colors to match mocks. Bug: 819235 Cq-Include-Trybots: luci.chromium.try:ios-simulator-full-configs;master.tryserver.chromium.mac:ios-simulator-cronet Change-Id: I2cb5b83c79c0240119646cb5e53a6acdb2e1adf0 Reviewed-on: https://chromium-review.googlesource.com/1098957 Commit-Queue: Stepan Khapugin <stkhapugin@chromium.org> Reviewed-by:
Mark Cogan <marq@chromium.org> Cr-Commit-Position: refs/heads/master@{#566900}
-
Max Morin authored
Removes the implementation, leaves the web-facing stuff. Bug: 851940, 851959 Change-Id: I9a7ef1f14ecd67a6d56d7f63bf35c16813ee626c Reviewed-on: https://chromium-review.googlesource.com/1097134Reviewed-by:
Guido Urdaneta <guidou@chromium.org> Commit-Queue: Max Morin <maxmorin@chromium.org> Cr-Commit-Position: refs/heads/master@{#566899}
-
Peter Wen authored
Instrumentation code is only available for editing purposes. TBR=estevenson@chromium.org Bug: 620034 Change-Id: I32d2b3b29bd61a2b206f6ccca80cfb9cde71a292 Reviewed-on: https://chromium-review.googlesource.com/1099177 Commit-Queue: Peter Wen <wnwen@chromium.org> Reviewed-by:
Eric Stevenson <estevenson@chromium.org> Reviewed-by:
Peter Wen <wnwen@chromium.org> Cr-Commit-Position: refs/heads/master@{#566898}
-
Artem Strygin authored
Change-Id: Ic73c423813ef2a9ca095c5ce99fff2f769aa9556 Reviewed-on: https://chromium-review.googlesource.com/1094442 Commit-Queue: Art Snake <art-snake@yandex-team.ru> Reviewed-by:
dsinclair <dsinclair@chromium.org> Cr-Commit-Position: refs/heads/master@{#566897}
-
George Burgess IV authored
The AFDO roll to 3451.0_rc-r1 is somehow breaking blink tests. Until we can figure out why, revert to something known to work with said tests. This isn't a literal revert, since there have been AFDO rolls since the one that broke us. Offending commit: http://crrev.com/564831 Bug: 851539 Test: CQ Change-Id: Ifb172873492673945396dfd5b593bdc7e44ff590 Reviewed-on: https://chromium-review.googlesource.com/1097941Reviewed-by:
Charlie Andrews <charliea@chromium.org> Commit-Queue: George Burgess <gbiv@chromium.org> Cr-Commit-Position: refs/heads/master@{#566896}
-
David Black authored
This involved: - Using an API from base to perform base64 encoding. - Modifying the data prefix to: "data:text/html;base64,". Bug: b:109951173 Change-Id: I69c366af2bd4912e55f2bfde18b12241cdeb17c3 Reviewed-on: https://chromium-review.googlesource.com/1097542 Commit-Queue: David Black <dmblack@google.com> Reviewed-by:
Xiaohui Chen <xiaohuic@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Cr-Commit-Position: refs/heads/master@{#566895}
-
Chromite Chromium Autoroll authored
https://chromium.googlesource.com/chromiumos/chromite.git/+log/c27a6612dbae..402795d084bf git log c27a6612dbae..402795d084bf --date=short --no-merges --format='%ad %ae %s' 2018-06-13 tikuta@chromium.org chrome-sdk: Remove absolute path from simple chrome build using goma Created with: gclient setdep -r src/third_party/chromite@402795d084bf The AutoRoll server is located here: https://chromite-chromium-roll.skia.org 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. BUG=chromium:846610 TBR=chrome-os-gardeners@chromium.org Change-Id: I2a71a4c5552d6a8d4a764a89fc6a93205d4be1aa Reviewed-on: https://chromium-review.googlesource.com/1098941Reviewed-by:
Chromite Chromium Autoroll <chromite-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Commit-Queue: Chromite Chromium Autoroll <chromite-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#566894}
-
Samuel Huang authored
This CL makes algorithm.h in Chromium match trunk's version. Details: - Add {GetBit(), GetSignedBits(), GetUnsignedBits(), SignedFit()}. These will be used by the ARM Disassembler. - Rename ceil() to AlignCeil() to avoid confusion with ceil() from <cmath>. - Extensive unit tests. - Minor enum type fix in disassembler_win32.h (offset_t should not be used to represent lengths). Change-Id: Icf9ce254bce2e5a3e9c286dbb5a704aeacd8bc35 Reviewed-on: https://chromium-review.googlesource.com/1098556Reviewed-by:
Samuel Huang <huangs@chromium.org> Reviewed-by:
Greg Thompson <grt@chromium.org> Commit-Queue: Samuel Huang <huangs@chromium.org> Cr-Commit-Position: refs/heads/master@{#566893}
-
Steven Bennetts authored
Regression introduced in: https://chromium-review.googlesource.com/1089585 Toggles should only be disabled for secondary users when logged in, not in the login screen. Bug: 851893 Change-Id: Ia77b26c6217ad184ecb765b3c8f3a5fa4cccb6ea Reviewed-on: https://chromium-review.googlesource.com/1098308 Commit-Queue: Steven Bennetts <stevenjb@chromium.org> Reviewed-by:
Toni Barzic <tbarzic@chromium.org> Cr-Commit-Position: refs/heads/master@{#566892}
-
Majid Valipour authored
Now call prevent default in event handler to ensure context menu does not show up which can potentially hijack other events. Added an explicit timeout to help produce more detailed picture when timeout happens and hopefully help us identify the root cause if the above fix is not working. Also updated expectation to only expect timeout on Mac. Bug: 846750, 846726 Change-Id: Ica117c5cd7eafc559c3e457af008d1a1043deff6 Reviewed-on: https://chromium-review.googlesource.com/1099039 Commit-Queue: Majid Valipour <majidvp@chromium.org> Reviewed-by:
Navid Zolghadr <nzolghadr@chromium.org> Cr-Commit-Position: refs/heads/master@{#566891}
-
jonross authored
Two new fling tests were added to SitePerProcessBrowserTest, these do not currently work on Mac with Viz. This filters those tests out. TBR=kylechar@chromium.org TEST=SitePerProcessBrowserTest.TouchpadGestureFlingStart, SitePerProcessBrowserTest.TouchscreenGestureFlingStart Bug: 842325 Change-Id: Ia45eaf8f5cfb2f8865a9f1d5e3aa4d677e37c1cd Reviewed-on: https://chromium-review.googlesource.com/1099372Reviewed-by:
Jonathan Ross <jonross@chromium.org> Cr-Commit-Position: refs/heads/master@{#566890}
-
Greg Kraynov authored
Bug: 783309 Change-Id: I0ac7a204e5df7f980eb025534f16e0f563c47104 Reviewed-on: https://chromium-review.googlesource.com/1095616Reviewed-by:
Alexander Timin <altimin@chromium.org> Reviewed-by:
Sami Kyöstilä <skyostil@chromium.org> Reviewed-by:
Gabriel Charette <gab@chromium.org> Commit-Queue: Greg Kraynov <kraynov@chromium.org> Cr-Commit-Position: refs/heads/master@{#566889}
-
Sammie Quon authored
Issue happens when animation blur to start and no animation to end, or vice versa. Slide animation skips when it thinks the animation is already shown or not shown. For direct blur settings when there is no animation, set the slide animation's state as well, so it has knowledge when blur is set not using slide animation. Test: manual Bug: 852160 Change-Id: Ib4a0be9606e65d10f7cfdc542019f870a5ecfe58 Reviewed-on: https://chromium-review.googlesource.com/1098462Reviewed-by:
Mitsuru Oshima <oshima@chromium.org> Commit-Queue: Sammie Quon <sammiequon@chromium.org> Cr-Commit-Position: refs/heads/master@{#566888}
-
Elad Alon authored
When the user clears browsing data, if the clearing time range includes |now|, cancel all (the profile's) active remote-bound WebRTC event logs and delete their files. Bug: 775415 Change-Id: Ibc8322555e13c34ac2e6c09b44226a8aef1c4577 Reviewed-on: https://chromium-review.googlesource.com/1097129 Commit-Queue: Elad Alon <eladalon@chromium.org> Reviewed-by:
Guido Urdaneta <guidou@chromium.org> Cr-Commit-Position: refs/heads/master@{#566887}
-
chromeos-commit-bot@chromium.org authored
BUG=762641 TBR=stevenjb@google.com Change-Id: Ibc44d5275fc3548467f3bb11beaf0ee1882da684 Reviewed-on: https://chromium-review.googlesource.com/1099149Reviewed-by:
ChromeOS Commit Bot <chromeos-commit-bot@chromium.org> Commit-Queue: ChromeOS Commit Bot <chromeos-commit-bot@chromium.org> Cr-Commit-Position: refs/heads/master@{#566886}
-
Roger McFarlane authored
"CopyBetweenWindows/FilesAppBrowserTest.Test/copyBetweenWindowsLocalToUsb" is flaky. We have detected 4 recent flakes. List of all flakes can be found at https://chromium-try-flakes.appspot.com/all_flake_occurrences?key=ahVzfmNocm9taXVtLXRyeS1mbGFrZXNyUwsSBUZsYWtlIkhDb3B5QmV0d2VlbldpbmRvd3MvRmlsZXNBcHBCcm93c2VyVGVzdC5UZXN0L2NvcHlCZXR3ZWVuV2luZG93c0xvY2FsVG9Vc2IM TBR: noel@chromium.org Bug: 852246 Change-Id: I372fd33940e5780d74c6eb044b88c5a7b93f3802 Reviewed-on: https://chromium-review.googlesource.com/1099261Reviewed-by:
Roger McFarlane <rogerm@chromium.org> Commit-Queue: Roger McFarlane <rogerm@chromium.org> Cr-Commit-Position: refs/heads/master@{#566885}
-
Jiawei Li authored
- The gesture detection is attached to the root window and handles tap, tap down, long tap, and long press events. A custom handler (CastGestureHandler) can be installed or removed to handle these events. - Renames CastSideSwipeGestureHandlerInterface/CastBackGestureDispatcher to generalise them. Bug: internal b/75979846 Test: build manually and test whether tap handler callback works Change-Id: Idfbba6663d91644f74cc387110a43b4b588e9869 Reviewed-on: https://chromium-review.googlesource.com/1094486 Commit-Queue: Jiawei Li <lijiawei@chromium.org> Reviewed-by:
Luke Halliwell <halliwell@chromium.org> Cr-Commit-Position: refs/heads/master@{#566884}
-
Kyle Horimoto authored
This CL pipes ConnectionPriority through PendingConnectionRequest, ConnectionAttempt, and ConnectToDeviceOperation. This provides a way for the service to set and update the priority of pending connection attempts. Bug: 824568, 752273 Change-Id: I3641980dadfc9f100e3769c84191e325241fc2bd Reviewed-on: https://chromium-review.googlesource.com/1097979 Commit-Queue: Kyle Horimoto <khorimoto@chromium.org> Reviewed-by:
Ryan Hansberry <hansberry@chromium.org> Cr-Commit-Position: refs/heads/master@{#566883}
-
crystallambert@chromium.org authored
Change-Id: I969ca6ef1ea64b5311c4a16372ec2ccd9f54960f Reviewed-on: https://chromium-review.googlesource.com/1099265Reviewed-by:
Devlin <rdevlin.cronin@chromium.org> Commit-Queue: Crystal Lambert <crystallambert@chromium.org> Cr-Commit-Position: refs/heads/master@{#566882}
-
Farah Charab authored
Support enabling the following experiments for all use cases or loading-only: Low priority for hidden frames Low priority for subframes Low priority for throttleable tasks Low priority for throttleable subframes Bug: 852380 Change-Id: I26a0865dc1fb3caab5eae2ab7dc47fddb9bc2931 Reviewed-on: https://chromium-review.googlesource.com/1099055Reviewed-by:
Robert Kaplow <rkaplow@chromium.org> Reviewed-by:
Alexander Timin <altimin@chromium.org> Commit-Queue: Farah Charab <farahcharab@chromium.org> Cr-Commit-Position: refs/heads/master@{#566881}
-
Hiroki Nakagawa authored
Before this CL, referrer policy for dedicated workers loaded as modules scripts hasn't been set. This has failed referrer tests. After this CL, it's set by the ReferrerPolicy HTTP header on a response of the worker's top-level module script based on the HTML spec: Step 13.5: "Set worker global scope's referrer policy to the result of parsing the `Referrer-Policy` header of response." https://html.spec.whatwg.org/multipage/workers.html#worker-processing-model Bug: 842553 Change-Id: Iaabaca6b46a2fa41835682787de8de527e6481d3 Reviewed-on: https://chromium-review.googlesource.com/1084417 Commit-Queue: Hiroki Nakagawa <nhiroki@chromium.org> Reviewed-by:
Hiroshige Hayashizaki <hiroshige@chromium.org> Reviewed-by:
Kouhei Ueno <kouhei@chromium.org> Cr-Commit-Position: refs/heads/master@{#566880}
-