- 01 Oct, 2018 40 commits
-
-
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}
-
Tetsui Ohkubo authored
According to the spec, new shelf should have 8dip padding between the top of the shelf and the bottom of the popup notifications. TEST=manual BUG=883640 Change-Id: I6186379d221624b76984af69b922f85e36556401 Reviewed-on: https://chromium-review.googlesource.com/1250344Reviewed-by:
Yoshiki Iguchi <yoshiki@chromium.org> Commit-Queue: Tetsui Ohkubo <tetsui@chromium.org> Cr-Commit-Position: refs/heads/master@{#595468}
-
Christian Biesinger authored
Just move the shelf variable up a few lines. operator[] is not trivial because it does bounds checking; this allows us to avoid some of that overhead. R=ikilpatrick@chromium.org Cq-Include-Trybots: luci.chromium.try:linux_layout_tests_layout_ng Change-Id: I1ff6c9788a39710728faa032e45ca490bfd7b247 Reviewed-on: https://chromium-review.googlesource.com/1253702Reviewed-by:
Ian Kilpatrick <ikilpatrick@chromium.org> Commit-Queue: Christian Biesinger <cbiesinger@chromium.org> Cr-Commit-Position: refs/heads/master@{#595467}
-
Jeremy Klein authored
Avoid installing the Android Messages PWA if prohibited by policy or if either the phone or Chromebook does not support it. Also listen for changes in feature state to install the app if something changes. Bug: 884290 Change-Id: I527828e68c3578e54a1ce15cace64e4ed2c81745 Reviewed-on: https://chromium-review.googlesource.com/1250209 Commit-Queue: Jeremy Klein <jlklein@chromium.org> Reviewed-by:
Kyle Horimoto <khorimoto@chromium.org> Cr-Commit-Position: refs/heads/master@{#595466}
-
Mohsen Izadi authored
In HeadlessContentMainDelegate::RunProcess(), if the headless browser instance is destroyed before browser runner is shut down, GPU clients might end up accessing the destroyed object in the meantime. An example is when a client tries to establish a GPU channel ending up accessing destroyed HeadlessBrowserImpl::options in order to instantiate viz::GpuHostImpl. This CL changes the ordering to fix the race condition. BUG=881211 TEST=headless_browsertests --gtest_filter=HeadlessBrowserTest.* Change-Id: I2518eeefcc1e446a59d680fa78eab88e26765404 Reviewed-on: https://chromium-review.googlesource.com/1251331Reviewed-by:
Sami Kyöstilä <skyostil@chromium.org> Commit-Queue: Mohsen Izadi <mohsen@chromium.org> Cr-Commit-Position: refs/heads/master@{#595465}
-
François Doray authored
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/1254746Reviewed-by:
François Doray <fdoray@chromium.org> Commit-Queue: François Doray <fdoray@chromium.org> Cr-Commit-Position: refs/heads/master@{#595464}
-
Francois Doray authored
Multiple recent failures: Win7 Tests (1) - https://ci.chromium.org/p/chromium/builders/luci.chromium.ci/Win7%20Tests%20%281%29/84175 - https://ci.chromium.org/p/chromium/builders/luci.chromium.ci/Win7%20Tests%20%281%29/84165 See failure log on the bug. TBR=droger@chromium.org Bug: 879443 Change-Id: Id3300df55adc2336c338cfeb0a3fd8c8e75d51b9 Reviewed-on: https://chromium-review.googlesource.com/1254562Reviewed-by:
François Doray <fdoray@chromium.org> Commit-Queue: François Doray <fdoray@chromium.org> Cr-Commit-Position: refs/heads/master@{#595463}
-
Mario Sanchez Prada authored
There are no references to either ProfileOAuth2TokenServiceFactory or ProfileOAuth2TokenService, so these includes can be safely removed. Bug: 890237 Change-Id: If484fd41a20ef88b59a91777d741c368fc36ba17 Reviewed-on: https://chromium-review.googlesource.com/1251045Reviewed-by:
Colin Blundell <blundell@chromium.org> Reviewed-by:
Mihai Sardarescu <msarda@chromium.org> Commit-Queue: Mario Sanchez Prada <mario@igalia.com> Cr-Commit-Position: refs/heads/master@{#595462}
-
Weidong Guo authored
This is a reland of e39c47e5 Original change's description: > Install app to first available position in app list > > Changes: > 1. Calculate the first available position in AppListModelUpdater for > newly added item. > 2. Add test coverage. > > Bug: 883939 > Test: AppListSyncableServiceTest.FirstAvailablePosition > Change-Id: Ibdd2f27455ffd0c76f45906adbc025baab1ff319 > Reviewed-on: https://chromium-review.googlesource.com/1231193 > Commit-Queue: Weidong Guo <weidongg@chromium.org> > Reviewed-by: Xiyuan Xia <xiyuan@chromium.org> > Reviewed-by: Steven Bennetts <stevenjb@chromium.org> > Cr-Commit-Position: refs/heads/master@{#592539} Bug: 883939,887636 Change-Id: Id630fd99023a670ddcec52c977f20f3e1092f8b6 Reviewed-on: https://chromium-review.googlesource.com/1237256Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Reviewed-by:
Steven Bennetts <stevenjb@chromium.org> Commit-Queue: Weidong Guo <weidongg@chromium.org> Cr-Commit-Position: refs/heads/master@{#595461}
-
Eric Stevenson authored
The android-binary-size bot blocks CLs that do one of the following: * Increase normalized_apk_size > 16 kb * Add more than 50 Java methods * Add/increase the size of an uncompressed pak > 1 kb The trybot emits useful debugging information as bot steps and includes a link to an interactive Supersize HTML report. These checks are skipped for autorollers and for CLs with "Binary-Size:" in the commit message. Bug: 702625 Change-Id: I3e9dee26e96fd0d1cfe5f86ec1b8c717fa1abf2f Reviewed-on: https://chromium-review.googlesource.com/1254502Reviewed-by:
agrieve <agrieve@chromium.org> Reviewed-by:
John Budorick <jbudorick@chromium.org> Commit-Queue: Eric Stevenson <estevenson@chromium.org> Cr-Commit-Position: refs/heads/master@{#595460}
-