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
Adam Barth
fed101feb7
Rev pub packages
2015-11-17 11:24:14 -08:00
Adam Barth
a42a7615a9
Merge pull request #2067 from abarth/event_units
...
Fix the units for Pointer events
2015-11-17 11:22:37 -08:00
Adam Barth
4e0ec4c23b
Fix the units for Pointer events
...
The time_stamp is supposed to be in microseconds. Previously we were using
milliseconds.
2015-11-17 11:21:58 -08:00
Adam Barth
981e16d420
Merge pull request #2066 from abarth/publish_flutter_mojo
...
Publish flutter.mojo along with sky_viewer.mojo
2015-11-17 10:03:49 -08:00
Adam Barth
a38c904604
Publish flutter.mojo along with sky_viewer.mojo
2015-11-17 10:00:52 -08:00
Adam Barth
0114460cf5
Merge pull request #2065 from abarth/millis_micros
...
Scrollable widgets don't fling in MojoShell
2015-11-17 09:45:34 -08:00
Adam Barth
c9b7f2f7d4
Scrollable widgets don't fling in MojoShell
...
There's some confusion over the units for time_stamp. This patch works around
the issue. I've filed a bug (https://github.com/domokit/mojo/issues/541 ) to
figure out the right fix.
Also, rename the final target to flutter.mojo, which is a more descriptive
name.
2015-11-17 09:41:07 -08:00
Chinmay Garde
e2a90c4db1
Merge pull request #2064 from collinjackson/http_headers_ios
...
Add support for HTTP headers on iOS
2015-11-16 23:33:32 -08:00
Collin Jackson
24edb84322
Add support for HTTP headers on iOS
2015-11-16 22:40:43 -08:00
Collin Jackson
5157377b1a
Merge pull request #2063 from collinjackson/entitlements_path
...
fix entitlements path
2015-11-16 21:57:00 -08:00
Collin Jackson
9f5f4c1f18
fix entitlements path
2015-11-16 21:56:32 -08:00
Adam Barth
39bc40f434
Merge pull request #2062 from abarth/feature_parity
...
Bring sky_shell.mojo up to feature parity with sky_viewer.mojo
2015-11-16 19:07:42 -08:00
Adam Barth
ae58ba7c8c
Bring sky_shell.mojo up to feature parity with sky_viewer.mojo
...
I believe this patch implements all the remaining features from
sky_viewer.mojo.
2015-11-16 17:19:35 -08:00
Ian Hickson
e57bec96fd
Merge pull request #2061 from Hixie/remove-skyanalyzer
...
Skyanalyzer is no longer needed.
2015-11-16 16:10:37 -08:00
Hixie
b9b6ad3b92
Skyanalyzer is no longer needed.
2015-11-16 15:57:58 -08:00
Adam Barth
133a8781e8
Merge pull request #2060 from abarth/android_crash
...
Make sky_shell.mojo work on Android
2015-11-16 15:45:52 -08:00
Adam Barth
36b4f0669c
Make sky_shell.mojo work on Android
...
There's no vsync service in MojoShell, so we shouldn't try to connect to it.
Feature request for MojoShell is in https://github.com/domokit/mojo/issues/535 .
2015-11-16 15:27:28 -08:00
Adam Barth
c075697fcf
Rev pub packages
2015-11-16 15:16:12 -08:00
Collin Jackson
794caa2314
Merge pull request #2059 from collinjackson/rename_flutter_strings
...
Fix #371 Replace “chromium” and “sky” with “flutter” in logs and Mac Shell UI
2015-11-16 14:54:30 -08:00
Collin Jackson
0904164fd6
Fix https://github.com/flutter/flutter/issues/371 renaming "sky" and "chromium" to "flutter" in logs and Mac Shell UI
2015-11-16 14:54:18 -08:00
Adam Barth
ba603acc04
Fix build and rename a variable
...
I was supposed to rename this variable before landing the previous patch.
2015-11-16 14:42:44 -08:00
Adam Barth
4858c78ad9
Merge pull request #2058 from abarth/mojo_input
...
Handle pointer input in sky_shell.mojo
2015-11-16 14:39:20 -08:00
Adam Barth
a4f6e050a6
Merge pull request #2057 from abarth/hold_service_provider
...
Hold services_provided_to_embedder open
2015-11-16 14:39:10 -08:00
Adam Barth
530d7f3851
Handle pointer input in sky_shell.mojo
2015-11-16 14:26:45 -08:00
Adam Barth
6fae1a6bd4
Hold services_provided_to_embedder open
...
If we let services_provided_to_embedder close, we'll trigger a bug in Dart's
ApplicationConnection framework code. I've filed
https://github.com/domokit/mojo/issues/536 and will fix that separately. This
patch works around the issue for now.
2015-11-16 13:57:17 -08:00
Adam Barth
b6e662eb83
Merge pull request #2056 from abarth/mojo_services
...
Wire in Mojo services to sky_shell.mojo
2015-11-16 12:58:42 -08:00
Adam Barth
77f873c1a4
Wire in Mojo services to sky_shell.mojo
...
After this patch, code running in sky_shell.mojo has access to Mojo services.
2015-11-16 12:56:08 -08:00
Adam Barth
b0d8e5c565
Merge pull request #2055 from abarth/service_provider
...
Refactor how we wire up platform services
2015-11-16 12:55:36 -08:00
Adam Barth
9dc71cb51f
Refactor how we wire up platform services
...
Now the control flow for wiring up platform services starts in the
platform-specific code. Previously we started in shared code, which was
imposing constraints on the startup sequence for all platforms. Now that we
start in platform-specific code, we'll be able to add better support for Mojo
in a future patch.
2015-11-16 12:24:28 -08:00
Adam Barth
3082e82586
Merge pull request #2054 from abarth/rm_network
...
Remove sky:🐚 :Engine's dependency on network_service
2015-11-16 09:50:23 -08:00
Adam Barth
4f42efe409
Merge pull request #2052 from abarth/paint_flutter
...
Wire sky_shell.mojo to draw via MGL
2015-11-16 09:25:36 -08:00
Adam Barth
33a1cd3e87
Remove sky: 🐚 :Engine's dependency on network_service
...
We weren't using the network service for anything.
2015-11-16 09:22:06 -08:00
Adam Barth
9f0dbea5eb
Merge pull request #2053 from chinmaygarde/master
...
Inability to find a codesigning identity is not a fatal error
2015-11-14 20:39:14 -08:00
Chinmay Garde
a6a497ba3f
Inability to find a codesigning identity is not a fatal error
2015-11-14 18:03:02 -08:00
Adam Barth
56601fcfa3
Wire sky_shell.mojo to draw via MGL
...
After this patch, we can execute Dart code and draw the result via MGL. We
still need to plumb in services.
2015-11-14 07:42:25 -08:00
Adam Barth
33e5611409
Merge pull request #2050 from abarth/execute_code3
...
Wire sky_shell.mojo up to native_viewport
2015-11-13 14:02:30 -08:00
Adam Barth
96b847cd43
Wire sky_shell.mojo up to native_viewport
...
After this patch, we can execute Dart code an create an X window. There's a
sketch of some graphics code, but it's not wired up yet.
2015-11-13 14:00:34 -08:00
John McCutchan
8b406037d4
Merge pull request #2049 from johnmccutchan/rev_packages_again
...
Rev packages again and this time update the mojo_sdk dependency
2015-11-13 12:39:03 -08:00
John McCutchan
48aa7176cd
Rev packages again and this time update the mojo_sdk dependency
2015-11-13 12:25:57 -08:00
Chinmay Garde
4c076c79e3
Merge pull request #2048 from chinmaygarde/master
...
Make Xcode run `pub get` automatically
2015-11-13 12:02:11 -08:00
Chinmay Garde
a5a65400f6
Make Xcode run pub get automatically instead of depending on the user to update the same
2015-11-13 11:52:41 -08:00
John McCutchan
a28338a4ea
Merge pull request #2047 from johnmccutchan/rev_packages
...
Bump sky_engine and sky_services package versions
2015-11-13 10:47:42 -08:00
John McCutchan
62d13979fb
Bump sky_engine and sky_services package versions
2015-11-13 10:44:46 -08:00