- 30 Jul, 2019 40 commits
-
-
John Rummell authored
Now that FileStreamReader and FileStreamWriter work with PluginPrivateFileSystem, enable incognito mode for PluginPrivateFileSystem. Also updates FileStreamReader to work with the PluginPrivateFileSystem in incognito mode, as the ObfuscatedFileUtilMemoryDelegate is different. This adds 2 more browser tests that verify that encrypted media can read and write files successfully in incognito mode (as it uses the PluginPrivateFileSystem). Verified using inotifywait that the test does not write anything to disk. Bug: 958294,902021 Test: new browser_tests pass Change-Id: I01914cdd866ff96867e7bebfeaea6ef827a5a9fd Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1718985Reviewed-by:
Hiroki Nakagawa <nhiroki@chromium.org> Reviewed-by:
Xiaohan Wang <xhwang@chromium.org> Commit-Queue: John Rummell <jrummell@chromium.org> Cr-Commit-Position: refs/heads/master@{#682094}
-
Mustafa Emre Acer authored
When the lookalike URL interstitial stops a redirect, reloading it navigates to the end of the redirect chain which hides the interstitial. In order to prevent this, this CL stores the parameters of the interstitial (URL, redirect chain and referrer) as WebContentsUserData. On page reload, the throttle retrieves the parameters and checks if the currently navigated URL is at the end of the stored redirect chain. If so, it cancels the current navigation (the reload) and navigates back to the original lookalike URL that triggered the interstitial. As a result, a reload will end up with the same interstitial as before. The throttle immediately clears stored interstitial parameters after it retrieves them, so that unrelated navigations (to a different URL, or initiated directly by the user) don't re-trigger the interstitial. Bug: 941886 Change-Id: If37802815f296bf534d7fb3b54fe96813d1659d7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1715759 Commit-Queue: Mustafa Emre Acer <meacer@chromium.org> Reviewed-by:
Joe DeBlasio <jdeblasio@chromium.org> Cr-Commit-Position: refs/heads/master@{#682093}
-
Jun Mukai authored
Currently state changes are ignored when the app-list is closed, so I think it's better not to clear the search state there. Instead this allows to clear the state on showing (ResetForShow). This works fine with tablet mode so I'm leaving some of the existing conditions as-is. Ideally state change should be accepted after the closing animation finishes -- that wouldn't affect the rendering and animation smoothness. Modifying that requires larger changes, but this CL wants to be small for merging to M77 branch. Bug: 987584 Test: manually Change-Id: Ie577941b662e68768b2ef03490eb6eb7324332d3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1725190Reviewed-by:
Alex Newcomer <newcomer@chromium.org> Commit-Queue: Jun Mukai <mukai@chromium.org> Cr-Commit-Position: refs/heads/master@{#682092}
-
chromium-autoroll authored
https://dawn.googlesource.com/dawn.git/+log/10fe83305a04..7dec2d1c5689 git log 10fe83305a04..7dec2d1c5689 --date=short --no-merges --format='%ad %ae %s' 2019-07-29 idanr@google.com Use Vulkan 1.1 if available Created with: gclient setdep -r src/third_party/dawn@7dec2d1c5689 The AutoRoll server is located here: https://autoroll.skia.org/r/dawn-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:dawn-linux-x64-deps-rel;luci.chromium.try:dawn-mac-x64-deps-rel;luci.chromium.try:dawn-win10-x64-deps-rel;luci.chromium.try:dawn-win10-x86-deps-rel TBR=cwallez@google.com Bug: chromium:976495 Change-Id: I50b2d054dc66ad5417174eabed3c19c1b4b0b4dc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1725187Reviewed-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@{#682091}
-
Min Qin authored
These code are no longer being used, remove them BUG=934009 Change-Id: If65a6104796a3e9b046cca5113ea19f352941183 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1641804 Commit-Queue: Min Qin <qinmin@chromium.org> Reviewed-by:
John Abd-El-Malek <jam@chromium.org> Cr-Commit-Position: refs/heads/master@{#682090}
-
Nick Harper authored
TBR=rsleevi@chromium.org Binary-Size: Increase due to adding more domains to HSTS preload list Change-Id: I70b8c1444633101e357d73dd1bcfb3c8d1c47672 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1722984 Commit-Queue: Nick Harper <nharper@chromium.org> Reviewed-by:
Nick Harper <nharper@chromium.org> Reviewed-by:
Ryan Sleevi <rsleevi@chromium.org> Cr-Commit-Position: refs/heads/master@{#682089}
-
Julie Jeongeun Kim authored
This CL is a part of moving access token management to OAuth2AccessTokenManager. It is specifically a step toward folding O2TS into PO2TS now that O2TS is only one subclass of PO2TS. It moves OAuth2TokenServiceObserver from google_apis to components/signin since O2TS's been folded into PO2TS and renames OAuth2TokenServiceObserver to ProfileOAuth2TokenServiceObserver. Bug: 967598 Change-Id: If85f29dbc29f4186e19bc82fcdaac2fd053295ea Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1716203 Commit-Queue: Julie Jeongeun Kim <jkim@igalia.com> Reviewed-by:
Colin Blundell <blundell@chromium.org> Cr-Commit-Position: refs/heads/master@{#682088}
-
chromium-autoroll authored
https://swiftshader.googlesource.com/SwiftShader.git/+log/0eb5c83949fa..e6092f3bc901 git log 0eb5c83949fa..e6092f3bc901 --date=short --no-merges --format='%ad %ae %s' 2019-07-29 bclayton@google.com Fix memory corruption SpirvShaderKey::SpecializationInfo 2019-07-29 bclayton@google.com Use raw pointers for the routine const cache. Created with: gclient setdep -r src/third_party/swiftshader@e6092f3bc901 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 TBR=swiftshader-team+autoroll@google.com Bug: chromium:b/137524292,chromium:b/137649247 Change-Id: Ia06ec781daf74eca9565dd05b74ae787c018984f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1725217Reviewed-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@{#682087}
-
John Emau authored
Bug: 963183 Change-Id: I16c95430821e329433334a9d6515b9c3fc555f20 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1711061Reviewed-by:
Erik Luo <luoe@chromium.org> Commit-Queue: John Emau <johnemau@microsoft.com> Cr-Commit-Position: refs/heads/master@{#682086}
-
Hiroki Nakagawa authored
ServiceWorkerNavigationHandle can be destroyed while service worker interception is happining for workers. To avoid crashes, this CL adds guards in ServiceWorkerNavigationLoaderInterceptor and WorkerScriptLoader. For navigation, it's guaranteed that the handle outlives the interceptor, so it's safe. See https://bugs.chromium.org/p/chromium/issues/detail?id=988247#c3 Bug: 988247 Change-Id: Ib72005c4832895eb82f8e28160d5b879ad19794c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1722933 Commit-Queue: Hiroki Nakagawa <nhiroki@chromium.org> Reviewed-by:
Matt Falkenhagen <falken@chromium.org> Cr-Commit-Position: refs/heads/master@{#682085}
-
James Cook authored
Specifically, the "OSSettings" test files that were forked as part of the SplitSettings project. Bug: none Test: browser_tests Change-Id: Ice152bb936d541d956dc45a442b08eb177508371 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1721380Reviewed-by:
Esmael Elmoslimany <aee@chromium.org> Commit-Queue: James Cook <jamescook@chromium.org> Cr-Commit-Position: refs/heads/master@{#682084}
-
chromium-autoroll authored
https://pdfium.googlesource.com/pdfium.git/+log/fee18fe49862..d31c667503bc git log fee18fe49862..d31c667503bc --date=short --no-merges --format='%ad %ae %s' 2019-07-29 benjamin.beaudry@microsoft.com Get the rotation angle of a character. 2019-07-29 myoki.crystal@gmail.com Observe CXFA_FFPageView across OnSetFocus() events. 2019-07-29 thestig@chromium.org Roll third_party/freetype/src/ b110acba9..12af46b64 (2 commits) 2019-07-29 thestig@chromium.org Fix some nits in FPDFDOC_InitFormFillEnvironment(). Created with: gclient setdep -r src/third_party/pdfium@d31c667503bc The AutoRoll server is located here: https://autoroll.skia.org/r/pdfium-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. TBR=pdfium-deps-rolls@chromium.org Bug: chromium:985604,chromium:982397 Change-Id: I0bcdc5298da26dc5baaa1e1556c78d4e42a8b900 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1725216Reviewed-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@{#682083}
-
Staphany Park authored
https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/b77e5c76252b..a45c24ac1878 $ git log b77e5c762..a45c24ac1 --date=short --no-merges --format='%ad %ae %s' 2019-07-29 misterg Googletest export 2019-07-29 misterg Manual docs tweaks still in preparation for including docs with code pushes 2019-07-29 misterg Manual docs tweaks still in preparation for including docs with code pushes 2019-07-11 adam.f.badura Correct CMake to cover Cygwin 2019-07-25 absl-team Googletest export 2019-07-25 absl-team Googletest export 2019-07-18 misterg Googletest export Created with: roll-dep src/third_party/googletest/src Cq-Include-Trybots: luci.chromium.try:android_optional_gpu_tests_rel,mac_optional_gpu_tests_rel,linux_chromium_cfi_rel_ng;luci.chrome.try:win_chrome_official Change-Id: Ib2312c3484e9856a4a6703b3eeb8e633e807aa2d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1724812 Commit-Queue: Victor Costan <pwnall@chromium.org> Auto-Submit: Staphany Park <staphany@chromium.org> Reviewed-by:
Victor Costan <pwnall@chromium.org> Cr-Commit-Position: refs/heads/master@{#682082}
-
Karan Bhatia authored
This CL adds support for a new Redirect dictionary to the "action" field of a Rule. This allows specifying rules which redirect to extension paths or performing various url transformations. Eventually this is meant to replace the "redirectUrl" field. This CL adds support for the schema and indexing of these rules. In a subsequent CL, these rules will be evaluated. This also fixes a bug with the current handling of redirectUrl key when the redirect url is relative. The query and fragment paths within the relative url weren't being handled correctly. DOC=https://docs.google.com/document/d/1foL79VwByaVeUwYPBfZeqyC2SYcAawhjjH05eqHqW_E/edit BUG=983685 No-Presubmit: True Change-Id: Ief61eed0a640f5fcadbc17e58fe611691fa64e8d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1705019 Commit-Queue: Karan Bhatia <karandeepb@chromium.org> Reviewed-by:
Devlin <rdevlin.cronin@chromium.org> Cr-Commit-Position: refs/heads/master@{#682081}
-
Nate Chapin authored
Bug: 984932 Test: fast/loader/target-blank-to-local-resource.html Change-Id: Ic257c6ed3d15522663cd96c3a9eb190afeb0e9ba Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1721350 Commit-Queue: Nate Chapin <japhet@chromium.org> Auto-Submit: Nate Chapin <japhet@chromium.org> Reviewed-by:
Avi Drissman <avi@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Cr-Commit-Position: refs/heads/master@{#682080}
-
ziyangch authored
Bug: internal b/138405284 Test: Cast YouTube to the device and check the log. -Build the whole ota package with this change. -Build the whole ota package without this change and update the cast_shell with this change. Change-Id: I1645cabae8752c3a88d44d71c3b2d038fef5af6b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1725182Reviewed-by:
Yuchen Liu <yucliu@chromium.org> Reviewed-by:
Sergey Volk <servolk@chromium.org> Commit-Queue: Ziyang Cheng <ziyangch@chromium.org> Cr-Commit-Position: refs/heads/master@{#682079}
-
Miyoung Shin authored
This CL renames mojo to mojom and *_struct_traits.* to *_mojom_traits.* in //ui/gfx/image. *_struct_traits.* => *_mojom_traits.* ui/gfx/image/mojo => ui/gfx/image/mojom Bug: 806965 Change-Id: I0c9eb26fdfdae25716f9754c76a6e5156624a0c3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1723831Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Reviewed-by:
Scott Violet <sky@chromium.org> Commit-Queue: Miyoung Shin <myid.shin@igalia.com> Cr-Commit-Position: refs/heads/master@{#682078}
-
Mike Dougherty authored
Bots rolled with the following script: git grep -l '11m362v' | xargs sed -i '' -e 's/11m362v/11m374r/g' CIPD packages: infra_internal/ios/xcode/mac 11m374r infra_internal/ios/xcode/ios 11m374r Bug: 988580 Change-Id: Iddfdae41e6fcaabc7460fa2608fb1122780e5acd Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1724291 Commit-Queue: Justin Cohen <justincohen@chromium.org> Reviewed-by:
John Budorick <jbudorick@chromium.org> Reviewed-by:
Justin Cohen <justincohen@chromium.org> Cr-Commit-Position: refs/heads/master@{#682077}
-
James Cook authored
Spec calls for Roboto Medium, so use font-weight: 500; http://screen/gAwxGhYZaAb Bug: 967923 Change-Id: I402b69077cc3b83270bbba17f35b2113c77bbec1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1725215 Commit-Queue: James Cook <jamescook@chromium.org> Commit-Queue: Xiyuan Xia <xiyuan@chromium.org> Auto-Submit: James Cook <jamescook@chromium.org> Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Cr-Commit-Position: refs/heads/master@{#682076}
-
Hiroki Nakagawa authored
In the current implementation, WorkerShadowPage provides DocumentLoader to ApplicationCacheHost for shared workers. This blocks WorkerShadowPage removal (see the issue). To unblock it, this series of CLs reduce dependencies on DocumentLoader from ApplicationCacheHost for shared workers. This CL... - moves WillStartLoading(), WillStartLoadingMainResource(), IsApplicationCacheEnabled(), and |document_loader_| from ApplicationCacheHost to ApplicationCacheHostForFrame. - introduces WebLocalFrameClient::GetAppCacheHostIDForSharedWorker() to take an appcache host ID from WorkerShadowPage with bypassing DocumentLoader. This is a stopgap implementation, and will be removed by follow-up CLs soon. - makes ApplicationCacheHostForSharedWorker binds itself with the backend in the constructor instead of WillStartLoadingMainResource() that is a part of the lifecycle of DocumentLoader. The follow-up CLs will create ApplicationCacheHostForSharedWorker in WebSharedWorkerImpl instead of DocumentLoader. That will completely remove DocumentLoader association from ApplicationCacheHost for shared workers. Bug: 982996 Change-Id: I5beedd7600291a6f4867d35505e658b7f7194fbd Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1722932Reviewed-by:
Kentaro Hara <haraken@chromium.org> Reviewed-by:
Marijn Kruisselbrink <mek@chromium.org> Commit-Queue: Hiroki Nakagawa <nhiroki@chromium.org> Cr-Commit-Position: refs/heads/master@{#682075}
-
Kyle Milka authored
Restructure the tile. This will making adding the selected state to this tile easier. Bug: 937570 Change-Id: I0ea51b3c777b320772bba310269e30481e7ab77d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1723585 Commit-Queue: Kyle Milka <kmilka@chromium.org> Reviewed-by:
Kristi Park <kristipark@chromium.org> Cr-Commit-Position: refs/heads/master@{#682074}
-
Patrick Noland authored
Bug: 988554 Change-Id: I93ffb47de835fd4d32b0fe86335b885a7245ea41 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1724581 Commit-Queue: Patrick Noland <pnoland@chromium.org> Reviewed-by:
Brandon Wylie <wylieb@chromium.org> Cr-Commit-Position: refs/heads/master@{#682073}
-
Min Qin authored
On Q, download uses content URI. As a result, we cannot use download ID to query the DownloadManager. This CL fixes the issue by publishing the download to content URI. It also fixes some other issues: 1. File path is sometimes not returned when enqueueing the download from DownloadManagerBridge. 2. clearPendingOMADownload() is an async method, so we should call removeFromSystemDownloadIdMap() at the end of the async method. 3. Some file operations are done on UI thread. They are moved to doInBackground(). BUG=987460 Change-Id: I4796aca9090fb16e2159d7f692527b348f0ea6ab Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1717597 Commit-Queue: Min Qin <qinmin@chromium.org> Reviewed-by:
Xing Liu <xingliu@chromium.org> Cr-Commit-Position: refs/heads/master@{#682072}
-
Yue Zhang authored
Bug: 987049 Change-Id: Iff2abc130cb1e3582005df5c5671455168f79cf2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1724866Reviewed-by:
Yusuf Ozuysal <yusufo@chromium.org> Commit-Queue: Yue Zhang <yuezhanggg@chromium.org> Cr-Commit-Position: refs/heads/master@{#682071}
-
James Hollyer authored
When BluetoothAdapter::Observer::GattCharacteristicValueChanged() is called WebBluetoothServiceImpl notifies all blink::BluetoothRemoteGattCharacteristic objects even if startNotifications() has not been called or there are no listeners. This is inefficient. We have decided not to fix this at the moment but we wanted to put a comment in the code so if anyone is working on that function in the future they could be aware of this inefficiency and fix it if the change becomes more straightforward. Bug: 541390 Change-Id: Icfc54cb17ac76b856effbfac97af98574a6ee17a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1724588Reviewed-by:
Reilly Grant <reillyg@chromium.org> Commit-Queue: James Hollyer <jameshollyer@chromium.org> Cr-Commit-Position: refs/heads/master@{#682070}
-
Koji Ishii authored
NOTRY=true TBR: eae@chromium.org, futhark@chroium.org Bug: 988585 Change-Id: I527b5539ccb431012b437fc4589509fb78113c18 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1724088Reviewed-by:
Koji Ishii <kojii@chromium.org> Commit-Queue: Koji Ishii <kojii@chromium.org> Cr-Commit-Position: refs/heads/master@{#682069}
-
Steven Bennetts authored
This CL creates a separate PolicySource enum from the OncSource enum, improves the documentation of each, and simplifies the code. This also adds cr_policy_network_behavior_mojo.js for mojo api specific policy behavior, and adds tests for the old and new behaviors. Bug: 853953 Change-Id: I6a43247fd2a92db5451e52039f156edb05c56be4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1717148 Commit-Queue: Steven Bennetts <stevenjb@chromium.org> Reviewed-by:
Alexander Hendrich <hendrich@chromium.org> Reviewed-by:
Tom Sepez <tsepez@chromium.org> Reviewed-by:
Kyle Horimoto <khorimoto@chromium.org> Cr-Commit-Position: refs/heads/master@{#682068}
-
Nico Weber authored
Happens to remove one reference to GOOGLE_CHROME_BUILD. Bug: 961769 Change-Id: I6fafffcffd3656826e59592935270c88b84396ac Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1724635Reviewed-by:
Robert Sesek <rsesek@chromium.org> Commit-Queue: Nico Weber <thakis@chromium.org> Cr-Commit-Position: refs/heads/master@{#682067}
-
Akihiro Ota authored
This change implements the HandleAccessibleAction function for the AutofillPopupRowView. When this view is hovered over using the mouse or is selected using the arrow keys, the associated form fields are autofilled with the contents of the suggestion. However, when this view is focused by assistive technology, the form fields do not get populated with the suggestion's contents. This change ensures that the behaviors for hovering over a suggestion using the mouse or arrow keys and focusing a suggestion with assistive technology are the same. Change-Id: Id9bb4a8cba78eb81d2c1f6520bba64f502292c46 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1717315Reviewed-by:
Evan Stade <estade@chromium.org> Commit-Queue: Akihiro Ota <akihiroota@chromium.org> Cr-Commit-Position: refs/heads/master@{#682066}
-
Sven Zheng authored
As suggested in the design doc(go/chromium-browser-pixel-tests), we hope Skia Gold can also be used for views test. But ui/views can not access chrome/ and do not need browser instance. So we split it into two classes. One for views tests, and another one for browser tests. Bug: 958242 Change-Id: I4ce370e8f7eac43816670a611a0a869ece11cbe8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1700542 Commit-Queue: Sven Zheng <svenzheng@chromium.org> Reviewed-by:
Robert Liao <robliao@chromium.org> Reviewed-by:
Scott Violet <sky@chromium.org> Reviewed-by:
Collin Baker <collinbaker@chromium.org> Cr-Commit-Position: refs/heads/master@{#682065}
-
v8-ci-autoroll-builder authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/3d031db7..ff3f2082 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: I2b00172f8e1bd55c2b94a084f9790962b6a1c1bf Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1724639Reviewed-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@{#682064}
-
yilkal authored
When the owner of the device is a supervised user, then remove the 'Add Users' button in users_page. Bug: 945082 Change-Id: Ib3acc6aaa955165471ca1faa36186bf3efe1dd49 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1722986Reviewed-by:
Michael Giuffrida <michaelpg@chromium.org> Commit-Queue: Yilkal Abe <yilkal@chromium.org> Cr-Commit-Position: refs/heads/master@{#682063}
-
Jacob DeWitt authored
It was removed from the latest version of the WebXR spec. Bug: 987026 Change-Id: I44186ad46827dee8227e07b9f5039ff3ee5217aa Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1721048Reviewed-by:
Alexander Cooper <alcooper@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Reviewed-by:
Brandon Jones <bajones@chromium.org> Commit-Queue: Jacob DeWitt <jacde@chromium.org> Cr-Commit-Position: refs/heads/master@{#682062}
-
chromium-autoroll authored
https://chromium.googlesource.com/catapult.git/+log/0d8246fe06fb..2386ffedf334 git log 0d8246fe06fb..2386ffedf334 --date=short --no-merges --format='%ad %ae %s' 2019-07-29 crouleau@chromium.org [Telemetry] Refactor page_test_results to always output results. Created with: gclient setdep -r src/third_party/catapult@2386ffedf334 The AutoRoll server is located here: https://autoroll.skia.org/r/catapult-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=simonhatch@google.com Bug: chromium:985103 Change-Id: I0f0be0ee049331448ade9329bd8661e8bbf7bc2e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1725214Reviewed-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@{#682061}
-
Sophie Chang authored
Change-Id: Ibc0ab6ef374575db330dd52e102c8c1f02176dbf Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1724280 Auto-Submit: Sophie Chang <sophiechang@chromium.org> Reviewed-by:
Doug Arnett <dougarnett@chromium.org> Commit-Queue: Sophie Chang <sophiechang@chromium.org> Cr-Commit-Position: refs/heads/master@{#682060}
-
Khushal authored
This reverts commit 4ea64440. Reason for revert: Font issues on webview. BUG: 977231 Original change's description: > gpu: Enable OOPRaster by default on Android. > > The only thing holding back from enabling this by default was launching > on Webview due to font remoting issues. Some fixes were landed for this > in M75 but it looks like it didn't make things much better on webview in > comparison to Android (~45 vs ~1.5 misses per million tiles). > > Still the experiment has been on for webview at 50% on the stable > channel for almost one release with M74 with no user reported bugs. At > this point its safe to assume that these cache misses are not causing > any visual errors or are misreported failures. We can address them going > forward if we get any bug reports. The rest of the metrics on webview > are still looking good on M75 so turning this on by default now. > > R=ericrk@chromium.org,piman@chromium.org > > Change-Id: I52e676be3b0a3ac10ca400b3627764a81e6e00c7 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1657431 > Auto-Submit: Khushal <khushalsagar@chromium.org> > Reviewed-by: Antoine Labour <piman@chromium.org> > Commit-Queue: Khushal <khushalsagar@chromium.org> > Cr-Commit-Position: refs/heads/master@{#668879} TBR=khushalsagar@chromium.org,piman@chromium.org,ericrk@chromium.org # Not skipping CQ checks because original CL landed > 1 day ago. Change-Id: I0215e82b426bd51d4d5a974e1e34a6eea930a80c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1722288Reviewed-by:
Khushal <khushalsagar@chromium.org> Commit-Queue: Khushal <khushalsagar@chromium.org> Cr-Commit-Position: refs/heads/master@{#682059}
-
Eric Foo authored
This is CL is generated by a script. Data is pulled from review conducted in Q2 2019. See https://tinyurl.com/yxau5sc4 for context. Bug: 977050 Change-Id: I39d77923e2a826cdb24c0f5036ca06f24cd6e40c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1700928Reviewed-by:
Scott Violet <sky@chromium.org> Reviewed-by:
Thomas Tangl <tangltom@chromium.org> Commit-Queue: Scott Violet <sky@chromium.org> Auto-Submit: Eric Foo <efoo@chromium.org> Cr-Commit-Position: refs/heads/master@{#682058}
-
Alex Cooper authored
The WebXR API used to have an intermediate device that must be obtained prior to requesting sessions. This device was removed from the API. This change removes the implementation backing it (across a mojo boundary) in the browser process. Effectively this change merges XRDeviceImpl and VRServiceImpl and simplifies some parts of the code related where multiple async operations were required. Bug: 944987 Change-Id: If1c426baab8e3149059f32773e9a21313769df0b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1676344Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Reviewed-by:
Brian Sheedy <bsheedy@chromium.org> Reviewed-by:
Klaus Weidner <klausw@chromium.org> Reviewed-by:
Alexander Cooper <alcooper@chromium.org> Commit-Queue: Alexander Cooper <alcooper@chromium.org> Cr-Commit-Position: refs/heads/master@{#682057}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/9ef1b771afa7..5048a6a756bf git log 9ef1b771afa7..5048a6a756bf --date=short --no-merges --format='%ad %ae %s' 2019-07-29 senorblanco@chromium.org First draft of GrDawnBuffer. 2019-07-29 benjaminwagner@google.com Revert "experimental/editor: depend on ICU, handle word-left and word-right" 2019-07-29 benjaminwagner@google.com [infra] Update GalaxyS6 2019-07-29 mtklein@google.com flesh out SkVM ops a bit more 2019-07-29 halcanary@google.com experimental/editor: depend on ICU, handle word-left and word-right Created with: gclient setdep -r src/third_party/skia@5048a6a756bf 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=benjaminwagner@google.com Bug: None Change-Id: I42b448e033b19777120c57861cfa9c49a48e38b3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1724275Reviewed-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@{#682056}
-
Ben Chan authored
The PRLVersion property has been deprecated along with cromo. This CL removes the PRLVersion property from ONC and shill D-Bus binding. Bug: 954634 Change-Id: If7ceb2810d6c61da3a60d857ce4a826a9732919e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1721881Reviewed-by:
Steven Bennetts <stevenjb@chromium.org> Reviewed-by:
Tom Sepez <tsepez@chromium.org> Auto-Submit: Ben Chan <benchan@chromium.org> Commit-Queue: Ben Chan <benchan@chromium.org> Cr-Commit-Position: refs/heads/master@{#682055}
-