5765 Commits

Author SHA1 Message Date
Kris Giesing
bb4eae40b0 Update version to 0.0.59 2015-11-20 14:06:45 -08:00
Kris Giesing
578ad3a68c Add ServiceName to various interfaces 2015-11-20 13:49:10 -08:00
Kris Giesing
f915b0fbf7 Update Mojo sdk revision 2015-11-20 13:49:10 -08:00
Kris Giesing
07b2826e7e Update to mojo e2b1bc4e7cd4e3b6e851a45f96e55816bcc02457 2015-11-20 13:49:10 -08:00
Kris Giesing
ff2a82d96c Remove patch step from mojo roll 2015-11-20 13:49:10 -08:00
Adam Barth
1c7a36c687 Merge pull request #2093 from abarth/jittery_text
Text snaps to pixel grid, images don't
2015-11-20 12:50:09 -08:00
Adam Barth
15a638332c Text snaps to pixel grid, images don't
Previously, we tried to use the render tree's paint offset to move the text to
the proper position, but that appears to snap to integer logical pixels,
introducing jitter. Now we use the SkCanvas's matrix to position the text,
removing the jitter.

Fixes https://github.com/flutter/flutter/issues/234
2015-11-20 12:49:01 -08:00
Chinmay Garde
d77bfd2861 Merge pull request #2092 from chinmaygarde/exe_strip
Strip executables on Mac and iOS
2015-11-20 11:56:05 -08:00
Chinmay Garde
7dd4ef7b8c Merge pull request #2091 from chinmaygarde/master
Avoid removing the stub runner as Xcode relies on this being present during archiving for release
2015-11-20 11:55:53 -08:00
Chinmay Garde
c3cdbaa1e9 Strip executables on Mac and iOS 2015-11-20 11:43:35 -08:00
Chinmay Garde
ff6d7a3a9e Avoid removing the stub runner as Xcode relies on this being present
during archiving for release
2015-11-20 11:39:03 -08:00
Seth Ladd
f0b5d581b8 Merge pull request #2090 from flutter/sethladd-patch-1
Fix link to flutter CONTRIBUTING.md
2015-11-20 10:33:39 -08:00
Seth Ladd
586e5428d9 Fix link to flutter CONTRIBUTING.md 2015-11-20 10:33:00 -08:00
George Kulakowski
43f57d193e Merge pull request #2089 from kulakowski/roll-dart
Update Dart revision for FNL build
2015-11-19 15:09:52 -08:00
George Kulakowski
ce65b3c65d Update Dart revision for FNL build 2015-11-19 15:00:23 -08:00
Adam Barth
e80be08b57 Fix Mac build 2015-11-19 14:53:05 -08:00
Jason Simmons
0c6cfaf847 Merge pull request #2088 from jason-simmons/engine_release
Rev pub packages
2015-11-19 14:25:37 -08:00
Jason Simmons
a18ab30e97 Rev pub packages 2015-11-19 14:16:46 -08:00
Jason Simmons
830fced719 Merge pull request #2082 from jason-simmons/apk_upload_artifacts_2
Upload artifacts as a zip file
2015-11-19 14:12:40 -08:00
George Kulakowski
b2a4c8f87b Merge pull request #2087 from kulakowski/dead-modules
Remove dead submodules
2015-11-19 14:02:57 -08:00
George Kulakowski
2b64632229 Remove dead submodules
These submodules are no longer in use. They are now managed by pub in
flutter.
2015-11-19 13:56:55 -08:00
Adam Barth
7e452d2b61 Merge pull request #2086 from abarth/fix_rrect
Fix RRect#shift
2015-11-19 11:25:01 -08:00
Adam Barth
2d217034be Fix RRect#shift
Previous this would crash.
2015-11-19 11:21:54 -08:00
Collin Jackson
30d7f5c80c Merge pull request #2083 from collinjackson/fix_gn
Fix gn on iOS/Mac builds
2015-11-19 11:08:35 -08:00
Collin Jackson
ca04a77540 Fix gn on iOS/Mac builds 2015-11-19 11:08:06 -08:00
Jason Simmons
5aa1119ef6 Upload artifacts as a zip file
* Include all the artifacts required to build an APK package
* In addition to the zip, some files will be uploaded separately:
  * libflutter_library.so (large debug symbol library)
  * flutter.mojo (needs to be downloadable from the target device)
