2065 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
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
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
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
dd328c3293 Switch to using callback to get observatory data (working) 2015-11-11 07:25:44 -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
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
Collin Jackson
50733ae9df support for POST requests in UrlLoader 2015-11-09 13:08:39 -08:00
Collin Jackson
0cd9017d6e Move sky_snapshot to the correct place 2015-11-09 12:27:05 -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
Adam Barth
150bbf6c7a Remove Dart packages which have moved to flutter.dart 2015-11-07 00:34:12 -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
8f06f346ee Remove reference to directory that doesn't exist 2015-11-06 13:57:21 -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
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
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
Hans Muller
2022c2d5de Merge pull request #1990 from HansMuller/bottom_sheet_placeholder
Adds showBottomSheet(), AlignTransition
2015-11-06 10:10:21 -08:00
Hans Muller
aca78db6ac Adds showBottomSheet(), AlignTransition 2015-11-06 09:52:01 -08:00
Ian Hickson
fae8df22b7 Update style-guide.md 2015-11-06 09:21:03 -08:00
Adam Barth
24e5118ed6 Merge pull request #1986 from abarth/remove_scaffolding
Remove scaffolding for Navigator1 to Navigator2 transition
2015-11-06 08:13:16 -08:00
Ian Hickson
8213fd87d6 Merge pull request #1971 from Hixie/better-messages-for-MaterialApp
Better asserts for MaterialApp and Navigator
2015-11-05 21:35:33 -08:00
Ian Hickson
c51665b9bb Merge pull request #1974 from Hixie/analyzer-skip-bogus-files
Exclude .# files from skyanalyzer
2015-11-05 21:35:24 -08:00
Adam Barth
4a5132bbd4 Remove scaffolding for Navigator1 to Navigator2 transition
These types belong at the MaterialApp level.

Fixes #1969
2015-11-05 21:05:30 -08:00
Chinmay Garde
88f8527152 Merge pull request #1985 from chinmaygarde/master
Dart isolate symbols are no longer in the blink namespace. Fix the snapshotter to account for the same.
2015-11-05 20:24:45 -08:00