- 26 Oct, 2018 40 commits
-
-
Jun Choi authored
Callback for BluetoothAdapterFactory::GetAdapter() may be invoked synchronously for ChromeOS devices. This results in discovery of FidoBleDevices that were already known to BluetoothAdapter not being notified to UI embedder, and WebAuthN UI would not show new Bluetooth devices on device selection view --even when FidoBleDevices are discovered. To avoid such hairpinning, invoke FidoDeviceDiscovery::StartInternal asynchronously. Bug: 823686 Change-Id: Idc6c4d1d12d76a15118f15366e734325ba1819c0 Reviewed-on: https://chromium-review.googlesource.com/c/1300798 Commit-Queue: Jun Choi <hongjunchoi@chromium.org> Reviewed-by:
Jan Wilken Dörrie <jdoerrie@chromium.org> Cr-Commit-Position: refs/heads/master@{#603216}
-
chromium-autoroll authored
https://webrtc.googlesource.com/src.git/+log/99b71dfd4a7c..59ebf23f9ffe git log 99b71dfd4a7c..59ebf23f9ffe --date=short --no-merges --format='%ad %ae %s' 2018-10-26 eladalon@webrtc.org Refactor structs in rtc_event_log_parser_new.h 2018-10-26 eladalon@webrtc.org Delta compression efficiency improvement for non-existent base 2018-10-26 thaloun@chromium.org Fix extra setdscp call introduced by bad merge. 2018-10-26 erikvarga@webrtc.org Add a function for enabling the congestion window and pushback controller in the webrtc::SendSideCongestionController. Created with: gclient setdep -r src/third_party/webrtc@59ebf23f9ffe 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. CQ_INCLUDE_TRYBOTS=luci.chromium.try:linux_chromium_archive_rel_ng;luci.chromium.try:mac_chromium_archive_rel_ng TBR=webrtc-chromium-sheriffs-robots@google.com Change-Id: I37ee2f8d6b13a1789c437b854858140cb26d2de6 Reviewed-on: https://chromium-review.googlesource.com/c/1302798Reviewed-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@{#603215}
-
John Abd-El-Malek authored
Also use CertVerifyProcChromeOS. TBR=nasko@chromium.org, pmarko@chromium.org Bug: 862043, 887007 Change-Id: I5250a59fc18073ef4997dcb881392e79d080ded2 Reviewed-on: https://chromium-review.googlesource.com/c/1292830Reviewed-by:
Nasko Oskov <nasko@chromium.org> Reviewed-by:
Pavol Marko <pmarko@chromium.org> Cr-Original-Commit-Position: refs/heads/master@{#603187} Reviewed-on: https://chromium-review.googlesource.com/c/1303052Reviewed-by:
John Abd-El-Malek <jam@chromium.org> Cr-Commit-Position: refs/heads/master@{#603214}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/7d20bc42f453..63fdd972c866 git log 7d20bc42f453..63fdd972c866 --date=short --no-merges --format='%ad %ae %s' 2018-10-26 herb@google.com Combine mask loops in bitmap device 2018-10-26 brianosman@google.com On second thought, remove GrColor4s 2018-10-26 herb@google.com Remove functional part of unique glyphs from the builder 2018-10-26 brianosman@google.com Use SkColor4f functionality, rather than SkPM4f.h inline functions 2018-10-26 halcanary@google.com SkQP/Java: remove unneeded stack trace, count tests correcctly 2018-10-26 halcanary@google.com skqp/.../assets/.gitignore: remove important things 2018-10-26 brianosman@google.com Revert "Remove memory used by unique glyphs" 2018-10-26 brianosman@google.com Remove SkPM4fPriv.h, inline the two functions at call-sites 2018-10-26 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/angle2 e9503ae90a9d..3ce69ba3eb60 (1 commits) 2018-10-26 mtklein@google.com remove RP bench 2018-10-26 mtklein@google.com use Steps in SkSRGBGammaColorFilter 2018-10-26 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/swiftshader 38ff83043a35..50b105973431 (1 commits) 2018-10-26 scroggo@google.com Fix bug decoding JCS_RGB jpeg files 2018-10-26 benjaminwagner@google.com Fix Bazel formatting. 2018-10-26 michaelludwig@google.com Extract per-edge quad vertex tesselation code into reusable interface 2018-10-26 mtklein@google.com add a test for extend range sRGB roundtripping 2018-10-26 csmartdalton@google.com ccpr: Unregister path listeners when their cache entries are evicted 2018-10-26 mtklein@google.com move unspecialized routines out of SkOpts 2018-10-26 scroggo@google.com Reformat public.bzl 2018-10-26 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/swiftshader fde88d96a58b..38ff83043a35 (1 commits) Created with: gclient setdep -r src/third_party/skia@63fdd972c866 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 BUG=chromium:897031,chromium:896776 TBR=brianosman@chromium.org Change-Id: Ie2a6213901c7888513732bbe5b6ab8c59b9af155 Reviewed-on: https://chromium-review.googlesource.com/c/1302703Reviewed-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@{#603213}
-
Gayane Petrosyan authored
Change-Id: I7d58e0a1e4045c0a4c7bef4441710da4dd4faf42 Reviewed-on: https://chromium-review.googlesource.com/c/1300077 Commit-Queue: Gayane Petrosyan <gayane@chromium.org> Reviewed-by:
Alexei Svitkine <asvitkine@chromium.org> Cr-Commit-Position: refs/heads/master@{#603212}
-
David Tseng authored
TBR=dtseng@chromium.org Change-Id: Ia6992ae1dd1fcf34077186f2445aa8c68cf5355a Reviewed-on: https://chromium-review.googlesource.com/c/1302820Reviewed-by:
David Tseng <dtseng@chromium.org> Commit-Queue: David Tseng <dtseng@chromium.org> Cr-Commit-Position: refs/heads/master@{#603211}
-
chromium-autoroll authored
https://chromium.googlesource.com/catapult.git/+log/687f318e303c..387085f89da6 git log 687f318e303c..387085f89da6 --date=short --no-merges --format='%ad %ae %s' 2018-10-26 harrytczhang@google.com Added oauth id for Android performance metrics to whitelist. Created with: gclient setdep -r src/third_party/catapult@387085f89da6 The AutoRoll server is located here: https://autoroll.skia.org/r/catapult-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=sullivan@chromium.org Change-Id: I389d7b83eca4d46266571e169790e9db718e7b65 Reviewed-on: https://chromium-review.googlesource.com/c/1302796Reviewed-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@{#603210}
-
Erik Luo authored
Inputs created by `UI.createInput()` lack toolbar-specific features included by `new UI.ToolbarInput`. This updates IndexedDB's key filter to use the ToolbarInput with better focus logic, 'x' clear button, and consistency with others. Screenshot: https://imgur.com/a/wi1NJde Bug: 863802 Change-Id: I3015e7dd061f32d4a6be414fdfa0928dc72667ed Reviewed-on: https://chromium-review.googlesource.com/c/1294723 Commit-Queue: Erik Luo <luoe@chromium.org> Reviewed-by:
Joel Einbinder <einbinder@chromium.org> Cr-Commit-Position: refs/heads/master@{#603209}
-
Peter Kasting authored
This was used to protect against multiple initializations and guarantee the initialization would always send a "mode changed" callback. But multiple initializations don't hurt anything, and none of the clients look like they rely on getting an initial callback on initialization (which makes sense, since this controller should be initialized before any client in non-test scenarios). This also changes the observer method to be explicitly about touch UI, since there's no longer really a concept of an "MD mode". Bug: none Change-Id: Ie0cd0a943ef30ac8ec360ab2d6652404658a68c2 Reviewed-on: https://chromium-review.googlesource.com/c/1300418Reviewed-by:
Charlie Reis <creis@chromium.org> Reviewed-by:
Scott Violet <sky@chromium.org> Reviewed-by:
Robert Liao <robliao@chromium.org> Commit-Queue: Peter Kasting <pkasting@chromium.org> Cr-Commit-Position: refs/heads/master@{#603208}
-
Min Qin authored
DownloadProvider sets the extra as Uri. Chrome should also do the same so the security team can handle them properly. BUG=899105 Change-Id: I264ed29c9a9f7c730531116ab4261e2de71481b9 Reviewed-on: https://chromium-review.googlesource.com/c/1302099Reviewed-by:
David Trainor <dtrainor@chromium.org> Commit-Queue: Min Qin <qinmin@chromium.org> Cr-Commit-Position: refs/heads/master@{#603207}
-
Peter Kotwicz authored
This CL removes the manifest_package from the JSON config. This enables NewSplashWebApk.apk and WebApk.apk to use the same config. BUG=899274 Change-Id: Ibcc95142239de6055e60f7cc02f109cbde03408b Reviewed-on: https://chromium-review.googlesource.com/c/1302105 Commit-Queue: Peter Kotwicz <pkotwicz@chromium.org> Reviewed-by:
agrieve <agrieve@chromium.org> Cr-Commit-Position: refs/heads/master@{#603206}
-
Benjamin Ackerman authored
The webstore_api_constants is no longer being used, so removing it. Bug: 882045 Change-Id: If0ab15c26eb70c89a9bad3d236c0fa62b71ef2fb Reviewed-on: https://chromium-review.googlesource.com/c/1299545 Commit-Queue: Benjamin Ackerman <ackermanb@chromium.org> Reviewed-by:
Devlin <rdevlin.cronin@chromium.org> Cr-Commit-Position: refs/heads/master@{#603205}
-
Sam Maier authored
Bug: 872904 Change-Id: Ida80736a33c98bb9e4faea1864f921d7d0d58c81 Reviewed-on: https://chromium-review.googlesource.com/c/1302699 Commit-Queue: Sam Maier <smaier@chromium.org> Reviewed-by:
agrieve <agrieve@chromium.org> Cr-Commit-Position: refs/heads/master@{#603204}
-
Brian Salomon authored
This version of SkCanvas::drawImageRect doesn't use the constraint as there is no source rect. Bug: skia:5679 Change-Id: I16bc18690704e2c2bd30f509e2fc54422b78ed83 Reviewed-on: https://chromium-review.googlesource.com/c/1302656Reviewed-by:
Florin Malita <fmalita@chromium.org> Commit-Queue: Florin Malita <fmalita@chromium.org> Cr-Commit-Position: refs/heads/master@{#603203}
-
Findit authored
This reverts commit c626ad1c. Reason for revert: Findit (https://goo.gl/kROfz5) identified CL at revision 603187 as the culprit for failures in the build cycles as shown on: https://findit-for-me.appspot.com/waterfall/culprit?key=ag9zfmZpbmRpdC1mb3ItbWVyRAsSDVdmU3VzcGVjdGVkQ0wiMWNocm9taXVtL2M2MjZhZDFjYjRiOTVjMTRkYzA4NGFlMjgyN2YzYjhkMTQzYTI4YWEM Sample Failed Build: https://ci.chromium.org/buildbot/chromium.chromiumos/linux-chromeos-dbg/8527 Sample Failed Step: compile Original change's description: > Support policy-pushed trust anchors on ChromeOS with network service. > > Also use CertVerifyProcChromeOS. > > Bug: 862043, 887007 > Change-Id: I42bc36d58065db35cc70a1a2c587affec25a955a > Reviewed-on: https://chromium-review.googlesource.com/c/1292830 > Reviewed-by: Nasko Oskov <nasko@chromium.org> > Reviewed-by: Pavol Marko <pmarko@chromium.org> > Cr-Commit-Position: refs/heads/master@{#603187} Change-Id: I67243629f4caf63da6e1e943dd9321a4b0e9f7a7 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 862043, 887007 Reviewed-on: https://chromium-review.googlesource.com/c/1303175 Cr-Commit-Position: refs/heads/master@{#603202}
-
Mohamed Amir Yosef authored
The APIs for storing the laziness information in InstanceIDBridge accept the app id and the sender id as parameters, and internally call buildSubscriptionUniqueId() However, the APIs for storing the messages themselves in GCMDriver accept the subscription ids directly. This CL does the following: 1- It unifies both APIs to accept subscription ids. 2- It also moves all APIs to the a new class LazySubscriptionsManager. This way all APIs live next to each other and also simplifies the dependencies between both the InstanceIDBridge and the GCMDriver. 3- Moves the relevant tests from InstanceIDBridgeTest.java and deletes it since it contains no other test. Bug: 882887 Change-Id: I4b7937ba1adce72a1312e49d541f9398bb7b9ec9 Reviewed-on: https://chromium-review.googlesource.com/c/1288432Reviewed-by:
Stephen Martinis <martiniss@chromium.org> Reviewed-by:
Peter Beverloo <peter@chromium.org> Reviewed-by:
Peter Conn <peconn@chromium.org> Commit-Queue: Mohamed Amir Yosef <mamir@chromium.org> Cr-Commit-Position: refs/heads/master@{#603201}
-
Mina Almasry authored
Currently we return the video pts if available, and that causes complications if the audio is longer than the video. Instead, return the max of the audio and video pts. Bug: b/117606837 Test: curl problematic stream, cast youtube, cast_media_unittests Change-Id: Ic54dee250b9026417249aa9034665839d119dcdd Reviewed-on: https://chromium-review.googlesource.com/c/1302701 Commit-Queue: Mina Almasry <almasrymina@chromium.org> Reviewed-by:
Kenneth MacKay <kmackay@chromium.org> Cr-Commit-Position: refs/heads/master@{#603200}
-
Mason Freed authored
NOTRY=true TBR=dmazzoni@chromium.org Here are the findit links: https://findit-for-me.appspot.com/waterfall/flake?key=ag9zfmZpbmRpdC1mb3ItbWVy5gELEhdNYXN0ZXJGbGFrZUFuYWx5c2lzUm9vdCKvAWNocm9taXVtLndlYmtpdC9XZWJLaXQgTGludXggVHJ1c3R5IExlYWsvMjU3NzAvd2Via2l0X2xheW91dF90ZXN0cy9kbWx5ZEhWaGJDOTBhSEpsWVdSbFpDOW1ZWE4wTDNOamNtOXNiQzFpWldoaGRtbHZjaTl6Ylc5dmRHZ3RjMk55YjJ4c0wzTmpjbTlzYkMxa2RYSnBibWN0YzJWc1pXTjBhVzl1TG1oMGJXdz0MCxITTWFzdGVyRmxha2VBbmFseXNpcxgBDA https://findit-for-me.appspot.com/waterfall/flake?key=ag9zfmZpbmRpdC1mb3ItbWVyxQELEhdNYXN0ZXJGbGFrZUFuYWx5c2lzUm9vdCKOAWNocm9taXVtLmxpbnV4L0xpbnV4IFRlc3RzIChkYmcpKDEpLzc1Mjk1L3dlYmtpdF9sYXlvdXRfdGVzdHMvZG1seWRIVmhiQzkwYUhKbFlXUmxaQzltWVhOMEwzTmpjbTlzYkdsdVp5OXVieTFvYjNabGNpMWtkWEpwYm1jdGMyTnliMnhzTG1oMGJXdz0MCxITTWFzdGVyRmxha2VBbmFseXNpcxgBDA https://findit-for-me.appspot.com/waterfall/flake?key=ag9zfmZpbmRpdC1mb3ItbWVy4QELEhdNYXN0ZXJGbGFrZUFuYWx5c2lzUm9vdCKqAWNocm9taXVtLmxpbnV4L0xpbnV4IFRlc3RzIChkYmcpKDEpLzc1Mjk1L3dlYmtpdF9sYXlvdXRfdGVzdHMvZG1seWRIVmhiQzltY21GamRHbHZibUZzWDNOamNtOXNiR2x1WjE5MGFISmxZV1JsWkM5bVlYTjBMM05qY205c2JHbHVaeTl1Ynkxb2IzWmxjaTFrZFhKcGJtY3RjMk55YjJ4c0xtaDBiV3c9DAsSE01hc3RlckZsYWtlQW5hbHlzaXMYAQw Bug: 899347 Change-Id: I8c0acfa91d22845c6020e4544c853b16bf85a712 Reviewed-on: https://chromium-review.googlesource.com/c/1302819Reviewed-by:
Mason Freed <masonfreed@chromium.org> Reviewed-by:
Dominic Mazzoni <dmazzoni@chromium.org> Commit-Queue: Mason Freed <masonfreed@chromium.org> Commit-Queue: Dominic Mazzoni <dmazzoni@chromium.org> Cr-Commit-Position: refs/heads/master@{#603199}
-
chromium-autoroll authored
Note: net manually updated to include fix for new location for INFO_FEATURE_WLAN and _LOOPBACK. The AutoRoll server is located here: https://autoroll.skia.org/r/fuchsia-sdk-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:fuchsia_arm64_cast_audio;luci.chromium.try:fuchsia_x64_cast_audio TBR=cr-fuchsia+bot@chromium.org Change-Id: I506624881b41e75ca3dae289c545673a40c17f07 Reviewed-on: https://chromium-review.googlesource.com/c/1302854Reviewed-by:
Scott Graham <scottmg@chromium.org> Commit-Queue: Scott Graham <scottmg@chromium.org> Cr-Commit-Position: refs/heads/master@{#603198}
-
Matt Swartwout authored
Bug: None Test: None Change-Id: Ib19c2d505e63522ac1c2c1798c2de37a5afa53d1 Reviewed-on: https://chromium-review.googlesource.com/c/1303035Reviewed-by:
Luke Halliwell <halliwell@chromium.org> Commit-Queue: Matt Swartwout <mwswartwout@google.com> Cr-Commit-Position: refs/heads/master@{#603197}
-
Xi Han authored
Bug: 899280 Change-Id: Ie3ac551233bfee2b4fc59fd87884eead21a1debf Reviewed-on: https://chromium-review.googlesource.com/c/1302102Reviewed-by:
John Abd-El-Malek <jam@chromium.org> Commit-Queue: Xi Han <hanxi@chromium.org> Cr-Commit-Position: refs/heads/master@{#603196}
-
Xiaohan Wang authored
- Add "vp09" parsing in widevine_cdm_component_installer.cc - Add |supports_vp9_profile2| in media::CdmCapability and media::mojom::KeySystemCapability. - In chrome_key_system.cc, read |supports_vp9_profile2| and decide whether EME_CODEC_VP9_PROFILE2 is supported. CDM supports VP9 profile 2. Bug: 707127 Test: No functionality change for now. Will update test when Widevine Change-Id: I2441e65dbf29bdc0d30cdb3f5d26e38afd0e90df Reviewed-on: https://chromium-review.googlesource.com/c/1297462Reviewed-by:
John Rummell <jrummell@chromium.org> Reviewed-by:
Joshua Pawlicki <waffles@chromium.org> Reviewed-by:
Lei Zhang <thestig@chromium.org> Reviewed-by:
Nasko Oskov <nasko@chromium.org> Commit-Queue: Xiaohan Wang <xhwang@chromium.org> Cr-Commit-Position: refs/heads/master@{#603195}
-
Xi Han authored
This reverts commit aa60c219. Reason for revert: it breaks network_service_webview_instrumentation_test_apk on Mojo Android Build: https://bugs.chromium.org/p/chromium/issues/detail?id=899376 Bug:899376 Original change's description: > Start ServiceManger before creating BrowserMainLoop. > > This CL instantiates the ServiceManagerContext before creating > the BrowserMainRunner. It splits the startup path into two, > with/without starting the full browser. The changes are implemented > behind a flag "allow-start-service-manager-only". > > Bug: 846846,729596 > Change-Id: I3584db0d89a10e59d6041e0f4412aaffdc840568 > Reviewed-on: https://chromium-review.googlesource.com/c/1113802 > Commit-Queue: Xi Han <hanxi@chromium.org> > Reviewed-by: John Abd-El-Malek <jam@chromium.org> > Reviewed-by: Gabriel Charette <gab@chromium.org> > Cr-Commit-Position: refs/heads/master@{#603092} TBR=gab@chromium.org,jam@chromium.org,hanxi@chromium.org Change-Id: I866cc2148d529d0d7a02d0ac75b2817d1695a8c9 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 846846, 729596 Reviewed-on: https://chromium-review.googlesource.com/c/1303042Reviewed-by:
Xi Han <hanxi@chromium.org> Commit-Queue: Xi Han <hanxi@chromium.org> Cr-Commit-Position: refs/heads/master@{#603194}
-
Tommy Steimel authored
This CL adds a check in MediaViewerUtils to prevent creating a pending view intent if the intent will throw a FileUriExposedException. This will prevent the "Open with" option from showing up. Bug: 893544 Change-Id: Id32d202a0bd9975bca7a93d2be7dc291cf8aab45 Reviewed-on: https://chromium-review.googlesource.com/c/1302104Reviewed-by:
Min Qin <qinmin@chromium.org> Reviewed-by:
David Trainor <dtrainor@chromium.org> Commit-Queue: Tommy Steimel <steimel@chromium.org> Cr-Commit-Position: refs/heads/master@{#603193}
-
Luke Halliwell authored
Bits of code have snuck into the local branch without making it upstream. Add all of those bits here. Bug: None Test: Cast CQ Change-Id: I6e042ae5dd83653e3f3656fcc9559e7b71a77c9c Reviewed-on: https://chromium-review.googlesource.com/c/1300613Reviewed-by:
Luke Halliwell <halliwell@chromium.org> Reviewed-by:
Simeon Anfinrud <sanfin@chromium.org> Reviewed-by:
Yuchen Liu <yucliu@chromium.org> Reviewed-by:
Sergey Volk <servolk@chromium.org> Commit-Queue: Luke Halliwell <halliwell@chromium.org> Cr-Commit-Position: refs/heads/master@{#603192}
-
Adam Langley authored
These names are already in the “cbor” namespace, thus we end up using a cbor::CBORReader to get a cbor::CBORWriter and it's stuttery. I defer entirely to the owner's personal preferences here because the above is obviously just my personal preference. But, thanks to clang-format, this only took five minutes to do. (TBR for web_package due to non-semantic change of underlying API.) TBR=kinuko@chromium.org Change-Id: I8b34506ebe2aad2779548da0fb451ced61381ccf Reviewed-on: https://chromium-review.googlesource.com/c/1289509 Commit-Queue: Adam Langley <agl@chromium.org> Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Reviewed-by:
Jan Wilken Dörrie <jdoerrie@chromium.org> Reviewed-by:
Balazs Engedy <engedy@chromium.org> Cr-Commit-Position: refs/heads/master@{#603191}
-
Lucas Furukawa Gadani authored
Bug: 832879 Change-Id: Ib39e8caade4114b396337fa2efc04f4a54f69ed3 Reviewed-on: https://chromium-review.googlesource.com/c/1301843Reviewed-by:
Avi Drissman <avi@chromium.org> Commit-Queue: Lucas Gadani <lfg@chromium.org> Cr-Commit-Position: refs/heads/master@{#603190}
-
John Abd-El-Malek authored
Bug: 862043 Change-Id: I78c19396fbacfdf0bc1ee2bffa07b61e75f0ee4b Reviewed-on: https://chromium-review.googlesource.com/c/1300793Reviewed-by:
Doug Turner <dougt@chromium.org> Reviewed-by:
Nasko Oskov <nasko@chromium.org> Commit-Queue: John Abd-El-Malek <jam@chromium.org> Cr-Commit-Position: refs/heads/master@{#603189}
-
Jamie Walch authored
BUG=899253 Change-Id: I23075d551c70b72babdb1eb180fe920d748523e2 Reviewed-on: https://chromium-review.googlesource.com/c/1302655Reviewed-by:
Wez <wez@chromium.org> Commit-Queue: Jamie Walch <jamiewalch@chromium.org> Cr-Commit-Position: refs/heads/master@{#603188}
-
John Abd-El-Malek authored
Also use CertVerifyProcChromeOS. Bug: 862043, 887007 Change-Id: I42bc36d58065db35cc70a1a2c587affec25a955a Reviewed-on: https://chromium-review.googlesource.com/c/1292830Reviewed-by:
Nasko Oskov <nasko@chromium.org> Reviewed-by:
Pavol Marko <pmarko@chromium.org> Cr-Commit-Position: refs/heads/master@{#603187}
-
Min Qin authored
BUG=765327 TBR=dtrainor@chromium.org Change-Id: Iff5b69d1afc4e8ef21e3a9802824fd15ad55862c Reviewed-on: https://chromium-review.googlesource.com/c/1302853Reviewed-by:
Min Qin <qinmin@chromium.org> Commit-Queue: Min Qin <qinmin@chromium.org> Cr-Commit-Position: refs/heads/master@{#603186}
-
Jared Saul authored
Bug: 884817 Change-Id: Ie2535ee36d806801ecc98891c6ec37c53a339365 Reviewed-on: https://chromium-review.googlesource.com/c/1302329Reviewed-by:
Moe Ahmadi <mahmadi@chromium.org> Commit-Queue: Jared Saul <jsaul@google.com> Cr-Commit-Position: refs/heads/master@{#603185}
-
John Budorick authored
Will promote back to non-experimental once pool:Chrome-quarantine has been folded back into pool:Chrome. Bug: 828031 Change-Id: Icb4f7da5b0aab18ec951bb612acf8d3e7e155a27 Reviewed-on: https://chromium-review.googlesource.com/c/1302657Reviewed-by:
Robert Sesek <rsesek@chromium.org> Cr-Commit-Position: refs/heads/master@{#603184}
-
Eugene But authored
Only 2 values of this enum were used and those values can now be represented as a BOOL. Also that BOOL will be passed as a method argument instead of attaching to NSError. Bug: None Change-Id: Ifd9985e74997e12cb87fa4d73cae0466b3a3c218 Reviewed-on: https://chromium-review.googlesource.com/c/1300755 Commit-Queue: Eugene But <eugenebut@chromium.org> Reviewed-by:
Kurt Horimoto <kkhorimoto@chromium.org> Cr-Commit-Position: refs/heads/master@{#603183}
-
Roger Tawa authored
Bug: None Change-Id: Id21ef278d400f11f12cdf5e62cdc40810d2d737b Reviewed-on: https://chromium-review.googlesource.com/c/1301954Reviewed-by:
Michael Moss <mmoss@chromium.org> Reviewed-by:
Nico Weber <thakis@chromium.org> Commit-Queue: Roger Tawa <rogerta@chromium.org> Cr-Commit-Position: refs/heads/master@{#603182}
-
chromium-autoroll authored
https://webrtc.googlesource.com/src.git/+log/fdee701fa8e4..99b71dfd4a7c git log fdee701fa8e4..99b71dfd4a7c --date=short --no-merges --format='%ad %ae %s' 2018-10-26 danilchap@webrtc.org Use function_video_(en|de)coder_factory from api 2018-10-26 ilnik@webrtc.org Use monotonic clock to derive NTP timestamps in RTCP module Created with: gclient setdep -r src/third_party/webrtc@99b71dfd4a7c 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. CQ_INCLUDE_TRYBOTS=luci.chromium.try:linux_chromium_archive_rel_ng;luci.chromium.try:mac_chromium_archive_rel_ng BUG=chromium:None TBR=webrtc-chromium-sheriffs-robots@google.com Change-Id: I76977c16a6bacd60ddff010f90147d1b57e2567c Reviewed-on: https://chromium-review.googlesource.com/c/1302376Reviewed-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@{#603181}
-
Eric Orth authored
In addition to SO_REUSEADDR, that we were setting before, via AllowAddressReuse(), for sockets for use with multicast, now also set SO_REUSEPORT whenever that option is defined. On some non-Windows platforms, this is needed for multicast messages to be received by all sockets listening for them. This option is only set in a new AllowAddressSharingForMulticast() method as the SO_REUSEADDR and AllowAddressReuse() have other non-multicast uses where SO_REUSEPORT would not be appropriate. Also, for non-Windows platforms, bind the multicast sockets to the multicast group address rather than to a wildcard. This will make us more likely to only get messages from the relevant multicast group as some platforms will otherwise give the socket any multicast messages from groups joined by any sockets in the system. No change on Windows where binding to a multicast group is not allowed. TBR=thestig@chromium.org Change-Id: I24d9d4a0d85134074b2deb14914a41109d7f724a Bug: 899310 Reviewed-on: https://chromium-review.googlesource.com/c/1298298 Commit-Queue: Eric Orth <ericorth@chromium.org> Reviewed-by:
Lei Zhang <thestig@chromium.org> Reviewed-by:
Matt Menke <mmenke@chromium.org> Reviewed-by:
Tom Sepez <tsepez@chromium.org> Cr-Commit-Position: refs/heads/master@{#603180}
-
Fabio Tirelo authored
This CL corrects the following outstanding UX polish concerns: * Tap effects are needed on footer rows * Footer icon should be 14dp (vs. 16dp elsewhere), and icons should have explicit sizes * Multiline items (e.g., http insecure warning) should wrap, not elide, and expand the popup height. BUG: 898927 Change-Id: Ibe50c6ddea98dcdf91bc1d82e548b651ba486b37 Reviewed-on: https://chromium-review.googlesource.com/c/1297400Reviewed-by:
Theresa <twellington@chromium.org> Reviewed-by:
Fabio Tirelo <ftirelo@chromium.org> Commit-Queue: Fabio Tirelo <ftirelo@chromium.org> Cr-Commit-Position: refs/heads/master@{#603179}
-
dpapad authored
In Polymer 2, the contents of an element are not stamped until after the ready callback, unlike Polymer 1 (because of differences within Shadow DOM v0 and v1). Bug: 897594 Change-Id: I51509d5823bbffe4fba3bbf3cf7db9aec6c81e8c Reviewed-on: https://chromium-review.googlesource.com/c/1297630Reviewed-by:
Rebekah Potter <rbpotter@chromium.org> Commit-Queue: Demetrios Papadopoulos <dpapad@chromium.org> Cr-Commit-Position: refs/heads/master@{#603178}
-
Peter Kotwicz authored
This CL also deletes unused javatest_manifest_config.json BUG=899274 Change-Id: Icdf3992983af4a0a9b4a942b544570bebd64448a Reviewed-on: https://chromium-review.googlesource.com/c/1302094 Commit-Queue: Peter Kotwicz <pkotwicz@chromium.org> Reviewed-by:
Xi Han <hanxi@chromium.org> Cr-Commit-Position: refs/heads/master@{#603177}
-