- 26 Jul, 2019 37 commits
-
-
Jacob DeWitt authored
Now that WebXR spec issue 664 has been resolved with the decision to follow the Gamepad spec convention of using -1 for up and 1 for down for the y axis values, remove/update related TODO comments to reflect this. Bug: 966060 Change-Id: I3694631c35d3ad2e0990c132f2936f8ae1db1ee7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1717576 Commit-Queue: Jacob DeWitt <jacde@chromium.org> Reviewed-by:
Alexander Cooper <alcooper@chromium.org> Reviewed-by:
Klaus Weidner <klausw@chromium.org> Cr-Commit-Position: refs/heads/master@{#681119}
-
Shakti Sahu authored
This issue occurs when we open new incognito tab directly from the launcher. The issue is that both regular and incognito profile get created at the same time and we miss the NOTIFICATION_PROFILE_CREATED event for which we register later. This results in not creating the SimpleDownloadManagerCoordinator for incognito, thereby missing all the download updates. A solution is to check if we already have a incognito profile, and initialize the SimpleDownloadManagerCoordinator for that. Bug: 980570 Change-Id: I1196e2ca2e15978dd0ac15fffc51f8ab99c267c6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1717625Reviewed-by:
Shakti Sahu <shaktisahu@chromium.org> Reviewed-by:
Xing Liu <xingliu@chromium.org> Commit-Queue: Shakti Sahu <shaktisahu@chromium.org> Cr-Commit-Position: refs/heads/master@{#681118}
-
chromium-autoroll authored
https://pdfium.googlesource.com/pdfium.git/+log/7734ba9a7d52..6e3a40600f24 git log 7734ba9a7d52..6e3a40600f24 --date=short --no-merges --format='%ad %ae %s' 2019-07-25 huyna89@gmail.com Prevent an UAF in CPDFSDK_AnnotHandlerMgr::GetNextAnnot(). Created with: gclient setdep -r src/third_party/pdfium@6e3a40600f24 The AutoRoll server is located here: https://autoroll.skia.org/r/pdfium-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=pdfium-deps-rolls@chromium.org Bug: chromium:980161 Change-Id: I6b4280fe452ede9c487828d99a8430b52582207f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1717463Reviewed-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@{#681117}
-
Nicolás Peña Moreno authored
Intent to Ship: https://groups.google.com/a/chromium.org/forum/#!topic/blink-dev/S36p6Y16u5c Bug: 965505, 972038 Change-Id: Id2aac424b508ea698da5c73972d4c1b0442a2618 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1715739 Commit-Queue: Nicolás Peña Moreno <npm@chromium.org> Auto-Submit: Nicolás Peña Moreno <npm@chromium.org> Reviewed-by:
Rick Byers <rbyers@chromium.org> Cr-Commit-Position: refs/heads/master@{#681116}
-
Glenn Hartmann authored
This records WebAPK Session Duration to UKM, mirroring the existing UMA metric of the same purpose. TBR=msramek@chromium.org Bug: 982362 Change-Id: I9deb8be6f8df3908268c6d03f33e27a4c0fd731a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1710501 Commit-Queue: Glenn Hartmann <hartmanng@chromium.org> Reviewed-by:
Andrew Grieve <agrieve@chromium.org> Reviewed-by:
Robert Kaplow <rkaplow@chromium.org> Reviewed-by:
Peter Kotwicz <pkotwicz@chromium.org> Reviewed-by:
Dominick Ng <dominickn@chromium.org> Cr-Commit-Position: refs/heads/master@{#681115}
-
Orin Jaworski authored
This CL fixes a bug in the chrome://omnibox debug tool whereby some responses would be dropped if the host didn't match input text. Examples of such cases include queries with trailing spaces or some URLs with path. This has the effect of improving batch processing because large query batches often contained bug-triggering queries. Bug: 964528 Change-Id: I5d65d45037f4c996ce886cb6c7de761f23be1550 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1716237Reviewed-by:
manuk hovanesian <manukh@chromium.org> Reviewed-by:
Tommy Li <tommycli@chromium.org> Reviewed-by:
Chris Palmer <palmer@chromium.org> Commit-Queue: Orin Jaworski <orinj@chromium.org> Cr-Commit-Position: refs/heads/master@{#681114}
-
Lan Wei authored
We want to put the feature of "dynamic delegation of autoplay" in a origin trial, and we need to add a UMA metrics to track this feature's usage. So we add a new feature kAutoplayDynamicDelegation. Bug: 985914 Change-Id: Icabf1fd996967e36deb6f3c00bee26c4473b7ddf Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1717241 Commit-Queue: Lan Wei <lanwei@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Cr-Commit-Position: refs/heads/master@{#681113}
-
Melissa Zhang authored
This CL removes |enable_stay_in_chrome| and replaces it with |show_stay_in_chrome| bool that determines whether the button is visible. This is because it is confusing for the user if the button is visible but disabled. The |stay_in_chrome| bool is false when the ArcExternalProtocolDialog invokes the intent picker, as staying in Chrome for an external protocol doesn't do anything. BUG=978728 Change-Id: I47f9783baa0880eb7dbcb8ebda8ff84cc7763d90 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1714588 Commit-Queue: Melissa Zhang <melzhang@chromium.org> Reviewed-by:
Maggie Cai <mxcai@chromium.org> Reviewed-by:
David Jacobo <djacobo@chromium.org> Reviewed-by:
Scott Violet <sky@chromium.org> Reviewed-by:
Dominick Ng <dominickn@chromium.org> Cr-Commit-Position: refs/heads/master@{#681112}
-
Kyle Horimoto authored
This page displays a spinner while waiting for the SIM card to be detected, and displays an error if the SIM card is unable to be found. Bug: 968858 Change-Id: I38a294258edfd193fda246fabf0ee71418be9556 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1717689 Auto-Submit: Kyle Horimoto <khorimoto@chromium.org> Commit-Queue: Kyle Horimoto <khorimoto@chromium.org> Reviewed-by:
Steven Bennetts <stevenjb@chromium.org> Reviewed-by:
Ryan Hansberry <hansberry@chromium.org> Cr-Commit-Position: refs/heads/master@{#681111}
-
Will Harris authored
BUG=None TEST=load chrome, view chrome://histograms, look it Windows.PatchLevel and check it matches a value in enums.xml Change-Id: Ic31ed6b676030d41eda339e909b0b822b7508455 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1718984 Commit-Queue: Will Harris <wfh@chromium.org> Reviewed-by:
Robert Kaplow <rkaplow@chromium.org> Cr-Commit-Position: refs/heads/master@{#681110}
-
Dana Fried authored
We're still working on this feature, so we don't want to expire them. Bug: 984201 Change-Id: Ibdd0b6c9f77bc02779828a1c5f8108e568e746e0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1719146 Auto-Submit: Dana Fried <dfried@chromium.org> Commit-Queue: Steven Holte <holte@chromium.org> Reviewed-by:
Steven Holte <holte@chromium.org> Cr-Commit-Position: refs/heads/master@{#681109}
-
Varun Khaneja authored
And never expire InternalErrorStatusCode2 histograms since it is critical to ensure that there are no errors in connecting to GmsCore for Safe Browsing lookups. R=holte Bug: 986648 Change-Id: Iefc06682aa7c4e5bb55bf54330931fc51ad4d4d8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1719629 Commit-Queue: Varun Khaneja <vakh@chromium.org> Commit-Queue: Steven Holte <holte@chromium.org> Reviewed-by:
Steven Holte <holte@chromium.org> Auto-Submit: Varun Khaneja <vakh@chromium.org> Cr-Commit-Position: refs/heads/master@{#681108}
-
Sophie Chang authored
Bug: 986438 Change-Id: Ie2c45b4b192c97f106ffa157f7ab1dcce47a8e6b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1719408 Commit-Queue: Sophie Chang <sophiechang@chromium.org> Reviewed-by:
Tarun Bansal <tbansal@chromium.org> Cr-Commit-Position: refs/heads/master@{#681107}
-
chromium-autoroll authored
https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/3a98df0bdd49..365720e237c2 git log 3a98df0bdd49..365720e237c2 --date=short --no-merges --format='%ad %ae %s' 2019-07-25 ehmaldonado@chromium.org Revert "depot_tools: Move six to depot_tools' .vpython" Created with: gclient setdep -r src/third_party/depot_tools@365720e237c2 The AutoRoll server is located here: https://autoroll.skia.org/r/depot-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=agable@chromium.org Bug: chromium:984182 Change-Id: I2dba4b144ae0ea68f28c7adc65025f1844c8b6a2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1717460Reviewed-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@{#681106}
-
Nina Satragno authored
This change fixes gn refusing to build when `generate_linker_map` is true for android targets from a linux host. Bug: 986842 Change-Id: Ieb5e4d236ca54c87cf5f09fe26ce82a9bfe3191f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1715024Reviewed-by:
Dirk Pranke <dpranke@chromium.org> Commit-Queue: Nina Satragno <nsatragno@chromium.org> Auto-Submit: Nina Satragno <nsatragno@chromium.org> Cr-Commit-Position: refs/heads/master@{#681105}
-
Jacob DeWitt authored
This is better than failing silently by setting position + orientation to identity because an XRRigidTransform should never be created with a matrix that can't be decomposed. The previous approach would result in an invalid XRRigidTransform object since position + orientation values wouldn't match the transformation matrix. Bug: 969149 Change-Id: Id848a301d61e0fd9fdcab612effd0a3de27854fe Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1717457 Commit-Queue: Jacob DeWitt <jacde@chromium.org> Reviewed-by:
Klaus Weidner <klausw@chromium.org> Cr-Commit-Position: refs/heads/master@{#681104}
-
ssid authored
This reverts commit 11db5550. Reason for revert: Fix tests Original change's description: > Revert "Support startup tracing for sampling profiler" > > This reverts commit 21db0fea. > > Reason for revert: Likely reason for deterministically failing > TracingSampleProfilerTest.TestStartupTracing on Mac ASan 64 bot. > > Bug: 987615 > > Original change's description: > > Support startup tracing for sampling profiler > > > > The profiler buffers events and adds to trace when enabled. > > > > Change-Id: I0291b83379cae5192fe08c545709a59dd1c8704c > > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1717684 > > Commit-Queue: ssid <ssid@chromium.org> > > Reviewed-by: oysteine <oysteine@chromium.org> > > Cr-Commit-Position: refs/heads/master@{#680740} > > TBR=oysteine@chromium.org,ssid@chromium.org > > Change-Id: I073798fd81482b2356f8588242b48769bf1f4e0f > No-Presubmit: true > No-Tree-Checks: true > No-Try: true > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1718106 > Reviewed-by: Friedrich [CET] <fhorschig@chromium.org> > Commit-Queue: Friedrich [CET] <fhorschig@chromium.org> > Cr-Commit-Position: refs/heads/master@{#680817} TBR=oysteine@chromium.org,ssid@chromium.org,fhorschig@chromium.org Change-Id: I66afe6ba6dc6158f0f18677b92f539ed2e3e8781 Bug: 987615 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1719305 Commit-Queue: ssid <ssid@chromium.org> Reviewed-by:
ssid <ssid@chromium.org> Reviewed-by:
oysteine <oysteine@chromium.org> Cr-Commit-Position: refs/heads/master@{#681103}
-
Hiroshige Hayashizaki authored
Follow-up of https://chromium-review.googlesource.com/c/chromium/src/+/1717115. Because "scheme" is more spec-conformant name. Bug: 906850 Change-Id: Ie27cf2a4329b624d7692b6808928e8888d897500 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1718991 Commit-Queue: Hiroshige Hayashizaki <hiroshige@chromium.org> Reviewed-by:
Kenichi Ishibashi <bashi@chromium.org> Reviewed-by:
Hiroki Nakagawa <nhiroki@chromium.org> Cr-Commit-Position: refs/heads/master@{#681102}
-
Nicolás Peña Moreno authored
Bug: 879270, 942033 Change-Id: I2cf90c23c3e1e3c81850bcb40e54e2ae39117dd5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1719407Reviewed-by:
Yoav Weiss <yoavweiss@chromium.org> Commit-Queue: Nicolás Peña Moreno <npm@chromium.org> Cr-Commit-Position: refs/heads/master@{#681101}
-
Hazem Ashmawy authored
Add a class that parses WebView crashes JSON logs. The collected info should be combined with info collected from other logs then used in WebView crash UI. Bug: 964392 Change-Id: I3afab2fdbeaee81bb7d87f49e85cd87e4dca30a6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1636064 Commit-Queue: Hazem Ashmawy <hazems@chromium.org> Auto-Submit: Hazem Ashmawy <hazems@chromium.org> Reviewed-by:
Tobias Sargeant <tobiasjs@chromium.org> Cr-Commit-Position: refs/heads/master@{#681100}
-
Regan Hsu authored
Change-Id: I79e9ef044ff60f63d388310167befb0ef7052b2d Bug: 967907 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1706804 Commit-Queue: Regan Hsu <hsuregan@chromium.org> Reviewed-by:
Demetrios Papadopoulos <dpapad@chromium.org> Reviewed-by:
James Cook <jamescook@chromium.org> Cr-Commit-Position: refs/heads/master@{#681099}
-
Hiroshige Hayashizaki authored
A subsequent CL [1] will introduce `delivery_type_schema` that controls relationship between source contexts, subresource types, and delivery types. As a preparation, this CL removes the restriction on `delivery_type` specified in `elements-not-supporting-attr-referrer`, `elements-not-supporting-rel-noreferrer`, and `test_expansion` entries, that will be replaced by `delivery_type_schema` in [1]. Generated files will be updated after some more changes, not now. Also, changes needed in JavaScripts to handle new generated values are not included in this CL and will land later. Just after this CL, the generator produces more files than before due to lack of `delivery_type_schema`, but this will be fixed by [1]. [1] https://chromium-review.googlesource.com/c/chromium/src/+/1586548 Bug: 906850 Change-Id: I3d6ecfc6fc377864884f367ba554c2a7fafac671 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1717535 Commit-Queue: Hiroshige Hayashizaki <hiroshige@chromium.org> Reviewed-by:
Kenichi Ishibashi <bashi@chromium.org> Reviewed-by:
Hiroki Nakagawa <nhiroki@chromium.org> Cr-Commit-Position: refs/heads/master@{#681098}
-
Hector Carmona authored
Bug: 986979 Change-Id: Ifd3da3466ddedbb80c211871663b119405dbbb38 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1715883Reviewed-by:
Nicolas Ouellet-Payeur <nicolaso@chromium.org> Reviewed-by:
Scott Violet <sky@chromium.org> Reviewed-by:
Esmael Elmoslimany <aee@chromium.org> Commit-Queue: Scott Violet <sky@chromium.org> Auto-Submit: Hector Carmona <hcarmona@chromium.org> Cr-Commit-Position: refs/heads/master@{#681097}
-
Yuchen Liu authored
This allows loadable module output files to be put into the APK. Bug: None Test: unzip -l $APK | grep lib shows expected loadable modules. Change-Id: Iea3db4013045446a10824b2d9266c8b46d798401 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1717749 Commit-Queue: Yuchen Liu <yucliu@chromium.org> Reviewed-by:
Dirk Pranke <dpranke@chromium.org> Reviewed-by:
Tibor Goldschwendt <tiborg@chromium.org> Cr-Commit-Position: refs/heads/master@{#681096}
-
Hiroshige Hayashizaki authored
As a result of preceding refactoring, spec_validator of mixed-content and referrer-policy tests became same. Bug: 906850 Change-Id: I8520bc97202a7d33fe79ea7adbd0437549195b11 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1717733 Commit-Queue: Hiroshige Hayashizaki <hiroshige@chromium.org> Reviewed-by:
Kenichi Ishibashi <bashi@chromium.org> Reviewed-by:
Hiroki Nakagawa <nhiroki@chromium.org> Cr-Commit-Position: refs/heads/master@{#681095}
-
Hiroshige Hayashizaki authored
Generated files will be updated after some more changes, not now. Also, changes needed in JavaScripts to handle new generated values are not included in this CL and will land later. Bug: 906850 Change-Id: If7248e72693df8db1efb4502d2c9e201866b5817 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1717475 Commit-Queue: Hiroshige Hayashizaki <hiroshige@chromium.org> Reviewed-by:
Kenichi Ishibashi <bashi@chromium.org> Reviewed-by:
Hiroki Nakagawa <nhiroki@chromium.org> Reviewed-by:
Mike West <mkwst@chromium.org> Cr-Commit-Position: refs/heads/master@{#681094}
-
Istiaque Ahmed authored
Holding onto an Extension using scoped_refptr is troubling with ExtensionBrowserTest::LoadExtension when the extension might get uninstalled right away. ASAN builds correctly shows this as UaF error. Fix this by holding a raw pointer to Extension*, this should be OK as we only use that for pointer equality check. Bug: 985936 Change-Id: I1cd188d4be7814dd013a929691748cb3e7f900b5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1717243Reviewed-by:
David Bertoni <dbertoni@chromium.org> Commit-Queue: Istiaque Ahmed <lazyboy@chromium.org> Cr-Commit-Position: refs/heads/master@{#681093}
-
tby authored
This adds the chrome-side of user interactions with non-app results in the CrOS launcher. See go/cros-launcher-search-ranking-logging for more details. Bug: 972817 Change-Id: I602cd982a6972df93bdb920cc1f1bc793f6ab9e7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1706592 Commit-Queue: Tony Yeoman <tby@chromium.org> Reviewed-by:
Robert Kaplow <rkaplow@chromium.org> Reviewed-by:
calamity <calamity@chromium.org> Reviewed-by:
Jia Meng <jiameng@chromium.org> Cr-Commit-Position: refs/heads/master@{#681092}
-
Aleks Totic authored
Bug is: <container overflow:scroll> <target transform:scale(1)> Initially, container's scrollbars are disabled. When target changes its scale and grows outside of container, scrollbars were not updated. Fix #1 is to call UpdateScrollbarEnabledState. This resulted in scrollbars being painted, but not clickable. Fix #2, calling UpdateScrollableAreaSet makes scrollbars clickable too. Fix #2 was an educated guess. Bug: 926167 Change-Id: I02454047c87aaecede9c56db1c02bbd1b21b15c5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1704218 Commit-Queue: Aleks Totic <atotic@chromium.org> Reviewed-by:
Stefan Zager <szager@chromium.org> Cr-Commit-Position: refs/heads/master@{#681091}
-
Hiroshige Hayashizaki authored
As we've already merged `target_protocol` and `origin` into one `origin` value in underlying JavaScripts, this CL applies this conversion also in generators. Generated files will be updated after some more changes, not now. Also, changes needed in JavaScripts to handle new generated values are not included in this CL and will land later. spec.src.json changes are made by: originTypeConversion = { "same-origin-http": "same-http", "same-origin-https": "same-https", "cross-origin-http": "cross-http", "cross-origin-https": "cross-https" } for test_expansion in sum([s['test_expansion'] for s in spec["specification"]], []) + spec["excluded_tests"]: if 'target_protocol' in test_expansion: protocols = test_expansion['target_protocol'] origins = test_expansion['origin'] if protocols == '*': protocols = ['http', 'https'] if origins == '*': origins = ['same-origin', 'cross-origin'] if isinstance(protocols, unicode): protocols = [protocols] if isinstance(origins, unicode): origins = [origins] new_origins = [] for protocol in protocols: for origin in origins: new_origins.append(originTypeConversion[origin + '-' + protocol]) if len(set(new_origins)) == 4: new_origins = u"*" if len(new_origins) == 1: new_origins = new_origins[0] test_expansion['origin'] = new_origins del test_expansion['target_protocol'] spec['test_expansion_schema']['origin'] = [ "same-http", "same-https", "cross-http", "cross-https" ] del spec['test_expansion_schema']['target_protocol'] Bug: 906850 Change-Id: Iaf4af8c0b599f9cc843244658a2db7577dddeb4b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1717470 Commit-Queue: Hiroshige Hayashizaki <hiroshige@chromium.org> Reviewed-by:
Kenichi Ishibashi <bashi@chromium.org> Reviewed-by:
Hiroki Nakagawa <nhiroki@chromium.org> Cr-Commit-Position: refs/heads/master@{#681090}
-
Joey Arhar authored
This clears network overrides for throttling and offline when InspectorNetworkAgent is closed in order to prevent navigator.onLine from returning "false" after DevTools is closed. This unifies the behavior we currently have for individual requests when we set offline because individual requests aren't throttled after DevTools is closed because we stop setting a throttling profile id on requests because an InspectorNetworkAgent instance is required to set the id. Bug: 972337 Change-Id: I83dee7147314f54441cd335565bc872a64a3ac3f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1652800 Commit-Queue: Joey Arhar <jarhar@chromium.org> Reviewed-by:
Andrey Kosyakov <caseq@chromium.org> Cr-Commit-Position: refs/heads/master@{#681089}
-
Julian Watson authored
BUG=chromium:987127 Change-Id: I5941380c70786e7c8d9f3b6c2d4a992944775a53 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1715170Reviewed-by:
Joel Hockey <joelhockey@chromium.org> Commit-Queue: Julian Watson <juwa@google.com> Cr-Commit-Position: refs/heads/master@{#681088}
-
Clark DuVall authored
These are from comments in http://crrev.com/c/1716098 Bug: 824840 Change-Id: Id7375a24d84af8a06c0bea6a19e82bed2acfb95e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1719573Reviewed-by:
Jian Li <jianli@chromium.org> Commit-Queue: Clark DuVall <cduvall@chromium.org> Cr-Commit-Position: refs/heads/master@{#681087}
-
Lutz Justen authored
Adds the definition of the UMA stats reported by the Kerberos system daemon, see https://chromium-review.googlesource.com/c/chromiumos/platform2/+/1704294. BUG=chromium:983950 TEST=None Change-Id: I828318782550554978e7a42bb31d696298066f94 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1704761 Commit-Queue: Lutz Justen <ljusten@chromium.org> Reviewed-by:
Mark Pearson <mpearson@chromium.org> Cr-Commit-Position: refs/heads/master@{#681086}
-
chromium-autoroll authored
https://chromium.googlesource.com/chromiumos/chromite.git/+log/519a25f2a6a9..bf99f644ae32 git log 519a25f2a6a9..bf99f644ae32 --date=short --no-merges --format='%ad %ae %s' 2019-07-25 chrome-bot@chromium.org Update config settings by config-updater. 2019-07-25 miahsanchez@google.com vm_unittest: testing WaitForBoot() 2019-07-25 cjmcdonald@chromium.org chromeos_config: Remove amd64-generic-goma-full builder Created with: gclient setdep -r src/third_party/chromite@bf99f644ae32 The AutoRoll server is located here: https://autoroll.skia.org/r/chromite-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:chromeos-kevin-rel TBR=chrome-os-gardeners@google.com Bug: None Change-Id: I3bb304d933f2b97f42cb9f97e5d143a755101809 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1719277Reviewed-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@{#681085}
-
Drew Stonebraker authored
The feature has been fully launched, so remove the feature flag and the conditions. Bug: 987712 Test: none Change-Id: I87de2af8976a70d44790b34ad97fa7fefba49b64 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1719465Reviewed-by:
Tao Bai <michaelbai@chromium.org> Commit-Queue: Drew Stonebraker <stonebraker@chromium.org> Cr-Commit-Position: refs/heads/master@{#681084}
-
chromium-autoroll authored
https://webrtc.googlesource.com/src.git/+log/5cd13415882e..2bac7da1349c git log 5cd13415882e..2bac7da1349c --date=short --no-merges --format='%ad %ae %s' 2019-07-25 steveanton@webrtc.org Optimize sending the MID and (R)RID header extensions 2019-07-25 mbonadei@webrtc.org Delete rtc_tools/barcode_tools. 2019-07-25 mbonadei@webrtc.org [readability-container-size-empty] Use empty() to check for emptiness. 2019-07-25 titovartem@webrtc.org Migrate 2 test with Vp9 SVC test on PC framework 2019-07-25 mbonadei@webrtc.org Add rtc_ prefix to the event_log_visualizer directory. 2019-07-25 srte@webrtc.org Fix for potential out of bounds reading in rtcp::RemoteEstimate parser. 2019-07-25 mbonadei@webrtc.org Fix some typos. 2019-07-25 sprang@webrtc.org New pacer: make FlexFEC and Video priority equal 2019-07-25 mbonadei@webrtc.org Switch neteq_rtpplay into an executable. Created with: gclient setdep -r src/third_party/webrtc@2bac7da1349c The AutoRoll server is located here: https://autoroll.skia.org/r/webrtc-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=webrtc-chromium-sheriffs-robots@google.com Bug: chromium:None,chromium:None,chromium:None,chromium:987507,chromium:None,chromium:None Change-Id: Ib3f166c3577a0f5f91c1b110c0e393b615f11721 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1718614Reviewed-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@{#681083}
-
- 25 Jul, 2019 3 commits
-
-
Min Chen authored
Bug: 987003 Change-Id: If690111289c7ab6f03c94c7363e488641b8743dc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1716957Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Reviewed-by:
Ahmed Fakhry <afakhry@chromium.org> Commit-Queue: Min Chen <minch@chromium.org> Cr-Commit-Position: refs/heads/master@{#681082}
-
Shakti Sahu authored
For incognito profiles, we don't load history db. So we should not wait for history to be loaded and send the OnManagerInitialized callback as soon as the in-progress cache is ready. Without this initialization notification, the observers will fail to function correctly. TBR=qinmin@chromium.org Bug: 987535 Change-Id: Idf960e2b60dbec302b8be847ba0b784dfa884cf8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1718776 Commit-Queue: Shakti Sahu <shaktisahu@chromium.org> Reviewed-by:
Xing Liu <xingliu@chromium.org> Cr-Commit-Position: refs/heads/master@{#681081}
-
James Cook authored
Copy search_page_test.js to os_search_page_test.js. Update to use async / await. Bug: 967908 Test: browser_tests Change-Id: I3a780f72a0a4d9bdfc83c5b577c07daac66b67f6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1719147 Commit-Queue: James Cook <jamescook@chromium.org> Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Cr-Commit-Position: refs/heads/master@{#681080}
-