2015-11-18 16:40:21 -08:00
Adam Barth
2c91773d7f Merge pull request #2081 from abarth/rm_tracing
Remove ui.tracing
2015-11-18 14:36:20 -08:00
Adam Barth
a743fbf27a Remove ui.tracing
This feature is redundant with the Timeline in dart:developer. I've already
switched all the clients over to using dart:developer.
2015-11-18 14:18:45 -08:00
Chinmay Garde
e226fb3013 Merge pull request #2080 from chinmaygarde/master
Update Dart revision to include fixes for crashes on exception during precompilation
2015-11-18 14:09:45 -08:00
Chinmay Garde
8200e15fab Update Dart revision to include fixes for crashes on exception
during precompilation
2015-11-18 14:07:05 -08:00
Adam Barth
40281e9fe0 Merge pull request #2079 from abarth/fix_android_build
Fix Android build by adding missing dependency
2015-11-18 13:22:39 -08:00
Adam Barth
33288c2868 Fix Android build by adding missing dependency 2015-11-18 13:21:22 -08:00
George Kulakowski
d57763397a Merge pull request #2077 from kulakowski/fnl
Add fnl build configuration
2015-11-18 13:17:32 -08:00
George Kulakowski
e60e50386a Add fnl build configuration 2015-11-18 13:07:19 -08:00
Chinmay Garde
bf44514f36 Merge pull request #2078 from chinmaygarde/master
Use `dart_host_toolchain` when building host binaries that depend on Dart
2015-11-18 12:29:52 -08:00
Chinmay Garde
bde64ab147 Use dart_host_toolchain when building host binaries that depend on Dart 2015-11-18 12:15:45 -08:00
George Kulakowski
6db4443b08 Merge pull request #2071 from kulakowski/build-stuff
Remove use_glib gn variable
2015-11-18 10:17:53 -08:00
Chinmay Garde
1c6c448d1c Merge pull request #2074 from chinmaygarde/master
Update Dart revision
2015-11-17 16:31:33 -08:00
Chinmay Garde
1d5c53a66e Update Dart revision 2015-11-17 16:26:13 -08:00
Chinmay Garde
29a2d3c462 Merge pull request #2073 from chinmaygarde/master
Fix OpenGL symbol resolution on iOS
2015-11-17 16:07:19 -08:00
Chinmay Garde
0e8d92396b Fix OpenGL symbol resolution on iOS 2015-11-17 15:51:58 -08:00
Adam Barth
cb5cca7943 Merge pull request #2072 from abarth/rm_sky_viewer
Remove sky_viewer.mojo
2015-11-17 14:34:57 -08:00
Adam Barth
db2c9d43ce Remove sky_viewer.mojo
We now use flutter.mojo instead.
2015-11-17 14:32:57 -08:00
George Kulakowski
a8bbe66cb9 Remove use_glib gn variable 2015-11-17 13:01:31 -08:00
George Kulakowski
15fce47583 Merge pull request #2068 from kulakowski/build-stuff
Clean up some dead code in core renderer
2015-11-17 12:54:28 -08:00
Chinmay Garde
f40b05842c Merge pull request #2070 from chinmaygarde/master
Initialize the window_ ivar in PlatformView to gfx::kNullAcceleratedWidget
2015-11-17 12:07:50 -08:00
Chinmay Garde
9497a37460 Initialize the window_ ivar in PlatformView to gfx::kNullAcceleratedWidget 2015-11-17 12:04:03 -08:00
Chinmay Garde
69ee7a85a4 Merge pull request #2069 from chinmaygarde/master
Fix iOS builds: InlinedStructPtr is not copyable. Avoid the same while iterating over request headers.
2015-11-17 11:41:14 -08:00
Chinmay Garde
50289d3de3 Fix iOS builds: InlinedStructPtr is not copyable. Avoid the same while iterating over request headers. 2015-11-17 11:40:02 -08:00
George Kulakowski
a3d7faafed Clean up some dead code in core renderer 2015-11-17 11:32:09 -08:00