1725 Commits

Author SHA1 Message Date
Hixie
b76eb19567 Move style guide to website.
Depends on https://github.com/flutter/website/pull/177
2016-02-23 09:03:52 -08:00
Adam Barth
4f2cb45262 Stop running asset_bundle from Mojo
Our implementation of asset_bundle is now quite different from the
canonical service.
2016-02-20 13:02:35 -08:00
Chinmay Garde
a7d461f776 Merge pull request #2413 from chinmaygarde/master
Update the Dart VM and wire in the extra kDataSnapshot symbol for the precompiler
2016-02-19 17:22:26 -08:00
Chinmay Garde
9494bc6276 Update the Dart VM and wire in the extra kDataSnapshot symbol for the precompiler 2016-02-19 16:48:28 -08:00
James Robinson
b8b6232df9 Merge pull request #2411 from jamesr/clang_android
Enable building for Android using clang for target builds
2016-02-19 15:14:18 -08:00
Jason Simmons
a0fa455aa6 Tool for running GDB on the Flutter engine 2016-02-19 14:49:44 -08:00
James Robinson
7aad03d639 Enable building for Android using clang for target builds 2016-02-19 14:07:57 -08:00
Adam Barth
79873b4e55 Rev pub packages 2016-02-18 16:54:38 -08:00
Chinmay Garde
60dae7d220 Merge pull request #2405 from chinmaygarde/master
Make the buildbot generate an archive for the dynamic services SDK
2016-02-18 15:28:52 -08:00
Chinmay Garde
3cd81dbdf2 Make the buildbot generate an archive for the dynamic services SDK 2016-02-18 14:53:47 -08:00
Adam Barth
0b7614235e Merge pull request #2398 from abarth/fix_build
Remove reference to non-existent directory
2016-02-12 22:54:47 -08:00
Adam Barth
6b1ae9c5a9 Remove reference to non-existent directory
This was breaking the build with gcm enabled.
2016-02-12 22:54:02 -08:00
Adam Barth
5790a3ffd5 Rev pub packages 2016-02-12 22:49:35 -08:00
Adam Barth
f91c317bf4 Merge pull request #2397 from abarth/rm_ui_internals
Remove dart:ui_internals
2016-02-12 22:48:21 -08:00
Adam Barth
dcff9e9ad7 Remove dart:ui_internals
This patch merges these functions into dart:ui, which is simpler.

