Adam Barth
|
398ec7f81e
|
Merge pull request #2146 from abarth/path_functions
Add a bunch of missing Path functions
|
2015-12-05 01:46:48 -08:00 |
|
Adam Barth
|
19f6331a6f
|
Add a bunch of missing Path functions
Part of #252
|
2015-12-05 01:11:07 -08:00 |
|
Chinmay Garde
|
3df1de91a5
|
Merge pull request #2145 from chinmaygarde/master
Add startup trace events
|
2015-12-04 14:58:36 -08:00 |
|
Chinmay Garde
|
4c8a138a29
|
Add a startup instant marker
|
2015-12-04 14:50:58 -08:00 |
|
Chinmay Garde
|
ee55c83609
|
Add startup trace events
|
2015-12-04 14:40:12 -08:00 |
|
Chinmay Garde
|
01502216ba
|
Merge pull request #2144 from chinmaygarde/master
Name the main thread on mac
|
2015-12-04 14:27:13 -08:00 |
|
Chinmay Garde
|
40bda43619
|
Name the main thread on mac
|
2015-12-04 14:25:11 -08:00 |
|
Chinmay Garde
|
52e9b96a29
|
Merge pull request #2143 from appsforartists/patch-1
Fix link to colors.dart in style-guide
|
2015-12-04 14:03:00 -08:00 |
|
Brenton Simpson
|
df631cb50e
|
Fix link to colors.dart in style-guide
|
2015-12-04 11:27:47 -08:00 |
|
Chinmay Garde
|
c82bddca37
|
Merge pull request #2142 from chinmaygarde/master
Enable ThreadTime support on iOS
|
2015-12-03 22:08:11 -08:00 |
|
Chinmay Garde
|
77261bf8ac
|
Enable ThreadTime support on iOS
|
2015-12-03 17:56:08 -08:00 |
|
Chinmay Garde
|
a6dcd80f37
|
Merge pull request #2140 from chinmaygarde/master
Start tracing in base before a tracing controller instance is available
|
2015-12-03 15:52:02 -08:00 |
|
Chinmay Garde
|
95ba64b711
|
Allow enabling tracing in base without an instance of the tracing controller
|
2015-12-03 15:08:20 -08:00 |
|
Adam Barth
|
97bf8464d2
|
Update pub packages
|
2015-12-03 15:03:46 -08:00 |
|
Adam Barth
|
23610cfe71
|
Merge pull request #2139 from abarth/letter_spacing
Add support for letterSpacing
|
2015-12-03 15:01:33 -08:00 |
|
Chinmay Garde
|
abe709013c
|
Start tracing in base before a tracing controller instance is available
|
2015-12-03 14:56:55 -08:00 |
|
Adam Barth
|
e5a42b6bb8
|
Add support for letterSpacing
|
2015-12-03 14:56:20 -08:00 |
|
Jason Simmons
|
2aa88e20a2
|
Merge pull request #2137 from jason-simmons/deferred_import
Load deferred import libraries when building the snapshot
|
2015-12-03 14:55:23 -08:00 |
|
Chinmay Garde
|
96fc39f16d
|
Merge pull request #2136 from chinmaygarde/master
Ensure GL context as soon as the accelerated widget is available
|
2015-12-03 14:54:57 -08:00 |
|
Chinmay Garde
|
72814b2712
|
Ensure GL context as soon as the accelerated widget is available
|
2015-12-03 14:54:32 -08:00 |
|
George Kulakowski
|
81e7b3eba9
|
Merge pull request #2138 from kulakowski/master
Make RequestFrame less janky in the no vsync case
|
2015-12-03 14:39:47 -08:00 |
|
Jason Simmons
|
0e537ebaa0
|
Load deferred import libraries when building the snapshot
Without this, Dart will attempt to resolve deferred imports at runtime,
which is not feasible in Flutter
|
2015-12-03 14:36:44 -08:00 |
|
George Kulakowski
|
a371cceee1
|
Make RequestFrame less janky in the no vsync case
Instead of spamming the MessageLoop, guess that 16ms is a good amount of
time to wait
|
2015-12-03 14:36:00 -08:00 |
|
Adam Barth
|
db7f7dac80
|
Merge pull request #2129 from domesticmouse/patch-1
Trailing full stop is confusing
|
2015-12-03 14:32:18 -08:00 |
|
Chinmay Garde
|
f0f819afdb
|
Merge pull request #2134 from chinmaygarde/master
Instrument dart_init.cc and remove the idle wait on the service load port
|
2015-12-03 14:03:36 -08:00 |
|
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 |
|
Chinmay Garde
|
33961a5d4d
|
Instrument dart_init.cc and remove the idle wait on the service load port
|
2015-12-03 12:43:37 -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 |
|
Brett Morgan
|
410112a76b
|
Trailing full stop is confusing
Sample code is not differentiated enough to disambiguate the full stop at the end of the line.
|
2015-12-03 14:38:07 +11: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 |
|