- 26 Nov, 2019 40 commits
-
-
Matt Falkenhagen authored
Bug: 1007763 Change-Id: I9c934d13eb233f42734098d0343bb18f5b53099d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1928390Reviewed-by:
Miguel Casas <mcasas@chromium.org> Commit-Queue: Matt Falkenhagen <falken@chromium.org> Cr-Commit-Position: refs/heads/master@{#718944}
-
Demetrios Papadopoulos authored
Most of these have been fixed automatically with ESLint's --fix flag. This is in preparation of turning on presubmit checks for no-var and prefer-const for components/. Bug: 792774,720034 Change-Id: Idd8773f1d3dca7bc17f23a8ea5cac635f63546fb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1918694 Commit-Queue: Demetrios Papadopoulos <dpapad@chromium.org> Auto-Submit: Demetrios Papadopoulos <dpapad@chromium.org> Reviewed-by:
Colin Blundell <blundell@chromium.org> Cr-Commit-Position: refs/heads/master@{#718943}
-
Jarryd authored
Change the QuotaSettings tests to better cover the incognito quota experiment, as described by pwnall@ in https://crrev.com/c/1895074/4/ Bug: 1017120 Change-Id: Idd55ca10f1215908a80e98bdedce48d137100244 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1913172Reviewed-by:
Victor Costan <pwnall@chromium.org> Commit-Queue: Jarryd Goodman <jarrydg@chromium.org> Cr-Commit-Position: refs/heads/master@{#718942}
-
Collin Baker authored
This suppresses the default context menu and shows a custom one similar to that shown when right clicking on the native window frame. Fixed: 997887 Change-Id: Ia9cc3b394b42e245b1bee783e313d94917f5c50c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1931596Reviewed-by:
John Lee <johntlee@chromium.org> Commit-Queue: Collin Baker <collinbaker@chromium.org> Cr-Commit-Position: refs/heads/master@{#718941}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/9f65850fd60b..069565ced288 Created with: gclient setdep -r src-internal@069565ced288 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: chromium:None,chromium:None,chromium:1004848,chromium:b/143469908,chromium:b/143118392,chromium:b/131785528,chromium:b/139309841,chromium:950146,chromium:1027573,chromium:951275 Tbr: jbudorick@google.com Change-Id: I2e3fd62fe32ad2158193e8abbd08402d74fd95dc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1935015Reviewed-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@{#718940}
-
Donn Denman authored
Disables a few Omnibox tests on all versions of Android beyond KitKat because they are flaky. This is a correction to https://crrev.com/c/1931856 which got the sense of the disabling for > KitKat backwards. BUG=1027549 TBR=twellington@chromium.org Change-Id: I91be9e20633fbc418e2cb0bfd1d3101d95b6f8e6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1932170 Commit-Queue: Donn Denman <donnd@chromium.org> Auto-Submit: Donn Denman <donnd@chromium.org> Reviewed-by:
Chris Mumford <cmumford@google.com> Cr-Commit-Position: refs/heads/master@{#718939}
-
Caleb Rouleau authored
This reverts commit 76dc2efe. Reason for revert: https://chromium-review.googlesource.com/c/catapult/+/1896356 landed, so relanding this is fine. NOw this will have no impact on anything unless you pass in the --run-abridged-story-set flag. Original change's description: > Revert "[Telemetry] Provide abridged story sets for rendering and system health." > > This reverts commit 9867b18b. > > Reason for revert: This causes unexpected behavior per Ross's comment on https://chromium-review.googlesource.com/c/catapult/+/1874453 . I will reland this once I fix Telemetry. > > Original change's description: > > [Telemetry] Provide abridged story sets for rendering and system health. > > > > Note that this will have no impact on what is currently running > > on the waterfall because all benchmarks are labeled as > > abridged: False right now. > > > > This change is now possible because: > > > > 1. Pinpoint was taught to use the --run-full-story-set flag by > > https://chromium-review.googlesource.com/c/catapult/+/1874451 > > > > 2. benchmark_smoke_unittest.py was fixed: > > https://chromium-review.googlesource.com/c/chromium/src/+/1874821 > > > > Note that system_health_smoke_test.py is fixed as part of this > > change. > > I tested this fix by running > > /run_tests benchmarks.system_health_smoke_test.SystemHealthBenchmarkSmokeTest.system_health.memory_desktop/load:game > > and seeing that the stories, a mix of health_check stories > > and stories without the health_check tag were all run. > > > > Bug: 965158 > > Change-Id: I42ca28543155536da62d9b02d9bf31d8eb311ac3 > > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1687783 > > Commit-Queue: Caleb Rouleau <crouleau@chromium.org> > > Reviewed-by: Sadrul Chowdhury <sadrul@chromium.org> > > Reviewed-by: Juan Antonio Navarro Pérez <perezju@chromium.org> > > Cr-Commit-Position: refs/heads/master@{#711017} > > TBR=sadrul@chromium.org,perezju@chromium.org,crouleau@chromium.org > > Change-Id: I9e7ae496ef48ed00bcf2a8d67df42c577d3162d3 > No-Presubmit: true > No-Tree-Checks: true > No-Try: true > Bug: 965158 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1893738 > Reviewed-by: Caleb Rouleau <crouleau@chromium.org> > Commit-Queue: Caleb Rouleau <crouleau@chromium.org> > Cr-Commit-Position: refs/heads/master@{#711311} TBR=sadrul@chromium.org,perezju@chromium.org,crouleau@chromium.org # Not skipping CQ checks because original CL landed > 1 day ago. Bug: 965158 Change-Id: I6420ec079c4738913bc701a6490fcd6b47b4aa3d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1932895Reviewed-by:
Caleb Rouleau <crouleau@chromium.org> Commit-Queue: Caleb Rouleau <crouleau@chromium.org> Cr-Commit-Position: refs/heads/master@{#718938}
-
Ayu Ishii authored
Bug: 1007712 Change-Id: I3e158c9860adf07c56c3eccd18d56819162af8e2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1935171Reviewed-by:
Alexander Alekseev <alemate@chromium.org> Commit-Queue: Ayu Ishii <ayui@chromium.org> Cr-Commit-Position: refs/heads/master@{#718937}
-
Thanh Nguyen authored
This CL adds a penalty for matches that are far from the beginning of a token. It also decrease the score of Levenshtein distance. Bug: 990684 Change-Id: Ie6e2a6fd818ce8e64a435a76412115ce1904badf Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1928592Reviewed-by:
Jenny Zhang <jennyz@chromium.org> Reviewed-by:
Jia Meng <jiameng@chromium.org> Commit-Queue: Thanh Nguyen <thanhdng@chromium.org> Cr-Commit-Position: refs/heads/master@{#718936}
-
Jenny Zhang authored
Bug: 916422 Change-Id: I668519db2facd9048b87eaa4b129ef32a159e513 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1931654Reviewed-by:
Alex Newcomer <newcomer@chromium.org> Commit-Queue: Jenny Zhang <jennyz@chromium.org> Cr-Commit-Position: refs/heads/master@{#718935}
-
Devlin Cronin authored
Bug: None Change-Id: I2a849c1fa711f6c603cdb2a4b146b75a09fba04a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1841612 Commit-Queue: Devlin <rdevlin.cronin@chromium.org> Reviewed-by:
David Bertoni <dbertoni@chromium.org> Cr-Commit-Position: refs/heads/master@{#718934}
-
Jinsong Fan authored
No change to logical. Bug: 1020939 Change-Id: Ic0d98e8f6a2626da9a82007a7410d0f85918b3d8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1934131Reviewed-by:
Philip Rogers <pdr@chromium.org> Commit-Queue: Jinsong Fan <fanjinsong@sogou-inc.com> Cr-Commit-Position: refs/heads/master@{#718933}
-
rbpotter authored
When autogenerating Polymer 3 JS files, add <!--_html_template_start_--> to the beginning of the template and <!--_html_template_end_--> to the end. This will be used to identify HTML start and end locations for performing i18n replacements in a followup CL. Adding the tags allows the replacement code to search for only one set of markers, instead of needing to handle multiple syntaxes. Bug: 1023841 Change-Id: Ie70638095f5a0bf631028052ab5f2165ccc41ade Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1935038Reviewed-by:
Demetrios Papadopoulos <dpapad@chromium.org> Commit-Queue: Rebekah Potter <rbpotter@chromium.org> Cr-Commit-Position: refs/heads/master@{#718932}
-
Brandon Wylie authored
Bug: 1020774 Change-Id: I48b32fdfbcf4dc2a20ba047ee3f93783f4fa2a38 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1918047 Commit-Queue: Brandon Wylie <wylieb@chromium.org> Reviewed-by:
Theresa <twellington@chromium.org> Cr-Commit-Position: refs/heads/master@{#718931}
-
Wei-Yin Chen (陳威尹) authored
Decrease the number of iterations in StartSurfaceLayoutTest and StartSurfaceLayoutPerfTest to make them run faster on bots. Bug: None Change-Id: Ib0d10c913ca0fb7f5a8d06e200f8f5b96d510def Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1935427Reviewed-by:
Yusuf Ozuysal <yusufo@chromium.org> Reviewed-by:
Ted Choc <tedchoc@chromium.org> Commit-Queue: Wei-Yin Chen (陳威尹) <wychen@chromium.org> Cr-Commit-Position: refs/heads/master@{#718930}
-
Owen Min authored
Disable the test due to multiple platforms flakiness. Bug: 1028357 Tbr: rdevlin.cronin@chromium.org Change-Id: Id1bab60748b0a3a8de1fb2a352754a3584427a05 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1935169Reviewed-by:
Owen Min <zmin@chromium.org> Commit-Queue: Owen Min <zmin@chromium.org> Cr-Commit-Position: refs/heads/master@{#718929}
-
David Bertoni authored
This change uses code that is compatible with both Service Worker-based extensions and background/event page-based extensions to implement the browserAction.setIcon() JavaScript code. Bug: 1015136 Change-Id: I1bc55cd5da2cc106e8d74dba172122d2bf943d31 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1921640Reviewed-by:
Devlin <rdevlin.cronin@chromium.org> Commit-Queue: David Bertoni <dbertoni@chromium.org> Cr-Commit-Position: refs/heads/master@{#718928}
-
nancy authored
BUG=1016159 Change-Id: I17381ed839025b621600b8cd2395e95c8d035f72 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1919533 Commit-Queue: Nancy Wang <nancylingwang@chromium.org> Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Cr-Commit-Position: refs/heads/master@{#718927}
-
Collin Baker authored
Bug: 989131 Change-Id: I532dc7bf6bc2539a40ee8be480d77fbf276d85a0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1931225 Commit-Queue: Collin Baker <collinbaker@chromium.org> Reviewed-by:
Steven Holte <holte@chromium.org> Reviewed-by:
John Lee <johntlee@chromium.org> Cr-Commit-Position: refs/heads/master@{#718926}
-
Ted Choc authored
With the past deflake attempt, it ensured the menu was present except when in the overview mode. This made tests that enter/exit the overview mode (e.g. tab switcher) prone to continued flakes. This removes the broad menu ID checks with explicit checks on the browsing mode toolbar button, which is the same logic the TabModalPresenter uses internally. Now, the tests should not have any dependencies on the toolbar visibility based on browser controls offsetting logic. BUG=1026908 Change-Id: I420d6700148abf57098ab3f88d0187cef2133bd4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1934773 Commit-Queue: Theresa <twellington@chromium.org> Reviewed-by:
Theresa <twellington@chromium.org> Cr-Commit-Position: refs/heads/master@{#718925}
-
chromium-autoroll authored
https://swiftshader.googlesource.com/SwiftShader.git/+log/e7ce4e53915d..f2637d0dd7eb git log e7ce4e53915d..f2637d0dd7eb --date=short --first-parent --format='%ad %ae %s' 2019-11-25 jonahr@google.com Present should return OUT_OF_DATE if the window size outdated Created with: gclient setdep -r src/third_party/swiftshader@f2637d0dd7eb If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/swiftshader-chromium-autoroll Please CC swiftshader-team+autoroll@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md Cq-Include-Trybots: luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux_chromium_msan_rel_ng;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel Bug: chromium:140 Tbr: swiftshader-team+autoroll@google.com Change-Id: Ic810b370da68f82f9e277b167ca711fd3ff23677 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1935148Reviewed-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@{#718924}
-
Sara Kato authored
Mouse events should not be forwarded to ChromeVox,if called from ARC++. This is what leads to "jumpy" and unexpected focus behaviour, as described in the bug. This CL checks if an arc window is active, and does this by adding an activation observer to wm_helper. TEST=manual (follow repro steps in bug, and observed expected behaviour) BUG=b:141597151 Change-Id: I3d1da3801c1b826164e73a97fd639523b21202ea Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1905038 Commit-Queue: Sara Kato <sarakato@chromium.org> Reviewed-by:
David Tseng <dtseng@chromium.org> Reviewed-by:
Sara Kato <sarakato@chromium.org> Cr-Commit-Position: refs/heads/master@{#718923}
-
chromium-autoroll authored
https://chromium.googlesource.com/catapult.git/+log/0e927af80636..bee6bf4cd336 git log 0e927af80636..bee6bf4cd336 --date=short --first-parent --format='%ad %ae %s' 2019-11-25 abennetts@google.com Revert "Add origin-trial tokens to pinpoint's index.html for prod and local dev (localhost:8080)." Created with: gclient setdep -r src/third_party/catapult@bee6bf4cd336 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 skyostil@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_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel Bug: chromium:1026356 Tbr: skyostil@google.com Change-Id: Ied53ffe3c8a22ec45e88df040c2d9455c4f0094d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1935149Reviewed-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@{#718922}
-
Caleb Rouleau authored
Make the unittests exercise this by adding args.multiple_dimension_script_verbose = True which makes verbose be true everywhere so that we can make sure the print statements work. Also add in some additional print statements to clarify what is happening. Also fix a couple easy formatting issues. Bug: 984504, 956637 Change-Id: Ib4dc4236e57f47f0c92eba84db5ae4d9cc969309 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1934526 Commit-Queue: Caleb Rouleau <crouleau@chromium.org> Reviewed-by:
John Chen <johnchen@chromium.org> Auto-Submit: Caleb Rouleau <crouleau@chromium.org> Cr-Commit-Position: refs/heads/master@{#718921}
-
Benjamin Beaudry authored
In AXPlatformNodeTextRangeProviderWin, nodes with role kInlineTextBox should never be exposed to UIA. This CL introduces a simple fix. In GetEnclosingElement(), if the enclosing node is an inline text box, we simply return its parent. I also updated a unit test for this case. Bug: 928948 Change-Id: I31a31566461c3091bed36ebad626c4f51afc55a3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1931753 Commit-Queue: Benjamin Beaudry <benjamin.beaudry@microsoft.com> Reviewed-by:
Kurt Catti-Schmidt <kschmi@microsoft.com> Cr-Commit-Position: refs/heads/master@{#718920}
-
Devlin Cronin authored
SerialExtensionHostQueue is now the only implementation of ExtensionHostQueue. Combine them into a de-virtualized ExtensionHostQueue. TBR=halliwell@chromium.org (trivial //chromecast change) Bug: 1028334 Change-Id: I214596d57ccc1edbd6ba4e9ece266b7845baa954 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1934265 Commit-Queue: Devlin <rdevlin.cronin@chromium.org> Reviewed-by:
Karan Bhatia <karandeepb@chromium.org> Cr-Commit-Position: refs/heads/master@{#718919}
-
Ted Meyer authored
check to see if decoder name is not the same when setting fallback Bug: 1027783 Change-Id: I7a8e9b6eb3b15c2d1f3a702474d35cf0e094c123 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1931648Reviewed-by:
Dan Sanders <sandersd@chromium.org> Commit-Queue: Ted Meyer <tmathmeyer@chromium.org> Cr-Commit-Position: refs/heads/master@{#718918}
-
Brian Sheedy authored
Enables the standard BrowserMinidumpTests on Android and removes the Android-specific testGetStackTrace. Android now supports the standard set of minidump-related methods, so it can use the same tests as other platforms. Also removes a special casing of Android in the GPU test code that was also caused by Android not implementing the standard methods. Bug: 1008075 Change-Id: Iaaa7f14ecee81be4ffa16c5db3418cbbe7de51f7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1934842 Commit-Queue: Brian Sheedy <bsheedy@chromium.org> Commit-Queue: Caleb Rouleau <crouleau@chromium.org> Auto-Submit: Brian Sheedy <bsheedy@chromium.org> Reviewed-by:
Caleb Rouleau <crouleau@chromium.org> Cr-Commit-Position: refs/heads/master@{#718917}
-
Anand K. Mistry authored
Bug: 1007645 Change-Id: Ie5bb04e446051089e45e6be3d0f0683f8395d3f6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1930249 Commit-Queue: Anand Mistry <amistry@chromium.org> Reviewed-by:
David Roger <droger@chromium.org> Cr-Commit-Position: refs/heads/master@{#718916}
-
Kevin Babbitt authored
While working on tuning which nodes we include in the UI Automation control and content views, I discovered that our tree dumper was only dumping nodes in the control view. This CL applies a filter to dump the raw view, which is a superset of the control view, giving us dumps that are more complete. R=iapres@microsoft.com Bug: 1028345 Change-Id: I98d53285abb77eb8490903f85a2c21e63e1f8c33 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1935027Reviewed-by:
Ian Prest <iapres@microsoft.com> Commit-Queue: Kevin Babbitt <kbabbitt@microsoft.com> Cr-Commit-Position: refs/heads/master@{#718915}
-
Stephen Nusko authored
These macros allow users to write small lambda functions that get direct access to the protozero TrackEvent. They can then access and fill in the values as needed. This seems to have no noticeable performance impact: https://docs.google.com/spreadsheets/d/1YBB7V2hinQ-lcf9WBFrdMzxakosJHou0B3U10Gzpme0/edit?usp=sharing And binary size is slightly negative (probably more zero like). Change-Id: I2e9266daad902ac64bdaa1a1f1bf5678dc48ac9f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1921984 Commit-Queue: Stephen Nusko <nuskos@chromium.org> Reviewed-by:
Eric Seckler <eseckler@chromium.org> Reviewed-by:
Sami Kyöstilä <skyostil@chromium.org> Auto-Submit: Stephen Nusko <nuskos@chromium.org> Cr-Commit-Position: refs/heads/master@{#718914}
-
Tomasz Wiszkowski authored
This change ensures suggestions using BaseSuggestionView are using the light gray color as a tint color for suggestion fallback icons. Bug: 1027694 Change-Id: I073c019a57180843ce703abff16828ce9db74680 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1935029Reviewed-by:
Ted Choc <tedchoc@chromium.org> Commit-Queue: Ender <ender@google.com> Cr-Commit-Position: refs/heads/master@{#718913}
-
Lan Wei authored
Because we can use pause action for touch points that do not move, but Devtool will generate a touch end event if we do not pass the paused touch point in the touch point list. https://cs.chromium.org/chromium/src/content/browser/devtools/protocol/ input_handler.cc?type=cs&q=InputHandler::DispatchWebTouchEvent&g=0&l=825 Therefor, for the paused touch points that are not released, we should set type of touch move. Bug: 1020674 Change-Id: I01358b3534a8dde6b2651495034b9ad31a5f13ac Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1933206Reviewed-by:
John Chen <johnchen@chromium.org> Commit-Queue: Lan Wei <lanwei@chromium.org> Cr-Commit-Position: refs/heads/master@{#718912}
-
Kent Tamura authored
for timestamps obtained by FileUtilitiesHost. Bug: 1027959 Change-Id: Ib3c12e44b2fdeb028bcb6856943525425351e510 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1933838 Commit-Queue: Kent Tamura <tkent@chromium.org> Reviewed-by:
Joshua Bell <jsbell@chromium.org> Cr-Commit-Position: refs/heads/master@{#718911}
-
Chih-Yu Huang authored
The client of video decoder would pass the initial resolution when calling VideoDecoder::Initialize(). However, V4L2SVD could still get the resolution by AcceleratedVideoDecoder parsing the header. Therefore, V4L2SVD don't need to set the resolution at Initialize(). Moreover, at the next CL we will implement an adapter from VDA to VD. Setting the resolution at Initialize() cannot be fit with VDA api. This CL removes V4L2SVD setting resolution at Initialize(). Bug: b:136716838 Test: pass vda_tests on Kevin Change-Id: I7957bf23574ad47d3666f39b05371182f2b37301 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1923877Reviewed-by:
Hirokazu Honda <hiroh@chromium.org> Commit-Queue: Chih-Yu Huang <akahuang@chromium.org> Cr-Commit-Position: refs/heads/master@{#718910}
-
Erik Staab authored
Bug: 1007791 Change-Id: Ia2eee33ff64d82c3a18abf217d1edc51a225363d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1932236Reviewed-by:
Andrey Kosyakov <caseq@chromium.org> Commit-Queue: Erik Staab <estaab@chromium.org> Cr-Commit-Position: refs/heads/master@{#718909}
-
Etienne Bergeron authored
The static method RectangleText::Elide(...) is only call once. There is no point to have a static method to abstract it. Follow up from: https://chromium-review.googlesource.com/c/chromium/src/+/1924882/ R=pkasting@chromium.org Bug: 1025561 Change-Id: I1aabb25116fbc2f709e442e909034bfc7c83c2e1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1928791 Commit-Queue: Etienne Bergeron <etienneb@chromium.org> Reviewed-by:
Peter Kasting <pkasting@chromium.org> Reviewed-by:
danakj <danakj@chromium.org> Reviewed-by:
Sadrul Chowdhury <sadrul@chromium.org> Cr-Commit-Position: refs/heads/master@{#718908}
-
David Tseng authored
Change-Id: I050e4fe94f3bcb3d9d4d01166a577998e1ec9fc9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1931256 Commit-Queue: David Tseng <dtseng@chromium.org> Reviewed-by:
Nektarios Paisios <nektar@chromium.org> Cr-Commit-Position: refs/heads/master@{#718907}
-
Tomasz Wiszkowski authored
This change ensures children with LayoutParams.height set to MATCH_PARENT are actually sized to match the height of BaseSuggestionView. Bug: 1027697 Change-Id: I89b0c40aa5246b0f4fa5c251bcb8a995caafc466 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1934836Reviewed-by:
Ted Choc <tedchoc@chromium.org> Commit-Queue: Ender <ender@google.com> Cr-Commit-Position: refs/heads/master@{#718906}
-
Wei-Yin Chen (陳威尹) authored
Also enabled ReturnToChromeTest on tablets as regression tests. Bug: 1027801 Change-Id: Ie73cea1eb4ab23e725b327442b80c657489f73c2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1931943Reviewed-by:
Yaron Friedman <yfriedman@chromium.org> Commit-Queue: Wei-Yin Chen (陳威尹) <wychen@chromium.org> Cr-Commit-Position: refs/heads/master@{#718905}
-