- 27 Feb, 2020 8 commits
-
-
Wez authored
ComponentContextForCurrentProcess() returns a sys::ComponentContext connected to the process' incoming service directory, outgoing directory for services & debugging APIs, etc. Provide a TestComponentContextForProcess, which overrides the process' ComponentContext with one which by default has no services available, and which allows services to be provided by the test itself, and for services available in the test process environment to be exposed to the test. Bug: 1038786 Change-Id: I0d754a1629ab25527dce377d6ffaa039791ef3e1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2064908Reviewed-by:
Sergey Ulanov <sergeyu@chromium.org> Commit-Queue: Sergey Ulanov <sergeyu@chromium.org> Auto-Submit: Wez <wez@chromium.org> Cr-Commit-Position: refs/heads/master@{#744858}
-
Peng Huang authored
The device level layers are depercated, and there is no device level layers for now, so remove it. https://www.khronos.org/registry/vulkan/specs/1.2-extensions/html/vkspec.html#extendingvulkan-layers-devicelayerdeprecation Bug: None Change-Id: I9507191ca515876a8d97140261bd4099f284dfe6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2075965Reviewed-by:
Vasiliy Telezhnikov <vasilyt@chromium.org> Reviewed-by:
Ken Buchanan <kenrb@chromium.org> Commit-Queue: Peng Huang <penghuang@chromium.org> Cr-Commit-Position: refs/heads/master@{#744857}
-
Ahmed Fakhry authored
The windows of removed desks should be demoted to be LRU across all desks. That's why they're appended at the end of the overview grid list. However, their relative order should be maintained. This CL makes sure the MRU order is updated to match the above expectation, as well as the windows' stacking order (that is windows of the removed desk should be stacked at the bottom of the target desk's container's children). BUG=1048271 TEST=Expanded existing tests. Change-Id: I06bc69e068e3ffc29bccf7a5983ed6d56fc04830 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2073366Reviewed-by:
James Cook <jamescook@chromium.org> Commit-Queue: Ahmed Fakhry <afakhry@chromium.org> Cr-Commit-Position: refs/heads/master@{#744856}
-
Stefan Zager authored
BUG=1040262 R=pdr@chromium.org Change-Id: I57a115724aac7060de00ece59b8a7da8ca2c347f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2076181 Auto-Submit: Stefan Zager <szager@chromium.org> Reviewed-by:
Philip Rogers <pdr@chromium.org> Commit-Queue: Philip Rogers <pdr@chromium.org> Cr-Commit-Position: refs/heads/master@{#744855}
-
Kent Tamura authored
Fold ControlClipRect implementations into LayoutBox::OverflowClipRect(). De-virtualize LayoutBox::HasControlClip(). As for LayoutFileUploadControl, fold ControlClipRect() into OverflowClipRect(). This CL is a preparation to remove LayoutMenuList. This CL has no behavior changes. Bug: 1040828 Change-Id: I7b68b0498e1554e44bf48de2778631859be2d1be Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2073177Reviewed-by:
Koji Ishii <kojii@chromium.org> Commit-Queue: Kent Tamura <tkent@chromium.org> Cr-Commit-Position: refs/heads/master@{#744854}
-
Jun Mukai authored
Bug: 1053039, 1053040 Test: none Change-Id: I422c5e2cb1a9511a55cb77c3c75c5fbc712ca792 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2071254 Commit-Queue: Jun Mukai <mukai@chromium.org> Reviewed-by:
Brian White <bcwhite@chromium.org> Cr-Commit-Position: refs/heads/master@{#744853}
-
Mike Wittman authored
Requests that the sampling profiler apply metadata to samples between navigation start and first contentful paint, at the time when first contentful paint is sent to the browser process. This metadata will support analysis of execution during page load. This change introduces monotonic time interfaces for the required metrics because the existing interfaces are limited to 1ms resolution. If used they would result in up to 2% of samples being misidentified as occurring during loading when they weren't, or vice versa. This is a reland of http://crrev.com/742717 and adds logic to avoid applying metadata on time ranges that don't make sense but are occasionally seen in practice. TBR=npm@chromium.org,schenney@chromium.org Bug: 1034756, 1054357 Change-Id: Ie7e7a26b4e2c86219eb30dd678e5de296d2f59be Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2067287Reviewed-by:
Mike Wittman <wittman@chromium.org> Reviewed-by:
Nicolás Peña Moreno <npm@chromium.org> Reviewed-by:
Bryan McQuade <bmcquade@chromium.org> Commit-Queue: Mike Wittman <wittman@chromium.org> Cr-Commit-Position: refs/heads/master@{#744852}
-
Etienne Pierre-doray authored
Android doesn't support shared_library (see native_library_unittest.cc). base_profiler_test_support_library is defined as a loadable_module for upcoming support for android in stack_sampling_profiler_test https://chromium-review.googlesource.com/c/chromium/src/+/2055743/20 Bug: 989102 Change-Id: Iac0f2764f5177820436db93cc4966782a879308d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2075158Reviewed-by:
Lei Zhang <thestig@chromium.org> Reviewed-by:
Mike Wittman <wittman@chromium.org> Commit-Queue: Etienne Pierre-Doray <etiennep@chromium.org> Cr-Commit-Position: refs/heads/master@{#744851}
-
- 26 Feb, 2020 32 commits
-
-
Pete Williamson authored
Feedback was being discarded at the server because the contextTag was of the wrong format. Bug: 1054987 Change-Id: I50032b571937a29e2ae63ce550efd25fda004ec8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2076397Reviewed-by:
Dan H <harringtond@chromium.org> Commit-Queue: Peter Williamson <petewil@chromium.org> Cr-Commit-Position: refs/heads/master@{#744850}
-
Alex Gough authored
Change-Id: Ie2c42ef76f31cfc3b0e3c7f2a720efb61c50e5cf Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2072129Reviewed-by:
Varun Khaneja <vakh@chromium.org> Commit-Queue: Alex Gough <ajgo@chromium.org> Cr-Commit-Position: refs/heads/master@{#744849}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/6422722cbaf6..31a7b072ddf4 git log 6422722cbaf6..31a7b072ddf4 --date=short --first-parent --format='%ad %ae %s' 2020-02-26 egdaniel@google.com Add stubbed out GrD3DOpsRenderPass class. 2020-02-26 brianosman@google.com Add most important intrinsics to the interpreter 2020-02-26 csmartdalton@google.com Remove GrMesh::SendToGpuImpl Created with: gclient setdep -r src/third_party/skia@31a7b072ddf4 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 jlavrova@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-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: jlavrova@google.com Change-Id: I5eaaf6fff34d28b742b9dd1bfb4db488d0bb9aea Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2076320Reviewed-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@{#744848}
-
kylechar authored
This reverts commit 985a1f41. Reason for revert: https://crbug.com/1055738 Original change's description: > Don't disable draw during resize > > https://crrev.com/c/2011130 changed Display::DisableSwapUntilResize() to > also block draw instead of just swap. This had the side of effect of > blocking draw when the browser window is minimized, which means we stop > casting tab/window contents. Switch DisableSwapUntilResize() back to > just block swap instead of draw+swap. > > Bug: 1054239, b/149923568 > Change-Id: I66a10dc1e801c56783107ce4412ab557f70da9f8 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2068642 > Commit-Queue: kylechar <kylechar@chromium.org> > Reviewed-by: Saman Sami <samans@chromium.org> > Reviewed-by: Vasiliy Telezhnikov <vasilyt@chromium.org> > Cr-Commit-Position: refs/heads/master@{#744018} TBR=kylechar@chromium.org,samans@chromium.org,vasilyt@chromium.org # Not skipping CQ checks because original CL landed > 1 day ago. Bug: 1054239, 1055738, b/149923568 Change-Id: I43a2f985c36fbc4f38e143beb650981acd1a3d7a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2076518Reviewed-by:
kylechar <kylechar@chromium.org> Commit-Queue: kylechar <kylechar@chromium.org> Cr-Commit-Position: refs/heads/master@{#744847}
-
Mason Freed authored
The [1] CL enabled the FormControlsRefresh feature by default for Mac. (The [2] CL enabled it earlier for Windows, Linux, and ChromeOS.) In the process, many layout tests were disabled, because the form controls have a different appearance with the feature enabled. This is one of several patches rebaselining those disabled tests. [1] http://crrev.com/c/2063530 [2] http://crrev.com/c/1967608 Bug: 1053725 Change-Id: I8a95a67dbcd3cf8b3ddce9a6c8fe37f4ed498bf1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2071386 Commit-Queue: Mason Freed <masonfreed@chromium.org> Auto-Submit: Mason Freed <masonfreed@chromium.org> Reviewed-by:
Stephen Chenney <schenney@chromium.org> Cr-Commit-Position: refs/heads/master@{#744846}
-
Josip authored
Bug: 994805 Change-Id: I367fe4c751d494fff091860eca4329659a72a05b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2062798 Commit-Queue: Josip Sokcevic <sokcevic@google.com> Reviewed-by:
Andrew Grieve <agrieve@chromium.org> Reviewed-by:
Scott Violet <sky@chromium.org> Cr-Commit-Position: refs/heads/master@{#744845}
-
Alexey Baskakov authored
Given that: 1) ManifestUpdateManager is disabled for SystemWebApps. 2) SystemWebApps use their own update mechanism: force_reinstall. we should fix WebAppInstallFinalizer::FinalizeInstall() to always overwrite the app data. With this fix, all PendingAppManagerImplBrowserTest pass in both modes. Bug: 1053858 Change-Id: Ifdf0c45984769ce32bedcd5de42b872ba147fb9e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2071184 Commit-Queue: Alexey Baskakov <loyso@chromium.org> Reviewed-by:
Alan Cutter <alancutter@chromium.org> Cr-Commit-Position: refs/heads/master@{#744844}
-
Paul Wankadia authored
https://chromium.googlesource.com/external/github.com/google/re2.git/+log/d8d0c66b9c07..36f7f246a827 $ git log d8d0c66b9..36f7f246a --date=short --no-merges --format='%ad %ae %s' 2020-02-26 junyer Revert "Refuse to rewrite when MaxSubmatch() is too large." 2020-02-25 junyer Fall back to NFA execution when compiling the reverse Prog failed. 2020-02-25 junyer Refuse to rewrite when MaxSubmatch() is too large. 2020-02-20 junyer Tweak the comment on RE2::QuoteMeta(). 2020-02-17 junyer Move DeBruijnString() alongside StringGenerator. Created with: roll-dep src/third_party/re2/src R=mmoroz@chromium.org Change-Id: Ie381fa483f9ef21d1cbc508934182617fa9334c2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2076159Reviewed-by:
Max Moroz <mmoroz@chromium.org> Commit-Queue: Max Moroz <mmoroz@chromium.org> Cr-Commit-Position: refs/heads/master@{#744843}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/97edc4e61387..694f0d3726a4 Created with: gclient setdep -r src-internal@694f0d3726a4 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: I24be036f095c5a2c679a507aa336b3ecd0c151fe Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2076243Reviewed-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@{#744842}
-
Chromium WPT Sync authored
Using wpt-import in Chromium 02b48dd0. With Chromium commits locally applied on WPT: d5cd6b98 "SharedWorker: Assign unique names to SharedWorkers to avoid unintentional matching" 8907cc01 "Update wpt NFC tests to use mojo mocks for unavailable impl" 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 NOAUTOREVERT=true TBR=raphael.kubo.da.costa No-Export: true Change-Id: I3e39f80718c480aa769c9f327abf11d608e9d28b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2075099Reviewed-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@{#744841}
-
David Maunder authored
This is so we are not bombarding the user with suggestions if they have given us a hint they are not interested in the feature. Bug: 1049801 Change-Id: Ifa0233b23c7c044113a65360f235ec61d9017aa0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2042145 Commit-Queue: David Maunder <davidjm@chromium.org> Reviewed-by:
Yusuf Ozuysal <yusufo@chromium.org> Cr-Commit-Position: refs/heads/master@{#744840}
-
Sophie Chang authored
This is a reland of 9a31f5ab Original change's description: > Reland "Add support for loading predictor to use hints from optimization guide" > > This is a reland of eed7024d > TBR=tbansal@chromium.org for chrome/browser/predictors/... > > Original change's description: > > Add support for loading predictor to use hints from optimization guide > > > > Will add metrics in a subsequent CL. This shouldn't affect any current > > metrics since the support is all behind a feature flag. > > > > Bug: 1050101 > > Change-Id: If6f98dbae86bb5842803cdb3c1b052d99711e62f > > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2067241 > > Commit-Queue: Sophie Chang <sophiechang@chromium.org> > > Reviewed-by: Ryan Sturm <ryansturm@chromium.org> > > Reviewed-by: Tarun Bansal <tbansal@chromium.org> > > Cr-Commit-Position: refs/heads/master@{#743767} > > Bug: 1050101 > Change-Id: I796d2bbd322fee835bfc42f3f3bc903b65554291 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2068313 > Commit-Queue: Sophie Chang <sophiechang@chromium.org> > Reviewed-by: Ryan Sturm <ryansturm@chromium.org> > Cr-Commit-Position: refs/heads/master@{#744088} Bug: 1050101 Change-Id: I3450fa6cab159b22d0659532ea8f2524bf4944fc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2071380 Commit-Queue: Sophie Chang <sophiechang@chromium.org> Reviewed-by:
Tarun Bansal <tbansal@chromium.org> Cr-Commit-Position: refs/heads/master@{#744839}
-
Navid Zolghadr authored
Bug: 1045954 Change-Id: I1a52383a4b3240fdb87d93e07dd312385bca0156 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2071285Reviewed-by:
Avi Drissman <avi@chromium.org> Reviewed-by:
Dave Tapuska <dtapuska@chromium.org> Commit-Queue: Navid Zolghadr <nzolghadr@chromium.org> Cr-Commit-Position: refs/heads/master@{#744838}
-
Steven Bennetts authored
* cr_elements/OWNERS would be left with one owner (michaelpg@), which we try to avoid, and who is not actively working on the webui platform at this time. Therefore the file was just removed. * webui/resources/OWNERS had some stale rules and a similar problem so was also removed. OWNERS for these directories will now resolve to ui/webui/PLATFORM_OWNERS. Bug: 1055481 Change-Id: I48d68399f2b97a9bc3e5ee5ea98c7b6fc6fee5d3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2074814Reviewed-by:
Demetrios Papadopoulos <dpapad@chromium.org> Commit-Queue: Steven Bennetts <stevenjb@chromium.org> Cr-Commit-Position: refs/heads/master@{#744837}
-
evliu authored
This CL updates CSS properties of the caption settings preview text box so that the height of the box increases with the font size, preventing the text from overflowing outside the div container and overlapping with elements before and after the container. Before & after screenshots: https://x20.corp.google.com/users/ev/evliu/Bug1055734 Bug: 1055734 Change-Id: Ia7e764503b82a9eab27b3beff98ba3774c5fcb2b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2073141Reviewed-by:
Esmael Elmoslimany <aee@chromium.org> Reviewed-by:
John Lee <johntlee@chromium.org> Commit-Queue: Evan Liu <evliu@google.com> Cr-Commit-Position: refs/heads/master@{#744836}
-
Gabriel Charette authored
Split chrome/ from https://chromium-review.googlesource.com/c/chromium/src/+/2026350 as it had trouble landing in one go. The following script was used to generate this CL (run on every C++ file in the codebase; processing .h before matching .cc/.mm): https://bugs.chromium.org/p/chromium/issues/detail?id=1026641#c22 (intentionally ignores cleaning post_task.h for now). TBR=fdoray@chromium.org Bug: 1026641 Change-Id: I3236dcea6d072ecb395c39983b29cee61f15ede3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2075077Reviewed-by:
Gabriel Charette <gab@chromium.org> Reviewed-by:
François Doray <fdoray@chromium.org> Commit-Queue: Gabriel Charette <gab@chromium.org> Cr-Commit-Position: refs/heads/master@{#744835}
-
Karan Bhatia authored
This CL removes a failing DCHECK in ActionTracker destructor. The DCHECK probably fails because it seems we might not receive tab close notifications on shutdown. BUG=1055034 Change-Id: Ic597adb39fa37038e4349741e66eae62341cc0bc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2076520 Commit-Queue: Kelvin Jiang <kelvinjiang@chromium.org> Commit-Queue: Karan Bhatia <karandeepb@chromium.org> Auto-Submit: Karan Bhatia <karandeepb@chromium.org> Reviewed-by:
Kelvin Jiang <kelvinjiang@chromium.org> Cr-Commit-Position: refs/heads/master@{#744834}
-
Chris Cunningham authored
Bug: 1056300 Change-Id: I92957de2d72ac409e8e3bf23626baf3e4afcc28b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2075958 Commit-Queue: Chrome Cunningham <chcunningham@chromium.org> Commit-Queue: John Budorick <jbudorick@chromium.org> Auto-Submit: Chrome Cunningham <chcunningham@chromium.org> Reviewed-by:
John Budorick <jbudorick@chromium.org> Cr-Commit-Position: refs/heads/master@{#744833}
-
Ryan Harrison authored
BUG=dawn:345,dawn:354 Change-Id: I0ef71cc18397aa4854e8dc3e310e4031ab7be731 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2075044 Commit-Queue: Ryan Harrison <rharrison@chromium.org> Commit-Queue: Austin Eng <enga@chromium.org> Auto-Submit: Ryan Harrison <rharrison@chromium.org> Reviewed-by:
Kenneth Russell <kbr@chromium.org> Reviewed-by:
Austin Eng <enga@chromium.org> Cr-Commit-Position: refs/heads/master@{#744832}
-
Collin Baker authored
Bug: 1055100 Change-Id: Ifd93d22fa73036fef81396db2b82ccc2bc73ca37 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2069020 Commit-Queue: Collin Baker <collinbaker@chromium.org> Reviewed-by:
John Lee <johntlee@chromium.org> Cr-Commit-Position: refs/heads/master@{#744831}
-
chromium-autoroll authored
https://chromium.googlesource.com/catapult.git/+log/e93f058d4492..9abfc467c79f git log e93f058d4492..9abfc467c79f --date=short --first-parent --format='%ad %ae %s' 2020-02-26 bsheedy@chromium.org [Telemetry] Fix shlex.split on Windows Created with: gclient setdep -r src/third_party/catapult@9abfc467c79f If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/catapult-autoroll Please CC sadrul@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:chromeos-kevin-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 Bug: chromium:1056281 Tbr: sadrul@google.com Change-Id: Ic37f70e3c56506d55292b73de426a41324877d15 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2075961Reviewed-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@{#744830}
-
Sebastien Marchand authored
This CL adds a new policy that will emit critical memory pressure signals when Chrome's total PMF exceeds is too high. "Too high" is defined as 1.5x the total amount of RAM on the machine by default (but this value can be modified via Finch). This code is behind a feature flag, in the disabled by default state. Bug: 1055889 Change-Id: If57e7ac5dce601fc83ef50c50838617ece35dcb3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2044330Reviewed-by:
Erik Chen <erikchen@chromium.org> Reviewed-by:
François Doray <fdoray@chromium.org> Commit-Queue: Sébastien Marchand <sebmarchand@chromium.org> Cr-Commit-Position: refs/heads/master@{#744829}
-
Henrique Nakashima authored
CachedFeatureFlags should only have generic methods. Bug: 1012975 Change-Id: Ib40ce5713862dd07666b862044ab1379e725f35a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2068678 Commit-Queue: Henrique Nakashima <hnakashima@chromium.org> Reviewed-by:
Theresa <twellington@chromium.org> Reviewed-by:
Wei-Yin Chen (陳威尹) <wychen@chromium.org> Cr-Commit-Position: refs/heads/master@{#744828}
-
chromium-autoroll authored
https://chromium.googlesource.com/devtools/devtools-frontend.git/+log/b01f8fe7eb22..d9a5b6e2c1d2 git log b01f8fe7eb22..d9a5b6e2c1d2 --date=short --first-parent --format='%ad %ae %s' 2020-02-26 jalyn@microsoft.com Fix disappearing focus in Performance and Coverage 2020-02-26 sigurds@chromium.org [issues-panel] Correctly update issues upon navigation 2020-02-26 bmeurer@chromium.org Allow long strings to wrap in the console. Created with: gclient setdep -r src/third_party/devtools-frontend/src@d9a5b6e2c1d2 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:1055375,chromium:1056284 Tbr: devtools-waterfall-sheriff-onduty@grotations.appspotmail.com Change-Id: I0dd795828bad2eeab177340c509f7f663c654eb8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2075960Reviewed-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@{#744827}
-
chromium-autoroll authored
https://webrtc.googlesource.com/src.git/+log/9731a14ff8ec..206d46750780 git log 9731a14ff8ec..206d46750780 --date=short --first-parent --format='%ad %ae %s' 2020-02-26 chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com Roll chromium_revision 0bba1cec..95bde2f2 (744590:744714) Created with: gclient setdep -r src/third_party/webrtc@206d46750780 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: None Tbr: webrtc-chromium-sheriffs-robots@google.com Change-Id: I6594c7fa2c1e12df248b2625c757d6743137e784 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2076240Reviewed-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@{#744826}
-
David Benjamin authored
Many servers which negotiate SHA-1 server signatures in TLS 1.2 actually support SHA-2 but preferentially sign SHA-1 if available. Likewise, some 3DES-negotiating servers support AES if 3DES is removed. To get more accurate metrics, initially connect with SHA-1 and 3DES disabled. If this fails, retry with them enabled. This keeps the legacy algorithms working for now, but they will only appear in metrics and DevTools if the site relies on them. Add a feature flag so that if problems arise (e.g. we're not conditioning on the right error codes), we can turn this off easily. See https://groups.google.com/a/chromium.org/forum/m/#!topic/blink-dev/yaJcs4p9LNI for more details. Bug: 658905, 691888 Change-Id: I94ad87b2c71cdd6c85060a4372b198e4119ffee8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2063689 Commit-Queue: David Benjamin <davidben@chromium.org> Reviewed-by:
Matt Mueller <mattm@chromium.org> Reviewed-by:
Brian White <bcwhite@chromium.org> Cr-Commit-Position: refs/heads/master@{#744825}
-
Istiaque Ahmed authored
This CL makes ContentVerifier::ShouldVerifyAnyPaths take canonical relative paths instead of unix style relative paths, so that it can take OS specific canonicalization into account. This affects all paths specified in manifest.json: background JS, background html, content script, locales, etc. Previously ShouldVerifyAnyPaths would have returned false for case variants of those resources on win/mac, and content-verification wouldn't run for them as there wouldn't be any ContentVerifyJobs for them. An example of this is on win/mac, a script specified as script.js in manifest.json, but accessed as Script.js on win/mac will now be verified with this CL. The same applies to _locales, locale path accessed in different case now would correctly skip verification (e.g. en_gb instead of en_GB), instead of incorrectly causing content verification failure. ContentVerifierObserver now exposes did_hash_mismatch, which would be slightly better to observe CVDelegate::VerifyFailed from tests. This CL adds unittests for the change in content_verifier_unittest.cc This CL also adds a real world like unittest under //chrome, so the browser image paths and other manifest paths are verified (and not mocked like content_verifier_unittest) end-to-end. This is chrome_content_verifier_unittest.cc BUG=1051401,796395 Change-Id: I74161a043a6e65b80c7bf06c249cf42813f867a9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2049125 Commit-Queue: Istiaque Ahmed <lazyboy@chromium.org> Reviewed-by:
Oleg Davydov <burunduk@chromium.org> Cr-Commit-Position: refs/heads/master@{#744824}
-
Peter Kasting authored
Use this to refactor lots of repeated manual boilerplate. Bug: none Change-Id: I310b310871cc5c8b55bee50fc859f135e1be0819 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2070955 Commit-Queue: Peter Kasting <pkasting@chromium.org> Reviewed-by:
Scott Violet <sky@chromium.org> Reviewed-by:
Robert Liao <robliao@chromium.org> Cr-Commit-Position: refs/heads/master@{#744823}
-
Moe Ahmadi authored
Currently, "NtpRealbox", "NtpRealboxMatchOmniboxTheme", and "OmniboxSuggestionTransparencyOptions" features are under the study named "NTPZeroPrefixSuggestions" in fieldtrial_testing_config.json. This CL moves them under "OmniboxBundledExperimentV1" so they can be found together with "OmniboxOnFocusSuggestions" as expected by Finch presubmit. Change-Id: I3aa42d345a70479aa3c92301c4bbf32e594be650 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2073164Reviewed-by:
Tommy Li <tommycli@chromium.org> Reviewed-by:
Jesse Doherty <jwd@chromium.org> Commit-Queue: Moe Ahmadi <mahmadi@chromium.org> Cr-Commit-Position: refs/heads/master@{#744822}
-
Joel Hockey authored
Terminal app should not show favicon. Moved favicon::ShouldDisplayFavicon to TabStripModelDelegate and Browser where AppBrowserController can also detect system apps. Bug: 1033339 Change-Id: Ib5bf715aff6e2c3ebb0044a4168ca039ddf56d7d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2066493Reviewed-by:
Peter Kotwicz <pkotwicz@chromium.org> Reviewed-by:
Peter Kasting <pkasting@chromium.org> Reviewed-by:
Alan Cutter <alancutter@chromium.org> Commit-Queue: Joel Hockey <joelhockey@chromium.org> Cr-Commit-Position: refs/heads/master@{#744821}
-
zhaoyangli authored
- Modified comments for |-ensureAppLaunchedWithConfiguration:| method of |AppLaunchManager| reminding users to choose suitable place to call this method for better efficiency. - Changed default value of |RelaunchPolicy| in |AppLaunchConfiguration| to |NoForceRelaunchAndResetState| which is more commonly used when user relaunches the app for different enabled features. Bug: 1009017 Change-Id: I523304d387d5f873a33cc0b72023d9eafe6e7c20 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2073137Reviewed-by:
Eugene But <eugenebut@chromium.org> Commit-Queue: Zhaoyang Li <zhaoyangli@chromium.org> Cr-Commit-Position: refs/heads/master@{#744820}
-
dpapad authored
This regressed in r744505 but apparently no test caught it, since they only run on official bots. Bug: 1026426 Change-Id: I22c44643527cde8cb618f1507974badf03d81cab Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2075900 Auto-Submit: Demetrios Papadopoulos <dpapad@chromium.org> Reviewed-by:
John Lee <johntlee@chromium.org> Commit-Queue: John Lee <johntlee@chromium.org> Commit-Queue: Demetrios Papadopoulos <dpapad@chromium.org> Cr-Commit-Position: refs/heads/master@{#744819}
-