6697 Commits

Author SHA1 Message Date
Adam Barth
3187dd13e2 Update to mojo 891577b0517de5aeca538d99669787c6dc72412a 2016-03-23 09:36:02 -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
Hixie
389bc4b456 Performance Overlay fixes
- fix dartdocs for addPerformanceOverlay
- make PerformanceOverlayLayer honour its x, y, and height.
- fix the y axis of PerformanceOverlayLayer to only show 3x16ms, since
  if it's more than 16ms it really doesn't matter what it is.
- make the label on the PerformanceOverlayLayer show the worst time on
  record not the instantaneous time.
- pin the fps to a maximum of 60Hz
2016-03-17 17:14:04 -07:00
Chinmay Garde
99f1529ebd Merge pull request #2522 from chinmaygarde/master
Make the iOS shell use the public Flutter framework API.
2016-03-17 17:03:04 -07:00
Chinmay Garde
46070d433e Make the iOS shell use the public Flutter framework API.
Also cleans up the messages when errors occur in both modes. I have also made the API a lot simpler and moved more of the extraneous stuff out of public. Only FlutterViewController and the Dart project configuration are publically available.
2016-03-17 16:44:25 -07:00
John McCutchan
a8ea37b714 Merge pull request #2515 from johnmccutchan/observatory_auto_port
Auto select Observatory port on Android and iOS simulators
2016-03-17 14:24:19 -07:00
Ian Hickson
7a2c8daa8f Mention android:debuggable in CONTRIBUTING.md 2016-03-17 13:54:14 -07:00
Adam Barth
f25adf40a5 Merge pull request #2519 from abarth/draw_paragraph
Add Canvas#drawParagraph
2016-03-17 12:52:53 -07:00