- 23 Jan, 2020 40 commits
-
-
Sylvain Defresne authored
Move ChromeBrowserState to the global namespace and add "using" to also make it accessible through the "ios" namespace. Change the forward declaration in chrome_browser_state_forward.h to also use the same pattern. Bug: 1042208 Change-Id: I721e2e6976bce5110724f66b0dfa3edd8acdfd37 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2014913 Auto-Submit: Sylvain Defresne <sdefresne@chromium.org> Reviewed-by:
Rohit Rao <rohitrao@chromium.org> Commit-Queue: Sylvain Defresne <sdefresne@chromium.org> Cr-Commit-Position: refs/heads/master@{#734497}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/35101480671e..d4101efae107 Created with: gclient setdep -r src-internal@d4101efae107 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://skia-autoroll.corp.goog/r/src-internal-chromium-autoroll Please CC jbudorick@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.chrome.try:linux-chromeos-chrome Bug: None Tbr: jbudorick@google.com Change-Id: I28d3e45d2e26b8021c34b0fb8660d49f38517900 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2016874Reviewed-by:
chromium-internal-autoroll <chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com> Commit-Queue: chromium-internal-autoroll <chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#734496}
-
Xiaocheng Hu authored
Length unit 'ch' should be recalculated after loading a web font. This patch is a followup of crrev.com/c/1972815 to ensure that it's also recalculated in pseudo elements. Bug: 441925 Change-Id: Ie62dba854aa9d1beb6b9a734f31760abf1acd040 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2016198Reviewed-by:
Rune Lillesveen <futhark@chromium.org> Commit-Queue: Xiaocheng Hu <xiaochengh@chromium.org> Cr-Commit-Position: refs/heads/master@{#734495}
-
Nicolás Peña Moreno authored
This CL replaces assert_unreached for assert_precondition for the API existence checks in the ElementTiming and LargestContentfulPaint WPTs. Change-Id: Icd2ff3e045835cf4c46a370a384455143a717308 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2013863Reviewed-by:
Tom McKee <tommckee@chromium.org> Commit-Queue: Nicolás Peña Moreno <npm@chromium.org> Cr-Commit-Position: refs/heads/master@{#734494}
-
Guido Urdaneta authored
This CL causes getUserMedia() to fail if requesting video formats exceeds a timeout. This is suspect of causing getUserMedia() hangs in some environments such as virtual machines. Drive-by: Add some comments, a thread check, and some extra WebRTC logging. Bug: 1044974 Change-Id: I87f7687c491b4a502f4dba57d2c57bc53cb81390 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2015249Reviewed-by:
Armando Miraglia <armax@chromium.org> Commit-Queue: Guido Urdaneta <guidou@chromium.org> Cr-Commit-Position: refs/heads/master@{#734493}
-
Nikita Podguzov authored
Bug: 992889 Change-Id: If20a1b395e6ab25affe26ebd44175f1536a9b041 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2014962Reviewed-by:
Devlin <rdevlin.cronin@chromium.org> Commit-Queue: Nikita Podguzov <nikitapodguzov@chromium.org> Cr-Commit-Position: refs/heads/master@{#734492}
-
Jeremy Roman authored
Any such tag name would need to also set noTypeHelpers: true and provide its own specializations that check something besides the tag name, since such an element could still end up in a document where it is disabled through node adoption. Bug: 1040627 Change-Id: Ib53554f673e2a7b375e82abde1b8e29c380c39c3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1994520Reviewed-by:
Mason Freed <masonfreed@chromium.org> Reviewed-by:
Kent Tamura <tkent@chromium.org> Commit-Queue: Jeremy Roman <jbroman@chromium.org> Cr-Commit-Position: refs/heads/master@{#734491}
-
ckitagawa authored
This change migrates paint previews to use UnguessableToken rather than int64 or long. This change together with the addition of embedding tokens should have no impact on the behavior of paint previews. However, the data will use embedding tokens for subframes and a new token for the main frame main rather than old-style routing id + process id. This helps avoid creating a dependency in blink on content/ and routing ids. See: https://chromium-review.googlesource.com/c/chromium/src/+/1949121 for Embedding Token addition. Bug: 1035107 Change-Id: I50716b8b6c1b03aaf580fd282638b11b8b80c86b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1972775 Commit-Queue: Calder Kitagawa <ckitagawa@chromium.org> Reviewed-by:
Alex Moshchuk <alexmos@chromium.org> Reviewed-by:
Ken Buchanan <kenrb@chromium.org> Reviewed-by:
Mehran Mahmoudi <mahmoudi@chromium.org> Reviewed-by:
Ian Vollick <vollick@chromium.org> Cr-Commit-Position: refs/heads/master@{#734490}
-
Isabella Scalzi authored
Add a test checking that Quick View opens from the context menu when in single selection mode. Test: browser_tests --gtest_filter="*openQuickViewViaContextMenuSingleSelection" Bug: 1038799 Change-Id: I569cea5e0ade7f1c9d4a614cfad3bc17d8b88a81 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2015903 Commit-Queue: Noel Gordon <noel@chromium.org> Reviewed-by:
Noel Gordon <noel@chromium.org> Cr-Commit-Position: refs/heads/master@{#734489}
-
Samuel Huang authored
RelocReaderElf is supposed to reject relocs that refers to an abs32 reference that lies outside the image. This should include references whose offset is in the image, but whose body "straddles" image boundary. Turns out the reference width for this check was hard-coded to 4, and on ELF64, this allows 8-byte wide references to sneak by the check (which leads to check failure down the road). This CL fixes the above, while adding new unit tests (with refactoring). Meanwhile, Win32 reloc extraction works a little differently, and already handles the above issue. Bug: 1028892 Change-Id: I746c1a2d8114a429f74d9c0605f50044e05d76be Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2013463Reviewed-by:
Etienne Pierre-Doray <etiennep@chromium.org> Reviewed-by:
Calder Kitagawa <ckitagawa@chromium.org> Commit-Queue: Samuel Huang <huangs@chromium.org> Cr-Commit-Position: refs/heads/master@{#734488}
-
Avi Drissman authored
BUG=1044828 Change-Id: I7b004bf14181bb0d8c7a62a2945de8eba8a94cbd Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2015576 Auto-Submit: Avi Drissman <avi@chromium.org> Reviewed-by:
Elly Fong-Jones <ellyjones@chromium.org> Commit-Queue: Avi Drissman <avi@chromium.org> Cr-Commit-Position: refs/heads/master@{#734487}
-
Tim van der Lippe authored
Test changes required for https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/2016757 Bug: 1006759 Change-Id: I54e7e0241033b22749da2261029868c4c86b007e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2016635 Auto-Submit: Tim van der Lippe <tvanderlippe@chromium.org> Reviewed-by:
Paul Lewis <aerotwist@chromium.org> Commit-Queue: Tim van der Lippe <tvanderlippe@chromium.org> Cr-Commit-Position: refs/heads/master@{#734486}
-
chromium-autoroll authored
https://chromium.googlesource.com/devtools/devtools-frontend.git/+log/ddbec81f2d80..10e83a92760c git log ddbec81f2d80..10e83a92760c --date=short --first-parent --format='%ad %ae %s' 2020-01-23 aerotwist@chromium.org [Global] Update refs to Workspace.workspace 2020-01-23 tvanderlippe@chromium.org Migrate services/ to import cross-module 2020-01-23 tvanderlippe@chromium.org Migrate protocol/ to import cross-module 2020-01-23 tvanderlippe@chromium.org Add recast to node_modules/ 2020-01-23 aerotwist@chromium.org [Global] Updates refs for bindings globals Created with: gclient setdep -r src/third_party/devtools-frontend/src@10e83a92760c 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/+/master/autoroll/README.md Bug: chromium:1006759 Tbr: devtools-waterfall-sheriff-onduty@grotations.appspotmail.com Change-Id: Ie30e34e28b3a0a3b8bcd464c76cd0940d08590f8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2016872Reviewed-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@{#734485}
-
Devlin Cronin authored
If an extension is displaying a popup (and is popped out from the menu), we need to be careful about how it is deleted in order to allow the UI to properly clean itself up. In particular, the ExtensionActionViewController has to outlive the cleanup process, undoing the popup. Fix this, and add the ability to inspect a popup from a browsertest. These changes, in combination with non-destructively repopulating the menu, fix the BrowserActionInteractiveTests with the Extensions Menu. Bug: 984654 Change-Id: I6cb9ea3ffb312a0fae9ee326eedb58b14c74d20d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2003423 Commit-Queue: Devlin <rdevlin.cronin@chromium.org> Reviewed-by:
Peter Boström <pbos@chromium.org> Cr-Commit-Position: refs/heads/master@{#734484}
-
Vasiliy Telezhnikov authored
WrappedSkImageFactory doesn't support multithreading and so can't be used if shared image is used if the Display context is on another thread. Change-Id: Iac39c4657ab968b9c729c6ba29e3ac985e36a4cd Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2013809 Auto-Submit: Vasiliy Telezhnikov <vasilyt@chromium.org> Reviewed-by:
Jonathan Backer <backer@chromium.org> Commit-Queue: Vasiliy Telezhnikov <vasilyt@chromium.org> Cr-Commit-Position: refs/heads/master@{#734483}
-
chromium-autoroll authored
https://swiftshader.googlesource.com/SwiftShader.git/+log/c514ab001bb0..cb4d2c38a343 git log c514ab001bb0..cb4d2c38a343 --date=short --first-parent --format='%ad %ae %s' 2020-01-23 swiftshader.regress@gmail.com Regres: Update test lists @ c514ab00 Created with: gclient setdep -r src/third_party/swiftshader@cb4d2c38a343 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/swiftshader-chromium-autoroll Please CC swiftshader-team+autoroll@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_chromium_msan_rel_ng;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: swiftshader-team+autoroll@google.com Change-Id: I1742a97c2281c028b273aab51bdd286e826b0c50 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2016868Reviewed-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@{#734482}
-
Stephen Nusko authored
This wasn't a big deal because this struct is never reused and not referred to outside this macro. And is a unnamed struct so no one can instantiate it. TBR=eseckler@chromium.org Change-Id: I30eadd14b76dd6fd08ce88b59c527ec79a6eace8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2016633Reviewed-by:
Stephen Nusko <nuskos@chromium.org> Commit-Queue: Stephen Nusko <nuskos@chromium.org> Auto-Submit: Stephen Nusko <nuskos@chromium.org> Cr-Commit-Position: refs/heads/master@{#734481}
-
chromium-autoroll authored
https://webrtc.googlesource.com/src.git/+log/ede69c0fbe58..00a30873c415 git log ede69c0fbe58..00a30873c415 --date=short --first-parent --format='%ad %ae %s' 2020-01-23 kron@webrtc.org Revert "Reland "Distinguish between send and receive codecs"" 2020-01-23 ssilkin@webrtc.org Pass SDP video parameters to encoder. 2020-01-23 srte@webrtc.org Adds CreateTimeControllerBasedCallFactory. 2020-01-23 saza@webrtc.org Revert "Change log level of AEC3 buffer info to VERBOSE" 2020-01-23 chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com Roll chromium_revision ecade5b9..487ee81f (734256:734357) 2020-01-23 chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com Roll chromium_revision 92378355..ecade5b9 (734133:734256) 2020-01-22 aalaniz@twilio.com Allow DTMF delay configurability 2020-01-22 chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com Roll chromium_revision a6566211..92378355 (733985:734133) 2020-01-22 hbos@webrtc.org [Overuse] Encoding pipeline as input signals in the abstract interface. 2020-01-22 eshr@google.com Avoid extra EncodedFrame copy in RunPostEncode 2020-01-22 chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com Roll chromium_revision c565cfe6..a6566211 (733868:733985) 2020-01-22 srte@webrtc.org Adds CreateTaskQueueFactory to TimeController 2020-01-22 kron@webrtc.org Reland "Distinguish between send and receive codecs" Created with: gclient setdep -r src/third_party/webrtc@00a30873c415 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 Bug: chromium:1029737 Tbr: webrtc-chromium-sheriffs-robots@google.com Change-Id: I683fab218ec427054774728c97163ac144db0e20 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2016871Reviewed-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@{#734480}
-
Rushan Suleymanov authored
Extend the SharingMessageBridge interface with callbacks on each commit event (successful or failed). Bug: 1034930 Change-Id: Ibf90895eaf914edead685791944c48b30be12026 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2013285 Commit-Queue: Rushan Suleymanov <rushans@google.com> Reviewed-by:
Marc Treib <treib@chromium.org> Reviewed-by:
Alex Chau <alexchau@chromium.org> Reviewed-by:
vitaliii <vitaliii@chromium.org> Cr-Commit-Position: refs/heads/master@{#734479}
-
Nico Weber authored
`gn format` recently changed its formatting behavior for deps, source, and a few other elements when they are assigned (with =) single-element lists to be consistent with the formatting of updates (with +=) with single-element. Now that we've rolled in a GN binary with the change, reformat all files so that people don't get presubmit warnings due to this. This CL was uploaded by git cl split. R=rsesek@chromium.org Bug: 1041419 Change-Id: Ifca548356e41020fcfe9e1a89aeaebe64e7bd046 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1997899 Auto-Submit: Nico Weber <thakis@chromium.org> Commit-Queue: Nico Weber <thakis@chromium.org> Commit-Queue: Robert Sesek <rsesek@chromium.org> Reviewed-by:
Robert Sesek <rsesek@chromium.org> Cr-Commit-Position: refs/heads/master@{#734478}
-
Luke Zielinski authored
TBR=robertma Change-Id: I6e77bf4c5e80800992b53a619db02623ebab8c96 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2015737Reviewed-by:
Luke Z <lpz@chromium.org> Commit-Queue: Luke Z <lpz@chromium.org> Cr-Commit-Position: refs/heads/master@{#734477}
-
Lucas Gadani authored
Bug: 1040877 Change-Id: I378a501abc21687b34ce017c53ecbd63dbe28e41 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2012806Reviewed-by:
Arthur Sonzogni <arthursonzogni@chromium.org> Commit-Queue: Lucas Gadani <lfg@chromium.org> Cr-Commit-Position: refs/heads/master@{#734476}
-
Avi Drissman authored
BUG=1044828 Change-Id: I9a57f34570ef9b6ab332fed18dd5737de4c00e1c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2016044 Commit-Queue: Elly Fong-Jones <ellyjones@chromium.org> Auto-Submit: Avi Drissman <avi@chromium.org> Reviewed-by:
Elly Fong-Jones <ellyjones@chromium.org> Cr-Commit-Position: refs/heads/master@{#734475}
-
Avi Drissman authored
BUG=1044828 Change-Id: I8e5c3c1d97864dde4fb64402cd8d90ea84a8f5a4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2015574 Commit-Queue: Elly Fong-Jones <ellyjones@chromium.org> Auto-Submit: Avi Drissman <avi@chromium.org> Reviewed-by:
Elly Fong-Jones <ellyjones@chromium.org> Cr-Commit-Position: refs/heads/master@{#734474}
-
Avi Drissman authored
BUG=1044828 Change-Id: I2b6f485d8286c9ec5b1692769dc4c0ef208b637f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2015575 Commit-Queue: Elly Fong-Jones <ellyjones@chromium.org> Auto-Submit: Avi Drissman <avi@chromium.org> Reviewed-by:
Elly Fong-Jones <ellyjones@chromium.org> Cr-Commit-Position: refs/heads/master@{#734473}
-
Avi Drissman authored
BUG=1044828 Change-Id: I41e548fa030ee7093a109eb7e04061aa037ffc69 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2015654 Commit-Queue: Elly Fong-Jones <ellyjones@chromium.org> Auto-Submit: Avi Drissman <avi@chromium.org> Reviewed-by:
Elly Fong-Jones <ellyjones@chromium.org> Cr-Commit-Position: refs/heads/master@{#734472}
-
Chromium WPT Sync authored
Using wpt-import in Chromium 457d6775. With Chromium commits locally applied on WPT: c83bf419 "[WPT/referrer-policy] Add generated files: split 4K tests" 4cc435e9 "SharedWorker: Fix the wrong WPT undefined-arguments.html" 0cbea1f0 "SharedWorker: Add meta.url WPT for SharedWorker with type 'module'" c629a949 "[FlexNG] Use previous constraint space for layout roots." Note to sheriffs: This CL imports external tests and adds expectations for those tests; if this CL is large and causes a few new failures, please fix the failures by adding new lines to TestExpectations rather than reverting. See: https://chromium.googlesource.com/chromium/src/+/master/docs/testing/web_platform_tests.md Directory owners for changes in this CL: foolip@chromium.org, lpz@chromium.org, robertma@chromium.org: external/wpt/tools NOAUTOREVERT=true TBR=smcgruer No-Export: true Change-Id: Id91d9e68c6c50f9ce2b1ea930b3c38529b123206 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2016243Reviewed-by:
WPT Autoroller <wpt-autoroller@chops-service-accounts.iam.gserviceaccount.com> Commit-Queue: WPT Autoroller <wpt-autoroller@chops-service-accounts.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#734471}
-
v8-ci-autoroll-builder authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/464fe259..261523f9 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: I5909f211cfac777dd60b5175eb4e881254489a83 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2014802Reviewed-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@{#734470}
-
Isabella Scalzi authored
Quick View can now open when more than one file is selected. Change the canExecute code of the |get-info| context menu command to allow opening Quick View from the context menu when the number of file selections in the file list is 1 or more. Test: Tests added in CL:2015470 and CL:2015903 Bug: 1038799 Change-Id: Id384c256fbc5cce55a12fde8c7f8b84bc45706b8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2012370Reviewed-by:
Noel Gordon <noel@chromium.org> Commit-Queue: Noel Gordon <noel@chromium.org> Cr-Commit-Position: refs/heads/master@{#734469}
-
Eric Seckler authored
Also includes a manual modification to switch to perfetto's EventContext. https://android.googlesource.com/platform/external/perfetto.git/+log/aa94421bfd1f..6ce872b758f4 git log aa94421bfd1f..6ce872b758f4 --date=short --first-parent --format='%2020-01-23 ddrone@google.com Merge "Add clangd working folder to .gitignore" 2020-01-23 eseckler@google.com Merge "client lib: Don't depend on default_deps from include/perfetto/tracing" 2020-01-23 fmayer@google.com Merge "Mark merged callsites as [merged]" 2020-01-23 fmayer@google.com Fix infinity self size. 2020-01-23 fmayer@google.com Merge changes I2c6ef9a4,I196e54e8 2020-01-23 fmayer@google.com Merge "Show heap graphs in UI." 2020-01-23 treehugger-gerrit@google.com Merge "TrackEvent: Add support for legacy events with arguments" 2020-01-23 lalitm@google.com tp: add multiple filter benchmark on table 2020-01-23 eseckler@google.com Revert "build: Remove dep on client lib from Chrome's libperfetto" Created with: gclient setdep -r src/third_party/perfetto@6ce872b758f4 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 Bug: None Change-Id: I74f9d9b4c444da09532e4ccf54ec20b9658d3087 Tbr: perfetto-bugs@google.com Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2014931 Commit-Queue: Eric Seckler <eseckler@chromium.org> Reviewed-by:
Sami Kyöstilä <skyostil@chromium.org> Reviewed-by:
Eric Seckler <eseckler@chromium.org> Cr-Commit-Position: refs/heads/master@{#734468}
-
Johannes Kron authored
This is a reland of 0fdf70f4 Reland with some tests disabled for ASAN builds. Original change's description: > Set PROCESSING_TIME and CAPTURE_BEGIN_TIME of WebRTC video frames > > Bug: chromium:1011581 > Change-Id: I12cc31309f896f6a00802adb5cb1991f8db9b342 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2007209 > Commit-Queue: Johannes Kron <kron@chromium.org> > Reviewed-by: Guido Urdaneta <guidou@chromium.org> > Cr-Commit-Position: refs/heads/master@{#733959} Bug: chromium:1011581 Change-Id: I911457709f7404d205219b4d56c58565cffc0440 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2014928Reviewed-by:
Guido Urdaneta <guidou@chromium.org> Commit-Queue: Johannes Kron <kron@chromium.org> Cr-Commit-Position: refs/heads/master@{#734467}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/878a52cac350..35101480671e Created with: gclient setdep -r src-internal@35101480671e If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://skia-autoroll.corp.goog/r/src-internal-chromium-autoroll Please CC jbudorick@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.chrome.try:linux-chromeos-chrome Bug: None Tbr: jbudorick@google.com Change-Id: Icb10cb628e3f4dd2241edc8439d4247c18885488 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2016869Reviewed-by:
chromium-internal-autoroll <chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com> Commit-Queue: chromium-internal-autoroll <chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#734466}
-
Stephen Nusko authored
This reverts commit 92ff17fd. Reason for revert: Keep SMB around forever. TBR=avi@chromium.org Change-Id: Ifc811f7aa420dc63a80dc62cb292c16e5fd40bb3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2014930Reviewed-by:
Stephen Nusko <nuskos@chromium.org> Reviewed-by:
Eric Seckler <eseckler@chromium.org> Commit-Queue: Stephen Nusko <nuskos@chromium.org> Auto-Submit: Stephen Nusko <nuskos@chromium.org> Cr-Commit-Position: refs/heads/master@{#734465}
-
Anton Bikineev authored
For minor GCs, we clear remembered sets after visiting them to reduce potential cache misses. We also must not forget to clear them after major GCs. Bug: 1029379 Change-Id: Id8fc6ca300f308112513b9146e6ff6ccdd848399 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2013241 Commit-Queue: Anton Bikineev <bikineev@chromium.org> Reviewed-by:
Michael Lippautz <mlippautz@chromium.org> Cr-Commit-Position: refs/heads/master@{#734464}
-
Fergal Daly authored
Follow-up to https://crrev.com/c/2011585 Change-Id: I045e22957c5e3b9ad93ae9604164490febe0fccf Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2015904Reviewed-by:
Bret Sepulveda <bsep@chromium.org> Commit-Queue: Fergal Daly <fergal@chromium.org> Cr-Commit-Position: refs/heads/master@{#734463}
-
Josh Karlin authored
Bug: 1042695 Change-Id: I6e782f866309ae4cf8994c79e92844455aececbc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2003554Reviewed-by:
Charlie Harrison <csharrison@chromium.org> Commit-Queue: Josh Karlin <jkarlin@chromium.org> Cr-Commit-Position: refs/heads/master@{#734462}
-
Nicolas Ouellet-Payeur authored
Previously, ExtensionPolicyMigrators only ran on platform policies, and machine-level user cloud policies. This leaves out user cloud policies, and CrOS-specific policy providers. This CL makes the list of ExtensionPolicyMigrators static, instead of each provider keeping a separate list. This ensures no provider is left out of the policy migrator logic. TESTED=checked that the LBS extension picks up `BrowserSwitcherEnabled` when it's set through user cloud policy Bug: 1043775, 1030607 Change-Id: Ib257d2f18e3a106cbcd04d957b84a09b005a4680 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2013485Reviewed-by:
Julian Pastarmov <pastarmovj@chromium.org> Commit-Queue: Nicolas Ouellet-Payeur <nicolaso@chromium.org> Cr-Commit-Position: refs/heads/master@{#734461}
-
Maxim Kolosovskiy authored
Autofill Assistant should be able to generate new strong password in some flows. This CL adds password generation functionality to the SetFormFieldValue action. TODO: this CL doesn't implement filling the confirmation field. Bug: 1043132 Change-Id: Id31d98d74a66ec80106284ea49e57b9679651f63 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2007408Reviewed-by:
Mathias Carlen <mcarlen@chromium.org> Reviewed-by:
Clemens Arbesser <arbesser@google.com> Commit-Queue: Maxim Kolosovskiy <kolos@chromium.org> Cr-Commit-Position: refs/heads/master@{#734460}
-
chromium-autoroll authored
https://chromium.googlesource.com/external/github.com/material-foundation/material-font-disk-loader-ios/+log/93acc021e303..8e30188777b0 git log 93acc021e303..8e30188777b0 --date=short --first-parent --format='%ad %ae %s' 2017-02-17 willlarche@users.noreply.github.com [Docs] Clarity in README (#1) Created with: gclient setdep -r src/ios/third_party/material_font_disk_loader_ios/src@8e30188777b0 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/material-font-disk-loader-ios-chromium Please CC bling-p10-rolls@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.chrome.try:ios-internal-mdc Bug: None Tbr: bling-p10-rolls@google.com Change-Id: I8bb0b370de889e5014d78532bbd8703c2d9a091c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2016865Reviewed-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@{#734459}
-
Yutaka Hirano authored
When CORS is involved there may be multiple network::URLLoader associated with one InProgressRequest, because CorsURLLoader may create a new network::URLLoader for the same request id in redirect handling - see CorsURLLoader::FollowRedirect. In such a case the old network::URLLoader is going to be detached fairly soon, so we don't need to take care of it. Bug: 1043874 Change-Id: Icd91931d817898f59980fbadbb17ad6e63df07cc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2011781Reviewed-by:
Clark DuVall <cduvall@chromium.org> Reviewed-by:
Karan Bhatia <karandeepb@chromium.org> Reviewed-by:
Matt Mueller <mattm@chromium.org> Reviewed-by:
Takashi Toyoshima <toyoshim@chromium.org> Reviewed-by:
Yutaka Hirano <yhirano@chromium.org> Commit-Queue: Yutaka Hirano <yhirano@chromium.org> Cr-Commit-Position: refs/heads/master@{#734458}
-