Chinmay Garde
4ffc564a6f
Merge pull request #2544 from chinmaygarde/master
...
Add a ios_clang_x64 toolchain definition for iOS simulator builds
2016-03-23 12:57:42 -07:00
Chinmay Garde
176d38a81c
Add a ios_clang_x64 toolchain definition for iOS simulator builds
...
Earlier, the default arm toolchain was modified depending on whether the use_ios_simulator flag was set. This was causing issues with mutliarch GN builds.
2016-03-23 12:39:23 -07:00
Adam Barth
b7419de14a
Temporary fix for Mac builds
2016-03-23 09:48:02 -07:00
Adam Barth
989b29a668
Merge pull request #2543 from abarth/update_mojo2
...
Update to mojo 891577b0517de5aeca538d99669787c6dc72412a
2016-03-23 09:40:03 -07:00
Jason Simmons
7a68885c78
Merge pull request #2542 from jason-simmons/mojo_dart_dependency
...
Build fixes for the sky_engine and sky_services Dart packages
2016-03-23 09:39:26 -07:00
Adam Barth
3187dd13e2
Update to mojo 891577b0517de5aeca538d99669787c6dc72412a
2016-03-23 09:36:02 -07:00
Jason Simmons
9e75461869
Build fixes for the sky_engine and sky_services Dart packages
...
* Add some missing dependecies to sky_services
* Create a script that excludes unnecessary files when preparing the package for release
2016-03-22 15:30:05 -07:00
Todd Volkert
a1f70b5e03
Merge pull request #2541 from tvolkert/fix
...
Fix broken iOS build
2016-03-22 14:55:54 -07:00
Todd Volkert
4d8a5c2c26
Revert "The dynamic services SDK produces a fat Mach binary of x64 and arm64 variants."
...
This reverts commit dcb7a9df9bce4eb941157aa4038cb48adfe7fe04 in order to fix the build breakage: ".../obj/sky/services/dynamic/libFlutterServices.a and .../clang_x64/obj/sky/services/dynamic/libFlutterServices.a have the same architectures (x86_64) and can't be in the same fat output file"
2016-03-22 14:52:07 -07:00
Adam Barth
e1d708a20b
Merge pull request #2540 from abarth/rm_char_events
...
Skip char key events
2016-03-22 13:21:56 -07:00
Adam Barth
fc5ddc3058
Skip char key events
...
It's confusing to send two key press events. Instead, just send the
lower-level, non-char event.
The real fix will be to define a sensible key event protocol for Mozart, but
this patch unblocks people who are experimenting at higher layers of the stack.
2016-03-22 12:42:10 -07:00
Chinmay Garde
030acb9114
Merge pull request #2538 from chinmaygarde/master
...
The dynamic services SDK produces a fat Mach binary of x64 and arm64 variants.
2016-03-22 12:11:29 -07:00
Adam Barth
6c08b3655c
Merge pull request #2539 from abarth/update_skia2
...
Update Skia
2016-03-22 10:40:53 -07:00
Adam Barth
baaceb79a9
Update Skia
...
Fixes https://github.com/flutter/flutter/issues/2670
2016-03-22 09:28:46 -07:00
Chinmay Garde
dcb7a9df9b
The dynamic services SDK produces a fat Mach binary of x64 and arm64 variants.
2016-03-21 17:51:35 -07:00
Adam Barth
56bca69d7a
Revert "Update to mojo 891577b0517de5aeca538d99669787c6dc72412a"
...
This reverts commit 7bfce5cb2644c64f172e64708b0b246db3567154.
This reverts commit a550e7e3958a9910946acc4e37f1fd0ed4ccd17c.
2016-03-21 17:17:50 -07:00
Adam Barth
41328b15c5
Merge pull request #2537 from abarth/roll_mojo
...
Update Mojo
2016-03-21 17:11:15 -07:00
Adam Barth
a550e7e395
Update use of Mojo APIs
2016-03-21 16:52:01 -07:00
Adam Barth
7bfce5cb26
Update to mojo 891577b0517de5aeca538d99669787c6dc72412a
2016-03-21 16:38:29 -07:00
Adam Barth
c358ddc8f8
Merge pull request #2536 from abarth/ios_sim_sse
...
Fix iOS build
2016-03-21 15:47:35 -07:00
Adam Barth
343d7a1370
Fix iOS build
...
Previously we failed to compile some SSE code in Skia.
2016-03-21 15:42:47 -07:00
Jason Simmons
71e9165408
Merge pull request #2516 from jason-simmons/messaging_to_host
...
Provide Mojo services for passing application-specific messages betwe…
2016-03-21 15:24:23 -07:00
Adam Barth
67b334fb8c
Merge pull request #2535 from abarth/update_skia
...
Update Skia
2016-03-21 15:08:45 -07:00
Adam Barth
e301cef648
Update Skia
...
This required a bunch of changes because of the new sk_sp type Skia has
introduced into their API.
2016-03-21 14:59:49 -07:00
Chinmay Garde
646500663e
Merge pull request #2534 from chinmaygarde/master
...
Remove the build_xcode_sdk.sh script used by the old bots.
2016-03-21 13:12:55 -07:00
Chinmay Garde
1cef4ff68e
Remove the build_xcode_sdk.sh script used by the old bots.
2016-03-21 13:10:23 -07:00
Jason Simmons
370db6cda3
Provide Mojo services for passing application-specific messages between the host and Flutter
2016-03-21 11:25:00 -07:00
Adam Barth
dcbd64e460
Merge pull request #2508 from abarth/glfw
...
Import GLFW into //third_party/glfw
2016-03-21 09:48:17 -07:00
Ian Hickson
2c7befc32f
Merge pull request #2532 from Hixie/picture-doc
...
Better documentation for [Picture].
2016-03-20 10:09:29 -07:00
Chinmay Garde
03857086d0
Merge pull request #2533 from chinmaygarde/master
...
RawKeyboardListener is not a service. Dont assign it a service name.
2016-03-18 15:11:19 -07:00
Chinmay Garde
e8434885eb
RawKeyboardListener is not a service. Dont assign it a service name.
2016-03-18 14:41:03 -07:00
Hixie
9fbe031676
Better documentation for [Picture].
2016-03-18 14:24:51 -07:00
Ian Hickson
461d1bec4a
Merge pull request #2529 from Hixie/perf-graph
...
Move the "current frame" marker in the perf graph
2016-03-18 14:24:46 -07:00
Adam Barth
fff30cbefa
Merge pull request #2531 from abarth/mozart_keyboard
...
Wire up raw keyboard events in Mozart
2016-03-18 14:18:02 -07:00
Adam Barth
d8ed73e0a9
Wire up raw keyboard events in Mozart
2016-03-18 14:13:12 -07:00
Chinmay Garde
a662403f61
Merge pull request #2530 from chinmaygarde/master
...
Add an asset copy phase for platform specific assets (i.e. not in the FLX archive)
2016-03-18 13:56:15 -07:00
Chinmay Garde
247b1c5346
Add an asset copy phase for platform specific assets (i.e. not in the FLX archive)
2016-03-18 13:52:20 -07:00
Hixie
493a0b7d4b
Move the "current frame" marker in the perf graph
2016-03-18 13:38:30 -07:00
Adam Barth
5114eade63
Merge pull request #2528 from abarth/view_services
...
Move Keyboard and RawKeyboard to view services
2016-03-18 12:45:28 -07:00
Adam Barth
944b2eeca9
Move Keyboard and RawKeyboard to view services
...
These services are relative to the current view, which means they should come
in through the view services.
2016-03-18 12:37:30 -07:00
Chinmay Garde
2bde94c703
Merge pull request #2525 from chinmaygarde/master
...
Update Dart dependency
2016-03-18 11:29:50 -07:00
Adam Barth
f75851cb73
Merge pull request #2527 from abarth/services_cleanup
...
Cleanup MojoServices in dart:ui
2016-03-18 10:55:35 -07:00
Adam Barth
678d5f9bac
Cleanup MojoServices in dart:ui
...
This patch cleans up the way we expose Mojo services into Dart. It also adds a
service provider for "view services," which will evetually contain the raw
keyboard service.
2016-03-18 10:52:13 -07:00
Adam Barth
e2f177ff13
Merge pull request #2526 from abarth/mozart_url
...
Flutter apps in Mozart should have reasonable Uri.base
2016-03-18 10:04:20 -07:00
Adam Barth
410aac589b
Flutter apps in Mozart should have reasonable Uri.base
...
Previously this value was the temp directory that we used to store the FLX
bundle. Now it's the URL given to us by MojoShell.
2016-03-18 09:53:44 -07:00
Chinmay Garde
0616669659
Update Dart dependency
2016-03-17 17:51:02 -07:00
Ian Hickson
138fae117a
Merge pull request #2520 from Hixie/addPerformanceOverlay-docs
...
Performance Overlay fixes
2016-03-17 17:21:26 -07:00
Ian Hickson
73b43d254d
Merge pull request #2521 from flutter/Hixie-patch-1
...
Mention android:debuggable in CONTRIBUTING.md
2016-03-17 17:20:58 -07:00
Adam Barth
5a3890153d
Merge pull request #2523 from abarth/rm_paragraph_paint
...
Remove Paragraph#paint
2016-03-17 17:20:40 -07:00
Adam Barth
2838055627
Remove Paragraph#paint
...
We now use Canvas#drawParagraph.
2016-03-17 17:20:26 -07:00