- 26 Apr, 2019 40 commits
-
-
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}
-
Sean Risser authored
We can borrow almost all the logic used to filter by Chrome version. Though OS version strings are often messy and seemingly unpredictable, so we need to sanitize the version first. BUG=956059 Change-Id: I320e93a37e2da11c52f952d96e78a595f3081d38 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1582223 Commit-Queue: Sean Risser <srisser@google.com> Commit-Queue: Alexei Svitkine <asvitkine@chromium.org> Reviewed-by:
Alexei Svitkine <asvitkine@chromium.org> Cr-Commit-Position: refs/heads/master@{#654629}
-
chromium-autoroll authored
https://chromium.googlesource.com/catapult.git/+log/bbeee6d77ff6..ffa3433a8c08 git log bbeee6d77ff6..ffa3433a8c08 --date=short --no-merges --format='%ad %ae %s' 2019-04-26 benjhayden@chromium.org Add tsmon-client to package.json for spa Created with: gclient setdep -r src/third_party/catapult@ffa3433a8c08 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:867060 TBR=eyaich@chromium.org Change-Id: Ibb9bcd5ed5229c615cf01ad2953496f36952eb19 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1585938Reviewed-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@{#654628}
-
Reilly Grant authored
This patch implements a quick fix for issue 950204 by introducing a PostTask() when destroying a BluetoothGattConnection object. Since this can happen while handling the response to GATT requests or when the GATT connection status changes this introduces re-entrancy which is not safely handled by the BluetoothDevice object. This change provides a workaround until that safety can be guaranteed. Bug: 950204 Change-Id: I6dcce598113ede6e0ae1ed36cebf85937d72c392 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1584174Reviewed-by:
Adam Langley <agl@chromium.org> Commit-Queue: Reilly Grant <reillyg@chromium.org> Auto-Submit: Reilly Grant <reillyg@chromium.org> Cr-Commit-Position: refs/heads/master@{#654627}
-
siyua authored
Experiment is launched 100% everywhere and things look good. Bug: 897998 Change-Id: If816496ab757bb31aa0a408486b258c23001bf13 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1585264 Commit-Queue: Siyu An <siyua@chromium.org> Reviewed-by:
Jared Saul <jsaul@google.com> Reviewed-by:
Evan Stade <estade@chromium.org> Reviewed-by:
Nik Bhagat <nikunjb@chromium.org> Cr-Commit-Position: refs/heads/master@{#654626}
-
Caroline Rising authored
Previously this was done during creation of the nonclient view. This created issues in cases where the arrow was explicitly reset to a value fitting for only LTR after nonclient view creation. Bug: 956001 Change-Id: I2d71c3a97df1192337f7548ab1da733604526c3a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1585930 Commit-Queue: Caroline Rising <corising@chromium.org> Reviewed-by:
Dana Fried <dfried@chromium.org> Cr-Commit-Position: refs/heads/master@{#654625}
-
chromium-autoroll authored
The AutoRoll server is located here: https://autoroll.skia.org/r/fuchsia-sdk-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:fuchsia-arm64-cast;luci.chromium.try:fuchsia-x64-cast TBR=cr-fuchsia+bot@chromium.org Change-Id: I861bca6763700fc1c80c311b1baffe85c9ec8807 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1585937Reviewed-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@{#654624}
-
iOS Autoroller authored
TBR=smut Change-Id: I7efafe33f93e6d44e6616da3b154916e2dd4caf9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1586321Reviewed-by:
iOS Autoroller <ios-autoroller@chromium.org> Commit-Queue: iOS Autoroller <ios-autoroller@chromium.org> Cr-Commit-Position: refs/heads/master@{#654623}
-
Alex Newcomer authored
We cannot animate opacity on a layer with blur, the result is that the blur will dissapear while the opacity is animating. This appears visually as a 'snap' away of the blur effect. Because this opacity animation is happening so quickly, just make it animate instantly to prevent the blur snapping away. (preferred by UX.) Also remove an un-used function, and some stale header includes. Bug: 956187 Change-Id: I24480bab1b2ef377c253047ac5748c03e215ee81 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1584927Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Commit-Queue: Alex Newcomer <newcomer@chromium.org> Auto-Submit: Alex Newcomer <newcomer@chromium.org> Cr-Commit-Position: refs/heads/master@{#654622}
-
chromium-autoroll authored
https://pdfium.googlesource.com/pdfium.git/+log/021c4f879635..d0f989e0073d git log 021c4f879635..d0f989e0073d --date=short --no-merges --format='%ad %ae %s' 2019-04-26 thestig@chromium.org Add --no-system-fonts to pdfium_test on Mac and Linux. 2019-04-26 thestig@chromium.org Clean up fx_ge_linux.cpp. 2019-04-26 thestig@chromium.org Fix a nit with pdfium_test --help formatting. 2019-04-26 thestig@chromium.org Mark a bunch of CPDF_AllStates* parameters as const. 2019-04-26 thestig@chromium.org Roll third_party/skia/ c3186302b..0c2299707 (36 commits; 8 trivial rolls) 2019-04-26 thestig@chromium.org Roll third_party/skia/ 06be07979..c3186302b (1 commit) Created with: gclient setdep -r src/third_party/pdfium@d0f989e0073d 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: I1a2308ea526621230900f5f63881731b557ccd87 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1586257Reviewed-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@{#654621}
-
Alex Moshchuk authored
This CL introduces an ability to save password-isolated sites to user prefs, so that they can be persisted and applied across restarts. Now, when in kSiteIsolationForPasswordSites mode (used on Android), when a user types a password on a site, the site will be added to the site_isolation.user_triggered_isolated_origins pref, in addition to becoming dynamically isolated in the current browsing session. The new pref will be loaded and applied on browser startup as soon as a profile finishes loading its prefs. For debugging purposes, the current list of saved isolated origins may be viewed by going to chrome://prefs-internals and searching for the new pref under "site_isolation". The list isn't yet shown on chrome://process-internals, but we plan to add this in a future CL. The list of saved isolated origins is cleared whenever the user clears browsing data (specifically, when either history, cache, or cookies are cleared). Currently, Incognito sessions do not apply saved isolated origins from the origin profile, and any isolated origins added in Incognito do not persist. It is expected that the new list of origins will be fairly small (likely a few tens of origins); another followup CL will add an UMA to track the list size and how it changes over time. Bug: 946581 Change-Id: I9a895970be63370230d3a1a031acfdc78c5fc849 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1575819Reviewed-by:
Christian Dullweber <dullweber@chromium.org> Reviewed-by:
Martin Šrámek <msramek@chromium.org> Reviewed-by:
Mihai Sardarescu <msarda@chromium.org> Reviewed-by:
Łukasz Anforowicz <lukasza@chromium.org> Reviewed-by:
Balazs Engedy <engedy@chromium.org> Commit-Queue: Alex Moshchuk <alexmos@chromium.org> Cr-Commit-Position: refs/heads/master@{#654620}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/ee90eb42fe4f..3349fb0195ff git log ee90eb42fe4f..3349fb0195ff --date=short --no-merges --format='%ad %ae %s' 2019-04-26 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial). Created with: gclient setdep -r src/third_party/skia@3349fb0195ff 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=mtklein@chromium.org Change-Id: Ibea7b3847ec17d9c1a35777e6acbba5df2ab8e61 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1586341Reviewed-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@{#654619}
-
Lei Zhang authored
- Avoid reference/pointer into std::vector. - Just use back() and pop_back() as needed. - Remove some local variables that are only used once or twice. Change-Id: Ideaf1dfdbbd9fe6091af87e7d72932d3eb2272af Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1585172Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Commit-Queue: Lei Zhang <thestig@chromium.org> Cr-Commit-Position: refs/heads/master@{#654618}
-
Toni Barzic authored
When switching to polymer style for defining OOBE screens, welcome screen was removed from RESET action whitelist, without setting resetAllowed screen setting. BUG=955968 Change-Id: Ic2d0a170d41d698cd76bfd5c247003813694de11 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1586229Reviewed-by:
Alexander Alekseev <alemate@chromium.org> Commit-Queue: Toni Baržić <tbarzic@chromium.org> Cr-Commit-Position: refs/heads/master@{#654617}
-
chromium-autoroll authored
https://swiftshader.googlesource.com/SwiftShader.git/+log/7804e8109a0a..a195abb4e601 git log 7804e8109a0a..a195abb4e601 --date=short --no-merges --format='%ad %ae %s' 2019-04-26 capn@google.com Implement cubemap sampling 2019-04-26 chrisforbes@google.com Add support for D32_SFLOAT and D16_UNORM input attachments 2019-04-26 chrisforbes@google.com Always apply the fragment shader if it is present 2019-04-26 sugoi@google.com Allow treating a 3D image as a layered 2D image 2019-04-26 bclayton@google.com Add new debug macro UNSUPPORTED(). 2019-04-26 amaiorano@google.com Fix crash when viewport Y position is negative 2019-04-26 bclayton@google.com CMakeLists: Fix REACTOR_EMIT_DEBUG_INFO builds 2019-04-26 bclayton@google.com SpirvShaderSampling: Fix flaky tests. 2019-04-26 capn@google.com Make all descriptors 16-byte aligned. Created with: gclient setdep -r src/third_party/swiftshader@a195abb4e601 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/129523279,chromium:b/131171141,chromium:b/118386749,chromium:b/131243109,chromium:904276,chromium:b/131246679,chromium:b/129523279,chromium:b/123244275 TBR=swiftshader-team+autoroll@chromium.org Change-Id: I4ef2c936e1a2cf461a826a412dacb2d2a7473dff Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1585936Reviewed-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@{#654616}
-
Ian Wells authored
For Feed suggestions, adds a favicon and attribution text to each prefetched article on the dino page imitating the look of suggested articles on the NTP. This CL also renames offline_pages::ThumbnailDecoder to offline_pages::VisualsDecoder as it now decodes favicons as well as thumbnails. Bug: 852872 Change-Id: I15aae9c8f9f5d59f5b9c35369618f6842db510bf Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1566429Reviewed-by:
Cathy Li <chili@chromium.org> Reviewed-by:
Dan H <harringtond@chromium.org> Reviewed-by:
Emily Stark <estark@chromium.org> Reviewed-by:
Carlos Knippschild <carlosk@chromium.org> Reviewed-by:
Shakti Sahu <shaktisahu@chromium.org> Commit-Queue: Ian Wells <iwells@chromium.org> Cr-Commit-Position: refs/heads/master@{#654615}
-
Céline O'Neil authored
R=kylechar@chromium.org Bug: 923088 Change-Id: I8f95bf3cd1de4c439f9c21b6706f4fe08ef03814 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1586102Reviewed-by:
kylechar <kylechar@chromium.org> Commit-Queue: kylechar <kylechar@chromium.org> Auto-Submit: Céline O'Neil <celineo@google.com> Cr-Commit-Position: refs/heads/master@{#654614}
-
Sebastien Marchand authored
This adds the feature flag for the new memory pressure monitor and moves all the hardcoded parameters to base::FeatureParam so they can be changed via Finch. Bug: 771478 Change-Id: Ifcddff8ef66690ea93791bf6c2659373d696f7cb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1542161 Commit-Queue: Sébastien Marchand <sebmarchand@chromium.org> Reviewed-by:
Chris Hamilton <chrisha@chromium.org> Cr-Commit-Position: refs/heads/master@{#654613}
-
Stefan Zager authored
ServiceScriptedAnimations may get called on a document that has been swapped out, in which case the DocumentLoader is no longer available. The code to set the timestamps was refactored by a recent CL to happen earlier, so it needs to check for a valid loader. BUG=956988 R=pdr@chromium.org Change-Id: Id0636ec39be851b2724383301b606a319969a204 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1585984 Commit-Queue: Stefan Zager <szager@chromium.org> Reviewed-by:
Philip Rogers <pdr@chromium.org> Cr-Commit-Position: refs/heads/master@{#654612}
-
chromium-autoroll authored
https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/99d965d911f3..0e095532eff2 git log 99d965d911f3..0e095532eff2 --date=short --no-merges --format='%ad %ae %s' 2019-04-26 vadimsh@chromium.org [lucicfg] Bump lucicfg version v1.7.1 -> v1.7.2. Created with: gclient setdep -r src/third_party/depot_tools@0e095532eff2 The AutoRoll server is located here: https://autoroll.skia.org/r/depot-tools-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=agable@chromium.org Change-Id: Ie6b502207c8fa80faccaa8c587437a687b2461dc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1585935Reviewed-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@{#654611}
-
Matthew Mourgos authored
The following metrics are split by TabletMode and ClamshellMode: - Apps.ContextMenuExecuteCommand - Apps.ContextMenuUserJourneyTime - Apps.ContextMenuShowSource Bug: 953525 Change-Id: Ibac2be0cd7cb5824ff6253032cb1e570f07f7a76 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1574453Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Reviewed-by:
Scott Violet <sky@chromium.org> Reviewed-by:
Brian White <bcwhite@chromium.org> Reviewed-by:
Alex Newcomer <newcomer@chromium.org> Commit-Queue: Matthew Mourgos <mmourgos@chromium.org> Cr-Commit-Position: refs/heads/master@{#654610}
-
v8-ci-autoroll-builder authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/457ad5c9..c3ba2e82 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: I1ec1f70a107b3dbe2a2d570e7250b987ceef4424 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1586337Reviewed-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@{#654609}
-
Ian Wells authored
Causes the background task to be scheduled when limitless prefetching is enabled and when the prefetch testing header value is changed. There is a five-second delay built in when the background task is scheduled this way; this gives the user a chance to change both limitless and the testing header before the task starts. Bug: 954252 Change-Id: Ib21e8e0fd4dca29226c2b3e2080da1afe7650ed8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1574139Reviewed-by:
Carlos Knippschild <carlosk@chromium.org> Reviewed-by:
Dan H <harringtond@chromium.org> Commit-Queue: Ian Wells <iwells@chromium.org> Cr-Commit-Position: refs/heads/master@{#654608}
-