Adam Barth
5846ffec57
Port address_book to fn3
2015-09-26 13:16:33 -07:00
Adam Barth
3695e90eb0
Merge pull request #1366 from abarth/fn3_mine_digger
...
Port MineDigger to fn3
2015-09-26 13:06:57 -07:00
Adam Barth
2d0a364ef8
Add missing .gitignore file
2015-09-26 12:54:17 -07:00
Adam Barth
7c9f496f1b
Port MineDigger to fn3
2015-09-26 12:53:14 -07:00
Adam Barth
d51c1baf17
Merge pull request #1365 from abarth/renames
...
Rename Sky to Flutter in a few more places
2015-09-26 12:49:00 -07:00
Adam Barth
219ee8a34b
Rename Sky to Flutter in a few more places
2015-09-26 12:46:03 -07:00
Chinmay Garde
903d31af39
Merge pull request #1356 from chinmaygarde/master
...
Update Dart revision
2015-09-25 14:49:37 -07:00
Chinmay Garde
ab63490c5a
Update Dart revision
2015-09-25 14:28:39 -07:00
Adam Barth
8cdbaae6df
Rev pub spec
2015-09-25 12:02:09 -07:00
Chinmay Garde
2f600ab49f
Merge pull request #1343 from chinmaygarde/master
...
Prefer a specific provisioning profile when none is explicitly provided
2015-09-25 10:23:51 -07:00
Chinmay Garde
b59ee8666f
Prefer a specific provisioning profile when none is explicitly provided
2015-09-25 10:20:58 -07:00
Adam Barth
00b1d1e3c3
Rev pub packages
2015-09-24 10:44:09 -07:00
James Robinson
5b8443e440
Updates for change in Mojom dart enum generation
2015-09-24 10:35:20 -07:00
James Robinson
12435be0ce
Update to Mojo 4e4d51ce28a8edcb32b9c7f555e38e2ae84a825e, update deps
...
This updates to mojo 4e4d51ce28a and mojo sdk 711a0bcfb141b4 and updates the sky
package's pubspec.yaml dependency to '>=0.1.0 <0.2.0' to be compatible with
the current mojo package. This includes an update to the Mojo Dart generator to
produce real classes for enums and the corresponding updates for users of the
KeyboardType enum in Sky as well as one scoped_ptr->std::unique_ptr in shell
corresponding to a change in the Mojo EDK.
When a new version of the sky and sky_services package are pushed this will fix
domokit/mojo#440 .
2015-09-23 17:26:46 -07:00
James Robinson
adf91931eb
Bump sky_services pub dependency to mojo 0.1.x
...
This prepares for updating sky to depend on mojo 0.1.x. This corresponds
to the already published sky_services 0.0.26.
2015-09-23 16:37:44 -07:00
Matt Perry
638c62d5f4
Replace C++ UpdateTask with an empty dart version, loaded as a snapshot.
...
This adds a new placeholder dart package updater in sky/packages. This is built
into a snapshot and compiled into the Sky engine binary using the same
mechanism as the Dart isolate.
I also added a SkyHeadless class, similar to SkyView, used for running Dart
code without a view.
2015-09-23 14:09:38 -04:00
Adam Barth
02c9ca6b77
Rev pub packages
2015-09-23 10:36:09 -07:00
Jason Simmons
28e648e427
Merge pull request #1255 from jason-simmons/skyanalyzer_pub_cache
...
Some cleanup of the Sky analyzer script
2015-09-22 09:29:27 -07:00
Adam Barth
49c8aca09c
Remove EventDisposition
...
All the use cases for EventDisposition are now addressed by the gesture
detection system.
2015-09-21 16:45:09 -07:00
Adam Barth
ffd6a26ce9
Strip Linux binaries
...
We distribute some Linux binaries. It's useful for them to be small.
2015-09-21 15:25:21 -07:00
Jason Simmons
5e057b2885
Some cleanup of the Sky analyzer script
...
* If no source path is provided, then run the analyzer on the Sky unit tests
* Fix the filter for errors found in pub cache packages
* Generalize the filter for the analyzer's "xx errors/warnings/hints found" status message
Also fix a test that caused a warning in the analyzer.
2015-09-21 14:14:30 -07:00
Hans Muller
fc0c50b804
Merge pull request #1256 from HansMuller/update_contributing_readme
...
Be explicit about the working directory in CONTRIBUTING
2015-09-21 12:52:51 -07:00
Adam Barth
ecb40ac5ee
Merge pull request #1258 from abarth/big_red
...
Make big_red_button work with the current Dart SDK
2015-09-21 12:46:08 -07:00
Adam Barth
61628055c8
Make big_red_button work with the current Dart SDK
...
Previously --stage-two would error out because the LICENSE was git ignored.
This patch includes the LICENSE file in the repo to avoid the error. Also,
refactor the big_red_button.py to be clearer about what's shared between stage
one and stage two of the release process.
2015-09-21 12:43:57 -07:00
Adam Barth
19f8d2663a
Rev pub packages
2015-09-21 12:34:54 -07:00
Hans Muller
8a580128ee
Be explicit about the working directory in CONTRIBUTING
2015-09-21 11:40:19 -07:00
Adam Barth
678463e023
Update README.md
2015-09-20 14:02:52 -07:00
Adam Barth
377ccbb971
Merge pull request #1250 from abarth/update_readmes
...
Update URLs after moving to the Flutter organization
2015-09-19 09:08:01 -07:00
Adam Barth
a727d2e353
Update URLs after moving to the Flutter organization
2015-09-19 09:04:33 -07:00
Adam Barth
2f031d6d4c
Rev pub packages
2015-09-18 15:16:28 -07:00
Chinmay Garde
3320b7d548
Update skia revision
2015-09-18 14:11:52 -07:00
Adam Barth
c708b9048e
Update README.md
2015-09-18 10:27:04 -07:00
Adam Barth
29edbb6e56
Merge pull request #1231 from abarth/material_lib
...
Move theme into material.dart
2015-09-18 09:58:52 -07:00
Adam Barth
d481a3e9d1
Move theme into material.dart
...
Also, introduce Colors and Typography to hold the material colors and the
typography declarations. Previously we expected clients of these libraries to
import them into a namespace, but that doesn't play nice with re-exporting them
from material.dart.
2015-09-18 09:57:21 -07:00
Adam Barth
6227554507
Add missing file
2015-09-17 16:28:40 -07:00
Adam Barth
c9c802af35
Remove the skyx package
...
This code is now part of sky_tools.
2015-09-17 16:00:28 -07:00
Adam Barth
c7cd9c4f5a
Merge pull request #1205 from abarth/services_lib
...
Move mojo frontend into services.dart
2015-09-16 22:46:49 -07:00
Adam Barth
5abb242329
Move mojo frontend into services.dart
...
What's important about this code is that it's presenting services outside the
VM, not the particular technology used to present the services.
2015-09-16 19:13:50 -07:00
Collin Jackson
6c593002aa
Update documentation for running tests on Mac
2015-09-16 17:20:23 -07:00
Adam Barth
fbf5748281
Rev pub packages
2015-09-16 17:11:26 -07:00
Adam Barth
4c92256936
Simplify TestRunner now that we don't have test_sky
2015-09-16 11:00:33 -07:00
Adam Barth
bb73a57b2d
Merge pull request #1185 from abarth/rm_webkitpy
...
Remove sky/tools/test_sky
2015-09-16 09:12:16 -07:00
Adam Barth
b13d023933
Remove sky/tools/test_sky
...
This patch also removes webkitpy, which now has no clients.
2015-09-16 09:09:59 -07:00
Adam Barth
d0b492f852
Update Dart SDK
2015-09-16 09:03:47 -07:00
Adam Barth
ba9973132a
Rev pub packages
2015-09-15 09:11:55 -07:00
Chinmay Garde
0772e6f462
Merge pull request #1160 from chinmaygarde/master
...
Update Skia revision
2015-09-14 13:49:23 -07:00
Chinmay Garde
2323ab47dd
Update Skia revision
2015-09-14 12:59:06 -07:00
Ian Hickson
65483a22bd
Fix markdown
2015-09-10 18:12:00 -07:00
Ian Hickson
44906f0aac
Mention Mac-specific needs for building for Android
...
TBR @abarth
2015-09-10 18:11:41 -07:00
Adam Barth
3b6f31b50b
Remove dart-pub-cache
...
There's no reason for us to have our own dart-pub-cache in the source tree. We
can just use the default one on the system.
2015-09-10 08:49:56 -07:00