George Kulakowski
|
36b02aecb8
|
Merge pull request #2135 from kulakowski/fnl-release-build
Don't warn on maybe-uninitialized in fnl
|
2015-12-03 13:47:35 -08:00 |
|
George Kulakowski
|
24b3902f19
|
Don't warn on maybe-uninitialized in fnl
Our GCC picks up on a bunch of these in release. Suppress this until we
switch to Clang.
|
2015-12-03 13:44:14 -08:00 |
|
Eric Seidel
|
2815330340
|
Merge pull request #2133 from eseidelGoogle/trace_startup
Add support on Android for --trace-startup
|
2015-12-03 12:46:11 -08:00 |
|
Eric Seidel
|
231ee08fd7
|
Add support on Android for --trace-startup
Now 'flutter start --trace-startup' can trigger this tracing
on Android
@chinmaygarde
|
2015-12-03 12:25:26 -08:00 |
|
Eric Seidel
|
fff4d5b8c1
|
Merge pull request #2132 from eseidelGoogle/thread_name
Give the java ui thread a name in trace files
|
2015-12-03 11:31:24 -08:00 |
|
Eric Seidel
|
d91d60d449
|
Give the java ui thread a name in trace files
@abarth
|
2015-12-03 11:25:04 -08:00 |
|
Chinmay Garde
|
273b043d13
|
Merge pull request #2131 from chinmaygarde/master
Update Dart revision
|
2015-12-03 11:14:00 -08:00 |
|
Adam Barth
|
487d3565f6
|
Dev pub packages
|
2015-12-03 11:12:09 -08:00 |
|
Chinmay Garde
|
04590b5367
|
Update Dart revision
|
2015-12-03 11:11:03 -08:00 |
|
Adam Barth
|
cfbe9349f7
|
Merge pull request #2130 from abarth/Point_lerp
Add Point.lerp
|
2015-12-03 11:10:57 -08:00 |
|
Adam Barth
|
b8f159145d
|
Add Point.lerp
|
2015-12-03 11:05:27 -08:00 |
|
Chinmay Garde
|
8178fb26fd
|
Merge pull request #2127 from chinmaygarde/master
Allow tracing during startup
|
2015-12-03 11:02:29 -08:00 |
|
Chinmay Garde
|
0bc34f0394
|
Allow tracing during startup
|
2015-12-03 11:01:45 -08:00 |
|
Adam Barth
|
ad63ba0fb3
|
Update to the new C++ HandleWatcher
|
2015-12-03 10:59:40 -08:00 |
|
Adam Barth
|
ee6f9b7fd8
|
Revert changes Mojo changes to KeyboardServiceImpl.java
|
2015-12-03 10:59:36 -08:00 |
|
Adam Barth
|
1f7d9e6f2c
|
Update mojo_sdk Dart package
|
2015-12-03 10:30:22 -08:00 |
|
Adam Barth
|
179d50b1fe
|
Roll mojo_sdk DEPS
|
2015-12-03 10:27:00 -08:00 |
|
Adam Barth
|
c70420a542
|
Update to mojo 538acea1892ce327ca5f8e192aaf62531d095b52
|
2015-12-03 10:26:13 -08:00 |
|
Adam Barth
|
98714ef9f9
|
Merge pull request #2128 from abarth/opacity_layer
Fix OpacityLayer to blend in the correct direction
|
2015-12-02 17:14:23 -08:00 |
|
Adam Barth
|
bdf3c4b6d6
|
Fix OpacityLayer to blend in the correct direction
Fixes #610
|
2015-12-02 17:04:18 -08:00 |
|
Florian Loitsch
|
5fa49e11ad
|
Merge pull request #2121 from floitschG/raster_pipe
Make rasterizer a mojo service.
|
2015-12-02 16:32:45 -08:00 |
|
Florian Loitsch
|
372355ad22
|
Make rasterizer a mojo service.
|
2015-12-02 16:28:39 -08:00 |
|
Eric Seidel
|
090d91fca9
|
Merge pull request #2126 from eseidelGoogle/startup_trace
Add various trace events for tracing startup
|
2015-12-02 12:29:47 -08:00 |
|
Chinmay Garde
|
b915f210f7
|
Merge pull request #2125 from chinmaygarde/master
Add back log statement used by Flutter tools to detect trace capture
|
2015-12-02 12:25:50 -08:00 |
|
Eric Seidel
|
a92597ee07
|
Add various trace events for tracing startup
@abarth
|
2015-12-02 12:18:20 -08:00 |
|
Chinmay Garde
|
8b7ec29f18
|
Add back log statement used by Flutter tools to detect trace capture
|
2015-12-02 11:49:06 -08:00 |
|
Phil Quitslund
|
1f77010ec0
|
Merge pull request #2124 from flutter/pq-doc-update
Update style guide to recommend `flutter analyze`.
|
2015-12-02 11:25:30 -08:00 |
|
Chinmay Garde
|
6fe302f3bb
|
Merge pull request #2123 from chinmaygarde/master
Add a counter to trace VSync events from the platform
|
2015-12-02 11:05:59 -08:00 |
|
Phil Quitslund
|
bf1846e8bb
|
Update style guide to recommend flutter analyze.
|
2015-12-02 09:09:56 -08:00 |
|
Chinmay Garde
|
f97824d368
|
Add a counter to trace VSync events from the platform
|
2015-12-01 15:51:05 -08:00 |
|
Chinmay Garde
|
97efbef9dc
|
Merge pull request #2122 from chinmaygarde/master
Allow capturing unified (Dart and base) traces from observatory
|
2015-12-01 13:27:29 -08:00 |
|
Chinmay Garde
|
34696334a4
|
Allow capturing unified (Dart and base) traces from observatory
* Start capturing via <obs_host>:<obs_port>/flutter_startTracing
* Stop capturing via <obs_host>:<obs_port>/flutter_stopTracing
|
2015-12-01 13:26:53 -08:00 |
|
Chinmay Garde
|
cdfb666f18
|
Merge pull request #2119 from chinmaygarde/master
Only strip executable in release builds on Mac/iOS
|
2015-11-30 18:47:45 -08:00 |
|
George Kulakowski
|
cf9ed589fc
|
Merge pull request #2120 from kulakowski/flip-y-coordinate
Flip y coordinate on FNL as a workaround
|
2015-11-30 14:12:10 -08:00 |
|
George Kulakowski
|
e08bd29aba
|
Flip y coordinate on FNL as a workaround
|
2015-11-30 14:10:07 -08:00 |
|
Adam Barth
|
9f112cbece
|
Rev pub packages
|
2015-11-30 12:27:06 -08:00 |
|
Chinmay Garde
|
34d60a60d3
|
Only strip executable in release builds on Mac/iOS
|
2015-11-30 11:55:46 -08:00 |
|
Adam Barth
|
4ef262df1b
|
Merge pull request #2117 from abarth/load_flx
Add --flx flag to load FLX files
|
2015-11-28 08:45:55 -08:00 |
|
Adam Barth
|
7de6bedd8f
|
Merge pull request #2118 from abarth/fix_mac
SkyShell on Mac shows a blank window
|
2015-11-28 08:45:36 -08:00 |
|
Adam Barth
|
def06cc72b
|
SkyShell on Mac shows a blank window
When I run SkyShell on Mac from the command line, I get a blank screen unless I
make the change in this patch.
|
2015-11-27 23:17:33 -08:00 |
|
Adam Barth
|
68dfad8e92
|
Add --flx flag to load FLX files
Also, remove the --snapshot flag because using FLX files is the path we're
paving.
|
2015-11-27 23:14:07 -08:00 |
|
Ian Hickson
|
9297e44f00
|
Merge pull request #2114 from Hixie/travis
Have Travis check the build for Dart errors.
|
2015-11-25 15:14:58 -08:00 |
|
Hixie
|
02bac7a285
|
Have Travis check the build for Dart errors.
|
2015-11-25 15:10:01 -08:00 |
|
Adam Barth
|
980f874405
|
Merge pull request #2115 from abarth/modroid_vsync
Flutter for Modroid should use vsync
|
2015-11-25 13:30:03 -08:00 |
|
Adam Barth
|
97a375f096
|
Flutter for Modroid should use vsync
This patch teaches Flutter how to connect to the vsync service on Modroid.
Also, remove our now-redunant copy of vsync.mojom.
Fixes #589
|
2015-11-25 13:10:44 -08:00 |
|
Ian Hickson
|
0069b9378f
|
Merge pull request #2112 from Hixie/rev
Rev engine.
|
2015-11-25 09:58:42 -08:00 |
|
Hixie
|
2a43548005
|
Rev engine.
|
2015-11-25 09:58:13 -08:00 |
|
Ian Hickson
|
81d3551c71
|
Merge pull request #2111 from Hixie/rect-isEmpty
Fix Rect.isEmpty
|
2015-11-25 09:54:59 -08:00 |
|
Hixie
|
8f78acf2ca
|
Fix Rect.isEmpty
...and provide Size.isEmpty and Size.shortestSide for consistency.
|
2015-11-24 17:29:43 -08:00 |
|
Ian Hickson
|
f44597042c
|
Merge pull request #2110 from Hixie/has_paint_bounds_
Layers don't always have paint bounds.
|
2015-11-24 17:02:14 -08:00 |
|