skia-recreate-skps
859db6b5a0
Update go_deps asset
...
Automatic commit by the UpdateGoDEPS bot.
TBR=borenet@google.com
Change-Id: Ifc899813684593b9a6b7086f4bef210b9a06468d
Reviewed-on: https://skia-review.googlesource.com/c/190120
Reviewed-by: <skia-recreate-skps@skia-swarming-bots.iam.gserviceaccount.com>
Commit-Queue: <skia-recreate-skps@skia-swarming-bots.iam.gserviceaccount.com>
2019-02-07 05:40:29 +00:00
recipe-roller
f36ad269e8
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/3fd6d5382c9a43f9bcd7ed8cf855b0f60889cc0e [swarming] Fix to_jsonish() bug (joshuaseaton@google.com )
TBR=borenet@google.com
Recipe-Tryjob-Bypass-Reason: Autoroller
Bugdroid-Send-Email: False
Change-Id: I6aa37374640231a12cb80b39afadd0bf019bc2b8
Reviewed-on: https://skia-review.googlesource.com/c/190080
Reviewed-by: Recipe Roller <recipe-roller@chromium.org>
Commit-Queue: Recipe Roller <recipe-roller@chromium.org>
2019-02-07 01:08:19 +00:00
Mike Reed
88f5671f71
move SkMetaData into src
...
Bug: skia:
Change-Id: I3ef8c3ec0d6f33bd9a167b99313d6d313a748494
Reviewed-on: https://skia-review.googlesource.com/c/189284
Reviewed-by: Mike Reed <reed@google.com>
Auto-Submit: Mike Reed <reed@google.com>
Commit-Queue: Mike Reed <reed@google.com>
2019-02-07 00:26:49 +00:00
Ben Wagner
2fc1474f9d
Add BOT/EOT to Shaper.
...
This informs HarfBuzz when we are at the beginning or end of a
paragraph so that it can handle a few rules in a special way.
Change-Id: I66a306f1ff7ddb2c1546b0fd9c0cee94cb9f7006
Reviewed-on: https://skia-review.googlesource.com/c/189850
Reviewed-by: Herb Derby <herb@google.com>
Commit-Queue: Ben Wagner <bungeman@google.com>
2019-02-06 23:04:59 +00:00
Hal Canary
c1a2ea33a3
bin/gn format gn/skia.gni
...
Change-Id: Id79cf08223d46d2f2558693208d7cb8a82d6d0a5
Reviewed-on: https://skia-review.googlesource.com/c/190001
Reviewed-by: Hal Canary <halcanary@google.com>
Commit-Queue: Hal Canary <halcanary@google.com>
2019-02-06 22:24:19 +00:00
Herb Derby
f7ea4f5d5d
Remove the distinction between key and device descriptors
...
Change-Id: I12ac0f77124caae0be7b3a178683e5a3213f9beb
Reviewed-on: https://skia-review.googlesource.com/c/189869
Commit-Queue: Herb Derby <herb@google.com>
Reviewed-by: Mike Klein <mtklein@google.com>
Reviewed-by: Khushal Sagar <khushalsagar@chromium.org>
2019-02-06 21:50:19 +00:00
Ben Wagner
6e70db0587
Roll HarfBuzz
...
8be74d8553..1e06282105
This changes the upstream to github (where actual work is now done) and
picks up AAT work so we can drop the (buggy) CoreText backend on Mac.
Change-Id: Ib3fbbb8e07910d570e70489b4e78a9cb6fac3630
Reviewed-on: https://skia-review.googlesource.com/c/189876
Commit-Queue: Hal Canary <halcanary@google.com>
Reviewed-by: Hal Canary <halcanary@google.com>
2019-02-06 21:28:19 +00:00
Hal Canary
6102192b96
SkLoadICU: simplify
...
Change-Id: I98cd1f36ca96a92b72974ae228465199638e4bea
Reviewed-on: https://skia-review.googlesource.com/c/189864
Reviewed-by: Ben Wagner <bungeman@google.com>
Commit-Queue: Hal Canary <halcanary@google.com>
2019-02-06 21:20:49 +00:00
Robert Phillips
dbaf317cd4
Move GrContextPriv methods to their own .cpp file
...
Centralize these for my sanity. Most will also be parceled out to other contexts.
Change-Id: If0e7e98bcf66c4d8a3391f9b04e643ccc91af4ad
Reviewed-on: https://skia-review.googlesource.com/c/189488
Reviewed-by: Brian Salomon <bsalomon@google.com>
Commit-Queue: Robert Phillips <robertphillips@google.com>
2019-02-06 21:15:58 +00:00
Mike Klein
53a5298a2f
add mad() and shuffle() to SkVx
...
Change-Id: Ie3e5b353f84e74d398a5350dc0baff5541789119
Reviewed-on: https://skia-review.googlesource.com/c/189982
Commit-Queue: Mike Klein <mtklein@google.com>
Commit-Queue: Herb Derby <herb@google.com>
Auto-Submit: Mike Klein <mtklein@google.com>
Reviewed-by: Herb Derby <herb@google.com>
2019-02-06 21:12:48 +00:00
Chris Dalton
f5efa78902
Add a GpuGM class for GPU-only tests
...
Bug: skia:8731
Change-Id: Ic81f21621c0183bb356601eb663fa1ee334bca55
Reviewed-on: https://skia-review.googlesource.com/c/189134
Reviewed-by: Brian Osman <brianosman@google.com>
Reviewed-by: Mike Klein <mtklein@google.com>
Commit-Queue: Chris Dalton <csmartdalton@google.com>
2019-02-06 21:04:59 +00:00
Mike Klein
429251513f
fill in most remaining skvx operations
...
Obviously lots of these new operations like sqrt() will want platform
specialization. That'll come later.
Change-Id: Ia0758425d4ec5911968a3d0ad63fa387b9b4cb39
Reviewed-on: https://skia-review.googlesource.com/c/189848
Commit-Queue: Mike Klein <mtklein@google.com>
Reviewed-by: Herb Derby <herb@google.com>
Auto-Submit: Mike Klein <mtklein@google.com>
2019-02-06 20:03:24 +00:00
recipe-roller
7c19727a45
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/cc676548eec015636830abd3a8c53c40cd8460a6 [swarming] Add support for outputs (joshuaseaton@google.com )
TBR=borenet@google.com
Recipe-Tryjob-Bypass-Reason: Autoroller
Bugdroid-Send-Email: False
Change-Id: I810d6128074e485115927dcca9a5922139706aa9
Reviewed-on: https://skia-review.googlesource.com/c/189872
Reviewed-by: Recipe Roller <recipe-roller@chromium.org>
Commit-Queue: Recipe Roller <recipe-roller@chromium.org>
2019-02-06 19:59:24 +00:00
Herb Derby
f272b8ff23
Remove filterRec bypass on MakeRecAndEffects
...
Change-Id: I1845f2a06edcfee97b9ca7aa3205328c87c4b7ae
Reviewed-on: https://skia-review.googlesource.com/c/189900
Reviewed-by: Ben Wagner <bungeman@google.com>
Commit-Queue: Herb Derby <herb@google.com>
2019-02-06 19:20:22 +00:00
Ravi Mistry
2b1d179860
Have the RecreateSKPs bot upload to partner bucket
...
It will upload to a directory that specifies the day the SKPs were created on:
gs://chrome-partner-telemetry/skps/2019-02-05
Bug: skia:8738
Change-Id: Ic6b719770e16408d580e552af41c1a41c682935a
Reviewed-on: https://skia-review.googlesource.com/c/188300
Reviewed-by: Ben Wagner <benjaminwagner@google.com>
Commit-Queue: Ravi Mistry <rmistry@google.com>
2019-02-06 18:35:12 +00:00
Herb Derby
62a9d31375
Reorganize MakeRecAndEffects and SkScalerContext ctor
...
* This will allow the key descriptor and the device descriptor
to be the same in SkRemoteGlyphCache.
* Simplifying SkRemoteGlyphCache descriptors will allow the
rendering code in SkRemoteGlyphCache and the code in the GPU to
be the same.
Change-Id: I1225c7e9017c05518ccadee1522751b94b1d97af
Reviewed-on: https://skia-review.googlesource.com/c/189582
Reviewed-by: Ben Wagner <bungeman@google.com>
Commit-Queue: Herb Derby <herb@google.com>
2019-02-06 18:30:02 +00:00
Mike Reed
cc88f3a72d
per-contour variant of SkPathMeasure
...
Bug: skia:8721
Change-Id: I1e79a49dee25ccc9138baf6fb2df3dc80d1ff66b
Reviewed-on: https://skia-review.googlesource.com/c/187922
Commit-Queue: Mike Reed <reed@google.com>
Reviewed-by: Kevin Lubick <kjlubick@google.com>
2019-02-06 18:21:22 +00:00
Ravi Mistry
4b261eac8c
Remove PerCommit-Bookmaker
...
Requested by reed@
NoTry: true
Bug: skia:
Change-Id: Iba7e1f838a6a2d7004dacd59186481208a6dd66d
Reviewed-on: https://skia-review.googlesource.com/c/189849
Reviewed-by: Ben Wagner <benjaminwagner@google.com>
Commit-Queue: Ravi Mistry <rmistry@google.com>
2019-02-06 18:12:03 +00:00
Jim Van Verth
98385ba6c5
Switch back to non-Retina display resolution.
...
Gives 1:1 pixel correspondence with GM resolutions, and fixes
viewport issues.
Bug: skia:8737
Change-Id: Ieb87ed32cbb3211bdb4cdfbcc486c7b57b1c1eda
Reviewed-on: https://skia-review.googlesource.com/c/188627
Commit-Queue: Jim Van Verth <jvanverth@google.com>
Commit-Queue: Mike Reed <reed@google.com>
Auto-Submit: Jim Van Verth <jvanverth@google.com>
Reviewed-by: Mike Reed <reed@google.com>
2019-02-06 16:53:02 +00:00
Mike Klein
455c74797b
sketch SkVx
...
Change-Id: I1cb8113af243ed6327179d295835295834a752aa
Reviewed-on: https://skia-review.googlesource.com/c/189581
Commit-Queue: Mike Klein <mtklein@google.com>
Reviewed-by: Herb Derby <herb@google.com>
Auto-Submit: Mike Klein <mtklein@google.com>
2019-02-06 16:06:32 +00:00
Ben Wagner
6c30e74dd0
Add DDL jobs for Intel
...
To work around skia:8709, I'm moving the DDL tests to IntelIris640. The
ASAN jobs still show memory leaks in the driver, but at least I can
identify which calls are leaking and suppress the LSAN warnings.
Adds an SK_ENABLE_SCOPED_LSAN_SUPPRESSIONS define that indicates that
the LSAN header files are available, which is set in recipes for the
Linux ASAN builds. Adds __lsan::ScopedDisabler in four locations for
two Vulkan API calls:
- CreateGraphicsPipelines in GrVkPipeline::Create and
GrVkCopyPipeline::Create
- CreateDescriptorSetLayout in
GrVkDescriptorSetManager::DescriptorPoolManager::DescriptorPoolManager
constructor (2 calls)
Also adds a regular suppression for libxcb.so.
See bugs listed below for more details on the leaks.
Bug: skia:8710, skia:8712, skia:8713
Change-Id: I55c6e5d483b4aeed5cd44c64219539ca7214187f
Reviewed-on: https://skia-review.googlesource.com/c/184071
Commit-Queue: Ben Wagner <benjaminwagner@google.com>
Reviewed-by: Robert Phillips <robertphillips@google.com>
Auto-Submit: Ben Wagner <benjaminwagner@google.com>
2019-02-06 15:53:32 +00:00
Ethan Nicholas
7193586dab
fixed SRGB effect color accuracy
...
Bug: skia:
Change-Id: I8715357f053fbfab73e9cbe674dd082aabe77329
Reviewed-on: https://skia-review.googlesource.com/c/189841
Reviewed-by: Ethan Nicholas <ethannicholas@google.com>
Commit-Queue: Ethan Nicholas <ethannicholas@google.com>
2019-02-06 15:32:52 +00:00
recipe-roller
79bd872596
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/a2d5f784774876381847d753ee3cf98dc778363b Add fetch config for new node-ci repository. (machenbach@chromium.org )
TBR=borenet@google.com
Recipe-Tryjob-Bypass-Reason: Autoroller
Bugdroid-Send-Email: False
Change-Id: Ib4b06d1b66e0ff43d1120fe2596a1578ab546f6e
Reviewed-on: https://skia-review.googlesource.com/c/189844
Reviewed-by: Recipe Roller <recipe-roller@chromium.org>
Commit-Queue: Recipe Roller <recipe-roller@chromium.org>
2019-02-06 15:24:23 +00:00
Brian Osman
88cfc50bb6
Remove all references to jsoncpp (build scripts, DEPS, etc)
...
Bug: skia:
Change-Id: I3cec245e537eee3e6ceb0a4a52bad733c2c8746e
Reviewed-on: https://skia-review.googlesource.com/c/189842
Commit-Queue: Brian Osman <brianosman@google.com>
Reviewed-by: Florin Malita <fmalita@chromium.org>
2019-02-06 15:15:52 +00:00
Brian Osman
5c11d5c084
Convert bookmaker to SkJSON
...
Verified that running bookmaker produces an identical fiddle.json
before and after this change.
Bug: skia:
Change-Id: I1aa7477348a5f8c362201199b130508c2818116f
Reviewed-on: https://skia-review.googlesource.com/c/188303
Commit-Queue: Brian Osman <brianosman@google.com>
Reviewed-by: Florin Malita <fmalita@chromium.org>
2019-02-06 15:08:32 +00:00
recipe-roller
faa44a4c49
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/acaaf39516da65c2cad56e8e10c4731c3fc539df [swarming] Fix analyze() bug (joshuaseaton@google.com )
TBR=borenet@google.com
Recipe-Tryjob-Bypass-Reason: Autoroller
Bugdroid-Send-Email: False
Change-Id: I6c1b49241cfbef8a46e52a71808a30056ce15a0b
Reviewed-on: https://skia-review.googlesource.com/c/189840
Reviewed-by: Recipe Roller <recipe-roller@chromium.org>
Commit-Queue: Recipe Roller <recipe-roller@chromium.org>
2019-02-06 14:31:22 +00:00
Brian Osman
e956049450
Fix makeColorSpace on YUV images
...
This is a second attempt at https://skia-review.googlesource.com/c/skia/+/182816
This version ensures that SkImage::colorSpace() returns the target after
makeColorSpace has been called (to match user expectations, and match
behavior with lazy images). Given that, the xform is baked into the FP
within the maker, rather than externally (again, this matches the lazy
image behavior).
Additionally, the target color space needs to be taken into account when
flattening into the RGB proxy, and some base-class methods need to use
this->colorSpace() rather than fColorSpace to tag the output.
Added a GM that tests quite a few different scenarios. All images have
makeColorSpace() applied:
- Raster image (for reference)
- yuvImage
- yuvImage->makeSubset()
- yuvImage->makeNonTextureImage()
- readPixels(yuvImage)
All images should look the same as the top row. Verified that they do
match, in both untagged (gl) and tagged (glsrgb) configs.
I think there may still be some cases where we transform too many or too
few times, or incorrectly tag the result of an image operation, but this
is much more correct than before, and should (I hope) address Chrome's
immediate needs.
Bug: skia:8740
Change-Id: I5d501879866861a5ba91240f688d3f95711f7595
Reviewed-on: https://skia-review.googlesource.com/c/189494
Reviewed-by: Brian Salomon <bsalomon@google.com>
Commit-Queue: Brian Osman <brianosman@google.com>
2019-02-06 13:45:20 +00:00
Mike Reed
37b7d41d01
Revert "templatize drawString"
...
This reverts commit 9d895824c6
.
Reason for revert: breaks bookmaker
Original change's description:
> templatize drawString
>
> Bug: skia:
> Change-Id: Icd1104bfb88e324458d89e40633ddc01f131c4e9
> Reviewed-on: https://skia-review.googlesource.com/c/189165
> Commit-Queue: Mike Reed <reed@google.com>
> Auto-Submit: Mike Reed <reed@google.com>
> Reviewed-by: Mike Klein <mtklein@google.com>
TBR=mtklein@google.com ,reed@google.com
# Not skipping CQ checks because original CL landed > 1 day ago.
Bug: skia:
Change-Id: I345c052b808c7ad92074dcdafa83577060f9e701
Reviewed-on: https://skia-review.googlesource.com/c/189648
Reviewed-by: Mike Reed <reed@google.com>
Commit-Queue: Mike Reed <reed@google.com>
2019-02-06 11:07:29 +00:00
skia-autoroll
01c24cd1f4
Roll ../src 6c1a9ccaf5f3..c27b32b2fd52 (449 commits)
...
6c1a9ccaf5..c27b32b2fd
git log 6c1a9ccaf5f3..c27b32b2fd52 --date=short --no-merges --format='%ad %ae %s'
2019-02-06 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/webrtc 65835be72273..3f408d006a60 (2 commits)
2019-02-06 pshmakov@google.com Fix incorrect translation of BottomBar when it's added
2019-02-06 mattcary@chromium.org Orderfile: work when outlining is turned off.
2019-02-06 sigurds@chromium.org Ensure V8 header dependency in PDFiumEngine
2019-02-06 treib@chromium.org Make tangltom@ an owner of people_handler*
2019-02-06 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/catapult a3b840037dfd..78b1c61fff2b (1 commits)
2019-02-06 reillyg@chromium.org [serial] Disable Blink runtime feature on Android
2019-02-06 joelhockey@chromium.org Only show crostini sharing toast for full-page FilesApp
2019-02-06 msisov@igalia.com [ozone/wayland] Pass 0 modifier on DRM_FORMAT_MOD_INVALID
2019-02-06 chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com Roll src-internal fa101807f2a3..5ae20aeb4844 (1 commits)
2019-02-06 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/chromite e0b10f3e2c36..b0d7bc961a5a (1 commits)
2019-02-06 tkent@chromium.org MarkupAccumulator: Handle namespace stack only for XML elements.
2019-02-06 v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com Update V8 to version 7.4.85.
2019-02-06 hans@chromium.org Add hans and thakis to infra/config/global/OWNERS
2019-02-06 joelhockey@chromium.org Add crostini ExportLxdContainer and ImportLxdContainer
2019-02-06 horo@chromium.org Implement SetPriority,{Pause,Resume}ReadingBodyFromNet in SignedExchangeLoader
2019-02-06 wpt-autoroller@chops-service-accounts.iam.gserviceaccount.com Import wpt@71d0b286d54d78f9cabb0abdd3a890ccffb2ea98
2019-02-06 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/skia fac1e367f428..3abdd7a90e45 (1 commits)
2019-02-06 chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com Roll src-internal ab06f0c622bf..fa101807f2a3 (3 commits)
2019-02-06 dfried@chromium.org Set lower bound on contents pane size.
2019-02-06 tkent@chromium.org XMLSerializer: Fix prefix generation algorithm
2019-02-06 hiroshige@chromium.org Use WebSecurityOrigin in AllowScriptExtensionForServiceWorker
2019-02-06 alancutter@chromium.org Fix inconsistent title bar theme usage when GTK theme is set
2019-02-06 yyanagisawa@chromium.org lastchange.py: fix pylint warnings.
2019-02-06 chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com Roll src-internal 3f7ec52eaa5f..ab06f0c622bf (2 commits)
2019-02-06 juncai@chromium.org Revert "Network Service: Use histograms instead of chartjsons for network service performance tests"
2019-02-06 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/skia d9ed5b949aa2..fac1e367f428 (1 commits)
2019-02-06 tzik@chromium.org Move some form tests from fast/ to http/
2019-02-06 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/pdfium 5830d87cf137..1b8d2cc9056a (1 commits)
2019-02-06 yhirano@chromium.org Add IDL files for native ReadableStream
2019-02-06 v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com Update V8 to version 7.4.84.
2019-02-06 sidereal@google.com Don't (un)install crostini while it's being (un)installed
2019-02-06 alexmos@chromium.org Reland: Let renderer know about loading state for new proxies.
2019-02-06 kbr@chromium.org Suppress shader-with-non-reserved-words on Win/Intel/validating.
2019-02-06 jimmyxgong@google.com Roll src/third_party/cros_system_api/ 9ae41aa06..13b2686c5 (3 commits)
2019-02-06 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/swiftshader a69ca6050e3e..c81766320762 (1 commits)
2019-02-06 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/skia 0c12f92a4b03..d9ed5b949aa2 (6 commits)
2019-02-06 tkent@chromium.org Constify Node arguments of MarkupAccumulator and MarkupFormatter
2019-02-06 rbpotter@chromium.org Print Preview: Change pages settings to a dropdown
2019-02-06 kbr@chromium.org Fix ES 3.0 and WebGL 2.0 checks during command decoder initialization.
2019-02-06 yukishiino@chromium.org Revert "cros: Simplify how views/screens are mocked in WizardControllerBrowsertest"
2019-02-06 chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com Roll src-internal 377617c6c0d9..3f7ec52eaa5f (2 commits)
2019-02-06 etiennep@chromium.org [TaskScheduler]: Create may block without delay experiment.
2019-02-06 wpt-autoroller@chops-service-accounts.iam.gserviceaccount.com Import wpt@16057e18d4add13e3eb610e97d92eb647df71265
2019-02-06 agrieve@chromium.org Android: Merge BrowserParts.isActivityFinishing() and isActivityDestroyed()
2019-02-06 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/catapult 4fbc755cc6bf..a3b840037dfd (1 commits)
2019-02-06 falken@chromium.org service worker: Slight cleanup in service_worker_job_unittest.cc.
2019-02-06 sammc@chromium.org Serialize files app remote calls when step by step is enabled.
2019-02-06 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/pdfium b11ecd3564d6..5830d87cf137 (1 commits)
2019-02-06 chrome-release-bot@chromium.org Updating trunk VERSION from 3695.0 to 3696.0
2019-02-06 sorin@chromium.org Added a skeleton Configurator instance for //chrome/updater.
2019-02-06 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll Fuchsia SDK from 3dcfccc9ff1f to a2bdd07b4fc2
2019-02-06 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/depot_tools 67d70d26b08e..484d74fa21a5 (1 commits)
2019-02-06 hiroshige@chromium.org [omt-worker-fetch] add upgrade-insecure-requests/mixed-content and refine
2019-02-06 dstaessens@chromium.org media/gpu/test: Add video decode accelerator performance test.
2019-02-06 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/chromite 7192fd51f570..e0b10f3e2c36 (1 commits)
2019-02-06 noel@chromium.org Mark audioTimeLeapForward async
2019-02-06 baileyberro@chromium.org Fix assertion logic in SmbCredentialDialog
2019-02-06 khmel@chromium.org arc: Remove runtime dependencies from the settings section.
2019-02-06 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/swiftshader 09a91e48c066..a69ca6050e3e (4 commits)
2019-02-06 wylieb@chromium.org [Feed] Import feed@d518125afbfeb9a230dab5db75122ec14028b395
2019-02-06 edcourtney@google.com Set restore bounds based on PIP final position.
2019-02-06 emircan@chromium.org Add a WebRTC peer connection high bitrate browser test
2019-02-06 sunnyps@chromium.org Disable direct composition trace tests
2019-02-06 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/skia 24d1f1a73beb..0c12f92a4b03 (11 commits)
2019-02-06 kbr@chromium.org Temporarily disable DirectComposition overlay mode verification.
2019-02-06 rekanorman@google.com [App Management] Create <app-management-dom-switch> element.
2019-02-06 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/angle 5f662c004270..bf5dbd8d67fe (1 commits)
2019-02-06 kbr@chromium.org Suppress WebGL 2.0 dEQP shaderindexing/varying flake.
2019-02-06 tikuta@chromium.org Use mojom-forward.h for browser_process_impl.cc
2019-02-06 dpapad@chromium.org WebUI cleanup: Remove more obsolete dependencies to i18n_template.js.
2019-02-06 nigeltao@chromium.org Add an App Service "short name" concept
2019-02-06 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/depot_tools bc6617a165bf..67d70d26b08e (1 commits)
2019-02-06 sumankancherla@chromium.org [ui/vr] Fix layout of VR's pageinfo row.
2019-02-06 pfeldman@chromium.org DevTools: css grid overlay doesn't respect transforms
2019-02-06 pcc@chromium.org base: Teach build system about hwasan and make base_unittests pass under hwasan.
2019-02-06 manucornet@chromium.org CrOS Shelf: Announce shelf alignment and state changes
2019-02-06 chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com Roll src-internal 759afdb33fc6..377617c6c0d9 (2 commits)
2019-02-06 thomasanderson@chromium.org Revert "Refactor crashpad_handler binary on macOS"
2019-02-06 dalecurtis@chromium.org Fix incorrect usage of Dav1dData and Dav1dPicture.
2019-02-06 michaelbai@chromium.org Capture on-screen text content through LayerTreeHost
2019-02-06 kbr@chromium.org Mark tex-mipmap-levels flaky on Mac AMD 10.13.6.
2019-02-06 sergeyberezin@google.com [mb_config] Add linux-trusty-webkit-msan-rel trybot
2019-02-06 crouleau@chromium.org Make reference browser argument code less error prone
2019-02-06 calamity@chromium.org Make AppShortcutLauncherItemController::GetRunningApplications static.
2019-02-06 nikunjb@chromium.org Add more filters to UKM service. Fix copy-paste bug :(
2019-02-06 juncai@chromium.org Network Service: Use histograms instead of chartjsons for network service performance tests
2019-02-06 billorr@chromium.org Implement MixedRealityDevice::RequestSession by adding a render loop.
2019-02-06 wangxianzhu@chromium.org [BlinkGenPropertyTrees] Let LinkHighlightImpl own link highlight effect
2019-02-06 dbeam@chromium.org WebUI Dark Mode: fix user manager shared styles scope
2019-02-06 yhanada@google.com Check --enable-virtual-keyboard flag when sending keyboard type to a client.
2019-02-06 takumif@chromium.org Disable the correct ContentResizeInAutoResizingDialog on CrOS
2019-02-06 mxcai@chromium.org Settings: Focus on last selected item in All Sites.
2019-02-06 michaelbai@chromium.org Add InternalContentCapture Task Type
2019-02-06 pcc@chromium.org build: Implement resource whitelisting for Windows.
2019-02-06 mek@chromium.org [AppCache] ReportBadMessage if SelectCache tried to load the wrong cache.
2019-02-06 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/catapult 93a1fb3a5b06..4fbc755cc6bf (1 commits)
2019-02-06 noel@chromium.org Await each part of getTrackText
2019-02-06 eugenebut@chromium.org Add integration test for SessionCertificatePolicyCache class.
2019-02-06 jdeblasio@chromium.org Add lookalike URL warning interstitial.
2019-02-06 hiroh@chromium.org media/gpu/V4L2SVDA: Add TRACE_EVENT and TRACE_COUNTER for decoder thread
2019-02-06 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/chromite 94c603f200fa..7192fd51f570 (2 commits)
2019-02-06 zhuowang@google.com [Chromecast] Add overheat as a reboot reason.
2019-02-06 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/pdfium 220ef3d432bf..b11ecd3564d6 (4 commits)
2019-02-06 noel@chromium.org [image_decode_bench] Read input file using //base methods
2019-02-06 jdeblasio@chromium.org Move lookalike URL warnings into their own directory.
2019-02-06 dalecurtis@chromium.org Dav1d: Don't maintain our own timestamp queue, tag buffers instead.
2019-02-06 thomasanderson@chromium.org Move buildtools into src
2019-02-06 tkent@chromium.org Remove Namespaces arguments of MarkupAccumulator member functions
2019-02-06 jrw@google.com Added EnumTable class for mapping between strings and enum values.
2019-02-06 nharper@chromium.org Preload all of intercom.io
2019-02-06 rtoy@chromium.org No errors when creating or connecting nodes on a closed context
2019-02-06 takumif@chromium.org Label fetch.https.window.html as timing out on ASAN bot
2019-02-06 chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com Roll src-internal 698f27858111..759afdb33fc6 (2 commits)
2019-02-06 schenney@chromium.org Clean up naming and call sites for DeferBeginMainFrame
2019-02-06 enne@chromium.org Mark WebglConformance_conformance_ogles_GL_abs_abs_001_to_006 as flaky
2019-02-06 vtsyrklevich@chromium.org Refactor crashpad_handler binary on macOS
2019-02-06 estark@google.com Remove Symantec logging code
2019-02-06 svenzheng@google.com Reenable disabled PointerLock test.
2019-02-06 thakis@chromium.org Build clang package with DLLVM_ENABLE_PIC=OFF.
2019-02-06 dalecurtis@chromium.org Fix CFI crashes when using dav1d for AV1 decoding.
2019-02-06 xhwang@chromium.org Remove xjz@ from OWNERS lists
2019-02-06 takumif@chromium.org Disable ContentResizeInAutoResizingDialog on CrOS
2019-02-06 gambard@chromium.org [iOS] Convert sync to UITableView
2019-02-06 xhwang@chromium.org media: Tighten supported WebM elements list
2019-02-06 rkjnsn@chromium.org Implement Windows file dialog.
2019-02-06 rockot@chromium.org Update Mojo and services documentation
2019-02-06 alexmos@chromium.org Fix Site Isolation Android FYI failures on dynamic isolated origin tests.
2019-02-06 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/angle e1a763d152a5..5f662c004270 (3 commits)
2019-02-06 rbuis@igalia.com Signed Exchange: fix error message
2019-02-06 stevenjb@chromium.org Add NetworkState::IsActive()
2019-02-06 drubery@chromium.org Add Office types to download_file_types.asciipb
2019-02-06 kylechar@chromium.org oopd: Notify browser about context creation for display compositor.
2019-02-06 v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com Update V8 to version 7.4.83.
2019-02-06 lazyboy@chromium.org Add ability to track running Service Workers to ProcessManager.
2019-02-06 kainino@chromium.org restrict+cleanup mac/intel webgl2 suppressions
2019-02-06 bajones@chromium.org Support the 'identity' XRReferenceSpace
2019-02-06 ericorth@chromium.org Dissasociate HostResolverMojo from net::HostResolver
2019-02-06 palmer@chromium.org Use Markdown-native markup for internal links.
2019-02-06 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/chromite 0efc1dfd96f9..94c603f200fa (1 commits)
2019-02-05 cduvall@chromium.org Run browser_tests with webRequest proxy forced on mojo FYI bots
2019-02-05 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/skia 32498f0846dc..24d1f1a73beb (1 commits)
2019-02-05 flackr@chromium.org Fire transitionrun and transitionstart events.
2019-02-05 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/catapult 87b904025582..93a1fb3a5b06 (1 commits)
2019-02-05 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/pdfium 7267849c57f5..220ef3d432bf (2 commits)
2019-02-05 chaopeng@chromium.org Add failure handling in direct manipulation initialization
2019-02-05 thomasanderson@chromium.org Build without -z,now on component builds
2019-02-05 johntlee@chromium.org Navi: Add handler to get NTP backgrounds
2019-02-05 collinbaker@chromium.org Avoid FocusSearch crash in case of focus cycles
2019-02-05 penghuang@chromium.org SkiaOutputSurface: merge QueueReleasePromiseSkImage and FlushQueuedReleases
2019-02-05 wangxianzhu@chromium.org [BlinkGenPropertyTrees] Remove link highlight from the current GraphicsLayer...
2019-02-05 sunnyps@chromium.org Record UMA presentation stats for decode swap chain
2019-02-05 sdefresne@chromium.org Remove uses of deprecated RegisterListPref
2019-02-05 xiaohuic@google.com assistant: stop passing in hotword config to libassistant
2019-02-05 aee@chromium.org Downloads WebUI: update item using notifyPath to only rerender single item
2019-02-05 rbpotter@chromium.org Print Preview: Fix bug with multiple login, and add a test
2019-02-05 mattm@chromium.org Fix TrialComparisonCertVerifierControllerTest.NotOfficialBuildTrialEnabled on official builders.
2019-02-05 estade@chromium.org Enable some views_unittests on Chrome OS.
2019-02-05 siashah@chromium.org Minor UI fixes for name fix flow tooltip and landscape edit mode
2019-02-05 danan@chromium.org Remove all legacy supervised users on startup.
2019-02-05 stevenjb@chromium.org Elim NetworkConnectionHandler::HasPendingConnectRequest
2019-02-05 adanilo@chromium.org Remove input field selection regression in Gallery
2019-02-05 estade@chromium.org Rename some Ash tests
2019-02-05 chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com Roll src-internal 5a3918db458c..698f27858111 (3 commits)
2019-02-05 smcgruer@chromium.org Hookup CSS prefers-reduced-motion for Android
2019-02-05 wangxianzhu@chromium.org [BlinkGenPropertyTrees] Move CHECK for crbug.com/923729 out of DCHECK_IS_ON()
2019-02-05 yashard@google.com Add violation reporting to font-display feature policy
2019-02-05 dgozman@chromium.org Do not handle data urls in DocumentLoader
2019-02-05 nharper@chromium.org Remove domain from HSTS preload list
2019-02-05 morlovich@chromium.org Fix MockSimplePersistentCookieStore to use the proper key.
2019-02-05 battre@chromium.org Some CHECKs to debug crbug.com/859477
2019-02-05 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/depot_tools 367af22db5a9..bc6617a165bf (1 commits)
2019-02-05 dalecurtis@chromium.org Remove subrepository commit for libdav1d.
2019-02-05 sahel@chromium.org Wheel scrolling gets ignored once autoscroll mode gets active.
2019-02-05 bsheedy@chromium.org Fix ExploreSitesBridgeExperimentalTest on O+
2019-02-05 ldaguilar@chromium.org Add a notifier class for usage time state.
2019-02-05 fdoray@chromium.org TaskScheduler: Merge the pool lock and the PriorityQueue lock.
2019-02-05 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/catapult a308a9443ca9..87b904025582 (1 commits)
2019-02-05 nzolghadr@chromium.org Revert "Add test for haspointercapture"
2019-02-05 nicolaso@chromium.org Add barebones chrome://browser-switch page
2019-02-05 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/dawn 00976d0db135..978fa65a2cc5 (3 commits)
2019-02-05 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/chromite 5a25ac7c8a67..0efc1dfd96f9 (1 commits)
2019-02-05 jdoerrie@chromium.org [net] Prepare //net/dns for the base::string16 switch
2019-02-05 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/webrtc 9f6a0d5d2139..65835be72273 (11 commits)
2019-02-05 dalecurtis@chromium.org Reland #2 : Add dav1d decoder and build configurations.
2019-02-05 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/pdfium fef199e2a2aa..7267849c57f5 (6 commits)
2019-02-05 sebmarchand@chromium.org Fix some invalid includes of .cc files.
2019-02-05 marcin@mwiacek.com Improve ControlType @IntDef
2019-02-05 gab@chromium.org [ui_controls] Attempt to re-enable MouseEventsTest.TestOnMouseOut on Windows
2019-02-05 alph@chromium.org [heap profiler] Use std::atomic
2019-02-05 cfroussios@chromium.org [Password Manager] Update expiry for metrics of PasswordManagerLinuxBackendMigration
2019-02-05 johnidel@chromium.org Split PageLoad.Clients.Ads.* metrics by frame visibility
2019-02-05 robertogden@chromium.org Lite Mode Rebrand: Fix up preference title
2019-02-05 dmurph@chromium.org [IndexedDB] Fixing ScopesLockManager ranges to compare correctly
2019-02-05 drubery@chromium.org Remove utils computing pHash
2019-02-05 acomminos@fb.com Remove performance.shouldYield implementation
2019-02-05 chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com Roll src-internal fc8ebe3c1a34..5a3918db458c (2 commits)
2019-02-05 danakj@chromium.org Close WebWidget portions of WebViewImpl after detaching main frame.
2019-02-05 gab@chromium.org Revert "Disable tumblr 2018 on Linux and Windows"
2019-02-05 marcin@mwiacek.com Improve NetworkType @IntDef
2019-02-05 delphick@chromium.org Fix deprecated V8 function use in content/public/test
2019-02-05 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/swiftshader 4b9e06d6a2df..09a91e48c066 (1 commits)
2019-02-05 binji@chromium.org [WPT] [wasm] Add JS-API tests for wasm threads
2019-02-05 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/SPIRV-Tools/src adbbe20241db..0f4bf0720a9c (2 commits)
2019-02-05 mlamouri@chromium.org Media Capabilities: move audio configuration checks to Blink (out of //media).
2019-02-05 vakh@chromium.org Check whether DownloadManager is initialized first in OnDownloadCreated
2019-02-05 lgrey@chromium.org Revert "Don't attempt to clone NSPasteboards."
2019-02-05 shubag@amazon.com Skip ClearBuffersuiv if GPU driver incapable of supporting ES3 context
2019-02-05 raul@tambre.ee //extensions: Convert base::(U)Int(64)ToString(16) to NumberToString(16)
2019-02-05 gab@chromium.org [RenderProcessHost] Remove expired BoostForPendingViews experiment code
2019-02-05 akihiroota@chromium.org Add expectSpeechWithLanguage method to MockFeedback.
2019-02-05 engedy@chromium.org Parse and canonicalize content setting patterns only once.
2019-02-05 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/angle e923a63e312d..e1a763d152a5 (1 commits)
2019-02-05 v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com Update V8 to version 7.4.78.1 (cherry-pick).
2019-02-05 xiaochengh@chromium.org Add BidiCaretAffinity expectation for editing/selection/modify_move/move_left_right_character_in_mixed_bidi.html
2019-02-05 sebsg@chromium.org [AF] Extract credit card list into its own element.
2019-02-05 Richard Coles Make TrichromeChrome multiarch like Monochrome.
2019-02-05 kbr@chromium.org Remove extra Telemetry logging.
2019-02-05 khorimoto@chromium.org [CrOS MultiDevice] Add support for Android Messages staging server.
2019-02-05 danakj@chromium.org Remove redundant PageMsg_UpdateWindowScreenRect IPC path.
2019-02-05 wpt-autoroller@chops-service-accounts.iam.gserviceaccount.com Import wpt@99b96dc0569ede4e842ec7f9c55a792df9092d9c
2019-02-05 enne@chromium.org Reenable WebglConformance_conformance_textures_image_bitmap_from_video_tex_2d_alpha_alpha_unsigned_byte
2019-02-05 pcc@chromium.org build: Enable resource whitelisting in official builds only by default.
2019-02-05 rayankans@chromium.org [Background Fetch] Move response blob creation into the request info.
2019-02-05 oysteine@google.com Tracing: Add flag to toggle the tracing service as in-process or not
2019-02-05 danan@chromium.org Update Supervised User deprecation notification URL
2019-02-05 dtapuska@chromium.org Fix max size with PartitionAlloc for ASAN builds.
2019-02-05 drubery@chromium.org Reland "Send Visual Features in PhishGuard pings"
2019-02-05 rohitrao@chromium.org [ios] Adds the option for fetching ToT WebKit in iOS checkouts.
2019-02-05 qiyuh@google.com arc: bluetooth: json_value declared retirement today
2019-02-05 manucornet@chromium.org CrOS Shelf: Add messages for accessibility announcements
2019-02-05 mmenke@chromium.org Socket Pools Refactor 21: Make HttpStreamParser use StreamSockets.
2019-02-05 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/skia 5f5e1d57a4ce..32498f0846dc (4 commits)
2019-02-05 akalugin@yandex-team.ru Fixed several static analyzer findings
2019-02-05 wangxianzhu@chromium.org [BlinkGenPropertyTrees] Graphics::SetLayerState() needs PAC update on change only
2019-02-05 dvadym@chromium.org Fix filling on iOS.
2019-02-05 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/chromite e62d2e1b75b0..5a25ac7c8a67 (1 commits)
2019-02-05 thakis@chromium.org Remove a few more unneeded semicolons.
2019-02-05 fs@opera.com Fix repeat spacing for 'border-image's when combined with 'round'
2019-02-05 palmer@chromium.org Explain grammars better in the Rule Of 2.
2019-02-05 fdoray@chromium.org TaskScheduler: Merge SchedulerWorkerDelegate::(DidRunTask|ReenqueueSequence).
2019-02-05 collinbaker@chromium.org Display MenuItemView alerts as flashing animation
2019-02-05 yigu@chromium.org [Animation Worklet] Mark worklet-animation-currentTime.html as flaky
2019-02-05 svenzheng@google.com Reenable PageUpDownKeys test.
2019-02-05 tikuta@chromium.org Fix PRESUBMIT.py in components/ukm/debug
2019-02-05 vmpstr@chromium.org [DL]: Add promise rejection reasons.
2019-02-05 jdufault@google.com cros: Simplify how views/screens are mocked in WizardControllerBrowsertest
2019-02-05 nicolaso@chromium.org Reland "Disable managed UI for Unicorn accounts"
2019-02-05 jsbell@chromium.org Browsing Data: Avoid unnamed namespaces / typedefs in headers
2019-02-05 sdefresne@chromium.org Remove uses of deprecated RegisterListPref
2019-02-05 chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com Roll src-internal 028687ffe06b..fc8ebe3c1a34 (1 commits)
2019-02-05 semenzato@chromium.org histograms.xml: Add Chrome OS wifi vs. cellular metrics
2019-02-05 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll Fuchsia SDK from 6490ad40d973 to 3dcfccc9ff1f
2019-02-05 estevenson@chromium.org Disable TypeId.IdenticalTypesFromComponentAndStaticLibrary on Android.
2019-02-05 wangxianzhu@chromium.org [CI] Use references instead of pointers for non-null PaintPropertyNode
2019-02-05 iwells@chromium.org Limitless prefetching preference followup
2019-02-05 hhli@chromium.org [DevTools] Add a test case for cache entry matching
2019-02-05 mmenke@chromium.org Change how LoadTimingInfo is computed for 302s from proxy servers.
2019-02-05 mek@chromium.org [AppCache] Eliminate ViewHostMsg_AppCacheAccessed IPC.
2019-02-05 dgozman@chromium.org Blink: various cleanup in FrameLoader and DocumentLoader
2019-02-05 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/webrtc 167316b8338f..9f6a0d5d2139 (3 commits)
2019-02-05 abhijeet@igalia.com Eliminate include of signin_manager_factory.h from signin_create_profile_handler.cc
2019-02-05 danakj@chromium.org Get the WindowRect from each frame's WebWidgetClient.
2019-02-05 kristipark@chromium.org [NTP] Dynamically update dark mode style for custom link dialog
2019-02-05 bsheedy@chromium.org Move Android RenderTest goldens to GS
2019-02-05 sdefresne@chromium.org Remove uses of deprecated RegisterListPref
2019-02-05 estade@chromium.org SPM: synchronously update client view bounds when toggling fullscreen.
2019-02-05 etienneb@chromium.org Add DWrite category to slow-reports
2019-02-05 ctzsm@chromium.org aw: Deflake AwZoomTest#testMagnification*
2019-02-05 dmblack@google.com Creates feature flag for Assistant routines.
2019-02-05 sdefresne@chromium.org Remove uses of deprecated RegisterDictionaryPref
2019-02-05 dpranke@chromium.org Update the Code of Conduct contact points.
2019-02-05 wangxianzhu@chromium.org [CompositeAfterPaint] Update test expectations
2019-02-05 sammiequon@google.com overview: Hide rounded corners when transition from launcher.
2019-02-05 mmenke@chromium.org Revert "Disable a pair of NetworkContextConfigurationBrowserTests."
2019-02-05 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/skia ae64c194fed5..5f5e1d57a4ce (3 commits)
2019-02-05 kevers@chromium.org Support async mutations in cc scheduler.
2019-02-05 tbarzic@chromium.org Remove UIProxyConfig
2019-02-05 dmblack@google.com Adds 'assistant' to watchlist for ash/app_list/views/assistant.
2019-02-05 takumif@chromium.org Revert "CrOS Shelf: Re-enable disabled test in ShelfLayoutManager"
2019-02-05 dgozman@chromium.org Remove fake request from DocumentLoader
2019-02-05 sdefresne@chromium.org Fix compilation when ENABLE_LIBRARY_CDMS is not set
2019-02-05 xiaochengh@chromium.org Reland "[LayoutNG] Work around crash with 'text-transform'"
2019-02-05 thestig@chromium.org Remove a few unneeded includes in header files in chrome/browser.
2019-02-05 sebmarchand@chromium.org Remove a .cc include from version_handler_win_unittest.cc
2019-02-05 waffles@chromium.org Rotate update_client CUP key.
2019-02-05 dtrainor@chromium.org Add inline update infobar support
2019-02-05 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/swiftshader 24f3d30cdec3..4b9e06d6a2df (1 commits)
2019-02-05 lgrey@chromium.org Dark mode: Cast UI icons
2019-02-05 fdoray@chromium.org TaskScheduler: Change SchedulerWorkerPool::(ReenqueueSequence->GetWorkerPoolForTraits).
2019-02-05 buldina@chromium.org [ChromeDriver] Fix unit tests in w3c mode
2019-02-05 chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com Roll src-internal 53bd12bc3d6c..028687ffe06b (1 commits)
2019-02-05 jennyz@chromium.org Add UMA metrics for the number of times Zero State Suggestions shows.
2019-02-05 raphael.kubo.da.costa@intel.com StringImpl: Move AllocationSize() specialization out of class declaration
2019-02-05 wub@chromium.org Remove IsWriteBlockedDataBuffered from QuicPacketWriter interface. It's not longer used with the new WRITE_STATUS_BLOCKED_DATA_BUFFERED status code.
2019-02-05 rmcelrath@chromium.org Migrate DriveFsSearch from NetworkChangeNotifier to NetworkConnectionTracker
2019-02-05 fmalita@chromium.org Remove TextRunPaintInfo::bounds
2019-02-05 wpt-autoroller@chops-service-accounts.iam.gserviceaccount.com Import wpt@71a17e293b836649a0cd7effd6ee5b89ba39414d
2019-02-05 lukasza@chromium.org Verify |initiator_origin| via CanAccessDataForOrigin.
2019-02-05 parastoog@google.com [AF] Skip fields with invalid data
2019-02-05 mlamouri@chromium.org Remote Playback: add UseCounters.
2019-02-05 sdefresne@chromium.org Remove uses of deprecated RegisterListPref
2019-02-05 rmcelrath@chromium.org Migrate merge_session_throttling_utils from NetworkChangeNotifier to NewtorkConnectionTracker
2019-02-05 mlippautz@chromium.org Revert "unified-heap: Enable per default"
2019-02-05 xidachen@chromium.org [Code health] Rename PaintWorkletImageCacheImpl to PaintWorkletTaskImpl
2019-02-05 rmcelrath@chromium.org Migrate AppLaunchController from NetworkChangeNotifier to NetworkConnectionTracker
2019-02-05 chrisha@chromium.org Push session restore tab ordering logic to SessionRestorePolicy.
2019-02-05 khushalsagar@chromium.org content[android]: Reset hardware accelerated crash tracking on GPU init.
2019-02-05 sdefresne@chromium.org Remove uses of deprecated RegisterDictionaryPref
2019-02-05 sdefresne@chromium.org Add out of line constructor and destructors to VideoPlayerTestEnvironment
2019-02-05 jennyz@chromium.org Record launcher search provider latency UMA metrics.
2019-02-05 sebsg@chromium.org [Sheriff] Disable NetworkingPrivateChromeOSApiTest.EnabledNetworkTypes.
2019-02-05 droger@chromium.org [signin] Delete OneClickSigninSyncStarter
2019-02-05 sdy@chromium.org Add base::mac::FilePathToNSURL().
2019-02-05 jkrcal@chromium.org [Sync UMA] Extend lifetime of Sync.ModelType{RedundantPut,OrphanMetadata}
2019-02-05 huayinz@chromium.org Remove filter touch event when obscured on most of the buttons
2019-02-05 manucornet@chromium.org CrOS Shelf: Re-enable some tests around "last visible index" logic
2019-02-05 brucedawson@chromium.org Switch to full 17763 SDK, including new d3dcompiler_47.dll
2019-02-05 sdefresne@chromium.org Remove uses of deprecated RegisterDictionaryPref
2019-02-05 chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com Roll src-internal f8840fffa6cc..53bd12bc3d6c (1 commits)
2019-02-05 svillar@igalia.com Reland "Migrate FamilyInfoFetcher to use PrimaryAccountAccessTokenFetcher"
2019-02-05 sdefresne@chromium.org Remove uses of deprecated RegisterDictionaryPref
2019-02-05 altimin@chromium.org [scheduler] Simplify scheduling infrastructure for unit tests.
2019-02-05 jkrcal@chromium.org [Wallet metadata] Relax a DCHECK in old wallet metadata sync
2019-02-05 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/swiftshader 8f71f7311f29..24f3d30cdec3 (1 commits)
2019-02-05 abhijeet@igalia.com Add IdentityTestEnvironment::EnableOnAccountUpdatedAndOnAccountRemovedWithInfoCallbacks() method
2019-02-05 sdefresne@chromium.org Remove uses of deprecated RegisterDictionaryPref
2019-02-05 beccahughes@chromium.org [Media Session] Move MediaImage out of metadata
2019-02-05 edwardjung@chromium.org chrome://flags Fix missing restart bottom sheet when clicking the
2019-02-05 etienneb@chromium.org Add a trace event for memory purging.
2019-02-05 mmenke@chromium.org Fix null dereference in libFuzzer_net_spdy_session_fuzzer.
2019-02-05 stevenjb@chromium.org Add NetworkStateHandler::GetActiveNetworkListByType and observer
2019-02-05 manucornet@chromium.org CrOS Shelf: Re-enable disabled test in ShelfLayoutManager
2019-02-05 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/skia 0c74d7d9283e..ae64c194fed5 (2 commits)
2019-02-05 ydago@chromium.org Localize policy conflict messages
2019-02-05 sdefresne@chromium.org Remove uses of deprecated RegisterListPref
2019-02-05 nzolghadr@chromium.org Avoid integer overflow in WheelEvent constructor
2019-02-05 yashard@google.com Refactor runtime_features.cc
2019-02-05 xiyuan@chromium.org SPM: Fix flaky AppWindowInteractiveTest.TestFullscreen
2019-02-05 sdefresne@chromium.org Remove uses of deprecated RegisterDictionaryPref
2019-02-05 sdefresne@chromium.org Remove uses of deprecated RegisterDictionaryPref
2019-02-05 parastoog@google.com [AF] Move validity state and source
2019-02-05 shaseley@chromium.org Add the compositor and memory categories to slow reports
2019-02-05 rayankans@chromium.org [Background Fetch] Move non-forwarding logic out of delegate proxy
2019-02-05 delphick@chromium.org Fix deprecated V8 function use in blink/renderer
2019-02-05 xiyuan@chromium.org Revert "Reland: "Add --merge-base-ref option to lastchange.py"""
2019-02-05 vmpstr@chromium.org [DL]: Allow containment checks to pass if we have no computed style.
2019-02-05 manucornet@chromium.org CrOS Systray: Fix power and network icon sizes
2019-02-05 delphick@chromium.org Fix deprecated V8 function use in content_shell
2019-02-05 delphick@chromium.org Fix deprecated V8 function use in dom_distiller
2019-02-05 nickdiego@igalia.com ozone/wayland: Support dead keys
2019-02-05 nuskos@chromium.org Add a mojom typemap for perfetto::CommitDataRequest and all sub messages.
2019-02-05 mastiz@chromium.org Mark synced notifications type as deprecated
2019-02-05 tonikitoo@igalia.com [s13n] Replace AccountReconcilor inheritance of GCMS::Observer
2019-02-05 kojii@chromium.org [LayoutNG] Fix out-of-bound in NGLineBreaker::HandleTextForFastMinContent
2019-02-05 jkrcal@chromium.org [PSS] Fix a broken invariant aroung !is_stopping_and_clearing_
2019-02-05 ricea@chromium.org WebSocket: Toughen check for sending cookies to renderer
2019-02-05 npm@chromium.org Remove ExpectedQueueingTime by TaskQueueType
2019-02-05 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/skia 0783aca7ba31..0c74d7d9283e (4 commits)
2019-02-05 kojii@chromium.org [LayoutNG] Ensure ShapingLineBreaker moves offset forward
2019-02-05 kojii@chromium.org [LayoutNG] Fix DCHECK failure in LayoutInline
2019-02-05 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/angle d01c504e0c18..e923a63e312d (1 commits)
2019-02-05 lgrey@chromium.org Dark mode: colors for sync error states
2019-02-05 rego@igalia.com [css-contain] Fix alignment for long texts in SetText() optimization
2019-02-05 acourbot@chromium.org media/gpu/v4l2ip: partial convert to V4L2Queue
2019-02-05 hans@chromium.org Revert "[Autofill] Add StrikeDatabase browsertests"
2019-02-05 rockot@google.com Flatten Service Manager directory structure
2019-02-05 sdefresne@chromium.org Remove uses of deprecated RegisterDictionaryPref
2019-02-05 sdefresne@chromium.org Remove uses of deprecated RegisterDictionaryPref
2019-02-05 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/perfetto e3e66f120fbb..71b40a07a007 (1 commits)
2019-02-05 dlibby@microsoft.com Reland "Add BUILD.gn for ui/base/user_activity"
2019-02-05 tonikitoo@igalia.com Develop IdentityManager::Observer equivalent to GCMS::Observer::OnGaiaCookieDeletedByUserAction
2019-02-05 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/webrtc 69b761e52b10..167316b8338f (1 commits)
2019-02-05 mmenke@chromium.org Disable a pair of NetworkContextConfigurationBrowserTests.
2019-02-05 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/dawn d1be0e707708..00976d0db135 (1 commits)
2019-02-05 burunduk@chromium.org Add blacklist checks for javascript:// ulrs
2019-02-05 raleksandrov@google.com Settings WebUI: Delete Management page
2019-02-05 fs@opera.com Fix rounding for border-image-width after scaling adjustment
2019-02-05 armax@chromium.org [WebRTC Browser Tests] Slight refactoring of the webrtc audio tests.
2019-02-05 orphis@chromium.org Revert "[LayoutNG] Work around crash with 'text-transform'"
2019-02-05 eseckler@chromium.org perfetto: Troubleshooting TraceEventMetadataSource
2019-02-05 hbos@chromium.org Added RTCErrorEvent and RTCErrorEventInit.
2019-02-05 szermatt@chromium.org [Autofill Assistant] Make chips and progress a state of Controller.
2019-02-05 clemensh@chromium.org Pass v8::Extension objects via unique_ptr
2019-02-05 thakis@chromium.org Roll clang 352921:353069.
2019-02-05 orphis@chromium.org Revert "Roll src/third_party/skia 0783aca7ba31..ad8f25f81346 (1 commits)"
2019-02-05 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/swiftshader 049ff3873334..8f71f7311f29 (1 commits)
2019-02-05 jkrcal@chromium.org [USS] Make empty changes for full update bridges hit the bridge
2019-02-05 carlscab@google.com [scheduling] Use ScopedTaskEnvironment instead of MessageLoop in common
2019-02-05 delphick@chromium.org Fix deprecated V8 function use in V8UnitTest
2019-02-05 rayankans@chromium.org Disable failing serial port tests on Android.
2019-02-05 acourbot@chromium.org media/gpu/v4l2ip: allocate/destroy buffers in device thread
2019-02-05 wpt-autoroller@chops-service-accounts.iam.gserviceaccount.com Import wpt@7a3ca0911973685169d710f3877460c17a44b3da
2019-02-05 vkuzkokov@chromium.org [CUPS Printing] Only allow sending username and filename to secure printers
2019-02-05 mlippautz@chromium.org unified-heap: Enable per default
2019-02-05 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/skia 0783aca7ba31..ad8f25f81346 (1 commits)
2019-02-05 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll Fuchsia SDK from 019153792455 to 6490ad40d973
2019-02-05 mastiz@chromium.org Fix supervised user types starting in sync standalone transport
2019-02-05 yhirano@chromium.org Introduce ResponseBodyLoader::DrainAsBytesConsumer
2019-02-05 bsazonov@chromium.org [Android] Remove accounts and sign-in information from Omaha requests
2019-02-05 abhijeet@igalia.com Remove unused include headers from unified_consent_service_factory.cc
2019-02-05 yosin@chromium.org [LayoutNG] Don't associate paint fragment to layout object for "float"
2019-02-05 vogelheim@chromium.org Origin Policy: Improve the explanation messages.
2019-02-05 alexclarke@chromium.org [Promises] Introduce base::unique_any
2019-02-05 tzik@chromium.org Remove universal access permission from web tests
2019-02-05 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/webrtc 30b182aca08a..69b761e52b10 (1 commits)
2019-02-05 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/catapult 02bb14c83b69..a308a9443ca9 (1 commits)
2019-02-05 tonikitoo@igalia.com Use "checked" ObserverList in //chrome and //ios/chrome IdentityManagerFactory observers
2019-02-05 mamir@chromium.org [Sync::USS] Fix crash when Password Metadata Store is null
2019-02-05 dvadym@chromium.org Fix saving of password when choosing in a saving prompt.
2019-02-05 palmer@chromium.org Add `operator<=` to checked iterators.
2019-02-05 yosin@chromium.org [LayoutNG] Reset associated paint fragment list in LayoutObject::InsertedIntoTree()
2019-02-05 mastiz@chromium.org Fix metric Sync.DirectoryVsPrefsConsistency
2019-02-05 machenbach@chromium.org Update V8 to version 7.4.74.
2019-02-05 chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com Roll src-internal 0f9db0f81173..f8840fffa6cc (3 commits)
2019-02-05 szermatt@chromium.org [Autofill Assistant] Add GetTouchableArea to UiDelegate.
2019-02-05 svillar@igalia.com Revert "Migrate FamilyInfoFetcher to use PrimaryAccountAccessTokenFetcher"
2019-02-05 ksakamoto@chromium.org Add UseCounter for link rel=preload imagesrcset
2019-02-05 jkim@igalia.com [s13n] Convert OAuth2LoginManager away from ProfileOAuth2TokenService
2019-02-05 mstensho@chromium.org Curate list of failing wpt/css/css-multicol tests.
2019-02-05 askaraitzhan@google.com Fix crash in GetDeviceLocalAccountPolicies
2019-02-05 shimazu@chromium.org Third try of ResourceLoadViaDataPipe
2019-02-05 sdefresne@chromium.org Convert components/prefs to use base::Value by value internally
2019-02-05 lowell@chromium.org Delete FakeGaiaCookieManagerService and related builders.
2019-02-05 carlscab@google.com [scheduling] Use ScopedTaskEnvironment instead of MessageLoop in app_service
2019-02-05 carlscab@google.com [scheduling] Use ScopedTaskEnvironment instead of MessageLoop in mojo
2019-02-05 eseckler@chromium.org tracing: Add skyostil@ + eseckler@ to owners.
2019-02-05 nhiroki@chromium.org PlzWorker: Rename ServiceWorkerProviderInfoForSharedWorker to *ForWorker
2019-02-05 skyostil@chromium.org sequence_manager: Enable SequenceManager by default in Blink
2019-02-05 yukishiino@chromium.org Revert "Make content::LoginDelegate single-threaded and uniquely-owned"
2019-02-05 yoshiki@chromium.org Disable lock screen notification
2019-02-05 wpt-autoroller@chops-service-accounts.iam.gserviceaccount.com Import wpt@73a0e277b9118fd623242429d4eeff5f0b786093
2019-02-05 fs@opera.com Fix calc() handling for "nine-piece image quads"
2019-02-05 yukishiino@chromium.org Revert "Reland: Add dav1d decoder and build configurations."
2019-02-05 yukishiino@chromium.org Sheriff: Mark fast/canvas/OffscreenCanvas-copyImage.html as flaky
2019-02-05 rmcelrath@chromium.org Migrate file_system_util.cc from NetworkChangeNotifier to NetworkConnectionTracker
2019-02-05 lucmult@chromium.org CrOS: Fix default download folder
2019-02-05 shimazu@chromium.org Do inital read of a mojo data pipe instaed of relying on SimpleWatcher
2019-02-05 mukai@chromium.org Remove SetCanFocus from the window server
2019-02-05 yusufo@google.com Tab Grid Layout component
2019-02-05 shimazu@chromium.org URLLoaderClientImpl stores OnTransferSizeUpdated() properly
2019-02-05 bashi@chromium.org Remove MemoryCoordinator flag
2019-02-05 kojii@chromium.org [auto] Update FlagExpectations for LayoutNG
2019-02-05 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/chromite afc37154aa31..e62d2e1b75b0 (2 commits)
2019-02-05 chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com Roll src-internal cb890a49b67c..0f9db0f81173 (3 commits)
2019-02-05 yukishiino@chromium.org Revert "RC: Move the graph to chrome/browser/performance_manager."
2019-02-05 yukishiino@chromium.org Revert "Disable managed UI for Unicorn accounts"
2019-02-05 rmcelrath@chromium.org Migrate FileManagerPrivateSearchDriveFunction from NetworkChangeNotifier to NetworkConnectionTracker
2019-02-05 alliemurray@google.com Remove call to unwrap. Reorder Linux and Play files to follow alphabetic order.
Created with:
gclient setdep -r ../src@c27b32b2fd
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=fmalita@google.com
Change-Id: I7293c9092f9737c5a60e4ca0b99c6fbb2af3304d
Reviewed-on: https://skia-review.googlesource.com/c/189751
Reviewed-by: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
2019-02-06 10:28:29 +00:00
skia-recreate-skps
3abdd7a90e
Update go_deps asset
...
Automatic commit by the UpdateGoDEPS bot.
TBR=borenet@google.com
Change-Id: I60054af4e7a340605427acdfa52d0888e3f50428
Reviewed-on: https://skia-review.googlesource.com/c/189760
Reviewed-by: <skia-recreate-skps@skia-swarming-bots.iam.gserviceaccount.com>
Commit-Queue: <skia-recreate-skps@skia-swarming-bots.iam.gserviceaccount.com>
2019-02-06 05:45:19 +00:00
skia-autoroll
fac1e367f4
Roll third_party/externals/swiftshader a69ca6050e3e..c81766320762 (1 commits)
...
https://swiftshader.googlesource.com/SwiftShader.git/+log/a69ca6050e3e..c81766320762
git log a69ca6050e3e..c81766320762 --date=short --no-merges --format='%ad %ae %s'
2019-02-06 sugoi@google.com Basic DescriptorPool and DescriptorSetLayout implementation
Created with:
gclient setdep -r third_party/externals/swiftshader@c81766320762
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=fmalita@google.com
Change-Id: Ide727c6e7db9f23c05995cb3286e2be39da059e5
Reviewed-on: https://skia-review.googlesource.com/c/189740
Reviewed-by: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
2019-02-06 03:45:19 +00:00
skia-autoroll
d9ed5b949a
Roll third_party/externals/swiftshader 09a91e48c066..a69ca6050e3e (4 commits)
...
https://swiftshader.googlesource.com/SwiftShader.git/+log/09a91e48c066..a69ca6050e3e
git log 09a91e48c066..a69ca6050e3e --date=short --no-merges --format='%ad %ae %s'
2019-02-06 capn@google.com Add SPIRV-Tools to the Vulkan build.
2019-02-06 capn@google.com Add Visual Studio project files for SPIRV-Tools.
2019-02-06 capn@google.com Switch to SPIRV-Headers from subtree.
2019-02-06 capn@google.com Suppress Clang warning for unsupported warning.
Created with:
gclient setdep -r third_party/externals/swiftshader@a69ca6050e3e
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=fmalita@google.com
Change-Id: Idc83b0cb7623f39c2decce6c86c730888936eac6
Reviewed-on: https://skia-review.googlesource.com/c/189628
Reviewed-by: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
2019-02-06 02:50:19 +00:00
Ethan Nicholas
e1f5502969
Reland "SkSL is now pickier about type conversions"
...
This is a reland of 91c1d08bc3
Original change's description:
> SkSL is now pickier about type conversions
>
> Bug: skia:
> Change-Id: I4e8b8f229f4e4344f160b0dbb41832764d0b75bd
> Reviewed-on: https://skia-review.googlesource.com/c/188311
> Commit-Queue: Ethan Nicholas <ethannicholas@google.com>
> Reviewed-by: Brian Salomon <bsalomon@google.com>
Bug: skia:
Change-Id: I727cad061afc0a5ee6f4d2df789330d809dd110a
Reviewed-on: https://skia-review.googlesource.com/c/189643
Reviewed-by: Ethan Nicholas <ethannicholas@google.com>
Commit-Queue: Ethan Nicholas <ethannicholas@google.com>
2019-02-06 02:40:59 +00:00
recipe-roller
70df231b74
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/484d74fa21a52aeee2665671d970b999291d5900 Add 'chromeos' as one of the DEPS_OS_CHOICES. (mmoss@google.com )
TBR=borenet@google.com
Recipe-Tryjob-Bypass-Reason: Autoroller
Bugdroid-Send-Email: False
Change-Id: I82876743800abda63091eb61e2014adf7e74e5d6
Reviewed-on: https://skia-review.googlesource.com/c/189646
Reviewed-by: Recipe Roller <recipe-roller@chromium.org>
Commit-Queue: Recipe Roller <recipe-roller@chromium.org>
2019-02-06 02:35:59 +00:00
Florin Malita
0c2add016d
Revert "third_party/icu: use upstream"
...
This reverts commit e6cfe77185
.
Reason for revert: Android & Win7 perf/test failures.
Original change's description:
> third_party/icu: use upstream
>
> Change DEPS to point at upstream, not chromium's fork.
> `skia_use_icu` defaults to true everywhere but iOS
> Clean up SkLoadICU: use U_ICUDATA_ENTRY_POINT, no DLL.
> Add data dep to icu/icu.gni
> Scripts: icu/{make_data_assembly.py,make_data_obj_win.py}
> Scripts: icu/{update_icu.sh,build_icu_data_file.py} for rebuilding
> document process in icu/README.md
>
> Bug: skia:8702
> Change-Id: I99789749ba84ae737f6c62475d0d676cd36715bb
> Reviewed-on: https://skia-review.googlesource.com/c/186870
> Commit-Queue: Hal Canary <halcanary@google.com>
> Reviewed-by: Florin Malita <fmalita@chromium.org>
> Reviewed-by: Ben Wagner <bungeman@google.com>
TBR=halcanary@google.com ,bungeman@google.com,fmalita@chromium.org,fmalita@google.com
Change-Id: Id379bc2be7d53eca67b2c557ac20bd44073a6258
No-Presubmit: true
No-Tree-Checks: true
No-Try: true
Bug: skia:8702
Reviewed-on: https://skia-review.googlesource.com/c/189647
Reviewed-by: Florin Malita <fmalita@chromium.org>
Commit-Queue: Florin Malita <fmalita@chromium.org>
2019-02-06 02:28:30 +00:00
recipe-roller
7f993d52ff
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/30804bf930387e113e69c8291be3f75791e3f4de [archive] Add include_files option for extract (iannucci@chromium.org )
TBR=borenet@google.com
Recipe-Tryjob-Bypass-Reason: Autoroller
Bugdroid-Send-Email: False
Change-Id: Id10e2169ac136bab7899126cce0a6a47903daef4
Reviewed-on: https://skia-review.googlesource.com/c/189645
Reviewed-by: Recipe Roller <recipe-roller@chromium.org>
Commit-Queue: Recipe Roller <recipe-roller@chromium.org>
2019-02-06 01:52:19 +00:00
Florin Malita
b26b8998fa
[skottie] Fix logging of oversized messages
...
TBR=
Change-Id: I19077f2d287064139754efb5bdde8af81f06ff1b
Reviewed-on: https://skia-review.googlesource.com/c/189644
Reviewed-by: Florin Malita <fmalita@chromium.org>
Commit-Queue: Florin Malita <fmalita@chromium.org>
2019-02-06 00:29:29 +00:00
Herb Derby
0c12f92a4b
Remove fPreBlendForFilter
...
Change-Id: Ibed3ba5fdc87ce5760099d78b9ff8b99128086bc
Reviewed-on: https://skia-review.googlesource.com/c/189440
Commit-Queue: Herb Derby <herb@google.com>
Reviewed-by: Ben Wagner <bungeman@google.com>
2019-02-05 22:36:59 +00:00
Hal Canary
e6cfe77185
third_party/icu: use upstream
...
Change DEPS to point at upstream, not chromium's fork.
`skia_use_icu` defaults to true everywhere but iOS
Clean up SkLoadICU: use U_ICUDATA_ENTRY_POINT, no DLL.
Add data dep to icu/icu.gni
Scripts: icu/{make_data_assembly.py,make_data_obj_win.py}
Scripts: icu/{update_icu.sh,build_icu_data_file.py} for rebuilding
document process in icu/README.md
Bug: skia:8702
Change-Id: I99789749ba84ae737f6c62475d0d676cd36715bb
Reviewed-on: https://skia-review.googlesource.com/c/186870
Commit-Queue: Hal Canary <halcanary@google.com>
Reviewed-by: Florin Malita <fmalita@chromium.org>
Reviewed-by: Ben Wagner <bungeman@google.com>
2019-02-05 22:22:48 +00:00
recipe-roller
2aa206e9c9
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/367af22db5a97a21c370c0db974de501673e061a [lucicfg] Bump lucicfg version 1.0.0 -> 1.1.0. (vadimsh@chromium.org )
https://crrev.com/bc6617a165bf721817fc002ab87a2732f2a8ef1a [depot_tools] Turn my_activity.py into a vpython script (gab@chromium.org )
TBR=borenet@google.com
Recipe-Tryjob-Bypass-Reason: Autoroller
Bugdroid-Send-Email: False
Change-Id: I9e2167a8546fb83a32b4aa57639a63e9769adab8
Reviewed-on: https://skia-review.googlesource.com/c/189640
Reviewed-by: Recipe Roller <recipe-roller@chromium.org>
Commit-Queue: Recipe Roller <recipe-roller@chromium.org>
2019-02-05 21:58:28 +00:00
Ethan Nicholas
c83da98d50
Revert "SkSL is now pickier about type conversions"
...
This reverts commit 91c1d08bc3
.
Reason for revert: breaking everything
Original change's description:
> SkSL is now pickier about type conversions
>
> Bug: skia:
> Change-Id: I4e8b8f229f4e4344f160b0dbb41832764d0b75bd
> Reviewed-on: https://skia-review.googlesource.com/c/188311
> Commit-Queue: Ethan Nicholas <ethannicholas@google.com>
> Reviewed-by: Brian Salomon <bsalomon@google.com>
TBR=bsalomon@google.com ,csmartdalton@google.com,ethannicholas@google.com
Change-Id: I670fa9215d3ca0ce738edc24e832b6d968599cb1
No-Presubmit: true
No-Tree-Checks: true
No-Try: true
Bug: skia:
Reviewed-on: https://skia-review.googlesource.com/c/189642
Reviewed-by: Ethan Nicholas <ethannicholas@google.com>
Commit-Queue: Ethan Nicholas <ethannicholas@google.com>
2019-02-05 21:54:51 +00:00
Ben Wagner
119196ab66
s/geTestSVGTypeface/getTestSVGTypeface
...
In addition to fixing the typo, this cleans up a few unnecessary calls
into SkTypeface internals.
Change-Id: I101f67053c2db6850d1576de1001998ccf84d2cd
Reviewed-on: https://skia-review.googlesource.com/c/189496
Reviewed-by: Herb Derby <herb@google.com>
Commit-Queue: Ben Wagner <bungeman@google.com>
2019-02-05 21:38:35 +00:00
Ethan Nicholas
91c1d08bc3
SkSL is now pickier about type conversions
...
Bug: skia:
Change-Id: I4e8b8f229f4e4344f160b0dbb41832764d0b75bd
Reviewed-on: https://skia-review.googlesource.com/c/188311
Commit-Queue: Ethan Nicholas <ethannicholas@google.com>
Reviewed-by: Brian Salomon <bsalomon@google.com>
2019-02-05 21:36:33 +00:00
Herb Derby
5e1819f912
Move luminace calculation to the SkScalerContext ctor.
...
N.B. The cananonical color calculation is still there to
avoid Chrome layout changes.
Change-Id: Ie7a48a48be7ab0a6cc90b2469e48d85990cf3c1d
Reviewed-on: https://skia-review.googlesource.com/c/187460
Reviewed-by: Ben Wagner <bungeman@google.com>
Commit-Queue: Herb Derby <herb@google.com>
2019-02-05 21:33:28 +00:00
Brian Salomon
95548f6625
Remove fIntendedType from GrMtlBuffer. Add accessor to base class
...
Fixes unused member warning-as-error.
Change-Id: I9468a1b1cb106eeb7818afe87f5cda7eb75910de
Reviewed-on: https://skia-review.googlesource.com/c/189497
Commit-Queue: Brian Salomon <bsalomon@google.com>
Commit-Queue: Greg Daniel <egdaniel@google.com>
Auto-Submit: Brian Salomon <bsalomon@google.com>
Reviewed-by: Greg Daniel <egdaniel@google.com>
2019-02-05 21:31:29 +00:00
Greg Daniel
822d223972
Make sure the vulkan gpu is done work before we deleting objects in VkHardwareBufferTest.
...
Bug: skia:
Change-Id: I43a0136d67471030056da2af19894c28bc96d22b
Reviewed-on: https://skia-review.googlesource.com/c/189495
Reviewed-by: Jim Van Verth <jvanverth@google.com>
Commit-Queue: Greg Daniel <egdaniel@google.com>
2019-02-05 21:27:48 +00:00
Greg Daniel
d742b6be45
Fill in missing GrMtlCaps functions and fix for 0 buffer alloc.
...
Bug: skia:
Change-Id: I4981e49dc45d607f3f6493da67844b6dfa74a551
Reviewed-on: https://skia-review.googlesource.com/c/189493
Commit-Queue: Greg Daniel <egdaniel@google.com>
Reviewed-by: Jim Van Verth <jvanverth@google.com>
2019-02-05 21:03:05 +00:00
Ben Wagner
0ec8ec27b8
Add a 'correct' shaper.
...
There are currently two consistent ways to do line breaking. The 'ok'
way where the entire line is shaped and the resulting glyphs broken
into lines based on hopeful cluster breaks. This has the one nice
property of preserving all shaping done by the font. The 'correct' way
is to shape to each break opportunity and pick the best one, then
continue to do so for each line. This has the nice property of not
shaping incorrectly.
Fortunately, the actual implementation can be hidden behind a common
interface. Keep both of them to ensure this continues to be the case.
Change-Id: I68086731c9c2eea00b26f1447e3ec17aba799ab3
Reviewed-on: https://skia-review.googlesource.com/c/156641
Commit-Queue: Ben Wagner <bungeman@google.com>
Reviewed-by: Mike Reed <reed@google.com>
2019-02-05 20:11:24 +00:00
skia-autoroll
24d1f1a73b
Roll third_party/externals/swiftshader 4b9e06d6a2df..09a91e48c066 (1 commits)
...
https://swiftshader.googlesource.com/SwiftShader.git/+log/4b9e06d6a2df..09a91e48c066
git log 4b9e06d6a2df..09a91e48c066 --date=short --no-merges --format='%ad %ae %s'
2019-02-05 bclayton@google.com Silence clang warning spewed by every .cpp compile
Created with:
gclient setdep -r third_party/externals/swiftshader@09a91e48c066
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=fmalita@google.com
Change-Id: Ic546e40a0d19db37b37609f223da62c5975d90a9
Reviewed-on: https://skia-review.googlesource.com/c/189556
Reviewed-by: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
2019-02-05 20:06:24 +00:00
Hal Canary
32498f0846
GN/ICU cleanup
...
For targets that depend on ICU, only define if `skia_use_icu` is set.
Move declare_args/skia_use_icu into skia.gni. Other variables that need
to work like that can move there later.
icu/BUILD.gn defines SK_USING_THIRD_PARTY_ICU if needed.
SkShaper_harfbuzz.cpp SkPDFSubsetFont.cpp respects
SK_USING_THIRD_PARTY_ICU when calling SkLoadICU().
sfntly/BUILD.gn, harfbuzz/BUILD.gn, icu/icu.gni uses $_src variable to
reduce verbosity. icu/icu.gni adds more headersto sources.
Change-Id: I9e000b9b19902d9f5c0c64e989bf42466aa8a299
Reviewed-on: https://skia-review.googlesource.com/c/189304
Commit-Queue: Hal Canary <halcanary@google.com>
Reviewed-by: Hal Canary <halcanary@google.com>
2019-02-05 17:27:55 +00:00