- 07 May, 2019 40 commits
-
-
Kurt Horimoto authored
This allows BrowserObservers to remove themselves in tests to avoid the checks_empty=true DCHECK in the ObserverList. Bug: none Change-Id: I3d87782a29c72b800333cd9eb4b79244daf45adb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1598874 Auto-Submit: Kurt Horimoto <kkhorimoto@chromium.org> Reviewed-by:
Eugene But <eugenebut@chromium.org> Commit-Queue: Kurt Horimoto <kkhorimoto@chromium.org> Cr-Commit-Position: refs/heads/master@{#657370}
-
Mehran Mahmoudi authored
This makes the progressbar invisible by default which prevents it from showing on startup. Bug: 959227 Change-Id: I710d2409f80ba4ec85a16e4c9cbc5e631c056eee Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1595983 Auto-Submit: Mehran Mahmoudi <mahmoudi@chromium.org> Reviewed-by:
Michael Thiessen <mthiesse@chromium.org> Commit-Queue: Mehran Mahmoudi <mahmoudi@chromium.org> Cr-Commit-Position: refs/heads/master@{#657369}
-
Sam Goto authored
Report back to the renderer timeouts and task failures. Introduce an MojoInterceptor-based framework to enable us to test more corner cases. Bug: 670299 Change-Id: I13ed957e5bd291f47b775a7a0b817b06f3ba6c91 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1574425 Commit-Queue: Sam Goto <goto@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Reviewed-by:
Reilly Grant <reillyg@chromium.org> Reviewed-by:
Ted Choc <tedchoc@chromium.org> Cr-Commit-Position: refs/heads/master@{#657368}
-
Kevin Marshall authored
Redesigns the NamedMessagePortConnector system so that ports are created in JS and pushed to native code, instead of being created on the native side and pushed to JS. The resulting implementation is cleaner because it allows callers to use HTML5 MessagePorts directly, without any need for a buffered wrapper class. * Adapts JS callers to use MessagePort functions and events. * Cleanup: modifies native dependents to take InterfaceHandle<MessagePort> instead of MessagePortPtrs. Bug: 922718 Change-Id: I4ad7b381bd95e42859cd48abccee4fc8e4f64a75 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1595175 Commit-Queue: Kevin Marshall <kmarshall@chromium.org> Reviewed-by:
Fabrice de Gans-Riberi <fdegans@chromium.org> Cr-Commit-Position: refs/heads/master@{#657367}
-
rajendrant authored
Bug: 952435 Change-Id: Ied1ab046d74eb091beb48937505af8cb3fdea1d2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1566352Reviewed-by:
Tarun Bansal <tbansal@chromium.org> Reviewed-by:
Ted Choc <tedchoc@chromium.org> Commit-Queue: rajendrant <rajendrant@chromium.org> Cr-Commit-Position: refs/heads/master@{#657366}
-
Bruno Santos authored
Add entry in translation expectations to list grd files that should not be processed by translation tools, since they might contain parts not available publicly. Bug: 959449 Change-Id: Ic5da08cdb8465b7b7d7922d33b2ed0801a556ecc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1596969 Commit-Queue: Bruno Santos <brunoad@chromium.org> Reviewed-by:
Mustafa Emre Acer <meacer@chromium.org> Cr-Commit-Position: refs/heads/master@{#657365}
-
Ehsan Karamad authored
'autofocus' post tasks the a callback to run Element::focus(). At this point it is possible that the Docuemnt::frame_ does not exist. This CL checks for frame_ before dereferencing. Bug: 960224, 954349 Change-Id: I9ee544343ef5314c0d9ffef3ba472cd438d528fe Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1598197 Commit-Queue: Ehsan Karamad <ekaramad@chromium.org> Reviewed-by:
Dave Tapuska <dtapuska@chromium.org> Cr-Commit-Position: refs/heads/master@{#657364}
-
Antonio Gomes authored
This method is needed when convert a CrossThreadFunction [1] to pass it out of Blink. In this particular case, AudioDestination can pass a CrossThreadFunction instance to blink::MediaMultiChannelResampler without converting it back to base::RepeatingCallback. BUG=None R=jbroman@chromium.org [1] third_party/blink/renderer/platform/wtf/functional.h Change-Id: Ifc5d19049dd3e4b295dd6e88d72d2d5d99ee49b3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1599712 Commit-Queue: Antonio Gomes <tonikitoo@igalia.com> Commit-Queue: Jeremy Roman <jbroman@chromium.org> Auto-Submit: Antonio Gomes <tonikitoo@igalia.com> Reviewed-by:
Jeremy Roman <jbroman@chromium.org> Cr-Commit-Position: refs/heads/master@{#657363}
-
Xiaohan Wang authored
Remove the include of "base/values.h" since it doesn't need anything from it. Bug: 960460 Change-Id: I08050e552bd3d8ddad2b1e909a3e708168c488db Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1599511 Auto-Submit: Xiaohan Wang <xhwang@chromium.org> Reviewed-by:
Tien Mai <tienmai@chromium.org> Commit-Queue: Xiaohan Wang <xhwang@chromium.org> Cr-Commit-Position: refs/heads/master@{#657362}
-
Katie D authored
Bug: 960038,960026 Change-Id: I19338b1c3d36ea9adb9aa803d06afaa71c77e5d3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1597968Reviewed-by:
Brian White <bcwhite@chromium.org> Commit-Queue: Katie Dektar <katie@chromium.org> Cr-Commit-Position: refs/heads/master@{#657361}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/9f0eeac8204f..06e14afaa7db git log 9f0eeac8204f..06e14afaa7db --date=short --no-merges --format='%ad %ae %s' 2019-05-07 brianosman@google.com Add no-nonportable-include-path when building ANGLE with Windows-Clang Created with: gclient setdep -r src/third_party/skia@06e14afaa7db 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=robertphillips@chromium.org Change-Id: I546bc7875f000723e7277aa2a2e589c6da08db09 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1598285Reviewed-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@{#657360}
-
Becca Hughes authored
There used to be a video EnterPictureInPicture method and an element EnterPictureInPicture method. However, this resulted in callers accidentally calling the wrong overload since the video element is derived from element. Therefore this combines the two methods to make it more robust. BUG=959778 Change-Id: Icc5272d6b3f667af6719fd4cd15ae3b660da13a3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1596220 Commit-Queue: Becca Hughes <beccahughes@chromium.org> Commit-Queue: Daniel Cheng <dcheng@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Auto-Submit: Becca Hughes <beccahughes@chromium.org> Cr-Commit-Position: refs/heads/master@{#657359}
-
Natalie Chouinard authored
This feature is no longer used and the flag to enable it has been removed. Bug: 957297 Change-Id: Idbd337e137b9f2a888ca11bf9577db129d5ec438 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1597753Reviewed-by:
Kristi Park <kristipark@chromium.org> Commit-Queue: Natalie Chouinard <chouinard@chromium.org> Cr-Commit-Position: refs/heads/master@{#657358}
-
Ella Ge authored
When lock cursor, we want to move the cursor to window center, to ensure that the cursor is inside window, but the center coordinates was wrong (need flip y). Adding the coordinate conversion to fix it. Bug: 956980 Change-Id: Ifc668fe8a4bfcd24630143d77c50986857b6a884 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1595658Reviewed-by:
Elly Fong-Jones <ellyjones@chromium.org> Commit-Queue: Ella Ge <eirage@chromium.org> Cr-Commit-Position: refs/heads/master@{#657357}
-
Bailey Berro authored
- Adds a Remove() method to remove a printer from a given class. Change-Id: Ib229e42b472a0d9cf637c116d1f35ae50d5a9a6d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1575863 Commit-Queue: Bailey Berro <baileyberro@chromium.org> Reviewed-by:
Zentaro Kavanagh <zentaro@chromium.org> Cr-Commit-Position: refs/heads/master@{#657356}
-
Jonah Ryan-Davis authored
ANGLE has consolidated primaryGPUIndex into activeGPUIndex, which is used to represent the expected index of the GPU that graphics calls are sent to. Bug: angleproject:3383 Change-Id: Id229f82417bb15e5e07e509beaf559d909b385a3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1592115Reviewed-by:
Kenneth Russell <kbr@chromium.org> Commit-Queue: Jonah Ryan-Davis <jonahr@google.com> Cr-Commit-Position: refs/heads/master@{#657355}
-
kdillon authored
Adding a flag for this feature so that developers can enable and test application changes. (https://bugs.chromium.org/p/chromium/issues/detail?id=952452#c55) Bug: 827324 Change-Id: If4b8f20fe5803b18e771bbb361c7ca0a71236c4e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1590059Reviewed-by:
Jochen Eisinger <jochen@chromium.org> Reviewed-by:
Shubhie Panicker <panicker@chromium.org> Commit-Queue: Katie Dillon <kdillon@chromium.org> Cr-Commit-Position: refs/heads/master@{#657354}
-
Michael Giuffrida authored
Bug: 960032 Change-Id: I0e64cc87e64e4f4b53dc21d81c6840f7d7ebbb71 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1597692 Auto-Submit: Michael Giuffrida <michaelpg@chromium.org> Commit-Queue: Brian White <bcwhite@chromium.org> Reviewed-by:
Brian White <bcwhite@chromium.org> Cr-Commit-Position: refs/heads/master@{#657353}
-
Caroline Rising authored
Bug: 910739 Change-Id: I744d3df03c67ee934ca1e665d5d5dc3e1d69da18 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1599768Reviewed-by:
Dana Fried <dfried@chromium.org> Commit-Queue: Caroline Rising <corising@chromium.org> Cr-Commit-Position: refs/heads/master@{#657352}
-
Robert Sesek authored
Bug: 958163 Change-Id: I840a02427c4f027692e46341734637f43f90d2ab Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1594709 Commit-Queue: Robert Sesek <rsesek@chromium.org> Reviewed-by:
Mark Mentovai <mark@chromium.org> Reviewed-by:
Elly Fong-Jones <ellyjones@chromium.org> Cr-Commit-Position: refs/heads/master@{#657351}
-
Reilly Grant authored
This change adds checks to verify that the ArrayBuffers passed to WebUSB functions controlTransferOut(), isochronousTransferOut(), and transferOut() have not been detached. If so then an InvalidStateError is thrown. While the previous behavior was safe from use-after-frees it silently sent the USB device an empty buffer which would be difficult to debug. Change-Id: I94249dd0097991b2b4933093ac85f50f0ccda7c3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1598048Reviewed-by:
Jeremy Roman <jbroman@chromium.org> Commit-Queue: Reilly Grant <reillyg@chromium.org> Cr-Commit-Position: refs/heads/master@{#657350}
-
Kyle Milka authored
Switch from an explanatory comment to the string 'no-include-guard-because-multiply-included' to stop the warning every time the file is edited. Also add NOLINT(build/header_guard) to stop Tricium from flagging the same problem. Change-Id: Iccaf808919606c36ff2c770b44e39b6ba6504bae Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1582459Reviewed-by:
Mustafa Emre Acer <meacer@chromium.org> Commit-Queue: Kyle Milka <kmilka@chromium.org> Cr-Commit-Position: refs/heads/master@{#657349}
-
Etienne Bergeron authored
This CL is removing the code that is forcing the font smoothing. The setting is system-wide and can't be used with other unittests. see: https://docs.microsoft.com/en-us/windows/desktop/api/winuser/nf-winuser-systemparametersinfoa "Retrieves or sets the value of one of the system-wide parameters. This function can also update the user profile while setting a parameter." The unittests should be able to detect both states if needed. R=robliao@chromium.org, CC=tapted@chromium.org Bug: 759870,953293 Change-Id: I2f79320daef4bcbdade6076960f4a13f235bd3f0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1570527 Commit-Queue: Etienne Bergeron <etienneb@chromium.org> Reviewed-by:
Alexei Svitkine <asvitkine@chromium.org> Reviewed-by:
Robert Liao <robliao@chromium.org> Cr-Commit-Position: refs/heads/master@{#657348}
-
Fabrice de Gans-Riberi authored
The test is flaky on Fuchsia. Bug: 760687 Change-Id: I7cfbd58fc0a1c5641e1f5d2e78d470536a100f9d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1599672 Commit-Queue: Fabrice de Gans-Riberi <fdegans@chromium.org> Commit-Queue: Ben Kelly <wanderview@chromium.org> Auto-Submit: Fabrice de Gans-Riberi <fdegans@chromium.org> Reviewed-by:
Ben Kelly <wanderview@chromium.org> Cr-Commit-Position: refs/heads/master@{#657347}
-
Scott Violet authored
BUG=958121 TEST=covered by tests Change-Id: I27bbdb4021ff506ac683948b383fc0559a2b823a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1595980Reviewed-by:
Ahmed Fakhry <afakhry@chromium.org> Commit-Queue: Scott Violet <sky@chromium.org> Cr-Commit-Position: refs/heads/master@{#657346}
-
Ian Clelland authored
TBR=majidvp@chromium.org Bug: 960443 Change-Id: Iba5fcf6c70d4c5cf1539f518645de8ec7cd1bd12 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1598839Reviewed-by:
Ian Clelland <iclelland@chromium.org> Commit-Queue: Ian Clelland <iclelland@chromium.org> Cr-Commit-Position: refs/heads/master@{#657345}
-
chromium-autoroll authored
https://chromium.googlesource.com/angle/angle.git/+log/b62fce1587b9..e76c5c3c3246 git log b62fce1587b9..e76c5c3c3246 --date=short --no-merges --format='%ad %ae %s' 2019-05-07 timvp@google.com Vulkan: Enable drawRangeElements() Created with: gclient setdep -r src/third_party/angle@e76c5c3c3246 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=jonahr@chromium.org Change-Id: Ie72863758fcc9ae56799688c281128a38a354f81 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1598510Reviewed-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@{#657344}
-
Esmael El-Moslimany authored
Bug: 949508 Change-Id: I59edf4066c7090598cf1bf9a723a6ec955c46f2b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1597640Reviewed-by:
Hector Carmona <hcarmona@chromium.org> Commit-Queue: Esmael El-Moslimany <aee@chromium.org> Cr-Commit-Position: refs/heads/master@{#657343}
-
Koji Ishii authored
This patch excludes out-of-flow objects in children of NGPaintFragment. NGPaintFragment tree is created for each inline formatting context. Roots of inline formatting contexts (e.g., floats, OOF, or inline blocks) are included only to make traversal possible. Because OOF objects always have self painting layer, |LayerPainter| handles traverslas during painting and hit- testing. Having them as a child is not needed. Note, |HasSelfPaintingLayer()| cannot be used for this purpopse because it may change without re-layout, for other cases than OOF objects. Bug: 635619 Change-Id: Ifcbe594fbb304391c71a305db1878fc51c021b2f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1596913 Commit-Queue: Koji Ishii <kojii@chromium.org> Commit-Queue: Emil A Eklund <eae@chromium.org> Reviewed-by:
Xianzhu Wang <wangxianzhu@chromium.org> Reviewed-by:
Emil A Eklund <eae@chromium.org> Reviewed-by:
Aleks Totic <atotic@chromium.org> Cr-Commit-Position: refs/heads/master@{#657342}
-
Caroline Rising authored
Bug: 910739 Change-Id: I4760964b811704f4756317c2cb1107e676b5686b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1594148Reviewed-by:
Dana Fried <dfried@chromium.org> Commit-Queue: Caroline Rising <corising@chromium.org> Cr-Commit-Position: refs/heads/master@{#657341}
-
Etienne Bergeron authored
This CL is inlining the call to GetFamilyNameFromDirectWriteFont into the fallback function. The goal is to remove the dependency with PlatformFontWin which will be removed soon. R=robliao@chromium.org, asvitkine@chromium.org Bug: 944227 Change-Id: I8268ac0c052fb3a54f053fa86f7bfbe3397fc371 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1572919 Commit-Queue: Etienne Bergeron <etienneb@chromium.org> Reviewed-by:
Alexei Svitkine <asvitkine@chromium.org> Cr-Commit-Position: refs/heads/master@{#657340}
-
iOS Autoroller authored
TBR=smut Change-Id: Ib3ee58cd10c769e825545f0aaabd94ebf3d53866 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1598471Reviewed-by:
iOS Autoroller <ios-autoroller@chromium.org> Commit-Queue: iOS Autoroller <ios-autoroller@chromium.org> Cr-Commit-Position: refs/heads/master@{#657339}
-
Antonio Gomes authored
Similarly to https://crrev.com/c/1599708, this CL switch service_worker_installed_scripts_manager.cc to use the de-facto way of posting a CrossThredBind'ed task in Blink BUG=None R=jbroman@chromium.org Change-Id: Ib9c09c2ef102df8af0be013a42d563f081866042 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1599711 Commit-Queue: Antonio Gomes <tonikitoo@igalia.com> Commit-Queue: Jeremy Roman <jbroman@chromium.org> Auto-Submit: Antonio Gomes <tonikitoo@igalia.com> Reviewed-by:
Jeremy Roman <jbroman@chromium.org> Cr-Commit-Position: refs/heads/master@{#657338}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/bcb4fd9c4614..5bb5672636ff Created with: gclient setdep -r src-internal@5bb5672636ff 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. CQ_INCLUDE_TRYBOTS=luci.chrome.try:linux-chromeos-chrome TBR=nhiroki@chromium.org,iclelland@chromium.org,dullweber@chromium.org,jrummell@chromium.org Change-Id: I5b2a28d464710273738d9ac016938f9bbb475e9d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1598509Reviewed-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@{#657337}
-
Kyle Milka authored
Bug: 937570 Change-Id: I529e8ed78178c3af587091b6ddc67df6e3e2e867 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1595023Reviewed-by:
Gayane Petrosyan <gayane@chromium.org> Commit-Queue: Kyle Milka <kmilka@chromium.org> Cr-Commit-Position: refs/heads/master@{#657336}
-
Vlad Tsyrklevich authored
This is a reland of 20e6edd5 with tests disabled when run under a sanitizer that replaces malloc(). When such a sanitizer is in use PartitionAlloc defaults to malloc/free and the PartitionAlloc hooks are ignored. Original change's description: > GWP-ASan: Add PartitionAlloc client hooks > > Add sampling shims for PartitionAlloc allocations to the GWP-ASan > client. One of PartitionAlloc's core security guaranteees is that > allocations with different types are always segregated in memory so that > use-after-frees can only be exploited within a given partition. > > For now I have not yet taught the GuardedPageAllocator about types, > instead I only allow allocating every page a single time so that no two > allocations overlap to ensure this property. This is sufficient for a > prototype to test in-the-wild but will need to be fixed before enabling > widely. > > Crash handler support and wiring into chrome/ will follow. > > Bug: 956824 > Change-Id: If98f6ca2b6aa9d8ffc1d5300e319d0c38c71458b > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1597192 > Auto-Submit: Vlad Tsyrklevich <vtsyrklevich@chromium.org> > Reviewed-by: Vitaly Buka <vitalybuka@chromium.org> > Commit-Queue: Vitaly Buka <vitalybuka@chromium.org> > Cr-Commit-Position: refs/heads/master@{#657097} TBR=vitalybuka@chromium.org Bug: 956824 Change-Id: I70f1acdf063facc36c4d1687c41cd32b592b6655 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1598332Reviewed-by:
Vlad Tsyrklevich <vtsyrklevich@chromium.org> Commit-Queue: Vlad Tsyrklevich <vtsyrklevich@chromium.org> Cr-Commit-Position: refs/heads/master@{#657335}
-
Tony de Luna authored
This CL removes GetErrorScreen(). This function is not implemented and has no callers. Change-Id: Icffc713e6534c14f1f2feb6cb030e7f4b57e561e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1598268Reviewed-by:
Toni Baržić <tbarzic@chromium.org> Reviewed-by:
Alexander Alekseev <alemate@chromium.org> Commit-Queue: Tony De Luna <tonydeluna@chromium.org> Cr-Commit-Position: refs/heads/master@{#657334}
-
Koji Ishii authored
TBR=eae@chromium.org NOTRY=true Bug: 921318, 909597 Change-Id: I56f4591d6e3b6ae3d83c749bd55dab892481994f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1599809Reviewed-by:
Koji Ishii <kojii@chromium.org> Reviewed-by:
Emil A Eklund <eae@chromium.org> Commit-Queue: Koji Ishii <kojii@chromium.org> Commit-Queue: Emil A Eklund <eae@chromium.org> Cr-Commit-Position: refs/heads/master@{#657333}
-
Matt Mueller authored
Accept both old "hex_encoded_bytes" and new "bytes" dumps. Change-Id: I6afb3aacf98080b1da97a846fdf83f852e1c69d3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1598286Reviewed-by:
Eric Roman <eroman@chromium.org> Commit-Queue: Matt Mueller <mattm@chromium.org> Cr-Commit-Position: refs/heads/master@{#657332}
-
Chromium WPT Sync authored
Using wpt-import in Chromium c2b36a5a. With Chromium commits locally applied on WPT: e28269b6 "[LayoutNG/PE] Clear visual overflow for LayoutText before setting." aff3c8fe "Add tests for crbug.com/363609 and crbug.com/954591" c4dc3441 "[WPT] Reland Upload a test for sending mouse events with key pressed" 9492aa14 "Add touchTapInTarget function for wpt touch event tests" eb4c1182 "Add pointerDragInTarget function for wpt touch event tests" fec827fb "Added wpt tests for overscroll customization." a554ea37 "Reland "[EventTiming] Round instead of ceil the |duration|"" a06bcc90 "WebXR: Rename requestSession parameter variables to match use" 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=lpz No-Export: true Change-Id: Ibeb1b4b147bb8d6420dd17c08a43279e96bb0318 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1598196Reviewed-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@{#657331}
-