- 26 Apr, 2019 40 commits
-
-
Miyoung Shin authored
This is a part of moving manifest implementation to blink. This CL moves content::ManifestManager to blink and introduces WebManifestManager in blink/public/web to expose to //content, and removes WebManifestParser, WebManifestFetcher and ManifestError. Bug: 704441 Change-Id: I2de0dea6f4f4f269fd84a7df78e190586350b93c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1573520 Commit-Queue: Miyoung Shin <myid.shin@igalia.com> Reviewed-by:
Dmitry Gozman <dgozman@chromium.org> Reviewed-by:
Dominick Ng <dominickn@chromium.org> Cr-Commit-Position: refs/heads/master@{#654669}
-
Jesse Schettler authored
Limit enabling the print-spooler-experiment feature flag to the Canary and Dev channels. BUG=b:130798103 TEST=android-sh -c getprop | grep ro.boot.arc_print_spooler Change-Id: I7717801c570ff4cadd220a491deea85cc203bf2e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1586264Reviewed-by:
Yusuke Sato <yusukes@chromium.org> Commit-Queue: Jesse Schettler <jschettler@chromium.org> Cr-Commit-Position: refs/heads/master@{#654668}
-
Xing Liu authored
This CL adds the notification shown metrics for update notification, which informs the user to update Chrome in play store. Bug: 952354 Change-Id: Id0a6c1a944ec2bdadfc782926591e8b51d9a616c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1585233Reviewed-by:
David Trainor <dtrainor@chromium.org> Commit-Queue: Xing Liu <xingliu@chromium.org> Cr-Commit-Position: refs/heads/master@{#654667}
-
Lukasz Anforowicz authored
The main benefit of the CL is that it takes away an ability to disable Site Isolation on desktop without triggering a "security/stability will suffer" butter bar. Most edits in the CL, hide processing of kDisableSiteIsolationForPolicy behind #if defined(OS_ANDROID). chrome/browser/chromeos/login/session/user_session_manager.cc can be substantially cleaned up in this CL because 1) it is CrOS-only (and the ability to disable Site Isolation after this CL is restricted to Android) and 2) IsolateOrigins policy is handled at runtime (see r644966). Bug: 910273 Tbr: sky@chromium.org Change-Id: Ie7c845e27c55b37a460050de07c3f44e8cee7b4e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1576295 Commit-Queue: Łukasz Anforowicz <lukasza@chromium.org> Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Reviewed-by:
Scott Violet <sky@chromium.org> Reviewed-by:
Charlie Reis <creis@chromium.org> Reviewed-by:
Pavol Marko <pmarko@chromium.org> Reviewed-by:
Julian Pastarmov <pastarmovj@chromium.org> Reviewed-by:
Alex Moshchuk <alexmos@chromium.org> Cr-Commit-Position: refs/heads/master@{#654666}
-
Gabriel Marin authored
Based on the gperftools' Makefile, emergency_malloc_for_stacktrace.cc is used only when ENABLE_EMERGENCY_MALLOC is defined. We don't define this flag in Chromium, so we should build only with fake_stacktrace_scope.cc, which provides dummy definitions of the same symbols. BUG=724399,b:70905156 Change-Id: I03404df00ef1d530bd04d35634f1c29fe8bb56db Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1586100Reviewed-by:
Will Harris <wfh@chromium.org> Commit-Queue: Gabriel Marin <gmx@chromium.org> Cr-Commit-Position: refs/heads/master@{#654665}
-
PKH authored
This CL renames WebappSplashScreenController and WebappSplashDelegate so that the classes can be used by TWAs. This CL also renames WebappSplashDelegate#isWebApkNetworkErrorDialogVisible() so that it is more appropriate for TWAs as TWAs do not have an offline dialog. BUG=817263 Change-Id: Ia94fd27d1d256e950c8dc500abbf7bd69194e4bb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1572097 Commit-Queue: Peter Kotwicz <pkotwicz@chromium.org> Reviewed-by:
Dominick Ng <dominickn@chromium.org> Reviewed-by:
Peter Conn <peconn@chromium.org> Reviewed-by:
Pavel Shmakov <pshmakov@chromium.org> Cr-Commit-Position: refs/heads/master@{#654664}
-
Alexei Filippov authored
It has been replaced with --memlog* set of flags. BUG=923459 Change-Id: I539c514b3f25decd0dccb827d1757e133403e9d1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1586535Reviewed-by:
Dmitry Gozman <dgozman@chromium.org> Commit-Queue: Alexei Filippov <alph@chromium.org> Cr-Commit-Position: refs/heads/master@{#654663}
-
Caleb Rouleau authored
This automates the task of removing a benchmark from the shard maps, and thereby ensures that no mistakes can be made that later cause inconsistencies and make the resharding process harder. We can build on this later to add a PRESUBMIT test to ensure consistency. Bug: 936998, 954651 Change-Id: Idaa91c1c321a2fade28fb226eaf43de94beb1f04 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1576029 Commit-Queue: Caleb Rouleau <crouleau@chromium.org> Auto-Submit: Caleb Rouleau <crouleau@chromium.org> Reviewed-by:
John Budorick <jbudorick@chromium.org> Cr-Commit-Position: refs/heads/master@{#654662}
-
Tommy Steimel authored
This CL adds CSS rules to only show the timeline and volume slider thumbs when the slider is hovered. On Android, we want the thumbs to always be visible. In order to make that work this CL adds a new modernMediaControls_Android.css file that is loaded on Android. Bug: 955806 Change-Id: Ic4ab9c34183ece52e22b37ff3bf0bf4dbb8839c6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1584167 Commit-Queue: Tommy Steimel <steimel@chromium.org> Reviewed-by:
Becca Hughes <beccahughes@chromium.org> Cr-Commit-Position: refs/heads/master@{#654661}
-
Alexei Filippov authored
Fixes the following warning message when --memlog is used. "ERROR:settings.cc(119)] Unsupported value: "" passed to --memlog-stack-mode" Change-Id: I33d80a29ea117777e935199f1ab83827c7b3fbb0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1586539Reviewed-by:
Erik Chen <erikchen@chromium.org> Commit-Queue: Alexei Filippov <alph@chromium.org> Cr-Commit-Position: refs/heads/master@{#654660}
-
Andrew Xu authored
Bug: 955134 Change-Id: I20e27371313f414cd394c7450c703cec21e426ff Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1585477 Commit-Queue: Andrew Xu <andrewxu@chromium.org> Reviewed-by:
Alex Newcomer <newcomer@chromium.org> Cr-Commit-Position: refs/heads/master@{#654659}
-
chromium-autoroll authored
https://swiftshader.googlesource.com/SwiftShader.git/+log/a195abb4e601..f5c8936c463e git log a195abb4e601..f5c8936c463e --date=short --no-merges --format='%ad %ae %s' 2019-04-26 chrisforbes@google.com Support more formats for input attachments Created with: gclient setdep -r src/third_party/swiftshader@f5c8936c463e The AutoRoll server is located here: https://autoroll.skia.org/r/swiftshader-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:b/131171141 TBR=swiftshader-team+autoroll@chromium.org Change-Id: I1ce976669dc680db0d949843a08ca1a51cdec68b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1586105Reviewed-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@{#654658}
-
chromium-autoroll authored
https://pdfium.googlesource.com/pdfium.git/+log/d0f989e0073d..5fb2ca3384f7 git log d0f989e0073d..5fb2ca3384f7 --date=short --no-merges --format='%ad %ae %s' 2019-04-26 tsepez@chromium.org Add some stronger checks to TreeNode<> Created with: gclient setdep -r src/third_party/pdfium@5fb2ca3384f7 The AutoRoll server is located here: https://autoroll.skia.org/r/pdfium-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=dsinclair@chromium.org Change-Id: Idbafc76c9f2a519e46eb241cfaf1cfbc84373f15 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1586244Reviewed-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@{#654657}
-
Stefan Zager authored
Elements with an inner text editor should honor a HitTestRequest's stop node. BUG=951384 R=chrishtr@chromium.org Change-Id: I855095aa67fab86efa3f8e9b1c8db1d6b3ec340a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1585234 Commit-Queue: Stefan Zager <szager@chromium.org> Reviewed-by:
Chris Harrelson <chrishtr@chromium.org> Cr-Commit-Position: refs/heads/master@{#654656}
-
magchen authored
Chrome crashes if web apps allocate more than 4 GB of memory. Raise the sandbox memory limit for the gpu/renderer processes to 8 GB or 16 GB on Linux if the system has enough memory. (Mac and Windows also have a memory limit > 4GB.) Bug: 756834 Change-Id: I2b447079132398a257eb46ca51ff9c2371f67b2b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1581829Reviewed-by:
Robert Sesek <rsesek@chromium.org> Reviewed-by:
Chris Palmer <palmer@chromium.org> Commit-Queue: Maggie Chen <magchen@chromium.org> Cr-Commit-Position: refs/heads/master@{#654655}
-
Akihiro Ota authored
This lays the ground work in an effort to introduce SSML support into Chrome. This change refactors Speak() to be a void function, which takes a callback to run upon completion, instead of returning a boolean. This needs to be done because the XML Parser necessary for SSML support runs asynchronously and accepts a void callback function to run upon completion. Follow-up changes will be made to implement the SSML parser. Bug: 88072 Change-Id: Icfdbfb4dc0354dc9855fc8403292f2922d3d879f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1583324Reviewed-by:
Avi Drissman <avi@chromium.org> Reviewed-by:
Dominic Mazzoni <dmazzoni@chromium.org> Commit-Queue: Akihiro Ota <akihiroota@chromium.org> Cr-Commit-Position: refs/heads/master@{#654654}
-
Alex Moshchuk authored
The new metric is SiteIsolation.SavedUserTriggeredIsolatedOrigins.Size, which measures the number of entries in the site_isolation.user_triggered_isolated_origins user pref, recorded on browser startup. Bug: 944640 Change-Id: I9b23b3edd1ee9f22d412518810613d9355957291 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1583130 Commit-Queue: Alex Moshchuk <alexmos@chromium.org> Reviewed-by:
Łukasz Anforowicz <lukasza@chromium.org> Reviewed-by:
Steven Holte <holte@chromium.org> Cr-Commit-Position: refs/heads/master@{#654653}
-
Kurt Horimoto authored
This will be used by OverlayManager to drive the presentation of UI for requested overlays. Bug: 941745 Change-Id: I3f7f19e4131d349a12bedb27a5e9caac918ad37c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1559367 Commit-Queue: Kurt Horimoto <kkhorimoto@chromium.org> Reviewed-by:
Mike Dougherty <michaeldo@chromium.org> Reviewed-by:
Eugene But <eugenebut@chromium.org> Auto-Submit: Kurt Horimoto <kkhorimoto@chromium.org> Cr-Commit-Position: refs/heads/master@{#654652}
-
Eric Karl authored
DevTools was using CompositorFrameMetadata for screen capture. This change refactors things so that: - Metadata update and actual capture are split into two steps. - When SurfaceSync is on we use RenderFrameMetadata for update. Bug: 955042 Change-Id: I7479305c1bcbcecf94587cb69960da7bb6ff01a1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1584923 Commit-Queue: Eric Karl <ericrk@chromium.org> Reviewed-by:
Bo <boliu@chromium.org> Reviewed-by:
Dmitry Gozman <dgozman@chromium.org> Cr-Commit-Position: refs/heads/master@{#654651}
-
Becky Zhou authored
+ Update the 9-patch layout tab shadow to be the tab shadow for dark mode (and incognito when tab switcher background is the incognito primary color). + Use smaller alpha on light mode. Bug: 951235 Change-Id: I9beeeada7fb3205579fafdc2c81547ce0e5cce5c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1583440 Commit-Queue: Becky Zhou <huayinz@chromium.org> Reviewed-by:
Matthew Jones <mdjones@chromium.org> Cr-Commit-Position: refs/heads/master@{#654650}
-
Erik Luo authored
While editing a style value in SSP, - Text input event triggers an update to queryRange, but no currentSuggestion yet, if loadCompletions() is slow - At this point, 'textWithCurrentSuggestion()' == '', even though the prompt 'text()' has real user input - Immediately press 'Tab', we commit the edit, which applies 'textWithCurrentSuggestion()', which is empty. Applying empty text will abandon the new property, erasing user input. This CL fixes textWithCurrentSuggestion so that quickly pressing tab after a letter does not erase the property. Bug: 931145 Change-Id: Ib3989d91e4b70e99ba2082ba46239a1b932a2f57 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1586223Reviewed-by:
Joel Einbinder <einbinder@chromium.org> Commit-Queue: Erik Luo <luoe@chromium.org> Cr-Commit-Position: refs/heads/master@{#654649}
-
Liquan(Max) Gu authored
For LargestImagePaint and LargestTextPaint, the frame property lives in event.args.data.frame, while telemetry expects every metric event to have the frame property in event.args.frame. This CL is to fix it in favor of telemtry. Bug: 953712 Change-Id: Ibd385e4403a4ec422d53cc11457763afa788cab8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1585989Reviewed-by:
Steve Kobes <skobes@chromium.org> Commit-Queue: Liquan (Max) Gu <maxlg@chromium.org> Cr-Commit-Position: refs/heads/master@{#654648}
-
Xianzhu Wang authored
- In ElementAnimations::UpdateClientAnimationState(), only get animation scales when there is transform animation. This fixes the main reason of the regression caused by crrev.com/c/1547131. - Combine HasOnlyTranslationTransforms(), AnimationStartScale() and MaximumTargetScale() of KeyframeEffect into one function to avoid duplicated code/executation when called separately from one place. - Remove unused HasOnlyTranslationTransforms() from AnimationHost and ElementAnimations. Bug: 951912 Change-Id: I5cc858fb012f0b7c0280b9935d84bc2aa4cf4d7c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1580551 Commit-Queue: Xianzhu Wang <wangxianzhu@chromium.org> Reviewed-by:
Stephen McGruer <smcgruer@chromium.org> Cr-Commit-Position: refs/heads/master@{#654647}
-
Mugdha Lakhani authored
This CL simplifies the test logic by removing Mac specific code. Bug: 949486 Change-Id: I14c3e48db5593bb77e73d16fc40da886c098d118 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1585886 Auto-Submit: Mugdha Lakhani <nator@chromium.org> Commit-Queue: Peter Beverloo <peter@chromium.org> Reviewed-by:
Peter Beverloo <peter@chromium.org> Cr-Commit-Position: refs/heads/master@{#654646}
-
Stefan Zager authored
If a target element is inline, then the hit testing code traverses through the line box tree of the containing LayoutBlockFlow, which won't check the stop node set on the HitTestRequest. If the hit test result is an inline element inside the target node, that should be treated the same as hitting the target node. BUG=951384 R=chrishtr@chromium.org Change-Id: Id0a3a1f6c57d883ce10680e664c054783e30b001 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1584717 Commit-Queue: Stefan Zager <szager@chromium.org> Reviewed-by:
Chris Harrelson <chrishtr@chromium.org> Cr-Commit-Position: refs/heads/master@{#654645}
-
Matt Mueller authored
Bug: 953384 Change-Id: If9988ab78a2ac80613dec065f35dd6f8f266c790 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1580766Reviewed-by:
Ryan Sleevi <rsleevi@chromium.org> Commit-Queue: Matt Mueller <mattm@chromium.org> Cr-Commit-Position: refs/heads/master@{#654644}
-
Rakib M. Hasan authored
We should use one consistent file path style for all conformance test names. We should use the linux style paths, which are already used within the test times JSON results. Bug: chormium:955099 Change-Id: I141799947a2ec292a4dc0a30e168025969f49c7a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1585554Reviewed-by:
Kenneth Russell <kbr@chromium.org> Commit-Queue: Rakib Hasan <rmhasan@google.com> Cr-Commit-Position: refs/heads/master@{#654643}
-
Eric Orth authored
As a manager-wide property, removed from ContextHostResolver. It can now only be called directly on the manager. Since much of the usage was just setting an initial value, added |dns_config_overrides| to ManagerOptions. This is especially needed for stand-alone resolver cases where such an intial value is needed, but there are no references to the underlying manager. Bug: 934402 Change-Id: Ic653d5fe2082c1191c5a23e3a2b143f1ff4c803b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1582438 Commit-Queue: Eric Orth <ericorth@chromium.org> Reviewed-by:
Asanka Herath <asanka@chromium.org> Cr-Commit-Position: refs/heads/master@{#654642}
-
Ryan Hamilton authored
to the "Google" variants of the QUIC connection close error histograms. Change-Id: I156dd9cff57fff298095ee692cf8da9f1a5a955d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1585175Reviewed-by:
Nik Bhagat <nikunjb@chromium.org> Commit-Queue: Ryan Hamilton <rch@chromium.org> Cr-Commit-Position: refs/heads/master@{#654641}
-
Daniel Cheng authored
Bug: 841899 Tbr: thakis@chromium.org Change-Id: I0761150154d6762609638a4abe0ca4523fde9769 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1585958 Commit-Queue: Daniel Cheng <dcheng@chromium.org> Reviewed-by:
danakj <danakj@chromium.org> Cr-Commit-Position: refs/heads/master@{#654640}
-
Mounir Lamouri authored
This is updating a few methods in the service and score objects to take an url::Origin and updates the callers accordingly. Bug: 951956 Change-Id: Ib7474166d08d2e3616a05ff036638023f32be62d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1564548 Commit-Queue: Mounir Lamouri <mlamouri@chromium.org> Reviewed-by:
Becca Hughes <beccahughes@chromium.org> Reviewed-by:
Avi Drissman <avi@chromium.org> Cr-Commit-Position: refs/heads/master@{#654639}
-
Donn Denman authored
Adds a new SimpleSearchTermResolver native and Java class that knows how to communicate with the Contextual Search GWS plugin to "Resolve" a search term base on a section of text with a selection. This is a parallel path to the one used by TTS and they both create an instance of the ContextualSearchDelegate. Minor refactoring of the Contextual Search Context was needed: There is a minimal connection between the Java and native implementations of the CS Context, but we needed to be able to set the content solely from Java (in the past surrounding text always stayed in the native side for memory minimization reasons). This CL also introduces a first rough-demo version of a "Task Recognizer" that tries to recognize that a page is part of a possible shopping task and to present an info page for that recognized product in an Ephemeral Tab UI. Also adds a default-disabled Feature ShoppingAssist, exposed in chrome://flags. BUG=942663 Change-Id: I985f09a7c099218b854e1231dcea4fcb190ed6b5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1526748 Commit-Queue: Donn Denman <donnd@chromium.org> Reviewed-by:
Yusuf Ozuysal <yusufo@chromium.org> Cr-Commit-Position: refs/heads/master@{#654638}
-
Raymond Toy authored
Add test for ConvolverNode running on a real-tiem AudioContext. In addition to being a general test, this also tests that the multi-threaded convolver implementation in Chrome (and perhaps other browsers) works correctly. The length of the convolver imuplse response was selected to ensure that extra threads are used in Chrome. This was verified by putting a (temporary) print where the threads are created. Bug: 956085 Test: realtime-conv.html Change-Id: Ia273f2e3fdba0b0ac79a03507801dc1c7b3c5006 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1586231 Commit-Queue: Raymond Toy <rtoy@chromium.org> Reviewed-by:
Hongchan Choi <hongchan@chromium.org> Cr-Commit-Position: refs/heads/master@{#654637}
-
Carlos Caballero authored
ScopedTaskEnvironment::ExecutionMode is becoming ScopedTaskEnvironment::ThreadPoolExecutionMode This CL was uploaded by git cl split. R=khorimoto@chromium.org Bug: 708584 Change-Id: Ib7fa5abbb30da0edac8bd47a31c6a947079e988f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1583806 Auto-Submit: Carlos Caballero <carlscab@google.com> Reviewed-by:
Kyle Horimoto <khorimoto@chromium.org> Commit-Queue: Kyle Horimoto <khorimoto@chromium.org> Cr-Commit-Position: refs/heads/master@{#654636}
-
Alex Cooper authored
In order to comply with the WebXR spec, this ensures that both XRRigidTransform.inverse() always returns the same object, and that a call to inverse on that inverse returns the original object. This also ensures that the idl is appropriately tagged. Some of the tests, which were not creating the XRRigidTransform as a GarbageCollected object, had to be changed. In order to keep consistency/this promise true in the C++ code, the copy and assignment constructors had to be deleted as well. Bug: 952972 Change-Id: I61c5fe4a22793837b443f44d3b67470726c2ada5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1582977Reviewed-by:
Brandon Jones <bajones@chromium.org> Reviewed-by:
Klaus Weidner <klausw@chromium.org> Commit-Queue: Alexander Cooper <alcooper@chromium.org> Cr-Commit-Position: refs/heads/master@{#654635}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/6d5617c43a0b..7232e2246072 Created with: gclient setdep -r src-internal@7232e2246072 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=andruud@chromium.org,alexmos@chromium.org,horo@chromium.org,adithyas@chromium.org Change-Id: I3892bb5fbe8d567b1c3f9c5cb70faee67889e619 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1586495Reviewed-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@{#654634}
-
Carlos Caballero authored
ScopedTaskEnvironment::ExecutionMode is becoming ScopedTaskEnvironment::ThreadPoolExecutionMode This CL was uploaded by git cl split. R=khorimoto@chromium.org Bug: 708584 Change-Id: I2c31278a56e003f1a42cf408ed8d824814c946f1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1583749 Auto-Submit: Carlos Caballero <carlscab@google.com> Reviewed-by:
Kyle Horimoto <khorimoto@chromium.org> Commit-Queue: Kyle Horimoto <khorimoto@chromium.org> Cr-Commit-Position: refs/heads/master@{#654633}
-
Geoff Lang authored
BUG=angleproject:3401 Change-Id: If16d04ab38673af68b582804f2ca9cf168e23231 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1584371Reviewed-by:
Kai Ninomiya <kainino@chromium.org> Commit-Queue: Geoff Lang <geofflang@chromium.org> Cr-Commit-Position: refs/heads/master@{#654632}
-
Xing Liu authored
This CL adds an interface to process user events. The glue layer of the scheduler will implement this interface in a following CL. Also the guid for the impression data is added to identify the specific notification that the user interacted with. This is a temporary solution and later we may convert to use NotificationDisplayService at some point. Bug: 930968 Change-Id: I6b5665fe30bec048a0c986bfad2a78ff02f38de8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1582428Reviewed-by:
David Trainor <dtrainor@chromium.org> Commit-Queue: Xing Liu <xingliu@chromium.org> Cr-Commit-Position: refs/heads/master@{#654631}
-
Greg Kerr authored
This enforces additional restrictions, such as iokit-get-properties and process-info, that the default policy allows. Bug: 799149 Change-Id: If2b53df37c78fad2dee7aefb2e7b17d189c6618a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1586200Reviewed-by:
Robert Sesek <rsesek@chromium.org> Commit-Queue: Greg Kerr <kerrnel@chromium.org> Cr-Commit-Position: refs/heads/master@{#654630}
-