- 18 Jun, 2019 40 commits
-
-
Himanshu Jaju authored
Bug: 966039 Change-Id: I8186dc6af2ced82b1d8bd8519af71e8ff0f7c746 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1635678 Commit-Queue: Himanshu Jaju <himanshujaju@chromium.org> Reviewed-by:
Michael van Ouwerkerk <mvanouwerkerk@chromium.org> Cr-Commit-Position: refs/heads/master@{#670047}
-
Pâris MEULEMAN authored
This CL extends the java |SigninManagerDelegate| interface and its android implementation |ChromeSigninManagerDelegate| with |getManagementDomain|, which will later use the Delegate native interface to access gaia utilities. Bug: 963400 Change-Id: Ie02eee1fdadda2193adb0624ea9eedf3840407e6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1617493 Commit-Queue: Pâris Meuleman <pmeuleman@chromium.org> Reviewed-by:
Boris Sazonov <bsazonov@chromium.org> Reviewed-by:
Sylvain Defresne <sdefresne@chromium.org> Auto-Submit: Pâris Meuleman <pmeuleman@chromium.org> Cr-Commit-Position: refs/heads/master@{#670046}
-
Julie Jeongeun Kim authored
This CL is a part of moving access token management to OAuth2AccessTokenManager. It moves APIs which access to |token_cache_| in OAuth2AccessTokenManager to OAuth2AccessTokenManager from OAuth2TokenService. Bug: 967598 Change-Id: If07c87263571871ab380feb8e1be2975c2133f6a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1663932 Commit-Queue: Julie Jeongeun Kim <jkim@igalia.com> Reviewed-by:
Colin Blundell <blundell@chromium.org> Cr-Commit-Position: refs/heads/master@{#670045}
-
Boris Sazonov authored
A follow-up to https://crrev.com/c/1658572. Bug: 971393, b/133516269 Change-Id: I8ad3f3a5faf33ff1aae391e29b7e3de5e4024429 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1660497 Auto-Submit: Boris Sazonov <bsazonov@chromium.org> Commit-Queue: Alex Ilin <alexilin@chromium.org> Reviewed-by:
Alex Ilin <alexilin@chromium.org> Cr-Commit-Position: refs/heads/master@{#670044}
-
Caitlin Fischer authored
When a user hovers over the first suggestion, the entire suggestion is read once. When a user hovers over the second suggestion, the first suggestion is read again and the second suggestion is then read. We send a selection event when the first suggestion becomes unselected. One solution is to send a selection event only when a suggestion was unselected and becomes selected. Video of the problem (Googlers only): go/autofill-chromevox-double-suggestions-read You can read the text that is read at the top of the screen. Pay attention to what is read when hover changes from the first suggestion to the second, from the second suggestion to the footer (Manager addresses...), etc. Video of the fix (Googlers only): go/autofill-chromevox-double-suggestions-read-fix Bug: 973441 Change-Id: Ic4686109aa77f3a84cbd6609d665d6c9d06873c1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1655908 Commit-Queue: Caitlin Fischer <caitlinfischer@google.com> Reviewed-by:
Evan Stade <estade@chromium.org> Reviewed-by:
Fabio Tirelo <ftirelo@chromium.org> Reviewed-by:
Tommy Martino <tmartino@chromium.org> Cr-Commit-Position: refs/heads/master@{#670043}
-
Henrique Ferreiro authored
The new flow for Chrome OS involves calling PrimaryAccountMutator::SetPrimaryAccountAndUpdateAccountInfo(). This is part of a series of CLs to port ChromeOS to use PrimaryAccountMutator, to unify its behaviour with the other platforms, as described in https://docs.google.com/document/d/15y-Db27BV08vrIyelHB-3CwiAfDYh-FigNKGXrqSWto Bug: 814787 Change-Id: Ic60c721e094ca42093a4e636e9eec4c38a180d34 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1652935 Commit-Queue: Henrique Ferreiro <hferreiro@igalia.com> Reviewed-by:
Colin Blundell <blundell@chromium.org> Cr-Commit-Position: refs/heads/master@{#670042}
-
v8-ci-autoroll-builder authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/576af29d..37ed7df2 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: I76ebe06ba2def3f4cb7ff8f7106a1a1b4262b2da Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1663461Reviewed-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@{#670041}
-
Jiajie Hu authored
The method is quite similar to dispatchCompute(), except the number of work groups will be given by a pre-filled GPU buffer. Bug: 859249 Change-Id: I874759e1dca75613f1e638c104d186f3090c4b5d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1651492Reviewed-by:
Antoine Labour <piman@chromium.org> Reviewed-by:
Kenneth Russell <kbr@chromium.org> Commit-Queue: Jiajie Hu <jiajie.hu@intel.com> Cr-Commit-Position: refs/heads/master@{#670040}
-
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}
-