Hal Canary
3d42a0521d
Examples: Two changes from kevin
...
Change-Id: Iaec3f2c9e5286c40ed6b77c0010448ecc3792ff3
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/201684
Commit-Queue: Hal Canary <halcanary@google.com>
Reviewed-by: Kevin Lubick <kjlubick@google.com>
2019-03-16 12:50:13 +00:00
Mike Klein
f34d0c79dc
re-hash images once more artificially
...
Some of my early trybots from the first big re-hash CL produced .pngs
without embedded ICC profiles, and some produced .pngs with embedded
profiles, with the same hash. These were uploaded to Gold, of course.
Where the trybot-without-profile images uploaded first, we see Rec.2020
colors uncorrected as if sRGB, typically rather dim. Where we're still
producing the same image we see these profile-less images and it's very
confusing, downright misleading. Makes it impossible to triage.
So, add a salt mechanism to make it easy to re-hash everything,
invalidating all the old hashes so new profile-full images get uploaded.
No-Tree-Checks: true
Change-Id: I51f2bc4612b8a4f38d162124341d27a8e94c6085
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/201702
Reviewed-by: Mike Klein <mtklein@google.com>
Commit-Queue: Mike Klein <mtklein@google.com>
2019-03-16 02:39:12 +00:00
Hal Canary
8751512aaa
Revert "Revert "Compile all fiddle examples locally""
...
This reverts commit 37575bf3ca
.
Change-Id: Ia31abbd4906ddeed406f3da1128bc4d4177abf24
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/201603
Reviewed-by: Hal Canary <halcanary@google.com>
Commit-Queue: Hal Canary <halcanary@google.com>
2019-03-16 00:48:09 +00:00
Kevin Lubick
d3cfbcae10
[canvaskit] Add TextOnPath helper to TextBlob
...
This adds the pieces needed to accomplish this, and
although clients could do it, I figured it would be
nice to expose as a universal tool (on TextBlob).
Bug: skia:
Change-Id: Id5d61744973de2da75049d33d40e1dc442c2442c
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/201601
Reviewed-by: Ben Wagner <bungeman@google.com>
2019-03-15 22:28:17 +00:00
Mike Klein
e1271700ad
hash and encode rework, wip
...
Convert all bitmaps to a single common format before hashing.
Also, include bitmap dimensions in the hash.
There's no good format supported by Skia / SkPngEncoder to use,
so we do the converison manually to 16-bit big-endian Rec.2020
RGBA and call libpng directly.
This format is just about as far as wide as we can stretch PNG.
I've temporarily bumped PNG compression level to 9.
Expecting zillions of new images, it'll help to keep them small.
I think we can probably turn this knob back down once this settles.
No-Tree-Checks: true
Change-Id: Ia438289731ae06ac129cb2ff658b7940981c6136
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/198760
Commit-Queue: Mike Klein <mtklein@google.com>
Reviewed-by: Brian Osman <brianosman@google.com>
2019-03-15 22:24:22 +00:00
Mike Reed
8fb59ec8a0
use load_f32_dst
...
Bug: skia:
No-Tree-Checks: true
Change-Id: I5c0f55ec4f76430b1f069aaf29df4874a623b138
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/201683
Commit-Queue: Mike Reed <reed@google.com>
Commit-Queue: Mike Klein <mtklein@google.com>
Reviewed-by: Mike Klein <mtklein@google.com>
2019-03-15 21:24:12 +00:00
Mike Reed
79a7542081
allow mixer to defer to a shader
...
- reverse sense of Blend mixer to be (dst, src, mode)
- change pipeline register convention to be (dst, src)
Bug: skia:
Change-Id: I1f1d990001ad941cb8d44e1488c5f14077e181f8
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/201386
Commit-Queue: Mike Reed <reed@google.com>
Reviewed-by: Mike Klein <mtklein@google.com>
2019-03-15 20:24:21 +00:00
Jim Van Verth
a3407ab9a6
Fix asserts in Metal tests.
...
Bug: skia:8243
Change-Id: I5d976e2740bd0348e1c71cea2cda05d93bc004e9
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/201397
Commit-Queue: Jim Van Verth <jvanverth@google.com>
Reviewed-by: Brian Salomon <bsalomon@google.com>
Reviewed-by: Greg Daniel <egdaniel@google.com>
2019-03-15 20:04:21 +00:00
skia-autoroll
17bd9fa346
Roll third_party/externals/swiftshader 1e6a9898b73b..71673c81fb1e (8 commits)
...
https://swiftshader.googlesource.com/SwiftShader.git/+log/1e6a9898b73b..71673c81fb1e
git log 1e6a9898b73b..71673c81fb1e --date=short --no-merges --format='%ad %ae %s'
2019-03-15 chrisforbes@google.com Add support for OpSRem
2019-03-15 chrisforbes@google.com Remove asserts on depth bounds values
2019-03-15 chrisforbes@google.com Remove asserts blocking specialization constant use
2019-03-15 chrisforbes@google.com Run spirv-opt pass to eliminate dead functions after inlining
2019-03-15 bclayton@google.com ComputeProgram: Add subgroup builtins.
2019-03-15 sugoi@google.com DescriptorSetLayout destruction fix
2019-03-15 sugoi@google.com sRGB filtering fix
2019-03-15 sugoi@google.com CubeMap fixes
Created with:
gclient setdep -r third_party/externals/swiftshader@71673c81fb1e
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=benjaminwagner@google.com
Change-Id: Icc0c5443dcbedb1676790e48acfa239daa305ab9
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/201660
Reviewed-by: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
2019-03-15 20:04:12 +00:00
Adrienne Walker
5d3ddcb6d8
Enforce alignment in SkDescriptor deserialization
...
SkDescriptor::Alloc asserts on this.
Bug: chromium:942430
Change-Id: Iad28f02bd261b03b5cff33bd1959946787c4087f
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/201602
Auto-Submit: Adrienne Walker <enne@chromium.org>
Commit-Queue: Mike Klein <mtklein@google.com>
Reviewed-by: Mike Klein <mtklein@google.com>
2019-03-15 19:39:21 +00:00
Ben Wagner
7f63edfcfb
[infra] Update Win10 in Skolo.
...
Change-Id: I1d3e2b41eb3c58529ad3f9c91f4b08ada030521f
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/201396
Reviewed-by: Eric Boren <borenet@google.com>
Commit-Queue: Ben Wagner <benjaminwagner@google.com>
2019-03-15 19:34:21 +00:00
recipe-roller
a64db53d9a
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/e5c289fde0a115ef91448242729d61b4f7174517 Deploy git 2.21.0 to depot_tools on a bleeding edge (tikuta@chromium.org )
https://crrev.com/24b5f9087ff65463761cdb064ffb564e76e273a2 Metrics: stop trying to print the notice in color and unicode (hans@chromium.org )
TBR=borenet@google.com
Recipe-Tryjob-Bypass-Reason: Autoroller
Bugdroid-Send-Email: False
Change-Id: Ia7a52dbcb03b5f1c7215208cf4e271652558f32d
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/201461
Reviewed-by: Recipe Roller <recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com>
Commit-Queue: Recipe Roller <recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com>
2019-03-15 19:29:18 +00:00
skia-autoroll
49ea319453
Roll third_party/externals/swiftshader f3b57974620d..1e6a9898b73b (1 commits)
...
https://swiftshader.googlesource.com/SwiftShader.git/+log/f3b57974620d..1e6a9898b73b
git log f3b57974620d..1e6a9898b73b --date=short --no-merges --format='%ad %ae %s'
2019-03-15 sugoi@google.com Dedicated allocation verification
Created with:
gclient setdep -r third_party/externals/swiftshader@1e6a9898b73b
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=benjaminwagner@google.com
Change-Id: Id269d8fcaccdfa6d4143161937cb5d346be30a86
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/201578
Reviewed-by: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
2019-03-15 19:04:18 +00:00
Hal Canary
c25f4e9eaa
GN: split out skia_*_public from skia_*_sources
...
`gn check` passes. We will work towards removing `check_includes = false`.
Change-Id: I0ab396fadaf31a166921bdea334b2cfedca23dcd
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/195363
Reviewed-by: Ben Wagner <bungeman@google.com>
Commit-Queue: Hal Canary <halcanary@google.com>
2019-03-15 18:29:19 +00:00
Robert Phillips
b651aacdaf
Reduce work done by GrYUVtoRGBEffect for kIdentity_SkYUVColorSpace
...
This skips the upload of and multiplication by the identity matrix but leaves the result in premul.
Change-Id: Id235298898f9d0cb97b2223acfad959bc248328c
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/201393
Reviewed-by: Brian Osman <brianosman@google.com>
Commit-Queue: Robert Phillips <robertphillips@google.com>
2019-03-15 17:39:38 +00:00
Hal Canary
37575bf3ca
Revert "Compile all fiddle examples locally"
...
This reverts commit 83c2f70b51
.
Reason for revert: broke some builders
Original change's description:
> Compile all fiddle examples locally
> [......]
>
> Change-Id: I14a31348a9ccaaa31f65424b91e3a3533d2583a7
> Reviewed-on: https://skia-review.googlesource.com/c/skia/+/198824
> Commit-Queue: Hal Canary <halcanary@google.com>
> Reviewed-by: Leon Scroggins <scroggo@google.com>
> Reviewed-by: Joe Gregorio <jcgregorio@google.com>
TBR=hcm@google.com ,halcanary@google.com,bungeman@google.com,jcgregorio@google.com,scroggo@google.com
Change-Id: I8a6aa444d7f62aa73565ca4a7393e050872b6ecc
No-Presubmit: true
No-Tree-Checks: true
No-Try: true
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/201600
Reviewed-by: Hal Canary <halcanary@google.com>
Commit-Queue: Hal Canary <halcanary@google.com>
2019-03-15 17:39:01 +00:00
skia-autoroll
71e0b3cd30
Roll third_party/externals/swiftshader 36411219ff2b..f3b57974620d (3 commits)
...
https://swiftshader.googlesource.com/SwiftShader.git/+log/36411219ff2b..f3b57974620d
git log 36411219ff2b..f3b57974620d --date=short --no-merges --format='%ad %ae %s'
2019-03-15 bclayton@google.com Reactor: Add tests for casts from C to Reactor types
2019-03-15 bclayton@google.com SpirvRoutine: Add activeLaneMask to conditionally load / store per lane.
2019-03-15 bclayton@google.com Reactor: Fix cast from bool -> RValue<Bool>.
Created with:
gclient setdep -r third_party/externals/swiftshader@f3b57974620d
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=benjaminwagner@google.com
Change-Id: Ie885c1ec88bb2c85ec353d889adf3b3f68179a6c
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/201574
Reviewed-by: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
2019-03-15 16:49:30 +00:00
Brian Osman
605c6d5daf
Standardize naming on CoverageAsAlpha (rather than AlphaAsCoverage)
...
Also fix a spelling mistake: Coveage -> Coverage
Bug: skia:
Change-Id: I296415ca194b0805470596d297e1d815f43b404a
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/201394
Commit-Queue: Brian Osman <brianosman@google.com>
Reviewed-by: Robert Phillips <robertphillips@google.com>
2019-03-15 16:49:28 +00:00
Brian Salomon
e80b809e8a
Revert "Revert "Distinguish between "flushed" and "finished" idle state callbacks on GrTexture.""
...
This reverts commit 88b8d1124b
.
Bug: skia:8800
Change-Id: I27f5da73b651b91af0c5440557f5986e493a1559
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/199080
Reviewed-by: Brian Salomon <bsalomon@google.com>
Commit-Queue: Brian Salomon <bsalomon@google.com>
2019-03-15 16:24:28 +00:00
skia-autoroll
aea65338f3
Roll third_party/externals/swiftshader e37ce613d1c7..36411219ff2b (1 commits)
...
https://swiftshader.googlesource.com/SwiftShader.git/+log/e37ce613d1c7..36411219ff2b
git log e37ce613d1c7..36411219ff2b --date=short --no-merges --format='%ad %ae %s'
2019-03-15 bclayton@google.com VkDebug: Update macros to address issues in b/127433389
Created with:
gclient setdep -r third_party/externals/swiftshader@36411219ff2b
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=benjaminwagner@google.com
Change-Id: Ifdcecfa7d8d150b51b01ea3c76919608cce618dc
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/201572
Reviewed-by: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
2019-03-15 15:49:08 +00:00
Nathaniel Nifong
46f5ee1561
Add selectable GPU backend to wasm debugger
...
Bug: skia:
Change-Id: If34e08cb320a141cb838caafeffa4f1f69c5234f
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/201404
Commit-Queue: Nathaniel Nifong <nifong@google.com>
Reviewed-by: Kevin Lubick <kjlubick@google.com>
2019-03-15 15:34:28 +00:00
Hal Canary
83c2f70b51
Compile all fiddle examples locally
...
Motivation: it would be a good idea if the API documentation examples
were checked into the skia repository, so we could make sure they
compile as part of the commit queue.
Fiddle would make/update a named fiddle each time it gets a new
commit of Skia, extracted from the code in the examples/ directory.
The docs would point at those named fiddles. Named fiddles have urls
in the form:
https://fiddle.skia.org/c/@Bitmap_000
Then we would stick a link to the example into the header documentation
like this:
/** Allocates the pixel memory for the bitmap, given its dimensions
and SkColorType. Returns true on success, where success means
either setPixels() or setPixelRef() was called.
@param bitmap SkBitmap containing SkImageInfo as input, and
SkPixelRef as output
@return true if SkPixelRef was allocated
@example https://fiddle.skia.org/c/@Bitmap_000
*/
bool allocPixelRef(SkBitmap* bitmap) override;
There are still around 200 disabled examples that need to be fixed
(these result from API changes since the author left).
Change-Id: I14a31348a9ccaaa31f65424b91e3a3533d2583a7
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/198824
Commit-Queue: Hal Canary <halcanary@google.com>
Reviewed-by: Leon Scroggins <scroggo@google.com>
Reviewed-by: Joe Gregorio <jcgregorio@google.com>
2019-03-15 15:19:18 +00:00
Brian Osman
5ced0bfd00
Add shader based blending of kPlus for configs that need clamping
...
This effectively reverts https://skia-review.googlesource.com/c/skia/+/140500
and relands https://skia-review.googlesource.com/c/skia/+/48183 .
Bug: skia:8871
Change-Id: I6b1d5daa3d319e0c078e553926ed9166cca9a24a
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/199930
Commit-Queue: Brian Osman <brianosman@google.com>
Reviewed-by: Brian Salomon <bsalomon@google.com>
Reviewed-by: Robert Phillips <robertphillips@google.com>
2019-03-15 14:54:17 +00:00
Mike Klein
b90c0807e4
Revert "remove plus clamp"
...
This reverts commit 539909a84a
.
Reason for revert: Brian and I think ultimately clamping is saner.
Original change's description:
> remove plus clamp
>
> Clamping for plus mode should happen only as the destination format
> requires it, or as a consequence of the limited range we're holding
> colors in the pipeline, or because non-normalized alpha is nuts.
>
> So I've taken away the clamp on float rgb, keeping it on lowp to stay
> in its legal range, and on float alpha because it's crazy not to.
>
> Open questions:
> - also clamp alpha to zero?
> - what do we do with alpha <0 or >1 in general, beyond plus?
>
> Cq-Include-Trybots: luci.chromium.try:linux-blink-rel
> Change-Id: I15660ce55cc393e312f18ffdc13bbfdef08ac6e0
> Reviewed-on: https://skia-review.googlesource.com/c/skia/+/201040
> Reviewed-by: Brian Osman <brianosman@google.com>
> Commit-Queue: Mike Klein <mtklein@google.com>
TBR=mtklein@google.com ,brianosman@google.com
# Not skipping CQ checks because original CL landed > 1 day ago.
Change-Id: Iccf3fd9d2b6bf541b0e2fed4f98bf41124deeedf
Cq-Include-Trybots: luci.chromium.try:linux-blink-rel
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/201530
Reviewed-by: Mike Klein <mtklein@google.com>
Commit-Queue: Mike Klein <mtklein@google.com>
2019-03-15 14:47:17 +00:00
Florin Malita
b9008539c5
[skottie] Initial text box support
...
AE supports two text layout modes [1]:
* point text: text is laid out on an infinite line, starting at the given position,
and observing explicit line breaks only; in this case the text baseline is at the
given position.
* paragraph (box) text: text is laid out within the given box, using line breaks to
fit.
This CL implements the latter mode, in addition to the already supported point mode:
- parse & plumb the text box info
- update the text adapter logic to use SkShaper's width-constrained shaping mode
- tangentially, fix sksg::TextBlob's bounds computation
[1] https://helpx.adobe.com/after-effects/using/creating-editing-text-layers.html
Bug: skia:8849
Change-Id: Ifdb34e39eef84d10fd75870aef785e3ee960a19c
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/201387
Reviewed-by: Mike Reed <reed@google.com>
Commit-Queue: Florin Malita <fmalita@chromium.org>
2019-03-15 14:39:17 +00:00
Brian Salomon
138a06d1b1
Revert "Reland "Update SkCanvas' experimental SkiaRenderer API""
...
This reverts commit bd9d88a6e4
.
Reason for revert: Breaks SkiaRenderer on Android. Rendering is all corrupted, bisected to this change.
Original change's description:
> Reland "Update SkCanvas' experimental SkiaRenderer API"
>
> This reverts commit 90791c202d
.
>
> Reason for revert: Jumped the gun, just need to update blacklist
>
> Original change's description:
> > Revert "Update SkCanvas' experimental SkiaRenderer API"
> >
> > This reverts commit 4bf964602a
.
> >
> > Reason for revert: vulkan dm crashes
> >
> > Original change's description:
> > > Update SkCanvas' experimental SkiaRenderer API
> > >
> > > This lifts the temporary functions in SkGpuDevice into SkCanvas and
> > > deprecates the older experimental_DrawImageSetV1 and
> > > experimental_DrawEdgeAARect. The new functions can handle paints and
> > > transform batching. Internally, SkCanvas routes the old functions to the
> > > new entry points and all device-level code is updated to handle the new
> > > API features.
> > >
> > > While touching all of the canvas/device/recording areas, the
> > > experimental functions are grouped in an "EdgeAA" cluster instead of being
> > > separated into the image category and the rectangle category.
> > >
> > > Bug: skia:8739
> > > Change-Id: I67c2a724873040ad5dc3307ab5b2823ba1eac54b
> > > Reviewed-on: https://skia-review.googlesource.com/c/skia/+/190221
> > > Commit-Queue: Michael Ludwig <michaelludwig@google.com>
> > > Reviewed-by: Brian Salomon <bsalomon@google.com>
> >
> > TBR=bsalomon@google.com ,robertphillips@google.com,michaelludwig@google.com
> >
> > Change-Id: I87a5a258c5a1bd15e16389cdf91743772d6fa98a
> > No-Presubmit: true
> > No-Tree-Checks: true
> > No-Try: true
> > Bug: skia:8739
> > Reviewed-on: https://skia-review.googlesource.com/c/skia/+/201226
> > Reviewed-by: Michael Ludwig <michaelludwig@google.com>
> > Commit-Queue: Michael Ludwig <michaelludwig@google.com>
>
> TBR=bsalomon@google.com ,robertphillips@google.com,michaelludwig@google.com
>
> Change-Id: I75e9b6cbf079a7739b69a7e208730a930621abf9
> No-Presubmit: true
> No-Tree-Checks: true
> No-Try: true
> Bug: skia:8739
> Reviewed-on: https://skia-review.googlesource.com/c/skia/+/201229
> Reviewed-by: Michael Ludwig <michaelludwig@google.com>
> Commit-Queue: Michael Ludwig <michaelludwig@google.com>
> Auto-Submit: Michael Ludwig <michaelludwig@google.com>
TBR=bsalomon@google.com ,robertphillips@google.com,michaelludwig@google.com
Change-Id: Ib87ef9b8b8598c16a8a6915920adf0b5dffc644b
No-Presubmit: true
No-Tree-Checks: true
No-Try: true
Bug: skia:8739
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/201391
Reviewed-by: Brian Salomon <bsalomon@google.com>
Commit-Queue: Brian Salomon <bsalomon@google.com>
2019-03-15 14:33:39 +00:00
Brian Osman
b73e607cdd
Change --checkF16 behavior to just print - it's easier to see all failures
...
Bug: skia:
Change-Id: I208b0202b76bcfbf31bd888e7e575ed54c6d27c7
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/201390
Commit-Queue: Brian Osman <brianosman@google.com>
Commit-Queue: Mike Klein <mtklein@google.com>
Auto-Submit: Brian Osman <brianosman@google.com>
Reviewed-by: Mike Klein <mtklein@google.com>
2019-03-15 14:24:47 +00:00
skia-autoroll
5c4eabebae
Roll third_party/externals/angle2 2fb6563bf503..de52ca373d98 (1 commits)
...
2fb6563bf5..de52ca373d
git log 2fb6563bf503..de52ca373d98 --date=short --no-merges --format='%ad %ae %s'
2019-03-15 syoussefi@chromium.org Vulkan: Fix GraphViz dump in presence of queries and fences
Created with:
gclient setdep -r third_party/externals/angle2@de52ca373d98
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=benjaminwagner@google.com
Change-Id: Ibb44f1446b1742b753792ddd91a5a557b28bac30
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/201567
Reviewed-by: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
2019-03-15 14:02:27 +00:00
skia-autoroll
69600007e2
Roll third_party/externals/swiftshader 633b2fb00ed0..e37ce613d1c7 (2 commits)
...
https://swiftshader.googlesource.com/SwiftShader.git/+log/633b2fb00ed0..e37ce613d1c7
git log 633b2fb00ed0..e37ce613d1c7 --date=short --no-merges --format='%ad %ae %s'
2019-03-15 bclayton@google.com SpirvShader: Implement OpBranch
2019-03-15 bclayton@google.com Reactor: Add even more RR_WATCH_FMT_ overloads
Created with:
gclient setdep -r third_party/externals/swiftshader@e37ce613d1c7
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=benjaminwagner@google.com
Change-Id: I7f64cb044c416fe7f08396ec7763b8c61cb359d5
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/201562
Reviewed-by: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
2019-03-15 10:11:47 +00:00
skia-autoroll
d2493a1e53
Roll third_party/externals/swiftshader 1b8cd2d9ce2c..633b2fb00ed0 (1 commits)
...
https://swiftshader.googlesource.com/SwiftShader.git/+log/1b8cd2d9ce2c..633b2fb00ed0
git log 1b8cd2d9ce2c..633b2fb00ed0 --date=short --no-merges --format='%ad %ae %s'
2019-03-15 swiftshader.regress@gmail.com Regres: Update test lists @ 1b8cd2d9
Created with:
gclient setdep -r third_party/externals/swiftshader@633b2fb00ed0
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=benjaminwagner@google.com
Change-Id: I44369553c3be52a5db2ffaf0fee9f085286b29ef
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/201560
Reviewed-by: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
2019-03-15 09:26:57 +00:00
skia-autoroll
aefecad7c0
Roll ../src 6299cd6e9d2d..558a982945cf (482 commits)
...
6299cd6e9d..558a982945
git log 6299cd6e9d2d..558a982945cf --date=short --no-merges --format='%ad %ae %s'
2019-03-15 jinsukkim@chromium.org Android: Close preview panel on some events
2019-03-15 chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com Roll src-internal b58fe2ab9436..ddc3e674c3c0 (8 commits)
2019-03-15 lucmult@chromium.org [Files app] Add context menu test for USB with DCIM folder
2019-03-15 pfeldman@chromium.org DevTools: refactor overlay input handling
2019-03-15 wpt-autoroller@chops-service-accounts.iam.gserviceaccount.com Import wpt@4acb8924f765913a520d5f6fefbc8c870e500476
2019-03-15 kylechar@chromium.org Remove viz related tests from FYI bots.
2019-03-15 edcourtney@google.com Fix DCHECK crash inside SetMaximizedOrFullscreenBounds.
2019-03-15 kelvinjiang@chromium.org [Extensions] Add web request info for activities in the stream
2019-03-15 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/pdfium b271c06e57ba..9284a7cf9ba6 (8 commits)
2019-03-15 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/chromite 69d4958ee9b3..58f92a13bcd8 (5 commits)
2019-03-15 creis@chromium.org Add diagnostics to catch commits of URLs in incompatible processes.
2019-03-15 ricea@chromium.org Disable TransformStream when StreamsNative enabled
2019-03-15 thegreenfrog@chromium.org [ios] Only Add Optional Text if Exists in ClearBrowsingDataItem
2019-03-15 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/depot_tools 1c2fa0fdda12..26b4a64918d4 (3 commits)
2019-03-15 pkasting@chromium.org Add RemoveAllMenuItems().
2019-03-15 jennyz@chromium.org Don't activate search box on context menu mouse click.
2019-03-15 jennyz@chromium.org Fix the zero state crash during quick key traversing.
2019-03-15 siyua@chromium.org Revert "[AF][Paradise] Enable Paradise settings button for non-sync users"
2019-03-15 nigeltao@chromium.org Note that you cannot uninstall built-in apps
2019-03-15 jam@chromium.org Support sending all request and response headers to webRequest for websockets with network service.
2019-03-15 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/swiftshader 9b156615197d..1b8cd2d9ce2c (1 commits)
2019-03-15 jazzhsu@chromium.org [Media Controls] Arrow key handling
2019-03-15 hhli@chromium.org [DevTools] Display number of entries in an IndexedDB object store
2019-03-15 amistry@chromium.org Fix SMB mDNS host discovery.
2019-03-15 eugenebut@google.com Fix NavigationContext::HasCommitted if WebState has multiple pending navigations.
2019-03-15 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/perfetto 8320e6d2b742..34e6c9d3d1b6 (1 commits)
2019-03-15 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/dawn 5625b6320279..d263d752ac35 (1 commits)
2019-03-15 v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com Update V8 to version 7.5.47.
2019-03-15 enga@chromium.org Change navigator.gpu.getAdapter to navigator.gpu.requestAdapter.
2019-03-15 chrome-release-bot@chromium.org Updating trunk VERSION from 3734.0 to 3735.0
2019-03-15 kbr@chromium.org Update Swarming dimensions of Linux Intel HD 630 Experimental bot.
2019-03-15 dpapad@chromium.org Settings WebUI: Remove double border in font subpage.
2019-03-15 ntfschr@chromium.org NS: fix test filter syntax
2019-03-15 pdyson@chromium.org Disable flaky tests in UserActivityManagerTest and WindowActivityWatcherTest
2019-03-15 sergiyb@chromium.org Only delete WPR if it is not used by other stories
2019-03-15 shend@chromium.org [VK] Remove some old features and flags.
2019-03-15 nigeltao@chromium.org Add an App Service icon cache
2019-03-15 beccahughes@chromium.org [Audio Focus] Return id from request audio focus
2019-03-15 robliao@chromium.org Convert ui::PlatformEventWaiter::PlatformEventMatcher and Related Code to base::RepeatingCallback
2019-03-15 yplam@yplam.com Fix gdb viewg command
2019-03-15 shuchen@google.com Move the mojom & typemap for ui::TextInputType to ui/base/ime/mojo.
2019-03-15 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/swiftshader a2749f39f47d..9b156615197d (2 commits)
2019-03-15 cbiesinger@chromium.org [layoutng] Inline a couple more geometry functions
2019-03-15 qingsi@chromium.org Move the getUserMedia gating of mDNS protection to FilteringNetworkManager.
2019-03-15 benjhayden@chromium.org Reland Batch Histogram uploads.
2019-03-15 siliu@microsoft.com Append block element that only contains br element onto clipboard during copy
2019-03-15 huayinz@chromium.org Fix search widget location bar color not correct
2019-03-15 rohitrao@chromium.org Roll src/ios/third_party/edo/src/ 0146bd6e1..57586e721 (1 commit)
2019-03-15 pbos@chromium.org Remove custom InkDrop logic from NewTabButton
2019-03-15 jzw@chromium.org Fix shutdown crash related to WebViewRequestContextGetter.
2019-03-15 gfaus@chromium.org Recreate golden file loader for the time limit consistency tests, after
2019-03-15 rockot@chromium.org [mojo-js] Correct compiled JS exports
2019-03-15 leon.han@intel.com [ServiceWorker] All provider hosts are owned by context core from birth
2019-03-15 huayinz@chromium.org [Dark] Contextual search dark support
2019-03-15 leon.han@intel.com [ServiceWorker] Make provider id be non-negative int
2019-03-15 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll Fuchsia SDK from ddcb12bc41ac to 1a0b0112a4d8
2019-03-15 karandeepb@chromium.org DNR: Support loading/re-indexing multiple rulesets in FileSequenceHelper.
2019-03-15 adanilo@chromium.org Remove tooltip from Open in quickview.
2019-03-15 kaznacheev@chromium.org Revert "app_list: Set AppList as parent of uninstall dialog"
2019-03-15 michaelpg@chromium.org Make HomeScreenController control home screen visibility
2019-03-15 lucmult@chromium.org [Files app] Fix gruped partitions format menu
2019-03-15 justincohen@google.com [ios] Rewrite remote session urls on restore for legacy nav too.
2019-03-15 dbeam@chromium.org Navi: fix gzip-related crash
2019-03-15 robliao@chromium.org Convert LinuxUI::NativeThemeGetter to RepeatingCallback and Update Related Calls
2019-03-15 jbudorick@chromium.org Disable ChromeVoxEditingTest.RichTextMoveByCharacterAllAttributes.
2019-03-15 chfremer@chromium.org [Video Capture Service, ChromeOS] Run video capture service in browser process
2019-03-15 scottmg@chromium.org Reland "Update Crashpad to 1bb8ca4059d8bcc933478e02d7869dda7daa0263"
2019-03-15 dfried@chromium.org Move most of TabStyle into c/b/ui.
2019-03-15 dpranke@chromium.org Add presubmit checks for //buildtools/DEPS entries.
2019-03-15 robliao@chromium.org Convert DesktopWindowTreeHostX11::DisableEventListening to OnceClosure and Fix Memory Leak
2019-03-15 pkasting@chromium.org DCHECK desktop media class names before casting, not after.
2019-03-15 tikuta@chromium.org Revert "[protobuf] remove deprecated deps parameter"
2019-03-15 vtsyrklevich@chromium.org GWP-ASan: Send fewer metrics
2019-03-15 ccameron@chromium.org MacPWAs: Move NSRunningApplication KVO creation to UI thread
2019-03-15 v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com Update V8 to version 7.5.45.
2019-03-15 donnd@chromium.org [TTS] Fix a flaky test by restriction to M+ phones
2019-03-15 rdevlin.cronin@chromium.org [Extensions Bindings] Remove JS-bindings C++ messaging code
2019-03-15 csharrison@chromium.org Move ScopedVisibilityTracker to chrome/browser
2019-03-15 nigeltao@chromium.org Remove a redundant InternalAppIconLoader field
2019-03-15 sergiyb@chromium.org Only try to commit if there is diff
2019-03-15 lambroslambrou@chromium.org [remoting host] Apply bitrate caps correctly.
2019-03-15 robliao@chromium.org Convert DesktopWidgetTest.CloseDestroys To Use RunLoop::QuitClosure
2019-03-15 alexclarke@chromium.org Mark several tasks in BrowserStartupControllerImpl.java as BOOTSTRAP
2019-03-15 rmcilroy@chromium.org Revert "[Perf] Update Pixel2 FYI perf bot to MonoChrome6432.aab."
2019-03-15 rbpotter@chromium.org Print Preview: Move destination and invitation stores, user info
2019-03-15 zmo@chromium.org Move GpuIntegrationTestAdapter to its own file
2019-03-15 dcheng@chromium.org C++ tips: remove guidance for hiding static details in implementation.
2019-03-15 justincohen@google.com [ios] Don't rely on nil webState in LocationBarCoordinator.
2019-03-15 salg@google.com Changed DOM distiller store to new leveldb_proto API
2019-03-15 jbudorick@chromium.org Revert "Use DWARF4 for mac and ios simulator builds, use DWARF3 for ios device builds."
2019-03-15 robliao@chromium.org Inline RunAllPendingInMessageLoop in DesktopWindowTreeHostX11Test.Shape
2019-03-14 mthiesse@chromium.org Fix FULL_SAFE_BROWSING typo
2019-03-14 guohuideng@chromium.org [chromecast ]Add ChannelLayout to chromecast::media::AudioConfig
2019-03-14 johannes@chromium.org Add virtual test suites for --enable-internal-devtools-binary-protocol.
2019-03-14 johannes@chromium.org Reland "Reland "Reland "[DevTools] Add a flag --enable-devtools-binary-protocol for DevToolsSession."""
2019-03-14 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/angle 094c40dce601..2fb6563bf503 (4 commits)
2019-03-14 kaznacheev@google.com flags: Update metadata for ChromeOS Launcher flags
2019-03-14 dpapad@chromium.org Grit: Don't attempt to inline srcset="$i18n{foo}" occurrences.
2019-03-14 bsheedy@chromium.org Add GPU FYI Pixel 2 builder + manual trybot
2019-03-14 xiaohuic@google.com assistant: add launcher integration chrome://flags
2019-03-14 cbiesinger@chromium.org [layoutng] Remove some mac-specific expectation lines
2019-03-14 pfeldman@chromium.org DevTools: remove Overlay.setSuspended protocol method, use enable/disable instead.
2019-03-14 stevenjb@chromium.org Elim ash lock screen calls to SessionManagerClient
2019-03-14 jbudorick@chromium.org Disable ArcPolicyBridgeAffiliatedTest.
2019-03-14 aluo@chromium.org pass device and verbosity arguments correctly.
2019-03-14 lucmult@chromium.org [Files app] Add drag'n'drop test and fix dragover error
2019-03-14 jzw@chromium.org Fix shut down issues with //ios/web_view.
2019-03-14 msw@chromium.org Add extra browser window checks for shortcut crashes
2019-03-14 johannes@chromium.org [DevTools] Roll inspector_protocol to 1e65f2e3a9759b799ca3a87a41dcc9f58fdd720f.
2019-03-14 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/SPIRV-Tools/src bdcb155163d4..e545522146af (1 commits)
2019-03-14 fdegans@chromium.org Revert "Roll Fuchsia SDK from ddcb12bc41ac to 1fdc2abd2818"
2019-03-14 chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com Roll src-internal 36082da2f20c..b58fe2ab9436 (5 commits)
2019-03-14 robliao@chromium.org Migrate Menus to RepeatingCallback/BindRepeating
2019-03-14 khmel@chromium.org arc: Various fixes for the graphics tracing tool
2019-03-14 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/swiftshader af973b67141e..a2749f39f47d (1 commits)
2019-03-14 kaznacheev@google.com Remove kEnableAppShortcutSearch feature switch and related flag
2019-03-14 srikanthg@chromium.org Add language selection to Experimental Settings Bundle.
2019-03-14 dfried@chromium.org Add dfried to thumbnailing code owners.
2019-03-14 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/depot_tools 40c19421b4ba..1c2fa0fdda12 (2 commits)
2019-03-14 wpt-autoroller@chops-service-accounts.iam.gserviceaccount.com Import wpt@1b8bf0be8de51658e7e71f7a65abe561b8fc9930
2019-03-14 enga@chromium.org Move WebGPU context creation from GPUDevice to NavigatorGPU
2019-03-14 marpan@google.com Roll src/third_party/libvpx/source/libvpx/ 8256c8b29..1533bd84f (19 commits)
2019-03-14 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/skia a4323d71424f..f4438d56e989 (7 commits)
2019-03-14 sergeyu@google.com [Fuchsia] Replace GetHandleFromFile() with OpenDirectory()
2019-03-14 rickj@microsoft.com Add a bounds check for rtree_ rects access in tracing
2019-03-14 dbeam@chromium.org WebUI Dark Mode: add 1px white border to bottom of toolbars
2019-03-14 thakis@chromium.org Use DWARF4 for mac and ios simulator builds, use DWARF3 for ios device builds.
2019-03-14 wangxianzhu@chromium.org Revert "[BGPT] Let cc initialize animation states in property nodes"
2019-03-14 dmurph@chromium.org [IndexedDB] Fixed blobs being saved on disk during incognito mode
2019-03-14 sergiyb@chromium.org Fix arguments for running benchmarks on mobile devices
2019-03-14 sinansahin@google.com Changing the styles and colors of the bookmark widget
2019-03-14 wutao@chromium.org app_list: Bring back G icon
2019-03-14 avi@chromium.org Simplify obtaining a result from JavaScript execution.
2019-03-14 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/perfetto 29885798ac66..8320e6d2b742 (1 commits)
2019-03-14 xiaohuic@google.com assistant: enable audio eraser
2019-03-14 tbarzic@chromium.org Remove some unneded code from wizard_controller
2019-03-14 shaobo.yan@intel.com Skip WebGL CTS test cases "biuDepthRange_001_to_002.html" and "no-over-optimization-on-uniform-array-09.html" on Intel Platform
2019-03-14 zhengkli@amazon.com Clean up KeyboardVisibilityListener on InfobarContainer destruction
2019-03-14 rdevlin.cronin@chromium.org [Extensions Bindings] Remove TestConfig.nativeCrxBindingsEnabled
2019-03-14 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/catapult 44a43fd4ffa9..f8e231582d6a (1 commits)
2019-03-14 jamiewalch@chromium.org Fix remoting perf tests.
2019-03-14 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/chromite 0f6a92f63625..69d4958ee9b3 (2 commits)
2019-03-14 mahmadi@chromium.org [AR][IOS] Cleans up USZD file preview base::Feature code post launch
2019-03-14 backer@chromium.org Clean up fuzzer teardown
2019-03-14 ericrk@chromium.org Add a finch flag for Android wide color gamut
2019-03-14 jdufault@google.com cros: Eliminate ScreenContext in ResetScreen
2019-03-14 vtsyrklevich@chromium.org Fix libEGL CFI-icall failures
2019-03-14 llin@chromium.org Reland "Launch Android Intent for media playback"
2019-03-14 lukasza@chromium.org CORB allowlist additions - 2019-03-14.
2019-03-14 buldina@chromium.org [ChromeDriver] Allow null value for script timeout
2019-03-14 azeemarshad@chromium.org [AndroidSms] Fix issues with messages commandline url override.
2019-03-14 siggi@chromium.org PM: Change graph node lifetime and stop using mojo for local IPC.
2019-03-14 robertocn@google.com [code coverage] move linux-chromeos-code-coverage to chromium.fyi
2019-03-14 mmenke@chromium.org Fix crash in SpdyStream::SetPriority.
2019-03-14 dbeam@chromium.org WebUI Dark Mode: update guest NTP
2019-03-14 joshuaseaton@google.com [fuchsia] Create manifest of debug symbol archives.
2019-03-14 jsaul@google.com Migrate AutofillWalletDataTypeController to /payments
2019-03-14 yfriedman@chromium.org [Touchless] Disable Webapp disclosure snackbar.
2019-03-14 bokan@chromium.org Don't move interest when focused editable
2019-03-14 mthiesse@chromium.org Add flag to aggressively pre-warm renderers for SingleTabActivity.
2019-03-14 justincohen@google.com [ios] Don't reference transient item after it's been released.
2019-03-14 danakj@chromium.org Let RenderWidget call WebWidgetClient methods on itself.
2019-03-14 raul@tambre.ee //jingle: Convert base::(U)Int(64)ToString(16) to NumberToString(16)
2019-03-14 rmcelrath@chromium.org Add ThrottlingURLLoader unit test.
2019-03-14 robertocn@google.com [code coverage] Create linux-chromeos-code-coverage.
2019-03-14 ikilpatrick@chromium.org Make BoxOverflowModel use fast malloc.
2019-03-14 adityakeerthi@google.com Introduce delayed memory purge after freezing
2019-03-14 andruud@chromium.org [css-properties-values-api] Compute <length> values to px.
2019-03-14 msw@chromium.org Check custom cursors for bitmap equality as needed
2019-03-14 raul@tambre.ee Support Python 3 in //tools/clang/scripts/update.py
2019-03-14 nharper@chromium.org Remove ChannelIDService* from CookieMonster
2019-03-14 dmblack@google.com Modify embedded Assistant UI to match spec.
2019-03-14 avi@chromium.org Remove unneeded function.
2019-03-14 mukai@chromium.org Do not observe transient parents in OverviewItem
2019-03-14 monufriienko@chromium.org Fixed proc.info in psutil.process_iter
2019-03-14 marcin@mwiacek.com Migrate ReferenceTimestampState to @IntDef
2019-03-14 cbiesinger@chromium.org Remove a number of non-flaky TestExpectations that pass
2019-03-14 estark@google.com Adapt omnibox to not use a SecurityInfo
2019-03-14 chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com Roll src-internal eae9be8ac5e0..36082da2f20c (4 commits)
2019-03-14 enga@chromium.org Move window.webgpu to navigator.gpu
2019-03-14 danakj@chromium.org Make the BlinkTestRunner owned by WebViewTestProxy
2019-03-14 alexclarke@chromium.org Minor optimization of TaskQueueImpl::WakeUpForDelayedWork
2019-03-14 enga@chromium.org Release dawnDevice when WebGPUDecoderImpl is destroyed
2019-03-14 rsesek@chromium.org Revert "Set FLAG_EXCLUDE_STOPPED_PACKAGES on outbound Intents."
2019-03-14 danakj@chromium.org Remove GetWebViewTestProxy().
2019-03-14 rijubrata.bhaumik@intel.com image_capture_test-html : cleanup
2019-03-14 huangdarwin@chromium.org Async Clipboard: Update comments and TODOs.
2019-03-14 nickdiego@igalia.com ozone/wayland: Clean up TestDataSource
2019-03-14 pdr@chromium.org Remove unused CompositingReasonsForAnimation call
2019-03-14 cbiesinger@chromium.org [layoutng] Inline the ShapeResultSpacing constructor
2019-03-14 ericrk@chromium.org exit_on_context_lost for PowerVR Rogue GE8*
2019-03-14 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/SPIRV-Tools/src 6df8a917a449..bdcb155163d4 (2 commits)
2019-03-14 xiyuan@chromium.org chromeos: Preflight CL to run perf tests on device.
2019-03-14 nasko@chromium.org Revert "Add temporary simplified process lock check in the renderer process."
2019-03-14 marcin@mwiacek.com Reland "Prepare Stack/StackAnimation (migration to CompositorAnimator, part 4)"
2019-03-14 chrisha@chromium.org [PM] Retire kNetworkAlmostIdle property.
2019-03-14 siashah@chromium.org Remove validation logic from ExpirationDateFixFlowPrompt, since it is
2019-03-14 wangxianzhu@chromium.org [BGPT] Let cc initialize animation states in property nodes
2019-03-14 sammiequon@google.com overview: Remove shield button.
2019-03-14 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/chromite 7a62eb7d2b04..0f6a92f63625 (5 commits)
2019-03-14 lukasza@chromium.org Move IsOriginSecure from //content/public to //services/network/public.
2019-03-14 ntfschr@chromium.org NS: add flaky/failing tests to the filter
2019-03-14 robliao@chromium.org Migrate Safe Cases to OnceClosure/RepeatingClosure
2019-03-14 estade@chromium.org Relay kAvatarIcon from browser process to Ash.
2019-03-14 v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com Update V8 to version 7.5.44.
2019-03-14 rogerm@chromium.org [autofill] Pin preview font-family to a system font
2019-03-14 ejoe@google.com Added new UMA to track the entirety of tab switching duration.
2019-03-14 rohitrao@chromium.org Roll src/ios/third_party/edo/src/ 4ec31ccbe..0146bd6e1 (72 commits)
2019-03-14 gogerald@google.com Correct comments
2019-03-14 knollr@chromium.org Format notification timestamps in the future.
2019-03-14 robliao@chromium.org Remove Unimplemented Method views::MenuController::RunMessageLoop()
2019-03-14 bsheedy@chromium.org Disable WebVR focus lock test on K/M
2019-03-14 jbudorick@chromium.org Mark virtual/exotic-color-space/images/feature-policy-oversized-images.html as failing on win.
2019-03-14 skare@chromium.org Allow searching for "javascript:foo" if foo is likely not code
2019-03-14 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/catapult 1a088f27008b..44a43fd4ffa9 (1 commits)
2019-03-14 khushalsagar@chromium.org gpu/android: Support native GpuMemoryBuffers for BGR_565 format.
2019-03-14 backer@chromium.org Generate unique texture IDs with GLStubApi
2019-03-14 rtoy@chromium.org Gather statistics for AudioContextOptions.sampleRate
2019-03-14 geofflang@chromium.org Mark webgl-to-canvas tests as failing on all Vulkan drivers.
2019-03-14 spang@chromium.org chromecast: Move locales to data_deps
2019-03-14 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/skia 44c8131b779b..a4323d71424f (7 commits)
2019-03-14 malaykeshav@chromium.org Update UI layer API for rounded corner and fast rounded corner
2019-03-14 lowell@chromium.org Remove unused GetAccountInfoFromGaiaId method.
2019-03-14 iclelland@chromium.org Allow null execution context in feature policy OT check
2019-03-14 tsniatowski@vewd.com Fix any_internal_unittest on some less common platforms
2019-03-14 valleau@chromium.org Adding unit tests for LocalPrinterHandlerChromeos
2019-03-14 salg@google.com leveldb_proto: Added options and removed name from Init
2019-03-14 raphael.kubo.da.costa@intel.com UsbServiceLinux: Remove outdated comment
2019-03-14 gbiv@chromium.org Revert to chromeos-chrome-amd64-74.0.3725.0_rc-r1-merged
2019-03-14 twellington@chromium.org [Dark] Paint the bottom system nav black in dark mode
2019-03-14 mrefaat@chromium.org Create OverscrollActionsTabHelper and move logic from Tab to it.
2019-03-14 sergeyu@chromium.org Revert "[Fuchsia] Replace GetHandleFromFile() with OpenDirectory()"
2019-03-14 chrisha@chromium.org [PM] Create NodeAttachedData base class.
2019-03-14 thestig@chromium.org Remove base::win::OSInfo::architecture().
2019-03-14 boliu@chromium.org Viewport for tile priority should not grow viewport
2019-03-14 chili@chromium.org [ExploreSites][Touchless]: Add basic carousel scaffolding for most likely tiles.
2019-03-14 liaoyuke@chromium.org [code coverage] import jinja2 from third_party
2019-03-14 chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com Roll src-internal dd52ff0514b0..eae9be8ac5e0 (6 commits)
2019-03-14 pmonette@chromium.org Batch module load events between the browser process its children
2019-03-14 tonikitoo@igalia.com Remove moar unnecessary Create methods in modules/filesystem classes
2019-03-14 mustaq@google.com Check activation transfer state synchronously for postMessage sender.
2019-03-14 dewittj@chromium.org [Touchless] Add active eng to OWNERS.
2019-03-14 joenotcharles@google.com Re-enable flaky ServiceUtilCleanerTests with better logging
2019-03-14 kschmi@microsoft.com Implement ITextRangeProvider::GetBoundingRectangles
2019-03-14 yusufo@google.com Don't try to add a tab that is not in the TabModel to grid
2019-03-14 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/chromite 37978c4b3bea..7a62eb7d2b04 (1 commits)
2019-03-14 xhwang@chromium.org media: Lower max number of pre-provisioned origin IDs
2019-03-14 weili@chromium.org CrOS Shelf: Use shelf item title for tooltip
2019-03-14 thomasanderson@chromium.org More fixes necessary for Windows/libc++
2019-03-14 caraitto@chromium.org [Cronet] Remove unnecessary comment.
2019-03-14 cmp@chromium.org IndexedDB: Rename connection and cursor wrappers
2019-03-14 eugenebut@chromium.org Implement WebStateImpl::GetPendingItem().
2019-03-14 mukai@chromium.org Notifies the new local_surface_id to the client when re-generated
2019-03-14 thomasanderson@chromium.org Roll src/third_party/nasm/ 4ee6a69ce..076332ea7 (5 commits)
2019-03-14 mheikal@chromium.org Test full browser startup after reduced mode
2019-03-14 abhijeet@igalia.com Make case style consistent in resource_response.h
2019-03-14 aee@chromium.org WebUI: FocusRow, handle tab focus in key handler make row active when focusing
2019-03-14 raphael.kubo.da.costa@intel.com Use ScopedTaskEnvironment instead of MessageLoop in platform_sensor_and_provider_unittest_linux
2019-03-14 thomasanderson@chromium.org Revert "Update Crashpad to 1bb8ca4059d8bcc933478e02d7869dda7daa0263"
2019-03-14 mastiz@chromium.org Fix sync not recovering if custom passphrase cleared
2019-03-14 dewittj@chromium.org Create a Touchless new tab page that doesn't include omnibox
2019-03-14 mario@igalia.com Migrate Socket, TCPSocket and UDPSocket methods to net::CompletionOnceCallback
2019-03-14 knollr@chromium.org Move notification trigger timer into chrome/.
2019-03-14 ydago@chromium.org Policy WebUI: fix bad android pre-process tags
2019-03-14 ldaguilar@chromium.org Add notification for when the override with duration is almost over.
2019-03-14 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/skia f699bf0437db..44c8131b779b (10 commits)
2019-03-14 davidbienvenu@chromium.org Make NaN sort to bottom of task mgr.
2019-03-14 skyostil@chromium.org SequenceManager: Record asynchronous call stack into a crash key
2019-03-14 sunxd@chromium.org Fix viz hit test to correctly detect mask layers when BGPT is enabled
2019-03-14 ynovikov@chromium.org Stop running WebGL 1 and 2 tests with validating CB on Win Intel GPU bots
2019-03-14 jdiggs@igalia.com Implement the AtkTableCell interface
2019-03-14 ellyjones@chromium.org flags: assign instant-tethering
2019-03-14 scottmg@chromium.org Update Crashpad to 1bb8ca4059d8bcc933478e02d7869dda7daa0263
2019-03-14 yangsharon@chromium.org [Fuchsia] Removed stray comment in run_package.py.
2019-03-14 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/swiftshader 49d2c13943ef..af973b67141e (4 commits)
2019-03-14 bpastene@chromium.org Roll the cts_archive package for swarmed CTS testers.
2019-03-14 eugenebut@google.com Call webPageChangedWithContext: for new navigations.
2019-03-14 bialpio@chromium.org Refactor ArCoreGl to implement XR* interfaces
2019-03-14 eyor@google.com Update description of policy and fix typo
2019-03-14 cmp@chromium.org IndexedDB: Merge IndexedDBDatabaseCallbacks and its helper class
2019-03-14 mcasas@chromium.org Barcode detection mac: extend unitttests to check barcode symbology
2019-03-14 chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com Roll src-internal 4726cc8c72a9..dd52ff0514b0 (4 commits)
2019-03-14 olivierrobin@chromium.org Wait for main frame to be available in ios_web_view autofill tests
2019-03-14 junyer@chromium.org Roll src/third_party/re2/src/ 96b75fa24..5a982a6db (12 commits)
2019-03-14 dalyk@google.com Refactor dns_test_util.h to remove overloading of BuildTestDnsResponse.
2019-03-14 xidachen@chromium.org Merge two lines of test expectations
2019-03-14 v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com Update V8 to version 7.5.42.
2019-03-14 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll Fuchsia SDK from ddcb12bc41ac to 1fdc2abd2818
2019-03-14 cmp@chromium.org IndexedDB: Merge IndexedDBCallbacks and its helper class
2019-03-14 caiol@google.com Create URLCheckerKidsManagementClient to call KidsManagement.
2019-03-14 eugenebut@google.com Use NavigationManager::GetPendingItemIndex instead of CRWSeessionController.pendingItemIndex.
2019-03-14 jbudorick@chromium.org Disable flaky ArcPolicyTest.
2019-03-14 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/dawn ea2c7f20f2f9..5625b6320279 (1 commits)
2019-03-14 treib@chromium.org Add null check to sync_ui_util::GetStatusLabels
2019-03-14 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/perfetto f702532c7151..29885798ac66 (1 commits)
2019-03-14 treib@chromium.org Rewrite ChromePasswordManagerClientTest in terms of TestSyncService
2019-03-14 chiahungduan@google.com Reland 2: Enable Heap Profiling Service in Chromecast.
2019-03-14 eugenebut@chromium.org Update WKBasedNavigationManager to return delegate-provided pending item.
2019-03-14 jkrcal@chromium.org [Sync UMA] Extend life-time of two histograms
2019-03-14 treib@chromium.org Rewrite ManagePasswordsBubbleModelTest in terms of TestSyncService
2019-03-14 bokan@chromium.org Rename FilterGestureEvent in FlingController
2019-03-14 bcwhite@chromium.org Validate xml object names against regex.
2019-03-14 japhet@chromium.org Don't send XSS page blocks through NavigationScheduler
2019-03-14 guidou@chromium.org [MediaDevices] Improve input validation in MediaDevicesDispatcherHost.
2019-03-14 mheikal@chromium.org [OWNERS] make browser/init OWNERS also OWNERS for tests
2019-03-14 markusheintz@chromium.org Add unittest for SecurityEventRecorder
2019-03-14 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/swiftshader 9b62c5ea2af3..49d2c13943ef (1 commits)
2019-03-14 jennyz@chromium.org cros: Zero state Enter key in search box should invoke first selected result.
2019-03-14 hanxi@google.com Clean up in DependencyManager.
2019-03-14 wdzierzanowski@opera.com Change "HTTPS proxy" => "supports QUIC" assumption to be opt-in
2019-03-14 mcasas@chromium.org Barcode detection: add |format| to DetectedBarcode
2019-03-14 wanderview@chromium.org CacheStorage: Check content settings for storage permission.
2019-03-14 andypaicu@chromium.org Disabled 3 flaky tests in ReadingListTestCase
2019-03-14 lindsayw@google.com [ios] Use WaitUntilConditionOrTimeout instead of GREYCondition
2019-03-14 ikilpatrick@chromium.org [LayoutNG] Add shrink-to-fit caching optimization.
2019-03-14 gyuyoung@igalia.com Clean up unnecessary Create() factory functions in core/workers
2019-03-14 dullweber@chromium.org Fix flaky WebSQL deletion tests
2019-03-14 tienmai@chromium.org [GCPW] Fix missing serial number in mdm enrollment.
2019-03-14 tiborg@chromium.org Add tiborg to //chrome/android/features watch
2019-03-14 sczs@chromium.org [ios] Styles InfobarBadge depending on its state.
2019-03-14 chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com Roll src-internal 05e8371e668a..4726cc8c72a9 (1 commits)
2019-03-14 magchen@chromium.org Add UMA histograms for DC layer overlay.
2019-03-14 sczs@chromium.org [ios] Moves SettingsDetailItem to ios/c/b/ui/table_view/cells
2019-03-14 mario@igalia.com Don't re-define CompletionCallback, use net::CompletionCallback instead
2019-03-14 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/skia 3b7170b34551..f699bf0437db (1 commits)
2019-03-14 danakj@chromium.org More CHECKs to help narrow down crashes in a closed RenderWidget.
2019-03-14 horo@chromium.org Remove SWWriteToCacheJob and SWRequestHandler::MaybeCreateJob()
2019-03-14 kylechar@chromium.org base: Cleanup callback types (part 1).
2019-03-14 agrieve@chromium.org resource_sizes.py: Simplify pak filename categorization
2019-03-14 huangs@chromium.org [Bundles] Remove deprecated path of directly injecting native lib placeholder.
2019-03-14 rkgibson@google.com [iOS] Fix crash in QR scanning code when no camera is available
2019-03-14 davidben@chromium.org Remove our copies of macOS RSA-PSS constants.
2019-03-14 ellyjones@chromium.org flags: remove enable-html-base-username-detector
2019-03-14 horo@chromium.org Fix TRACE_EVENT in signed_exchange_signature_verifier.cc
2019-03-14 knollr@chromium.org Set control button background to transparent on non ChromeOS.
2019-03-14 futhark@chromium.org Export PreferredColorScheme setting from blink.
2019-03-14 sczs@chromium.org [ios] Splits image_util BUILD.gn source_set to avoid dependency cycles.
2019-03-14 rayankans@chromium.org Add web tests for DevTools Background Services domain.
2019-03-14 wez@chromium.org [Fuchsia] Migrate off of fdio/util.h header.
2019-03-14 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/angle 37b996425a0e..094c40dce601 (3 commits)
2019-03-14 msisov@igalia.com [ozone/wayland] Use opaque region for opaque windows.
2019-03-14 pasko@chromium.org Reland: "Add stacktrace scripts to telemetry isolate"
2019-03-14 vasilii@chromium.org Rename PasswordGenerationManager to PasswordGenerationFrameHelper.
2019-03-14 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/chromite 5d5aed4520cc..37978c4b3bea (1 commits)
2019-03-14 dtapuska@chromium.org Enable Stale While Revalidate support by default.
2019-03-14 treib@chromium.org Rewrite SyncStartupTrackerTest in terms of TestSyncService
2019-03-14 piman@chromium.org Remove BrowserGpuChannelHostFactoryTest.CallbacksDontRunOnEstablishSync
2019-03-14 myid.shin@igalia.com Change long long to int64_t in third_party/blink/renderer/*
2019-03-14 reed@google.com Reland "Move colorspace handling from xformcanvas to surface"
2019-03-14 apotapchuk@chromium.org Define and implement new policy: DeviceWifiAllowed
2019-03-14 treib@chromium.org DiceTurnSyncOnHelper: Call SetSyncRequested for the right profile
2019-03-14 yavanosta@yandex-team.ru Use cpp file map to unpack gzipped resources
2019-03-14 treib@chromium.org Rewrite SyncErrorNotifierTest in terms of TestSyncService
2019-03-14 gambard@chromium.org [iOS] Fix Tools menu button padding
2019-03-14 frechette@chromium.org Removing ios/web_view/internal's duplicate AcceptLanguage.
2019-03-14 andypaicu@chromium.org Disabling ProcessesApiTest.ProcessesApiListeners test
2019-03-14 markusheintz@chromium.org Add a factory for creating the SecurityEventRecorder
2019-03-14 wnwen@chromium.org Android: Update WATCHLIST with features
2019-03-14 jkrcal@chromium.org [UMA] Extend life-time of Sync.AutofillProfile.DeleteOrigin
2019-03-14 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/swiftshader 19f1db6e92b4..9b62c5ea2af3 (2 commits)
2019-03-14 nikitapodguzov@chromium.org Print Preview: Create PIN setting in UI and policies controlling it.
2019-03-14 cuianthony@google.com Delete stale files with PushChangedFiles and install all fake module apk
2019-03-14 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/catapult 19002f2befd0..1a088f27008b (1 commits)
2019-03-14 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/skia 8b9b8f8c5846..3b7170b34551 (2 commits)
2019-03-14 jkrcal@chromium.org [Sync] Report Sync.ModelTypeRedundantPut in Directory as well
2019-03-14 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/chromite 60e79971afc5..5d5aed4520cc (1 commits)
2019-03-14 mastiz@chromium.org Fix sync potentially starting before spellcheck dictionary loaded
2019-03-14 dvadym@chromium.org Remove logging in constructor of NewPasswordFormManager
2019-03-14 jtallon@igalia.com Emit object:state-changed:invalid-entry events on content
2019-03-14 robertphillips@google.com Enable explicit resource allocation in Skia
2019-03-14 jkrcal@chromium.org [AF Wallet Metadata] Clear local data when stopping sync
2019-03-14 djean@chromium.org [ios] Fix bookmark home view controller memory leaks
2019-03-14 fs@opera.com Use the enclosing rect in SVGRootInlineBox::LayoutInlineBoxes
2019-03-14 chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com Roll src-internal a9b829282ce9..05e8371e668a (1 commits)
2019-03-14 v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com Update V8 to version 7.5.38.
2019-03-14 lizeb@chromium.org blink/bindings: Make ParkableStrings content-indexed, like AtomicStrings.
2019-03-14 perezju@chromium.org Revert "Temporarily remove telemetry_perf_unittests from Linux Tests (dbg)(1)."
2019-03-14 siggi@chromium.org PM: Gate TabHelper creation on PerformanceManager existence.
2019-03-14 jkrcal@chromium.org [AF Profile] Expect the same deletions in sync tests in USS/Directory
2019-03-14 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/perfetto 0e83ee6b9e88..f702532c7151 (1 commits)
2019-03-14 armax@chromium.org [getCapabilities] Add support for channelCount, sampleRate, and latency.
2019-03-14 nator@chromium.org Revert "[Background Sync] Use min_delay across storage partitions."
2019-03-14 wdzierzanowski@opera.com Allow CustomProxyConfig to override existing config
2019-03-14 rakina@chromium.org [Display Locking]: Mark locked elements for style recalc if blocked during current style recalc
2019-03-14 okalitova@chromium.org Add methods that perform dbus calls to start and stop PluginVm dispatcher
2019-03-14 mamir@chromium.org [Sync:USS] Introduce NigoriSyncBridge skeleton
2019-03-14 apotapchuk@chromium.org Update WebDialog to handle cases with not yet created session
2019-03-14 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/webrtc d5e1c372c97d..d841ea6b586a (3 commits)
2019-03-14 guidou@chromium.org Reland "[MediaStream] Fix bug in applyConstraints() for video tracks"
2019-03-14 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/swiftshader 868ed908f432..19f1db6e92b4 (1 commits)
2019-03-14 chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com Roll src-internal 5fbde698b7ae..a9b829282ce9 (16 commits)
2019-03-14 skyostil@chromium.org SequenceManager: Don't set crash keys unnecessarily
2019-03-14 eseckler@chromium.org android: Add a hint about activating developer options on Beta/Stable
2019-03-14 andruud@chromium.org [ribbon] Don't generate CSSProperty.
2019-03-14 shimazu@chromium.org Remove non data pipe path from ExtensionLocalizationPeer
2019-03-14 hajimehoshi@chromium.org Use a per-frame task runner at LocalVideoCapturerSource
2019-03-14 falken@chromium.org Allow extensions to bypass frame-src CSP.
2019-03-14 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/skia 36f660818365..8b9b8f8c5846 (10 commits)
2019-03-14 arthursonzogni@chromium.org Reset loader in NavigationRequest::OnRequestFailedInternal.
2019-03-14 treib@chromium.org Remove ProfileSyncService::ClearStaleErrors
2019-03-14 findit-for-me@appspot.gserviceaccount.com Revert "Persist font unique name lookup table to cache directory on disk"
2019-03-14 fs@opera.com Revert "OnionSoup: Move mojom files from public/platform/web to public/mojom folder"
2019-03-14 futhark@chromium.org No more LazyReattachIfAttached in slot DetachLayoutTree.
2019-03-14 jinsukkim@chromium.org Android: InterceptNavigationDelegateImpl on Tab's UserData
2019-03-14 simonhatch@chromium.org Switch android-go-perf to use android-chrome.
2019-03-14 gyuyoung@igalia.com Clean up unnecessary Create() factory functions in core/frame
2019-03-14 thomasanderson@chromium.org Clean up visibility for lib{c++,c++abi,unwind} and common_deps targets
2019-03-14 jarrydg@chromium.org Quota: Improve code health of QuotaManager::UsageAndQuotaInfoGatherer.
2019-03-14 myid.shin@igalia.com Add the precise-width integer check for |unsigned| long long type in cpp.py
2019-03-14 wdzierzanowski@opera.com Support tunneled requests in NetworkServiceProxyDelegate
2019-03-14 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/catapult 2afe880da0ce..19002f2befd0 (4 commits)
2019-03-14 nyquist@chromium.org [leveldb_proto] Reset original proto pointer to enable RVO
2019-03-14 eugenebut@google.com Fix WebState::IsLoading if WebState has multiple pending navigations.
2019-03-14 gyuyoung@igalia.com Clean up unnecessary Create() factory functions in core/paint
2019-03-14 sergeyu@google.com [Fuchsia] Replace GetHandleFromFile() with OpenDirectory()
2019-03-14 gyuyoung@igalia.com Clean up unnecessary Create() factory functions in core/layout
2019-03-14 xingliu@chromium.org Notification: Use new API for several notification types.
2019-03-14 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/chromite 382116b42cac..60e79971afc5 (1 commits)
2019-03-14 zhuoyu.qian@samsung.com Put CSSGridLineNamesValue into the blink::cssvalue namespace.
2019-03-14 arthursonzogni@chromium.org Create frame: replace proxy_routing_id by previous_routing_id.
2019-03-14 kojii@chromium.org [LayoutNG] Remove InkOverflowIgnoringOverflowClip
2019-03-14 richard.li@intel.com [OnionSoup] Reland:Build typemapping for blink::FormDataElement
2019-03-14 gyuyoung@igalia.com OnionSoup: Remove all uses of Deprecation::CountDeprecation(LocalFrame*) and the method
2019-03-14 cmp@chromium.org IndexedDB: Merge CursorImpl and its helper class
2019-03-14 donna.wu@intel.com Expose more fields in UsbConfigurationInfo and its sub classes.
2019-03-14 ksakamoto@chromium.org Reland "SignedExchange: Fallback redirect shouldn't accept signed-exchange"
2019-03-14 googleo@chromium.org Add virtual for interface's destructor
2019-03-14 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/pdfium 812b09bf5822..b271c06e57ba (13 commits)
2019-03-14 gyuyoung@igalia.com Clean up unnecessary Create() factory functions in core/css
2019-03-14 yoichio@chromium.org Refactoring: Clarify DocumentMarkerController::MarkersIntersectingRangetype to const Text&.
2019-03-14 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/webrtc cc3503248f1d..d5e1c372c97d (20 commits)
2019-03-14 dfried@chromium.org Move thumbnails code to c/b/ui
2019-03-14 einbinder@chromium.org DevTools: Order split widget children correctly in the DOM
2019-03-14 dbeam@chromium.org WebUI Dark Mode: update NTPResourceCache
2019-03-14 vmpstr@chromium.org WTF: Fix the default hash function for enum classes.
2019-03-14 wittman@chromium.org [Sampling profiler] Encapsulate Mac stack walking 2/4: continue predicate
2019-03-14 siyua@chromium.org [AF][Status Chip] Add new container in toolbar for Autofill data icons
2019-03-14 amistry@chromium.org Add metric for SMB share discovery
2019-03-14 myid.shin@igalia.com Change long long/int to int64_t/uint64_t/uint32_t in third_party/blink/renderer/ related network response
2019-03-14 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/swiftshader 4ef71eb81f5d..868ed908f432 (2 commits)
2019-03-14 leon.han@intel.com [ServiceWorker] No need to differentiate renderer/browser assigned provider id
2019-03-14 yukishiino@chromium.org v8binding: Remove custom bindings from ErrorEvent
2019-03-14 chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com Roll src-internal 611b8351677e..5fbde698b7ae (2 commits)
2019-03-14 gyuyoung@igalia.com Remove SVGPathByteStream::Create() method
2019-03-14 zhuoyu.qian@samsung.com Put CSSGridAutoRepeatValue into the blink::cssvalue namespace.
2019-03-14 arthursonzogni@chromium.org WebTest runner. Track all the loading frames.
2019-03-14 v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com Update V8 to version 7.5.37.
2019-03-14 abhijeet@igalia.com Make case style consistent in resource_response.h
2019-03-14 gyuyoung@igalia.com Clean up unnecessary Create() factory functions in core/dom
2019-03-14 ccameron@chromium.org MacPWAs: Work around hang due to -[NSWindow hasKeyAppearance]
2019-03-14 gyuyoung@igalia.com Clean up unnecessary Create() factory functions in core/html
2019-03-14 meiliang@chromium.org Fix ordering of Tabs in tab strip
2019-03-14 drott@chromium.org Persist font unique name lookup table to cache directory on disk
2019-03-14 ccameron@chromium.org Separate SavePanelBridge from ui::SelectFileDialogImpl
2019-03-14 amistry@chromium.org Use a helper to get the DriveIntegrationService only if it is enabled.
2019-03-14 foolip@chromium.org Mark new CSS Transforms test as crashing
2019-03-14 jkim@igalia.com OnionSoup: Move mojom files from public/platform/web to public/mojom folder
2019-03-14 raul@tambre.ee Support Python 3 in //remoting/host/win/get_clsids.py
2019-03-14 horo@chromium.org Call CertificateRequestCompleted() in SignedExchangeCertFetcher::OnDataComplete()
2019-03-14 gyuyoung@igalia.com Clean up unnecessary Create() factory functions in core/style
2019-03-14 khushalsagar@chromium.org gpu: Disable AImageReader on QCom driver version 269.0.
2019-03-14 joelhockey@chromium.org Add functions to allow tast tests for crostini backup and restore
2019-03-14 nigeltao@chromium.org Clarify that AppIconLoader::icon_size is in DIP
2019-03-14 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll AFDO from 74.0.3729.10_rc-r1-merged to 74.0.3729.12_rc-r1-merged
2019-03-14 annelim@google.com [Autofill] Decouple CCSM and LCMM StrikeDatabaseV2
2019-03-14 aboxhall@chromium.org Mark http/tests/security/contentSecurityPolicy/1.1/plugintypes-affects-cross-site-child-disallowed.html as flaky
2019-03-14 aboxhall@chromium.org Re-disable ServiceUtilCleanerTest
2019-03-14 andypaicu@chromium.org Disabled test MouseDownAndUpRecordedWithoutSwap as it is flaky
2019-03-14 aboxhall@chromium.org Mark virtual/threaded/fast/events/pointerevents/pinch/pointerevent_touch-action-pinch_zoom_touch.html as flaky across all platforms
2019-03-14 aboxhall@chromium.org Disable DumpAccessibilityEventsTest.AccessibilityEventsAddAlert
2019-03-14 aboxhall@chromium.org Update TestExpectations for fast/loader/reload-zero-byte-plugin.html which is still flaky
2019-03-14 aboxhall@chromium.org Revert "Reland "Reland "[DevTools] Add a flag --enable-devtools-binary-protocol for DevToolsSession."""
2019-03-14 aboxhall@chromium.org Revert "Added perfetto test suite to Android, Linux, Mac, and Windows bots"
2019-03-14 aboxhall@chromium.org Revert "Move colorspace handling from xformcanvas to surface"
2019-03-14 aboxhall@chromium.org Revert "[DevTools] Roll inspector_protocol to a6bdf8a7cc95ee954ba2f701d10f4ecf03e86539."
2019-03-14 chrome-release-bot@chromium.org Updating trunk VERSION from 3733.0 to 3734.0
2019-03-14 robertocn@google.com [code coverage] Moving merge scripts src-side.
2019-03-14 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/angle 494afea985e6..37b996425a0e (1 commits)
2019-03-14 jiameng@chromium.org [On-device adaptive brightness] Change default params
2019-03-14 v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com Update V8 to version 7.5.36.
2019-03-14 myid.shin@igalia.com Change long long to int64_t/uint64_t/uint8_t in third_party/blink/renderer/modules/filesystem
2019-03-14 karandeepb@chromium.org DNR: Expose FileSequenceHelper in its own header.
Created with:
gclient setdep -r ../src@558a982945
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-Mac10.13-Clang-MacBookPro11.5-GPU-RadeonHD8870M-x86_64-Release-All-CommandBuffer;skia.primary:Test-Mac10.13-Clang-MacBookPro11.5-GPU-RadeonHD8870M-x86_64-Debug-All-CommandBuffer
TBR=benjaminwagner@google.com
Change-Id: I7e64908e4b6cf0e20f6f57256decbb590cf7933a
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/201514
Reviewed-by: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
2019-03-15 05:55:27 +00:00
skia-recreate-skps
61d38ade8c
Update go_deps asset
...
Automatic commit by the UpdateGoDEPS bot.
TBR=borenet@google.com
Change-Id: I543f025adc143ad984aaedc1565443ed3e48eb5b
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/201520
Reviewed-by: <skia-recreate-skps@skia-swarming-bots.iam.gserviceaccount.com>
Commit-Queue: <skia-recreate-skps@skia-swarming-bots.iam.gserviceaccount.com>
2019-03-15 05:41:47 +00:00
skia-autoroll
1454bfe44c
Roll third_party/externals/angle2 979f3bbe2c50..2fb6563bf503 (2 commits)
...
979f3bbe2c..2fb6563bf5
git log 979f3bbe2c50..2fb6563bf503 --date=short --no-merges --format='%ad %ae %s'
2019-03-14 syoussefi@chromium.org Vulkan: Fix CommandGraph barrier nodes w.r.t to first node
2019-03-14 syoussefi@chromium.org Vulkan: Fix copySubImage to non-cube-complete images.
Created with:
gclient setdep -r third_party/externals/angle2@2fb6563bf503
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=benjaminwagner@google.com
Change-Id: Ie9a01dbeaae4e082edc0390e8a78ed4be3c903b3
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/201510
Reviewed-by: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
2019-03-15 04:42:17 +00:00
recipe-roller
5366a45c61
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/04600b4f26bdd5534788d437d0f82a5a47d97deb Expose gclient_paths via InputAPI. (yyanagisawa@chromium.org )
TBR=borenet@google.com
Recipe-Tryjob-Bypass-Reason: Autoroller
Bugdroid-Send-Email: False
Change-Id: I8dc62e6c7bbc7ee11335ce08ce3287ea73c46c42
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/201495
Reviewed-by: Recipe Roller <recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com>
Commit-Queue: Recipe Roller <recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com>
2019-03-15 04:05:47 +00:00
skia-autoroll
c028c196de
Roll third_party/externals/swiftshader 9b156615197d..1b8cd2d9ce2c (1 commits)
...
https://swiftshader.googlesource.com/SwiftShader.git/+log/9b156615197d..1b8cd2d9ce2c
git log 9b156615197d..1b8cd2d9ce2c --date=short --no-merges --format='%ad %ae %s'
2019-03-15 dsinclair@google.com Copy build artifacts to CMAKE_BINARY_DIR.
Created with:
gclient setdep -r third_party/externals/swiftshader@1b8cd2d9ce2c
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=benjaminwagner@google.com
Change-Id: Ide345a29e663184f255cf2748b1ac5a978e2f87e
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/201505
Reviewed-by: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
2019-03-15 01:17:17 +00:00
recipe-roller
05201fc7e7
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.
recipe_engine:
https://crrev.com/d174af20fe2383140d7b604b96034ecaaeba1721 Split up stream.py. (iannucci@chromium.org )
https://crrev.com/b2fd216f19285779af34b1d2df68b5ca9899ec1d Add encoding voodoo magic hack. (iannucci@chromium.org )
TBR=borenet@google.com
Recipe-Tryjob-Bypass-Reason: Autoroller
Bugdroid-Send-Email: False
Change-Id: Ic86a808f5959242d3296701dc59c166b4d19a6b2
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/201388
Reviewed-by: Recipe Roller <recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com>
Commit-Queue: Recipe Roller <recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com>
2019-03-14 23:42:17 +00:00
Brian Osman
65cdd61304
Ganesh: Clamp blend inputs when using F16_Clamped pixel config
...
This ensures that we stay in [0,1], except for plus mode, which
requires a larger and more invasive change.
Bug: skia:
Change-Id: I97f6bcea8b10e70e55ba24bcff759ddbb1761794
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/201460
Reviewed-by: Brian Salomon <bsalomon@google.com>
Commit-Queue: Brian Osman <brianosman@google.com>
2019-03-14 23:37:17 +00:00
skia-autoroll
3101dade99
Roll third_party/externals/swiftshader becb44f1177a..9b156615197d (1 commits)
...
https://swiftshader.googlesource.com/SwiftShader.git/+log/becb44f1177a..9b156615197d
git log becb44f1177a..9b156615197d --date=short --no-merges --format='%ad %ae %s'
2019-03-14 bclayton@google.com SpirvShader: Split instructions into blocks.
Created with:
gclient setdep -r third_party/externals/swiftshader@9b156615197d
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=benjaminwagner@google.com
Change-Id: I5e0d7723551290992d2a5168fe143ad5045fc329
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/201501
Reviewed-by: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
2019-03-14 22:28:07 +00:00
recipe-roller
4763435ec7
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.
recipe_engine:
https://crrev.com/3ecff337380d856508f5f46a352021aed6ea4178 Add an an implicit check() that the step exists when getting an item from the steps dictionary. (gbeaty@chromium.org )
TBR=borenet@google.com
Recipe-Tryjob-Bypass-Reason: Autoroller
Bugdroid-Send-Email: False
Change-Id: I022b478c249ba449875342a8fff1e8af438301c7
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/201405
Reviewed-by: Recipe Roller <recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com>
Commit-Queue: Recipe Roller <recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com>
2019-03-14 22:27:27 +00:00
skia-autoroll
fe79a7e6a8
Roll third_party/externals/swiftshader a2749f39f47d..becb44f1177a (1 commits)
...
https://swiftshader.googlesource.com/SwiftShader.git/+log/a2749f39f47d..becb44f1177a
git log a2749f39f47d..becb44f1177a --date=short --no-merges --format='%ad %ae %s'
2019-03-14 capn@google.com Fix allocation of low-alignment memory
Created with:
gclient setdep -r third_party/externals/swiftshader@becb44f1177a
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=benjaminwagner@google.com
Change-Id: Iaf2cee9fa98dc3293fb9f42dcbd87fa5e5728619
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/201426
Reviewed-by: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
2019-03-14 21:44:27 +00:00
Jim Van Verth
1aaad02fba
Fix cached perspective shadows
...
Bug: b/123261126
Change-Id: Ia1b6d4971c89b5bd328c8ff7c2090c55cc2cd424
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/201382
Reviewed-by: Brian Salomon <bsalomon@google.com>
Commit-Queue: Jim Van Verth <jvanverth@google.com>
2019-03-14 21:23:05 +00:00
Michael Ludwig
9a56875654
Blacklist compositor_quads_filter on chromecast
...
Bug: skia:8869
Change-Id: I6a3693b5614cab2fe468efcec17a46aafafb3e79
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/201384
Reviewed-by: Ben Wagner <benjaminwagner@google.com>
Commit-Queue: Ben Wagner <benjaminwagner@google.com>
Auto-Submit: Michael Ludwig <michaelludwig@google.com>
2019-03-14 21:04:14 +00:00
skia-autoroll
f58fdfa0ff
Roll third_party/externals/swiftshader af973b67141e..a2749f39f47d (1 commits)
...
https://swiftshader.googlesource.com/SwiftShader.git/+log/af973b67141e..a2749f39f47d
git log af973b67141e..a2749f39f47d --date=short --no-merges --format='%ad %ae %s'
2019-03-14 bclayton@google.com SpirvShader: Fix for integer overflow in SDiv and SMod.
Created with:
gclient setdep -r third_party/externals/swiftshader@a2749f39f47d
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=benjaminwagner@google.com
Change-Id: I6845602769b87ed46a0ce070fdbf672079c8cd66
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/201424
Reviewed-by: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
2019-03-14 20:54:42 +00:00
Brian Salomon
f4191394cf
Clamp override color to bytes in GrFillRectOp when half float vertex
...
attrs not supported.
Fixes crash on Nexus 7 after:
https://skia.googlesource.com/skia.git/+/45fe9473d1f03d80eac0468b83c04f6f758471a0
Change-Id: I2f121ff27f8774a5dd5091dd1f7fca2d2554b4b2
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/201385
Auto-Submit: Brian Salomon <bsalomon@google.com>
Commit-Queue: Michael Ludwig <michaelludwig@google.com>
Reviewed-by: Michael Ludwig <michaelludwig@google.com>
2019-03-14 20:36:32 +00:00
Kevin Lubick
832787ac6c
[canvaskit] Fallback to CPU more gracefully
...
This should also trim down code size since WebGL should never want
GrGLMakeAssembledGLInterface only GrGLMakeAssembledGLESInterface
Bug: skia:
Change-Id: I9246d467847eeb91517c56075077b3e26c4ee336
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/201223
Reviewed-by: Nathaniel Nifong <nifong@google.com>
2019-03-14 20:25:25 +00:00
skia-autoroll
512e38091c
Roll third_party/externals/angle2 37b996425a0e..979f3bbe2c50 (5 commits)
...
37b996425a..979f3bbe2c
git log 37b996425a0e..979f3bbe2c50 --date=short --no-merges --format='%ad %ae %s'
2019-03-14 geofflang@chromium.org Mark RGB HALF_FLOAT_OES as renderable with EXT_color_buffer_half_float and WebGL
2019-03-14 raul@tambre.ee Support Python 3 in //scripts/file_exists.py
2019-03-14 Tom.Tan@microsoft.com Don't build glmark2_wgl on Windows ARM64 due to missing opengl32.lib
2019-03-14 jmadill@chromium.org Revert "Fix several WGL test failures."
2019-03-14 ianelliott@google.com Change Config::Config to set correct default for EGL_COLOR_BUFFER_TYPE
Created with:
gclient setdep -r third_party/externals/angle2@979f3bbe2c50
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=benjaminwagner@google.com
Change-Id: I57605dd4c1861fe936eb2a88d0be196bbfaa56d3
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/201420
Reviewed-by: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
2019-03-14 19:24:21 +00:00
recipe-roller
9c6801b837
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.
recipe_engine:
https://crrev.com/8368e1a93fc04fed0bae0b4a84ff11e5d6fd8ecf Split step_runner into parts. (iannucci@chromium.org )
https://crrev.com/938a60eec6df492beac392b9d093a56830c7f893 Move RecipeEnigne and run_steps to their own file. (iannucci@chromium.org )
TBR=borenet@google.com
Recipe-Tryjob-Bypass-Reason: Autoroller
Bugdroid-Send-Email: False
Change-Id: Ica3dfab7af955086579930d3a049d40aedbaadb0
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/201403
Reviewed-by: Recipe Roller <recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com>
Commit-Queue: Recipe Roller <recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com>
2019-03-14 19:16:21 +00:00
Mike Klein
f4438d56e9
skvx: allow more implicit conversions
...
Guarding the implict constructors and scalar/vector
operations with std::is_convertible ought to make SkVx
types feel more like normal C types, allowing implicit
conversions exactly when the scalar equivalents would.
This shouldn't change the behavior of any code, or make
anything new possible... just nicer to read and write.
Change-Id: Iff4b89012c5b8c7f7933e6841c925b81186bc614
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/201402
Commit-Queue: Mike Klein <mtklein@google.com>
Commit-Queue: Michael Ludwig <michaelludwig@google.com>
Reviewed-by: Michael Ludwig <michaelludwig@google.com>
Auto-Submit: Mike Klein <mtklein@google.com>
2019-03-14 19:11:21 +00:00
Michael Ludwig
a89cc05162
Avoid unsafe casts to int in SkNx
...
Bug: skia:8867
Change-Id: Ifc040f801dff349e5178cca030bc727e2a9af99b
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/201383
Reviewed-by: Mike Klein <mtklein@google.com>
Commit-Queue: Michael Ludwig <michaelludwig@google.com>
2019-03-14 18:58:01 +00:00
Mike Klein
525ff2098e
update docs for SkLumaColorFilter
...
Well, at least we have this to show for an otherwise wasted morning...
Change-Id: I8b0c55c0ff3c4b726a7992fd493dac008c7d3cb7
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/201191
Reviewed-by: Brian Osman <brianosman@google.com>
Commit-Queue: Mike Klein <mtklein@google.com>
2019-03-14 18:41:41 +00:00