1408 Commits

Author SHA1 Message Date
Adam Barth
f91c317bf4 Merge pull request #2397 from abarth/rm_ui_internals
Remove dart:ui_internals
2016-02-12 22:48:21 -08:00
Adam Barth
dcff9e9ad7 Remove dart:ui_internals
This patch merges these functions into dart:ui, which is simpler.

Fixes #83
2016-02-12 22:44:20 -08:00
Matt Perry
9872d6992d Remove gcm package from the repository.
I moved it to https://github.com/mpcomplete/flutter_gcm for now.
2016-02-12 17:46:32 -05:00
Adam Barth
18bcf441b7 Trigger a landmine to reset Android SDK extras 2016-02-12 09:13:22 -08:00
Adam Barth
1943446457 Rev pub packages 2016-02-11 14:32:09 -08:00
Todd Volkert
9f2a434c3a Rev engine 2016-02-10 15:34:02 -08:00
John McCutchan
81996e2164 Fix the copying of service isolate sources into sdk_ext 2016-02-10 15:17:36 -08:00
Todd Volkert
630f020516 Rev engine 2016-02-10 12:16:38 -08:00
James Robinson
26ca6c6327 Enable threadsafe static initialization (aka 'magic statics') 2016-02-09 18:10:19 -08:00
Adam Barth
c35686d57c Rev pub packages 2016-02-08 14:46:40 -08:00
Adam Barth
cef642e308 Make Mozart draw child views
Previously we weren't factoring in the layer's offset properly and we were
drawing the child views below the background layer.
2016-02-08 14:36:38 -08:00
Todd Volkert
8884b4d0c0 Fix sky_snapshot build to only link libgcc_s if on Linux 2016-02-06 15:55:48 -08:00
Todd Volkert
7496ba90e5 Pass -lgcc_s to sky_snapshot build.
libgcc_s is not a DT_NEEDED library; it gets loaded implicitly.
This change ensures that rpath is referenced when searching for
the so. This in turn gets the resulting sky_snapshot binary
closer to being able to run in Google's production environment.
2016-02-06 14:38:46 -08:00
Jason Simmons
75e82c3115 Roll Dart to 1.14.1 2016-02-04 14:05:55 -08:00
Chinmay Garde
b92cb7a3ec iOS: Dont strip release binaries 2016-02-04 13:06:30 -08:00
Adam Barth
9dbf3d72f8 Include child scenes when uploading to Mozart
Previously we just dropped child scenes on the floor. Now we upload them
to Mozart. However, we just draw them on top of all the other content
and don't apply any clips or blends.
2016-02-03 14:16:09 -08:00
Hixie
048e8241fe revving engine 2016-02-03 10:13:24 -08:00
yjbanov
8e85105e69 tell people to submit code after LGTM 2016-02-02 12:20:08 -08:00
yjbanov
5053f22f25 add section on submitting code in CONTRIBUTING.md 2016-02-02 11:25:43 -08:00
Adam Barth
ae5919844a Rev pub packages 2016-02-02 10:44:46 -08:00
Jason Simmons
bd83ff4388 Clear the Flow raster cache when a GrContext is destroyed
After an application is suspended and the GrContext associated with the
Flutter view is destroyed, the raster cache still contains images tied
to the defunct context.  The SkyShell process will crash if these images
are used after the application resumes.
2016-02-01 10:36:09 -08:00
Adam Barth
e9171f9608 Move Flow layers to //flow/layers 2016-01-30 23:35:22 -08:00
Adam Barth
27a98d4b87 Rev pub packages 2016-01-30 13:33:49 -08:00
Jason Simmons
7bed50e0b7 Rollback third_party/dart-sdk to 1.13.0 2016-01-29 15:04:14 -08:00
Adam Barth
b4e000fc90 Rev pub packages 2016-01-29 12:44:02 -08:00
Adam Barth
6ebbe493b7 Update mojo_sdk 2016-01-29 12:42:00 -08:00
Adam Barth
d24913f2ee Update Dart SDK to 1.14 2016-01-29 12:13:39 -08:00
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