- 09 Jul, 2019 40 commits
-
-
Lan Wei authored
When we filter the touch move messages which are not in contact with the digitizer surface with a flag "POINTER_FLAG_INCONTACT", we should not check for "POINTER_FLAG_INRANGE", because they are not in the detection range of the screen of the digitizer. This is based on the messages we get from the smart board touch device. Bug: 874948 Change-Id: I06bfd9a4048aa9800c59d974548bc8d82375b8ee Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1691150Reviewed-by:
Scott Violet <sky@chromium.org> Commit-Queue: Lan Wei <lanwei@chromium.org> Cr-Commit-Position: refs/heads/master@{#675632}
-
Edvard Thörnros authored
The method now takes in an argument of which interval to look at. This makes it clearer what piece of state is being used in the method and it makes it easier to make future changes to the code base, where dependencies are tangled. This is the second step in a series of commits to be able to separate the timing logic from the updating logic. This aims to make it easier to make upcoming edits. No changes should be made with this commit in how the application functions or the runtime. Bug: 981522, 641437 Change-Id: I6be50e1d6812d0238a127a42f582fbc44c82b265 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1692575 Commit-Queue: Edvard Thörnros <edvardt@opera.com> Commit-Queue: Fredrik Söderquist <fs@opera.com> Auto-Submit: Edvard Thörnros <edvardt@opera.com> Reviewed-by:
Fredrik Söderquist <fs@opera.com> Cr-Commit-Position: refs/heads/master@{#675631}
-
Anton Bikineev authored
This patch also adds sweeper_scheduler that schedules sweeping tasks (currently no-ops) in background threads. Bug: 967258 Change-Id: I0074b3ae52cb02be8e9929a1562fdb4f59481d47 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1688892 Commit-Queue: Anton Bikineev <bikineev@chromium.org> Reviewed-by:
Michael Lippautz <mlippautz@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Cr-Commit-Position: refs/heads/master@{#675630}
-
Omer Katz authored
Prefinalizer clears image resource (as previous destructor did) and invalidates the current element. Bug: 981043 Change-Id: If36c30923b2be5c1713b23d4021dfe800f7d73ac Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1690874 Commit-Queue: Omer Katz <omerkatz@chromium.org> Reviewed-by:
Michael Lippautz <mlippautz@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Cr-Commit-Position: refs/heads/master@{#675629}
-
Jordan Demeulenaere authored
Before this change, entering the PROMPT state with TalkBack enabled and no touchable area would hide the overlay instead of showing a full overlay. This CL ensures that we don't set the overlay state to PARTIAL if there is no touchable area. After this change, entering the PROMPT state with TalkBack enabled and no touchable area will correctly show a full overlay. Bug: b/137072369 Change-Id: Ic75392838be3cf865b5fd471b51d9fecabae3529 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1692170 Commit-Queue: Jordan Demeulenaere <jdemeulenaere@chromium.org> Auto-Submit: Jordan Demeulenaere <jdemeulenaere@chromium.org> Reviewed-by:
Stephane Zermatten <szermatt@chromium.org> Cr-Commit-Position: refs/heads/master@{#675628}
-
Rouslan Solomakhin authored
Feature status: https://chromestatus.com/feature/5709702556024832 Intent to remove: https://groups.google.com/a/chromium.org/d/msg/blink-dev/5gxzhdS1KNs/Fs-Bvz4iAQAJ Bug: 981907 Change-Id: I7646bc0b22e1d7853a809609f143e5fec7bed34a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1688546Reviewed-by:
Sahel Sharify <sahel@chromium.org> Commit-Queue: Rouslan Solomakhin <rouslan@chromium.org> Cr-Commit-Position: refs/heads/master@{#675627}
-
Peter Beverloo authored
These continue to influence product decisions, so let's revisit next year. Bug: 975107, 975584 Change-Id: Ib8e638f9fdd11acf1cd80d5899a30f75bac00ae0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1674100 Auto-Submit: Peter Beverloo <peter@chromium.org> Reviewed-by:
Ilya Sherman <isherman@chromium.org> Commit-Queue: Peter Beverloo <peter@chromium.org> Cr-Commit-Position: refs/heads/master@{#675626}
-
Julie Jeongeun Kim authored
This CL is a part of moving access token management to OAuth2AccessTokenManager. DeviceOAuth2TokenService stops inheriting from OAuth2TokenService. Instead, it inherits from OAuth2TokenServiceObserver and OAuth2AccessTokenManager::Delegate and holds |token_manager_|. It exposes StartAccessTokenRequest and InvalidateAccessToken. These methods are handled through |token_manager_|. Bug: 967598 Change-Id: I5a9b3a0044eafeb0de412848e0e465203d0cf0a5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1688466Reviewed-by:
Denis Kuznetsov <antrim@chromium.org> Reviewed-by:
Colin Blundell <blundell@chromium.org> Commit-Queue: Julie Jeongeun Kim <jkim@igalia.com> Cr-Commit-Position: refs/heads/master@{#675625}
-
Jimmy Gong authored
Bug: 981958 Change-Id: I518d7bd98a0bf7ee7075d4f9e95f464c0e17ce89 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1687282 Commit-Queue: Bailey Berro <baileyberro@chromium.org> Reviewed-by:
Bailey Berro <baileyberro@chromium.org> Cr-Commit-Position: refs/heads/master@{#675624}
-
Edward Jung authored
Currently chrome:// URLs don't adhere to the prefers-color-scheme media query as the pages are forced to light mode. This enables the feature so that pages like chrome://flags and chrome://dino switch to a dark theme. Bug: 979173 Change-Id: I1f5cb0c58a96786b58b266c8b6514d45c41c6b57 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1685099Reviewed-by:
Dan Beam <dbeam@chromium.org> Commit-Queue: Edward Jung (EMEA) <edwardjung@chromium.org> Cr-Commit-Position: refs/heads/master@{#675623}
-
Chromium WPT Sync authored
Using wpt-import in Chromium f947ee47. With Chromium commits locally applied on WPT: bc7ec548 "MSE: Test addSourceBuffer and changeType relaxed type strictness and allowance for implicit changeType" 250461b3 "Worker: Register a service worker just once for worker subresource interception tests" 2ebcc1f6 "Move movementX/Y calculation for aura pointer-locked state to Blink." 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 Directory owners for changes in this CL: foolip@chromium.org, lpz@chromium.org, robertma@chromium.org: external/wpt/tools NOAUTOREVERT=true TBR=raphael.kubo.da.costa No-Export: true Change-Id: Iac1acd197b62b35db414c7f7ff0469a3d9920d57 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1692324Reviewed-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@{#675622}
-
Sunny Sachanandani authored
Increasing individual GPU thread priorities isn't sufficient due to the effects of priority inversion (with ANGLE worker threads) and priority boosting (of renderer threads). Increasing process priority is less susceptible to these issues. Also ensure vsync thread priority is same as GPU main thread priority in this case. Bug: 965778 Change-Id: I2e7f29b5c9f54ec3f27edfc6f4367d7741251889 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1689921 Commit-Queue: Antoine Labour <piman@chromium.org> Reviewed-by:
Antoine Labour <piman@chromium.org> Auto-Submit: Sunny Sachanandani <sunnyps@chromium.org> Cr-Commit-Position: refs/heads/master@{#675621}
-
Jordan Demeulenaere authored
Before this CL, TalkBack would not announce the onboarding view when focused. This CL correctly sets the content description on the onboarding view, and removes the call to #announceForAccessiblity as we will rely on the BottomSheet to announce it for us when opened instead After this CL, TalkBack announces the onboarding view when focused. Bug: 978295 Change-Id: Ifaba8b3537b8ea97c1fa31ecd56fae8fad3ff5be Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1692569 Commit-Queue: Jordan Demeulenaere <jdemeulenaere@chromium.org> Auto-Submit: Jordan Demeulenaere <jdemeulenaere@chromium.org> Reviewed-by:
Mathias Carlen <mcarlen@chromium.org> Reviewed-by:
Tibor Goldschwendt <tiborg@chromium.org> Cr-Commit-Position: refs/heads/master@{#675620}
-
kylechar authored
Change InProcessContextProvider to use TestGpuServiceHolder instead of GetTestGpuThreadHolder(). Both provide a working GPU thread but TestGpuServiceProvider has a working GpuServiceImpl which is required for SkiaRenderer. A few test suites need mojo initialized for this to work. NativeWindowOcclusionTrackerTest is a special case of tests that aren't browser test based and don't get mojo initialized. We can safely initialize mojo at the start of each test as all interactive_ui_tests run in their own process. exo_unittests had a problem where GL was shutdown before the GPU service. Resetting the GPU service at the end of each test fixes this. Bug: 956144 Change-Id: I0cba4b892e81f50e84b13a20324f7eacd5f3a45c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1632913Reviewed-by:
Mitsuru Oshima <oshima@chromium.org> Reviewed-by:
Scott Violet <sky@chromium.org> Reviewed-by:
Jonathan Backer <backer@chromium.org> Commit-Queue: kylechar <kylechar@chromium.org> Cr-Commit-Position: refs/heads/master@{#675619}
-
v8-ci-autoroll-builder authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/25be7aa2..cd5a318c Please follow these instructions for assigning/CC'ing issues: https://v8.dev/docs/triage-issues Please close rolling in case of a roll revert: https://v8-roll.appspot.com/ This only works with a Google account. CQ_INCLUDE_TRYBOTS=luci.chromium.try:linux-blink-rel CQ_INCLUDE_TRYBOTS=luci.chromium.try:linux_optional_gpu_tests_rel CQ_INCLUDE_TRYBOTS=luci.chromium.try:mac_optional_gpu_tests_rel CQ_INCLUDE_TRYBOTS=luci.chromium.try:win_optional_gpu_tests_rel CQ_INCLUDE_TRYBOTS=luci.chromium.try:android_optional_gpu_tests_rel TBR=hablich@chromium.org,v8-waterfall-sheriff@grotations.appspotmail.com Change-Id: I5885524eba467b3e2e38ed193c042776f677ee96 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1691965Reviewed-by:
v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> Commit-Queue: v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#675618}
-
Vaclav Brozek authored
components/password_manager/core/browser/BUILD.gn contains the huge "browser" target, which bundles a lot of different code modules. While https://crbug.com/974822 tracks breaking this up into finer-grained targets and careful disentangling of the dependencies inside "browser", this particular CL separates out affiliation_utils only, to allow future code additions in the CSV parsing module (https://crbug.com/934326) to avoid depending on "browser". Bug: 974822,934326 Change-Id: I2f7359818544d75a1e15d3e71afffe555e38f539 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1690964Reviewed-by:
Sylvain Defresne <sdefresne@chromium.org> Reviewed-by:
Finnur Thorarinsson <finnur@chromium.org> Reviewed-by:
Jan Wilken Dörrie <jdoerrie@chromium.org> Commit-Queue: Vaclav Brozek <vabr@chromium.org> Cr-Commit-Position: refs/heads/master@{#675617}
-
Mihai Sardarescu authored
This CL removes Signin.RequestHeaderOperation.* histograms as they were never used by the sign-in team and replaces them with logs that would allow us to debug issues as the one in http://crbug.com/865941 (the bug for which these histograms were added). Bug: 974954 Change-Id: I8693fc41135758ab26c44007e1a5cb4e732d4334 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1688783Reviewed-by:
Alex Ilin <alexilin@chromium.org> Commit-Queue: Mihai Sardarescu <msarda@chromium.org> Cr-Commit-Position: refs/heads/master@{#675616}
-
Gabriel Charette authored
This is a pure cut/paste extracted from https://chromium-review.googlesource.com/c/chromium/src/+/1686776/10 which needs TestTaskTracker to be defined before MockTimeDomain (the latter will use the former). This will make it simpler to review actual changes to TestTaskTracker in follow-up CLs. R=alexclarke@chromium.org Bug: 946657 Change-Id: I3d3f3788ca062315a934fada5bb4ea6fc131b3cf Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1687793 Auto-Submit: Gabriel Charette <gab@chromium.org> Reviewed-by:
Alex Clarke <alexclarke@chromium.org> Commit-Queue: Gabriel Charette <gab@chromium.org> Cr-Commit-Position: refs/heads/master@{#675615}
-
Mihai Sardarescu authored
This CL does the following changes: * uses consistent expires_after date for histograms Signin.RefreshTokenRevocation* as they are logically related. * uses expire_after="never" for Signin.RefreshTokenUpdated* and Signin.RefreshTokenRevoked histograms. Bug: 975486, 975871, 975610 Change-Id: Iac5760e1377ebc074ddadc911adc342e19439435 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1688949 Commit-Queue: Mihai Sardarescu <msarda@chromium.org> Reviewed-by:
Alex Ilin <alexilin@chromium.org> Cr-Commit-Position: refs/heads/master@{#675614}
-
Finnur Thorarinsson authored
Speed up the decoding by requesting fewer frames per animation and lengthen the time each frame is shown, to make for a smoother animation. Also, if a frame request exceeds the length of the video, shorten the interval between each frame. Bug: 895776, 656015 Change-Id: If049e24e8e38bf89e6576f685076ec9c538e5cfd Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1689731 Commit-Queue: Finnur Thorarinsson <finnur@chromium.org> Reviewed-by:
Theresa <twellington@chromium.org> Cr-Commit-Position: refs/heads/master@{#675613}
-
Antonio Gomes authored
... as well as mock_media_stream_video_sink.cc|h, which they depend on. Unit tests now live along side with their respective implementation files. This CL is part of the phase 1.3.2 of the effort described on [1]. [1] https://docs.google.com/document/d/1rHJGi1U72qZsOGIctIf7GKRaY8d7BgtVW8MaMYumzYY/ BUG=704136 R=guidou@chromium.org, haraken@chromium.org Change-Id: I9efcd2360ea9285675072c88b21cdaf537d5fcce Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1692381 Auto-Submit: Antonio Gomes <tonikitoo@igalia.com> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Reviewed-by:
Guido Urdaneta <guidou@chromium.org> Commit-Queue: Antonio Gomes <tonikitoo@igalia.com> Cr-Commit-Position: refs/heads/master@{#675612}
-
Robbie Gibson authored
Bug: 976681 Change-Id: Ie50ba0b6bb9634e945c7b771dc87bc13b7b0becc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1687812 Commit-Queue: Robbie Gibson <rkgibson@google.com> Reviewed-by:
Mark Cogan <marq@chromium.org> Cr-Commit-Position: refs/heads/master@{#675611}
-
Eric Willigers authored
font-variant-numeric https://drafts.csswg.org/css-fonts-4/#font-variant-numeric-prop now serializes with the canonical order 'normal | [ <numeric-figure-values> || <numeric-spacing-values> || <numeric-fraction-values> || ordinal || slashed-zero ]' Bug: 982209 Change-Id: I59511c47d5645d32dae8b463848b229f8e0ab100 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1692724 Commit-Queue: Eric Willigers <ericwilligers@chromium.org> Reviewed-by:
Dominik Röttsches <drott@chromium.org> Cr-Commit-Position: refs/heads/master@{#675610}
-
A Olsen authored
and make subpackage with new OWNERS - Move ui dialogs + handlers into their own package: /in_session_password_change/ - Remove "InSession" from class names: a) it wasn't consistently used on all classes eg PasswordChangeDialog delegates to InsessionPasswordChangeUI b) Now naming is consistent with the chrome URLs, eg chrome://password-change - Remove "insession" and "chromeos" from file names, redundant since the full package name is now: chrome/browser/ui/webui/chromeos/in_session_password_change/ - InSession is now consistently 2 words everywhere - Grant rsorokin@ and olsen@ OWNERS to the new package No code changes. Bug: 930109 Change-Id: Ie8fb4ab45a8b824ebc42a071a2ad50b34d2c7eb4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1686663Reviewed-by:
Colin Blundell <blundell@chromium.org> Reviewed-by:
Achuith Bhandarkar <achuith@chromium.org> Reviewed-by:
Roman Sorokin [CET] <rsorokin@chromium.org> Commit-Queue: A Olsen <olsen@chromium.org> Cr-Commit-Position: refs/heads/master@{#675609}
-
Piotr Kalinowski authored
NavigationControllerImpl::SetTransientEntry adds an entry regardless of the current number of entries, disregarding max_entry_count(). This is fine, as the entry will not be committed. In fact, any subsequent navigation will remove it. However, if you call GetEntryCount() at that point, the DCHECK for the entry count may fail, as it does not consider a transient entry an exception. There is no need for this. This change modifies the upper bound in the said DCHECK to depend on whether or not a transient entry is present and adds a test verifying that adding a transient entry when navigation history is full works correctly. Note that adding a transient entry is not a good time to prune the oldest entry instead, as pending entry may be present. Pruning is not safe at this point. Bug: 979536 Change-Id: Ic30e3aa73e72c87a80656c6872209935159b31ae Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1681583Reviewed-by:
Charlie Reis <creis@chromium.org> Commit-Queue: Nasko Oskov <nasko@chromium.org> Cr-Commit-Position: refs/heads/master@{#675608}
-
Miyoung Shin authored
This CL replaces the use of std::unordered_map of std containers with WTF::HashMap in layout_shift_region.cc. Bug: 952716 Change-Id: I64fcdca0672a5a09e6189706f17d1c46b5112b95 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1692661Reviewed-by:
Kentaro Hara <haraken@chromium.org> Commit-Queue: Miyoung Shin <myid.shin@igalia.com> Cr-Commit-Position: refs/heads/master@{#675607}
-
Alex Chau authored
- Start registration in OnStateChanged if never registered since restart - Attempt registration in if VAPID key has changed - On network or server error, retry registration in with exponential backoff from 5 minutes. Bug: 979615 Change-Id: I21795f0ed71130bad2e36cdad0dffb2a21ca68cc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1689740 Commit-Queue: Alex Chau <alexchau@chromium.org> Reviewed-by:
Richard Knoll <knollr@chromium.org> Cr-Commit-Position: refs/heads/master@{#675606}
-
chromium-autoroll authored
https://chromium.googlesource.com/catapult.git/+log/0ff2e89a416d..4eede9e81394 git log 0ff2e89a416d..4eede9e81394 --date=short --no-merges --format='%ad %ae %s' 2019-07-09 perezju@chromium.org [Telemetry] Replace results.all_page_runs with IterStoryRuns() Created with: gclient setdep -r src/third_party/catapult@4eede9e81394 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:973837 TBR=sadrul@google.com Change-Id: I7964d2456e4473a848860153d3057b7f71bf64af Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1692006Reviewed-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@{#675605}
-
Chih-Yu Huang authored
The attribute of VideoFrame |visible_rect| and |natural_size| are not related to the frame buffer layout. In this CL, we allocate VideoFrame only with |format| and |coded_size|, and update |visible_rect| and |natural_size| at wrapped frames when passing to the client. This CL also polished some coding style in platform_video_frame_pool_unittest.cc. BUG=chromium:941330 TEST=./media_unittests --gtest_filter=PlatformVideoFramePoolTest* Change-Id: I647cac17c73a2e75a6be35ca75b070338ae638fa Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1686478 Commit-Queue: Chih-Yu Huang <akahuang@chromium.org> Reviewed-by:
David Staessens <dstaessens@chromium.org> Reviewed-by:
Alexandre Courbot <acourbot@chromium.org> Reviewed-by:
Hirokazu Honda <hiroh@chromium.org> Cr-Commit-Position: refs/heads/master@{#675604}
-
arthursonzogni authored
The RenderViewHostImpl is kept alive as long as it exists one RenderFrameHostImpl or one RenderFrameProxyHost depending on it. The FrameTree maintains a map: SiteInstance → RenderViewHostImpl for reusing existing RenderViewHostImpl. # Before this CL: The refcount for the RenderViewHostImpl was handled by the FrameTree. RenderFrameHostImpl and RenderFrameProxyHost had to manually call functions on the FrameTree to update it. # After this CL: The refcount is handled by the RenderViewHostImpl itself, it becomes a base::RefCounted. RenderFrameHostImpl and RenderFrameProxyHost are now holding a base::scoped_refptr and the RenderViewHostImpl are automatically deleted. # Why this CL: 1) Less code. No more manual refcount. No more risk of leaking a RenderViewHostImpl. 2) The FrameTree is no more in charge of "deleting" the RenderViewHostImpl. This allows them to move freely. The BackForwardCache will have to contain the set of used RenderViewHost for a page. This CL is a small step in this direction. Bug: 511340 Change-Id: I1afb30c919dc07cf8e693c28a34fa6f476b45a59 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1665936Reviewed-by:
Nasko Oskov <nasko@chromium.org> Reviewed-by:
danakj <danakj@chromium.org> Commit-Queue: Arthur Sonzogni <arthursonzogni@chromium.org> Cr-Commit-Position: refs/heads/master@{#675603}
-
Julian Pastarmov authored
This reverts commit e77aa323. Reason for revert: Breaks the translation pipeline. Original change's description: > Replace placeholders by value in policy localized json files > > The localized files generated from policy_templates.json contain > placeholders such as $1, the placeholders should have their real > values. > > Bug: 976254 > Change-Id: I8b7ed1a61bceeef1d7443736f3f0176acaaee233 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1666702 > Commit-Queue: Yann Dago <ydago@chromium.org> > Reviewed-by: Lutz Justen <ljusten@chromium.org> > Reviewed-by: Andrew Grieve <agrieve@chromium.org> > Cr-Commit-Position: refs/heads/master@{#675094} TBR=agrieve@chromium.org,ljusten@chromium.org,ydago@chromium.org # Not skipping CQ checks because original CL landed > 1 day ago. Bug: 976254, 982069 Change-Id: Ic4e97947052590830215513fa3ede38ed5e7a836 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1692572Reviewed-by:
Julian Pastarmov <pastarmovj@chromium.org> Commit-Queue: Julian Pastarmov <pastarmovj@chromium.org> Cr-Commit-Position: refs/heads/master@{#675602}
-
Javier Ernesto Flores Robles authored
Sets a default dark color for the web view when in dark mode and keeps a similar light color by default. This makes the appearing animation smoother when loading webpages while in dark mode. Bug: 976640 Change-Id: I42c3decbace1c8a136d8910343dd31c22751a2ca Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1691199 Auto-Submit: Javier Ernesto Flores Robles <javierrobles@chromium.org> Reviewed-by:
Jérôme Lebel <jlebel@chromium.org> Commit-Queue: Javier Ernesto Flores Robles <javierrobles@chromium.org> Cr-Commit-Position: refs/heads/master@{#675601}
-
Javier Ernesto Flores Robles authored
Updates the colors to use the new dynamic colors on iOS 13, which support dark mode. Bug: 976640 Change-Id: I49961c56918a56f17fc30318ff7fcf2608e11216 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1692742Reviewed-by:
Jérôme Lebel <jlebel@chromium.org> Commit-Queue: Javier Ernesto Flores Robles <javierrobles@chromium.org> Auto-Submit: Javier Ernesto Flores Robles <javierrobles@chromium.org> Cr-Commit-Position: refs/heads/master@{#675600}
-
Michael Lippautz authored
This moves all garbage collection features into Blink's common features bottleneck as these features - do not require IDL support - are not flipped for tests only but always fully enabled - often require Finch support which is not directly supported for RuntimeEnabledFeatures Change-Id: Icf5dfcdfcee3169560f133e5e77b4442fd813fb5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1692405 Commit-Queue: Michael Lippautz <mlippautz@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Reviewed-by:
Jochen Eisinger <jochen@chromium.org> Cr-Commit-Position: refs/heads/master@{#675599}
-
Tanmoy Mollik authored
Bug: 899381 Change-Id: I8202d4d78cc42919a26dcad86fd2fca54ab9e53c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1688833Reviewed-by:
Boris Sazonov <bsazonov@chromium.org> Commit-Queue: Tanmoy Mollik <triploblastic@google.com> Cr-Commit-Position: refs/heads/master@{#675598}
-
Miyoung Shin authored
This CL replaces the use of std::unordered_map of std containers with WTF::HashMap in indexeddb/*. Bug: 952716 Change-Id: Ic56b442d83f41a141a06002ef050ed35177e798e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1692385Reviewed-by:
Kentaro Hara <haraken@chromium.org> Commit-Queue: Miyoung Shin <myid.shin@igalia.com> Cr-Commit-Position: refs/heads/master@{#675597}
-
Miyoung Shin authored
This CL replaces the use of std::unordered_map of std containers with WTF::HashMap in peerconnection/*. Bug: 952716 Change-Id: Ib4f94dbda2bd07caf6c8cd144b0cec74ef5fb9e4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1692561Reviewed-by:
Kentaro Hara <haraken@chromium.org> Commit-Queue: Miyoung Shin <myid.shin@igalia.com> Cr-Commit-Position: refs/heads/master@{#675596}
-
Finnur Thorarinsson authored
and close requests that fail properly. Bug: 895776, 656015 Change-Id: I90b7d323071a38e84275b4f7ad5c96fa97a72e7c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1690876 Commit-Queue: Finnur Thorarinsson <finnur@chromium.org> Reviewed-by:
Theresa <twellington@chromium.org> Cr-Commit-Position: refs/heads/master@{#675595}
-
Nicolò Mazzucato authored
A parameter has been added to ProducerClient to specify the size of the shared memory buffer pages. So far, this value is hardcoded in producer_host.cc:62 Bug: 925148 Change-Id: I365327ac43833e8738d736c3bbdac3ef590ced31 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1681579Reviewed-by:
Eric Seckler <eseckler@chromium.org> Reviewed-by:
Ken Buchanan <kenrb@chromium.org> Commit-Queue: Nicolò Mazzucato <nicomazz@google.com> Cr-Commit-Position: refs/heads/master@{#675594}
-
Edvard Thörnros authored
The method has been simplified and state mutation has been hoisted to the calling methods to make it clearer what is mutating what. This is the first step in a series of commits to be able to separate the timing logic from the updating logic. This aims to make it easier to make upcoming edits. No changes should be made with this commit in how the application functions or the runtime. Bug: 981522, 641437 Change-Id: I7a969bf08d93988d500c512f3d56aebc6e2e071c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1692567 Commit-Queue: Edvard Thörnros <edvardt@opera.com> Auto-Submit: Edvard Thörnros <edvardt@opera.com> Reviewed-by:
Fredrik Söderquist <fs@opera.com> Cr-Commit-Position: refs/heads/master@{#675593}
-