Hixie
163980f878
Update the path for dart:ui_internals
2015-11-12 09:53:16 -08:00
Ian Hickson
bee2fea974
Merge pull request #2039 from Hixie/sky_services
...
Include raw_keyboard.mojom in the Linux build too.
2015-11-12 09:53:00 -08:00
Hixie
64402ffec1
Include raw_keyboard.mojom in the Linux build too.
2015-11-12 09:46:07 -08:00
James Robinson
4f4483e8db
Merge pull request #2037 from jamesr/rm_ui_events
...
Nuke //ui/events, all users are runtime dead
2015-11-11 17:57:03 -08:00
James Robinson
3e79cc5829
Nuke //ui/events, all users are runtime dead
2015-11-11 17:33:07 -08:00
Jason Simmons
c765df18b4
Do not delete the DrainJob within the DrainJob::Start callback
...
DrainDataPipeInBackground posts a callback to DrainJob::Start, which
constructs a DataPipeDrainer. The DataPipeDrainer's constructor may
call OnDataComplete. If this happens, it is unsafe to delete the
DrainJob while the callback is still running.
2015-11-11 15:52:18 -08:00
Adam Barth
fe9b34465d
Merge pull request #2035 from abarth/main_mojo
...
Add a basic sky_shell.mojo
2015-11-11 14:50:32 -08:00
Chinmay Garde
0e71adfc0e
Merge pull request #2034 from chinmaygarde/master
...
Make the user specify the path to the flutter repo in Xcode
2015-11-11 14:08:42 -08:00
Chinmay Garde
ad84ba8c8f
Use FLUTTER_ROOT instead of FLUTTER_PATH in Xcode
2015-11-11 14:07:10 -08:00
Adam Barth
04391cf941
Add a basic sky_shell.mojo
...
Currently sky_shell.mojo can't load any Flutter apps or draw to the screen, but
that will come in later patches.
2015-11-11 14:06:55 -08:00
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