| Commit message (Collapse) | Author | Age |
|
|
|
|
|
| |
NOTRY=true
Review URL: https://codereview.chromium.org/876873002
|
|
|
|
|
|
| |
NOTRY=true
Review URL: https://codereview.chromium.org/873483004
|
|
|
|
|
|
|
| |
NOTRY=true
TBR=jcgregorio@google.com
Review URL: https://codereview.chromium.org/874303002
|
|
|
|
|
|
|
| |
NOTRY=true
TBR=jcgregorio@google.com
Review URL: https://codereview.chromium.org/868473006
|
|
|
|
|
|
| |
BUG=skia:
Review URL: https://codereview.chromium.org/878593002
|
|
|
|
|
|
| |
NOTRY=true
Review URL: https://codereview.chromium.org/868473005
|
|
|
|
|
|
|
|
|
| |
The new server is being run in perf.skia.org.
BUG=None
R=jcgregorio@google.com
Review URL: https://codereview.chromium.org/866943003
|
|
|
|
|
|
|
|
|
|
| |
In the not so new pure Git world, 'svn fetch' and 'svn rebase' are not
needed anymore.
BUG=None
R=borenet@google.com
Review URL: https://codereview.chromium.org/872433004
|
|
|
|
|
|
| |
http://skiadocs.com:8000/dev/contrib/directory?cl=866133002
Review URL: https://codereview.chromium.org/866133002
|
|
|
|
|
|
|
| |
TBR=mtklein@google.com
NOTRY=true
Review URL: https://codereview.chromium.org/871993004
|
|
|
|
|
|
|
|
| |
https://skia.org/dev/contrib/testing?cl=868983002
BUG=skia:
Review URL: https://codereview.chromium.org/868983002
|
|
|
|
|
|
| |
BUG=skia:
Review URL: https://codereview.chromium.org/844433004
|
|
|
|
|
|
|
|
| |
Preview here: http://skia.org/dev/tools/markdown?cl=862933002
BUG=skia:
Review URL: https://codereview.chromium.org/862933002
|
|
|
|
| |
Review URL: https://codereview.chromium.org/849133002
|
|
|
|
|
|
|
| |
BUG=skia:
NOTREECHECKS=true
Review URL: https://codereview.chromium.org/851793004
|
|
|
|
|
|
|
|
| |
BUG=skia:
NOTRIES=1
TBR=halcanary
Review URL: https://codereview.chromium.org/853703003
|
|
|
|
|
|
|
|
|
|
| |
Preview here: http://skiadocs.com:8000/dev/tools/markdown?cl=853493004
Note that the image won't show up, that's a known issue with the way patching in CLs works.
BUG=skia:
Review URL: https://codereview.chromium.org/853493004
|
|
|
|
|
|
|
|
| |
Preview here: http://skiadocs.com:8000/dev/tools/skiaperf?cl=839303002
BUG=skia:
Review URL: https://codereview.chromium.org/839303002
|
|
|
|
|
|
|
|
|
|
|
|
| |
This fixes every case where virtual and SK_OVERRIDE were on the same line,
which should be the bulk of cases. We'll have to manually clean up the rest
over time unless I level up in regexes.
for f in (find . -type f); perl -p -i -e 's/virtual (.*)SK_OVERRIDE/\1SK_OVERRIDE/g' $f; end
BUG=skia:
Review URL: https://codereview.chromium.org/806653007
|
|
|
|
|
|
| |
BUG=skia:
Review URL: https://codereview.chromium.org/845593002
|
|
|
|
|
|
|
|
| |
Preview: http://skiadocs.com:8000/user/quick/linux?cl=846523002
BUG=skia:
Review URL: https://codereview.chromium.org/846523002
|
|
|
|
|
|
|
|
|
|
|
| |
- Updated QSGs with relative links to download page, removed outdated and googler-only iOS instructions.
- Will add "contributing" page and update project roles link in next batch with developer section
Preview link: http://skiadocs.com:8000/user/quick/android?cl=834353003
BUG=skia:
Review URL: https://codereview.chromium.org/834353003
|
|
replace https://sites.google.com/site/skiadocs/.
Design of the new Markdown server is documented here:
https://github.com/google/skia-buildbot/blob/master/doc/README.md
You can see the server up and running here: http://skiadocs.com:8000/
This is *reed because it adds a new top level directory to the skia repo.
BUG=skia:
Review URL: https://codereview.chromium.org/835083003
|