- 01 Aug, 2019 16 commits
-
-
Kenichi Ishibashi authored
Before this CL WorkerThread took FetchClientSettingsObjectSnapshot and created CrossThreadFetchClientSettingsObjectData internally before posting tasks from the main thread to worker thread. This CL changes WorkerThread to take CrossThreadFetchClientSettingsObjectData. This way we can eliminate creating an intermediate GarbageCollected object for service worker startup. This CL doesn't have behaviroal changes. Bug: 988335 Change-Id: Ibd717fc199d0d5dfa7e8fe3f30857ee19a828e61 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1722166Reviewed-by:
Hiroki Nakagawa <nhiroki@chromium.org> Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Commit-Queue: Kenichi Ishibashi <bashi@chromium.org> Cr-Commit-Position: refs/heads/master@{#683017}
-
Adam Langley authored
I usually want to hex encode a std::vector<uint8_t> or a uint8_t[] and this makes it less verbose. Change-Id: Ia4857b0d8f5cb760e6791e0778359e4050d02275 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1728047 Commit-Queue: Adam Langley <agl@chromium.org> Commit-Queue: Daniel Cheng <dcheng@chromium.org> Auto-Submit: Adam Langley <agl@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Cr-Commit-Position: refs/heads/master@{#683016}
-
chromium-autoroll authored
https://chromium.googlesource.com/angle/angle.git/+log/eb1b1646aebe..1dbbc7b3e232 git log eb1b1646aebe..1dbbc7b3e232 --date=short --no-merges --format='%ad %ae %s' 2019-07-31 ynovikov@chromium.org Skip couple TextureBorderClampIntegerTestES3 tests. Created with: gclient setdep -r src/third_party/angle@1dbbc7b3e232 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@google.com Bug: None Change-Id: I1f2be3ca62a149084881f45165962ec93edf81a4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1730042Reviewed-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@{#683015}
-
Brandon Jones authored
This was a recent change made to the WebXR spec. Bug: 976070 Change-Id: Ibdf4e4d7648d14540280594d7079696223a8dc62 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1728479Reviewed-by:
Brian Sheedy <bsheedy@chromium.org> Reviewed-by:
Klaus Weidner <klausw@chromium.org> Commit-Queue: Brandon Jones <bajones@chromium.org> Cr-Commit-Position: refs/heads/master@{#683014}
-
Darwin Huang authored
Comment-only change. Change-Id: Ia879b1b02f6d2d1dbcd7019ec2fff431285acacc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1716285 Commit-Queue: Darwin Huang <huangdarwin@chromium.org> Reviewed-by:
Scott Violet <sky@chromium.org> Cr-Commit-Position: refs/heads/master@{#683013}
-
chromium-autoroll authored
https://chromium.googlesource.com/chromiumos/chromite.git/+log/deb26d22f8ca..78b685d68f34 git log deb26d22f8ca..78b685d68f34 --date=short --no-merges --format='%ad %ae %s' 2019-07-31 tcwang@google.com afdo: Use CWP and Benchmark versions as orderfile name. Created with: gclient setdep -r src/third_party/chromite@78b685d68f34 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: I8ef68c59abc9264de7c2288467ffe9ce68d2b80b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1730046Reviewed-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@{#683012}
-
Sammie Quon authored
Also moves highlight related tests to a new file, and add test utils files for shared code. Bug: 978168 Tests: added new tests Change-Id: Ie9e8bfea304334ca2210c08e5f5ffefa7d102e19 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1689952 Commit-Queue: Sammie Quon <sammiequon@chromium.org> Reviewed-by:
Ahmed Fakhry <afakhry@chromium.org> Cr-Commit-Position: refs/heads/master@{#683011}
-
Vlad Tsyrklevich authored
On Android crashpad launches differently than on desktop platforms. This requires refactoring the crash_handler unittests to support launching via a specially built executable that we package with the unit tests just for the Android build. This approach only works if the enable_gwp_asan buildflag is set to true because otherwise libchrome_crashpad_handler.so wont compile in the GWP-ASan crash handler hook. Bug: 973167 Change-Id: I40888e0d7a81961e22f808ab15d8b0c2a83b4494 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1730031 Commit-Queue: Vitaly Buka <vitalybuka@chromium.org> Auto-Submit: Vlad Tsyrklevich <vtsyrklevich@chromium.org> Reviewed-by:
Vitaly Buka <vitalybuka@chromium.org> Cr-Commit-Position: refs/heads/master@{#683010}
-
Alan Screen authored
Classes derived from printing::PrintManager each process a similar set of messages, such as DidPrintDocument, GetDefaultPrintSettings, and ScriptedPrint. The framework necessary for handling these is very similar across the classes, even if some of the classes need to do something different for some particular message. Simplify the code by pushing this common framework into the base class printing::PrintManager. Broken out of work to resolve a printing issue when print preview is disabled in [1]. [1] https://crrev.com/c/1700275 Bug: 974480 Change-Id: If5a6a2f100900d9261f7c396f6bec55f299fea3c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1714807Reviewed-by:
Tao Bai <michaelbai@chromium.org> Reviewed-by:
Andrey Kosyakov <caseq@chromium.org> Reviewed-by:
Lei Zhang <thestig@chromium.org> Commit-Queue: Lei Zhang <thestig@chromium.org> Cr-Commit-Position: refs/heads/master@{#683009}
-
Ian McKellar authored
This is a reland of 5351d11f Original change's description: > [Fuchsia] Update to new FIDL string and vector APIs > > This removes usages of the old API that will become build failures when > deprecation warnings are turned on. > > See: https://fuchsia-review.googlesource.com/c/fuchsia/+/304389 > Change-Id: Ie5db014401d79787101b2b4b6e7585fd7a23b1ce > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1727375 > Commit-Queue: Ian McKellar <ianloic@chromium.org> > Reviewed-by: Wez <wez@chromium.org> > Cr-Commit-Position: refs/heads/master@{#682796} TBR=ianloic Change-Id: I805e7e0274e5f42bcbb8c53ef2afa57186d85582 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1728722Reviewed-by:
Wez <wez@chromium.org> Commit-Queue: Wez <wez@chromium.org> Cr-Commit-Position: refs/heads/master@{#683008}
-
Nathan Parker authored
Also clean up some old owners who aren't active in the code anymore. Change-Id: Ib809d30c30c3203cb9cad16c9c643c678602b961 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1728447 Auto-Submit: Nathan Parker <nparker@chromium.org> Commit-Queue: Varun Khaneja <vakh@chromium.org> Reviewed-by:
Varun Khaneja <vakh@chromium.org> Cr-Commit-Position: refs/heads/master@{#683007}
-
Julian Watson authored
BUG=972848 Change-Id: I1965cbbc2b57db143e504a2bd8a233e6f7063248 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1724902Reviewed-by:
Joel Hockey <joelhockey@chromium.org> Commit-Queue: Julian Watson <juwa@google.com> Cr-Commit-Position: refs/heads/master@{#683006}
-
Wenjie Shi authored
PlatformSensorReaderWinrtLightSensor As the third step for implementing usage of the Windows.Devices.Sensors WinRT API in Chromium, this CL: - Implements PlatformSensorReaderWinrtBase, the base class used to implement all of the Windows.Devices.Sensors based PlatformSensorReaders. - Implements PlatformSensorReaderWinrtLightSensor, the derived class of PlatformSensorReaderWinrtBase which adds support for light sensors using Windows.Devices.Sensors.LightSensor. There is heavy use of templates since the Windows.Devices.Sensors API is strongly typed. Verified functionally by: - Built chrome.exe. - Ran chrome.exe on laptop with light sensor. - Navigated to website that polls the W3C light sensor: - Verified light sensor could be polled with WinRT feature flag on and off. - Ran chrome.exe on laptop without light sensor. - Navigated to website that polls the W3C light sensor: - Verified the light sensor failed to instantiate with the WinRT feature flag on and off. Also ran new PlatformSensorReaderTestWinrt unit tests. Bug: 958266 Change-Id: Iaa69d92f9e7923099653b4f554efc2852162b53f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1703327 Commit-Queue: Wenjie Shi <wensh@microsoft.com> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Reviewed-by:
Reilly Grant <reillyg@chromium.org> Cr-Commit-Position: refs/heads/master@{#683005}
-
Jacob DeWitt authored
This gets attached to the XRInputSourceDescription mojo struct which is sent from XR device processes to blink. For WMR controllers, use: ["windows-mixed-reality", "touchpad-thumbstick-controller"] Populating this array for other platforms such as Oculus and OpenVR will come in later CL(s). Bug: 979250 Change-Id: I06c6666c4c085f6578630c25059d07faff158bbd Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1726903 Commit-Queue: Jacob DeWitt <jacde@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Reviewed-by:
Alexander Cooper <alcooper@chromium.org> Cr-Commit-Position: refs/heads/master@{#683004}
-
Justin Cohen authored
This testing is gated on the phone-home capability of mac/ios, which makes it difficult to test. Removing test. Bug: 989629 Change-Id: Idb870e9f7307b2f31d7ce3eab9202a5e0c8c4acf Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1729578 Auto-Submit: Justin Cohen <justincohen@chromium.org> Commit-Queue: Justin Cohen <justincohen@chromium.org> Reviewed-by:
Ryan Sleevi <rsleevi@chromium.org> Cr-Commit-Position: refs/heads/master@{#683003}
-
Lily Chen authored
Create() does not need to check IsSetPermittedInContext because it is already checked when setting a cookie. It also does not have to check for a secure scheme when creating a Secure cookie, because that is checked when setting a cookie. Create() should only need to check that the cookie it creates is canonical. Bug: 989098 Change-Id: Ic5be164cfb60825c7775c3bc58986a835afa499e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1726789 Commit-Queue: Lily Chen <chlily@chromium.org> Reviewed-by:
Maks Orlovich <morlovich@chromium.org> Cr-Commit-Position: refs/heads/master@{#683002}
-
- 31 Jul, 2019 24 commits
-
-
Kyle Milka authored
Rename the api for setting custom backgrounds and add an additional collection_id param. This will be used for the "daily refresh" feature in https://crrev.com/c/1721841. Bug: 850317 Change-Id: Ibf14af8db94b85dc489d0d24cb28af33495ff3b7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1717921Reviewed-by:
Mustafa Emre Acer <meacer@chromium.org> Reviewed-by:
Hector Carmona <hcarmona@chromium.org> Reviewed-by:
Gayane Petrosyan <gayane@chromium.org> Commit-Queue: Kyle Milka <kmilka@chromium.org> Cr-Commit-Position: refs/heads/master@{#683001}
-
Jan Wilken Dörrie authored
This change adds an explicit ShowTouchToFill() API to the PasswordManagerDriver and provides a stub implementation for PasswordManagerClient. Bug: 957532 Change-Id: I87a3d1b21caedfbf651c2294a4e10e8b4ac69e48 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1702251 Commit-Queue: Daniel Cheng <dcheng@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Reviewed-by:
Vasilii Sukhanov <vasilii@chromium.org> Auto-Submit: Jan Wilken Dörrie <jdoerrie@chromium.org> Cr-Commit-Position: refs/heads/master@{#683000}
-
chromium-autoroll authored
https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/364640e2491e..447b45d42307 git log 364640e2491e..447b45d42307 --date=short --no-merges --format='%ad %ae %s' 2019-07-31 smut@google.com [vpython] Roll to 98a268c6432f18aedd55d62b9621765316dc2a16 Created with: gclient setdep -r src/third_party/depot_tools@447b45d42307 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:898348 Change-Id: Id6f1378c96f5ca5490510d139d95f6757271508f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1729839Reviewed-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@{#682999}
-
Hesen Zhang authored
- Have run Leak Sanitizer in Local machine and not seeing memory leak from IconStore anymore. - Add unit test for all APIs. Bug: 961073, 963290 Change-Id: I70810b83616c89663ec8a0d4ed86d6ee8ee42d80 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1726659 Commit-Queue: Hesen Zhang <hesen@chromium.org> Reviewed-by:
Xing Liu <xingliu@chromium.org> Cr-Commit-Position: refs/heads/master@{#682998}
-
John Abd-El-Malek authored
Bug: 934009 Change-Id: I0aa4561293f69d4db3ea677dfb2fd952770a8f64 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1730129 Commit-Queue: John Abd-El-Malek <jam@chromium.org> Commit-Queue: Kinuko Yasuda <kinuko@chromium.org> Auto-Submit: John Abd-El-Malek <jam@chromium.org> Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Cr-Commit-Position: refs/heads/master@{#682997}
-
Mason Freed authored
On high-dpi screens, when running under software_renderer, the backdrop filter clip rect was not properly scaled, which made the filtered effect get incorrectly cropped. Bug: 985968 Change-Id: Ie9dae15bf710e87ecfc584d23fd979929fada579 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1725252 Commit-Queue: Mason Freed <masonfreed@chromium.org> Auto-Submit: Mason Freed <masonfreed@chromium.org> Reviewed-by:
vmpstr <vmpstr@chromium.org> Cr-Commit-Position: refs/heads/master@{#682996}
-
chrome://settingsRob Schonberger authored
This adds the change to enable/disable heursitic stylus/palm rejection as a visible flag in chrome://settings. Allows folks to turn it on/off as needed, and mentions (in the visible description) it is not intended for all devices. Bug: 982118 Change-Id: Id9c18eb5b5c7bec359a0a650acf4a14fb2303120 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1728449 Commit-Queue: Rob Schonberger <robsc@chromium.org> Reviewed-by:
Michael Spang <spang@chromium.org> Cr-Commit-Position: refs/heads/master@{#682995}
-
Daniele Castagna authored
While refactoring the BufferQueue (crrev.com/c/1636450) to get rid of GL dependencies we replaced CopyTexSubImage2D with CopySubTextureCHROMIUM. Turns out that CopySubTextureCHROMIUM seems to be off by one pixel in some cases/on some platform. This caused glitches for partial swap. The main problem seems to be using mediump as precision for float even if highp is available. This CL fixes that. Tests will follow up: crrev.com/c/1727650 Bug: b/137245499, 987276 Test: deploy on elm, UI is not "shaking" Change-Id: I22c2c936dc826949a9ad21abac577a1dec5598c9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1727651Reviewed-by:
Eric Karl <ericrk@chromium.org> Commit-Queue: Daniele Castagna <dcastagna@chromium.org> Cr-Commit-Position: refs/heads/master@{#682994}
-
Robert Liao authored
SendTabToSelfBubbleDeviceButton is owned by Views once added to the Views tree. BUG=985990 Change-Id: I641124d31eb69a17ce0764f50220dbb2f9b9287c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1728442Reviewed-by:
Jeffrey Cohen <jeffreycohen@chromium.org> Commit-Queue: Robert Liao <robliao@chromium.org> Cr-Commit-Position: refs/heads/master@{#682993}
-
Sky Malice authored
Bug: 989723 TBR: cmp@chromium.org Change-Id: Ib5f4b3fb5e6821b87c67d302993ce8987ef7a468 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1730135Reviewed-by:
Sky Malice <skym@chromium.org> Reviewed-by:
Chase Phillips <cmp@chromium.org> Commit-Queue: Sky Malice <skym@chromium.org> Cr-Commit-Position: refs/heads/master@{#682992}
-
Changwan Ryu authored
Focus gain causes virtual keyboard to show. Then virtual keyboard takes the bottom inset and causes the window and view size to shrink, on chrome and sometimes on webview. At this point, the bottom inset may occlude the input form, i.e. the input form is behind the keyboard and is not visible. We have the following auto-scrolling logic to mitigate the inconvenience here: 1) Check the size of visible display size after showing keyboard. 2) Wait for the view height change after showing keyboard. 3) Change the viewport size 4) Scroll focused editable node into view. In the browser, this is in order. However, in the renderer, the order of 3) and 4) sometimes gets reversed. I suspect that this happens because the two messages are going through different IPC channels. Now we do the following: 1) Wait until SynchronizeVisualProperties() changes visual viewport. 2) Detect that blink's scrollable viewport size has changed 3) Comfirm this signal against the visible display size 4) Scroll focused editable node into view This also adds some test and refactors ImeAdapterImpl. Bug: 920061 Change-Id: Id237fa76c304c92b5459bda4fe6591c96cb804d1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1562585Reviewed-by:
Bo <boliu@chromium.org> Reviewed-by:
David Bokan <bokan@chromium.org> Commit-Queue: Changwan Ryu <changwan@chromium.org> Cr-Commit-Position: refs/heads/master@{#682991}
-
Min Chen authored
Per UX's word, kGoogle*Dark* should be removed or replaced as they are old colors that we're not using anymore. This cl goes to replace kGoogleRedDark600 in ash/system/* with kGoogleRed300 while the background is dark. Bug: 986911 Change-Id: I0c6c6a1ac3598e854c45e018c87e9bbc21256f94 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1729240Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Commit-Queue: Min Chen <minch@chromium.org> Cr-Commit-Position: refs/heads/master@{#682990}
-
James Forshaw authored
Remove the dynamic linking of SHGetStockIconInfo as the project no longer supports Windows XP where this was necessary. Bug: 986625 Change-Id: I89abb16f8089fc475a9930f4f9ea4ad4ea1a71fa Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1726765Reviewed-by:
Scott Violet <sky@chromium.org> Commit-Queue: James Forshaw <forshaw@chromium.org> Cr-Commit-Position: refs/heads/master@{#682989}
-
Carlos Caballero authored
MessageLoopForUI will go away, eventually. ScopedTaskEnvironment will per default start a ThreadPool, which should be fine in most of the cases. If you believe your test needs to make sure that no ThreadPool runs let me know and I will update the patch. BUG=891670 This CL was uploaded by git cl split. R=kpschoedel@chromium.org Change-Id: I5b0c11c1c4d51400694238fb286d265d9c9e0d5a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1715300Reviewed-by:
Michael Spang <spang@chromium.org> Commit-Queue: Carlos Caballero <carlscab@google.com> Auto-Submit: Carlos Caballero <carlscab@google.com> Cr-Commit-Position: refs/heads/master@{#682988}
-
Carlos Caballero authored
Fix missing include for DWORD_PTR on WIN Change-Id: I2cc06190fa6ea9cca944a2198c95e2b56886f1f6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1729634 Auto-Submit: Carlos Caballero <carlscab@google.com> Reviewed-by:
John Abd-El-Malek <jam@chromium.org> Commit-Queue: Carlos Caballero <carlscab@google.com> Cr-Commit-Position: refs/heads/master@{#682987}
-
Miyoung Shin authored
This CL renames *_struct_traits.* to *_mojom_traits.* in //components/content_capture. *_struct_traits.* => *_mojom_traits.* Bug: 806965 Change-Id: I22a27a70660e9e0c7ea685ddc44aaad0092a0040 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1728536Reviewed-by:
Tao Bai <michaelbai@chromium.org> Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Commit-Queue: Miyoung Shin <myid.shin@igalia.com> Cr-Commit-Position: refs/heads/master@{#682986}
-
John Budorick authored
Bug: 936114 Change-Id: Iec30e618b1361546d420dc36317bea8a9a3dd39d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1728052 Auto-Submit: John Budorick <jbudorick@chromium.org> Commit-Queue: Nico Weber <thakis@chromium.org> Reviewed-by:
Nico Weber <thakis@chromium.org> Cr-Commit-Position: refs/heads/master@{#682985}
-
Lindsay Pasricha authored
Bug: 984173 Change-Id: I34a93ba8b456cd2bf49270f55dfa00297a547168 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1728185Reviewed-by:
John Budorick <jbudorick@chromium.org> Commit-Queue: Lindsay Pasricha <lindsayw@chromium.org> Cr-Commit-Position: refs/heads/master@{#682984}
-
chromium-autoroll authored
https://webrtc.googlesource.com/src.git/+log/8d3e4bd9a6c5..add7ef974ee2 git log 8d3e4bd9a6c5..add7ef974ee2 --date=short --no-merges --format='%ad %ae %s' 2019-07-31 steveanton@webrtc.org Sanitize the codec list before sending it to the media engine 2019-07-31 chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com Roll chromium_revision 6ba1e902..1bdd7918 (682701:682806) Created with: gclient setdep -r src/third_party/webrtc@add7ef974ee2 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:987598,chromium:None Change-Id: Iee06110bb188a1a97da12aea3c59baea47c739f1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1729840Reviewed-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@{#682983}
-
Miyoung Shin authored
This CL renames *_struct_traits.* to *_mojom_traits.* in //components/content_settings. *_struct_traits.* => *_mojom_traits.* Bug: 806965 Change-Id: I35cd4278ff10e95c7b62bcf38c4881f4b22aaee1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1728891Reviewed-by:
Balazs Engedy <engedy@chromium.org> Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Commit-Queue: Miyoung Shin <myid.shin@igalia.com> Cr-Commit-Position: refs/heads/master@{#682982}
-
Luis Sanchez Padilla authored
the input predictor. Predicted events are made at a fixed time interval of 8ms. This creates inconsistency in cases when the time interval between real events is different from 8ms. Change-Id: I7f99025f6a32ae8e43a4bfe8bbfe8f3e8a88c2bb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1693807Reviewed-by:
Avi Drissman <avi@chromium.org> Reviewed-by:
Ella Ge <eirage@chromium.org> Commit-Queue: Luis Sanchez Padilla <lusanpad@microsoft.com> Cr-Commit-Position: refs/heads/master@{#682981}
-
Tiancong Wang authored
This patch updates the CrOS orderfile name to point to the newest orderfile. Manual CL update for once, as in the future, it will be done with an autoroller. BUG=chromium:950627 TEST=The orderfile is tested on Chrome OS. No code is using the orderfile for now Change-Id: If7113b9cdc1ac1c00ebb7aef91d2ded212564836 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1729962Reviewed-by:
George Burgess <gbiv@chromium.org> Commit-Queue: Tiancong Wang <tcwang@google.com> Cr-Commit-Position: refs/heads/master@{#682980}
-
chromium-autoroll authored
https://pdfium.googlesource.com/pdfium.git/+log/a9d33bd8b6ba..033c7fb180fb git log a9d33bd8b6ba..033c7fb180fb --date=short --no-merges --format='%ad %ae %s' 2019-07-31 tsepez@chromium.org Move fontglobal and fxcodec initialization to cpdf_pagemodule.cpp. 2019-07-31 tsepez@chromium.org Move the UNSUPPORT_INFO interface out of CPDF_ModuleMgr. 2019-07-31 nigi@chromium.org [SkiaPaths] Fixed missing texts. 2019-07-31 thestig@chromium.org Remove SkASSERT() usage in PDFium. 2019-07-31 tsepez@chromium.org Remove FSDK_ prefix from FSDK_SetSandBoxPolicy/FSDK_IsSandBoxPolicyEnabled. 2019-07-31 tsepez@chromium.org Break direct top-level fpdfapi to cmaps dependence. Created with: gclient setdep -r src/third_party/pdfium@033c7fb180fb 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: None Change-Id: Ie5ba3daef0b758c3380174f4c6180f31c7f772ac Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1729841Reviewed-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@{#682979}
-
Alex Cooper authored
Turns the bounds renderer more red than green since the background on the room-scale test page is also green, thereby giving a clearer color change to validate the bounds. Also adds controllers to the room-scale page so that height and tracking can be validated. Bug: 909933 Change-Id: Iccdc07aa9f70db71f6626f4c245160882d8b48d8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1729568Reviewed-by:
Brandon Jones <bajones@chromium.org> Commit-Queue: Alexander Cooper <alcooper@chromium.org> Cr-Commit-Position: refs/heads/master@{#682978}
-