- 11 Jul, 2019 40 commits
-
-
Dana Fried authored
Update to code was using non-normalized insets to calculate positioning when justifying elements left, right, or center along the main axis. Change-Id: I9892572ab37174fe14c20b2b0a1431377092098e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1696453Reviewed-by:
Collin Baker <collinbaker@chromium.org> Commit-Queue: Dana Fried <dfried@chromium.org> Cr-Commit-Position: refs/heads/master@{#676262}
-
John Abd-El-Malek authored
Bug: 977873 Change-Id: I953a7bbc3a3dcf4442126136cca36812d8a51f8b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1696218 Commit-Queue: Kinuko Yasuda <kinuko@chromium.org> Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Reviewed-by:
Nate Fischer <ntfschr@chromium.org> Auto-Submit: John Abd-El-Malek <jam@chromium.org> Cr-Commit-Position: refs/heads/master@{#676261}
-
Minggang Wang authored
This CL changes the typemapping of network.mojom.HttpRequestHeaders for Blink variant. See details below: Before: typemap with blink::HTTPHeaderMap After : typemap with net::HttpRequestHeaders This CL is part of a series of CLs which are targeted to typemap network.mojom.URLRequest with network::ResourceRequest for Blink variant finally. 1. https://chromium-review.googlesource.com/c/chromium/src/+/1669131 2. https://chromium-review.googlesource.com/c/chromium/src/+/1672768 3. This CL 4. https://chromium-review.googlesource.com/c/chromium/src/+/1679984 5. https://chromium-review.googlesource.com/c/chromium/src/+/1683493 BUG=860403 Change-Id: I29111a6ef8a094028c8f7919cca7761f9e1d84a6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1680505 Commit-Queue: Minggang Wang <minggang.wang@intel.com> Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Reviewed-by:
Makoto Shimazu <shimazu@chromium.org> Cr-Commit-Position: refs/heads/master@{#676260}
-
David Staessens authored
When running the new video decoder tests in allocate mode, sometimes the video player will not receive the last frame, making the tests fails. This happens because the WrapVideoFrame method is only supported in import mode, and a workaround is used in allocate mode. To fix this issue logic is added to manually wrap frames in a similar way when using allocate mode. This is also required to run the video decoder performance tests on allocate-only platforms. TEST=./video_decode_accelerator_tests on nyan_big BUG=957808 Change-Id: Ibf29e9f716beef8aaf1a27904e2220399418c209 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1688773 Commit-Queue: David Staessens <dstaessens@chromium.org> Reviewed-by:
Hirokazu Honda <hiroh@chromium.org> Cr-Commit-Position: refs/heads/master@{#676259}
-
Alex Cooper authored
Also simplifies events_deviceconnect, though because that tests behavior that doesn't appear to be specced, that test is left internal. Bug: 979316 Change-Id: I55cdb925aac9c2317d0a2b9f44f8eb368048aa5e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1693775 Commit-Queue: Alexander Cooper <alcooper@chromium.org> Reviewed-by:
Bill Orr <billorr@chromium.org> Cr-Commit-Position: refs/heads/master@{#676258}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/cc3264288255..c38cfa99a722 git log cc3264288255..c38cfa99a722 --date=short --no-merges --format='%ad %ae %s' 2019-07-10 bsalomon@google.com Third land of "Restore GL_UNPACK_ROW_LENGTH to 0 between MIP levles" 2019-07-10 egdaniel@google.com Add missing RGB_888x colorType to GL RGBA format. 2019-07-10 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial). 2019-07-10 mtklein@google.com lifetime analysis readability refactor 2019-07-10 brianosman@google.com Remove MSVC 2015 toolchain remnants 2019-07-10 robertphillips@google.com Fix assert 2019-07-10 bsalomon@google.com Try GrGLSizedInternalFormat enum 2019-07-10 senorblanco@chromium.org Add first Dawn dependencies. 2019-07-10 bsalomon@google.com Blacklist ColorTypeBackendAllocationTest on MoltenVK 2019-07-10 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial). 2019-07-10 reed@google.com Move test around in cubic_solver to test function, not delta_t. Created with: gclient setdep -r src/third_party/skia@c38cfa99a722 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 BUG=chromium:981254,chromium:b/137017906 TBR=fmalita@google.com Change-Id: I2ce56c5148458b932ebbb56c6a5660eefdae4783 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1696802Reviewed-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@{#676257}
-
Lukasz Anforowicz authored
Bug: 975222 Change-Id: I8b7f7b1bc67c4b90c9431d6f648d389f8ffbe8b5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1686613Reviewed-by:
Charlie Reis <creis@chromium.org> Reviewed-by:
Steven Holte <holte@chromium.org> Commit-Queue: Steven Holte <holte@chromium.org> Auto-Submit: Łukasz Anforowicz <lukasza@chromium.org> Cr-Commit-Position: refs/heads/master@{#676256}
-
Jun Mukai authored
The page transition in ash::PaginationModel is used to provide the animation effect on several views in ash, but currently this is the default gfx::Animation which runs independently from the compositor. It would be plausible to run with the compositor by using AnimationDelegateViews. The use of UnifiedSystemTralModel is still TODO, so the use of the compositor is still optional. Bug: 980722 Test: ash_unittests Change-Id: I34a1cb2f8b179354a99bf5bcaad07249ca252fda Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1692976 Commit-Queue: Jun Mukai <mukai@chromium.org> Reviewed-by:
Sadrul Chowdhury <sadrul@chromium.org> Reviewed-by:
Mitsuru Oshima <oshima@chromium.org> Cr-Commit-Position: refs/heads/master@{#676255}
-
Katie Dillon authored
The third experiment for prioritizing the compositor building off of this cl: https://chromium-review.googlesource.com/c/chromium/src/+/1626020 This experiment alternates the compositor priority so that compositor tasks are prioritized but mostly does not run compositor tasks back-to-back: + If a compositor task has just run, set the priority to Normal. + If a non-compositor task has just run, set the priority to VeryHigh. + If the priority has been set to Highest, it will be left at Highest, regardless of what kind of task was just run. Bug: 966177 Change-Id: I43b4b67f90acae1c6b8e944160c6c12dfdc472af Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1647141 Commit-Queue: Katie Dillon <kdillon@chromium.org> Reviewed-by:
Alexander Timin <altimin@chromium.org> Reviewed-by:
Scott Haseley <shaseley@chromium.org> Cr-Commit-Position: refs/heads/master@{#676254}
-
Andrew Xu authored
This CL is the first part of code to implement the arrow button in the overflow bubble view. See more details from the below doc link: https://docs.google.com/document/d/1dO4H_4T6ttWFc75nCNi2Uh18k-3_M8-eOHcfMTcNwd0/edit?usp=sharing Bug: 918024 Change-Id: I6f8bf2dfe4871e2457947468696834adbd5d264d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1686782 Commit-Queue: Andrew Xu <andrewxu@chromium.org> Reviewed-by:
Mitsuru Oshima <oshima@chromium.org> Cr-Commit-Position: refs/heads/master@{#676253}
-
dpapad authored
These were previously defined within shared/module_metrics_proxy.js, even though they are only used within their respective folders. Moreover module_metrics_proxy.js was working around a Closure compiler bug, which resulted in a weird pattern (having code after cr.define), making it harder to auto-generate a JS Module from this file, which is the motivation for this change. Bug: 965770 Change-Id: I098490ccb82af60fbdc632a91a1fb7b7da13e040 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1696684Reviewed-by:
Hector Carmona <hcarmona@chromium.org> Commit-Queue: Demetrios Papadopoulos <dpapad@chromium.org> Cr-Commit-Position: refs/heads/master@{#676252}
-
Alex Khouderchah authored
Bug: 975239, 975012 Change-Id: Ic82c4e20c610071b0452926b3c662250b0b4fe16 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1696143 Auto-Submit: Alex Khouderchah <akhouderchah@chromium.org> Reviewed-by:
Stephen Chenney <schenney@chromium.org> Commit-Queue: Stephen Chenney <schenney@chromium.org> Cr-Commit-Position: refs/heads/master@{#676251}
-
Alex Khouderchah authored
Bug: 974979 Change-Id: Ib72755080f7658e8260e26f7c920109a95a2afd6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1696122 Auto-Submit: Alex Khouderchah <akhouderchah@chromium.org> Reviewed-by:
Stephen Chenney <schenney@chromium.org> Commit-Queue: Stephen Chenney <schenney@chromium.org> Cr-Commit-Position: refs/heads/master@{#676250}
-
John Emau authored
The text is bolded and visually represents the start of a workspace folder mapping so a heading role is appropriate, level 2 was chosen because the tab heading will be level 1 (https://crrev.com/c/1658659). Now screen readers can easily jump to a workspace mapping. NVDA screenshot: https://i.imgur.com/XU8votp.png This change meets success criteria for WCAG 1.3.1 Info and Relationships. See: https://www.w3.org/WAI/WCAG21/quickref/#info-and-relationships Screenshot: https://i.imgur.com/uVZ6xqH.png Bug: 963183 Change-Id: I4871cc7fe9779c523e7c87089a33d1d12b119e13 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1658641 Commit-Queue: John Emau <johnemau@microsoft.com> Reviewed-by:
Erik Luo <luoe@chromium.org> Cr-Commit-Position: refs/heads/master@{#676249}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/2bf119af6d9c..e34ebb7382bc Created with: gclient setdep -r src-internal@e34ebb7382bc The AutoRoll server is located here: https://skia-autoroll.corp.goog/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=hcarmona@google.com,hajimehoshi@google.com,jbroman@google.com Change-Id: Ia1cbe096bf8baed1f8d5269786ac4e8e772a5069 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1696801Reviewed-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@{#676248}
-
Findit authored
This reverts commit ee11d579. Reason for revert: Findit (https://goo.gl/kROfz5) identified CL at revision 676123 as the culprit for failures in the build cycles as shown on: https://analysis.chromium.org/waterfall/culprit?key=ag9zfmZpbmRpdC1mb3ItbWVyRAsSDVdmU3VzcGVjdGVkQ0wiMWNocm9taXVtL2VlMTFkNTc5ZDRhZWM3YWUzZGIzMmRiOWVlMTBkOWVjMThmMGVkNmYM Sample Failed Build: https://ci.chromium.org/buildbot/chromium.memory/Linux%20ChromiumOS%20MSan%20Tests/13978 Sample Failed Step: chromeos_unittests Original change's description: > PpdProvider non-USB printer log spam fix > > Currently calling ResolveUsbManufacturer for ALL printers that fail ppd > matching; now correctly filtering for usb printers. > > Bug: none > Test: manually confirmed removed log spam > Change-Id: I71b601d496001fc2c1ea14ca1281046f245d1c58 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1696187 > Reviewed-by: Sean Kau <skau@chromium.org> > Commit-Queue: Luum Habtemariam <luum@chromium.org> > Cr-Commit-Position: refs/heads/master@{#676123} Change-Id: If99b945acc97f9d361ab7f888591916781c984ef No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: none Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1696837 Cr-Commit-Position: refs/heads/master@{#676247}
-
Minggang Wang authored
This CL builds typemapping network.mojom.RequestPriority=net::RequestPriority for Blink variant. Because the struct traits exist, we reuse them. This CL is part of a series of CLs which are targeted to typemap network.mojom.URLRequest with network::ResourceRequest for Blink variant finally. 1. https://chromium-review.googlesource.com/c/chromium/src/+/1669131 2. This CL 3. https://chromium-review.googlesource.com/c/chromium/src/+/1680505 4. https://chromium-review.googlesource.com/c/chromium/src/+/1679984 5. https://chromium-review.googlesource.com/c/chromium/src/+/1683493 BUG=860403 Change-Id: Ibc736d0dd671f0057aa5484076effdea5d9c0941 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1672768 Commit-Queue: Minggang Wang <minggang.wang@intel.com> Reviewed-by:
Makoto Shimazu <shimazu@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Cr-Commit-Position: refs/heads/master@{#676246}
-
evliu authored
This CL moves div with the default route-path outside of the template whose visibility depends on a feature flag. Bug: 980783 Change-Id: I011839bb20efde9435fe007ba270cc6fea9bdd2b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1687567 Commit-Queue: Evan Liu <evliu@google.com> Reviewed-by:
Demetrios Papadopoulos <dpapad@chromium.org> Auto-Submit: Evan Liu <evliu@google.com> Cr-Commit-Position: refs/heads/master@{#676245}
-
David Staessens authored
This CL adds a new test to the video_decode_accelerator_tests binary, which tests decoding a video in allocate mode. This test is automatically skipped on platforms that only support allocate mode, which already run all tests in allocate mode. TEST=./video_decode_accelerator_tests on eve BUG=953122 Change-Id: I82347bc7230ab9afed26199d43e55954b4a4558b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1688750 Commit-Queue: David Staessens <dstaessens@chromium.org> Reviewed-by:
Hirokazu Honda <hiroh@chromium.org> Cr-Commit-Position: refs/heads/master@{#676244}
-
Evan Stade authored
A lot of notification icons can be moved from //ash/public/cpp/vector_icons to //chrome/app/vector_icons. notification_settings.icon is the same as settings.icon, so combine those and move them to //components/vector_icons. (The one in //ash/resources/vector_icons is slightly different, although I suspect it should also be merged.) Bug: 978483 Change-Id: I4fe5bfe33df4725e573a2aec4de1b01bdcd6308f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1693505Reviewed-by:
James Cook <jamescook@chromium.org> Reviewed-by:
Lei Zhang <thestig@chromium.org> Commit-Queue: Evan Stade <estade@chromium.org> Cr-Commit-Position: refs/heads/master@{#676243}
-
Eric Willigers authored
https://drafts.csswg.org/css-fonts-4/#font-family-prop Initial: depends on user agent We can't simply have "times new roman" in our test expectations, as Mac 10.10 .. 10.12 have Times instead. Bug: 966249 Change-Id: I091924585e05b2b085ab420ac553233f7346e79d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1695581 Commit-Queue: Eric Willigers <ericwilligers@chromium.org> Reviewed-by:
Dominik Röttsches <drott@chromium.org> Cr-Commit-Position: refs/heads/master@{#676242}
-
Emil A Eklund authored
Text shaping processes runs according to font fallback and produces out- of-sequence text runs. These runs then need to be sorted in visual order and that happens in ShapeResult::InsertRun by linearly scanning previous runs until the appropriate insert location is identified. This is rather slow and inefficient, especially for large blocks of plain text content. This patch replaces the linear scan with a more efficient binary search. Bug: 981518 Change-Id: I781c768a7f6d129c2998e725e9c889332eb43675 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1695756 Commit-Queue: Emil A Eklund <eae@chromium.org> Commit-Queue: Koji Ishii <kojii@chromium.org> Reviewed-by:
Koji Ishii <kojii@chromium.org> Cr-Commit-Position: refs/heads/master@{#676241}
-
Noel Gordon authored
Update the <files-metadata-box> ifd property to process RAW image file ifd data: cameraModel, aperture, exposureTime, and so on. Bug: 965370 Change-Id: Ibad7731889919d576e0f6c61e39bc5c9b98b72c1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1695743Reviewed-by:
Alex Danilo <adanilo@chromium.org> Commit-Queue: Noel Gordon <noel@chromium.org> Cr-Commit-Position: refs/heads/master@{#676240}
-
John Emau authored
Support for ES9 features like object spread was enabled in https://crrev.com/d2af1fc Change-Id: I938768072adc451d006f6f7d374bd7148a3bf084 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1689002Reviewed-by:
Erik Luo <luoe@chromium.org> Commit-Queue: John Emau <johnemau@microsoft.com> Cr-Commit-Position: refs/heads/master@{#676239}
-
David Staessens authored
This CL changes the logic used to disable frame validation when running the video_decode_accelerator_tests binary. Currently when '--disable_validator' is specified the frame validator will be disabled and the thumbnail test will be run. This CL changes this logic to automatically switch to the thumnail test when support for import mode is not detected. The '--disable_validator' parameter is now used to both disable the video frame validator (on platforms supporting import mode) and the thumbnail test (on platforms only supporting allocate mode). TEST=./video_decode_accelerator_tests on nyan_big BUG=None Change-Id: Ia79acd8557ad102ac6ab4c97a5d1502818a14a83 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1688493 Commit-Queue: David Staessens <dstaessens@chromium.org> Reviewed-by:
Hirokazu Honda <hiroh@chromium.org> Cr-Commit-Position: refs/heads/master@{#676238}
-
Alex Khouderchah authored
Bug: 975280, 975081 Change-Id: Iffa7f24ea7c8eeb7c2df2e4f5540e9794edfa2c2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1696082 Auto-Submit: Alex Khouderchah <akhouderchah@chromium.org> Reviewed-by:
Stephen Chenney <schenney@chromium.org> Commit-Queue: Stephen Chenney <schenney@chromium.org> Cr-Commit-Position: refs/heads/master@{#676237}
-
Alex Cooper authored
For immersive sessions the XRFrameProvider checks if the session is still present before continuing execution, but no similar checks are done to the inline sessions. This fixes that behavior. Bug: 982971 Change-Id: I63c9476bde10e4b399b432fd446966436919e68f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1696685 Commit-Queue: Alexander Cooper <alcooper@chromium.org> Commit-Queue: Bill Orr <billorr@chromium.org> Reviewed-by:
Bill Orr <billorr@chromium.org> Auto-Submit: Alexander Cooper <alcooper@chromium.org> Cr-Commit-Position: refs/heads/master@{#676236}
-
Jinsuk Kim authored
https://crrev.com/c/1659652 introduced flickering in toolbar in TWA. There is a race between BrowserControlsOffsetHelper and FullscreenManager which get its current tab updated via observer. The issue happens when the former calls the latter which still refers to the old tab. This CL addresses it by merging BrowserControlsOffsetHelper into ChromeFullscreenManager to use a single tab observer. Bug: 978941 Change-Id: Ifb8e2f404c9070a51d418a5f232b62dfd6819c39 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1683355 Commit-Queue: Jinsuk Kim <jinsukkim@chromium.org> Reviewed-by:
Theresa <twellington@chromium.org> Reviewed-by:
Matthew Jones <mdjones@chromium.org> Cr-Commit-Position: refs/heads/master@{#676235}
-
Alex Danilo authored
Adds support for the 'error' status returned from file operations in progress. Also allows the error panel item to be dismissed. The error message can be too long to show on one line with the maximum width of the panels, so it's split into 2 lines using regexps. This will need an integration test to make sure translations fit in the maximum width without generating ellipsis. Bug: 947388, 979374 Change-Id: I3d33a5ab821c574cc454fb3520089cd949898e4a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1692422Reviewed-by:
Noel Gordon <noel@chromium.org> Commit-Queue: Alex Danilo <adanilo@chromium.org> Cr-Commit-Position: refs/heads/master@{#676234}
-
chromium-autoroll authored
https://chromium.googlesource.com/angle/angle.git/+log/fba3e64e8086..8db211bc8d28 git log fba3e64e8086..8db211bc8d28 --date=short --no-merges --format='%ad %ae %s' 2019-07-10 jonahr@google.com Fix CopyTexture to support GL_LUMINANCE/ALPHA/LUMINANCE_ALPHA Created with: gclient setdep -r src/third_party/angle@8db211bc8d28 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 BUG=chromium:773861 TBR=cwallez@chromium.org Change-Id: Ieb6bcfc4f3f164cb14f4552d9383efd57676e2d7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1696535Reviewed-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@{#676233}
-
Ionel Popescu authored
This change adds support for adjusting the default styling for HTML elements as defined in core/html/resources/html.css in order to provide an updated style when using the refreshed controls UI. Also this change is updating the UI for text related types as an example of how the default styling is adjusted when the FormControlsRefresh is enabled. Bug: 981983, 981984 Change-Id: I8fd32cc090cb8e5d785f758acbed7c3900e5e482 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1691321Reviewed-by:
ccameron <ccameron@chromium.org> Reviewed-by:
Chris Harrelson <chrishtr@chromium.org> Reviewed-by:
Kent Tamura <tkent@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Commit-Queue: Ionel Popescu <iopopesc@microsoft.com> Cr-Commit-Position: refs/heads/master@{#676232}
-
BUG=762641 TBR=stevenjb@google.com Change-Id: If963a7ac93e0cd6648a0bd07538861bed20dae7f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1696764Reviewed-by:
ChromeOS bot <3su6n15k.default@developer.gserviceaccount.com> Commit-Queue: ChromeOS bot <3su6n15k.default@developer.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#676231}
-
Ben Kelly authored
This CL also adds the cache-storage-sequence virtual test suite for cache_storage and service worker wpt tests. Bug: 960012 Change-Id: I959a7ba5dd7a3336744301a158a5bd06bf5d158b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1670487Reviewed-by:
Daniel Murphy <dmurph@chromium.org> Commit-Queue: Ben Kelly <wanderview@chromium.org> Cr-Commit-Position: refs/heads/master@{#676230}
-
Min Qin authored
Some servers don't handle range request very well, they can send a different range of the content that cannot be decoded if content-encoding is used. In that case, we should treat the interrupt reason as SERVER_NO_RANGE. Currently, bad range is treated as SERVER_BAD_CONTENT. That will cause download to no longer resume as the resume mode is invalid. And decoding failure is treated as NETWORK_FAILED. That causes the download to resume over and over without making any progress. BUG=978584 Change-Id: Ic83bf0e050b98730ff1b82f111bb45ae6cb71509 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1696176 Commit-Queue: Min Qin <qinmin@chromium.org> Reviewed-by:
Xing Liu <xingliu@chromium.org> Cr-Commit-Position: refs/heads/master@{#676229}
-
Jeevan Shikaram authored
This CL removes the pin to shelf toggle from the metadata view and places it as the first row item. The pin to shelf item is also hidden for the main browser app. Bug: 977054, 971528, 965906 Change-Id: I4699adff9effb61711407ffa7876b2e10195d876 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1670630 Commit-Queue: Jeevan Shikaram <jshikaram@chromium.org> Reviewed-by:
Dominick Ng <dominickn@chromium.org> Reviewed-by:
calamity <calamity@chromium.org> Cr-Commit-Position: refs/heads/master@{#676228}
-
chromium-autoroll authored
https://chromium.googlesource.com/catapult.git/+log/edc9d42942af..b79dda949e88 git log edc9d42942af..b79dda949e88 --date=short --no-merges --format='%ad %ae %s' 2019-07-10 benjhayden@chromium.org Servicify upload and api. 2019-07-10 bikineev@chromium.org Add metrics for Blink GC background sweeping events Created with: gclient setdep -r src/third_party/catapult@b79dda949e88 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 BUG=chromium:941888,chromium:917914,chromium:918193,chromium:967258 TBR=sadrul@google.com Change-Id: I97210b01164eabf01f383dec973c9faccf264192 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1696538Reviewed-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@{#676227}
-
Dana Fried authored
Method was never implemented. Change-Id: Ide33c82c110888e0b4075eb7403f2cbb067e524f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1696342 Commit-Queue: Dana Fried <dfried@chromium.org> Reviewed-by:
Bret Sepulveda <bsep@chromium.org> Cr-Commit-Position: refs/heads/master@{#676226}
-
Noel Gordon authored
ImageLoaderClient is throwing DOM exceptions while processing requests {ImageLoaderRequest} that have no request URL. Odd, the request URL is required (it keys the ImageLoader caches). Tracked the source of these “no-url” requests down to the FileList thumbnail loader. The FileList thumbnail loader sends ImageLoaderClient requests for the file list entries while the user is scrolling the FileList. So it is a good idea to avoid doing unnecessary work therein (it’s hot code). Change the FileList thumbnail loader to setup the URL first and reject early with an ImageLoaderResponse error if there is no URL to request. Enjoy the faster scrolling, CPU and power savings, that result. Bug: 965370 Change-Id: I5dd9a1390bc1f92010aea1b4ca2e8a50b67177df Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1695661Reviewed-by:
Alex Danilo <adanilo@chromium.org> Commit-Queue: Noel Gordon <noel@chromium.org> Cr-Commit-Position: refs/heads/master@{#676225}
-
John Emau authored
Bug: 963183 Change-Id: I66347f5fae2e327127d9c06a2b4db0518af7c6c0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1683132Reviewed-by:
Erik Luo <luoe@chromium.org> Commit-Queue: John Emau <johnemau@microsoft.com> Cr-Commit-Position: refs/heads/master@{#676224}
-
chromium-autoroll authored
https://chromium.googlesource.com/external/github.com/KhronosGroup/glslang/+log/f970253a5d41..c538b5d796fb git log f970253a5d41..c538b5d796fb --date=short --no-merges --format='%ad %ae %s' 2019-07-10 johnkslang@users.noreply.github.com Merge pull request #1832 from jeffbolznv/issue1828 Created with: gclient setdep -r src/third_party/glslang/src@c538b5d796fb The AutoRoll server is located here: https://autoroll.skia.org/r/glslang-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=radial-bots+chrome-roll@google.com,cwallez@chromium.org Change-Id: Ic5d679f14142c6476acbd259035ff96fbd03ff39 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1696118Reviewed-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@{#676223}
-