Ben Wagner
b9cc1c6bc2
Fix calculating clusters from start of input.
...
Still some code hanging on from optimizing for SkTextBlob.
Bug: skia:8420
Change-Id: I947a9ff691fb1fbcb82934c5597e5db11c12f013
Reviewed-on: https://skia-review.googlesource.com/c/192683
Reviewed-by: Hal Canary <halcanary@google.com>
Commit-Queue: Hal Canary <halcanary@google.com>
2019-02-14 21:23:38 +00:00
Jim Van Verth
ce51c14d76
Add MoltenVK support to Viewer.
...
Works with v1.0.17, will probably need updating for later revisions.
Bug: skia:8737
Change-Id: I9e42fad90656a88efa12625856019a8282ff39fd
Reviewed-on: https://skia-review.googlesource.com/c/191298
Reviewed-by: Greg Daniel <egdaniel@google.com>
Commit-Queue: Jim Van Verth <jvanverth@google.com>
2019-02-14 20:56:38 +00:00
Michael Ludwig
e9c57d3ef5
Clean up GrQuad ctors
...
Refactor Sk4f transformations into reusable internal function.
Switches the SkRect+SkMatrix ctor to a factory method.
Adds simple constructors for Sk4fs and SkRects w/o transforms.
Bug: skia:
Change-Id: I88a4a5f7304b1cf00d68c7772bb0fc19c97abee3
Reviewed-on: https://skia-review.googlesource.com/c/191569
Reviewed-by: Brian Salomon <bsalomon@google.com>
Commit-Queue: Michael Ludwig <michaelludwig@google.com>
2019-02-14 20:46:39 +00:00
Nigel Tao
490e647e23
Have Wuffs output to BGRA, not indexed color
...
This lets us set the yet-to-be-decoded pixels for a partially decoded
image to be transparent. Prior to this commit, we decoded to an indexed
color buffer, which was not guaranteed to be able to represent
transparent pixels.
This is also one step towards fewer post-decode passes. The current
model has multiple separate passes: SkSwizzler handles expanding pixel
indexes to BGRA and subsetting / scaling, SkWuffsCodec handles blending
potentially transparent pixels over the previous frame and skcms handles
color correction. The long term plan is to remove the SkSwizzler from
that chain.
Bug: skia:8235
Change-Id: I9651fb8ec7a7811dd2cd77b22c9527c8b8a9963d
Reviewed-on: https://skia-review.googlesource.com/c/177960
Reviewed-by: Leon Scroggins <scroggo@google.com>
Commit-Queue: Leon Scroggins <scroggo@google.com>
2019-02-14 20:36:58 +00:00
Herbert Derby
5b83d05bf4
Use bulk interface for paths
...
Change-Id: I3a73f3b181542588470e3ce2c03d147423fef5cd
Reviewed-on: https://skia-review.googlesource.com/c/192424
Reviewed-by: Mike Klein <mtklein@google.com>
Commit-Queue: Herb Derby <herb@google.com>
2019-02-14 20:29:08 +00:00
Brian Osman
5c1f8eb094
Various particle system improvements
...
Effects now have a duration, and can be played looped
or one-shot. Added a second list of affectors that are
applied at spawn vs. update.
Effects grab and store the SkRandom at construction,
so it no longer needs to be passed to update().
Bug: skia:
Change-Id: Ib54d60466e162e4d4b70fa64c1215fc01680d47a
Reviewed-on: https://skia-review.googlesource.com/c/191722
Commit-Queue: Brian Osman <brianosman@google.com>
Reviewed-by: Michael Ludwig <michaelludwig@google.com>
Reviewed-by: Brian Osman <brianosman@google.com>
2019-02-14 20:19:08 +00:00
recipe-roller
f6d28e2a46
Roll recipe dependencies (trivial).
...
This is an automated CL created by the recipe roller. This CL rolls recipe
changes from upstream projects (e.g. depot_tools) into downstream projects
(e.g. tools/build).
More info is at https://goo.gl/zkKdpD . Use https://goo.gl/noib3a to file a bug.
depot_tools:
https://crrev.com/51eca59ff6a7ce5dc4b7aecc9c65e956d38dab2f Support --enable-auto-submit in `git cl split` (tikuta@chromium.org )
recipe_engine:
https://crrev.com/feac5f657c68d422c5209da0b47e5f5e74cbeac4 Add recipe API for the buildbucket collect subcommand (sergiyb@chromium.org )
TBR=borenet@google.com
Recipe-Tryjob-Bypass-Reason: Autoroller
Bugdroid-Send-Email: False
Change-Id: I9ade827287dfc91aa57f091a04bb9b50deb980ca
Reviewed-on: https://skia-review.googlesource.com/c/192685
Reviewed-by: Recipe Roller <recipe-roller@chromium.org>
Commit-Queue: Recipe Roller <recipe-roller@chromium.org>
2019-02-14 20:08:38 +00:00
Brian Osman
5de7ea45bc
Particles/SkReflected: Generalize array reflection
...
This supports arrays of any type, and removes all of the special case
code for arrays of SkReflected objects. (This is extracted from my
rewrite of SkCurve, which needed something like this to work).
Bug: skia:
Change-Id: I55ab942f7922335dca0685d28b3b122bc4d53daa
Reviewed-on: https://skia-review.googlesource.com/c/192620
Reviewed-by: Brian Osman <brianosman@google.com>
Commit-Queue: Brian Osman <brianosman@google.com>
2019-02-14 20:04:48 +00:00
skia-autoroll
498403d258
Roll third_party/externals/angle2 52047de4d41f..77874e2ca341 (1 commits)
...
52047de4d4..77874e2ca3
git log 52047de4d41f..77874e2ca341 --date=short --no-merges --format='%ad %ae %s'
2019-02-14 timvp@google.com Vulkan: Reduce Default Descriptor Pool Max Sets
Created with:
gclient setdep -r third_party/externals/angle2@77874e2ca341
The AutoRoll server is located here: https://autoroll.skia.org/r/angle-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=skia.primary:Build-Debian9-Clang-x86_64-Release-ANGLE;skia.primary:Perf-Win10-Clang-AlphaR2-GPU-RadeonR9M470X-x86_64-Debug-All-ANGLE;skia.primary:Perf-Win10-Clang-NUC5i7RYH-GPU-IntelIris6100-x86_64-Debug-All-ANGLE;skia.primary:Perf-Win10-Clang-NUC6i5SYK-GPU-IntelIris540-x86_64-Debug-All-ANGLE;skia.primary:Perf-Win10-Clang-NUCD34010WYKH-GPU-IntelHD4400-x86_64-Debug-All-ANGLE;skia.primary:Perf-Win10-Clang-ShuttleC-GPU-GTX960-x86_64-Debug-All-ANGLE;skia.primary:Test-Win10-Clang-AlphaR2-GPU-RadeonR9M470X-x86_64-Debug-All-ANGLE;skia.primary:Test-Win10-Clang-NUC6i5SYK-GPU-IntelIris540-x86_64-Debug-All-ANGLE;skia.primary:Test-Win10-Clang-NUCD34010WYKH-GPU-IntelHD4400-x86_64-Debug-All-ANGLE;skia.primary:Test-Win10-Clang-ShuttleC-GPU-GTX960-x86_64-Debug-All-ANGLE
TBR=stephana@google.com
Change-Id: I10aa6a0939ec5bcbd80be04f483d223e0d74a18c
Reviewed-on: https://skia-review.googlesource.com/c/192721
Reviewed-by: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
2019-02-14 19:54:58 +00:00
Brian Salomon
67f01951d0
Use destructors to free resources owned by lazy proxy callbacks
...
Change-Id: I103355f12e808c636803491c86d3c887113f088c
Reviewed-on: https://skia-review.googlesource.com/c/192541
Reviewed-by: Greg Daniel <egdaniel@google.com>
Commit-Queue: Brian Salomon <bsalomon@google.com>
2019-02-14 19:25:45 +00:00
Ben Wagner
10f3c40674
Don't respect FontConfig matrix for bitmap fonts.
...
FontConfig provides 10-scale-bitmap-fonts.conf which applies an inverse
"pixelsize" matrix. It is not known if this .conf is active or not, so
it is not clear if "pixelsize" should be applied before this matrix.
Since using a matrix with a bitmap font isn't a great idea, only apply
the matrix to outline fonts.
Change-Id: I5500120d091e73712949453a328d27b44f03b0c7
Reviewed-on: https://skia-review.googlesource.com/c/192680
Commit-Queue: Ben Wagner <bungeman@google.com>
Reviewed-by: Hal Canary <halcanary@google.com>
2019-02-14 19:19:45 +00:00
Florin Malita
562017b086
[SVGCanvas] Clean up public factories
...
Remove the internal-only/XMLWriter-based factory.
Update SkSVGDevice to always own the xml writer.
The only internal client passing an interesting XMLWriter is
SVGDeviceTest - update to use the device factory directly.
While at it, update the SkSVGDevice factory to return smart pointers
(Create -> Make).
Change-Id: Ibda1ca86ef9fb81ab512822000835ace1af67978
Reviewed-on: https://skia-review.googlesource.com/c/192580
Reviewed-by: Mike Reed <reed@google.com>
Commit-Queue: Florin Malita <fmalita@chromium.org>
2019-02-14 19:17:35 +00:00
Ben Wagner
a57d868f19
Defer loading particle effect to load time.
...
Moving this out of the constructor means less going on at slide creation
time, making debugging easier.
Change-Id: I37bdd249abef663931bc8ef152a92a3a3436dcf4
Reviewed-on: https://skia-review.googlesource.com/c/192600
Reviewed-by: Brian Osman <brianosman@google.com>
Commit-Queue: Ben Wagner <bungeman@google.com>
2019-02-14 18:58:15 +00:00
Robert Phillips
bc4994a682
Baulk at creating wait semaphores if we can't always delete them
...
Change-Id: I4ddc988972b90ed182a1f11a83e2858c2ba4ae9f
Reviewed-on: https://skia-review.googlesource.com/c/192400
Reviewed-by: Greg Daniel <egdaniel@google.com>
Commit-Queue: Robert Phillips <robertphillips@google.com>
2019-02-14 18:40:35 +00:00
Michael Ludwig
d54ca8f754
Add blendmode to GrRTC::drawTexture
...
This makes drawTexture handle blend modes with a fallback to be consistent
with drawTextureSet. Simple draws (other than non src-over) should be
faster now since they will skip the extra overhead of the GrTextureAdjuster.
It also refactors the GrPaint emulation of GrTextureOp into a function,
which will be reused in the general-purpose quad APIs.
Bug: skia:
Change-Id: Idad67ec749b82c6894df6ec2b57987130125b910
Reviewed-on: https://skia-review.googlesource.com/c/191360
Reviewed-by: Brian Salomon <bsalomon@google.com>
Commit-Queue: Michael Ludwig <michaelludwig@google.com>
2019-02-14 18:21:50 +00:00
Greg Daniel
4b06a92ce2
Use kRGB_888x_SkColorType when importing R8G8B8X8 AHB.
...
Bug: skia:
Change-Id: If32fa0c711dd33c78cd57c73475f74bdeb470d8b
Reviewed-on: https://skia-review.googlesource.com/c/192420
Reviewed-by: Stan Iliev <stani@google.com>
Reviewed-by: Brian Salomon <bsalomon@google.com>
Commit-Queue: Greg Daniel <egdaniel@google.com>
2019-02-14 18:10:05 +00:00
recipe-roller
66a199b6cd
Roll recipe dependencies (trivial).
...
This is an automated CL created by the recipe roller. This CL rolls recipe
changes from upstream projects (e.g. depot_tools) into downstream projects
(e.g. tools/build).
More info is at https://goo.gl/zkKdpD . Use https://goo.gl/noib3a to file a bug.
depot_tools:
https://crrev.com/452a49f4b699fc71396221d9e36072e6ff1a9d46 Fix colorized branch alignment in 'git cl status' (dmcardle@chromium.org )
TBR=borenet@google.com
Recipe-Tryjob-Bypass-Reason: Autoroller
Bugdroid-Send-Email: False
Change-Id: Ia949e28aef8bda32fd415783e357f1fcf4669676
Reviewed-on: https://skia-review.googlesource.com/c/192540
Reviewed-by: Recipe Roller <recipe-roller@chromium.org>
Commit-Queue: Recipe Roller <recipe-roller@chromium.org>
2019-02-14 17:54:05 +00:00
skia-autoroll
9a88bee122
Roll ../src 1f0e830f475f..b698b62f407e (516 commits)
...
1f0e830f47..b698b62f40
git log 1f0e830f475f..b698b62f407e --date=short --no-merges --format='%ad %ae %s'
2019-02-14 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/catapult 8ba5518f87cc..b3d62293b2f8 (1 commits)
2019-02-14 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/webrtc dac03d9bb085..d00045ef0e68 (1 commits)
2019-02-14 nuskos@chromium.org Rename foo_struct_traits.(cc|h) to foo_mojom_traits.(cc|h) as requested in previous change.
2019-02-14 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/perfetto 99025f1dc4b8..14aebc30d20c (1 commits)
2019-02-14 tbansal@chromium.org Enable the logic to unthrottle queued requests
2019-02-14 tguilbert@chromium.org Remove NewRemotePlaybackPipeline virtual tests
2019-02-14 bokan@chromium.org Add about:flag for Scroll-To-Text
2019-02-14 peter@chromium.org Update more histogram OWNERS
2019-02-14 ydago@chromium.org Add conflicts in the PolicyMap::Entry model
2019-02-14 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/skia 6152470dc69e..729bb199dd96 (1 commits)
2019-02-14 gyuyoung@igalia.com BlinkMemoryMgt: Make SystemClipboard use fast malloc
2019-02-14 rouslan@chromium.org [Payment Request] Count invalid "basic-card" data.
2019-02-14 dullweber@chromium.org Add tracing to BrowsingDataRemover
2019-02-14 avi@chromium.org [Mac] Remove GC calls from Chromium.
2019-02-14 sinhak@chromium.org Update crOS Account Manager Gaia Sign-in flow parameter
2019-02-14 anthonyvd@chromium.org Pass the source and target language to the TranslateBubble
2019-02-14 dvadym@chromium.org Fix |form_may_be_submitted| in password_controller.
2019-02-14 piman@chromium.org Move decoder-specific IPCs into CommandBufferStub subclasses
2019-02-14 sdefresne@chromium.org Preparation to convert GetPrimaryAccount to return CoreAccountInfo
2019-02-14 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/webrtc 788f57760386..dac03d9bb085 (5 commits)
2019-02-14 mcnee@chromium.org Add missing LatencyComponentType string representation
2019-02-14 mastiz@chromium.org Revert "Disabling flaky test SingleClientSessionsWithDeferRecyclingSyncTest.NavigateThenCloseTabThenOpenTab."
2019-02-14 chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com Roll src-internal 87aed6561abd..adcebff3b11f (3 commits)
2019-02-14 szermatt@chromium.org [Autofill Assistant] Fix tracking of element position.
2019-02-14 ricea@chromium.org Simplify WebSocketEndpointLockManager
2019-02-14 rogerta@chromium.org Fix dependency in credential_provider generated files.
2019-02-14 treib@chromium.org Sync: Reset "initial sync required" nudge on successful config cycle
2019-02-14 wpt-autoroller@chops-service-accounts.iam.gserviceaccount.com Import wpt@fbbf9a6b68f06236be7cfbf75807e0fc2e5e0930
2019-02-14 olka@chromium.org Revert "[AF Profile] Add metrics for debugging difference between USS/Directory"
2019-02-14 jkim@igalia.com [s13n] Remove comments for APIs from accounts_mutator_impl.h
2019-02-14 tonikitoo@igalia.com [s13n] Move ChildAccountServiceUnittest away from GCMS
2019-02-14 pwnall@chromium.org test: Replace _TEST_CASE_ with _TEST_SUITE_.
2019-02-14 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/webrtc b1ea48c2e868..788f57760386 (2 commits)
2019-02-14 mario@igalia.com Extract identity::TestIdentityManagerObserver to its own public class
2019-02-14 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/perfetto 3271875cb274..99025f1dc4b8 (1 commits)
2019-02-14 gambard@chromium.org [iOS] Unfocus the omnibox when going incognito on NTP
2019-02-14 andruud@chromium.org Don't create LayoutObjects for Nodes in display:none subtrees.
2019-02-14 blundell@chromium.org Revert "Replace use of GaiaCookieManagerServiceFactory::GetInstance in c/b/sync and c/b/metrics"
2019-02-14 pmarko@chromium.org Expose client and authority certificates separately in NetworkCertLoader
2019-02-14 olka@chromium.org Disable ChromeExtensionsCapabilityTest.testWaitsForExtensionToLoad on Linux
2019-02-14 tonikitoo@igalia.com Replace usages of GaiaCookieManagerServiceFactory::GetInstance in //c/b/supervised_user
2019-02-14 pcc@chromium.org Add missing dependency to gcm_unit_tests.
2019-02-14 bratell@opera.com Clarify which "mojom" is intended for LifecycleUnitDiscardReason
2019-02-14 dullweber@chromium.org Reland "Delete all types of Storage on profile close"
2019-02-14 knollr@chromium.org fix: update notification channel group names on locale change
2019-02-14 kwiberg@chromium.org Add new WebRTC GN dependencies
2019-02-14 knollr@chromium.org fix: close OSX native notification that have been activated
2019-02-14 yuli@chromium.org Add state.js to easier toggle/track app states.
2019-02-14 eseckler@chromium.org perfetto: Parse new stats fields in JSONTraceExporter.
2019-02-14 bratell@opera.com Too many switches namespaces (jumbo win compile fix)
2019-02-14 chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com Roll src-internal 116ba2e6c585..87aed6561abd (2 commits)
2019-02-14 pwnall@chromium.org test: Replace _TEST_CASE_ with _TEST_SUITE_ in /ui.
2019-02-14 pmarko@chromium.org Remove unused profile_ever_initialized known_user flag
2019-02-14 v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com Update V8 to version 7.4.167.
2019-02-14 pwnall@chromium.org test: Replace _TEST_CASE_ with _TEST_SUITE_ in /gpu.
2019-02-14 sdefresne@chromium.org Preparation to convert GetPrimaryAccount to return CoreAccountInfo
2019-02-14 siyua@chromium.org Update Autofill card migration dialog to match Mac dark mode
2019-02-14 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/dawn b2207737abd3..6fe9b9821a1a (1 commits)
2019-02-14 sdefresne@chromium.org Preparation to convert GetPrimaryAccount to return CoreAccountInfo
2019-02-14 srirama.m@samsung.com Fix font size calculation for TextTrackCues
2019-02-14 rayankans@chromium.org Add a clear for all registrations function in service worker storage.
2019-02-14 lowell@chromium.org Make privet_local_printer_lister_unittest use GetSafeWeakWrapper
2019-02-14 sdefresne@chromium.org Preparation to convert GetPrimaryAccount to return CoreAccountInfo
2019-02-14 shik@chromium.org Add eslint config.
2019-02-14 sdefresne@chromium.org Preparation to convert GetPrimaryAccount to return CoreAccountInfo
2019-02-14 dullweber@chromium.org Revert "[Sheriff] Disable flaky test CookiesClearedOnBrowserClose"
2019-02-14 lowell@chromium.org Make arc_robot_auth_code_fetcher_browsertest use GetSafeWeakWrapper
2019-02-14 lowell@chromium.org Make oauth2_access_token_fetcher_impl_unittest use GetSafeWeakWrapper.
2019-02-14 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll Fuchsia SDK from 1c91c8faa342 to 4236f65568da
2019-02-14 hajimehoshi@chromium.org Use a per-frame task runner at WebViewPlugin
2019-02-14 tkent@chromium.org XMLSerializer should drop xmlns="..." in some cases
2019-02-14 chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com Roll src-internal cbaf44911188..116ba2e6c585 (2 commits)
2019-02-14 hajimehoshi@chromium.org Add a per-frame task runner at Geolocation mojo bindings
2019-02-14 andruud@chromium.org Don't ignore CustomStyleForLayoutObject when ensuring ComputedStyle.
2019-02-14 wpt-autoroller@chops-service-accounts.iam.gserviceaccount.com Import wpt@0f05661c8e441416e314cc6c5779671d29c81a09
2019-02-14 peconn@chromium.org 🕵️ Allow launching a new (blank) Incognito Tab (post commit comments).
2019-02-14 droger@chromium.org [signin] Remove legacy signin flow
2019-02-14 ppolitov@yandex-team.ru Allow to toggle multiple features with parameters in js tests.
2019-02-14 toyoshim@chromium.org Access-Control-Expose-Headers should accept value ending with comma
2019-02-14 mathias@chromium.org [devtools] Clean up HTML
2019-02-14 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll AFDO from 74.0.3704.0_rc-r1-merged to 74.0.3705.0_rc-r1-merged
2019-02-14 falken@chromium.org service worker: Check null container_host_ in ServiceWorkerProviderContext.
2019-02-14 mnissler@chromium.org Make scheduler configuration default controllable via finch.
2019-02-14 karandeepb@chromium.org DNR: Update IndexedRule to take dnr_api::Rule by value.
2019-02-14 jochen@chromium.org Remove myself from chrome/OWNERS and add three new EMEA owners
2019-02-14 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/skia 4037f7f5d8b4..6152470dc69e (1 commits)
2019-02-14 sammc@chromium.org Migrate Drive download paths to DriveFS when enabled.
2019-02-14 toyoshim@chromium.org Remove FeatureList switch for the cache-aware WebFonts loading
2019-02-14 chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com Roll src-internal 914e79e33197..cbaf44911188 (3 commits)
2019-02-14 rhalavati@chromium.org Update incognito window counter's text.
2019-02-14 dats@chromium.org Remove redundant tests
2019-02-14 tkent@chromium.org Fix visibility of webkit_unit_tests
2019-02-14 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/webrtc f13c2cd9ee41..b1ea48c2e868 (49 commits)
2019-02-14 tkent@chromium.org Reland "Rename some blink-related build targets"
2019-02-14 ksakamoto@chromium.org SignedExchange: Close response body data pipe on integrity error
2019-02-14 yhirano@chromium.org Introduce probe::PrepareRequest
2019-02-14 wpt-autoroller@chops-service-accounts.iam.gserviceaccount.com Import wpt@0db395ed1acb636ab0fa2686944a46d038d073d4
2019-02-14 shik@chromium.org Fix some CSS presubmit warnings.
2019-02-14 tetsui@chromium.org StaticKCM: Enable sending layout name by default.
2019-02-14 dstaessens@chromium.org media/gpu/test: Port the VDA thumbnail test to the new video decoder tests.
2019-02-14 findit-for-me@appspot.gserviceaccount.com Revert "Ensure page visibility is consistent after load"
2019-02-14 dstaessens@chromium.org media/gpu/test: Fix parameters of the new video decoder tests.
2019-02-14 lucmult@chromium.org [Files app] Convert to background/ to arrow func
2019-02-14 rhalavati@chromium.org Close incognito window counter on second click.
2019-02-14 chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com Roll src-internal b2e8aef39554..914e79e33197 (5 commits)
2019-02-14 alliemurray@google.com Add context menu for removable root entry list.
2019-02-14 loyso@chromium.org WebApp: Fix HostedAppPWAOnlyTest.InstallInstallableSite browser test.
2019-02-14 lucmult@chromium.org [Files app] Fix background/ closure markup
2019-02-14 tguilbert@chromium.org Remove MediaWebContentsObserverAndroid
2019-02-14 loyso@chromium.org WebApp: SetLaunchType and SetBookmarkAppIsLocallyInstalled flags.
2019-02-14 rhalavati@chromium.org Update incognito window counter menu's icon color.
2019-02-14 tomas.popela@gmail.com Remove a temporary CFI blacklist entry
2019-02-14 tomas.popela@gmail.com Add PipeWire to the CFI blacklist
2019-02-14 rbpotter@chromium.org Print Preview: Pages and scaling section behavior adjustments
2019-02-14 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/skia e77142e0d665..4037f7f5d8b4 (2 commits)
2019-02-14 v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com Update V8 to version 7.4.166.
2019-02-14 alliemurray@google.com Merge unmount command for removable roots and unpartitioned removable devices.
2019-02-14 thestig@chromium.org Roll src/third_party/pdfium/ 83a2cd097..e6fcdfa5b (1 commit)
2019-02-14 johnchen@chromium.org Revert "Rename some blink-related build targets"
2019-02-14 kylechar@chromium.org Modify GLOutputSurface for Chrome OS.
2019-02-14 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/dawn 1809ff74233d..b2207737abd3 (3 commits)
2019-02-14 monufriienko@chromium.org Added extra logging in SimulatorTestRunner#tear_down and SimulatorParallelTestRunner#launch.
2019-02-14 ceciliani@google.com [App Management] Add router test and fix router
2019-02-14 nigeltao@chromium.org Add placeholder icons to the App Service
2019-02-14 lambroslambrou@chromium.org [remoting] Remove unused GetDefaultOauthRedirectUrl()
2019-02-14 sque@google.com mb: Use minimal symbols bot for Windows Goma RBE
2019-02-14 triploblastic@google.com Adding some nits that i forgot to add during last merge
2019-02-14 karandeepb@chromium.org DNR: Introduce dynamic rules API.
2019-02-14 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/perfetto 635129336c50..3271875cb274 (1 commits)
2019-02-14 tkent@chromium.org Rename some blink-related build targets
2019-02-14 gyuyoung@igalia.com BlinkMemoryMgt: Make ScopedFoo classes use fast malloc in display_lock_context.h
2019-02-14 treib@chromium.org Move IsSyncAllowedByFlag from ProfileSyncService into browser_sync_switches
2019-02-14 huangdarwin@chromium.org Refactor: unsigned long long -> uint64_t in third_party/blink/renderer/core/events
2019-02-14 huangdarwin@chromium.org Refactor: unsigned long long -> uint64_t in third_party/blink/renderer/modules/quota
2019-02-14 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/catapult 0d71048a220e..8ba5518f87cc (1 commits)
2019-02-14 jkim@igalia.com [ozone] Implement receiving dragging
2019-02-14 acourbot@chromium.org media/gpu/v4l2vda: keep reference to IP VideoFrame sent to client
2019-02-14 yoichio@chromium.org [LayoutNG] Increase prepaint NGPaintFragment::ComputeLocalSelectionRectForText performance 3x.
2019-02-14 chrome-release-bot@chromium.org Updating trunk VERSION from 3705.0 to 3706.0
2019-02-14 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/skia afbe1c49d923..e77142e0d665 (2 commits)
2019-02-14 emaxx@chromium.org Add tests for messaging from content script
2019-02-14 hiroshige@chromium.org [Import Maps] Reject non-fetch schemes from keys
2019-02-14 mohsen@chromium.org Destroy GpuClient's before GpuHostImpl in ws/GpuHost
2019-02-14 sergeyu@chromium.org Pass RasterContextProvider to VideoResourceUpdater.
2019-02-14 chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com Roll src-internal 7ec701934993..b2e8aef39554 (4 commits)
2019-02-14 johannes@chromium.org [DevTools] Roll inspector_protocol (Chromium) to
2019-02-14 felipesalazar@chromium.org Override default *CorsOriginAccessList* method implementations in CastBrowserContext
2019-02-14 gyuyoung@igalia.com BlinkMemoryMgt: Apply USING_FAST_MALLOC to MemoryUsageMonitor
2019-02-14 johntlee@chromium.org Navi: Add thumbnails for backgrounds, update text for new categories
2019-02-14 monufriienko@chromium.org Change priority to 35 for fyi/ios12-sdk-simulator.json
2019-02-14 tetsui@chromium.org chromeos: Remove F16 to CapsLock hack.
2019-02-14 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/pdfium bf42afa0df14..83a2cd097544 (3 commits)
2019-02-14 wez@chromium.org [WeakPtr] Always retain a Flag in WeakReferenceOwner.
2019-02-14 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/angle 3805122b0297..52047de4d41f (2 commits)
2019-02-14 huangdarwin@chromium.org Refactor: unsigned long long -> uint64_t in third_party/blink/renderer/modules/eventsource
2019-02-14 agrieve@chromium.org Refactor generate_milestone_report.py
2019-02-14 dtseng@chromium.org Enforce strict enum ordering in some ax enums
2019-02-14 jbudorick@chromium.org Add mb configuration for google-chrome-chromeos.
2019-02-14 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/chromite e67fcf9ed6c6..499f9dd2f00e (1 commits)
2019-02-14 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/catapult 63f9b85be556..0d71048a220e (3 commits)
2019-02-14 alexlau@chromium.org Display VM processes correctly in task manager.
2019-02-14 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/skia 5105d68f93e9..afbe1c49d923 (2 commits)
2019-02-14 johnchen@chromium.org [ChromeDriver] Fix core dump code for older psutil
2019-02-14 thakis@chromium.org Remove a few unnecessary semicolons.
2019-02-14 stevenjb@chromium.org Test for shill::kErrorNoFailure in NetworkState
2019-02-14 agrieve@chromium.org resource_sizes.py: Drop apk prefix for metrics.
2019-02-14 martis@chromium.org Image annotation service: update OCR request / response format.
2019-02-14 lgcheng@google.com Break AddOrUpdateArcVPNProvider into smaller methods.
2019-02-14 nancyly@google.com Add tabs to USB internals page.
2019-02-14 martinkr@google.com fido: first attempt at authenticator PIN UI
2019-02-14 gmx@chromium.org tcmalloc: remove module initialization in malloc_extension.cc
2019-02-14 xidachen@chromium.org Don't reset white listed touch action at GestureScrollEnd
2019-02-14 ctzsm@chromium.org [TTS] Remove redundant condition check
2019-02-14 bsheedy@chromium.org Automate VR URL emphasis tests
2019-02-14 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll Fuchsia SDK from b66dfd8c0b90 to 1c91c8faa342
2019-02-14 pwnall@chromium.org test: Replace _TEST_CASE_ with _TEST_SUITE_ in /media.
2019-02-14 kbabbitt@microsoft.com Implement IRawElementProviderFragment/FragmentRoot
2019-02-14 agrieve@chromium.org Android: Delete chrome_public_bundle target
2019-02-14 mlamouri@chromium.org Testing: add helper function to wait for DOM events in unittests.
2019-02-14 yusufo@google.com Add a tab strip component
2019-02-14 pwnall@chromium.org test: Replace _TEST_CASE_ with _TEST_SUITE_ in /services.
2019-02-14 wpt-autoroller@chops-service-accounts.iam.gserviceaccount.com Import wpt@7ddae5400caf476583cfbe71238254f8cbb217b9
2019-02-14 falken@chromium.org WPT: service worker: Loosen postmessage-to-client-message-queue.https.html.
2019-02-14 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/pdfium f7e697617c77..bf42afa0df14 (1 commits)
2019-02-14 chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com Roll src-internal 52ea556bdd54..7ec701934993 (8 commits)
2019-02-14 rdevlin.cronin@chromium.org [Sheriff] Disable flaky test PlatformThreadTest
2019-02-14 skare@chromium.org [Omnibox] Dedupe document results.
2019-02-14 mukai@chromium.org Revert "chromeos: disables event throttling in window-service clients"
2019-02-14 mukai@chromium.org Revert "Reland "chromeos: makes resizes smoother with mash""
2019-02-14 jinsukkim@chromium.org Android: Remove top/bottom controls state API from Tab
2019-02-14 Max) Gu [FCP++] Image: change IsImage to IsLayoutImage
2019-02-14 chlily@chromium.org Network Error Logging: Disable when using proxy
2019-02-14 vtsyrklevich@chromium.org GWP-ASan: Reduce RSS on macOS
2019-02-14 olivierrobin@chromium.org Add loadData in webState
2019-02-14 dtrainor@chromium.org Add a mocked FakeAppUpdateManager for simulating inline updates
2019-02-14 amusbach@chromium.org RELAND - tablet: Fix edge case with |defer_bounds_updates| set inappropriately.
2019-02-14 gbeaty@chromium.org Revert "Add win32-arm64-rel to the gitiles trigger."
2019-02-14 dschuff@chromium.org Remove NaCl whitelisted domains
2019-02-14 lanwei@chromium.org Fix flaky test ChromeDriverTest.testActionsTouchStart
2019-02-14 nicolaso@chromium.org chrome://browser-switch: show error messages
2019-02-14 tkent@chromium.org testharnessreport: Improve readability of test results
2019-02-14 cduvall@chromium.org Add CHECKs to debug crbug.com/916098
2019-02-14 stevenjb@chromium.org Network config UI fixes
2019-02-14 tommycli@chromium.org Omnibox: Experiment with showing a generic icon for search suggestions
2019-02-14 drott@chromium.org Experiment: Schedule font unique name lookup table build at startup
2019-02-14 martiniss@chromium.org Revert "Use 32 cores on 'win-asan'"
2019-02-14 pwnall@chromium.org test: Replace _TEST_CASE_ with _TEST_SUITE_ in /chromeos.
2019-02-14 gbeaty@chromium.org Add win32-arm64-rel to the gitiles trigger.
2019-02-14 zhuoyu.qian@samsung.com Replace erase(std::remove_if()) in chrome/
2019-02-14 pnoland@chromium.org [Chromeshine] Call correct bridge methods when there is a database error
2019-02-14 kkhorimoto@chromium.org [iOS] Mitigate timing issues with Safe Browsing test.
2019-02-14 ssid@chromium.org Implement argument filter in trace event data source
2019-02-14 v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com Update V8 to version 7.4.165.
2019-02-14 petewil@chromium.org Remove the "offline-pages-sharing" flag.
2019-02-14 lucmult@chromium.org [Files app] Fix EntryListItem.sortEntries with empty Array
2019-02-14 rmcelrath@chromium.org Fix network service crash when --log-net-log flag isn't valid
2019-02-14 katie@chromium.org More focused watchlists for katie@chromium.
2019-02-14 marcin@mwiacek.com Improve @IntDef in Chrome/Android
2019-02-14 cch@chromium.org Add on device head serving component in omnibox, which will be used by on device head suggest provider later.
2019-02-14 sajadm@google.com Updated secondary UI to have rounded corners for material design refresh.
2019-02-14 davidben@chromium.org Speculatively re-enable WebRequestAuthRequested test.
2019-02-14 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/chromite 01a85176b3e4..e67fcf9ed6c6 (1 commits)
2019-02-14 marcin@mwiacek.com Improve BrowserServices @IntDef
2019-02-14 dbertoni@chromium.org [Extensions] Test storage APIs for SW without storage permissions.
2019-02-14 rnk@google.com Disable ECKEncryptedMediaTest.MultipleCdmTypes in debug builds
2019-02-14 drubery@chromium.org Use Block Mean Average for blurring image in PhishGuard Visual Features
2019-02-14 rnk@google.com Disable WebUIBrowserExpectFailTest.TestFailsAsyncFast in debug builds
2019-02-14 pwnall@chromium.org test: Replace _TEST_CASE_ with _TEST_SUITE_ in /chromecast.
2019-02-14 tkent@chromium.org Remove a special handling for XLink namespace in XMLSerializer
2019-02-14 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/skia da5e03954dd3..5105d68f93e9 (7 commits)
2019-02-14 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/angle 6fc22a13d45d..3805122b0297 (1 commits)
2019-02-14 johntlee@chromium.org Navi: Update whitelist of NTP backgrounds
2019-02-14 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/dawn a594f8fdb4d7..1809ff74233d (2 commits)
2019-02-14 mcnee@chromium.org Revert "Re-enable the ReportBubblingScrollToSameView DumpWithoutCrashing"
2019-02-14 melzhang@google.com Implement ARC App Permission Data Transfer from ARC to Chrome OS.
2019-02-14 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/depot_tools ae2acf7bf997..3b1e64245a0b (1 commits)
2019-02-13 jkim@igalia.com [s13n] Move CWVSyncController away from ProfileOAuth2TokenService
2019-02-13 danzh@chromium.org Landing Recent QUIC changes until Sat Feb 9 03:43:24 2019.
2019-02-13 loyso@chromium.org WebApp: Disable 3-dot menu browser commands for off-the-record profiles.
2019-02-13 bcwhite@chromium.org Fix sampled-in inversion for UKM events.
2019-02-13 boliu@chromium.org Ensure page visibility is consistent after load
2019-02-13 pfeldman@chromium.org DevTools: persist tab order relatively to the untouched panels as well.
2019-02-13 thakis@chromium.org Remove a few unnecessary semicolons.
2019-02-13 Erik.Anderson@microsoft.com ensure sleep_at_least is guaranteed to sleep for the requested duration
2019-02-13 chouinard@chromium.org [Chromeshine] Switch to multiple ProtoDatabases.
2019-02-13 mnissler@chromium.org Expose scheduler configuration via a Chrome flag.
2019-02-13 sdefresne@chromium.org Preparation to convert GetPrimaryAccount to return CoreAccountInfo
2019-02-13 tikuta@chromium.org add x86 to gitignore
2019-02-13 nasko@chromium.org Use debug string version of url::Origin in ScopedActiveURL.
2019-02-13 buldina@chromium.org [ChromeDriver] Re-enable fixed tests
2019-02-13 raphael.kubo.da.costa@intel.com CastActivityManager: Do not make DoLaunchSessionParams' move constructor noexcept
2019-02-13 sdefresne@chromium.org Preparation to convert GetPrimaryAccount to return CoreAccountInfo
2019-02-13 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/SPIRV-Tools/src 0187c190b58c..0167a20b0af8 (1 commits)
2019-02-13 tonikitoo@igalia.com Replace use of GaiaCookieManagerServiceFactory::GetInstance in c/b/sync and c/b/metrics
2019-02-13 wez@chromium.org [Fuchsia] Migrate FIDL from "interface" to "protocol" syntax.
2019-02-13 chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com Roll src-internal e77f5b943781..52ea556bdd54 (2 commits)
2019-02-13 thakis@chromium.org Grab bag of semicolon removals.
2019-02-13 davidluphd@google.com Remove the domain restriction for the doodle share link on the local NTP.
2019-02-13 ksspiers@google.com Add additional granularity to DownloadRestrictions
2019-02-13 agawronska@chromium.org child user: Add parent access view to lock screen
2019-02-13 tommycli@chromium.org Omnibox: Add vertical margin field trial to about:flags
2019-02-13 mcnee@chromium.org Run webaudio-autoplay-iframe-with-gesture.html with virtual/not-site-per-process
2019-02-13 kmilka@chromium.org Add SearchSuggestionOnLocalNtp to field trial testing config
2019-02-13 tbansal@chromium.org Add NetworkQualityEstimator to list of experiments
2019-02-13 harrisjay@chromium.org Makes Badging API accessible on Windows
2019-02-13 harringtond@chromium.org Fix DCHECK in offline_item_utils.cc
2019-02-13 rdevlin.cronin@chromium.org Revert "Add vp9-alpha + canvas layout test."
2019-02-13 gyuyoung@igalia.com BlinkMemoryMgt: Make some objects use fast malloc in bindings/core
2019-02-13 gyuyoung@igalia.com s13n: Replace use of GaiaCookieManagerService in oauth2_login_verifier.cc
2019-02-13 jamescook@chromium.org Change SingleProcessMash shelf indicator from "-" to "SPM"
2019-02-13 behdadb@chromium.org Story tag for cluster representatives of rendering.desktop is added
2019-02-13 kylechar@chromium.org Update VizDisplayCompositor feature in chrome://flags.
2019-02-13 thakis@chromium.org Remove a few unnecessary semicolons.
2019-02-13 ntfschr@chromium.org AW: create a header file for cookie_manager.cc
2019-02-13 mmenke@chromium.org Obsolete the Net.TcpFastOpenSocketConnection histogram.
2019-02-13 meiliang@chromium.org [TabModelFilter] Add new interfaces for TabModelFilter
2019-02-13 backer@chromium.org Allow --enable-vulkan with viz_unittests
2019-02-13 govind@chromium.org Updating XTBs based on .GRDs from branch master
2019-02-13 metzman@chromium.org Reenable Skia's OSS-Fuzz fuzzers on Windows.
2019-02-13 wez@chromium.org [Fuchsia] Add missing AgentImpl dependency to base test_support.
2019-02-13 stevenjb@chromium.org Elim NetworkState::IsReconnecting
2019-02-13 lukasza@chromium.org Add extension aikbehojjdffmangolfbohjdigfdnepa to the CORB allowlist.
2019-02-13 rdevlin.cronin@chromium.org Revert "AudioBus: Convert deprecated uses of FromInterleaved(Partial)/ToInterleaved, remove deprecated ToInterleavedPartial"
2019-02-13 lukasza@chromium.org Remove a few extensions that no longer need to be on the CORB allowlist.
2019-02-13 kristipark@chromium.org [NTP] Hide fakebox if the remove-ntp-fakebox feature is enabled
2019-02-13 paulirish@chromium.org DevTools: Allow auditing while remote debugging
2019-02-13 pfeldman@chromium.org DevTools: roll third_party/inspector_protocol to I69fa904098f44b7d1219b6a2772231df7651ac35.
2019-02-13 sky@chromium.org chromeos: makes mus operate in DIPs
2019-02-13 frechette@chromium.org Moving the core language prefs (kAcceptLanguages and kPreferredLanguages) to components/language.
2019-02-13 npm@chromium.org [ElementTiming] Create entries for SVGImageElements
2019-02-13 tikuta@chromium.org [mojo] small fix for BUILD.gn
2019-02-13 amithi@chromium.org Temporarily disabling wpt RTCRtpReceiver-getParameters.
2019-02-13 updowndota@chromium.org Update Assistant settings style
2019-02-13 tikuta@chromium.org small fix for BUILD.gn
2019-02-13 gab@chromium.org [base] Reland MessageLoopTest.Post*TaskFromSystemPump
2019-02-13 pbos@chromium.org Remove background highlight from incognito badge
2019-02-13 kbr@chromium.org Revert "[Background Sync] Add field trial testing config"
2019-02-13 justincohen@google.com [ios] Add more checks for nil last committed item.
2019-02-13 rdevlin.cronin@chromium.org Revert "Updating test from legacy harness"
2019-02-13 harrisjay@chromium.org Adds CustomTabBar to AccessiblePanes.
2019-02-13 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/pdfium 2347b79c3781..f7e697617c77 (7 commits)
2019-02-13 danielng@google.com Reland of "Installation functionality for Crostini App search"
2019-02-13 dtseng@chromium.org Make the rootWebArea ARC++ accessibility node into a generic container
2019-02-13 drubery@chromium.org SafeBrowsing: Send FULL_PINGs for PDF downloads.
2019-02-13 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/perfetto 56445ec1e273..635129336c50 (29 commits)
2019-02-13 ntfschr@chromium.org AW: split up testAcceptCookie
2019-02-13 rmcelrath@chromium.org Revert "Fix indentation in network_service_instance.cc"
2019-02-13 mmenke@chromium.org Socket Pools Refactor 25: Merge the HTTP proxy pool and its children.
2019-02-13 rmcelrath@chromium.org Fix indentation in network_service_instance.cc
2019-02-13 khorimoto@chromium.org [CrOS MultiDevice] Create ClientAppMetadataProvider.
2019-02-13 kmarshall@chromium.org [fuchsia] Migrate device deployment script to "dev_finder" MDNS tool.
2019-02-13 ikilpatrick@chromium.org [LayoutNG] Clean up ComputeBorders calls.
2019-02-13 raul@tambre.ee AudioBus: Convert deprecated uses of FromInterleaved(Partial)/ToInterleaved, remove deprecated ToInterleavedPartial
2019-02-13 danakj@chromium.org Remove blink::CompositorAnimationHost. (2/n)
2019-02-13 backer@chromium.org Clean up --enable-vulkan flag
2019-02-13 dtrainor@chromium.org Add the skeleton implementation of the inline update system.
2019-02-13 hiroshige@chromium.org [Import Maps] Implement acquiring import maps flag
2019-02-13 pwnall@chromium.org test: Replace _TEST_CASE_ with _TEST_SUITE_ in /net.
2019-02-13 tommycli@chromium.org Omnibox: Experiment with showing a suffix on all search suggestions
2019-02-13 skobes@chromium.org Enable JankTracking on trunk.
2019-02-13 dbeam@chromium.org WebUI Dark Mode: fix cr-toolbar selection overlay text/icon color
2019-02-13 jarrydg@chromium.org Quota: Add SequenceChecker to QuotaManager
2019-02-13 dbertoni@chromium.org [Extensions] Enable storage APIs for service workers and add test.
2019-02-13 chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com Roll src-internal 37d412aa18ee..e77f5b943781 (4 commits)
2019-02-13 lanwei@chromium.org Set time stamp when dispatching synthetic events
2019-02-13 nektar@chromium.org Adds AXImageAnnotator in the renderer that observes changes and automatically labels images for accessibility
2019-02-13 staphany@chromium.org AppCache: Extract host methods from mojom::AppCacheBackend.
2019-02-13 gab@chromium.org Revert "[base] Migrate the Win MessagePump to DoSomeWork"
2019-02-13 pwnall@chromium.org sqlite: README updates for release 3.27.
2019-02-13 thakis@chromium.org Remove a few unnecessary semicolons.
2019-02-13 pkotwicz@chromium.org [Android WebAPK Refactor] Make WebApkUpdateManager#updateWhileNotRunning() static
2019-02-13 fletcherw@chromium.org Refactor chrome://system to load logs async
2019-02-13 hiroshige@chromium.org [Import Maps] Implement Import Maps v0.5 behind a flag
2019-02-13 mcnee@chromium.org Add missing SyntheticGestureTarget overrides
2019-02-13 v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com Update V8 to version 7.4.162.
2019-02-13 dalecurtis@chromium.org Add vp9-alpha + canvas layout test.
2019-02-13 thestig@chromium.org Copy base::JSONReader::Read() to ReadDeprecated().
2019-02-13 danakj@chromium.org Remove AttachCompositorAnimationTimeline from WebFrameWidget creation.
2019-02-13 elvin@chromium.org [Fuchsia] FakeComponentContext to be able to help test against Agents from unittests
2019-02-13 fanjinsong@sogou-inc.com Fix Selection Popup flash before disappear
2019-02-13 rockot@chromium.org [SM] Delete catalog service
2019-02-13 andrescj@chromium.org Synchronize IDAStub with discardable handle registration.
2019-02-13 dalecurtis@chromium.org Add metrics collection for bitstream audio output support.
2019-02-13 csharrison@chromium.org Stop doing async navigation interception on Android Webview
2019-02-13 sky@chromium.org chromeos: disables event throttling in window-service clients
2019-02-13 mrefaat@chromium.org Add mrefaat@ as Cookies owner for iOS
2019-02-13 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/angle 983e44692194..6fc22a13d45d (1 commits)
2019-02-13 rdevlin.cronin@chromium.org [Sheriff] Disable flaky test CookiesClearedOnBrowserClose
2019-02-13 ericorth@chromium.org Split ResolveDnsOperation enum to separate header
2019-02-13 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/pdfium bff397d7343e..2347b79c3781 (2 commits)
2019-02-13 rdevlin.cronin@chromium.org [Sheriff] Disable flaky test ProcessTests
2019-02-13 npm@chromium.org [LayoutStability] Move layout tests to WPT
2019-02-13 rdevlin.cronin@chromium.org [Sheriff] Disable flaky test PlatformThreadTest
2019-02-13 sergeyu@chromium.org Revert "[Fuchsia] Migrate to ViewsV2"
2019-02-13 sdefresne@chromium.org Preparation to convert GetPrimaryAccount to return CoreAccountInfo
2019-02-13 rdevlin.cronin@chromium.org [Sheriff] Disable flaky test CookiesClearedOnCloseAllBrowsers
2019-02-13 smaier@chromium.org Moving OAuthToken AsyncTasks from SERIAL_EXECUTOR to SequencedTaskRunner
2019-02-13 lgcheng@google.com Fix typo.
2019-02-13 ericorth@chromium.org Modernize host resolution in TransportConnectJob
2019-02-13 chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com Roll src-internal 9e350cc15038..37d412aa18ee (2 commits)
2019-02-13 pwnall@chromium.org test: Replace _TEST_CASE_ with _TEST_SUITE_ in /cc.
2019-02-13 kpschoedel@chromium.org Revise EventRewriter API.
2019-02-13 pauljensen@chromium.org Skip Cronet tests that call GetTaggedBytes() on P+ devices.
2019-02-13 dpapad@chromium.org WebUI styleguide: Update guidance about on-click vs on-tap handlers.
2019-02-13 mmourgos@chromium.org Block app grid button press during folder animation.
2019-02-13 hiroshige@chromium.org Do not update insecure navigations set in non-Document contexts
2019-02-13 aluo@chromium.org Added x86 apks and enabled x86 arch in run_cts script
2019-02-13 khushalsagar@chromium.org media/android: Increase max_images limit for AImageReader.
2019-02-13 mstensho@chromium.org [LayoutNG] No need to store ReplacedPercentageResolutionInlineSize.
2019-02-13 mstensho@chromium.org [LayoutNG] No inline capacity for break tokens vector.
2019-02-13 beaufort.francois@gmail.com Handle "Next Track" in Picture-in-Picture window
2019-02-13 ericorth@chromium.org Modernize host resolution in NetworkQualityEstimatorUtil
2019-02-13 thakis@chromium.org Remove a few unnecessary semicolons.
2019-02-13 zmin@chromium.org Test post enrollment policy fetch for Machine-level-user-cloud-policy.
2019-02-13 hansberry@chromium.org Smart Lock: Implement Unlock performance metrics.
2019-02-13 tbansal@chromium.org Change experiment name for PredictivePrefetchingAllowedOnAllConnectionTypes
2019-02-13 szager@chromium.org [IntersectionObserver] Upstream V2 tests to wpt
2019-02-13 ccameron@chromium.org MacPWAs: Add major and minor shim versions to Info.plist
2019-02-13 yuweih@chromium.org [Remoting iOS] Remove applyColorSchemes
2019-02-13 wnwen@chromium.org Android: Update ProcessedMinidumps expiry date
2019-02-13 jianj@google.com Roll src/third_party/libvpx/source/libvpx/ ce4336c2a..e2381829e (12 commits)
2019-02-13 joedow@chromium.org Removing obsolete app remoting test app and code
2019-02-13 martiniss@chromium.org Use 32 cores on 'win-asan'
2019-02-13 mnissler@chromium.org Add policy to control scheduler configuration.
2019-02-13 yuweih@chromium.org Reland "Add remoting FTL API key"
2019-02-13 aaronhk@google.com Use a canvas to check pixels in offscreen canvas printing tests
2019-02-13 hcarmona@chromium.org Navi: Use REM instead of PX to allow scaling the chooser with font.
2019-02-13 dbeam@chromium.org WebUI Dark Mode: fix bookmark star color on history page
2019-02-13 yusufo@google.com Use a BitmapCache for showing TabGrid screenshots
2019-02-13 pwnall@chromium.org test: Replace _TEST_CASE_ with _TEST_SUITE_ in /storage.
2019-02-13 sdefresne@chromium.org Preparation to convert GetPrimaryAccount to return CoreAccountInfo
2019-02-13 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/skia 721801a0d628..da5e03954dd3 (6 commits)
2019-02-13 sky@chromium.org Reland "chromeos: makes resizes smoother with mash"
2019-02-13 thakis@chromium.org Remove a few unnecessary semicolons.
2019-02-13 morlovich@chromium.org CookieStore::DeleteCookieAsync appears unused (outside a few tests), so remove it
2019-02-13 beccahughes@chromium.org [Media Image] Remove artwork from metadata
2019-02-13 jsaul@google.com [Autofill] Add dark mode Google Pay logo for card upload/unmask
2019-02-13 kelvinjiang@chromium.org [Extensions] Start: real-time stream tab to the activity log page (1/2)
2019-02-13 fkastenholz@chromium.org Have RST_STREAM & STOP_SENDING do expected closes for IETF QUIC (V99)
2019-02-13 ccameron@chromium.org mac: Fix multi-video flickering
2019-02-13 kdillon@chromium.org Updating test from legacy harness
2019-02-13 dgrogan@chromium.org [LayoutNG] Some flex tests now pass because of non-flex NG work
2019-02-13 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/chromite 9a7a9053e8f7..01a85176b3e4 (1 commits)
2019-02-13 amusbach@chromium.org Revert "tablet: Fix edge case with |defer_bounds_updates| set inappropriately."
2019-02-13 cmumford@google.com leveldb: Minor typo fixes to leveldb scopes README.md.
2019-02-13 wutao@chromium.org assistant: fix demo mode oobe
2019-02-13 hcarmona@chromium.org Navi: Fix 'Next' button styling for RTL languages.
2019-02-13 dmazzoni@chromium.org Update accessibility mode when image labeling pref changes
2019-02-13 enga@chromium.org Update adjust_src_dst_region_for_blitframebuffer workaround to adjust both src and dst rectangles
2019-02-13 sky@chromium.org Revert "chromeos: makes resizes smoother with mash"
2019-02-13 ericorth@chromium.org Remove legacy cache-only from HostResolver fuzzer
2019-02-13 findit-for-me@appspot.gserviceaccount.com Revert "Make children indexing implicit by using vector."
2019-02-13 thakis@chromium.org Remove a few unnecessary semicolons.
2019-02-13 v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com Update V8 to version 7.4.160.
2019-02-13 sdefresne@chromium.org Preparation to convert GetPrimaryAccount to return CoreAccountInfo
2019-02-13 chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com Roll src-internal d8daa5e3b273..9e350cc15038 (3 commits)
2019-02-13 robertma@chromium.org [blinkpy] Stop CC me when automatically filing bugs
2019-02-13 andrewxu@chromium.org Deal with the edge case of dragging from shelf while typing
2019-02-13 lgcheng@google.com arc: Optin dialog Update <style is="custom-style"> for Polymer 2
2019-02-13 pwnall@chromium.org test: Replace _TEST_CASE_ with _TEST_SUITE_ in /ios.
2019-02-13 mvanouwerkerk@google.com Clean up CCTModulePhase1 from fieldtrial testing config.
2019-02-13 rouslan@chromium.org [Payment Request][WPT] Fix inactive page tests.
2019-02-13 sdefresne@chromium.org Preparation to convert GetPrimaryAccount to return CoreAccountInfo
2019-02-13 sammiequon@google.com overview: Set windows event targeting policy to NONE.
2019-02-13 meacer@chromium.org Translation screenshots: Add info message when no screenshots are found
2019-02-13 sullivan@chromium.org Add null check for DocumentLoader before use.
2019-02-13 sdefresne@chromium.org Preparation to convert GetPrimaryAccount to return CoreAccountInfo
2019-02-13 sdefresne@chromium.org Preparation to convert GetPrimaryAccount to return CoreAccountInfo
2019-02-13 dalyk@google.com Support different secure DNS modes within DnsTransaction.
2019-02-13 tikuta@chromium.org [jingle] small fix for BUILD.gn
2019-02-13 cduvall@chromium.org Revert "Delete all types of Storage on profile close"
2019-02-13 frechette@chromium.org Make children indexing implicit by using vector.
2019-02-13 spang@chromium.org [Fuchsia] Build angle_end2end_tests & run angle_unittests
2019-02-13 mheikal@chromium.org [Metrics] Record NativeBackgroundTask finish metrics only once
2019-02-13 thakis@chromium.org Remove a few unnecessary semicolons.
2019-02-13 lukasza@chromium.org Test for dragging a bookmark into a cross-site web page.
2019-02-13 masonfreed@chromium.org Don't do raster invalidation for compositor animations
2019-02-13 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/skia ac285b1c2ae3..721801a0d628 (3 commits)
2019-02-13 abhijeet@igalia.com Remove unwanted include from testing_profile.cc
2019-02-13 alexilin@chromium.org Whitelist StrictMode disk reads in ChromePreferenceManager
2019-02-13 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll Fuchsia SDK from ed8a157e58ca to b66dfd8c0b90
2019-02-13 nicolaso@chromium.org [BrowserSwitcher] Redirect last tab to NTP
2019-02-13 pwnall@chromium.org test: Replace _TEST_CASE_ with _TEST_SUITE_ in /extensions.
2019-02-13 yaoxia@chromium.org Change allow_download in ResourceRequestInfoImpl to an enum
2019-02-13 thakis@chromium.org Require semicolons after CHROMEG_ macros.
2019-02-13 shivanisha@chromium.org Prune oldest skippable entry on reaching maximum entries
2019-02-13 sdefresne@chromium.org Preparation to convert GetPrimaryAccount to return CoreAccountInfo
2019-02-13 tikuta@chromium.org [services] small fix for BUILD.gn
2019-02-13 xingliu@chromium.org Download: Fix an incorrect include in download_service_factory.h.
2019-02-13 wzang@chromium.org cros: Always-on-top wallpaper should support reloading
2019-02-13 cbiesinger@chromium.org Revert "Propagate definite height of single-line row flexboxes to child cross size"
2019-02-13 shivanisha@chromium.org History intervention: Android metric for navigating to a skippable entry
2019-02-13 bcwhite@chromium.org Give a 12-week grace period to expired metrics.
2019-02-13 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/dawn f872e6924cbb..a594f8fdb4d7 (1 commits)
2019-02-13 thakis@chromium.org Remove a few unnecessary semicolons.
2019-02-13 tonikitoo@igalia.com Remove TestSigninClient's reference to SharedURLLoaderFactory instance
2019-02-13 marinaciocea@chromium.org Make RTCPeerConnectionHandler::RunSynchronous closures public.
2019-02-13 reillyg@chromium.org [serial] Show port permissions in the page info dialog
2019-02-13 hansberry@chromium.org Mark hansberry@ as primary owner of EasyUnlock metrics.
2019-02-13 sdefresne@chromium.org Preparation to convert GetPrimaryAccount to return CoreAccountInfo
2019-02-13 manucornet@chromium.org CrOS Shelf: Get rid of 'split view' mode for shelf background
2019-02-13 andruud@chromium.org Add DCHECK to prevent layout tree building on elements with ensured styles.
2019-02-13 abhijeet@igalia.com Add IdentityTestEnvironmentProfileAdaptor as member variable.
2019-02-13 alexilin@chromium.org android: Set up a synthetic finch trial for the reached code profiler
2019-02-13 tikuta@chromium.org small fix for BUILD.gn
2019-02-13 spang@chromium.org ozone: Clean up LoadDefaultEGLGLES2Bindings & add fuchsia
2019-02-13 frechette@chromium.org Add language lookup caching to UlpLanguageCodeLocator.
2019-02-13 frechette@chromium.org Name the test properly.
2019-02-13 sdefresne@chromium.org Preparation to convert GetPrimaryAccount to return CoreAccountInfo
2019-02-13 sky@chromium.org chromeos: makes resizes smoother with mash
2019-02-13 spang@chromium.org ozone: Add paths to error messages from LoadEGLGLES2Bindings
2019-02-13 chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com Roll src-internal 7567f837ecd0..d8daa5e3b273 (3 commits)
2019-02-13 ioanap@chromium.org Remove helper method for logging PasswordGeneration.UserActions
2019-02-13 pfeldman@chromium.org DevTools: plumb UsesBinaryProtocol, roll the third_party/inspector_protocol.
2019-02-13 gyuyoung@igalia.com s13n: Expand IdentityManager::DiagnosticsObserver with OnRefreshTokenRemovedForAccountFromSource
2019-02-13 wanderview@chromium.org SimpleCache: Align fieldtrial_testing_config.json with more experiment values.
2019-02-13 thakis@chromium.org Remove a few unnecessary semicolons.
2019-02-13 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/swiftshader 73c3124cc249..de16f327d051 (1 commits)
2019-02-13 bsazonov@chromium.org [Unity][Android] Add status icon to sync row in MainPreferences
2019-02-13 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/SPIRV-Tools/src 354205b3dc23..0187c190b58c (1 commits)
2019-02-13 v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com Update V8 to version 7.4.158.
2019-02-13 abhijeet@igalia.com Eliminate //chrome's fake_account_fetcher_service_builder.h/.cc
2019-02-13 sahel@chromium.org Clean up active_renderer_fling_count_
2019-02-13 peter@chromium.org Correct my e-mail address for a number of histograms
2019-02-13 ellyjones@chromium.org flags: assign enable-homepage-tile
2019-02-13 wjmaclean@chromium.org Don't filter ViewHostMsg_OpenDateTimeDialog for swapped out RenderViews.
2019-02-13 wpt-autoroller@chops-service-accounts.iam.gserviceaccount.com Import wpt@d1f77cdd373524b0f348e47464ced3cfda7ca05b
2019-02-13 hendrich@chromium.org Proto sync from DM Server
2019-02-13 tikuta@chromium.org small fix for BUILD.gn
2019-02-13 kylechar@chromium.org Remove lock in DrmOverlayManagerHost.
2019-02-13 juanmihd@chromium.org Fixing precision error in CanvasrenderingContext2D.fonts
2019-02-13 thakis@chromium.org Remove a few unnecessary semicolons.
2019-02-13 chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com Roll src-internal 6cff075bcfed..7567f837ecd0 (1 commits)
2019-02-13 djean@google.com [ios] remove all remaining use of BVC as UrlLoader, except as dispatcher
2019-02-13 mharanczyk@opera.com Fix flakes in ExtensionUpdaterTest.TestMultipleExtensionDownloadingUpdates*.
2019-02-13 ltenorio@chromium.org Add a Contained Shell section to chrome://settings.
2019-02-13 charliea@chromium.org Add FeatureParam to bypass only discrete touch input events at browser
2019-02-13 futhark@chromium.org Obsolete Style.AuthorStyleSheet.ParseTime UMA metric.
2019-02-13 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/skia 9cee184aaa27..ac285b1c2ae3 (1 commits)
2019-02-13 stkhapugin@chromium.org Add StoreKit framework to Firebase build file.
2019-02-13 bungeman@chromium.org Prepare for SkTypeface::openStream to return unique_ptr.
2019-02-13 alancutter@chromium.org Mac PWAs: Hide title bar when in HTML fullscreen mode
2019-02-13 rayankans@chromium.org Add a per-service expiration time for recording in DevToolsBackgroundServicesContext
2019-02-13 alessiob@chromium.org PFFFT 3rd party: Fix pointer cast
2019-02-13 bokan@chromium.org Initial implementation of TextFragmentAnchor
2019-02-13 hiroshige@chromium.org [Import Maps] Introduce ParsedSpecifier and support "@std/x" specifiers
2019-02-13 mario@igalia.com Implement new method AccountsCookieMutator::SetAccountsInCookie()
2019-02-13 pwnall@chromium.org test: Replace _TEST_CASE_ with _TEST_SUITE_ in /ash.
2019-02-13 nisse@chromium.org Delete left-over includes of webrtc's media_constraints_interface.h
2019-02-13 mvanouwerkerk@google.com Expose CCTModuleCustomRequestHeader in chrome:flags.
2019-02-13 raphael.kubo.da.costa@intel.com sensors: Fix API typo (magnitometer -> magnetometer)
2019-02-13 abhijeet@igalia.com Remove unwanted header.
2019-02-13 bokan@chromium.org Prevent nullptr crash with CC side-scrollbars
2019-02-13 fdoray@chromium.org [ios] Use ScopedTaskEnvironment in TestWebThreadBundle.
2019-02-13 msarda@chromium.org [unified-consent] Update the sync opt-in confirmation dialog on iOS.
2019-02-13 thakis@chromium.org Remove a few unnecessary semicolons.
Created with:
gclient setdep -r ../src@b698b62f40
The AutoRoll server is located here: https://autoroll.skia.org/r/chromium-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=skia.primary:Perf-Mac-Clang-MacBookPro11.5-GPU-RadeonHD8870M-x86_64-Release-All-CommandBuffer;skia.primary:Test-Mac-Clang-MacBookPro11.5-GPU-RadeonHD8870M-x86_64-Debug-All-CommandBuffer
TBR=stephana@google.com
Change-Id: Ia84e9f1bf754491290d07dbbbea789ff6346cb33
Reviewed-on: https://skia-review.googlesource.com/c/192364
Reviewed-by: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
2019-02-14 16:17:15 +00:00
Hal Canary
8130afa1c2
resources: add text for testing shaper
...
No-Try: true
Change-Id: I84559846fd22a877c689b51b934386073c3121a0
Reviewed-on: https://skia-review.googlesource.com/c/192425
Reviewed-by: Hal Canary <halcanary@google.com>
Commit-Queue: Hal Canary <halcanary@google.com>
2019-02-14 16:15:05 +00:00
Greg Daniel
f259b8ba17
Add kRGB_888X_GrPixelConfig
...
This is needed to support importing of RGBX AHB into skia's vulkan backend.
With this CL we only enable the new pixel config to be textureable.
Bug: skia:
Change-Id: Iba9180c14f3ef633ae846091cf453d68f82ce544
Reviewed-on: https://skia-review.googlesource.com/c/192035
Commit-Queue: Greg Daniel <egdaniel@google.com>
Reviewed-by: Brian Salomon <bsalomon@google.com>
2019-02-14 15:01:55 +00:00
Ravi Mistry
126ac6365c
Bring back PerCommit-Bookmaker to the waterfall
...
NoTry: true
Bug: skia:
Change-Id: I67f3cfe516cee4db22efecf4ac910c4c88be5552
Reviewed-on: https://skia-review.googlesource.com/c/192402
Reviewed-by: Eric Boren <borenet@google.com>
Commit-Queue: Ravi Mistry <rmistry@google.com>
2019-02-14 14:46:14 +00:00
KDr2
a0dcd29f53
Fix bug of the destructor of SkSVGDevice
...
When SkSVGDevice owns `fWriter`, we must ensure that `fRootElement`
is destructed before `fWriter`. Otherwise, while `fRootElement` is
destrcuting, it tries to write data into `fWriter` who is alreay
deleted.
This bug is introduced by
https://skia-review.googlesource.com/c/skia/+/192040 .
Change-Id: Idbb998a3c25f6e0d731e5070fd9f9bdde3afcd1a
Reviewed-on: https://skia-review.googlesource.com/c/192301
Reviewed-by: Florin Malita <fmalita@chromium.org>
Commit-Queue: Florin Malita <fmalita@chromium.org>
2019-02-14 13:32:34 +00:00
Mike Reed
729bb199dd
Update examples to use SkFont
...
Bug: skia:
Change-Id: I104e1382a035f7b1e0d8f4bf37859e2544166788
Reviewed-on: https://skia-review.googlesource.com/c/192039
Reviewed-by: Mike Reed <reed@google.com>
Commit-Queue: Mike Reed <reed@google.com>
Auto-Submit: Mike Reed <reed@google.com>
2019-02-14 13:29:34 +00:00
skia-recreate-skps
6152470dc6
Update go_deps asset
...
Automatic commit by the UpdateGoDEPS bot.
TBR=borenet@google.com
Change-Id: I32eab7353a624c3b0e38743d95fd1e3bb7a12457
Reviewed-on: https://skia-review.googlesource.com/c/192240
Reviewed-by: <skia-recreate-skps@skia-swarming-bots.iam.gserviceaccount.com>
Commit-Queue: <skia-recreate-skps@skia-swarming-bots.iam.gserviceaccount.com>
2019-02-14 06:02:34 +00:00
skia-autoroll
4037f7f5d8
Roll third_party/externals/angle2 6fc22a13d45d..52047de4d41f (3 commits)
...
6fc22a13d4..52047de4d4
git log 6fc22a13d45d..52047de4d41f --date=short --no-merges --format='%ad %ae %s'
2019-02-14 fjhenigman@chromium.org Vulkan: support instanced draws. (reland)
2019-02-13 syoussefi@chromium.org Revert "Vulkan: Implement debug markers"
2019-02-13 syoussefi@chromium.org Revert "Roll Vulkan repos"
Created with:
gclient setdep -r third_party/externals/angle2@52047de4d41f
The AutoRoll server is located here: https://autoroll.skia.org/r/angle-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=skia.primary:Build-Debian9-Clang-x86_64-Release-ANGLE;skia.primary:Perf-Win10-Clang-AlphaR2-GPU-RadeonR9M470X-x86_64-Debug-All-ANGLE;skia.primary:Perf-Win10-Clang-NUC5i7RYH-GPU-IntelIris6100-x86_64-Debug-All-ANGLE;skia.primary:Perf-Win10-Clang-NUC6i5SYK-GPU-IntelIris540-x86_64-Debug-All-ANGLE;skia.primary:Perf-Win10-Clang-NUCD34010WYKH-GPU-IntelHD4400-x86_64-Debug-All-ANGLE;skia.primary:Perf-Win10-Clang-ShuttleC-GPU-GTX960-x86_64-Debug-All-ANGLE;skia.primary:Test-Win10-Clang-AlphaR2-GPU-RadeonR9M470X-x86_64-Debug-All-ANGLE;skia.primary:Test-Win10-Clang-NUC6i5SYK-GPU-IntelIris540-x86_64-Debug-All-ANGLE;skia.primary:Test-Win10-Clang-NUCD34010WYKH-GPU-IntelHD4400-x86_64-Debug-All-ANGLE;skia.primary:Test-Win10-Clang-ShuttleC-GPU-GTX960-x86_64-Debug-All-ANGLE
TBR=stephana@google.com
Change-Id: I335909d34caa03e7e647abb1c3f832c686f83c8c
Reviewed-on: https://skia-review.googlesource.com/c/192151
Reviewed-by: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
2019-02-14 03:19:00 +00:00
Mike Reed
1f63b51649
remove unused variable
...
Bug: skia:
Change-Id: I0300d5c0b616ed87426aa7329491cf1d2b8c58f2
Reviewed-on: https://skia-review.googlesource.com/c/192107
Reviewed-by: Nigel Tao <nigeltao@google.com>
Commit-Queue: Mike Reed <reed@google.com>
2019-02-14 03:08:00 +00:00
KDr2
e77142e0d6
Fix bug of SkSVGCanvas::Make
...
The method `SkSVGCanvas::Make(const SkRect& bounds, SkWStream* writer)`
passes a pointer to a stack-allocated object to the returned SkCanvas.
TBR=
Change-Id: Ica7933adc59764a69eb2fb6312df91ffffd5627b
Reviewed-on: https://skia-review.googlesource.com/c/192040
Commit-Queue: Florin Malita <fmalita@chromium.org>
Reviewed-by: Mike Reed <reed@google.com>
Reviewed-by: Florin Malita <fmalita@chromium.org>
2019-02-14 02:09:30 +00:00
Ravi Mistry
09c01e9df2
Make Housekeeper-PerCommit-Bookmaker a tryjob only bot
...
NoTry: true
Bug: skia:8770
Change-Id: Iec19708f6ae82df43d2e7a7d02360ace4cc31d5f
Reviewed-on: https://skia-review.googlesource.com/c/192106
Reviewed-by: Ravi Mistry <rmistry@google.com>
Commit-Queue: Ravi Mistry <rmistry@google.com>
2019-02-14 00:23:20 +00:00
Herb Derby
afbe1c49d9
Remove empty processing from drawGlyphRunAsBMPWithPathFallback
...
Change-Id: I9946614342b4a3883b25f749f54dbfc97f3460d4
Reviewed-on: https://skia-review.googlesource.com/c/192104
Commit-Queue: Herb Derby <herb@google.com>
Commit-Queue: Mike Klein <mtklein@google.com>
Reviewed-by: Mike Klein <mtklein@google.com>
2019-02-13 23:48:00 +00:00
recipe-roller
77a0e925a7
Roll recipe dependencies (trivial).
...
This is an automated CL created by the recipe roller. This CL rolls recipe
changes from upstream projects (e.g. depot_tools) into downstream projects
(e.g. tools/build).
More info is at https://goo.gl/zkKdpD . Use https://goo.gl/noib3a to file a bug.
depot_tools:
https://crrev.com/3b1e64245a0b29d8352d28a3c442482bcb5f2889 presubmit: use depot_tools.on_path rather than a handrolled equivalent. (jbudorick@chromium.org )
TBR=borenet@google.com
Recipe-Tryjob-Bypass-Reason: Autoroller
Bugdroid-Send-Email: False
Change-Id: I8a6d1ef0952648cd9b6b75315ddc814523b981a0
Reviewed-on: https://skia-review.googlesource.com/c/192103
Reviewed-by: Recipe Roller <recipe-roller@chromium.org>
Commit-Queue: Recipe Roller <recipe-roller@chromium.org>
2019-02-13 22:42:29 +00:00
Brian Osman
5105d68f93
Use half-floats for out-of-gamut color in GrAAFillRRectOp
...
Bug: skia:
Change-Id: Id093f295708b1f6719bece9899ebadfb9a473e46
Reviewed-on: https://skia-review.googlesource.com/c/192101
Commit-Queue: Brian Osman <brianosman@google.com>
Reviewed-by: Chris Dalton <csmartdalton@google.com>
2019-02-13 21:41:19 +00:00
Nigel Tao
9859ef8d20
Keep scaledHeight calculation across oID calls
...
Prior to this commit, scaledHeight was only computed for the first
onIncrementalDecode call, and if y-sampling was requested, forgotten for
subsequent calls.
Bug: skia:8235
Change-Id: I87e8c2ba1b6a07b589841b0d7fbe9325f6bad76f
Reviewed-on: https://skia-review.googlesource.com/c/191880
Reviewed-by: Leon Scroggins <scroggo@google.com>
Commit-Queue: Leon Scroggins <scroggo@google.com>
2019-02-13 20:38:39 +00:00
Mike Reed
186669c412
work to fix bookmaker
...
Bug: skia:
Change-Id: I2d2766e92b289d827984144b625b3da0fbfee58b
Reviewed-on: https://skia-review.googlesource.com/c/192033
Reviewed-by: Mike Reed <reed@google.com>
2019-02-13 20:07:33 +00:00
Jim Van Verth
2782b2872b
Fix drag events in Mac viewer.
...
Rather than depend on the Cocoa event system we intercept the events
in our main loop and send them to the appropriate sk_app::Window. A
hashmap that maps from Cocoa windowNumbers to an sk_app::Window is
added to make this possible.
We continue to send the event on through the Cocoa system to catch
system level events -- e.g., window close and drag events. We also
continue to catch key events in an NSView to keep the app from beeping
annoyingly because it thinks it's capturing events outside its focus.
Finally we ensure that move events are always enabled for the window
so that imgui knows that the cursor is over it.
Bug: skia:8737
Change-Id: Id49df51f68942fbf51634d6484291df862074864
Reviewed-on: https://skia-review.googlesource.com/c/191574
Reviewed-by: Brian Osman <brianosman@google.com>
Commit-Queue: Jim Van Verth <jvanverth@google.com>
2019-02-13 19:26:39 +00:00
Herb Derby
a4c6487f6c
Use SkStrikeSpec to consolidate SkDescriptor, Effects and Typeface.
...
Introduce SkStrikeSpec. Allow an SkStrikeInterface to return on
that represents the strike. Have GrTextBlob::Run::setFont() use
SkStrikeSpecs.
Misc Cleanups
* In SkStrikeCache::Node - rename fCache -> fStrike
* Parameter reformatting
Change-Id: I1b289e2cb4e5252d5c3cb776f3b2a31c6e1948b3
Reviewed-on: https://skia-review.googlesource.com/c/192029
Reviewed-by: Ben Wagner <bungeman@google.com>
Commit-Queue: Herb Derby <herb@google.com>
2019-02-13 18:48:39 +00:00
Mike Klein
65e841715e
rewrite SkMasks::CreateMasks to work in bytesPerPixel
...
This ought to make it a bit more clear that undefined
shifts (like 1<<31, 1<<32, 1<<33) are not possible,
only 1<<8, 1<<16, 1<<24.
Change-Id: Ia358f9204e5956ba6c23603c5961af86a991b659
Reviewed-on: https://skia-review.googlesource.com/c/192030
Reviewed-by: Leon Scroggins <scroggo@google.com>
Reviewed-by: Greg Kaiser <gkaiser@google.com>
Commit-Queue: Mike Klein <mtklein@google.com>
2019-02-13 18:48:09 +00:00
skia-autoroll
e317664bbd
Roll third_party/externals/angle2 d3fac74a236e..6fc22a13d45d (7 commits)
...
d3fac74a23..6fc22a13d4
git log d3fac74a236e..6fc22a13d45d --date=short --no-merges --format='%ad %ae %s'
2019-02-13 courtneygo@google.com Vulkan: Discard scissored clears where scissor is null
2019-02-13 syoussefi@chromium.org Vulkan: Implement debug markers
2019-02-13 syoussefi@chromium.org Roll Vulkan repos
2019-02-13 spang@chromium.org Disable broken tests on Fuchsia (reland)
2019-02-13 spang@chromium.org Vulkan: Port renderer to Fuchsia (reland)
2019-02-12 geofflang@chromium.org Vulkan: Support EGL images sourced from cube maps.
2019-02-12 syoussefi@chromium.org Revert "Vulkan: support instanced draws."
Created with:
gclient setdep -r third_party/externals/angle2@6fc22a13d45d
The AutoRoll server is located here: https://autoroll.skia.org/r/angle-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=skia.primary:Build-Debian9-Clang-x86_64-Release-ANGLE;skia.primary:Perf-Win10-Clang-AlphaR2-GPU-RadeonR9M470X-x86_64-Debug-All-ANGLE;skia.primary:Perf-Win10-Clang-NUC5i7RYH-GPU-IntelIris6100-x86_64-Debug-All-ANGLE;skia.primary:Perf-Win10-Clang-NUC6i5SYK-GPU-IntelIris540-x86_64-Debug-All-ANGLE;skia.primary:Perf-Win10-Clang-NUCD34010WYKH-GPU-IntelHD4400-x86_64-Debug-All-ANGLE;skia.primary:Perf-Win10-Clang-ShuttleC-GPU-GTX960-x86_64-Debug-All-ANGLE;skia.primary:Test-Win10-Clang-AlphaR2-GPU-RadeonR9M470X-x86_64-Debug-All-ANGLE;skia.primary:Test-Win10-Clang-NUC6i5SYK-GPU-IntelIris540-x86_64-Debug-All-ANGLE;skia.primary:Test-Win10-Clang-NUCD34010WYKH-GPU-IntelHD4400-x86_64-Debug-All-ANGLE;skia.primary:Test-Win10-Clang-ShuttleC-GPU-GTX960-x86_64-Debug-All-ANGLE
TBR=stephana@google.com
Change-Id: Ica739aded431cf1034fe5abe9c639bbd69cf8400
Reviewed-on: https://skia-review.googlesource.com/c/191949
Reviewed-by: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
2019-02-13 18:30:39 +00:00
Mike Klein
da5e03954d
add Windows -Wuffs builders
...
Should help us figure out the build warnings and errors.
I figure we probably don't need any more than the existing one Linux
test bot until we're looking to make the big switch?
Bug: skia:8764
Change-Id: I7a8b427e3ac7278907e67f140d9e067161cd2123
Reviewed-on: https://skia-review.googlesource.com/c/192027
Reviewed-by: Leon Scroggins <scroggo@google.com>
Commit-Queue: Mike Klein <mtklein@google.com>
2019-02-13 17:27:31 +00:00
Mike Reed
62ad46b059
fix contour-measure for move-line-move
...
Use RawIter, so we can dependably peek() (since consumeDegenerates in
Iter() make peeking unreliable), which caused us to think there were two
real contours in the test case.
Bug: oss-fuzz:13013
Change-Id: I0d85f3e6a83cb972c4d801dd9b17f0e388b926d0
Reviewed-on: https://skia-review.googlesource.com/c/192025
Commit-Queue: Mike Reed <reed@google.com>
Reviewed-by: Kevin Lubick <kjlubick@google.com>
2019-02-13 17:14:09 +00:00
Robert Phillips
6f0e02f5d7
Switch path renderers over to using GrRecordingContext
...
The path renderers convert paths into Ganesh ops when recording so should also be able to make due with only the GrRecordingContext.
Change-Id: Ie796af73ca5aa2a074ebd037d6d558ec85ff5928
Reviewed-on: https://skia-review.googlesource.com/c/191568
Commit-Queue: Robert Phillips <robertphillips@google.com>
Reviewed-by: Greg Daniel <egdaniel@google.com>
2019-02-13 16:58:29 +00:00
Hal Canary
b6f5378333
SkShaper: enable for unit and render tests
...
New tests that use skshaper should hide behind SK_USING_SKSHAPER define.
Change-Id: Ifcd726d931e3eb1ff209085a63e8129c9cd5596d
Reviewed-on: https://skia-review.googlesource.com/c/192026
Reviewed-by: Hal Canary <halcanary@google.com>
Commit-Queue: Hal Canary <halcanary@google.com>
2019-02-13 16:19:48 +00:00
Mike Reed
ff1c49258f
fix rawiter::peek
...
Bug: skia:
Change-Id: I27f1b788c0e89da41479e9ef379f5a8feb02ea8e
Reviewed-on: https://skia-review.googlesource.com/c/192028
Reviewed-by: Brian Salomon <bsalomon@google.com>
Commit-Queue: Mike Reed <reed@google.com>
2019-02-13 16:16:48 +00:00
Robert Phillips
b97da530f0
Switch Ops over to using GrRecordingContext
...
Since, by definition, the ops are created when recording, it makes sense that they should be able to make due with only the GrRecordingContext.
TBR=bsalomon@google.com
Change-Id: If64353aee30b35d0a16401f7de00954f44ed8c59
Reviewed-on: https://skia-review.googlesource.com/c/190670
Reviewed-by: Brian Salomon <bsalomon@google.com>
Reviewed-by: Greg Daniel <egdaniel@google.com>
Commit-Queue: Robert Phillips <robertphillips@google.com>
2019-02-13 15:53:09 +00:00
skia-autoroll
721801a0d6
Roll ../src 77b5d9247fd7..1f0e830f475f (486 commits)
...
77b5d9247f..1f0e830f47
git log 77b5d9247fd7..1f0e830f475f --date=short --no-merges --format='%ad %ae %s'
2019-02-13 pkotwicz@chromium.org [Android WebAPK] Make Webapp action notification links work with new-style WebAPKs
2019-02-13 droger@chromium.org [signin] Remove dead code in signin_promo
2019-02-13 thakis@chromium.org Remove a few unnecessary semicolons.
2019-02-13 thakis@chromium.org Remove a few unnecessary semicolons.
2019-02-13 lowell@chromium.org Update user_policy_signin_service_unittest.cc to use GetSafeWeakWrapper.
2019-02-13 bokan@chromium.org Split FragmentAnchor into an interface
2019-02-13 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/skia 94a5328e0e4b..9cee184aaa27 (1 commits)
2019-02-13 djean@google.com [ios] moved location bar to url loading service
2019-02-13 raleksandrov@google.com Show notification after Managed Guest Session auto launch
2019-02-13 thakis@chromium.org Remove a few unnecessary semicolons.
2019-02-13 yukishiino@chromium.org v8binding: Add comments to V8ValueOrScriptWrappableAdapter
2019-02-13 raphael.kubo.da.costa@intel.com FileSystemURL: Stop marking move constructor as noexcept
2019-02-13 chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com Roll src-internal da6c33913777..6cff075bcfed (1 commits)
2019-02-13 pkotwicz@chromium.org [Android Webapp] Fix WebappSplashScreenController NullPointerException
2019-02-13 pkotwicz@chromium.org [Android WebAPK] Don't request WebAPK update if WebApkActivity is finished
2019-02-13 tikuta@chromium.org fix deps/public_deps usage in proto_library
2019-02-13 lowell@chromium.org Update gaia_auth_fetcher_ios_unittest.mm to use GetSafeWeakWrapper.
2019-02-13 msarda@chromium.org [unified-consent] Remove IsUnifiedConsentGiven from JNI layer.
2019-02-13 v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com Update V8 to version 7.4.154.
2019-02-13 pwnall@chromium.org test: Replace _TEST_CASE_ with _TEST_SUITE_ in /remoting.
2019-02-13 tikuta@chromium.org [remoting] small fix for BUILD.gn
2019-02-13 abhijeet@igalia.com Remove unwanted header from sync_session_durations_metrics_recorder.h
2019-02-13 myid.shin@igalia.com [s13n] Eliminate browser_state_keyed_service_factories.mm's references to signin internals factories
2019-02-13 myid.shin@igalia.com [s13n] Eliminate web_view_browser_state.mm's references to signin internals factories
2019-02-13 treib@chromium.org Sync NudgeTracker: Consistently consider the set of enabled data types
2019-02-13 wtc@google.com Roll src/third_party/libaom/source/libaom/ 20a747b9c..625cded05 (175 commits)
2019-02-13 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/skia 66f09a72995a..94a5328e0e4b (1 commits)
2019-02-13 pwnall@chromium.org test: Replace _TEST_CASE_ with _TEST_SUITE_ in /components.
2019-02-13 jdoerrie@chromium.org [Sheriff] Add link to VirtualTimeCrossProcessNavigation Bug
2019-02-13 chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com Roll src-internal 44ab56b963a4..da6c33913777 (1 commits)
2019-02-13 mnissler@chromium.org Track SchedulerConfiguration and update system
2019-02-13 tikuta@chromium.org [components] small fix for BUILD.gn
2019-02-13 msarda@chromium.org [unified-consent] Replace EnableGoogleServices with SetUrlKeyedDataCollectionEnabled.
2019-02-13 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/catapult cb6a5681563e..63f9b85be556 (1 commits)
2019-02-13 rayankans@chromium.org Add Logging/Querying functionality to DevToolsBackgroundServicesContext
2019-02-13 thakis@chromium.org Remove a few unnecessary semicolons.
2019-02-13 jdoerrie@chromium.org [Sheriff] Disable slow Linux MSAN Layout Tests
2019-02-13 dullweber@chromium.org Move browsing_data extension tests into a unit_test
2019-02-13 3su6n15k.default@developer.gserviceaccount.com Automated Commit: LKGM 11752.0.0 for chromeos.
2019-02-13 sinhak@chromium.org Fix crash for crOS Account Manager in Multi-Signin mode
2019-02-13 jdoerrie@chromium.org [Sheriff] Disable BackgroundTabNavigation on Linux
2019-02-13 tikuta@chromium.org small fix for BUILD.gn
2019-02-13 brunoad@chromium.org Reland "Add initial Contained Home bridge implementation."
2019-02-13 djean@google.com [ios] remove use or url_loader in bookmarks
2019-02-13 yhirano@chromium.org [RawResource] CachedMetadata can arrive later than ResponseBody
2019-02-13 mkwst@chromium.org Implement `Sec-Fetch-Mode`
2019-02-13 djean@google.com [ios] moving ‘switch to tab’ to url loader
2019-02-13 alessiob@chromium.org PFFFT (3rd party): replace _alloca() with _malloca()
2019-02-13 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/dawn bb5696bcd3b7..f872e6924cbb (1 commits)
2019-02-13 vkuzkokov@chromium.org Fetching printer capabilities is user visible.
2019-02-13 triploblastic@google.com Added memory tracing for code cache in blink::Resource
2019-02-13 jdoerrie@chromium.org [Sheriff] Disable Flaky meta-viewport-link-headers-imagesrcset.html on Win7
2019-02-13 mnissler@chromium.org Expose SetSchedulerConfiguration debugd IPC
2019-02-13 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/catapult 1a351b413fb6..cb6a5681563e (1 commits)
2019-02-13 dullweber@chromium.org Delete all types of Storage on profile close
2019-02-13 yhirano@chromium.org [Fetch keepalive] "same-origin" request shouldn't be affected by restriction for CORS preflight
2019-02-13 carlscab@google.com Reenable tests in SequenceManagerTest
2019-02-13 arbesser@google.com [Autofill Assistant] Adjusted PR paddings and margins to align them with the UI.
2019-02-13 ricea@chromium.org WebSocket: Fix cookie permissions check
2019-02-13 jiajie.hu@intel.com Add support for program interface query of webgl2-compute
2019-02-13 nator@chromium.org [Background Sync] Add field trial testing config
2019-02-13 okalitova@chromium.org Integrates PluginVmLauncherView with backend
2019-02-13 bratell@opera.com Adding helper functions to create and check for Length variants
2019-02-13 yukishiino@chromium.org Bulk-update: Hyperlinks to HTML standard (multipage/... => C/)
2019-02-13 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll AFDO from 74.0.3703.0_rc-r1-merged to 74.0.3704.0_rc-r1-merged
2019-02-13 zetamoo@google.com Remove PlzNavigate references from NavigationParams comment.
2019-02-13 maxmorin@chromium.org Disable RenderFrameAudioInputStreamFactoryTest on Android
2019-02-13 jkrcal@chromium.org [AF Profile] Add metrics for debugging difference between USS/Directory
2019-02-13 mamir@chromium.org [Sync::USS] Remove Password Pseudo USS code
2019-02-13 carlscab@google.com Fix EQT metrics
2019-02-13 nikitapodguzov@chromium.org Use enum classes instead of enums in printer description.
2019-02-13 hiroshige@chromium.org Use const references for all FetchClientSettingsObject parameters
2019-02-13 noel@chromium.org [zlib_bench] improve program options handling
2019-02-13 edcourtney@google.com Collect ActiveWindowStateType metric for PIP.
2019-02-13 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll Fuchsia SDK from bb35f192cd36 to ed8a157e58ca
2019-02-13 lowell@chromium.org Update network_location_provider_unittest to use GetSafeWeakWrapper.
2019-02-13 lowell@chromium.org Update sync_test.cc to use GetSafeWeakWrapper.
2019-02-13 v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com Update V8 to version 7.4.153.
2019-02-13 blundell@chromium.org Add GN restriction that //content isn't used on iOS
2019-02-13 tkent@chromium.org MarkupAccumulator: Introduce a new class representing two namespace maps.
2019-02-13 jiajie.hu@intel.com Add command buffer support for program interface query
2019-02-13 perezju@chromium.org [tools/perf] Remove third_party/davclient
2019-02-13 yuli@chromium.org Extract timer-tick util function from Options.
2019-02-13 mkwst@chromium.org Implement `navigator.getUserAgent()`
2019-02-13 mamir@chromium.org [Sync] Fix flaky test testDownloadMovedBookmark()
2019-02-13 pwnall@chromium.org test: Replace _TEST_CASE_ with _TEST_SUITE_ in /chrome.
2019-02-13 ellyjones@chromium.org flags: remove enumerate-audio-devices
2019-02-13 acourbot@chromium.org media/gpu/v4l2vda: make the V4L2 VDA able to work with arbitrary IP buffers
2019-02-13 myid.shin@igalia.com [s13n] Eliminate //ios/chrome's autocomplete_history_manager_factory.cc's include of GCMSFactor
2019-02-13 djean@google.com [ios] moved ‘open url in new tab’ to url loading service
2019-02-13 tkent@chromium.org MarkupAccumulator: Remove XML namespace check.
2019-02-13 nickdiego@igalia.com ozone/wayland: Reuse tooltip subsurfaces
2019-02-13 nickdiego@igalia.com ozone/wayland: Make buffer manager resistant to event order deviations
2019-02-13 tkent@chromium.org Early return for null namespace URI in MarkupAccumulator::AppendAttributeAsXMLWithNamespace()
2019-02-13 yangguo@chromium.org Declutter rpath.
2019-02-13 pwnall@chromium.org test: Replace _TEST_CASE_ with _TEST_SUITE_ in /chrome/browser.
2019-02-13 johnchen@chromium.org [ChromeDriver] Dump core on Chrome startup timeout
2019-02-13 yukishiino@chromium.org v8binding: Support arbitrary v8::Value as callback_this_value
2019-02-13 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/catapult ed0a2fef2475..1a351b413fb6 (1 commits)
2019-02-13 pwnall@chromium.org test: Replace _TEST_CASE_ with _TEST_SUITE_ in /content.
2019-02-13 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/chromite 56355687fa89..9a7a9053e8f7 (1 commits)
2019-02-13 edcourtney@google.com Add PipContainer and use it instead of AlwaysOnTopContainer for PIP.
2019-02-13 chrishall@chromium.org Adding language detection test case.
2019-02-13 yukishiino@chromium.org Bulk-update: Hyperlinks to HTML standard (single page => multi page)
2019-02-13 rekanorman@google.com [App Management] Add sets of app ids with notifications blocked/allowed to the page state.
2019-02-13 chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com Roll src-internal bfd273d6897f..44ab56b963a4 (2 commits)
2019-02-13 wtlee@google.com Prevent exposing Chrome OS specific methods to other platforms
2019-02-13 acourbot@chromium.org media/gpu/v4l2ip: create output frame after dequeue
2019-02-13 wpt-autoroller@chops-service-accounts.iam.gserviceaccount.com Import wpt@896ca12d8a73e7679ef3a4c7402301a5603b5faa
2019-02-13 loyso@chromium.org WebApp: Let BookmarkAppInstallFinalizer implement web_app::InstallFinalizer API.
2019-02-13 jinsukkim@chromium.org Android: Factor printing API out of Tab
2019-02-13 3su6n15k.default@developer.gserviceaccount.com Automated Commit: LKGM 11750.0.0 for chromeos.
2019-02-13 lucmult@chromium.org [Files app] Convert ui/file_manager/background/ to const/let
2019-02-13 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/angle 229fc83d68a6..983e44692194 (3 commits)
2019-02-13 sque@google.com base: GetProcStatsFieldAsString() returns string
2019-02-13 philipchen@chromium.org Add --regulatory-label-dir flag
2019-02-13 xiaochengh@chromium.org TextControlElement should not change frame selection when detached
2019-02-13 chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com Roll src-internal 6f37e6fc9199..bfd273d6897f (1 commits)
2019-02-13 acourbot@chromium.org media/gpu/v4l2vda: remove OutputRecord::state
2019-02-13 rekanorman@google.com [App Management] Add 'Open Extensions settings' button to Chrome app view.
2019-02-13 chrishall@chromium.org Adding support to content browsertests to discard some nodes before output based
2019-02-13 rmcelrath@chromium.org Remove unused drive::test_util::FakeNetworkChangeNotifier
2019-02-13 rmcelrath@chromium.org Migrate CrostiniManager from NetworkChangeNotifier to NetworkConnectionTracker
2019-02-13 tkent@chromium.org domparsing: Fix an issue that XMLSerializer generates new prefix for an attribute with an existing namespace
2019-02-13 pwnall@chromium.org test: Replace _TEST_CASE_ with _TEST_SUITE_ in //third_party/blink.
2019-02-13 jinsukkim@chromium.org Android: Remove unused methods
2019-02-13 dtrainor@chromium.org Fix memory bloat in ThumbnailProviderImpl
2019-02-13 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/chromite 5ce8fdf64e0d..56355687fa89 (2 commits)
2019-02-13 danan@chromium.org Add DemoMode.AppLaunchSource UMA metric
2019-02-13 hiroshige@chromium.org Expose internals.resolveModuleSpecifier()
2019-02-13 ccameron@chromium.org cc: Plumb overlay_candidate for UIResources
2019-02-13 manucornet@chromium.org CrOS Shelf: Enable wallpaper color extraction
2019-02-13 enga@chromium.org Add glBindBufferRange workaround for Qualcomm Adreno GPUs
2019-02-13 pwnall@chromium.org test: Replace _TEST_CASE_ with _TEST_SUITE_ in /base.
2019-02-13 acourbot@chromium.org media/gpu/v4l2vda: remove decoder_frames_at_client_
2019-02-13 wpt-autoroller@chops-service-accounts.iam.gserviceaccount.com Import wpt@0e4b1315e61ec051dafad75c73f6258f718d56c6
2019-02-13 wtlee@google.com Reland "Make Chrome Camera App a component app"
2019-02-13 peter@chromium.org Assign a series of Push API-related histograms to peter@
2019-02-13 thakis@chromium.org Remove a few unnecessary semicolons.
2019-02-13 johnjan@microsoft.com Fixing getPageSource in ChromeDriver
2019-02-13 tzik@chromium.org Resolve a mutual dependency between unique_any and std::is_move_constructible
2019-02-13 tapted@chromium.org CrOS media: Move app state utils from common/utils.js to base/app_util.js
2019-02-13 rekanorman@google.com [App Management] Add show_in_management field to App Service App struct.
2019-02-13 jinsukkim@chromium.org Android: Reland "Android: Remove some methods from Tab"
2019-02-13 billorr@chromium.org WebXR: Remove error handling for unexpected null poses in TestPresentationPoses
2019-02-13 v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com Update V8 to version 7.4.152.
2019-02-13 stevenjb@chromium.org Add ActiveNetworkIconTest
2019-02-13 agl@chromium.org device/fido: add support for changing PINs.
2019-02-13 chrome-release-bot@chromium.org Updating trunk VERSION from 3704.0 to 3705.0
2019-02-13 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/angle eca36cb5fc90..229fc83d68a6 (1 commits)
2019-02-13 hiroshige@chromium.org Add tentative WPT tests for Built-in Module Infra and Import Maps
2019-02-13 wanderview@chromium.org SimpleCache: Update fieldtrial_testing_config.json entries.
2019-02-13 ceciliani@google.com [App Management] UI Fix-up for Medium Priority Issues.
2019-02-13 danielng@google.com Roll src/third_party/cros_system_api/ 3cf556ebe..5949b3349 (2 commits)
2019-02-13 huangdarwin@chromium.org Refactor: unsigned long long -> uint64_t in third_party/blink/renderer/modules/webdatabase
2019-02-13 yoshiki@chromium.org Add tests of visibility of hidden view and change button in system tray
2019-02-13 acourbot@chromium.org media/gpu/v4l2vda: replace image_processor_bitstream_buffer_ids_
2019-02-13 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/chromite 346061f26d05..5ce8fdf64e0d (2 commits)
2019-02-13 chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com Roll src-internal 81fea2586c8c..6f37e6fc9199 (2 commits)
2019-02-13 chkuo@google.com [Chromcast] Call CastWebContentImpl::LoadUrl() instead of WebContent::GetController().LoadUrl()
2019-02-13 wylieb@chromium.org [IC] Remove Feed's custom CachedImageFetcher implementation
2019-02-13 zmo@chromium.org Consolidate color expectations in pixel gpu integration tests.
2019-02-13 xingliu@chromium.org Android notification: use new API for offlinepage download notification.
2019-02-13 zmo@chromium.org Add power measurement gpu integration tests to GPU Win Intel bots
2019-02-13 lucmult@chromium.org [Files app] Convert ui/file_manager/base/ to arrow function
2019-02-13 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/depot_tools 5a525870308e..ae2acf7bf997 (1 commits)
2019-02-13 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/skia 883a9911b25f..66f09a72995a (2 commits)
2019-02-13 bashi@chromium.org service worker: Create timeout timer immediately after context creation
2019-02-13 mrefaat@chromium.org Use TabIdTabHelper instead of tabId property from tab
2019-02-13 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/pdfium 1a2165d6ecbc..bff397d7343e (1 commits)
2019-02-13 krb@chromium.org [omnibox] Prevent re-addition of ellipsis to tail suggestions
2019-02-13 jinsukkim@chromium.org Android: More native pages become navigable
2019-02-13 dalecurtis@chromium.org Fix race with SwitchOutputDevice() and GetOutputDeviceInfoAsync().
2019-02-13 acourbot@chromium.org media/gpu/v4l2vda: revamp EGL fences handling
2019-02-13 beccahughes@chromium.org [Media Image] Move image observer to separate call
2019-02-13 tommycli@chromium.org Omnibox: Add back vertical margin field trial
2019-02-13 bashi@chromium.org service worker: Add fieldtrial config for eager code cache outside install event
2019-02-13 iby@chromium.org Fix race condition in CrostiniRestarter
2019-02-13 sidereal@google.com Expose DeleteLxdContainer command in CrostiniManager
2019-02-13 mlamouri@chromium.org Picture-in-Picture: remove/rename some methods in player/video element.
2019-02-13 dpapad@chromium.org File Manager cleanup: Use CustomEvent type parameters.
2019-02-13 wpt-autoroller@chops-service-accounts.iam.gserviceaccount.com Import wpt@00d0131bfcd2f99e6f8e4a9696c797f7500c4c2d
2019-02-13 wylieb@chromium.org [Image Fetcher] Add timeout to image data downloading
2019-02-13 afakhry@chromium.org Virtual Desks 1: Initial scaffolding
2019-02-13 jinsukkim@chromium.org Revert "Android: Remove some methods from Tab"
2019-02-13 chrishtr@chromium.org [BGPT] Support kDstIn blend-mode for non-render surface quads
2019-02-13 shrekshao@google.com change validation logic when count or primcount == 0
2019-02-13 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/catapult d04e3604af50..ed0a2fef2475 (4 commits)
2019-02-13 bokan@chromium.org Revert "Fix nullptr scrollbar crash"
2019-02-13 qinmin@chromium.org Allow url download without DownloadManagerImpl
2019-02-13 szager@chromium.org [IntersectionObserver] Refactor IntersectionGeometry
2019-02-13 chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com Roll src-internal 836313fde0e9..81fea2586c8c (2 commits)
2019-02-13 dfried@chromium.org Fix tab hover card layout.
2019-02-13 johannes@chromium.org Add a script for rolling inspector_protocol into Chromium. Also supports --reverse.
2019-02-13 falken@chromium.org service worker: Minor cleanup in WebServiceWorkerNetworkProvider.
2019-02-13 eroman@chromium.org Deprecate the Net.WpadQuickCheck* histograms.
2019-02-13 krb@chromium.org [omnibox] Add flag to toggle tab switch reverse logic
2019-02-13 twellington@chromium.org Cache whether accessibility is enabled to avoid repeated remote calls
2019-02-13 donnd@chromium.org [Ephemeral Tab] Change the name to "Preview page".
2019-02-13 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/chromite 70dbe56abb70..346061f26d05 (7 commits)
2019-02-13 nasko@chromium.org Add CanAccessDataForOrigin overload taking url::Origin parameter.
2019-02-13 dpapad@chromium.org File Manager: Removed unused addNewServicesItem_ boolean.
2019-02-13 twellington@chromium.org Update url action container width to 48dp (phones only)
2019-02-13 boliu@chromium.org android: Use existing acitivty alias constant
2019-02-13 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/pdfium 3407b0dde3a3..1a2165d6ecbc (4 commits)
2019-02-13 rbpotter@chromium.org Print Preview: Make Scaling settings a dropdown
2019-02-13 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll Fuchsia SDK from e9b630cce9b6 to bb35f192cd36
2019-02-13 jortaylo@microsoft.com [Animation Worklet] Upstream web tests (related to animator) to WPT
2019-02-13 katie@chromium.org Revert "Add flag for Assistant feedback UI"
2019-02-13 agl@chromium.org //device/fido: restore CTAP2 protocol after fallback.
2019-02-13 jbudorick@chromium.org Update lingering references to infra/config/global.
2019-02-13 dfried@chromium.org Improvements in FlexLayout "stretch" cross-axis alignment handling.
2019-02-13 dmazzoni@chromium.org Add unit test covering ax_enum_util and fix issues found.
2019-02-13 robertogden@chromium.org Add UMA to track when the verbose status string is not shown
2019-02-13 v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com Update V8 to version 7.4.151.
2019-02-13 lucmult@chromium.org [Files app] Convert ui/file_manager/base/ to let/const
2019-02-13 ellyjones@chromium.org flags: assign enable-ntp-button
2019-02-13 bpastene@chromium.org chromeos: Disable Tast test security.Mtab to unblock LKGM rolls.
2019-02-13 enne@chromium.org Clean up alokp's old UMA histograms
2019-02-13 eugenebut@google.com Move web_kit_constants.h to private web layer directory.
2019-02-13 zmo@chromium.org Fail trace tests if all events fail to record a valid mode.
2019-02-13 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/skia 60ea40c21049..883a9911b25f (8 commits)
2019-02-13 ericrk@chromium.org Android OOP-D: Fix layout test issues due to size mismatch
2019-02-13 harrisjay@chromium.org Fixes a resizing bug in the Custom Tab Bar
2019-02-13 raphael.kubo.da.costa@intel.com BaseRenderingContext2D: Use base::CheckMul and simplify code in putImageData()
2019-02-13 chfremer@chromium.org [Video Capture Service] Remove some unused methods
2019-02-13 iby@chromium.org Break up CrostiniRegistryService::UpdateApplicationList
2019-02-13 zhongyi@chromium.org Remove unused quic_force_hol_blocking from HttpNetworkSession::Params.
2019-02-13 livvielin@chromium.org Implement getReferrerChain API for safeBrowsingPrivate
2019-02-13 falken@chromium.org service worker: Simplify class names of the network providers.
2019-02-13 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/angle d3fac74a236e..eca36cb5fc90 (2 commits)
2019-02-13 huangdarwin@chromium.org Refactor: unsigned long long -> uint64_t in third_party/blink/renderer/modules/background_fetch
2019-02-13 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/catapult 40bc713e023f..d04e3604af50 (1 commits)
2019-02-13 thakis@chromium.org Remove a few unnecessary semicolons.
2019-02-13 amusbach@chromium.org tablet: Fix edge case with |defer_bounds_updates| set inappropriately.
2019-02-13 yanxiao@google.com Add flag for Assistant feedback UI
2019-02-13 thakis@chromium.org Remove yet more semicolons.
2019-02-13 chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com Roll src-internal 625c12a44887..836313fde0e9 (3 commits)
2019-02-13 zmo@chromium.org Add a basic test for power measurement integration test
2019-02-13 sergeyu@chromium.org [Fuchsia] Migrate to ViewsV2
2019-02-13 jennyz@chromium.org Fix the vox latency issue on zero state query remove and append buttons.
2019-02-13 alliemurray@google.com Reland: Add quick view test for removable usb partitions.
2019-02-13 zhuoyu.qian@samsung.com Replace erase(std::remove()) and erase(std::remove_if()) in content/
2019-02-13 zmo@chromium.org Move tolerance from per color rect expectation to per page
2019-02-13 jyw@chromium.org Support extensible WAV format in WavAudioHandler.
2019-02-13 minch@google.com Apply SplitViewController::IsWindowInSplitView.
2019-02-13 jbudorick@chromium.org luci: remove obsolete infra/config/global directory.
2019-02-13 andrewxu@chromium.org Fix the issue of UI janking when dragging from shelf
2019-02-13 pkotwicz@chromium.org Fix WebApkUpdateDataFetcher#start() crash
2019-02-13 rkgibson@google.com Add functionality for omnibox copied image search suggestion
2019-02-13 jkim@igalia.com [s13n] Add LegacyReloadAccountsFromSystem to IdentityManager
2019-02-13 dalecurtis@chromium.org Fix issues with vpx-alpha on Mac.
2019-02-13 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/chromite 7073bb3d5388..70dbe56abb70 (3 commits)
2019-02-12 katie@chromium.org Revert "[FCP++] TextPaint: Move node checking from pre-paint to paint"
2019-02-12 khachatryan@chromium.org [ChromeDriver] Disable test ChromeDriverTest.testActionsTouchStart on WaterFall
2019-02-12 estade@chromium.org Mash: make window service toplevel window layers LAYER_NOT_DRAWN
2019-02-12 afakhry@chromium.org Correct calculation of the `DoBrowserControlsShrinkRendererSize` bit
2019-02-12 tmathmeyer@chromium.org Refactor DXVA_PicParams_H264 creation.
2019-02-12 baileyberro@chromium.org Stop prefetching sub directories for SMB shares
2019-02-12 karenqian@google.com Added ability to query tests and bots
2019-02-12 jinsukkim@chromium.org Android: Remove some methods from Tab
2019-02-12 dmurph@chromium.org [SessionStorage] Handling possible hang scenarios when cloning a namespace.
2019-02-12 sergeyu@chromium.org [Fuchsia] Actually disable FuchsiaFontManagerTest.Caching
2019-02-12 meacer@chromium.org Fix display of login interstitial in popup windows
2019-02-12 jennyz@chromium.org Fix the key board up/down navigation for zero state results.
2019-02-12 zmo@chromium.org Increase direct composition pixel test color diff tolerance 3->5
2019-02-12 chfremer@chromium.org [Content API Cleanup] Move some implementation from content/public/renderer to content/renderer
2019-02-12 miu@chromium.org Cleanup: Remove unused --disable-cast-streaming-hw-encoding flag.
2019-02-12 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/pdfium faee4b7be598..3407b0dde3a3 (1 commits)
2019-02-12 abhishekbh@chromium.org arc: Unthrottle container on app launch
2019-02-12 agl@chromium.org //device/fido: add some basic PIN-management messages.
2019-02-12 sinansahin@google.com Fixing find in page hint color for incognito
2019-02-12 pbos@chromium.org Update new tab-loading animation
2019-02-12 gyuyoung@igalia.com s13n: Expand IdentityManager::DiagnosticsObserver with OnRefreshTokenUpdatedForAccountFromSource
2019-02-12 gmx@chromium.org tcmalloc: remove support for runtime selection of stack unwinding method
2019-02-12 alph@chromium.org DevTools: Parse CPU profile line level info from streaming format.
2019-02-12 thestig@chromium.org Fix bad refactoring in PluginList::GetPluginInfoArray().
2019-02-12 robertogden@chromium.org Remove heavy page capping about flag
2019-02-12 chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com Roll src-internal 59fb9c61a368..625c12a44887 (2 commits)
2019-02-12 pwnall@chromium.org sqlite: Remove source code for old release 3.26.0.
2019-02-12 huangdarwin@chromium.org Async Clipboard: Specify exceptions
2019-02-12 kaznacheev@google.com Add a shortcut to open fullscreen Launcher
2019-02-12 im.toms.inbox@gmail.com Displays clipboard contents next to the "Paste and Go/Search" option in
2019-02-12 kristipark@chromium.org [NTP] Add flag to hide the fakebox on the NTP
2019-02-12 yileili@google.com Add clearcut log scopes to assistant oauth request.
2019-02-12 wpt-autoroller@chops-service-accounts.iam.gserviceaccount.com Import wpt@91d81bb73d5e8424e45918c84e275a9d46c51d51
2019-02-12 dpapad@chromium.org Add more WebUI team members as OWNERS.
2019-02-12 thakis@chromium.org Remove a few unnecessary semicolons.
2019-02-12 jonross@chromium.org Reduce sharding of content_browsertests variants
2019-02-12 anthonyvd@chromium.org Cleanup some signin dead code and metrics
2019-02-12 harringtond@chromium.org Obviate and remove task queue from OfflinePageAutoFetcherService
2019-02-12 v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com Update V8 to version 7.4.149.
2019-02-12 pdr@chromium.org [BlinkGenPropertyTrees] Skip foreign layer collection for no-op updates
2019-02-12 jbudorick@chromium.org Copy luci configs from infra/config/global to infra/config.
2019-02-12 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/angle 15335ac43673..d3fac74a236e (4 commits)
2019-02-12 tangltom@chromium.org [unified-consent] Clicking 'Cancel' button during setup aborts sync
2019-02-12 palmer@chromium.org Update the information about sandboxed processes.
2019-02-12 gab@chromium.org [Threading and Tasks] Clarify thread-hostile/thread-compatible terms
2019-02-12 agrieve@chromium.org diagnose_bloat.py: Switch to measuring bundles.
2019-02-12 pmarko@chromium.org Make policy check independent of profile_ever_initialized
2019-02-12 yrsun@chromium.org TabLifecycleObserver expects discard reason on state change
2019-02-12 yigu@chromium.org [Animation Worklet] Re-enable flaky web tests related to current time
2019-02-12 justincohen@google.com [ios] Always use new tab in -openOrReuseTabInMode.
2019-02-12 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/catapult ca040b0b93a7..40bc713e023f (5 commits)
2019-02-12 bcwhite@chromium.org Change owners for unowned histograms, by request.
2019-02-12 sergeyu@chromium.org [Fuchsia] Disable FuchsiaFontManagerTest.Caching test
2019-02-12 tommycli@chromium.org Omnibox: Add back kUIExperimentShowSuggestionFavicons flag
2019-02-12 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/pdfium 6b37b6fb3f93..faee4b7be598 (7 commits)
2019-02-12 thakis@chromium.org Remove a few unnecessary semicolons.
2019-02-12 estade@chromium.org Make default bg for ClientSurfaceEmbedder's surface layer transparent
2019-02-12 siashah@chromium.org [Upstream] Request the user to fill in the missing card expiration date.
2019-02-12 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/skia eb46bd892dd8..60ea40c21049 (11 commits)
2019-02-12 chrisha@chromium.org Add feature that prioritizes tabs with background comms during session restore.
2019-02-12 wez@chromium.org [Fuchsia] Remove ComponentContext and generic zx::channel-based APIs.
2019-02-12 avi@chromium.org Don't attempt to clone NSPasteboards.
2019-02-12 chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com Roll src-internal 5cef1126ccff..59fb9c61a368 (7 commits)
2019-02-12 jarhar@chromium.org [DevTools] Escape '#' in request HTML previews
2019-02-12 petermayo@chromium.org [Sheriff] Suppress flaky tests
2019-02-12 timvolodine@chromium.org [AW] Add UMA for measuring shouldInterceptRequest usage and intercepted url schemes
2019-02-12 raul@tambre.ee //android_webview: Convert base::(U)Int(64)ToString(16) to NumberToString(16)
2019-02-12 justincohen@google.com [ios] Prevent more taps in the NTP if the underlying NTP hasn't committed.
2019-02-12 dmazzoni@chromium.org Revert "Remove WalkAllDescendants from AXTreeSerializer"
2019-02-12 mcnee@chromium.org Enable input event stream validation for SitePerProcessBrowserTests
2019-02-12 pwnall@chromium.org test: Replace _TEST_CASE_ with _TEST_SUITE_ in /components/autofill.
2019-02-12 raul@tambre.ee //components/assist_ranker: Convert base::(U)Int(64)ToString(16) to NumberToString(16)
2019-02-12 mcasas@chromium.org ChromeOS: Enable using ImageCHROMIUM for Canvas2D on Intel
2019-02-12 sky@chromium.org chromes: adds EmbeddedAllocator
2019-02-12 ellyjones@chromium.org flags: assign enable-blink-heap-unified-garbage-collection
2019-02-12 crouleau@chromium.org Revert "Cleanup run_performance_tests.py's output files handling"
2019-02-12 wangxianzhu@chromium.org [BlinkGenPropertyTrees] Don't crash on another rare clip-escaping case
2019-02-12 crouleau@chromium.org Revert "We need '--browser=reference' to come last."
2019-02-12 agrieve@chromium.org SuperSize: Add --minimal-apks-file for measuring app bundles.
2019-02-12 ginko@google.com Fixes RTL focus traversal for searchbox, re-enables tests
2019-02-12 jonross@chromium.org SkiaRenderer Intergration Tests
2019-02-12 michaelbai@chromium.org Add mojom interface for ContentCapture
2019-02-12 enne@chromium.org Fix potential memory overrun in MapRasterCHROMIUM
2019-02-12 ldaguilar@chromium.org Request status report before daily limit runs out.
2019-02-12 thakis@chromium.org Remove a few unnecessary semicolons.
2019-02-12 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/pdfium 025edab2778a..6b37b6fb3f93 (3 commits)
2019-02-12 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/depot_tools 98a7e803523c..5a525870308e (1 commits)
2019-02-12 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/catapult 64102c08496b..ca040b0b93a7 (2 commits)
2019-02-12 lijiawei@chromium.org [Chromecast] Expose interfaces to CastWebContents
2019-02-12 juncai@chromium.org Reland: Network Service: Fix linux-perf-fyi perf histogam metrics' name issue
2019-02-12 manukh@chromium.org [omnibox] Add a flag to enable material design weather icons
2019-02-12 robertogden@chromium.org Do not record top-level Previews.PageEndReason on non-previews
2019-02-12 johntlee@chromium.org Navi: Add grid of NTP backgrounds
2019-02-12 thakis@chromium.org Remove a few unnecessary semicolons.
2019-02-12 chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com Roll src-internal 3a059915745c..5cef1126ccff (1 commits)
2019-02-12 masonfreed@chromium.org Avoid spurious commits caused by compositor animations
2019-02-12 jennyz@chromium.org Fix the DCHECK failures under zero state.
2019-02-12 almasrymina@chromium.org [Chromecast] Allow audio backend tests to depend on vendor mixer output
2019-02-12 dmblack@google.com Handles in-Assistant notification button clicks.
2019-02-12 kristipark@chromium.org [NTP] Apply light background to promo img in dark mode
2019-02-12 shrekshao@google.com Roll WebGL db52df1..a0f51b2
2019-02-12 jortaylo@microsoft.com [Animation Worklet] Upstream web tests (related to multiple effects) to WPT
2019-02-12 kpaulhamus@chromium.org Don't scramble authenticator mojo message IDs.
2019-02-12 yiningwang@google.com Remove single-tab feature's flag
2019-02-12 ender@google.com Introduce new omnibox suggestion view for answer suggestions.
2019-02-12 petermayo@chromium.org [Sheriff] Disable SingleProcessBrowserTest.Test on Linux
2019-02-12 mathias@chromium.org Improve copy JS path functionality
2019-02-12 martiniss@chromium.org Remove old CQ bot names
2019-02-12 zhongyi@chromium.org Add configuration for idle migration time in QuicChromiumClientSession.
2019-02-12 v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com Update V8 to version 7.4.147.
2019-02-12 kristipark@chromium.org [NTP] Request favicon.ico for shortcuts with missing icons
2019-02-12 ahaas@chromium.org [v8][wasm] Enable traphandler by default on Windows and macOS
2019-02-12 etiennep@chromium.org Unflake autoplay-when-visible web-test.
2019-02-12 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/angle 18b059506119..15335ac43673 (3 commits)
2019-02-12 dfried@chromium.org Add screen reader indexes for tabs.
2019-02-12 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/pdfium 25d927225543..025edab2778a (1 commits)
2019-02-12 mtklein@chromium.org re-enable OffscreenCanvas pixel tests
2019-02-12 wpt-autoroller@chops-service-accounts.iam.gserviceaccount.com Import wpt@bf3094004127a5b32edf8b80c8e4cc9bcad500d0
2019-02-12 thakis@chromium.org Remove a few unnecessary semicolons.
2019-02-12 thakis@chromium.org Remove a few unnecessary semicolons.
2019-02-12 huangdarwin@chromium.org Refactor: Remove extra cast
2019-02-12 hbos@chromium.org Mark RTCIceTransport-extensions.https.html as passing.
2019-02-12 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/SPIRV-Tools/src 40a7940e0572..354205b3dc23 (1 commits)
2019-02-12 jam@chromium.org Add a ForceNetworkInProcess policy to force networking to run in the browser process.
2019-02-12 kojii@chromium.org [LayoutNG] Avoid Vector::push_back in AssociateItemsWithInlines
2019-02-12 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/swiftshader 0f34a98a206d..73c3124cc249 (1 commits)
2019-02-12 rmcelrath@chromium.org Migrate EventBasedStatusReportingService from NetworkChangeNotifier to NetworkConnectionTracker
2019-02-12 rmcelrath@chromium.org Migrate DemoSession from NetworkChangeNotifier to NetworkConnectionTracker.
2019-02-12 digit@google.com android: Reduce chromium linker by 100 kiB
2019-02-12 joenotcharles@google.com Updates from internal repo to chrome_cleaner components and constants
2019-02-12 ellyjones@chromium.org base: remove BiDiLineIterator AS_URL support
2019-02-12 alexilin@chromium.org metrics: Convert FieldTrialList to the new shared memory API
2019-02-12 ayui@chromium.org Update CreateMintTokenFlow() to return unique_ptr instead of raw pointer
2019-02-12 spang@chromium.org Roll src/third_party/glslang/src/ 493096468..05d12a946 (34 commits)
2019-02-12 rtoy@chromium.org Relax required SNR a bit
2019-02-12 dmazzoni@chromium.org Adds initial scaffolding for image labeling feature
2019-02-12 nuskos@chromium.org Update the last Perfetto Service struct to have a type trait.
2019-02-12 nektar@chromium.org Fixed copyright message in AOMContentAXTree by removing the (C) symbol
2019-02-12 hcarmona@chromium.org Navi: Re-enable synthetic trials for onboarding.
2019-02-12 Max) Gu [FCP++] TextPaint: Move node checking from pre-paint to paint
2019-02-12 shivanisha@chromium.org History intervention: Desktop metric for navigating to a skippable entry
2019-02-12 cammie@chromium.org [net] Support opaque origins in split cache.
2019-02-12 thakis@chromium.org Remove a few unnecessary semicolons.
2019-02-12 jlebel@chromium.org [iOS] Fixing 'Sync your Chrome data' behavior
2019-02-12 drott@chromium.org Update owner for DirectWrite related metrics
2019-02-12 pcc@chromium.org Skip tests that call GetTaggedBytes() on P+ devices.
2019-02-12 meacer@chromium.org Add more tests for translation_helper.py
2019-02-12 davidben@chromium.org Avoid an unnecessary SSL_SESSION refcount bump.
2019-02-12 yigu@chromium.org [Animation Worklet] Introduce state function to Animator and AnimatorDefinition
2019-02-12 cjgrant@chromium.org Fix GN config for Android no-secondary-ABI case
2019-02-12 robertogden@chromium.org Take ownership of DRP and Preview related about://flags
2019-02-12 lanwei@chromium.org [ChromeDriver] Use Input.dispatchTouchEvent in ExecutePerformActions
2019-02-12 tommycli@chromium.org Omnibox: Expose OmniboxPopupModel on OmniboxPopupContentsView
2019-02-12 abhijeet@igalia.com Port unit and browser tests away from AccountFetcherService.
2019-02-12 mlippautz@chromium.org Revert "bindings: Replaces DOMWrapperMap with a regular HashMap"
2019-02-12 thakis@chromium.org Remove cpu,mal,laforge from components/component_updater/OWNERS.
2019-02-12 yigu@chromium.org [Animation Worklet] Clean up animator registration logic for wpt test
2019-02-12 thakis@chromium.org Remove a few unnecessary semicolons.
2019-02-12 enne@chromium.org cc: Remove temporary CHECKs from issue 898668
2019-02-12 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/dawn 5987c4e8395a..bb5696bcd3b7 (1 commits)
2019-02-12 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/skia 3999f1076247..eb46bd892dd8 (5 commits)
2019-02-12 kojii@chromium.org Fix CreateForTabulationCharacters crash when many tab characters
2019-02-12 mmenke@chromium.org Temporary revert of 7913a74b0e22d99c3425dcea22e68783919a9667
2019-02-12 kojii@chromium.org Revert "Crash early if FindFamily DWriteFontProxy call fails"
2019-02-12 lizeb@chromium.org sandbox: Check that CPU feature detection works in 64 bit mode on Android.
2019-02-12 gambard@chromium.org [iOS] Fix NTP cell AccessibilityIdentifier
2019-02-12 fserb@chromium.org Add owner to Blink.Canvas.HibernationEvents
2019-02-12 ldaguilar@chromium.org Allow observers in ScreenTimeController for usage time limit warning.
2019-02-12 yigu@chromium.org [Animation Worklet] Fix flaky worklet animation unit test
2019-02-12 ender@google.com Refer to Activity directly when presenting security dialog.
2019-02-12 drott@chromium.org Additional metrics to monitor font lookup table construction
2019-02-12 dcastagna@chromium.org cros: Disable explicit DMA fences
2019-02-12 xidachen@chromium.org [Code health] Use a struct instead of std::pair in PaintWorkletImageCache
2019-02-12 ntfschr@chromium.org AW docs: add README and TOC
2019-02-12 ekaramad@chromium.org [ MimeHandlerView ] Fix a crash in FrameContainer
2019-02-12 jperaza@chromium.org Add Android support to breakpad_integration_test.py and update docs
2019-02-12 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/depot_tools b1f865dac505..98a7e803523c (1 commits)
2019-02-12 tonikitoo@igalia.com Flip the boolean logic in SetFreshnessOfAccountsInGaiaCookie
2019-02-12 thakis@chromium.org Remove a few unnecessary semicolons.
2019-02-12 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/swiftshader f96948857780..0f34a98a206d (1 commits)
2019-02-12 amaralp@chromium.org Don't test website theming on tablets
2019-02-12 shivanisha@chromium.org History intervention: Out parameter to be changed to a pointer
2019-02-12 gambard@chromium.org [iOS] Add edit icon to autofill edit item
2019-02-12 rbpotter@chromium.org Web UI: Add HTML Imports Polyfill to Chromium
2019-02-12 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/angle c66fb571be1a..18b059506119 (1 commits)
2019-02-12 ulan@chromium.org bindings: Check for empty handle in the write barrier of unified heap GC
2019-02-12 rbpotter@chromium.org Print Preview: Remove extra margin for search field
2019-02-12 loonybear@chromium.org Implement Parameterized Feature Policy
2019-02-12 chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com Roll src-internal 9fd1a7fa40fb..3a059915745c (3 commits)
2019-02-12 wpt-autoroller@chops-service-accounts.iam.gserviceaccount.com Import wpt@e98588d58730760258eee065fc9b6d5fc6e5512f
2019-02-12 lowell@chromium.org Mark two signin_manager_base methods as protected instead of public.
2019-02-12 wanderview@chromium.org Keep processes with service workers controlling clients at foreground priority.
2019-02-12 v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com Update V8 to version 7.4.146.
2019-02-12 sorin@chromium.org Introduce update_client::NetworkFetcher as a way to abstract the network.
2019-02-12 jperaza@chromium.org Whitelist "exception_info" crash key
2019-02-12 estade@chromium.org Remove OmniboxPopupView::PaintUpdatesNow()
2019-02-12 thakis@chromium.org blink: Remove semicolons after DEFINE_foo_EVENT_LISTENER macros.
2019-02-12 krb@chromium.org [omnibox] Handle tab key with same conditions as right arrow
2019-02-12 thakis@chromium.org Remove semicolons after WTF_ALLOW_foo_WITH_MEM_FUNCTIONS macros.
2019-02-12 tonikitoo@igalia.com [s13n] Move GetAuthTokenFunctionTest.NonInteractiveCacheHitSecondary away from GCMS
2019-02-12 futhark@chromium.org Add paint invalidation for changing high contrast mode.
2019-02-12 hbos@chromium.org Mark RTCIceConnectionState-candidate-pair.https.html as flaky.
2019-02-12 loonybear@chromium.org Support report for oversized-images policy violation
2019-02-12 petermayo@chromium.org [Sheriff] worklet-animation-local-time-undefined flaky
2019-02-12 kylechar@chromium.org gpu: Cleanup callback types (part 5).
2019-02-12 thakis@chromium.org Require semicolons after a few macros in blink.
2019-02-12 joenotcharles@google.com Reland "Invoke shortcut parser from scanner"
2019-02-12 ikilpatrick@chromium.org [LayoutNG] Add percentage_resolution_block_size into the min/max pass.
2019-02-12 thakis@chromium.org Remove a few unnecessary semicolons.
2019-02-12 manukh@chromium.org [omnibox]: Restyle omnibox text when reverting with a default keyword match.
2019-02-12 rohitrao@chromium.org [ios] Adds a skeleton EarlGrey2 test for ios_web_shell.
2019-02-12 gangwu@chromium.org [Feed] Import feed@3293f23ae831c666be27273fbf2a73d9b2fe7552
2019-02-12 gab@chromium.org [base] Migrate the Win MessagePump to DoSomeWork
2019-02-12 carlscab@google.com Use int for extensionId in PostTask
2019-02-12 digit@google.com android: crazy linker: Remove RDebug::PostCallback()
2019-02-12 joenotcharles@google.com [scheduling] Use ScopedTaskEnvironment instead of MessageLoop in chrome_cleaner
2019-02-12 hbos@chromium.org Mark track-stats as not flaky after upstream changes.
2019-02-12 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/skia 63d477cd99b0..3999f1076247 (1 commits)
2019-02-12 olka@chromium.org Disable BrowserThreadPostTaskBeforeThreadCreationBrowserTest.ExpectFailures on Linux
2019-02-12 kylechar@chromium.org Split DrmOverlayManager code.
2019-02-12 mbarowsky@chromium.org Adapt GpuImageDecodeCacheTest test suite to exercise YUV decoding
2019-02-12 jkim@igalia.com [s13n] Add EnsureFactoryAndDependeeFactoriesBuilt to IdentityManagerFactory
2019-02-12 olka@chromium.org Revert "Roll src/third_party/perfetto 56445ec1e273..beb7371c5de4 (19 commits)"
2019-02-12 thakis@chromium.org Remove a few unnecessary semicolons.
2019-02-12 jgruber@chromium.org Add browse:media:youtubetv:2019 system health story
2019-02-12 chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com Roll src-internal bfbd9c54f22d..9fd1a7fa40fb (2 commits)
2019-02-12 jkim@igalia.com [s13n] Remove supervised_user_service_factory.cc's dependence on PO2TSFactory
2019-02-12 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/perfetto 56445ec1e273..beb7371c5de4 (19 commits)
2019-02-12 rhalavati@chromium.org Enable Incognito Window Counter by Default.
2019-02-12 tonikitoo@igalia.com Remove left over BuildFakeGaiaCookieManagerServiceWithURLLoader declaration
2019-02-12 melandory@chromium.org [E2ELatency] Fix E2E Latency measurement for FCM Invalidations
2019-02-12 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll AFDO from 74.0.3702.0_rc-r1-merged to 74.0.3703.0_rc-r1-merged
2019-02-12 myid.shin@igalia.com [s13n] Eliminate include of GCMS in child_account_service.cc
Created with:
gclient setdep -r ../src@1f0e830f47
The AutoRoll server is located here: https://autoroll.skia.org/r/chromium-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=skia.primary:Perf-Mac-Clang-MacBookPro11.5-GPU-RadeonHD8870M-x86_64-Release-All-CommandBuffer;skia.primary:Test-Mac-Clang-MacBookPro11.5-GPU-RadeonHD8870M-x86_64-Debug-All-CommandBuffer
TBR=stephana@google.com
Change-Id: If7d59db021b7a8a07c95610398a8f7c8f81f9fbb
Reviewed-on: https://skia-review.googlesource.com/c/191944
Reviewed-by: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
2019-02-13 15:35:08 +00:00
Leon Scroggins III
30d15e6ca0
Blacklist Codec tests on Wuffs bot
...
Bug: skia:8235
Bug: skia:8750
Bug: skia:8762
With these tests skipped, we can run the 'image' tests, meaning that we
will decode tests images at various scales and upload them to Gold. This
will help prevent us from introducing new bugs while we fix the
existing ones. It will also turn the Wuffs bot green.
Change-Id: Idf42abb170ede0944106116b9c4dbb60edafe91a
Reviewed-on: https://skia-review.googlesource.com/c/191740
Reviewed-by: Nigel Tao <nigeltao@google.com>
Reviewed-by: Mike Klein <mtklein@google.com>
Commit-Queue: Leon Scroggins <scroggo@google.com>
2019-02-13 15:25:47 +00:00
skia-autoroll
f28dc4f1a5
Roll third_party/externals/swiftshader 73c3124cc249..de16f327d051 (1 commits)
...
https://swiftshader.googlesource.com/SwiftShader.git/+log/73c3124cc249..de16f327d051
git log 73c3124cc249..de16f327d051 --date=short --no-merges --format='%ad %ae %s'
2019-02-13 capn@google.com Replace vulkan.h includes with vulkan_core.h
Created with:
gclient setdep -r third_party/externals/swiftshader@de16f327d051
The AutoRoll server is located here: https://autoroll.skia.org/r/swiftshader-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=skia.primary:Test-Debian9-Clang-GCE-GPU-SwiftShader-x86_64-Debug-All-SwiftShader
TBR=stephana@google.com
Change-Id: I9e793598b964e0c4926b34b4025b3e05e3db130a
Reviewed-on: https://skia-review.googlesource.com/c/191942
Reviewed-by: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
2019-02-13 15:19:17 +00:00
Ethan Nicholas
ac285b1c2a
added constant 0 and 1 swizzle components to SkSL
...
Bug: skia:
Change-Id: I8f4dce314ebe0d5de7ba032a435f362eeb14edc4
Reviewed-on: https://skia-review.googlesource.com/c/191565
Reviewed-by: Greg Daniel <egdaniel@google.com>
Commit-Queue: Ethan Nicholas <ethannicholas@google.com>
2019-02-13 14:43:07 +00:00
skia-recreate-skps
9cee184aaa
Update go_deps asset
...
Automatic commit by the UpdateGoDEPS bot.
TBR=borenet@google.com
Change-Id: I3df99f9cc5fdbe61a472cc285b09c0a9b783526e
Reviewed-on: https://skia-review.googlesource.com/c/191920
Commit-Queue: Ravi Mistry <rmistry@google.com>
Reviewed-by: <skia-recreate-skps@skia-swarming-bots.iam.gserviceaccount.com>
2019-02-13 13:11:42 +00:00
Ben Wagner
94a5328e0e
Add Ubuntu18 Calmbench and Valgrind jobs
...
Change-Id: Ie12013d2a337727d4a170863be7b124ef8d36ad6
Reviewed-on: https://skia-review.googlesource.com/c/191741
Auto-Submit: Ben Wagner <benjaminwagner@google.com>
Commit-Queue: Eric Boren <borenet@google.com>
Reviewed-by: Eric Boren <borenet@google.com>
2019-02-13 12:32:12 +00:00
Mike Klein
66f09a7299
replace gamma_correct with gamut/transfer_fn in DM
...
gamma_correct as is (really meaning, linear blending) isn't super
useful, in that it doesn't distinguish gamuts or transfer functions
except between identity and non-identity.
This replaces it with fields that describe the gamut and TF.
Change-Id: Ied08c2df537be61ee1903ef6cc279991326271a2
Reviewed-on: https://skia-review.googlesource.com/c/191573
Reviewed-by: Brian Osman <brianosman@google.com>
Reviewed-by: Stephan Altmueller <stephana@google.com>
Commit-Queue: Mike Klein <mtklein@google.com>
2019-02-13 00:15:38 +00:00