- 06 Nov, 2019 40 commits
-
-
Chris Hamilton authored
This adds the ability for the RenderProcessHost calculated priority to be overridden by external logic. This will allow overriding process priority with embedder-specific calculated values. BUG=971272 Change-Id: I0524c678de03b17efa01f7caac6cc791c4a52d45 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1894705Reviewed-by:
Avi Drissman <avi@chromium.org> Commit-Queue: Chris Hamilton <chrisha@chromium.org> Cr-Commit-Position: refs/heads/master@{#712997}
-
Antonio Gomes authored
The public API is not needed any more now that the WebRTC/Peerconnection implementation resides solely in Blink. Hence, this CL uses RtcDtmfSenderHandler directly. BUG=787254, 919392 R=guidou@chromium.org, haraken@chromium.org Change-Id: I7a41b1b03c328bad7f900f30f49a2a236f232318 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1899792 Commit-Queue: Antonio Gomes <tonikitoo@igalia.com> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Cr-Commit-Position: refs/heads/master@{#712996}
-
chromium-autoroll authored
https://webrtc.googlesource.com/src.git/+log/d9f8b063cd7b..1e6aa1f8bf49 git log d9f8b063cd7b..1e6aa1f8bf49 --date=short --no-merges --format='%ad %ae %s' 2019-11-06 mbonadei@webrtc.org Remove RTC_EXPORT from RTCStatsMember<T> template declaration. 2019-11-06 ssilkin@webrtc.org Add output_path to VideoCodecTestFixture::Config. Created with: gclient setdep -r src/third_party/webrtc@1e6aa1f8bf49 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/webrtc-chromium-autoroll Please CC webrtc-chromium-sheriffs-robots@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md TBR=webrtc-chromium-sheriffs-robots@google.com Bug: chromium:none Change-Id: Ibeb4e4eaa0a21b476f20eef52d06a17cad8da5ff Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1899222Reviewed-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@{#712995}
-
Rune Lillesveen authored
SetStyleChangeOnInsertion() did not skip marking nodes style dirty like we did for SetNeedsStyleRecalc(). Create a common method to check that. Also, skip marking text nodes for re-attachment. We already skipped marking elements and in display:none in SetForceReattachLayoutTree(), but not text nodes. When changing text data on text nodes we force a re-attach from Text::UpdateTextLayoutObject() is case we change from non-rendered white-space to something that is rendered. The two tests below would fail with FlatTreeStyleRecalc enabled without this change. TEST=fast/dom/shadow/adopt-node-with-shadow-root.html TEST=shadow-dom/slots-2.html Bug: 972752 Change-Id: Ifbad22725cf4316068d0ddd20e561ecb56266607 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1901032 Commit-Queue: Rune Lillesveen <futhark@chromium.org> Reviewed-by:
Morten Stenshorne <mstensho@chromium.org> Cr-Commit-Position: refs/heads/master@{#712994}
-
chromium-autoroll authored
https://android.googlesource.com/platform/external/perfetto.git/+log/b550d6837e71..5999648991e6 git log b550d6837e71..5999648991e6 --date=short --no-merges --format='%ad %ae %s' 2019-11-06 hjd@google.com Merge "trace_processor: Don't leak memory on invalid zip" Created with: gclient setdep -r src/third_party/perfetto@5999648991e6 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/perfetto-chromium-autoroll Please CC perfetto-bugs@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md TBR=perfetto-bugs@google.com Bug: None Change-Id: I1827537ae2e6b89b084d8c90aa6116abdd91d358 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1899223Reviewed-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@{#712993}
-
Yves Gerey authored
This is a reland of 3ee72aa0 Original change's description: > Add Opus benchmark (NEXUS5) as gtest. > > This CL introduce a benchmark (based on flim@'s work), > checking CPU timing of encoding/decoding on a NEXUS 5. > This is why the test is only triggered by dedicated bot > (android-opus-kitkat-arm-rel). > > It is wrapped in a gtest for quick validation at Opus roll time: > * Green: We're all good. > * Red: Manual investigation required. > > Bug: chromium:1002973 > Change-Id: I80c79cff995fd0d8f5a7fa01b0f92ff99fb318bb > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1890053 > Reviewed-by: François Doray <fdoray@chromium.org> > Reviewed-by: John Budorick <jbudorick@chromium.org> > Reviewed-by: Felicia Lim <flim@chromium.org> > Reviewed-by: Mirko Bonadei <mbonadei@chromium.org> > Commit-Queue: Yves Gerey <yvesg@google.com> > Cr-Commit-Position: refs/heads/master@{#712958} TBR=fdoray@chromium.org,jbudorick@chromium.org,flim@chromium.org Bug: chromium:1002973 Change-Id: Ib22e7fd952e0fa2339a23bb9208a4e9c2f3ca09c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1901074 Commit-Queue: Yves Gerey <yvesg@google.com> Reviewed-by:
Mirko Bonadei <mbonadei@chromium.org> Cr-Commit-Position: refs/heads/master@{#712992}
-
John Abd-El-Malek authored
This follows the convention for other directories, which is that tests live alongside the code they test. Also update the readme. Change-Id: I2f3ecd135825572f78930e09a99419ab5b8c257c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1900566 Auto-Submit: John Abd-El-Malek <jam@chromium.org> Commit-Queue: Colin Blundell <blundell@chromium.org> Reviewed-by:
Colin Blundell <blundell@chromium.org> Cr-Commit-Position: refs/heads/master@{#712991}
-
Pâris MEULEMAN authored
Remove the remaining references to OAuth2TokenService.java, such as IdentityServicesProvider.getOAuth2TokenService(), IdentityManager::LegacyGetOAuth2TokenServiceObject(). This prevents usage outside of IdentityManager and is the last step before the actual internalization of OAuth2TokenService.java and oauth2_token_service_delegate_android.*. Bug: 934688 Change-Id: I4ab76100362f9aaa717bde950a07fa3d5fbe1ced Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1763685 Commit-Queue: Pâris Meuleman <pmeuleman@chromium.org> Reviewed-by:
Boris Sazonov <bsazonov@chromium.org> Reviewed-by:
Sylvain Defresne <sdefresne@chromium.org> Cr-Commit-Position: refs/heads/master@{#712990}
-
Joshua Pawlicki authored
This reverts commit 34b3dbb4. Reason for revert: Believe this is breaking compile no-op builds. Suspect https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/1893080 in the devtools repo. Compile no-op first ninja explain output is: ninja explain: output resources/inspector/product_registry_impl/product_registry_impl_module.js doesn't exist Original change's description: > Update third_party/devtools-frontend 879d97b05d..ecbd8964b9 > > https://chromium.googlesource.com/devtools/devtools-frontend/+log/879d97b05d..ecbd8964b9 > > TBR=sigurds@chromium.org > > Change-Id: Ia5c6dbd17ca8f3d2c86770d87823bd32aa5e48c6 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1901071 > Reviewed-by: Yang Guo <yangguo@chromium.org> > Commit-Queue: Yang Guo <yangguo@chromium.org> > Cr-Commit-Position: refs/heads/master@{#712974} TBR=yangguo@chromium.org,sigurds@chromium.org Change-Id: Ic71f3cef4bd9a97a228f68212c845e2a5fb72bff No-Presubmit: true No-Tree-Checks: true No-Try: true Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1899743Reviewed-by:
Joshua Pawlicki <waffles@chromium.org> Commit-Queue: Joshua Pawlicki <waffles@chromium.org> Cr-Commit-Position: refs/heads/master@{#712989}
-
Andy Paicu authored
This reverts commit 7d0166c2. Reason for revert: Suspect of breaking builds on linux Example build: https://ci.chromium.org/p/chromium/builders/ci/fuchsia-x64-cast/58969 Original change's description: > Update V8 to version 8.0.173. > > Summary of changes available at: > https://chromium.googlesource.com/v8/v8/+log/ba61465d..a423bb8b > > 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: I86cdbf8512615fffd9e8ce477c8952bf370149db > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1900887 > Reviewed-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@{#712971} TBR=hablich@chromium.org,v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com,v8-waterfall-sheriff@grotations.appspotmail.com Change-Id: I3c7e2628b20ba4ee4cdbee94d1f0681148e9216a No-Presubmit: true No-Tree-Checks: true No-Try: true Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1900992 Commit-Queue: Andy Paicu <andypaicu@chromium.org> Reviewed-by:
Andy Paicu <andypaicu@chromium.org> Cr-Commit-Position: refs/heads/master@{#712988}
-
Himanshu Jaju authored
Adds sender and receiver flags for webrtc in Sharing. Bug: 1021131 Change-Id: I7f7019ac7f322d1ceedd8567d0725fabdd812c73 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1898068 Commit-Queue: Himanshu Jaju <himanshujaju@chromium.org> Reviewed-by:
Richard Knoll <knollr@chromium.org> Cr-Commit-Position: refs/heads/master@{#712987}
-
Michael Lippautz authored
Change-Id: I6b9cbd66d7015cdf239db8c6906ee18595c2b4b4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1901072 Commit-Queue: Michael Lippautz <mlippautz@chromium.org> Auto-Submit: Michael Lippautz <mlippautz@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Cr-Commit-Position: refs/heads/master@{#712986}
-
Anton Bikineev authored
Bug: 1021889 Change-Id: Ic258b0bdcf0cd796c0c4380ff25dc051d897e528 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1901034Reviewed-by:
Kentaro Hara <haraken@chromium.org> Reviewed-by:
Michael Lippautz <mlippautz@chromium.org> Commit-Queue: Anton Bikineev <bikineev@chromium.org> Cr-Commit-Position: refs/heads/master@{#712985}
-
Ross McIlroy authored
This CL was created automatically with tools/perf/update_wpr script. BUG=878390 Change-Id: Iaa5ef08ba5e3ef16c5977b4729be548541c9e9d4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1825239 Commit-Queue: Ross McIlroy <rmcilroy@chromium.org> Reviewed-by:
Caleb Rouleau <crouleau@chromium.org> Auto-Submit: Ross McIlroy <rmcilroy@chromium.org> Cr-Commit-Position: refs/heads/master@{#712984}
-
Michael Achenbach authored
The file was moved into the V8 repository: https://crrev.com/c/1897826 Bug: v8:9911,857060 Change-Id: Ic7de59df826eef5b55778db335c21fa852d491c7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1899456Reviewed-by:
Nico Weber <thakis@chromium.org> Commit-Queue: Michael Achenbach <machenbach@chromium.org> Cr-Commit-Position: refs/heads/master@{#712983}
-
Alexander Timin authored
At the moment observers can know when a document has reached onload() by listening to WebContentsObserver::DocumentOnLoadCompletedInMainFrame and many components listen to this and store this value locally. This might be problematic for bfcache, because it's difficult for the components to correctly restore this saved state after a back-forward cached navigation. To address this, this patch adds a method to WebContents, so the components don't have to store this themselves. This patch also converts PermissionRequestManager to use this new API. R=clamy@chromium.org,engedy@chromium.org,kouhei@chromium.org CC=bfcache-bugs@chromium.org BUG=1001087 Change-Id: Idb18ac0b623e9e1ea1dbdb99110255c14b1c9674 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1827428Reviewed-by:
Camille Lamy <clamy@chromium.org> Reviewed-by:
Kouhei Ueno <kouhei@chromium.org> Reviewed-by:
Balazs Engedy <engedy@chromium.org> Commit-Queue: Alexander Timin <altimin@chromium.org> Cr-Commit-Position: refs/heads/master@{#712982}
-
Yuzu Saijo authored
This CL makes BackForwardCache navigation fire pageshow/pagehide events to not only main frames, but also subframes. Bug: 1021536 Change-Id: If021b240d288deff4acf20c4cbf333a7b79128f7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1900799 Commit-Queue: Yuzu Saijo <yuzus@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Reviewed-by:
Alexander Timin <altimin@chromium.org> Cr-Commit-Position: refs/heads/master@{#712981}
-
Mustaq Ahmed authored
We had mouseup events "sharing" the tokens created on mousedown events. Tokens are no-op now with UAv2 except for extension messaging, but that last remaining dependency is not related to mousedown vs mouseup events. Bug: 959850 Change-Id: I075e0bb17e0324e4248b5682deba21acbe24c409 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1661403 Commit-Queue: Mustaq Ahmed <mustaq@chromium.org> Reviewed-by:
Navid Zolghadr <nzolghadr@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Cr-Commit-Position: refs/heads/master@{#712980}
-
Ewann authored
- Renames download_directory_util.cc to download_directory_util.mm. - Adds UIFileSharingEnabled flag to info.plist. It allows access to user's Documents. - Moves downloads folder to user's Documents. - Makes downloaded files persistent. Bug: 1013072 Change-Id: Idf4e92455babe678c1c8551cad06638f1003ba72 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1856099 Commit-Queue: Ewann Pellé <ewannpv@chromium.org> Reviewed-by:
Mark Cogan <marq@chromium.org> Reviewed-by:
Gauthier Ambard <gambard@chromium.org> Cr-Commit-Position: refs/heads/master@{#712979}
-
Greg Thompson authored
BUG=546640 TBR=bashi@chromium.org Change-Id: I3cf922b974fe5259962f50e2e5431900d2e3b9d5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1900989Reviewed-by:
Greg Thompson <grt@chromium.org> Commit-Queue: Greg Thompson <grt@chromium.org> Cr-Commit-Position: refs/heads/master@{#712978}
-
Mikhail Khokhlov authored
This CL unifies diagnostic writing in one place so that we no longer depend on diagnostics written by metrics computation code. Bug: 981349 Change-Id: I8e08c8b52c5e64de77d2dbc39e19b3e8d12e2b75 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1893879 Commit-Queue: Mikhail Khokhlov <khokhlov@google.com> Reviewed-by:
Juan Antonio Navarro Pérez <perezju@chromium.org> Cr-Commit-Position: refs/heads/master@{#712977}
-
chromium-autoroll authored
https://webrtc.googlesource.com/src.git/+log/bf053b6f3c73..d9f8b063cd7b git log bf053b6f3c73..d9f8b063cd7b --date=short --no-merges --format='%ad %ae %s' 2019-11-06 chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com Roll chromium_revision aa7c1e25..3cb32697 (712817:712927) Created with: gclient setdep -r src/third_party/webrtc@d9f8b063cd7b If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/webrtc-chromium-autoroll Please CC webrtc-chromium-sheriffs-robots@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md TBR=webrtc-chromium-sheriffs-robots@google.com Bug: chromium:None Change-Id: Ibf7bb11380cdc54a2e5e423da0dccd59371e0742 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1900914Reviewed-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@{#712976}
-
Andy Paicu authored
TBR=xiyuan@chromium.org Bug: 949490 Change-Id: Ic9b20c0a6c3c9898867a1c903b0a5dc6f797a0bb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1901068Reviewed-by:
Andy Paicu <andypaicu@chromium.org> Commit-Queue: Andy Paicu <andypaicu@chromium.org> Cr-Commit-Position: refs/heads/master@{#712975}
-
Yang Guo authored
https://chromium.googlesource.com/devtools/devtools-frontend/+log/879d97b05d..ecbd8964b9 TBR=sigurds@chromium.org Change-Id: Ia5c6dbd17ca8f3d2c86770d87823bd32aa5e48c6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1901071Reviewed-by:
Yang Guo <yangguo@chromium.org> Commit-Queue: Yang Guo <yangguo@chromium.org> Cr-Commit-Position: refs/heads/master@{#712974}
-
Pâris MEULEMAN authored
Wrap OAuth2TokenService GetAccessToken, InvalidateToken, GetNewAccessToken in IdentityManager and use it in dependencies. This is a step of the layering of Signin and Identity in Android and a precursor to the internalization of Oauth2tokenservice. details here: https://docs.google.com/document/d/1_ks5kg3qr6TVq7NT6MFg6lh5Yiv-1lic6Rsd9nu5ubI Bug: 934688 Change-Id: Idf7cde0546a32fe815f87ae3cea95cd092edfa79 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1764128 Auto-Submit: Pâris Meuleman <pmeuleman@chromium.org> Reviewed-by:
David Roger <droger@chromium.org> Reviewed-by:
Tatiana Gornak <melandory@chromium.org> Reviewed-by:
Boris Sazonov <bsazonov@chromium.org> Reviewed-by:
Sylvain Defresne <sdefresne@chromium.org> Commit-Queue: Tatiana Gornak <melandory@chromium.org> Cr-Commit-Position: refs/heads/master@{#712973}
-
Denis Kuznetsov authored
Bug: 1021608 Change-Id: I7086c7086f2a8e8978f4034c002115e1328e6ebe Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1899998Reviewed-by:
Roman Aleksandrov <raleksandrov@google.com> Commit-Queue: Denis Kuznetsov [CET] <antrim@chromium.org> Cr-Commit-Position: refs/heads/master@{#712972}
-
v8-ci-autoroll-builder authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/ba61465d..a423bb8b 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: I86cdbf8512615fffd9e8ce477c8952bf370149db Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1900887Reviewed-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@{#712971}
-
Andy Paicu authored
TBR=alexmos@chromium.org Bug: 1021895 Change-Id: I94ca6541149962bddcce3a9989c163930427501e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1901073Reviewed-by:
Andy Paicu <andypaicu@chromium.org> Commit-Queue: Andy Paicu <andypaicu@chromium.org> Cr-Commit-Position: refs/heads/master@{#712970}
-
chromium-autoroll authored
https://chromium.googlesource.com/angle/angle.git/+log/aae71bda01a7..19dd51b005fe git log aae71bda01a7..19dd51b005fe --date=short --no-merges --format='%ad %ae %s' 2019-11-06 geofflang@chromium.org GL: Expose PBO extensions 2019-11-06 angle-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/spirv-tools/src e0d5544c9864..d9fbf0234869 (3 commits) Created with: gclient setdep -r src/third_party/angle@19dd51b005fe If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/angle-chromium-autoroll Please CC jonahr@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md 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=jonahr@google.com Bug: chromium:None Change-Id: I8aea320ac708d03c967e4bc1c7cfdc5587bcc67f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1900916Reviewed-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@{#712969}
-
Andy Paicu authored
TBR=afakhry@chromium.org Bug: 1021902 Change-Id: I96aa923f74e479a0c77332aa69aedb49c65de148 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1900988Reviewed-by:
Andy Paicu <andypaicu@chromium.org> Commit-Queue: Andy Paicu <andypaicu@chromium.org> Cr-Commit-Position: refs/heads/master@{#712968}
-
Findit authored
This reverts commit 3ee72aa0. Reason for revert: Findit (https://goo.gl/kROfz5) identified CL at revision 712958 as the culprit for failures in the build cycles as shown on: https://analysis.chromium.org/waterfall/culprit?key=ag9zfmZpbmRpdC1mb3ItbWVyRAsSDVdmU3VzcGVjdGVkQ0wiMWNocm9taXVtLzNlZTcyYWEwODA4ZTkwNDc4ZTNjODEyZTg3NDAwM2NjNDVmZjVjN2IM Sample Failed Build: https://ci.chromium.org/b/8897545226615962368 Sample Failed Step: compile Original change's description: > Add Opus benchmark (NEXUS5) as gtest. > > This CL introduce a benchmark (based on flim@'s work), > checking CPU timing of encoding/decoding on a NEXUS 5. > This is why the test is only triggered by dedicated bot > (android-opus-kitkat-arm-rel). > > It is wrapped in a gtest for quick validation at Opus roll time: > * Green: We're all good. > * Red: Manual investigation required. > > Bug: chromium:1002973 > Change-Id: I80c79cff995fd0d8f5a7fa01b0f92ff99fb318bb > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1890053 > Reviewed-by: François Doray <fdoray@chromium.org> > Reviewed-by: John Budorick <jbudorick@chromium.org> > Reviewed-by: Felicia Lim <flim@chromium.org> > Reviewed-by: Mirko Bonadei <mbonadei@chromium.org> > Commit-Queue: Yves Gerey <yvesg@google.com> > Cr-Commit-Position: refs/heads/master@{#712958} Change-Id: Ie814fc5428e47963df70861413f59e8ecc216e8d No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: chromium:1002973 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1901109 Cr-Commit-Position: refs/heads/master@{#712967}
-
Ewann authored
- Adds persistent downloads's flag. Bug: 1013072 Change-Id: Ic5db8f631d0740748807434fddb52ba1da5505f0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1852086 Commit-Queue: Ewann Pellé <ewannpv@chromium.org> Reviewed-by:
Eugene But <eugenebut@chromium.org> Reviewed-by:
Gauthier Ambard <gambard@chromium.org> Cr-Commit-Position: refs/heads/master@{#712966}
-
Andy Paicu authored
TBR=weili@chromium.org Bug: 1021883 Change-Id: Ie3eaeb80c82bac99d9aa6657f1a35a63edab46a3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1899378Reviewed-by:
Andy Paicu <andypaicu@chromium.org> Commit-Queue: Andy Paicu <andypaicu@chromium.org> Cr-Commit-Position: refs/heads/master@{#712965}
-
Yuzu Saijo authored
This CL removes ServiceWorkerFoo tests from bfcache bot filters as https://crrev.com/c/1898165 should have fixed the test failures. Bug: 1020884 Change-Id: I0814144091cb2827199504e11bf31c06441e05a4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1900802Reviewed-by:
Fergal Daly <fergal@chromium.org> Commit-Queue: Yuzu Saijo <yuzus@chromium.org> Cr-Commit-Position: refs/heads/master@{#712964}
-
Ramin Halavati authored
Blocking 'Persistent' filesystem type in incognito mode had resulted in a backdoor to detect users being incognito. Since all stored data in incognito mode are ephemeral and they only last until the session is open, we can enable persistent filesystem type in incognito mode as well and treat it similar to a temporary one (which is in-memory). This feature is still DISABLED by default, behind "EnablePersistentFilesystemInIncognito" flag. third_party/blink/tools/run_blink_wptserve.py out/Default/chrome --incognito --enable-features="EnablePersistentFilesystemInIncognito" http://localhost:8001/wpt_internal/file-system-api/temporary_vs_persistent.window.html Bug: 990592 Change-Id: Ie49bc204f500c8f07e265adb0a5fe46371862d1e Tested: Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1875252 Commit-Queue: Ramin Halavati <rhalavati@chromium.org> Reviewed-by:
Victor Costan <pwnall@chromium.org> Cr-Commit-Position: refs/heads/master@{#712963}
-
Richard Knoll authored
The MessageView renders a drop shadow[1] on Windows that adds insets to the content view of notifications. We need to set the reduced width as size of the |message_view_| to correctly calculate bounds and wrapping behavior. Before: https://imgur.com/pftjgrG After: https://imgur.com/wEsv5EN [1]: https://cs.chromium.org/chromium/src/ui/message_center/views/message_view.cc?l=107&rcl=2b3975c5de2635f5a436fb950b42fd5b657ae09f Bug: 1001047 Change-Id: I8a8b75aea4bdb800596d7790fafa541f2b50a6e7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1895333Reviewed-by:
Peter Beverloo <peter@chromium.org> Commit-Queue: Richard Knoll <knollr@chromium.org> Cr-Commit-Position: refs/heads/master@{#712962}
-
Rune Lillesveen authored
Remove the method as it is no longer used. Change-Id: Ib5a18d1575ddce078157ed684af50fceb39278ac Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1899861Reviewed-by:
Morten Stenshorne <mstensho@chromium.org> Commit-Queue: Rune Lillesveen <futhark@chromium.org> Cr-Commit-Position: refs/heads/master@{#712961}
-
Sylvain Defresne authored
The add a space between the word "found" and the path to the resources that cannot be loaded when logging the error. Bug: none Change-Id: I3818f22e4ef580e1ec1846ab7573201b12174af2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1899853 Commit-Queue: Sylvain Defresne <sdefresne@chromium.org> Auto-Submit: Sylvain Defresne <sdefresne@chromium.org> Reviewed-by:
Eugene But <eugenebut@chromium.org> Reviewed-by:
Gauthier Ambard <gambard@chromium.org> Cr-Commit-Position: refs/heads/master@{#712960}
-
chromium-autoroll authored
https://chromium.googlesource.com/chromiumos/chromite.git/+log/f798ed2acd8a..0f5f46f39281 git log f798ed2acd8a..0f5f46f39281 --date=short --no-merges --format='%ad %ae %s' 2019-11-06 achuith@chromium.org xbuddy: Move to chromite. Created with: gclient setdep -r src/third_party/chromite@0f5f46f39281 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/chromite-chromium-autoroll Please CC chrome-os-gardeners@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md CQ_INCLUDE_TRYBOTS=luci.chromium.try:chromeos-kevin-rel TBR=chrome-os-gardeners@google.com Bug: None Change-Id: I75781e8b5032d027bbce4de6a234c0e5edbde0d8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1900913Reviewed-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@{#712959}
-
Yves Gerey authored
This CL introduce a benchmark (based on flim@'s work), checking CPU timing of encoding/decoding on a NEXUS 5. This is why the test is only triggered by dedicated bot (android-opus-kitkat-arm-rel). It is wrapped in a gtest for quick validation at Opus roll time: * Green: We're all good. * Red: Manual investigation required. Bug: chromium:1002973 Change-Id: I80c79cff995fd0d8f5a7fa01b0f92ff99fb318bb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1890053Reviewed-by:
François Doray <fdoray@chromium.org> Reviewed-by:
John Budorick <jbudorick@chromium.org> Reviewed-by:
Felicia Lim <flim@chromium.org> Reviewed-by:
Mirko Bonadei <mbonadei@chromium.org> Commit-Queue: Yves Gerey <yvesg@google.com> Cr-Commit-Position: refs/heads/master@{#712958}
-