- 09 Feb, 2019 40 commits
-
-
Darwin Huang authored
- First CL to attempt to remove all uses of unsigned long long in blink. - unsigned long long -> uint64_t. - No logic changes (99% certain). Bug: 929980 Change-Id: Ic655639bf98f18e187da34534d758cc432cf0b6f Reviewed-on: https://chromium-review.googlesource.com/c/1461823Reviewed-by:
Marijn Kruisselbrink <mek@chromium.org> Reviewed-by:
Victor Costan <pwnall@chromium.org> Commit-Queue: Victor Costan <pwnall@chromium.org> Cr-Commit-Position: refs/heads/master@{#630632}
-
Tao Bai authored
This reverts commit 89f3899b. Reason for revert: Feature has been launched, remove the fieldtrail testing Original change's description: > Add WebView UMA log package name to field trial testing config. > > Bug: 839646 > Change-Id: I0b28b079bd5e44d8f8d9a6057d2740b4f6bc9bcb > Reviewed-on: https://chromium-review.googlesource.com/c/1370373 > Reviewed-by: Mark Pearson <mpearson@chromium.org> > Commit-Queue: Tao Bai <michaelbai@chromium.org> > Cr-Commit-Position: refs/heads/master@{#615807} TBR=michaelbai@chromium.org,mpearson@chromium.org,holte@chromium.org # Not skipping CQ checks because original CL landed > 1 day ago. Bug: 839646 Change-Id: I029e6e719c509268b8c9aa624b459bc5590b5c3a Reviewed-on: https://chromium-review.googlesource.com/c/1460445Reviewed-by:
Tao Bai <michaelbai@chromium.org> Reviewed-by:
Mark Pearson <mpearson@chromium.org> Commit-Queue: Tao Bai <michaelbai@chromium.org> Cr-Commit-Position: refs/heads/master@{#630631}
-
Raul Tambre authored
The former non-overloaded variants are deprecated. This is a mechanical change; there is no intended behavior change. Bug: 929827 Change-Id: Ie5fb2a98c21021d5f6d67b977a1b8c2588775687 Reviewed-on: https://chromium-review.googlesource.com/c/1461130 Auto-Submit: Raul Tambre <raul@tambre.ee> Reviewed-by:
Chris Palmer <palmer@chromium.org> Commit-Queue: Raul Tambre <raul@tambre.ee> Cr-Commit-Position: refs/heads/master@{#630630}
-
chromium-autoroll authored
https://webrtc.googlesource.com/src.git/+log/59ab1cf08196..e556768453ee git log 59ab1cf08196..e556768453ee --date=short --no-merges --format='%ad %ae %s' 2019-02-09 chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com Roll chromium_revision eead273f..eb2aa6ea (630484:630596) 2019-02-09 eladalon@webrtc.org Stop hard-coding default IDs for RTP extensions 2019-02-09 eladalon@webrtc.org Make UniqueNumberGenerator::AddKnownId() return a value 2019-02-08 chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com Roll chromium_revision d60317bb..eead273f (630357:630484) 2019-02-08 qingsi@google.com Use c=IN IP4 <hostname> to support the presence of hostname candidates. 2019-02-08 emircan@webrtc.org Revert "Enabling Simulcast use via AddTransceiver." 2019-02-08 srte@webrtc.org Calculate next process time in simulated network. 2019-02-08 Peter) Slatala Add rtc event generic packet sent and received. 2019-02-08 chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com Roll chromium_revision 46a21d8d..d60317bb (630250:630357) 2019-02-08 nisse@webrtc.org Update LibvpxVp8Encoder to use EncodedImage::Allocate 2019-02-08 nisse@webrtc.org Delete rtc::File, usage replaced with FileWrapper 2019-02-08 nisse@webrtc.org Delete obsolete class cricket::VideoCapturer 2019-02-08 nisse@webrtc.org Delete unused media constraints 2019-02-08 sprang@webrtc.org Fix incorrect FPS measure when frame dropper kicks in 2019-02-08 srte@webrtc.org Adds Stop methods to media streams in scenario framework. 2019-02-08 titovartem@webrtc.org Simplify peer connection smoke test to remove flakiness for now. 2019-02-08 kron@webrtc.org Refactor of RtpPacket constructor 2019-02-08 kron@webrtc.org Plumbing of feedback on request setting 2019-02-08 crodbro@webrtc.org Fix for RttBackoff when sending of packets with TWCC stops. 2019-02-08 oprypin@webrtc.org Resume rolling buildtools, now as chromium/src/buildtools 2019-02-08 kron@webrtc.org Set WEBRTC_USE_H264 in common_config 2019-02-08 artit@webrtc.org Add support for building iOS simulator code for iOS 11 and 12 2019-02-08 oprypin@webrtc.org Remove now-unused iOS CI config files 2019-02-08 chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com Roll chromium_revision 6f2fb119..46a21d8d (630145:630250) 2019-02-08 titovartem@webrtc.org Add starting of VideoQualityAnalyzer in the e2e peer connection level test 2019-02-08 dcower@google.com Pass-by-reference instead of value to initWithNativeEncodedImage 2019-02-08 kron@webrtc.org Fix color space bug in wrapper of H264 decoder 2019-02-08 asapersson@webrtc.org Add field trial for forced software decoder fallback. 2019-02-08 chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com Roll chromium_revision 34f99c21..6f2fb119 (630023:630145) 2019-02-08 nisse@webrtc.org Move audio-related MediaTransport interfaces to their own file and target 2019-02-07 nisse@webrtc.org Update VP9EncoderImpl to use EncodedImage::Allocate 2019-02-07 chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com Roll chromium_revision ee5dfb22..34f99c21 (629907:630023) 2019-02-07 steveanton@webrtc.org Also check the pending remote description when generating MIDs for legacy remote offers 2019-02-07 amithi@webrtc.org Enabling Simulcast use via AddTransceiver. 2019-02-07 titovartem@webrtc.org Introduce PeerConnectionE2EQualityTestFixture implementation. 2019-02-07 eladalon@webrtc.org Define RtpGenericFrameDescriptorExtension00 2019-02-07 nisse@webrtc.org Delete deprecated method PeerConnectionFactory::CreateVideoSource Created with: gclient setdep -r src/third_party/webrtc@e556768453ee 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,chromium:None,chromium:None,chromium:927309,chromium:None,chromium:None,chromium:927867,chromium:none,chromium:None,chromium:none,chromium:none,chromium:None,chromium:None TBR=webrtc-chromium-sheriffs-robots@google.com Change-Id: I324ec32cfca3df8f39116c70e8a474b6dbe842c0 Reviewed-on: https://chromium-review.googlesource.com/c/1461467Reviewed-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@{#630629}
-
Abhijeet Kandalkar authored
This CL removes stale header include fake_account_fetcher_service.h from save_card_bubble_views_browsertest.cc. Bug: 929701 Change-Id: I3019e31567f354292c4180e89a15af54eb1fbd61 Reviewed-on: https://chromium-review.googlesource.com/c/1458405Reviewed-by:
Colin Blundell <blundell@chromium.org> Reviewed-by:
Evan Stade <estade@chromium.org> Commit-Queue: Abhijeet Kandalkar <abhijeet@igalia.com> Cr-Commit-Position: refs/heads/master@{#630628}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/fafae1e432d9..4b2bf5b221a6 Created with: gclient setdep -r src-internal@4b2bf5b221a6 The AutoRoll server is located here: https://autoroll-internal.skia.org/r/src-internal-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=mmoss@chromium.org Change-Id: I2c54875939dcc573db45b0bac88ec8352b1e07c7 Reviewed-on: https://chromium-review.googlesource.com/c/1461466Reviewed-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@{#630627}
-
Tina Wang authored
Add conditions which decides whether the "Send To My Devices" option should be shown on the desktop Chrome menu. Requirements are: - Flag enabled - Sync requirements: - User sync type enabled - 2 or more devices are synced - Context requirements: - Is Http/Https - Not in a native page - Not in incognito mode Bug: 926279 Change-Id: Ib93c99cdacc2bdb66960ec880b29978b8808f3f4 Reviewed-on: https://chromium-review.googlesource.com/c/1406170 Commit-Queue: Tina Wang <tinazwang@chromium.org> Reviewed-by:
Lei Zhang <thestig@chromium.org> Reviewed-by:
Sebastien Seguin-Gagnon <sebsg@chromium.org> Cr-Commit-Position: refs/heads/master@{#630626}
-
Madeleine Barowsky authored
This change provides overrides for GetYUVA8Planes and QueryYUVA8 so that the generator can be used as a fake for YUV decoding within unit tests. It also CHECKs that RGB-only methods are not called within the |is_yuv_| mode and vice versa, while providing |expect_fallback_to_rgb_| for future tests/code paths. This is because there does not yet exist software rendering for YUV, so software fallback goes to RGB. Bug: 900672 Change-Id: I76bfb744d1beec72939ddb016b0a7abedbde33e7 Reviewed-on: https://chromium-review.googlesource.com/c/1458600 Commit-Queue: Madeleine Barowsky <mbarowsky@chromium.org> Reviewed-by:
Khushal <khushalsagar@chromium.org> Auto-Submit: Madeleine Barowsky <mbarowsky@chromium.org> Cr-Commit-Position: refs/heads/master@{#630625}
-
Andrew Grieve authored
//.vpython recently had colorama added to it, which means that adding the third_party version of colorama to then end of sys.path would result in the system package being chosen. This fixes the import order of javac.py so that the third_party/ one is chosen over system packages. It also changes print_python_deps.py to *not* use vpython, so that it will match the behavior of GN / Ninja. Change-Id: I39cc397fa7d3fe32ddc15893bfda356b79ce8ecf Reviewed-on: https://chromium-review.googlesource.com/c/1458700Reviewed-by:
Dirk Pranke <dpranke@chromium.org> Commit-Queue: Andrew Grieve <agrieve@chromium.org> Cr-Commit-Position: refs/heads/master@{#630624}
-
chromium-autoroll authored
https://chromium.googlesource.com/angle/angle.git/+log/75d577fbf801..abf6dbbb107b git log 75d577fbf801..abf6dbbb107b --date=short --no-merges --format='%ad %ae %s' 2019-02-09 spang@chromium.org Disable MultithreadingTest on Vulkan Created with: gclient setdep -r src/third_party/angle@abf6dbbb107b The AutoRoll server is located here: https://autoroll.skia.org/r/angle-chromium-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. CQ_INCLUDE_TRYBOTS=luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel TBR=geofflang@chromium.org Change-Id: Iad71a30ab82b8ebb82d5924d4370ff0f8cf25e8d Reviewed-on: https://chromium-review.googlesource.com/c/1461465Reviewed-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@{#630623}
-
Esmael El-Moslimany authored
Bug: 929782 Change-Id: I0b5be762f584fdada8cc92b47508f99867189c70 Reviewed-on: https://chromium-review.googlesource.com/c/1459067 Commit-Queue: Esmael El-Moslimany <aee@chromium.org> Reviewed-by:
Hector Carmona <hcarmona@chromium.org> Cr-Commit-Position: refs/heads/master@{#630622}
-
chrome-release-bot authored
# This is an automated release commit. # Do not revert without consulting chrome-pmo@google.com. NOAUTOREVERT=true TBR=govind@chromium.org Change-Id: I7d32c2e34448fff58c34dd34c7d59c8d5a3f9deb Reviewed-on: https://chromium-review.googlesource.com/c/1461759Reviewed-by:
chrome-release-bot@chromium.org <chrome-release-bot@chromium.org> Cr-Commit-Position: refs/heads/master@{#630621}
-
Victor Vasiliev authored
Merge internal change: 231909406 R=rch@chromium.org Change-Id: I412ba9c436f99b6940c458a6b7035421b48c29aa Reviewed-on: https://chromium-review.googlesource.com/c/1458678Reviewed-by:
Ryan Hamilton <rch@chromium.org> Commit-Queue: Ryan Hamilton <rch@chromium.org> Cr-Commit-Position: refs/heads/master@{#630620}
-
Toni Barzic authored
BUG=929466 Change-Id: I4e58d5fb14ce82097665c5bad34a1f779b38c04f Reviewed-on: https://chromium-review.googlesource.com/c/1457667 Commit-Queue: Toni Baržić <tbarzic@chromium.org> Reviewed-by:
Jacob Dufault <jdufault@chromium.org> Cr-Commit-Position: refs/heads/master@{#630619}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/7ecf0be48e58..fafae1e432d9 Created with: gclient setdep -r src-internal@fafae1e432d9 The AutoRoll server is located here: https://autoroll-internal.skia.org/r/src-internal-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. BUG=chromium:925774,chromium:891734 TBR=mmoss@chromium.org Change-Id: Ibad80f14b1dadf7f5666befa95ec593dbe807efd Reviewed-on: https://chromium-review.googlesource.com/c/1461463Reviewed-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@{#630618}
-
Sunny Sachanandani authored
Although rotated videos are not promoted to hardware overlays with or without decode swap chain, we plan to implement rotation using video processor so don't use decode swap chain. Bug: 848093 Change-Id: I5be838184b3c5886962147b1c31b279dae46e944 Reviewed-on: https://chromium-review.googlesource.com/c/1461101 Auto-Submit: Sunny Sachanandani <sunnyps@chromium.org> Reviewed-by:
Zhenyao Mo <zmo@chromium.org> Commit-Queue: Sunny Sachanandani <sunnyps@chromium.org> Cr-Commit-Position: refs/heads/master@{#630617}
-
chromium-autoroll authored
https://pdfium.googlesource.com/pdfium.git/+log/471510ee209e..27a3c7755b4d git log 471510ee209e..27a3c7755b4d --date=short --no-merges --format='%ad %ae %s' 2019-02-09 thestig@chromium.org Check for integer overflows in CFX_Break::IsGreaterThanLineWidth(). Created with: gclient setdep -r src/third_party/pdfium@27a3c7755b4d 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. BUG=chromium:881095,chromium:928841 TBR=dsinclair@chromium.org Change-Id: Iab766a9f21e1f90524231c0ddbb8adc524543bc8 Reviewed-on: https://chromium-review.googlesource.com/c/1461462Reviewed-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@{#630616}
-
Alexander Alekseev authored
Remove login.js and unused variable isMd in md_login.js Bug: 926638 Change-Id: I30ac92f6d4af0487d5589b508d88424a8c0f96e1 Reviewed-on: https://chromium-review.googlesource.com/c/1460300Reviewed-by:
Jacob Dufault <jdufault@chromium.org> Commit-Queue: Alexander Alekseev <alemate@chromium.org> Cr-Commit-Position: refs/heads/master@{#630615}
-
Esmael El-Moslimany authored
|removeObservers_()| When an row is updated, the row is reprocessed by calling |addItems_()| which removes all the observers, repopulates the row with elements that have the focus-row-control attribute and updates the first control if needed. The code that was removing observers removed the keydown event handler from the first control. The code that updates the first control only will register a keydown event handler if the first control has changed. In the scenario that the row has been updated and the first control did not change, the first control event handler will be removed and never added back. Bug: 927272 Change-Id: Iaf498889a4a78b33413751bcd9f74731ce2a7e01 Reviewed-on: https://chromium-review.googlesource.com/c/1460061Reviewed-by:
Demetrios Papadopoulos <dpapad@chromium.org> Commit-Queue: Esmael El-Moslimany <aee@chromium.org> Auto-Submit: Esmael El-Moslimany <aee@chromium.org> Cr-Commit-Position: refs/heads/master@{#630614}
-
Karan Bhatia authored
BUG=824848 TBR=dom-dev@chromium.org,qyearsley@chromium.org Change-Id: I9b80a22d0084a151fb13e41ebb9bf2f409160cc4 Reviewed-on: https://chromium-review.googlesource.com/c/1461683Reviewed-by:
Karan Bhatia <karandeepb@chromium.org> Reviewed-by:
Quinten Yearsley <qyearsley@chromium.org> Commit-Queue: Karan Bhatia <karandeepb@chromium.org> Cr-Commit-Position: refs/heads/master@{#630613}
-
Kai Ninomiya authored
Only fails on old macOS 10.12, and on {Win,Linux}/NVIDIA/GL. Bug: 905003 TBR: kbr@chromium.org Change-Id: I620be70b35c94c47f4965230bda015408d714d0c Reviewed-on: https://chromium-review.googlesource.com/c/1461496Reviewed-by:
Kai Ninomiya <kainino@chromium.org> Commit-Queue: Kai Ninomiya <kainino@chromium.org> Cr-Commit-Position: refs/heads/master@{#630612}
-
Tomasz Wiszkowski authored
This change addresses problem where no placeholder is reserved on tablets. Text would appear with no placeholder for status/security icon on first load and would be followed by presenting the icon within a second, which looks like a glitch. Bug: 930306 Change-Id: I20117d4b6bb3fd51c0940de224b5cdd623b8a640 Reviewed-on: https://chromium-review.googlesource.com/c/1461329 Commit-Queue: Ender <ender@google.com> Auto-Submit: Ender <ender@google.com> Reviewed-by:
Theresa <twellington@chromium.org> Cr-Commit-Position: refs/heads/master@{#630611}
-
Stephen McGruer authored
As of Chrome M72, data URIs strictly enforce encoding of '#' characters. This includes data loaded via the WebView loadData API. To help WebView developers with the transition, this CL adds a target-sdk guarded quirk to loadData to encode '#' characters for them. Bug: 929083 Change-Id: I75bdb8a0641c9e47bb29ac37f3f6157050bbd76a Reviewed-on: https://chromium-review.googlesource.com/c/1456638Reviewed-by:
Changwan Ryu <changwan@chromium.org> Reviewed-by:
Robert Flack <flackr@chromium.org> Reviewed-by:
Nate Fischer <ntfschr@chromium.org> Commit-Queue: Stephen McGruer <smcgruer@chromium.org> Cr-Commit-Position: refs/heads/master@{#630610}
-
Hector Carmona authored
Bug: NONE Change-Id: Ib949401239c84be2a3445b8a15111aa2c923b363 Reviewed-on: https://chromium-review.googlesource.com/c/1461543 Commit-Queue: Hector Carmona <hcarmona@chromium.org> Commit-Queue: Demetrios Papadopoulos <dpapad@chromium.org> Auto-Submit: Hector Carmona <hcarmona@chromium.org> Reviewed-by:
Demetrios Papadopoulos <dpapad@chromium.org> Cr-Commit-Position: refs/heads/master@{#630609}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/295aca65583b..7ecf0be48e58 Created with: gclient setdep -r src-internal@7ecf0be48e58 The AutoRoll server is located here: https://autoroll-internal.skia.org/r/src-internal-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. BUG=chromium:927962 TBR=mmoss@chromium.org Change-Id: I108a6234eb5b4c0c465c4cb4d563d592b158047a Reviewed-on: https://chromium-review.googlesource.com/c/1460985Reviewed-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@{#630608}
-
Yi Su authored
If the bottom toolbar of tab grid is not in compact layout or remote tabs page, it is transparent and should not respond to tapping events unless the new tab button is being tapped, so that user can tap the tabs behind the toolbar. Bug: 924106 Change-Id: Ie6406d23553bcb168053688f89c0a90fc2eee3ae Reviewed-on: https://chromium-review.googlesource.com/c/1460443 Commit-Queue: edchin <edchin@chromium.org> Reviewed-by:
edchin <edchin@chromium.org> Cr-Commit-Position: refs/heads/master@{#630607}
-
bsheedy authored
Temporarily disables VrBrowserNativeUiTest#testOverflowMenuAppears, as it's proven to be significantly more flaky than the other pixel tests. TBR=donnd@chromium.org Bug: 930296 Change-Id: I245dc7749c60dd0493412a05ad1bf6faae92c454 Reviewed-on: https://chromium-review.googlesource.com/c/1461796Reviewed-by:
Brian Sheedy <bsheedy@chromium.org> Commit-Queue: Brian Sheedy <bsheedy@chromium.org> Cr-Commit-Position: refs/heads/master@{#630606}
-
Chromium WPT Sync authored
Using wpt-import in Chromium b7a70665. With Chromium commits locally applied on WPT: 14c11107 "Implement `Sec-CH-Lang`" c49d046d "Initial support for WorkletAnimation.playbackRate" 70938d55 "Fix remaining preload tests flaking on wpt.fyi" af3b056c "[WPT] [wasm] Add JS-API tests for wasm threads" Note to sheriffs: This CL imports external tests and adds expectations for those tests; if this CL is large and causes a few new failures, please fix the failures by adding new lines to TestExpectations rather than reverting. See: https://chromium.googlesource.com/chromium/src/+/master/docs/testing/web_platform_tests.md NOAUTOREVERT=true TBR=foolip No-Export: true Change-Id: If2714d4b993beda1c616ee996c4aea4fa62a66ae Reviewed-on: https://chromium-review.googlesource.com/c/1461498Reviewed-by:
WPT Autoroller <wpt-autoroller@chops-service-accounts.iam.gserviceaccount.com> Commit-Queue: WPT Autoroller <wpt-autoroller@chops-service-accounts.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#630605}
-
Chris Cunningham authored
https://chromium.googlesource.com/chromium/third_party/ffmpeg.git/+log/4b75b8bab993..41268576ad9a $ git log 4b75b8bab..41268576a --date=short --no-merges --format='%ad %ae %s' 2019-02-08 chcunningham avformat/mov.c: require tfhd to begin parsing trun 2019-02-08 chcunningham avformat/mov: validate chunk_count vs stsc_data Created with: roll-dep src/third_party/ffmpeg Bug: 906384, 919573 TBR: dalecurtis@chromium.org Change-Id: Iaeefcddc5324bb48b3c74a0ebaae20a794266f1b Reviewed-on: https://chromium-review.googlesource.com/c/1461682Reviewed-by:
Chrome Cunningham <chcunningham@chromium.org> Commit-Queue: Chrome Cunningham <chcunningham@chromium.org> Cr-Commit-Position: refs/heads/master@{#630604}
-
chromium-autoroll authored
https://chromium.googlesource.com/angle/angle.git/+log/2b0553ce59c3..75d577fbf801 git log 2b0553ce59c3..75d577fbf801 --date=short --no-merges --format='%ad %ae %s' 2019-02-09 natlee@microsoft.com Fixed Bug where array initialized with same name of 2019-02-08 jmadill@chromium.org Add fuzzer for xxHash. 2019-02-08 syoussefi@chromium.org Vulkan: implement eglSwapInterval 2019-02-08 jmadill@chromium.org Make .gni files always use LF endings. Created with: gclient setdep -r src/third_party/angle@75d577fbf801 The AutoRoll server is located here: https://autoroll.skia.org/r/angle-chromium-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. CQ_INCLUDE_TRYBOTS=luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel TBR=geofflang@chromium.org Change-Id: Ibb2c35c28b2e9e429e091c75aa969ebc2478788d Reviewed-on: https://chromium-review.googlesource.com/c/1461461Reviewed-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@{#630603}
-
Jimmy Gong authored
- Introduces a method that attempts to resolve an SmbUrl and returns whether it was able to. - This new method will be used to determine if a hostname was resolved during dynamic hostname resolution. Bug: 922273 Test: compiles Change-Id: I9c15a2ccfd07cd8f4f8c888c3358c42b74253984 Reviewed-on: https://chromium-review.googlesource.com/c/1444598 Commit-Queue: jimmy gong <jimmyxgong@chromium.org> Reviewed-by:
Bailey Berro <baileyberro@chromium.org> Auto-Submit: jimmy gong <jimmyxgong@chromium.org> Cr-Commit-Position: refs/heads/master@{#630602}
-
Josh Nohle authored
This class is used for the batch computation of key proofs needed for CryptAuth v2 Enrollment. The lone method ComputeKeyProofs() takes a list of key-payload pairs and returns a list of key proof strings, ordered consistent with the input list. The key proofs are used by CryptAuth to verify that the client has the appropriate key material. The CryptAuth v2 Enrollment protocol requires the following key proof formats: - Symmetric keys: The HMAC-SHA256 of the payload, using a key derived from the symmetric key. Specifically, HMAC(HKDF(|key|, salt="CryptAuth Key Proof", info=|key_handle|), |payload|) - Asymmetric keys: A signed, unencrypted, and serialized SecureMessage proto, with the following parameters: - signature_scheme = ECDSA_P256_SHA256, - encryption_scheme = NONE, - verification_key_id = |key_handle|, - body = |payload|, signed with the private key material. The protocol also demands that the |random_session_id|, sent by the CryptAuth server via the SyncKeysResponse, be used as the payload for key proofs. In the future, key crossproofs might be employed, where the payload will consist of other key proofs. Requirements: - An instance of this class should only be used once. - The input list, |key_payload_pairs|, cannot be empty. - Currently, the only supported key types are RAW128 and RAW256 for symmetric keys and P256 for asymmetric keys. Bug: 899080 Change-Id: I3db6dfedd15ef7a51b4ef8953dfb4fc84c5bd550 Reviewed-on: https://chromium-review.googlesource.com/c/1460310 Commit-Queue: Josh Nohle <nohle@chromium.org> Reviewed-by:
Kyle Horimoto <khorimoto@chromium.org> Cr-Commit-Position: refs/heads/master@{#630601}
-
Matt Menke authored
This CL makes HttpProxyConnectJob use CommonConnectJobParams, adding ProxyDelegate to the CommonConnectJobParams object. This is the last ConnectJob type to use the struct, so this CL also removes the legacy ConnectJob constructor. This is part of an effort to flatten the socket pools. https://docs.google.com/document/d/1g0EA4iDqaDhNXA_mq-YK3SlSX-xRkoKvZetAQqdRrxM/edit Bug: 472729 Change-Id: I4d3e4b99469ddb9a275e0668b4c827f405a73a3d Reviewed-on: https://chromium-review.googlesource.com/c/1446790 Commit-Queue: Matt Menke <mmenke@chromium.org> Reviewed-by:
Asanka Herath <asanka@chromium.org> Cr-Commit-Position: refs/heads/master@{#630600}
-
Becky Zhou authored
Bug: 930344, 925564 Change-Id: Ib087bcaf222a7c51a2a5a1e5368c873ad1afc21b Reviewed-on: https://chromium-review.googlesource.com/c/1460111Reviewed-by:
Theresa <twellington@chromium.org> Commit-Queue: Becky Zhou <huayinz@chromium.org> Cr-Commit-Position: refs/heads/master@{#630599}
-
Kristi Park authored
Add browser tests for dark mode on local NTP. These test if dark mode is properly applied on start-up and when dark mode is toggled. Also now checking if the ThemeInfoChanged observer is fired in the dark mode InstantService unit test. Change-Id: I240b9a85f060298c19b25c49d6831010f4fbf433 Reviewed-on: https://chromium-review.googlesource.com/c/1459577Reviewed-by:
Kyle Milka <kmilka@chromium.org> Commit-Queue: Kristi Park <kristipark@chromium.org> Cr-Commit-Position: refs/heads/master@{#630598}
-
Javier Ernesto Flores Robles authored
Bug: 918522 Change-Id: I125e8d3477fa52b980b8d38a65a5a2360da425b7 Reviewed-on: https://chromium-review.googlesource.com/c/1461677Reviewed-by:
Olivier Robin <olivierrobin@chromium.org> Commit-Queue: Javier Ernesto Flores Robles <javierrobles@chromium.org> Cr-Commit-Position: refs/heads/master@{#630597}
-
ssid authored
The UniqueProtoDatabase can be destroyed in any thread at creation time when the posted tasks are dropped at shutdown. So, remove the dcheck. BUG=929902 Change-Id: Ib0ff347d110001b8164d813bfb007e20b5ca8ec3 Reviewed-on: https://chromium-review.googlesource.com/c/1459756 Commit-Queue: ssid <ssid@chromium.org> Commit-Queue: Tommy Nyquist <nyquist@chromium.org> Reviewed-by:
Tommy Nyquist <nyquist@chromium.org> Cr-Commit-Position: refs/heads/master@{#630596}
-
James Cook authored
Otherwise accidental double or triple clicks result in strange selections of the icon images. Bug: 783107, 774391 Change-Id: If0493f3a7546d9bc318c622bab30b36ae1e98547 Reviewed-on: https://chromium-review.googlesource.com/c/1461596 Auto-Submit: James Cook <jamescook@chromium.org> Reviewed-by:
Steven Bennetts <stevenjb@chromium.org> Commit-Queue: James Cook <jamescook@chromium.org> Cr-Commit-Position: refs/heads/master@{#630595}
-
chromium-autoroll authored
https://pdfium.googlesource.com/pdfium.git/+log/1ec1b5c17001..471510ee209e git log 1ec1b5c17001..471510ee209e --date=short --no-merges --format='%ad %ae %s' 2019-02-08 tsepez@chromium.org Fix logic botch in CJX_Object::SetAttribute(). Created with: gclient setdep -r src/third_party/pdfium@471510ee209e 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=dsinclair@chromium.org Change-Id: I1939ab132c928f145f9c49ca81767f4f27ee6348 Reviewed-on: https://chromium-review.googlesource.com/c/1461459Reviewed-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@{#630594}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/be39f713e530..706a7cd1e826 git log be39f713e530..706a7cd1e826 --date=short --no-merges --format='%ad %ae %s' 2019-02-08 herb@google.com Clearify code around hasImage and hasPath 2019-02-08 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/swiftshader 7fb0b73b1aa7..9686153413f3 (1 commits) 2019-02-08 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/angle2 cd4f1fbaabce..2b0553ce59c3 (7 commits) 2019-02-08 reed@google.com update dox for pathmeasure Created with: gclient setdep -r src/third_party/skia@706a7cd1e826 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-blink-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 TBR=fmalita@chromium.org Change-Id: Icfc0f82f3a4b571a5612b84fe9853b91e62262d0 Reviewed-on: https://chromium-review.googlesource.com/c/1461460Reviewed-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@{#630593}
-