5647 Commits

Author SHA1 Message Date
Chinmay Garde
11a37c8a78 Make the user specify the path to the flutter repo in Xcode 2015-11-11 14:03:33 -08:00
Adam Barth
036cd470f9 Merge pull request #2033 from abarth/platform_dir
Move platform-specific code for sky/shell into sky/shell/platform
2015-11-11 13:47:50 -08:00
Adam Barth
846e7fcc99 Move platform-specific code for sky/shell into sky/shell/platform
This patch prepares us to add support for Mozart.
2015-11-11 13:31:18 -08:00
Chinmay Garde
f2afad3403 Merge pull request #2031 from chinmaygarde/master
The dart_pkg rule for sky_engine now preserves directory structure. Account for the same in SnapshotterInvoke
2015-11-11 12:52:15 -08:00
Collin Jackson
b818a9f06d Merge pull request #2032 from collinjackson/sky_build
Fix sky_build.py
2015-11-11 12:42:54 -08:00
Collin Jackson
faff3437b8 Fix sky_build.py 2015-11-11 12:40:43 -08:00
Chinmay Garde
7f0ffa26ee The dart_pkg rule for sky_engine now preserves directory structure. Account for the same in SnapshotterInvoke 2015-11-11 12:38:04 -08:00
Chinmay Garde
fdddc60a89 Merge pull request #2030 from chinmaygarde/master
Move to the service/pointer Mojo interface for input events on Mac
2015-11-11 12:31:24 -08:00
Chinmay Garde
6e39075a7a Move to the service/pointer Mojo interface for input events on Mac 2015-11-11 12:29:10 -08:00
Chinmay Garde
4f00b8b8a2 Merge pull request #2029 from chinmaygarde/master
Move to the services/pointer Mojo interface for touch events on iOS
2015-11-11 12:28:31 -08:00
Chinmay Garde
a399d95b3b Move to the services/pointer Mojo interface for touch events on iOS 2015-11-11 12:14:46 -08:00
Collin Jackson
3f57724ccf Merge pull request #2026 from collinjackson/hardware_key
Hardware key support
2015-11-11 11:17:59 -08:00
Collin Jackson
abc7473ca6 Add a service for receiving hardware keys 2015-11-11 10:57:40 -08:00
Adam Barth
cc81c2fb69 Merge pull request #2027 from abarth/dispose
Add the ability to dispose host objects
2015-11-11 10:39:38 -08:00
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
John McCutchan
5c0bd1daee Merge pull request #2028 from johnmccutchan/upgrade_dart
Switch to using callback to get observatory data (working)
2015-11-11 08:36:06 -08:00
John McCutchan
dd328c3293 Switch to using callback to get observatory data (working) 2015-11-11 07:25:44 -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