Adam Barth
4e813129b4
Fix gn build error
...
We need to specify this variable now that we're sharing base with
mojo.git.
2016-01-28 23:49:06 -08:00
Adam Barth
c6ea9e0c44
Move base to an external repository that will pull in via DEPS
...
This change lets us share base with mojo.git.
2016-01-28 17:04:23 -08:00
Adam Barth
fd3b3e110f
Add the ability to create child scenes
...
This patch contains Dart bindings for adding a child scene when running in
Mozart. The child scene is currently ignored, but a later patch will actually
incoporate it into the tree.
2016-01-28 16:08:42 -08:00
Collin Jackson
8037cc3e3f
rev engine
2016-01-28 13:46:59 -05:00
Adam Barth
b37f4446a5
Update Mojo DEPS
2016-01-27 15:31:55 -08:00
Chinmay Garde
7c907f7a8c
iOS: Implementation of ::activity::Activity from activity.mojom
2016-01-27 15:01:53 -08:00
Adam Barth
ff79c6893c
Update Skia version
2016-01-27 12:21:26 -08:00
Hixie
31e9f5096f
revving engine
2016-01-27 09:35:03 -08:00
Adam Barth
32da3fa6ab
Remove unused build files
...
We don't use these anymore.
2016-01-26 23:24:22 -08:00
Ian Hickson
b301b4d872
Merge pull request #2277 from Hixie/semantics
...
Semantics (Accessibility, Indexability)
2016-01-26 17:44:18 -08:00
Jason Simmons
dc3ae23db0
Add third_party/firebase to gitignore
2016-01-25 17:10:47 -08:00
Collin Jackson
37b7270df3
rev engine
2016-01-22 19:02:01 -08:00
Collin Jackson
8489e54b03
Use the same registration process as GCM for Firebase
2016-01-22 18:23:22 -08:00
Matt Perry
e59d1f33e9
rev engine
2016-01-21 17:08:44 -05:00
Matt Perry
a82e0f6beb
Support dynamic registration of mojo services on Android
...
SkyApplication now reads service info from a services.json file bundled
with the apk. For each service, it registers a method that invokes
connectToService on a named class. This way, third party services can
register themselves.
There's a corresponding change to flutter_tools to generate this
services.json when building an apk that depends on services.
2016-01-21 16:55:51 -05:00
Hixie
2bfb673252
Semantics (Accessibility, Indexability)
2016-01-19 16:29:34 -08:00
Adam Barth
09441005e2
Rev pub packages
2016-01-19 10:00:41 -08:00
Adam Barth
0b66cb81fe
Fix order of matrix operations
...
When rasterzing with a non-zero left and top offset, we need to apply the scale
first so that we're translating in the correct coordinate system.
Fixes https://github.com/flutter/flutter/issues/1292
2016-01-19 09:57:26 -08:00
Hixie
2165c768fb
rev engine
2016-01-15 15:43:47 -08:00
Tony Gentilcore
c54832e77d
Roll to mojo_sdk 0.2.9.
2016-01-14 15:35:26 -08:00
Adam Barth
939123fb0b
Rev pub packages
2016-01-14 09:41:57 -08:00
Adam Barth
dc498c912c
Fix typo in image raster offset
...
We shouldn't plumb the "right" value into the y coordinate.
2016-01-14 09:29:34 -08:00
Adam Barth
3a3f0d6c46
Rev pub packages
2016-01-13 13:38:14 -08:00
Adam Barth
6bb4c2374e
Stocks FAB "+" sometimes teleports to near the top left
...
The matrix argument to drawPicture doesn't seem to do what we want exactly.
Instead, use the normal matrix in the canvas. Also, handle cull rects with
non-zero left and top coordinates.
Fixes #1229
2016-01-13 12:31:03 -08:00
Adam Barth
e8a3a0b90c
Move //sky/compositor to //flow
...
Now that the compositor doesn't have any tricky deps, we can make it a
top-level project, which saves a bunch of typing.
2016-01-12 22:39:51 -08:00
Adam Barth
1aa853db4f
Rev pub packages
2016-01-12 10:33:52 -08:00
Adam Barth
dc07f4f040
Update versions
2016-01-11 19:57:56 -08:00
Hixie
33cca6f9e2
revving engine
...
sky_engine and sky_services were somehow not aligned, so I pulled them
both up to the next highest number.
2016-01-11 11:18:35 -08:00
Collin Jackson
90e9fa10a1
Update sky_services with new interfaces
2016-01-08 15:28:17 -08:00
Matt Perry
cb1a101400
Add gcm to sky_services package. Rev engine.
...
Failed to do so last update.
2016-01-08 14:49:45 -05:00
Seth Ladd
4f3b4952c2
Update name and link
2016-01-07 13:22:41 -08:00
Matt Perry
55c29d1fc7
Bump sky services version to 0.0.76
2016-01-07 15:50:31 -05:00
Matt Perry
e9fcd133b9
Fix android BUILD.gn to match Chromium's latest.
...
Also disable proguard. It's unnecessary and breaks compilation of GCM
(in a separate patch).
2016-01-05 12:29:32 -05:00
Hixie
1b46710b93
rev engine
2016-01-04 13:49:33 -08:00
Chinmay Garde
11e0b373d2
Update Skia revision
2016-01-04 10:20:52 -08:00
Adam Barth
99500de827
Unhook packages/material_design_icons from the build
...
We don't have any use for this symlink in the out directory anymore.
This patch lets us remove our fork of build/symlink.py.
2015-12-29 23:07:32 -08:00
Chinmay Garde
ac07dd9b03
Merge pull request #2190 from chinmaygarde/master
...
Revert "Roll Skia"
2015-12-16 14:25:33 -08:00
Chinmay Garde
765524ce69
Revert "Roll Skia"
...
This reverts commit 28a7f722564ff831b8794b877be56fc80f1c351d.
2015-12-16 14:18:58 -08:00
Jason Simmons
b344179dc7
rev engine
2015-12-16 10:53:54 -08:00
Jason Simmons
b211d60470
rev engine
2015-12-14 16:58:03 -08:00
Jason Simmons
c2596541b7
Revert to libjpeg_turbo
...
We had switched to libjpeg, but libjpeg was failing to decode images when
built with the defines in our .gn files
2015-12-14 16:48:49 -08:00
Jason Simmons
9142d9b822
rev engine
2015-12-14 10:44:44 -08:00
Hixie
ed7e45790a
rev engine
2015-12-11 17:51:04 -08:00
Adam Barth
f308022a12
Remove //third_party/BUILD.gn
...
We no longer need this hack to mux between libjpeg and libjpeg_turbo.
2015-12-11 14:13:46 -08:00
Adam Barth
28a7f72256
Roll Skia
2015-12-11 13:52:58 -08:00
Adam Barth
076c2294b8
Remove re2
...
We don't use this anymore.
2015-12-11 11:24:14 -08:00
Adam Barth
96106699d9
Remove //url
...
We don't use this anymore.
2015-12-11 11:20:23 -08:00
Adam Barth
a0ae42cb6d
Remove libxml and modp_b64
...
These were used only for base's test framework, which we don't need.
2015-12-11 11:06:06 -08:00
Adam Barth
e527c60350
Remove OpenTypeSantizer and brotli
...
We don't need OpenTypeSantizer or brotli because we don't support loading fonts
over the network. Instead, fonts will need to be packaged inside the Flutter
asset bundle.
2015-12-11 10:32:40 -08:00
Adam Barth
d36924ef49
Remove unused code
...
We don't use yasm, libjpeg_turbo, or mojo's devtools.
2015-12-11 10:18:50 -08:00