Fixes #83
2016-02-12 22:44:20 -08:00
Matt Perry
97b75e4caf Merge pull request #2393 from mpcomplete/rm.gcm
Remove gcm package from the repository.
2016-02-13 01:31:51 -05:00
Adam Barth
41f85cdf7c Update Dart 2016-02-12 16:12:27 -08:00
Matt Perry
9872d6992d Remove gcm package from the repository.
I moved it to https://github.com/mpcomplete/flutter_gcm for now.
2016-02-12 17:46:32 -05:00
Adam Barth
18bcf441b7 Trigger a landmine to reset Android SDK extras 2016-02-12 09:13:22 -08:00
Adam Barth
17804cd03f Remove download_sdk_extras.py
We don't appear to need this DEPS entry to build.
2016-02-12 08:57:44 -08:00
Adam Barth
1943446457 Rev pub packages 2016-02-11 14:32:09 -08:00
Todd Volkert
691efbd391 Merge pull request #2383 from tvolkert/master
Rev engine
2016-02-10 15:34:52 -08:00
Todd Volkert
9f2a434c3a Rev engine 2016-02-10 15:34:02 -08:00
John McCutchan
9b3b587436 Merge pull request #2381 from johnmccutchan/fix_copy_step
Fix the copying of service isolate sources into sdk_ext
2016-02-10 15:24:44 -08:00
John McCutchan
81996e2164 Fix the copying of service isolate sources into sdk_ext 2016-02-10 15:17:36 -08:00
Todd Volkert
f66d7be8aa Merge pull request #2378 from tvolkert/master
Rev engine
2016-02-10 12:23:18 -08:00
Todd Volkert
630f020516 Rev engine 2016-02-10 12:16:38 -08:00
James Robinson
b55ad2fe7b Merge pull request #2375 from jamesr/magic_statics
Enable threadsafe static initialization (aka 'magic statics')
2016-02-10 10:16:50 -08:00
John McCutchan
269c9d4fb3 Merge pull request #2376 from johnmccutchan/roll_dart_forward
Roll Dart forward to b9b0649b9cfe11c8dc62edfd5606c4790c793d3a
2016-02-10 09:14:41 -08:00
John McCutchan
2b1f91436c Roll Dart forward to b9b0649b9cfe11c8dc62edfd5606c4790c793d3a 2016-02-10 09:04:00 -08:00
James Robinson
26ca6c6327 Enable threadsafe static initialization (aka 'magic statics') 2016-02-09 18:10:19 -08:00
Chinmay Garde
0848a9ad64 Update Dart revision to include fixes to precompilation in gen_snapshot
Fixes in https://codereview.chromium.org/1673423004/
2016-02-09 14:05:18 -08:00
Adam Barth
c35686d57c Rev pub packages 2016-02-08 14:46:40 -08:00
Adam Barth
cef642e308 Make Mozart draw child views
Previously we weren't factoring in the layer's offset properly and we were
drawing the child views below the background layer.
2016-02-08 14:36:38 -08:00
Todd Volkert
fbe7ac9ca5 Merge pull request #2363 from tvolkert/google3
Fix sky_snapshot build to only link libgcc_s if on Linux
2016-02-06 16:01:10 -08:00
Todd Volkert
8884b4d0c0 Fix sky_snapshot build to only link libgcc_s if on Linux 2016-02-06 15:55:48 -08:00
Todd Volkert
15beacc9ab Merge pull request #2362 from tvolkert/google3
Pass -lgcc_s to sky_snapshot build.
2016-02-06 15:03:48 -08:00
Todd Volkert
7496ba90e5 Pass -lgcc_s to sky_snapshot build.
libgcc_s is not a DT_NEEDED library; it gets loaded implicitly.
This change ensures that rpath is referenced when searching for
the so. This in turn gets the resulting sky_snapshot binary
closer to being able to run in Google's production environment.
2016-02-06 14:38:46 -08:00
Jason Simmons
59e953be16 Merge pull request #2351 from jason-simmons/roll_dart_0204
Roll Dart to 1.14.1
2016-02-04 14:23:36 -08:00
Jason Simmons
75e82c3115 Roll Dart to 1.14.1 2016-02-04 14:05:55 -08:00
Chinmay Garde
b92cb7a3ec iOS: Dont strip release binaries 2016-02-04 13:06:30 -08:00
Adam Barth
9dbf3d72f8 Include child scenes when uploading to Mozart
Previously we just dropped child scenes on the floor. Now we upload them
to Mozart. However, we just draw them on top of all the other content
and don't apply any clips or blends.
2016-02-03 14:16:09 -08:00
Ian Hickson
b16c7cd87d Merge pull request #2343 from Hixie/rev
revving engine
2016-02-03 10:13:53 -08:00
Hixie
048e8241fe revving engine 2016-02-03 10:13:24 -08:00
yjbanov
8e85105e69 tell people to submit code after LGTM 2016-02-02 12:20:08 -08:00
Yegor
533b50342d Merge pull request #2334 from yjbanov/contributing-update
add section on submitting code in CONTRIBUTING.md
2016-02-02 11:27:18 -08:00
yjbanov
5053f22f25 add section on submitting code in CONTRIBUTING.md 2016-02-02 11:25:43 -08:00
Adam Barth
ae5919844a Rev pub packages 2016-02-02 10:44:46 -08:00
Jason Simmons
701cdb6459 Merge pull request #2329 from jason-simmons/suspend_skia_crash
Clear the Flow raster cache when a GrContext is destroyed
2016-02-01 10:57:16 -08:00
Jason Simmons
bd83ff4388 Clear the Flow raster cache when a GrContext is destroyed
After an application is suspended and the GrContext associated with the
Flutter view is destroyed, the raster cache still contains images tied
to the defunct context.  The SkyShell process will crash if these images
are used after the application resumes.
2016-02-01 10:36:09 -08:00