Adam Barth
ff48ddb68f
Add the ability to dispose host objects
...
Some host objects hold on to a lot of state and take time to tear down. This
patch adds the ability to dispose them eagerly to release resources faster.
2015-11-11 08:36:29 -08:00
Jason Simmons
79b455aaf5
Merge pull request #2024 from jason-simmons/engine_release
...
Rev sky_engine and sky_services
2015-11-10 15:06:51 -08:00
Jason Simmons
5da395c417
Rev sky_engine and sky_services
2015-11-10 15:03:49 -08:00
Jason Simmons
aa706f5e09
Merge pull request #2021 from jason-simmons/idl_pointer_event
...
Replace the legacy pointer input event handling with PointerPackets
2015-11-10 14:59:26 -08:00
Jason Simmons
9f2d723006
Replace the legacy pointer input event handling with PointerPackets
...
With this change we no longer need engine/core/events and its IDL bindings.
2015-11-10 14:34:12 -08:00
Adam Barth
11bff15cd9
Merge pull request #2018 from krisgiesing/cleanup
...
Remove examples directory
2015-11-10 08:11:35 -08:00
Collin Jackson
292033bed0
Merge pull request #2019 from collinjackson/post
...
support for POST requests in UrlLoader
2015-11-09 18:13:20 -08:00
Chinmay Garde
ebce3cdec0
Merge pull request #2022 from chinmaygarde/master
...
Target armv7 when the dart_target_arch is forced to be arm (vs arm64)
2015-11-09 17:19:09 -08:00
Collin Jackson
f26943892f
Avoid draining mojo pipe on main thread in UrlLoaderImpl
2015-11-09 17:14:19 -08:00
Chinmay Garde
3dc68af073
Target armv7 when the dart_target_arch is forced to be arm (vs arm64)
2015-11-09 17:05:09 -08:00
Chinmay Garde
2c8f086283
Merge pull request #2020 from chinmaygarde/master
...
Extract jinja template rule from Android specific rules
2015-11-09 16:49:59 -08:00
Chinmay Garde
a6defe46a4
Extract jinja template rule from Android specific rules
2015-11-09 16:49:37 -08:00
Collin Jackson
50733ae9df
support for POST requests in UrlLoader
2015-11-09 13:08:39 -08:00
Kris Giesing
0a8a13f519
Remove examples directory
2015-11-09 12:56:44 -08:00
Collin Jackson
ca55eb11a4
Merge pull request #2016 from collinjackson/sky_snapshot
...
Move sky_snapshot to the correct place
2015-11-09 12:55:16 -08:00
Collin Jackson
0cd9017d6e
Move sky_snapshot to the correct place
2015-11-09 12:27:05 -08:00
Collin Jackson
8f7499f535
Merge pull request #2015 from abarth/error_handling
...
Improve error handling in sky_snapshoter
2015-11-09 12:23:55 -08:00
Adam Barth
6ca5f0ee5f
Improve error handling in sky_snapshoter
...
Now we print a more sensible error message and exit with an error instead of
appearing to crash.
Fixes https://github.com/flutter/flutter/issues/53
2015-11-09 12:12:57 -08:00
Ian Hickson
9adb03a3a0
Update CONTRIBUTING.md
2015-11-09 09:35:08 -08:00
Adam Barth
51c5ee2d8c
Merge pull request #2013 from abarth/update_contributing
...
Update CONTRIBUTING.md to account for flutter.git
2015-11-08 22:12:48 -08:00
Adam Barth
3a3646df01
Update CONTRIBUTING.md to account for flutter.git
2015-11-08 21:56:42 -08:00
Adam Barth
6f811f02e0
Merge pull request #2009 from abarth/rm_packages
...
Remove Dart packages which have moved to flutter.dart
2015-11-07 00:47:54 -08:00
Adam Barth
150bbf6c7a
Remove Dart packages which have moved to flutter.dart
2015-11-07 00:34:12 -08:00
Adam Barth
d74bcd10ef
Merge pull request #1972 from krisgiesing/examples
...
Add flutter.yaml for address_book example
2015-11-06 20:33:34 -08:00
Chinmay Garde
4b9cebf079
Merge pull request #2002 from chinmaygarde/master
...
Fix SnapshotterInvoke to look for the correct path to dart_service_isolate in pub cache
2015-11-06 16:37:35 -08:00
Chinmay Garde
af0a83317f
Fix SnapshotterInvoke to look for the correct path to dart_service_isolate in pub cache
2015-11-06 16:36:22 -08:00
Adam Barth
5c34626ee4
Clean up updater dependencies
2015-11-06 15:47:44 -08:00
Adam Barth
af2369fc78
Rev pub spec
2015-11-06 15:39:56 -08:00
Adam Barth
49f2d3aaad
Rev pub packages
2015-11-06 15:38:35 -08:00
Adam Barth
a3fe423c6a
Rev sky_services pub spec
2015-11-06 15:32:27 -08:00
Adam Barth
18e08d9a82
Rev sky_engine, sky_services, and mojo_sdk
2015-11-06 14:59:23 -08:00
Adam Barth
1ebe039354
Merge pull request #1999 from abarth/null_width_factor
...
Don't crash if no widthFactor is set in an unbounded context
2015-11-06 14:52:12 -08:00
Adam Barth
26af3ebe70
Merge pull request #1995 from abarth/startup_assert
...
We throw an exception if you tap the screen during load
2015-11-06 14:52:03 -08:00
Collin Jackson
ddab005e59
Merge pull request #2001 from collinjackson/roll_mojo
...
Roll mojo
2015-11-06 14:21:51 -08:00
Collin Jackson
07cd2bac4a
Update to use new MojoNative API
2015-11-06 14:16:40 -08:00
Collin Jackson
16582f7252
applied patch mojo_converters_input_events.patch
2015-11-06 14:15:04 -08:00
Collin Jackson
0847bbc2d0
Update to mojo dd010e1297c09b351dc82f7def154cfa63d795b1
2015-11-06 14:15:04 -08:00
Collin Jackson
8f06f346ee
Remove reference to directory that doesn't exist
2015-11-06 13:57:21 -08:00
Chinmay Garde
d8884142c2
Merge pull request #1998 from chinmaygarde/master
...
Only make Xcode run the snapshotter and packager if the project is updated between builds
2015-11-06 13:46:02 -08:00
Adam Barth
a383db1b17
Don't crash if no widthFactor is set in an unbounded context
2015-11-06 13:16:45 -08:00
Chinmay Garde
23258e33f7
Only make Xcode run the snapshotter and packager if the project is updated between builds
2015-11-06 12:45:06 -08:00
Chinmay Garde
a9ee8808be
Merge pull request #1996 from chinmaygarde/master
...
Provide the location of dart:vmservice_sky to the precompilation snapshotter
2015-11-06 12:15:06 -08:00
Chinmay Garde
0a26a744ab
Provide the location of dart:vmservice_sky to the precompilation snapshotter
2015-11-06 12:10:38 -08:00
Adam Barth
e29347395f
We throw an exception if you tap the screen during load
...
Inside runApp, we were building the render tree for the app, but we weren't
calling layout, which meant we were running a hit test on a dirty tree. Now
hitTest specifically asserts that the tree is clean and we synchronously call
layout for your app during runApp.
Fixes #1960
2015-11-06 11:46:24 -08:00
Chinmay Garde
5a2886e831
Merge pull request #1994 from chinmaygarde/master
...
Publish service isolate dart files to sky_engine/sdk_ext
2015-11-06 11:43:54 -08:00
Seth Ladd
9d2d256e7a
Merge pull request #1992 from flutter/sethladd-patch-1
...
clarify flutter is early-stage
2015-11-06 11:42:58 -08:00
Seth Ladd
08e1089e03
fix typo
2015-11-06 11:42:23 -08:00
Chinmay Garde
c7cd0cedad
Publish service isolate dart files to sky_engine/sdk_ext
2015-11-06 11:33:09 -08:00
Adam Barth
be371098fd
Merge pull request #1989 from abarth/fix_heroes
...
Heroes don't reverse any more
2015-11-06 10:59:39 -08:00
Adam Barth
875dafe88d
Heroes don't reverse any more
...
We need to use the performance for the "from" route when going backwards. Also,
fix a bug in the HeroParty where it would call the quest finished callback
multiple times.
Fixes #1958
2015-11-06 10:53:46 -08:00