- 15 Jun, 2018 40 commits
-
-
Nasko Oskov authored
This is a browser test for https://crbug.com/840485. Actual fix is more complex and will come later. It is useful to have this test committed so it can be exercised locally with error page isolation enabled. Bug: 840485 Change-Id: I755c55694be191e0a0d569fa64b2093e9deb9da7 Reviewed-on: https://chromium-review.googlesource.com/1086875 Commit-Queue: Nasko Oskov <nasko@chromium.org> Reviewed-by:
Alex Moshchuk <alexmos@chromium.org> Cr-Commit-Position: refs/heads/master@{#567744}
-
erikchen authored
The test iterates through the virtual address space and makes allocations for every memory region. ASAN will potentially, on each allocation, make a new memory region. Infinite loop. Bug: 853099 Change-Id: I5e8baf2ee66ba233f14eeb28909347b41731cb78 Reviewed-on: https://chromium-review.googlesource.com/1102722 Commit-Queue: Erik Chen <erikchen@chromium.org> Reviewed-by:
Dirk Pranke <dpranke@chromium.org> Cr-Commit-Position: refs/heads/master@{#567743}
-
Mirko Bonadei authored
The first version of these files was automatically generated, now I manually keep them up to date each time I roll Abseil because there are nontrivial mismatches between Bazel and Chromium environments. Bug: None Change-Id: I4984d43cbbe3bc87de3bd862628179ba301aa32f Reviewed-on: https://chromium-review.googlesource.com/1102568 Commit-Queue: Mirko Bonadei <mbonadei@chromium.org> Reviewed-by:
Nico Weber <thakis@chromium.org> Cr-Commit-Position: refs/heads/master@{#567742}
-
Ryan Tseng authored
They've all been migrated except for 5 builders. Change-Id: Ib4af0a9dfeeda90068d59eb52615568d52dda210 Reviewed-on: https://chromium-review.googlesource.com/1102900 Commit-Queue: Ryan Tseng <hinoka@chromium.org> Reviewed-by:
John Budorick <jbudorick@chromium.org> Cr-Commit-Position: refs/heads/master@{#567741}
-
Cathy Li authored
Bug: 852075 Change-Id: If09bc4cac1687599bb9009c40248d678f6d16c8b Reviewed-on: https://chromium-review.googlesource.com/1099967Reviewed-by:
Theresa <twellington@chromium.org> Reviewed-by:
Justin DeWitt <dewittj@chromium.org> Commit-Queue: Cathy Li <chili@chromium.org> Cr-Commit-Position: refs/heads/master@{#567740}
-
Josh Karlin authored
Bug: 850197 Change-Id: I7e1f881de997757ae4040ddf754b24b938f9adb6 Reviewed-on: https://chromium-review.googlesource.com/1091137 Commit-Queue: Josh Karlin <jkarlin@chromium.org> Reviewed-by:
Charlie Harrison <csharrison@chromium.org> Cr-Commit-Position: refs/heads/master@{#567739}
-
bsheedy authored
Switches the addition of the optional linux_vr bot to the luci version instead of the now-broken master.tryserver.chromium.linux one. Cq-Include-Trybots: luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:linux_vr;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel Change-Id: Ib070bd9ad8eb72be068758d194dcedef01d7d325 Reviewed-on: https://chromium-review.googlesource.com/1102897Reviewed-by:
Brian Sheedy <bsheedy@chromium.org> Reviewed-by:
Ian Vollick <vollick@chromium.org> Commit-Queue: Brian Sheedy <bsheedy@chromium.org> Cr-Commit-Position: refs/heads/master@{#567738}
-
Matt Reynolds authored
The Gamepad API may be invoked after the frame has been detached, in which case GetPage() and GetFrame() will be null. If the Gamepad API was uninitialized before the frame was detached, the gamepads_ buffer may also be null. This CL adds more null checks to the user activation check to ensure we do not try to access the page after it has been detached. BUG=852517 Change-Id: I4d8152a9a16a027719d31150bd1b7687fdf991a0 Reviewed-on: https://chromium-review.googlesource.com/1101926Reviewed-by:
Brandon Jones <bajones@chromium.org> Commit-Queue: Matt Reynolds <mattreynolds@chromium.org> Cr-Commit-Position: refs/heads/master@{#567737}
-
manuk authored
Previously, the insets were 5 vertically and 6 horizontally. Now, the bottom inset has been decreased to 4 in order to align the bottom of the results frame's top section with the bottom of the location bar Bug: 852994 Change-Id: If3a7d85c3edc3a8d055ff53d910c688ced9171ec Reviewed-on: https://chromium-review.googlesource.com/1102661Reviewed-by:
Tommy Li <tommycli@chromium.org> Commit-Queue: manuk hovanesian <manukh@chromium.org> Cr-Commit-Position: refs/heads/master@{#567736}
-
Robert Liao authored
This reverts commit 7b4dab1e. Reason for revert: Due to http://crbug.com/853209 we had a brief loss of coverage for webkit layout tests. Now that they're back, https://ci.chromium.org/p/chromium/builders/luci.chromium.ci/Mac10.13%20Tests%20%28dbg%29/3344 implicates this CL for these failures in webkit_layout_tests: * fast/forms/calendar-picker/calendar-picker-appearance-required-ar.html * fast/forms/calendar-picker/month-picker-appearance.html Original change's description: > Roll SwiftShader 88482c3..a5ac650 > > https://swiftshader.googlesource.com/SwiftShader.git/+log/88482c3..a5ac650 > > BUG= > > TBR=kbr@chromium.org > > TEST=bots > > CQ_INCLUDE_TRYBOTS=luci.chromium.try:win_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:linux_optional_gpu_tests_rel;master.tryserver.chromium.linux:linux_chromium_cfi_rel_ng;luci.chromium.try:android_optional_gpu_tests_rel > > Change-Id: Ic6c36ddf3c2f3d1e58bc3f592aa93515f3f295f9 > Reviewed-on: https://chromium-review.googlesource.com/1101401 > Commit-Queue: Alexis Hétu <sugoi@chromium.org> > Reviewed-by: Alexis Hétu <sugoi@chromium.org> > Cr-Commit-Position: refs/heads/master@{#567534} TBR=sugoi@chromium.org,kbr@chromium.org Change-Id: I55c0b02020ed1a6c2419c5978c34aa48f708e988 No-Presubmit: true No-Tree-Checks: true No-Try: true Cq-Include-Trybots: luci.chromium.try:win_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:linux_optional_gpu_tests_rel;master.tryserver.chromium.linux:linux_chromium_cfi_rel_ng;luci.chromium.try:android_optional_gpu_tests_rel Reviewed-on: https://chromium-review.googlesource.com/1102937Reviewed-by:
Robert Liao <robliao@chromium.org> Commit-Queue: Robert Liao <robliao@chromium.org> Cr-Commit-Position: refs/heads/master@{#567735}
-
skia-chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/d7bfcaf57c1f..5540528f81c0 git log d7bfcaf57c1f..5540528f81c0 --date=short --no-merges --format='%ad %ae %s' 2018-06-15 bungeman@google.com Revert "Reland "added 565 to 8888 conversion for gpu LCD text rendering for macOS"" 2018-06-15 bungeman@google.com Reland "Remove SK_MaxSizeT, SK_M{in|ax}U{16|32}, #defines." 2018-06-15 brucewang@google.com Implement SkScalerContext_DW::generateColorMetrics(SkGlyph* glyph) on Windows. 2018-06-15 jvanverth@google.com Change scaling of antialiased perspective text in dftext to help glitches. 2018-06-15 robertphillips@google.com Revert "Move op memory storage to GrContext" 2018-06-15 timliang@google.com Reland "added 565 to 8888 conversion for gpu LCD text rendering for macOS" 2018-06-15 benjaminwagner@google.com Update kitchen to version built with Go 1.10.3. 2018-06-15 fmalita@chromium.org [skjson] Catch end-of-stream for unbalanced scopes 2018-06-15 brianosman@google.com Simplify usage of GrGLSLColorSpaceXformHelper 2018-06-15 egdaniel@google.com Don't explicitly include vulkan.h in the vulkan memory allocator. Created with: gclient setdep -r src/third_party/skia@5540528f81c0 The AutoRoll server is located here: https://autoroll.skia.org 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=master.tryserver.blink:linux_trusty_blink_rel;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 BUG=chromium:698492,chromium:836196 TBR=csmartdalton@chromium.org Change-Id: I9bfca635a082572d5fc6931f00ba56028816f30d Reviewed-on: https://chromium-review.googlesource.com/1102857Reviewed-by:
skia-chromium-autoroll <skia-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Commit-Queue: skia-chromium-autoroll <skia-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#567734}
-
Chromite Chromium Autoroll authored
https://chromium.googlesource.com/chromiumos/chromite.git/+log/ce952677d647..3a51f2a80a38 git log ce952677d647..3a51f2a80a38 --date=short --no-merges --format='%ad %ae %s' 2018-06-15 stevenjb@chromium.org Pass --internal to simple chrome for chrome-pfq Created with: gclient setdep -r src/third_party/chromite@3a51f2a80a38 The AutoRoll server is located here: https://chromite-chromium-roll.skia.org 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. BUG=chromium:650833 TBR=chrome-os-gardeners@chromium.org Change-Id: I361c35be91d66d477d91b8b5ef3b95e6f1286f06 Reviewed-on: https://chromium-review.googlesource.com/1102737Reviewed-by:
Chromite Chromium Autoroll <chromite-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Commit-Queue: Chromite Chromium Autoroll <chromite-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#567733}
-
Steve Kobes authored
Bug: 823365 Cq-Include-Trybots: luci.chromium.try:linux_layout_tests_slimming_paint_v2;master.tryserver.blink:linux_trusty_blink_rel Change-Id: I561aed3c38b87dabd011b623ede62fdbc8f7fe8a Reviewed-on: https://chromium-review.googlesource.com/1102490Reviewed-by:
Jeremy Roman <jbroman@chromium.org> Reviewed-by:
Philip Rogers <pdr@chromium.org> Commit-Queue: Steve Kobes <skobes@chromium.org> Cr-Commit-Position: refs/heads/master@{#567732}
-
Ryan Tseng authored
Bug: 840631 Change-Id: I4b3b3cc51a762ff12602866d3bdc680a1ec41afe Reviewed-on: https://chromium-review.googlesource.com/1102090 Commit-Queue: Ryan Tseng <hinoka@chromium.org> Reviewed-by:
Andrii Shyshkalov <tandrii@chromium.org> Cr-Commit-Position: refs/heads/master@{#567731}
-
Eugene But authored
Bug: 796418 Cq-Include-Trybots: luci.chromium.try:ios-simulator-full-configs;master.tryserver.chromium.mac:ios-simulator-cronet Change-Id: I5ef06201abfb1c416fedd867617a8625851c3616 Reviewed-on: https://chromium-review.googlesource.com/1102668Reviewed-by:
Mike Dougherty <michaeldo@chromium.org> Commit-Queue: Eugene But <eugenebut@chromium.org> Cr-Commit-Position: refs/heads/master@{#567730}
-
Becca Hughes authored
Add a pinch gesture to the media controls to expand into the cutout area. This also adds a method to document that allows us to overrride the viewport fit value set by the page. BUG=849790 Change-Id: Ibf74497a6f8d26b2a25669a12e03c2b3f435ade1 Reviewed-on: https://chromium-review.googlesource.com/1090052 Commit-Queue: Becca Hughes <beccahughes@chromium.org> Reviewed-by:
David Bokan <bokan@chromium.org> Reviewed-by:
Mounir Lamouri <mlamouri@chromium.org> Cr-Commit-Position: refs/heads/master@{#567729}
-
David 'Digit' Turner authored
Trying to generate .info files for prebuilt .aar packages fails due to the fact that the existing files under third_party/android_deps/repository/ are symlinks to read-only CIPD-controlled files. This CL fixes the 'aar.py list --output=FILE' command to not error if the file already exists and has the right content, fixing the problem. BUG=NONE R=agrieve@chromium.org, jduborick@chromium.org, dgn@chromium.org Change-Id: Id68d454b8536f28d3e61ab6bc33460a997393f63 Reviewed-on: https://chromium-review.googlesource.com/1102577Reviewed-by:
agrieve <agrieve@chromium.org> Commit-Queue: David Turner <digit@chromium.org> Cr-Commit-Position: refs/heads/master@{#567728}
-
Eric Stevenson authored
Lint is slow and annoying when locally prototyping features. This CL adds a gn arg to disable it globally. Change-Id: I7a39ea34f4969733ed7562f23e65d997452adc1b Reviewed-on: https://chromium-review.googlesource.com/1102353 Commit-Queue: Eric Stevenson <estevenson@chromium.org> Reviewed-by:
agrieve <agrieve@chromium.org> Cr-Commit-Position: refs/heads/master@{#567727}
-
Juan Antonio Navarro Perez authored
The link from the expectations.config file itself was outdated. Bug: 842232 Change-Id: I8260c338b1cc176136cf24bea0adc921b442a87b Reviewed-on: https://chromium-review.googlesource.com/1102323 Commit-Queue: Charlie Andrews <charliea@chromium.org> Reviewed-by:
Charlie Andrews <charliea@chromium.org> Cr-Commit-Position: refs/heads/master@{#567726}
-
Bill Orr authored
This change creates a way for tests to control the behavior of the fake OpenVR, and allows devices to send information up to tests. BUG=801034 Change-Id: Ie0fe035ada9553114c054717f52788d375d5c62f Reviewed-on: https://chromium-review.googlesource.com/1100157 Commit-Queue: Bill Orr <billorr@chromium.org> Reviewed-by:
Brian Sheedy <bsheedy@chromium.org> Cr-Commit-Position: refs/heads/master@{#567725}
-
Andrew Grieve authored
Makes it more convenient to run multiple identical emulators at the same time. Change-Id: Ibbab1092c751b32ebbc0f647c61823ab9f4199bd Reviewed-on: https://chromium-review.googlesource.com/1098468 Commit-Queue: agrieve <agrieve@chromium.org> Reviewed-by:
agrieve <agrieve@chromium.org> Reviewed-by:
John Budorick <jbudorick@chromium.org> Reviewed-by:
Peter Wen <wnwen@chromium.org> Cr-Commit-Position: refs/heads/master@{#567724}
-
Fady Samuel authored
DelegatedFrameHostAndroid owns a CompositorFrameSinkSupport which has a BeginFrameSource and calls DidFinishFrame at the appropriate time. The code in RenderWidgetHostViewAndroid is unnecessary. Change-Id: Icf5419c2bfb542018e3bd2f63319b33aea3b8b7e Bug: 732555 Reviewed-on: https://chromium-review.googlesource.com/1102563Reviewed-by:
kylechar <kylechar@chromium.org> Commit-Queue: Fady Samuel <fsamuel@chromium.org> Cr-Commit-Position: refs/heads/master@{#567723}
-
Dave Tapuska authored
This change does not implement anything other than plumbing load and response bits from the network stack across from the blink loader. BUG=348877 Change-Id: Id2b455352b8b26c93cf5e87bee054db90e774480 Reviewed-on: https://chromium-review.googlesource.com/1101237 Commit-Queue: Dave Tapuska <dtapuska@chromium.org> Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Cr-Commit-Position: refs/heads/master@{#567722}
-
Jordy Greenblatt authored
This is the basic polymer structure for the MultiDevice settings UI main page. The "Set up" item is implemented concretely. Change-Id: I4796f903b1f928bb77f5005e50574f11bb56a134 Reviewed-on: https://chromium-review.googlesource.com/1098153 Commit-Queue: Jordy Greenblatt <jordynass@chromium.org> Reviewed-by:
Steven Bennetts <stevenjb@chromium.org> Reviewed-by:
Kyle Horimoto <khorimoto@chromium.org> Cr-Commit-Position: refs/heads/master@{#567721}
-
Jeremy Roman authored
These are really common but their proper usage isn't necessarily clear. Change-Id: I4db2e78edddee81f563f5a35f2425a92675d0949 Reviewed-on: https://chromium-review.googlesource.com/1101247 Commit-Queue: Jeremy Roman <jbroman@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Cr-Commit-Position: refs/heads/master@{#567720}
-
David Jacobo authored
While working in PdfPrinterHandler noticed some duplicated includes, this cl just gets rid of those. Bug: None Test: Build Change-Id: Ie19635ff093bfa135bdeb36b45acf69f5ed18d5f Reviewed-on: https://chromium-review.googlesource.com/1102104Reviewed-by:
Rebekah Potter <rbpotter@chromium.org> Commit-Queue: David Jacobo <djacobo@chromium.org> Cr-Commit-Position: refs/heads/master@{#567719}
-
Noel Gordon authored
Intermittent flakes in this test was caused by a V8 roll crrev/566206. Refer to the bug for reproduction steps and regression analysis. Symptoms were that JS Array return types would sometimes appear in the test code as being undefined or have no .length property, which caused intermittent JS exceptions in the test code and hence test failure. The issue has been fixed in V8 and no longer reproduces @ crrev/567688 ToT. Re-enabling this test RELEASE therefore <eom>. Tbr: sashab Bug: 852246 Change-Id: If093f3357042e5e5dec7b399d373ba56e86dafea Reviewed-on: https://chromium-review.googlesource.com/1102837Reviewed-by:
Noel Gordon <noel@chromium.org> Commit-Queue: Noel Gordon <noel@chromium.org> Cr-Commit-Position: refs/heads/master@{#567718}
-
Theresa authored
Add an experiment arm for an alternate NTP card layout that swaps the article thumbnail back to the end of the card. Also increase the font size and decrease the space between cards for Modern in general. BUG=852163 Change-Id: Ie0c133befbb96308fc0caf08e1e9d7bc025ef079 Reviewed-on: https://chromium-review.googlesource.com/1101833 Commit-Queue: Theresa <twellington@chromium.org> Reviewed-by:
Ted Choc <tedchoc@chromium.org> Cr-Commit-Position: refs/heads/master@{#567717}
-
Sadrul Habib Chowdhury authored
The swap timestamp comes from the gpu process, and so it can not be easily compared to the paint timestamp, which comes from the renderer process. So remove the DCHECK that expects an ordering between the two. A similar check was removed earlier in crrev.com/c/1063323 BUG=811961 Cq-Include-Trybots: luci.chromium.try:linux_layout_tests_slimming_paint_v2;master.tryserver.blink:linux_trusty_blink_rel Change-Id: Ia80306f78ec82e875ec6ebe7709cf4b445a40768 Reviewed-on: https://chromium-review.googlesource.com/1102083 Commit-Queue: Ted Choc <tedchoc@chromium.org> Reviewed-by:
Chris Harrelson <chrishtr@chromium.org> Cr-Commit-Position: refs/heads/master@{#567716}
-
Sergey Volk authored
On Chromecast both /dev/shm and /tmp are mounted with 'noexec' option, which is ok, because Chromecast doesn't use NaCl. But this makes the AnonymousExecutable tests fail. So modify the test logic to skip the test if both /dev/shm and /tmp are mounted as 'noexec' Bug: b/80553544 Change-Id: Ia0596153525b36c67d3f979b395c50534d1bee5c Reviewed-on: https://chromium-review.googlesource.com/1101411Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Commit-Queue: Sergey Volk <servolk@chromium.org> Cr-Commit-Position: refs/heads/master@{#567715}
-
Eugene But authored
New ErrorPage tests use EmbeddedTestServer instead of relying on DNS resolution error. Also new tests work with enabled WebErrorPages flag. Bug: 725241 Cq-Include-Trybots: luci.chromium.try:ios-simulator-full-configs;master.tryserver.chromium.mac:ios-simulator-cronet Change-Id: Iad495dac2c5e3111809cf460c151187089b20698 Reviewed-on: https://chromium-review.googlesource.com/1101930Reviewed-by:
Danyao Wang <danyao@chromium.org> Commit-Queue: Eugene But <eugenebut@chromium.org> Cr-Commit-Position: refs/heads/master@{#567714}
-
Vaclav Brozek authored
This CL teaches the new FormData->PasswordForm parser to generate PasswordForm::all_possible_passwords. Bug: 845426 Change-Id: Ic75a3ade7b5ed62eaf4462ea5d00cc053c12c512 Reviewed-on: https://chromium-review.googlesource.com/1100883Reviewed-by:
Vadym Doroshenko <dvadym@chromium.org> Commit-Queue: Vaclav Brozek <vabr@chromium.org> Cr-Commit-Position: refs/heads/master@{#567713}
-
Yi Gu authored
Previously any time any worklet animations were run, all worklet animations are run regardless of whether their input time has changed. This avoids running animations which haven't changed and reuses their value from the previous animation call. Note that worklet animations that are being removed still get mutated even though the input time doesn't change. Bug: 791279 Cq-Include-Trybots: luci.chromium.try:android_optional_gpu_tests_rel;master.tryserver.blink:linux_trusty_blink_rel Change-Id: I212d1da620899ab3f02fceae07eda092d2b39fdb Reviewed-on: https://chromium-review.googlesource.com/1101655 Commit-Queue: Yi Gu <yigu@chromium.org> Reviewed-by:
Robert Flack <flackr@chromium.org> Cr-Commit-Position: refs/heads/master@{#567712}
-
Quinten Yearsley authored
This change should just remove the lines that have non-pass expectations, but where the actual results don't match the expectations. Bug: 546215, 595483, 755405, 818107 Change-Id: Ifc42754cc6a527f6ae925d73f06076a1486f7fb2 Reviewed-on: https://chromium-review.googlesource.com/1089198Reviewed-by:
David Bokan <bokan@chromium.org> Commit-Queue: Quinten Yearsley <qyearsley@chromium.org> Cr-Commit-Position: refs/heads/master@{#567711}
-
Malay Keshav authored
In the event of user inactivity or lid close, this patch will prevent the touchscreens from being disabled if an external touch device is connected to the system. Bug: 797411 Change-Id: I12afd55edfe343ff6508bd2fdd0f4d09c93b5a98 Component: backlights settter, touch device, wake up, power manager Testing: Added ash unittests to check for expected behavior Reviewed-on: https://chromium-review.googlesource.com/1102151 Commit-Queue: Malay Keshav <malaykeshav@chromium.org> Reviewed-by:
Dan Erat <derat@chromium.org> Cr-Commit-Position: refs/heads/master@{#567710}
-
Tommy C. Li authored
During unit tests, or if the default search provider is disabled by policy, there may not be any default search provider. Previously, we would attempt to dereference a nullptr in that case, and would intermittently crash. This CL fixes that by simply clearing the placeholder text when there is no default search provider. This is fine - as before Material Refresh there was no placeholder text at all. Bug: 852630 Change-Id: Id7933f7972de20a41252f8d4f0f7bb16ce623037 Reviewed-on: https://chromium-review.googlesource.com/1101710Reviewed-by:
Bret Sepulveda <bsep@chromium.org> Commit-Queue: Tommy Li <tommycli@chromium.org> Cr-Commit-Position: refs/heads/master@{#567709}
-
Malay Keshav authored
The logical resolution that we display on the display settings page uses the rounded zoom factor value to do its computation. This gives an inaccurate logical resolution text. This also results in us being unable to tag the correct native resolution in the UI. The rounded number is also used to set the display zoom of the display which causes problems when the native resolution can only be reached by a non rounded zoom factor value like in the case of a 1.6 DSF device. Bug: 853020 Change-Id: Iba7c70c214ba57f8b21bcac72ebc0e86caeff878 Component: Display settings, display size slider Reviewed-on: https://chromium-review.googlesource.com/1101936 Commit-Queue: Malay Keshav <malaykeshav@chromium.org> Reviewed-by:
Steven Bennetts <stevenjb@chromium.org> Cr-Commit-Position: refs/heads/master@{#567708}
-
Niels Möller authored
These members of CodingSpecificInfo are unused since cl https://webrtc-review.googlesource.com/61640, and will be deleted in webrtc. Bug: webrtc:8830 Change-Id: I4502fc317c4e275c2890870e6a1b8f28d9c5dd88 Reviewed-on: https://chromium-review.googlesource.com/1102330 Commit-Queue: Sergey Ulanov <sergeyu@chromium.org> Reviewed-by:
Sergey Ulanov <sergeyu@chromium.org> Cr-Commit-Position: refs/heads/master@{#567707}
-
Patrick Noland authored
Bug:829460 Change-Id: I6aeb5fb1026616c1d0cc92bbeed0a1004813ae76 Reviewed-on: https://chromium-review.googlesource.com/1089931Reviewed-by:
Theresa <twellington@chromium.org> Reviewed-by:
Julian Pastarmov <pastarmovj@chromium.org> Reviewed-by:
Filip Gorski <fgorski@chromium.org> Commit-Queue: Patrick Noland <pnoland@chromium.org> Cr-Commit-Position: refs/heads/master@{#567706}
-
John Budorick authored
Change-Id: I639edf669730918329f3368c73440062c3df1997 Bug: 839419,818832,852786 Reviewed-on: https://chromium-review.googlesource.com/1100962 Commit-Queue: John Budorick <jbudorick@chromium.org> Reviewed-by:
Nico Weber <thakis@chromium.org> Cr-Commit-Position: refs/heads/master@{#567705}
-