- 30 Jul, 2020 40 commits
-
-
chromium-autoroll authored
https://android.googlesource.com/platform/external/perfetto.git/+log/976db5baa78b..23b75a4d658c 2020-07-30 fmayer@google.com Build standalone client using static STL. 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/+doc/master/autoroll/README.md Cq-Include-Trybots: luci.chromium.try:linux-perfetto-rel Bug: chromium:160400319 Tbr: perfetto-bugs@google.com Change-Id: I2050ebf60808819262707912a799529de3a70319 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2330031Reviewed-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@{#793230}
-
Vasiliy Telezhnikov authored
GrContext still need device queue in dtor, so we need to delete it before. Bug: 1110245, 984955 Change-Id: Ia6c53ade66c8636dc3fcee897c2ff6c286168b15 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2329933Reviewed-by:
Peng Huang <penghuang@chromium.org> Commit-Queue: Vasiliy Telezhnikov <vasilyt@chromium.org> Cr-Commit-Position: refs/heads/master@{#793229}
-
chromium-autoroll authored
https://android.googlesource.com/platform/external/perfetto.git/+log/bcdec7d7076c..976db5baa78b If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/perfetto-trace-processor-linux-chromium 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/+doc/master/autoroll/README.md Tbr: perfetto-bugs@google.com Change-Id: I8f6383dac422b9e4b9f361bf62337d3d55766013 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2329990Reviewed-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@{#793228}
-
Lindsay Pasricha authored
Also add coverage for ios13 and ios14 on the ios14-sdk bot. Ignore-CQ-Freeze: fyi bot only Bug: 1110858 Change-Id: Iecde449afa5b1a9ae4035c61be82efb2b9bbc3ef Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2327615 Commit-Queue: Lindsay Pasricha <lindsayw@chromium.org> Reviewed-by:
Garrett Beaty <gbeaty@chromium.org> Cr-Commit-Position: refs/heads/master@{#793227}
-
chromium-autoroll authored
https://chromium.googlesource.com/chromiumos/chromite.git/+log/52a98ac3af69..bf47d2ef673b 2020-07-30 mmortensen@google.com BuildAPI: Implement UnmountPath method in sdk/service. 2020-07-30 vapier@chromium.org cros_sdk: preserve sys.executable usage when reexecing 2020-07-30 uekawa@google.com arc: remove vmpi pfq. 2020-07-29 chrome-bot@chromium.org Update config settings by config-updater. 2020-07-29 lamontjones@chromium.org api: freshen compiled protos 2020-07-29 vapier@chromium.org wrapper3: include more info in version check 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/+doc/master/autoroll/README.md Cq-Include-Trybots: luci.chrome.try:chromeos-betty-pi-arc-chrome;luci.chromium.try:chromeos-kevin-rel Tbr: chrome-os-gardeners@google.com Change-Id: I6388f09d758f43cf561de9f5b10da3816ded5254 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2329061Reviewed-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@{#793226}
-
minch authored
NewWindowDelegate::OpenFeedbackPage can only be used to open the feedback dialog in the active user session. SigninScreenHandler::HandleSendFeedback is used to open the feedback dialog in the login screen. Due to the effort to create the instance of SigninScreenHandler, this cl triggers the same handler associated with the feedback accelerator from the login screen to bring up the feedback dialog. Bug: 1107188 Change-Id: I847f96a958f50b1ebbea6f5413e80e0002155042 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2325274 Commit-Queue: Min Chen <minch@chromium.org> Reviewed-by:
Ahmed Fakhry <afakhry@chromium.org> Cr-Commit-Position: refs/heads/master@{#793225}
-
Bin Du authored
We have noticed performance regressions on MatchVlogPattern as mentioned in b/77729987#comment29. Specifically, since BOY of 2019, based on data collected from CrOS user devices, the CPU cycles spent on this MatchVlogPattern function has increased by 3X, mainly due to increased logging and increased chrome --vmodule flags added by default. The presence of any --vmodule pattern makes this pattern matching to run on every VLOG. Thus, temporary --vmodule patterns used for debugging but no longer needed have been removed in https://crrev.com/c/2305853. This CL is to change the pattern matching function to a greedy approach. Some benchmarks have been done in b/77729987#comment32, comparing the original recursive approach vs the updated greedy approach. More updated details on the benchmarks can be found in the comments below. Bug: 77729987 Change-Id: Idd0160b02f7bc9404fadf9238bc10b1a5dcee71d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2327275 Commit-Queue: Bin Du <dubin@google.com> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Cr-Commit-Position: refs/heads/master@{#793224}
-
Emily Stark authored
If we animate to the simplified domain on mouse clicks, it can create a weird experience when clicking on links (as described in bug). Also, sometimes users just vacantly click on the web contents while browsing a page, but it doesn't signal any real intent to interact with the page. We'll therefore exclude mouse clicks from counting as user interactions that trigger URL elision to the simplified domain. Bug: 1104280 Change-Id: I3fca27e171b8f8f48b980f85580bd958fb6a4e8c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2327289Reviewed-by:
Justin Donnelly <jdonnelly@chromium.org> Commit-Queue: Emily Stark <estark@chromium.org> Cr-Commit-Position: refs/heads/master@{#793223}
-
Varun Khaneja authored
Also removes the corresponding histograms. This code was added to remove lists that were in use previously but are no longer in use. The code to delete the lists was added in 2018 and we wanted to leave it in for a few releases to ensure that it is removed from all users' machines. http://screen/VCRd5VUL1B7 shows those stores exist on disk for an extremely small proportion of users. Fixed: 1089439, 695081 Change-Id: I274707f312ec1c1c2baedf8997643ac3b95f1ba2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2327850Reviewed-by:
Xinghui Lu <xinghuilu@chromium.org> Reviewed-by:
Mark Pearson <mpearson@chromium.org> Commit-Queue: Mark Pearson <mpearson@chromium.org> Auto-Submit: Varun Khaneja <vakh@chromium.org> Cr-Commit-Position: refs/heads/master@{#793222}
-
Clark DuVall authored
I verified SafeBrowsingApiBridge_onUrlCheckDone is now in weblayer_jni_registration.h. Bug: 1111082 Change-Id: I739ee83c69bbd145bb51b2816799ef83e72aedf2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2329914 Commit-Queue: Clark DuVall <cduvall@chromium.org> Auto-Submit: Clark DuVall <cduvall@chromium.org> Reviewed-by:
Bo <boliu@chromium.org> Cr-Commit-Position: refs/heads/master@{#793221}
-
chromium-autoroll authored
Roll Chrome Win32 PGO profile from chrome-win32-master-1596106614-c0cf678d73b5b04fadad07393187258d17226466.profdata to chrome-win32-master-1596109918-16bc7f13ad29419585998ed9064c276de22544b6.profdata If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/pgo-win32-chromium Please CC sebmarchand+pgo_roller@google.com,jeffyoon@google.com,liaoyuke@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/+doc/master/autoroll/README.md Cq-Include-Trybots: chrome/try:win-chrome Tbr: sebmarchand+pgo_roller@google.com,jeffyoon@google.com,liaoyuke@google.com Change-Id: I552063e17e4560f81fe1df4b47a425d22a615ab2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2329060Reviewed-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@{#793220}
-
Avi Drissman authored
Bug: 1105907 Change-Id: I0bfeb0d96f9d1c8671b81d7165d7fd95363dae48 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2328343 Commit-Queue: Dave Tapuska <dtapuska@chromium.org> Reviewed-by:
Dave Tapuska <dtapuska@chromium.org> Cr-Commit-Position: refs/heads/master@{#793219}
-
Ravjit Singh Uppal authored
Bug: 1111350, 1096944 Change-Id: I8749caa24c7ef51c4410b5793777e68bdfbcf889 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2329851 Auto-Submit: Ravjit Singh Uppal <ravjit@chromium.org> Commit-Queue: Ravjit Singh Uppal <ravjit@chromium.org> Commit-Queue: Adam Langley <agl@chromium.org> Reviewed-by:
Adam Langley <agl@chromium.org> Cr-Commit-Position: refs/heads/master@{#793218}
-
Dave Tapuska authored
In order to move all handling of visual properties in blink we are progressively moving functionality into blink. BUG=1097816 Change-Id: Ib51ec0440ba821e2db160039b4143d4bcfb38f2d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2314684 Commit-Queue: Dave Tapuska <dtapuska@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Cr-Commit-Position: refs/heads/master@{#793217}
-
Andrew Xu authored
This CL creates a test case to verify that the duplicate copy-and-paste data are handled as expected. The test case would fail before @dmblack's fix (https://crrev.com/c/2317714). Bug: 1109292 Change-Id: I724118eb830b64b769166a031f7e507c7d639964 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2317733 Commit-Queue: Andrew Xu <andrewxu@chromium.org> Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Cr-Commit-Position: refs/heads/master@{#793216}
-
Avi Drissman authored
Bug: 1105907 Change-Id: Iae96aa49bf0f80020dce8783b5343901df2909f3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2328341Reviewed-by:
Jamie Walch <jamiewalch@chromium.org> Commit-Queue: Avi Drissman <avi@chromium.org> Cr-Commit-Position: refs/heads/master@{#793215}
-
Tommy Li authored
This CL just adds a base::Feature to guard the "clobber" as ZeroSuggest entrypoint. Adds it to about:flags too. Bug: 1106096 Change-Id: I63f3dbdb60a986dd0fde58d8da3007603d8f2349 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2327844Reviewed-by:
Justin Donnelly <jdonnelly@chromium.org> Commit-Queue: Tommy Li <tommycli@chromium.org> Cr-Commit-Position: refs/heads/master@{#793214}
-
chromium-autoroll authored
https://chromium.googlesource.com/devtools/devtools-frontend.git/+log/ffea8a6a6482..899893a60cc5 2020-07-30 jacktfranklin@chromium.org Migrate animation to devtools_entrypoint 2020-07-30 janscheffler@chromium.org Migrate `front_end/inspector_main` to `devtools_entrypoint` 2020-07-30 janscheffler@chromium.org Migrate `front_end/emulation` to `devtools_entrypoint` If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/devtools-frontend-chromium Please CC devtools-waterfall-sheriff-onduty@grotations.appspotmail.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/+doc/master/autoroll/README.md Bug: chromium:1101738 Tbr: devtools-waterfall-sheriff-onduty@grotations.appspotmail.com Change-Id: I16809af54b5e8688555070919cf77e156b74a66e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2329062Reviewed-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@{#793213}
-
Trent Begin authored
This change adds a callback to wait until the dbus service is available to start the bootstrapping process. Since the cros_healthd service is now boostrapped on startup, the dbus service is not always immediately available. Bug: chromium:1057739, chromium:1110386 Change-Id: Idd61dce38796e76156561cba455f5932cf475c28 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2324162 Commit-Queue: Trent Begin <tbegin@chromium.org> Reviewed-by:
Steven Bennetts <stevenjb@chromium.org> Reviewed-by:
Paul Moy <pmoy@chromium.org> Cr-Commit-Position: refs/heads/master@{#793212}
-
Haiyang Pan authored
This reverts commit c3dc2201. Reason for revert: nestedLinkClickTest is flaky in android-pie-x86-rel. See screenshot https://screenshot.googleplex.com/t1wYwrBqarg Original change's description: > [Paint Preview] Add multi-frame tests > > This CL adds multi-frame tests for > > - Scrolling > - Scaling > - Link clicks > > Bug: 1106035 > Change-Id: I09eb3e008701204ac55b2cd60fb97a206d88cb4d > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2324489 > Commit-Queue: Calder Kitagawa <ckitagawa@chromium.org> > Reviewed-by: Mehran Mahmoudi <mahmoudi@chromium.org> > Cr-Commit-Position: refs/heads/master@{#792869} TBR=mahmoudi@chromium.org,ckitagawa@chromium.org Change-Id: Ia844c2792a265dbb369bf807bebb46d1dd97e884 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 1106035 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2329994Reviewed-by:
Haiyang Pan <hypan@google.com> Commit-Queue: Haiyang Pan <hypan@google.com> Cr-Commit-Position: refs/heads/master@{#793211}
-
Avi Drissman authored
Bug: 1105907 Change-Id: I0ed06905274893105e16bbc6c9343d6a30d5423d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2328334Reviewed-by:
Robert Sesek <rsesek@chromium.org> Reviewed-by:
Avi Drissman <avi@chromium.org> Commit-Queue: Avi Drissman <avi@chromium.org> Cr-Commit-Position: refs/heads/master@{#793210}
-
Devlin Cronin authored
Update ExtensionHost::GetURL() to be ExtensionHost::GetLastCommittedURL(), and to use WebContents::GetLastCommittedURL() internally. The only places that used this were security decisions and tests, so the last committed URL is more appropriate. Bug: 237908 Change-Id: Ib875416bb92c06de4c9dcff99a59ad121df3b685 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2327853Reviewed-by:
David Bertoni <dbertoni@chromium.org> Commit-Queue: Devlin <rdevlin.cronin@chromium.org> Cr-Commit-Position: refs/heads/master@{#793209}
-
chromium-autoroll authored
https://android.googlesource.com/platform/external/perfetto.git/+log/a45f583aecc0..bcdec7d7076c If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/perfetto-trace-processor-win-chromium 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/+doc/master/autoroll/README.md Tbr: perfetto-bugs@google.com Change-Id: I2eca75542111199c137d2c99767e013ce79b4119 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2329058Reviewed-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@{#793208}
-
Dan Harrington authored
The server expects a value here for infinite feed to work. Bug: 1044139, b/162375361 Change-Id: I9fb7b0085040db871ae1a497a17e6125ecd97095 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2325081 Commit-Queue: Dan H <harringtond@chromium.org> Reviewed-by:
Roger McFarlane <rogerm@chromium.org> Cr-Commit-Position: refs/heads/master@{#793207}
-
Chris Hamilton authored
This migrates workers to use WorkerTokens instead of the now deprecated DevToolsToken. A further CL will wire in tokens for service workers. BUG=1085129, 1096617 Change-Id: Ic85b0264d72d53a9a673bdc0d82211972bdccac5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2326430 Commit-Queue: Chris Hamilton <chrisha@chromium.org> Reviewed-by:
Joe Mason <joenotcharles@chromium.org> Cr-Commit-Position: refs/heads/master@{#793206}
-
Avi Drissman authored
Bug: 1105907 Change-Id: I9ef37d35c24a3d1babd1549fb67127a0c3ab3341 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2328337 Auto-Submit: Avi Drissman <avi@chromium.org> Commit-Queue: Reilly Grant <reillyg@chromium.org> Reviewed-by:
Reilly Grant <reillyg@chromium.org> Cr-Commit-Position: refs/heads/master@{#793205}
-
Pavol Marko authored
That bug is archived and has had no activity for ~2 years, so remove these logs. Stumbled upon them while investigating something else. Bug: 882545 Change-Id: Id367bf1d2b5237e11e1b287a48f8a14acd41f4eb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2316201Reviewed-by:
Dmitry Gozman <dgozman@chromium.org> Commit-Queue: Pavol Marko <pmarko@chromium.org> Cr-Commit-Position: refs/heads/master@{#793204}
-
Reilly Grant authored
This change fixes the implementation of policy control over the USB guard permission so that the settings are updated when a new policy is pushed, and adds tests for this behavior. Change-Id: Ifd86a5ed63efef6093179baff7c08407bd195cb6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2328210 Auto-Submit: Reilly Grant <reillyg@chromium.org> Commit-Queue: Balazs Engedy <engedy@chromium.org> Reviewed-by:
Balazs Engedy <engedy@chromium.org> Cr-Commit-Position: refs/heads/master@{#793203}
-
Minggang Wang authored
main script for workers Currently, we are using WorkerMainScriptLoader to load the main script for PlzWorkers when kLoadMainScriptForPlzDedicatedWorkerByParams is enabled. So the whole loading process will not go through a normal flow of network request, which means that ResourceLoadObserverForWorker doesn't get invoked and the network inspector isn't notified. This patch will pass ResourceLoadObserver to the WorkerMainScriptLoader when starting to load the main script, thus we could call the ResourceLoadObserver at the proper timing and send the notifications to the inspector finally. Bug: 860403 Change-Id: I51e2bbdf3f9185cf2640d21183bf641e0cf8b6af Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2309093Reviewed-by:
Hiroki Nakagawa <nhiroki@chromium.org> Reviewed-by:
Makoto Shimazu <shimazu@chromium.org> Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Commit-Queue: Minggang Wang <minggang.wang@intel.com> Cr-Commit-Position: refs/heads/master@{#793202}
-
Ravjit Singh Uppal authored
Bug: 1110946, 1096944 Change-Id: Ieab8517d6fcf980ac10b6b299d4d0f9e8fae6d1f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2326810 Commit-Queue: Ravjit Singh Uppal <ravjit@chromium.org> Reviewed-by:
Bret Sepulveda <bsep@chromium.org> Cr-Commit-Position: refs/heads/master@{#793201}
-
Avi Drissman authored
Bug: 1105907 Change-Id: I6c46c4e5437067d480881670c610a3a93d882e0b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2328338Reviewed-by:
Robert Sesek <rsesek@chromium.org> Reviewed-by:
Zhenyao Mo <zmo@chromium.org> Commit-Queue: Avi Drissman <avi@chromium.org> Cr-Commit-Position: refs/heads/master@{#793200}
-
Lindsay Pasricha authored
Starting with b3 its 11.0, not 10.16 Ignore-CQ-Freeze: for fyi only Bug: 1111022 Change-Id: I19310d3480454b74727202c64fee55e2c3f90a86 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2327283 Commit-Queue: Lindsay Pasricha <lindsayw@chromium.org> Reviewed-by:
Garrett Beaty <gbeaty@chromium.org> Cr-Commit-Position: refs/heads/master@{#793199}
-
Henrique Ferreiro authored
Change-Id: I2fe915fa8c92f1568aa7f0c46c28bc496ff98881 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2317205Reviewed-by:
Darin Fisher <darin@chromium.org> Commit-Queue: Darin Fisher <darin@chromium.org> Cr-Commit-Position: refs/heads/master@{#793198}
-
Clark DuVall authored
WebLayer wraps the Activity in a ContextWrapper that allows accessing chromium resources. When accessing resources that context needs to be used instead of the activity. Bug: 1111109 Change-Id: Id2e465264e5dc90591d4a1a8c74b7e786aeba512 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2327958 Commit-Queue: Clark DuVall <cduvall@chromium.org> Auto-Submit: Clark DuVall <cduvall@chromium.org> Reviewed-by:
Andy Paicu <andypaicu@chromium.org> Cr-Commit-Position: refs/heads/master@{#793197}
-
Pavol Marko authored
Set |PolicyData.obfuscated_customer_id| to a constant when policy_testserver is answering device policy fetch requests. The field is necessary when performing attestation using the Enterprise Machine Key (EMK) - i.e. when answering non-user-specific Verified Access challenges. This is performed by some tast tests that use policy_testserver, notably those that test built-in client certificate provisioning. Bug: 1073974 Change-Id: I0f6f358fafabb82d4d99683f5be54e836f9e8d96 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2310358Reviewed-by:
Igor <igorcov@chromium.org> Commit-Queue: Pavol Marko <pmarko@chromium.org> Cr-Commit-Position: refs/heads/master@{#793196}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/e393c61a1563..89b3c1f3f8c5 2020-07-30 mtklein@google.com add simple rgba f32 support 2020-07-30 brianosman@google.com Add sk_sp to Skia.natvis (bypass fPtr) 2020-07-30 rmistry@google.com Add Housekeeper-PerCommit-GnToBp 2020-07-30 elliotevans@google.com Remove non-nested usages of skvx::mad If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/skia-autoroll Please CC borenet@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/+doc/master/autoroll/README.md 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 Bug: None Tbr: borenet@google.com Change-Id: Iab59b100757b12c5a2841dfb269ae7241dec3b62 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2329056Reviewed-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@{#793195}
-
chromium-autoroll authored
https://webrtc.googlesource.com/src.git/+log/397cd82eaff1..1ca8d87239f1 2020-07-30 zhaoliang.ma@intel.com Support AVX2/FMA intrinsics in Audio Resampler module 2020-07-30 philipel@webrtc.org Removed FrameBuffer::Start function. 2020-07-30 henrika@webrtc.org Improves logging in MediaChannel 2020-07-29 ilnik@webrtc.org Fix potential deadlock in VideoAnalyzer 2020-07-29 epastor@google.com Add a missing Windows library 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/+doc/master/autoroll/README.md Bug: None Tbr: webrtc-chromium-sheriffs-robots@google.com Change-Id: Ia1ecafeeba23bdeebcc300a7e64118e2b3c05b66 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2329057Reviewed-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@{#793194}
-
CQ_INCLUDE_TRYBOTS=luci.chrome.try:chromeos-betty-pi-arc-chrome CQ_INCLUDE_TRYBOTS=luci.chrome.try:chromeos-eve-chrome CQ_INCLUDE_TRYBOTS=luci.chrome.try:chromeos-kevin-chrome TBR=chrome-os-gardeners@google.com Change-Id: If72f943d71d5ea12421f8a0ab0f239d6077ea090 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2329053Reviewed-by:
ChromeOS bot <3su6n15k.default@developer.gserviceaccount.com> Commit-Queue: ChromeOS bot <3su6n15k.default@developer.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#793193}
-
Avi Drissman authored
Bug: 1105907 Change-Id: I5b458c226fcf2da79c7617e6b1639b10b6801711 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2325102Reviewed-by:
Robert Sesek <rsesek@chromium.org> Reviewed-by:
Ken Rockot <rockot@google.com> Commit-Queue: Avi Drissman <avi@chromium.org> Cr-Commit-Position: refs/heads/master@{#793192}
-
Adithya Srinivasan authored
Creates blink::PortalToken to represent tokens used to identify portals, and updates all callsites to use this type. Bug: 1096617 Change-Id: Ic4b5474baa4ab4f03ad2f6d94072d9f5155855ac Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2310129Reviewed-by:
Avi Drissman <avi@chromium.org> Reviewed-by:
Chris Hamilton <chrisha@chromium.org> Reviewed-by:
Lucas Gadani <lfg@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Commit-Queue: Adithya Srinivasan <adithyas@chromium.org> Cr-Commit-Position: refs/heads/master@{#793191}
-