- 01 Oct, 2018 40 commits
-
-
Nico Weber authored
When the test was added in https://codereview.chromium.org/26678004/ it only passed on macOS. Since macviews it no longer passes anywhere, so just delete it. Bug: 832676 Change-Id: Ie5b3f476f96d7f750612f58ac0c4f9016166ab11 Reviewed-on: https://chromium-review.googlesource.com/1255205Reviewed-by:
Elly Fong-Jones <ellyjones@chromium.org> Commit-Queue: Nico Weber <thakis@chromium.org> Cr-Commit-Position: refs/heads/master@{#595508}
-
Fredrik Söderquist authored
This does the same edit to SVGImageElement::InsertedInto as https://chromium-review.googlesource.com/1141121 did to HTMLImageElement. Bug: 864306 Cq-Include-Trybots: luci.chromium.try:linux_layout_tests_slimming_paint_v2;master.tryserver.blink:linux_trusty_blink_rel Change-Id: I74696c16c27eba363e4965d996f3ae688ef27c91 Reviewed-on: https://chromium-review.googlesource.com/1254265Reviewed-by:
vmpstr <vmpstr@chromium.org> Commit-Queue: Fredrik Söderquist <fs@opera.com> Cr-Commit-Position: refs/heads/master@{#595507}
-
Tom Anderson authored
BUG=737995,881371 R=pkasting Change-Id: I4dc5b47f91c4330497bd26f3ae7ff4affe7ff193 Reviewed-on: https://chromium-review.googlesource.com/1250166 Commit-Queue: Thomas Anderson <thomasanderson@chromium.org> Reviewed-by:
Peter Kasting <pkasting@chromium.org> Cr-Commit-Position: refs/heads/master@{#595506}
-
chaopeng authored
This test switches a <frameset> to a <body>. For framesets, LayoutView::CalculateScrollbarModes forces the user scrollable bit to be false. It excluded layout object is not LayoutFrameset but it is of type of Frameset. In this patch, we changed the Frameset check to body->GetLayoutObject()->IsFrameSet(). Bug: 875287 Cq-Include-Trybots: luci.chromium.try:linux-blink-gen-property-trees;luci.chromium.try:linux_layout_tests_layout_ng;luci.chromium.try:linux_layout_tests_slimming_paint_v2;master.tryserver.blink:linux_trusty_blink_rel Change-Id: Icefcc3801dc79b39576f1248a07e43f905279e13 Reviewed-on: https://chromium-review.googlesource.com/1254470Reviewed-by:
Philip Rogers <pdr@chromium.org> Commit-Queue: Jianpeng Chao <chaopeng@chromium.org> Cr-Commit-Position: refs/heads/master@{#595505}
-
Jeffrey Cohen authored
Bug: 807714 Change-Id: Ib6a6b2fce7ddb494741364976c73569ce87756f8 Reviewed-on: https://chromium-review.googlesource.com/1228881 Commit-Queue: Jeffrey Cohen <jeffreycohen@chromium.org> Reviewed-by:
Scott Violet <sky@chromium.org> Cr-Commit-Position: refs/heads/master@{#595504}
-
Eugene But authored
UMA logging added here: https://chromium-review.googlesource.com/1232615 Bug: 877671 Change-Id: Icf550ec0dd047462fcf385a7fbf830099c487407 Reviewed-on: https://chromium-review.googlesource.com/1238470 Commit-Queue: Eugene But <eugenebut@chromium.org> Reviewed-by:
Ilya Sherman <isherman@chromium.org> Cr-Commit-Position: refs/heads/master@{#595503}
-
Tatiana Buldina authored
Bug: chromedriver:2543 Change-Id: I929e5a37607b596d169534dff87c2e5cbb817538 Reviewed-on: https://chromium-review.googlesource.com/1252983Reviewed-by:
John Chen <johnchen@chromium.org> Commit-Queue: Tatiana Buldina <buldina@chromium.org> Cr-Commit-Position: refs/heads/master@{#595502}
-
Anthony Vallee-Dubois authored
This adds a bit of padding after the checkboxes and makes entire rows clickable. Bug: 887678 Change-Id: I89d6d7f1901170d6178b3b5e0fce228b3d584d00 Reviewed-on: https://chromium-review.googlesource.com/1252524Reviewed-by:
Theresa <twellington@chromium.org> Commit-Queue: anthonyvd <anthonyvd@chromium.org> Cr-Commit-Position: refs/heads/master@{#595501}
-
Boris Sazonov authored
This CL replaces Chrome-specific tinting view classes with their AppCompat equivalents: TintedImageView -> AppCompatImageView and TintedImageButton -> AppCompatImageButton. 1. Entries in XML layouts have fully qualified names because some layouts are inflated outside AppCompatActivity, so AppCompat magic doesn't work for them. 2. AppCompatImageView doesn't have setTint, so ImageViewCompat.setImageTintList is used instead. 3. AppCompatImageView uses 'tint' XML attribute instead of 'chrometint', so these are replaced, too. Bug: 727723 Change-Id: Id1614af64fa6ddd7cfdc6e12ad565ed32628d3c1 Reviewed-on: https://chromium-review.googlesource.com/1245786 Commit-Queue: Boris Sazonov <bsazonov@chromium.org> Reviewed-by:
Ted Choc <tedchoc@chromium.org> Cr-Commit-Position: refs/heads/master@{#595500}
-
Bence Béky authored
Charlie points out a bug at https://crbug.com/863471#c2: |name_| and |value_| should be cleared if |other| is of LOOKUP type but |*this| is not. This does not cause any leaks or undefined behavior, but is potentially a waste of memory. As much as I would love to remove spdy::HpackEntry::operator=() altogether, this causes the compile to fail on Windows. Somehow assignment operator is needed to put HpackEntry in a std::dequeue. See win_chromium_compile_dbg_ng trybot failures on Patch Set 2. This CL lands server changes 212433946 and 215208407 by bnc. BUG=488484 Change-Id: Ia64c9a50232297f333f587c0d68de650d93f77db Reviewed-on: https://chromium-review.googlesource.com/1252085 Commit-Queue: Bence Béky <bnc@chromium.org> Commit-Queue: Dianna Hu <diannahu@chromium.org> Reviewed-by:
Dianna Hu <diannahu@chromium.org> Cr-Commit-Position: refs/heads/master@{#595499}
-
Karolina Soltys authored
Bug: 725061 Cq-Include-Trybots: luci.chromium.try:android_optional_gpu_tests_rel;master.tryserver.blink:linux_trusty_blink_rel Change-Id: I9bec1e76635379dd7a09a5160e1dff69074692f9 Reviewed-on: https://chromium-review.googlesource.com/1183232Reviewed-by:
Camille Lamy <clamy@chromium.org> Reviewed-by:
Sami Kyöstilä <skyostil@chromium.org> Commit-Queue: Karolina Soltys <ksolt@chromium.org> Cr-Commit-Position: refs/heads/master@{#595498}
-
Dan Rubery authored
There are a lot of features of DMG files that we don't support, and some of these can be used to deliver malware. We should always send a ping when we detect a DMG file, instead of relying on detecting the contained binary. Bug: 882927 Change-Id: Idf7523f575a5d9778ab5d14ea1112317118fd2ed Reviewed-on: https://chromium-review.googlesource.com/1225050Reviewed-by:
Jialiu Lin <jialiul@chromium.org> Commit-Queue: Daniel Rubery <drubery@chromium.org> Cr-Commit-Position: refs/heads/master@{#595497}
-
Nico Weber authored
Bug: 101600 Change-Id: Ide53ff3455d66ec222dd7a92441161ae7a1f5962 Reviewed-on: https://chromium-review.googlesource.com/1251322Reviewed-by:
Alexei Svitkine <asvitkine@chromium.org> Reviewed-by:
Greg Kerr <kerrnel@chromium.org> Commit-Queue: Nico Weber <thakis@chromium.org> Cr-Commit-Position: refs/heads/master@{#595496}
-
Nico Weber authored
Unused after https://chromium-review.googlesource.com/1252245 Bug: 832676 Change-Id: If22ce2914aab2cc4fe518ee10935830b53f6cbf7 Reviewed-on: https://chromium-review.googlesource.com/1255202Reviewed-by:
Leonard Grey <lgrey@chromium.org> Commit-Queue: Nico Weber <thakis@chromium.org> Cr-Commit-Position: refs/heads/master@{#595495}
-
chromium-autoroll authored
https://chromium.googlesource.com/angle/angle.git/+log/a78092cb2557..5ddbdbf70c50 git log a78092cb2557..5ddbdbf70c50 --date=short --no-merges --format='%ad %ae %s' 2018-10-01 jmadill@chromium.org Vulkan: Fix bugs in glGenerateMipmaps. Created with: gclient setdep -r src/third_party/angle@5ddbdbf70c50 The AutoRoll server is located here: https://autoroll.skia.org/r/angle-chromium-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. CQ_INCLUDE_TRYBOTS=luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel TBR=cwallez@chromium.org Change-Id: I89d7ab1e7eb55af9b90b707f1677de75d5e192bb Reviewed-on: https://chromium-review.googlesource.com/1254641Reviewed-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@{#595494}
-
Maja Kabus authored
Element::setAttribute() implementation with TrustedType modified to prevent insecure case-insensitive attributes change with strings. Bug: 739170 Change-Id: Ia0636f4791cbc204b679de510e5c676de817dd11 Reviewed-on: https://chromium-review.googlesource.com/1238539 Commit-Queue: Daniel Vogelheim <vogelheim@chromium.org> Reviewed-by:
Mike West <mkwst@chromium.org> Reviewed-by:
Daniel Vogelheim <vogelheim@chromium.org> Cr-Commit-Position: refs/heads/master@{#595493}
-
Vaclav Brozek authored
In components/password_manager/core/browser/BUILD.gn:unit_test, the .../form_parsing:unit_tests dependency is added twice: once unconditionally and once for iOS. The latter is older but now obviously unneeded. So this CL removes the latter. Bug: 845426 Change-Id: Iba83449d74cf041369dbced5506d1055f7686e7a Reviewed-on: https://chromium-review.googlesource.com/1252482Reviewed-by:
Vadym Doroshenko <dvadym@chromium.org> Commit-Queue: Vaclav Brozek <vabr@chromium.org> Cr-Commit-Position: refs/heads/master@{#595492}
-
Koji Ishii authored
Following bot results are included. 10090 10094 10097 10100 10108 10114 10119 10133 10135 10146 10156 10170 10178 10184 10188 10201 2 lines were removed and 6 lines were deflaked by consecutive results since 10108. TBR=eae@chromium.org, mstensho@chromium.org NOTRY=true Bug: 591099 Cq-Include-Trybots: luci.chromium.try:linux_layout_tests_layout_ng Change-Id: Ibce2757c1abe3ef73fec672756278d870abca479 Reviewed-on: https://chromium-review.googlesource.com/1248882 Commit-Queue: Koji Ishii <kojii@chromium.org> Reviewed-by:
Koji Ishii <kojii@chromium.org> Cr-Commit-Position: refs/heads/master@{#595491}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/e8e2bb1384ad..3ad86d0c8bc4 git log e8e2bb1384ad..3ad86d0c8bc4 --date=short --no-merges --format='%ad %ae %s' 2018-10-01 michaelludwig@google.com Accept processor test seed from command line Created with: gclient setdep -r src/third_party/skia@3ad86d0c8bc4 The AutoRoll server is located here: https://autoroll.skia.org/r/skia-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. CQ_INCLUDE_TRYBOTS=luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux-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;master.tryserver.blink:linux_trusty_blink_rel TBR=mtklein@chromium.org Change-Id: Id435576cae77f5cb11641d30a3ccac03cd22a064 Reviewed-on: https://chromium-review.googlesource.com/1253825Reviewed-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@{#595490}
-
Vaclav Brozek authored
This CL does the following changes to the code used by ChromePasswordManagerClient: (1) Extracts its platform-independent part into the core component. This will be useful when adding these metrics to iOS. (2) Adds tests for that code. (3) Replaces an obsolete guard against race-conditions with a thread-safe singleton pattern making use of modern C++. Bug: 887409 Change-Id: Ie9ad57d75df3bcebf491aa3f32c5f4919ca93f5b Reviewed-on: https://chromium-review.googlesource.com/1251543 Commit-Queue: Vaclav Brozek <vabr@chromium.org> Reviewed-by:Vasilii Sukhanov <vasilii@chromium.org> Cr-Commit-Position: refs/heads/master@{#595489}
-
Devlin Cronin authored
api_test_utils::CreateExtension() variants are no longer really useful with the new-and-improved ExtensionBuilder class. Remove them to reduce code and have one fewer ways of constructing test extension objects. While we're at it, const-ify the creation sites. TBR=atwilson@chromium.org (just updating background_mode_manager_unittest to use a builder) Bug: 889925 Change-Id: I99087834e6b4c30a43c0badb0245295e0e1de525 Reviewed-on: https://chromium-review.googlesource.com/1252766 Commit-Queue: Devlin <rdevlin.cronin@chromium.org> Reviewed-by:
Istiaque Ahmed <lazyboy@chromium.org> Cr-Commit-Position: refs/heads/master@{#595488}
-
Stephen McGruer authored
This CL changes the currentTime algorithm to respect the start and end scroll offset specified for the ScrollTimeline. It does not change the compositor logic - that is left for a followup. https://wicg.github.io/scroll-animations/#dom-scrolltimeline-startscrolloffset Bug: 885196 Change-Id: I732a39659f1f354a8dec982bf75e14f11c0f2134 Reviewed-on: https://chromium-review.googlesource.com/1238376 Commit-Queue: Stephen McGruer <smcgruer@chromium.org> Reviewed-by:
Majid Valipour <majidvp@chromium.org> Reviewed-by:
Anders Ruud <andruud@chromium.org> Cr-Commit-Position: refs/heads/master@{#595487}
-
Ben Pastene authored
This reverts commit 49993008. Reason for revert: maintenance over, reenabling CQ Original change's description: > Drain the CQ starting at 11AM PST for emergency lab network maintenance. > > Maintenance will last about an hour. Drain the CQ for the duration of > this. > > NOTRY=true > TBR=jbudorick, tandrii > > Change-Id: Ic5114c910c431ddd92cacfc323d7cd420cc9657a > Reviewed-on: https://chromium-review.googlesource.com/1255222 > Reviewed-by: Ben Pastene <bpastene@chromium.org> > Reviewed-by: John Budorick <jbudorick@chromium.org> > Commit-Queue: Ben Pastene <bpastene@chromium.org> > Cr-Commit-Position: refs/heads/master@{#595479} TBR=tandrii@chromium.org,bpastene@chromium.org,jbudorick@chromium.org Change-Id: Ia66d9c492cca5001bfffbbc40992f49cd5b108aa No-Presubmit: true No-Tree-Checks: true No-Try: true Reviewed-on: https://chromium-review.googlesource.com/1255582Reviewed-by:
Ben Pastene <bpastene@chromium.org> Cr-Commit-Position: refs/heads/master@{#595486}
-
manuk authored
On the about:omnibox page, the transition table-header is a hyperlink to the relevant code segment explaining page transitions. This cl fixes that link. Previous broken link: http://code.google.com/codesearch#OAMlx_jo-ck/src/content/public/common/page_transition_types.h&exact_package=chromium&l=24 New link: https://cs.chromium.org/chromium/src/ui/base/page_transition_types.h?q=page_transition_types.h&sq=package:chromium&dr=CSs&l=14 Change-Id: I75512d5d6b5420396f8ee22271798c365e4c6c90 Reviewed-on: https://chromium-review.googlesource.com/1252010Reviewed-by:
Tommy Li <tommycli@chromium.org> Commit-Queue: manuk hovanesian <manukh@chromium.org> Cr-Commit-Position: refs/heads/master@{#595485}
-
chromium-autoroll authored
https://chromium.googlesource.com/external/github.com/KhronosGroup/SPIRV-Tools.git/+log/ddc705933d3f..fe90a1d2dcbe git log ddc705933d3f..fe90a1d2dcbe --date=short --no-merges --format='%ad %ae %s' 2018-10-01 jbolz@nvidia.com Enable /MP4 (parallel build across 4 cores for MSVC) for SPIRV-Tools/source[/opt] (#1930) Created with: gclient setdep -r src/third_party/SPIRV-Tools/src@fe90a1d2dcbe The AutoRoll server is located here: https://autoroll.skia.org/r/spirv-tools-chromium-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. TBR=dsinclair@chromium.org Change-Id: I3bb22dffe11913d8fce558b19f164570bc313854 Reviewed-on: https://chromium-review.googlesource.com/1254522Reviewed-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@{#595484}
-
Eugene But authored
This adds a new value to Download.IOSDownloadMimeType histogram. From graphics.pixar.com: USD is the core of Pixar's 3D graphics pipeline, used in every 3D authoring and rendering application, including Pixar's proprietary Presto animation system. USD previews are supported by Safari and logging the usage will help to decide the priority of supporting USD previews in Chrome. Bug: 883399 Cq-Include-Trybots: luci.chromium.try:ios-simulator-cronet;luci.chromium.try:ios-simulator-full-configs Change-Id: I40ceac24f21316f2e5681f1f8af9ea538ac7509e Reviewed-on: https://chromium-review.googlesource.com/1252363Reviewed-by:
Moe Ahmadi <mahmadi@chromium.org> Commit-Queue: Eugene But <eugenebut@chromium.org> Cr-Commit-Position: refs/heads/master@{#595483}
-
phweiss authored
This new policy maps to the CloudDpc policy vpnConfigDisabled, which turns off the user's ability to modify their VPN configuration by disabling the settings UI. In the future, we also want to apply this policy to Chrome settings. BUG=b:72861260 BUG=873123 TEST=unit test Change-Id: I7c4046f95790350f9a44c311972afc3a3ad68d84 Reviewed-on: https://chromium-review.googlesource.com/1251586Reviewed-by:
Sergey Poromov <poromov@chromium.org> Reviewed-by:
James Cook <jamescook@chromium.org> Reviewed-by:
Julian Pastarmov <pastarmovj@chromium.org> Commit-Queue: Philipp Weiß <phweiss@chromium.org> Cr-Commit-Position: refs/heads/master@{#595482}
-
Keiichi Watanabe authored
Instead of using a fixed frame size 320x240, use a size that is supported by the device. BUG=chromium:881300 TEST=run capture_unittests on kevin TEST=run capture_unittests with another fix in chromium:881300 on amd64-generic VM Change-Id: I3a9ec8b781675b05f6a98d0221ae9dbb0a9c4694 Reviewed-on: https://chromium-review.googlesource.com/1249469Reviewed-by:Christian Fremerey <chfremer@chromium.org> Commit-Queue: Keiichi Watanabe <keiichiw@chromium.org> Cr-Commit-Position: refs/heads/master@{#595481}
-
Findit authored
This reverts commit e195437f. Reason for revert: Findit (https://goo.gl/kROfz5) identified CL at revision 595445 as the culprit for failures in the build cycles as shown on: https://findit-for-me.appspot.com/waterfall/culprit?key=ag9zfmZpbmRpdC1mb3ItbWVyRAsSDVdmU3VzcGVjdGVkQ0wiMWNocm9taXVtL2UxOTU0MzdmMzBiZjMzZWI0OWIyZTM4MzhmZjFhYmI1ZjUyY2ZkZGEM Sample Failed Build: https://ci.chromium.org/buildbot/chromium.memory/Android%20CFI/3124 Sample Failed Step: compile Original change's description: > [Autofill Assistant] Add StopCurrentScript() in ActionDelegate. > > Bug: 806868 > Change-Id: Ic3deb3353377e950fadc0d011c75f7ed91ca5366 > Reviewed-on: https://chromium-review.googlesource.com/1250923 > Commit-Queue: Rouslan Solomakhin <rouslan@chromium.org> > Reviewed-by: Rouslan Solomakhin <rouslan@chromium.org> > Cr-Commit-Position: refs/heads/master@{#595445} Change-Id: Iefb7112349dd74ca20ff2190ed661f3c6098f89b No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 806868 Reviewed-on: https://chromium-review.googlesource.com/1255502 Cr-Commit-Position: refs/heads/master@{#595480}
-
Ben Pastene authored
Maintenance will last about an hour. Drain the CQ for the duration of this. NOTRY=true TBR=jbudorick, tandrii Change-Id: Ic5114c910c431ddd92cacfc323d7cd420cc9657a Reviewed-on: https://chromium-review.googlesource.com/1255222Reviewed-by:
Ben Pastene <bpastene@chromium.org> Reviewed-by:
John Budorick <jbudorick@chromium.org> Commit-Queue: Ben Pastene <bpastene@chromium.org> Cr-Commit-Position: refs/heads/master@{#595479}
-
Francois Doray authored
This will help investigate issues such as https://crbug.com/890841 in the future. It is usually helpful to have a lot of logging in test-only code. TBR=rsleevi@chromium.org Bug: 890841 Change-Id: I7ed1e06cf578277ffd4f7976cc70b46209998f38 Reviewed-on: https://chromium-review.googlesource.com/1254742 Commit-Queue: François Doray <fdoray@chromium.org> Reviewed-by:
François Doray <fdoray@chromium.org> Cr-Commit-Position: refs/heads/master@{#595478}
-
John Chen authored
Fix a stack overflow that can be caused by receiving a large amount of data from Chrome. Also increase the maximum buffer size for communication between app and ChromeDriver. Bug: chromium:877105, chromedriver:2587, b/112588554 Change-Id: Ie98544237472da629c01b9422b2e01a4716e8b88 Reviewed-on: https://chromium-review.googlesource.com/1233177 Commit-Queue: John Chen <johnchen@chromium.org> Reviewed-by:
Caleb Rouleau <crouleau@chromium.org> Cr-Commit-Position: refs/heads/master@{#595477}
-
Nico Weber authored
Bug: 832676 Change-Id: If5abb30902fdde9ec391c3a6fc8ed5808cf36476 Reviewed-on: https://chromium-review.googlesource.com/1253089Reviewed-by:
Robert Liao <robliao@chromium.org> Commit-Queue: Nico Weber <thakis@chromium.org> Cr-Commit-Position: refs/heads/master@{#595476}
-
Marina Ciocea authored
This reverts commit 9a13eecb. Reason for revert: Enable sandbox only for Windows and Mac. Leave sandbox disabled on Linux until I fix #890850. Original change's description: > Revert "Enable AudioServiceSandbox flag in audio service field trial testing." > > This reverts commit 6caca443. > > Reason for revert: I suspect that this CL is causing https://crbug.com/890850 > > Original change's description: > > Enable AudioServiceSandbox flag in audio service field trial testing. > > > > Bug: 832666 > > Change-Id: I3ec5dbea8e34f3a9295723def845e49b2bb59af3 > > Reviewed-on: https://chromium-review.googlesource.com/1240280 > > Reviewed-by: Steven Holte <holte@chromium.org> > > Commit-Queue: Marina Ciocea <marinaciocea@chromium.org> > > Cr-Commit-Position: refs/heads/master@{#595397} > > TBR=holte@chromium.org,marinaciocea@chromium.org > > Change-Id: I5e6d1a9e153003c086ce8c2f247230d4832ce99b > No-Presubmit: true > No-Tree-Checks: true > No-Try: true > Bug: 832666, 890850 > Reviewed-on: https://chromium-review.googlesource.com/1254746 > Reviewed-by: François Doray <fdoray@chromium.org> > Commit-Queue: François Doray <fdoray@chromium.org> > Cr-Commit-Position: refs/heads/master@{#595464} TBR=fdoray@chromium.org,holte@chromium.org,marinaciocea@chromium.org Change-Id: I5176102960a7450de1b44612b85c7098d0df9c8c No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 832666, 890850 Reviewed-on: https://chromium-review.googlesource.com/1255063 Commit-Queue: Marina Ciocea <marinaciocea@chromium.org> Reviewed-by:
Marina Ciocea <marinaciocea@chromium.org> Cr-Commit-Position: refs/heads/master@{#595475}
-
Micah Morton authored
This reverts commit e034d163. Reason for revert: We want to change shill sandboxing back to default-disabled rather than default-enabled. We will still roll out sandboxing to 50% of users in M70. Original change's description: > Wire up ShillSandboxing flag to be enabled by default > > In a previous CL:1173260 I meant to wire up this feature flag to be > enabled by default. Somehow I mistakenly landed the code with the > FEATURE_DISABLED_BY_DEFAULT flag instead. > > Bug: 649417 > Test: Same as CL:1173260 > Change-Id: I2154749addb0539be9a2ef53c368d80dc10bee41 > Reviewed-on: https://chromium-review.googlesource.com/1190644 > Reviewed-by: Mattias Nissler <mnissler@chromium.org> > Commit-Queue: Micah Morton <mortonm@chromium.org> > Cr-Commit-Position: refs/heads/master@{#586444} TBR=stevenjb@chromium.org,mnissler@chromium.org,mortonm@chromium.org # Not skipping CQ checks because original CL landed > 1 day ago. Bug: 649417 Change-Id: Ice783f6bced9828e1ae8fb966f00f5dc32aff3f2 Reviewed-on: https://chromium-review.googlesource.com/1251326Reviewed-by:
Mattias Nissler <mnissler@chromium.org> Commit-Queue: Micah Morton <mortonm@chromium.org> Cr-Commit-Position: refs/heads/master@{#595474}
-
Byoungkown authored
The code in components/metrics takes about >3CPU minutes to build. Building effort will fall to about 1 CPU minutes using jumbo builds[1]. When building using jumbo, files gets merged. It means that you cannot duplicate symbol names within the component, not even in anonymous namespaces. [1] https://chromium.googlesource.com/chromium/src/+/lkgr/docs/jumbo.md Bug: 869381 Change-Id: I5287f8366ea78b6e97c51d04489ec3c2ed28fab6 Reviewed-on: https://chromium-review.googlesource.com/1239133 Commit-Queue: Byoungkwon Ko <codeimpl@gmail.com> Reviewed-by:
Alexei Svitkine <asvitkine@chromium.org> Cr-Commit-Position: refs/heads/master@{#595473}
-
Artur Khachatryan authored
Tests which were temporary grouped under the bug 2480 have been investigated and put under the corresponding bugs. 'test_expectations' is updated according to those changes. Change-Id: I360e3310edc7d3698ddf939449d1387f0b50a32f Reviewed-on: https://chromium-review.googlesource.com/1252916Reviewed-by:
John Chen <johnchen@chromium.org> Commit-Queue: Artur Khachatryan <khachatryan@chromium.org> Cr-Commit-Position: refs/heads/master@{#595472}
-
jdoerrie authored
This change adds a warning to the clang-tidy docs that using a Jumbo build for Chrome is not supported. Bug: NONE Change-Id: I2d714c81689493c35e5e6b4de8d45948f94d8cda Reviewed-on: https://chromium-review.googlesource.com/1254149Reviewed-by:
Devlin <rdevlin.cronin@chromium.org> Commit-Queue: Jan Wilken Dörrie <jdoerrie@chromium.org> Cr-Commit-Position: refs/heads/master@{#595471}
-
Tetsui Ohkubo authored
The user avatar did not have proper tooltip when it's guest session. TEST=manual BUG=889831 Change-Id: I620704000b2d01b83406eeebc301c54a4138bac1 Reviewed-on: https://chromium-review.googlesource.com/1250383Reviewed-by:
Yoshiki Iguchi <yoshiki@chromium.org> Commit-Queue: Tetsui Ohkubo <tetsui@chromium.org> Cr-Commit-Position: refs/heads/master@{#595470}
-
Leonard Grey authored
We managed to miss the fact that ShareMenuController's transition animation data was dependent on Cocoa browser windows. This change uses Views APIs to get the content area's rect and screengrab instead. Bug: 890355 Change-Id: Ifa86782902e24985228a423510b65b5a58ef37b5 Reviewed-on: https://chromium-review.googlesource.com/1252245Reviewed-by:
Avi Drissman <avi@chromium.org> Commit-Queue: Leonard Grey <lgrey@chromium.org> Cr-Commit-Position: refs/heads/master@{#595469}
-