- 18 Jun, 2019 40 commits
-
-
Christian Dullweber authored
Record the number of exceptions where cookies are allowed for all third party requests on a specific domain. Bug: 967668 Change-Id: Iedd8a9f859c884c24b416be6997089c002c9086d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1660495Reviewed-by:
Brian White <bcwhite@chromium.org> Reviewed-by:
Balazs Engedy <engedy@chromium.org> Commit-Queue: Christian Dullweber <dullweber@chromium.org> Cr-Commit-Position: refs/heads/master@{#670039}
-
chromium-autoroll authored
https://chromium.googlesource.com/catapult.git/+log/0c9a952c8f7d..8159063989c4 git log 0c9a952c8f7d..8159063989c4 --date=short --no-merges --format='%ad %ae %s' 2019-06-18 perezju@chromium.org [Telemetry] Remove value.HistogramValue Created with: gclient setdep -r src/third_party/catapult@8159063989c4 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:921616 TBR=eyaich@google.com Change-Id: Ia6a3edc25d1cbd29bbac7559918c25e493bea50c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1663895Reviewed-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@{#670038}
-
Mohamed Abdelhalim authored
This change removes |net_error_code_| from NavigationHandleImpl, and uses |net_error_| inside NavigationRequest instead. Bug: 916537 Change-Id: I23762da074f355fee44d47e47e1b4d300f10e6ea Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1662452 Commit-Queue: Mohamed Abdelhalim <zetamoo@chromium.org> Reviewed-by:
Arthur Sonzogni <arthursonzogni@chromium.org> Cr-Commit-Position: refs/heads/master@{#670037}
-
chromium-autoroll authored
https://chromium.googlesource.com/external/github.com/KhronosGroup/glslang/+log/a9b00ac5d588..f9d08a25fbe1 git log a9b00ac5d588..f9d08a25fbe1 --date=short --no-merges --format='%ad %ae %s' 2019-06-18 johnkslang@users.noreply.github.com Merge pull request #1804 from KhronosGroup/fix-930-subgroup--mask-ops 2019-06-18 cepheus@frii.com Bump revision. Created with: gclient setdep -r src/third_party/glslang/src@f9d08a25fbe1 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,jonahr@google.com Change-Id: I6a8dae9a867293ab98c416c0ea19362dc098b632 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1664037Reviewed-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@{#670036}
-
Jan Krcal authored
This reverts commit 5a3884b6. Reason for revert: Causes flakiness in ChromeLauncherControllerWithArcTest.Arc* unit-tests Original change's description: > [Sync] Use forwarding delegate for PRINTERS sync > > Printers sync runs on the UI thread but so far uses a proxy delegate > that posts tasks from UI thread to UI thread. > > This CL simplifies that and employs a forwarding delegate that runs > tasks synchronously. After this CL, all data types running on the UI > thread will have forwarding delegates. > > Bug: 867801 > Change-Id: I08e261323a9caa816899dd924f09ecdee69ec936 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1621907 > Commit-Queue: Jan Krcal <jkrcal@chromium.org> > Auto-Submit: Jan Krcal <jkrcal@chromium.org> > Reviewed-by: Mikel Astiz <mastiz@chromium.org> > Cr-Commit-Position: refs/heads/master@{#661732} TBR=jkrcal@chromium.org,mastiz@chromium.org # Not skipping CQ checks because original CL landed > 1 day ago. Bug: 867801 Change-Id: Id0e4aab7bd4aca4c697fcfaa213cea8ef809f3a9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1663496Reviewed-by:
Jan Krcal <jkrcal@chromium.org> Commit-Queue: Jan Krcal <jkrcal@chromium.org> Cr-Commit-Position: refs/heads/master@{#670035}
-
Sylvain Defresne authored
The sole reason for this property to exists is to prevent fetching the list of accounts from SSO library before the primary account has been set. However, current design is that we want to load all accounts from the SSO library before setting the primary account, so remove this member variable whose purpose is no lost. See design at: https://docs.google.com/document/d/1_NknywZB7UCQdCiCxEPQU85lXouid_aMxdzujEJSiEM/view Bug: 957887 Change-Id: If0411f36a30c845951a75be745da3dd93e296050 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1662548 Commit-Queue: Sylvain Defresne <sdefresne@chromium.org> Reviewed-by:
Mihai Sardarescu <msarda@chromium.org> Cr-Commit-Position: refs/heads/master@{#670034}
-
Lei Zhang authored
Also remove out of date owners. Change-Id: Ief360ae234c7977d86c364155a6d6fcaf3b35b80 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1643657 Commit-Queue: Lei Zhang <thestig@chromium.org> Reviewed-by:
Avi Drissman <avi@chromium.org> Reviewed-by:
Alexei Svitkine <asvitkine@chromium.org> Cr-Commit-Position: refs/heads/master@{#670033}
-
Sergio Villar Senin authored
As part of the wtf/time.h removal we're removing all the WTF wrappers for the base::Time types. In order to keep the change under control we're migrating them all in smaller parts. The first step is to migrate blink/renderer/platform. Bug: 919383 Change-Id: I5a99f6212eb64db2f1497eff6062717ce41d9664 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1660855Reviewed-by:
Mike West <mkwst@chromium.org> Commit-Queue: Sergio Villar <svillar@igalia.com> Cr-Commit-Position: refs/heads/master@{#670032}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/e7f8c34384ed..c6628127dc30 git log e7f8c34384ed..c6628127dc30 --date=short --no-merges --format='%ad %ae %s' 2019-06-18 bungeman@google.com Correctly call SkFontMgr_DirectWrite constructor. Created with: gclient setdep -r src/third_party/skia@c6628127dc30 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:973361 TBR=bsalomon@google.com Change-Id: I6091d4032834ac5a7acb16ed17c7fc86202e4e14 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1664035Reviewed-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@{#670031}
-
Clemens Arbesser authored
Also, a small refactoring to allow code reuse between infobox-tests and details-tests. Bug: b/133725664 Change-Id: Ia241cb3bfdae69533a12f1c88fe466deefabef61 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1658021 Commit-Queue: Clemens Arbesser <arbesser@google.com> Reviewed-by:
Jordan Demeulenaere <jdemeulenaere@chromium.org> Cr-Commit-Position: refs/heads/master@{#670030}
-
Raymes Khoury authored
Change-Id: I72d2811487ad68ac26d645693ae07a5eed721376 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1653751Reviewed-by:
Balazs Engedy <engedy@chromium.org> Commit-Queue: Balazs Engedy <engedy@chromium.org> Cr-Commit-Position: refs/heads/master@{#670029}
-
Lowell Manners authored
Bug: 786836 Change-Id: I9c867685877bb7bbf3786677d9dbace61f4f9df0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1634879 Commit-Queue: Lowell Manners <lowell@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Reviewed-by:
Camille Lamy <clamy@chromium.org> Cr-Commit-Position: refs/heads/master@{#670028}
-
Fredrik Söderquist authored
KURL::SetPort("") will yield a port of "0", use ḰURL::RemovePort instead which does the equivalent of what the spec says: "2. If the given value is the empty string, then set context object’s url’s port to null." https://url.spec.whatwg.org/#dom-url-port Bug: 971684 Change-Id: I68b218f5e7a596a54944be05a51a32fd93fbf677 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1658153Reviewed-by:Mike West <mkwst@chromium.org> Commit-Queue: Fredrik Söderquist <fs@opera.com> Cr-Commit-Position: refs/heads/master@{#670027}
-
Adam Rice authored
In order to prevent a fetch's body from being garbage collected while it was being read, BodyStreamBuffer's HasPendingActivity() method was made to return true when the ReadableStream was locked. With unified GC, this is no longer necessary, and is a source of bugs. Remove the functionality from UnderlyingSourceBase to track when the ReadableStream wrapping it is locked. Also clear the |controller_| member in ReadableStreamDefaultControllerNative::Close() and Error(). This is no longer functionally important but can aid earlier garbage collection. BUG=902633 Change-Id: If6150e26697f68f984fd05484169709bc165663e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1662255Reviewed-by:
Yutaka Hirano <yhirano@chromium.org> Commit-Queue: Adam Rice <ricea@chromium.org> Cr-Commit-Position: refs/heads/master@{#670026}
-
Pâris MEULEMAN authored
This CL extends the java |SigninManagerDelegate| interface and its android implementation |ChromeSigninManagerDelegate| with |isUserManaged|, which will later use the Delegate native interface to access the user profile. This CL also renames isUserManaged to isAccountManaged as discussed with bsazonov@. Bug: 963400 Change-Id: I5e926a8d77902ef7b91e0e2879ecbd72b331de69 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1617349 Commit-Queue: Pâris Meuleman <pmeuleman@chromium.org> Reviewed-by:
Boris Sazonov <bsazonov@chromium.org> Reviewed-by:
Sylvain Defresne <sdefresne@chromium.org> Cr-Commit-Position: refs/heads/master@{#670025}
-
Fredrik Söderquist authored
The embedding LayoutObjects intrinsic size may be left as the old stale size if the new dimensions are not fully defined - which means that it qualifies as having a size and and aspect ratio (where having the former implies having the latter in most cases). Call IntrinsicSizeChanged() instead of just SetNeedsLayoutAndPrefWidthsRecalcAndFullPaintInvalidation(...), since the former also resets the intrinsic size to 300x150 (incorporating zoom). Clean up HTMLPlugInElement::GetLayoutEmbeddedObject a little bit while at it. Bug: 971647 Change-Id: I5c165d1ae18888b6368c9011bc6752b599629118 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1660341 Commit-Queue: Morten Stenshorne <mstensho@chromium.org> Reviewed-by:
Morten Stenshorne <mstensho@chromium.org> Cr-Commit-Position: refs/heads/master@{#670024}
-
Takashi Sakamoto authored
- RendererScheduler.TasksWithSafepoints.SafepointCount - RendererScheduler.TasksWithSafepoints.TaskSliceTime - RendererScheduler.TasksWithSafepoints.TaskTime Bug: 804661 Change-Id: Ib4a5fbdca90caddc8b6820216e86333f1316b725 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1578720Reviewed-by:
Keishi Hattori <keishi@chromium.org> Reviewed-by:
Alexander Timin <altimin@chromium.org> Commit-Queue: Takashi Sakamoto <tasak@google.com> Cr-Commit-Position: refs/heads/master@{#670023}
-
Evan Shrubsole authored
Bug: 945486 Change-Id: I6adac460304d7477c548bc5efc062e147cdc99f6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1660650 Commit-Queue: Evan Shrubsole <eshr@google.com> Reviewed-by:
Max Morin <maxmorin@chromium.org> Cr-Commit-Position: refs/heads/master@{#670022}
-
Takashi Sakamoto authored
Bug: 953194 Change-Id: I5c9d409288eb2f84d43a373d11170b5c70dd81e7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1662104Reviewed-by:
Mark Pearson <mpearson@chromium.org> Reviewed-by:
Takashi Sakamoto <tasak@google.com> Commit-Queue: Takashi Sakamoto <tasak@google.com> Cr-Commit-Position: refs/heads/master@{#670021}
-
Alan Cutter authored
The flag PwaPersistentNotification expired in M76, this CL removes it. Bug: 471623, 974596 Change-Id: Ibd7d16a5b12acb42d4d2c683b18e0e2070fb8dd0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1662098 Commit-Queue: Alan Cutter <alancutter@chromium.org> Reviewed-by:
Dominick Ng <dominickn@chromium.org> Cr-Commit-Position: refs/heads/master@{#670020}
-
Chih-Yu Huang authored
The codes in media/gpu/linux/ is able to be compiled at linux platform. But we only use it at Chrome OS currently. In order not to confuse developer, This CL moves this code to /media/gpu/chromeos/ folder. BUG=chromium:972585 TEST=Run video_decode_accelerator_tests on Kevin TEST=Open crosvideo.appspot.com on Kevin Change-Id: I78fd374bf2e329bc65994852a918b6f655111ebf Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1657877 Commit-Queue: Chih-Yu Huang <akahuang@chromium.org> Reviewed-by:
David Staessens <dstaessens@chromium.org> Reviewed-by:
Dan Sanders <sandersd@chromium.org> Reviewed-by:
Alexandre Courbot <acourbot@chromium.org> Cr-Commit-Position: refs/heads/master@{#670019}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/a07feb5445f0..67fa42fa225f Created with: gclient setdep -r src-internal@67fa42fa225f 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=huangdarwin@google.com,sdy@google.com,alancutter@google.com,tschumann@google.com Change-Id: Idd93db08144445cc5c28bf25c3da2ffcceea298e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1662958Reviewed-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@{#670018}
-
Alan Cutter authored
This is a follow up CL to https://chromium-review.googlesource.com/c/chromium/src/+/1662093 which removed the (disabled) PwaImprovedSplashScreen flag. This removes the "splash_screen_url" field in app manifests which was parsed, stored, but never used. TBR: skyostil@chromium.org Bug: 759945 Change-Id: I725bf48e7aae3c12db350bbe2f3d4ae746d15e40 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1662102 Commit-Queue: Alan Cutter <alancutter@chromium.org> Reviewed-by:
Dominick Ng <dominickn@chromium.org> Cr-Commit-Position: refs/heads/master@{#670017}
-
Dominik Röttsches authored
Tbr: schenney Bug: 785230 Change-Id: I198db0c8cf7d888a2b0b4df443ea1ce7d9f093e6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1663131Reviewed-by:
Dominik Röttsches <drott@chromium.org> Commit-Queue: Dominik Röttsches <drott@chromium.org> Cr-Commit-Position: refs/heads/master@{#670016}
-
v8-ci-autoroll-builder authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/2edb1963..576af29d 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: Ib8acc5db4829728a0f703547cbb452ecea33a03e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1663047Reviewed-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@{#670015}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/f1dd7a174af8..e7f8c34384ed git log f1dd7a174af8..e7f8c34384ed --date=short --no-merges --format='%ad %ae %s' 2019-06-18 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/angle2 853ebacf99a4..c211c2f5b59d (17 commits) 2019-06-18 skia-autoroll@skia-public.iam.gserviceaccount.com Roll ../src a2197be6..aad06d1d (843 commits) Created with: gclient setdep -r src/third_party/skia@e7f8c34384ed 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=bsalomon@google.com Change-Id: I299402ce7ff5ae3a549ebb9ced6d5dcc9528c4f6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1662955Reviewed-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@{#670014}
-
Gyuyoung Kim authored
Though Web IDL spec removed [PrimaryGlobal] and made [Exposed] required [1], many blink's IDL files have not followed it yet. So, this CL adds the keyword to the IDL files which don't have the keyword yet in the renderer/module/bluetooth directory. [1] https://github.com/heycam/webidl/issues/365 Bug: 963267 Change-Id: I75c78dd466f0ab75d90550f4f43dc2630037514b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1663834Reviewed-by:
Hitoshi Yoshida <peria@chromium.org> Reviewed-by:
Giovanni Ortuño Urquidi <ortuno@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Commit-Queue: Gyuyoung Kim <gyuyoung@igalia.com> Cr-Commit-Position: refs/heads/master@{#670013}
-
Carlos Caballero authored
MessageLoop will go away, eventually. ScopedTaskEnvironment will per default start a ThreadPool, which should be fine in most of the cases. If you belive 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=hychao@chromium.org Change-Id: Ibcbbd7fefada7528724dbd81910a6a987a724876 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1649364 Auto-Submit: Carlos Caballero <carlscab@google.com> Reviewed-by:
Jenny Zhang <jennyz@chromium.org> Commit-Queue: Carlos Caballero <carlscab@google.com> Cr-Commit-Position: refs/heads/master@{#670012}
-
Alex Ilin authored
This CL makes it possible to disable the checkbox for extended Safe Browsing reporting from Java. Bug: 938902 Change-Id: I82eaa03094cd75cd3da4dc3235dfc7bd681d29f4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1660862 Commit-Queue: Alex Ilin <alexilin@chromium.org> Reviewed-by:
Tommy Nyquist <nyquist@chromium.org> Cr-Commit-Position: refs/heads/master@{#670011}
-
Koji Ishii authored
This patch fixes |ClearNeedsLayout| for CR (U+000D) and FF (U+000C). These were overlooked when |ClearNeedsLayout| was moved from |NGInlineItemsBuilder| to |NGLineBreaker| and |NGInlineLayoutAlgorithm|. Bug: 971811 Change-Id: Ie3d9d3d11e35a7ed3458bb8b96d2fa68bf9c37a9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1663478Reviewed-by:
Xiaocheng Hu <xiaochengh@chromium.org> Commit-Queue: Koji Ishii <kojii@chromium.org> Cr-Commit-Position: refs/heads/master@{#670010}
-
Raphael Kubo da Costa authored
This CL contains the permission handling parts while not making the Wake Lock API implementation in Blink connect to them yet. * On the Blink side, add WakeLockPermissionDescriptor from the spec, and make the Permissions API support it. It extends PermissionDescriptor with a |type| member indicating the wake lock type. * The two different wake lock types are represented in content/ as PermissionType::WAKE_LOCK_SCREEN, PermissionType::WAKE_LOCK_SYSTEM, CONTENT_SETTINGS_TYPE_WAKE_LOCK_SCREEN and CONTENT_SETTINGS_TYPE_WAKE_LOCK_SYSTEM. The actual policy right now is very simple: * None of the wake lock types show any sort of permission UI. * Screen lock requests are always granted (since they are similar to e.g. screen locks acquired for video playback which currently do not require any user consent). * System locks are currently always denied while we figure out the best way to request permission to the user. Bug: 967669 Change-Id: I9d404ff7c5430ae1e4cec2140ee51abd83ce44ca Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1652939Reviewed-by:
Mounir Lamouri <mlamouri@chromium.org> Reviewed-by:
Andrey Kosyakov <caseq@chromium.org> Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Reviewed-by:
Finnur Thorarinsson <finnur@chromium.org> Reviewed-by:
Bo <boliu@chromium.org> Reviewed-by:
Colin Blundell <blundell@chromium.org> Reviewed-by:
Reilly Grant <reillyg@chromium.org> Commit-Queue: Raphael Kubo da Costa <raphael.kubo.da.costa@intel.com> Cr-Commit-Position: refs/heads/master@{#670009}
-
Michael Starzinger authored
R=titzer@chromium.org,jwd@chromium.org BUG=chromium:969997 Change-Id: I687f0280d2900dcc1f01a6ca5802d78b52901ee8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1660337Reviewed-by:
Jesse Doherty <jwd@chromium.org> Commit-Queue: Michael Starzinger <mstarzinger@chromium.org> Cr-Commit-Position: refs/heads/master@{#670008}
-
Sam McNally authored
Change-Id: Ia1448bb7943e66099e655779b47cd143f4714cc4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1662101 Commit-Queue: Sam McNally <sammc@chromium.org> Reviewed-by:
Sergei Datsenko <dats@chromium.org> Cr-Commit-Position: refs/heads/master@{#670007}
-
Dominik Röttsches authored
As preparation for ramp up in beta, start exposing the feature on performance bots across all platforms now that the Windows 7 & 8 indexing implementation seems to be solid in terms of indexing performance and scheduling. Bug: 828317 Change-Id: Iae4722f7e19feb4e46f5f5507483e50751e448a7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1662555Reviewed-by:
Jesse Doherty <jwd@chromium.org> Commit-Queue: Dominik Röttsches <drott@chromium.org> Cr-Commit-Position: refs/heads/master@{#670006}
-
Kunihiko Sakamoto authored
This fixes a crash bug where cancellation of font loading causes promise rejection inside a ScriptForbiddenScope, when the loading is cancelled inside Document::Shutdown(). To prevent this, this patch adds an early return to RemoteFontFaceSource::NotifyFinished() when the document is not active. This is a short term fix to be merged for M76. Bug: 960290 Change-Id: I9f8b18fe489c2224ebbf445ad25445b7769c3336 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1661313 Commit-Queue: Kunihiko Sakamoto <ksakamoto@chromium.org> Reviewed-by:
Yutaka Hirano <yhirano@chromium.org> Cr-Commit-Position: refs/heads/master@{#670005}
-
Jochen Eisinger authored
Bug: 971854 Change-Id: I6c580687e4f3705469c52f2372810c71635c2feb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1664072Reviewed-by:
Dominic Battré <battre@chromium.org> Commit-Queue: Jochen Eisinger <jochen@chromium.org> Cr-Commit-Position: refs/heads/master@{#670004}
-
Alan Cutter authored
This parameter is never true. Bug: 904566 Change-Id: Icef0fd3d416f3c41062bea03e05aa09a96055bc6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1638203 Commit-Queue: Alan Cutter <alancutter@chromium.org> Reviewed-by:
Ben Wells <benwells@chromium.org> Reviewed-by:
Dominick Ng <dominickn@chromium.org> Auto-Submit: Alan Cutter <alancutter@chromium.org> Cr-Commit-Position: refs/heads/master@{#670003}
-
Clemens Arbesser authored
http://crrev/c/1614967 moved Image fetcher, one of our dependencies, to the lib/ layer, without modifying our DEPS files. This CL adds the missing entries. Change-Id: I0e7425d39e4ad558f6943b34f9c1b6399b912958 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1660561Reviewed-by:
Stephane Zermatten <szermatt@chromium.org> Reviewed-by:
Brandon Wylie <wylieb@chromium.org> Commit-Queue: Clemens Arbesser <arbesser@google.com> Cr-Commit-Position: refs/heads/master@{#670002}
-
chromium-autoroll authored
https://chromium.googlesource.com/external/github.com/KhronosGroup/glslang/+log/d579c0a7d45a..a9b00ac5d588 git log d579c0a7d45a..a9b00ac5d588 --date=short --no-merges --format='%ad %ae %s' 2019-06-18 johnkslang@users.noreply.github.com Merge pull request #1806 from KhronosGroup/nan-clamp 2019-06-18 johnkslang@users.noreply.github.com Merge pull request #1698 from jeffbolznv/private_storage_variables Created with: gclient setdep -r src/third_party/glslang/src@a9b00ac5d588 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,jonahr@google.com Change-Id: I57cc0a084d927f0a82c4912b738c31a957fcf6b3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1662954Reviewed-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@{#670001}
-
chromium-autoroll authored
https://webrtc.googlesource.com/src.git/+log/1dee91aec9a6..61d8ee10b611 git log 1dee91aec9a6..61d8ee10b611 --date=short --no-merges --format='%ad %ae %s' 2019-06-17 chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com Roll chromium_revision 2ce8c837..6ae0f0cd (669595:669703) 2019-06-17 srte@webrtc.org Adds SortedByReceiveTime to TransportPacketsFeedback. 2019-06-17 terelius@webrtc.org Fix event_log_visualizer help text and default profile. 2019-06-17 sprang@webrtc.org Add TrySendPacket() method to RTP modules. 2019-06-17 eladalon@webrtc.org Add Clone() to Vp8FrameBufferControllerFactory Created with: gclient setdep -r src/third_party/webrtc@61d8ee10b611 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. BUG=chromium:None,chromium:None TBR=webrtc-chromium-sheriffs-robots@google.com Change-Id: I0895508a9ce60390930662bb5edfcb9403a239bb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1663912Reviewed-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@{#670000}
-