Adam Barth
7ee2e454ca
Revert "Update to mojo 891577b0517de5aeca538d99669787c6dc72412a"
...
This reverts commit bbeca72bbf .
This reverts commit 4b6e1f1f14 .
2016-03-21 17:17:50 -07:00
Adam Barth
b1afb45d09
Merge pull request #2537 from abarth/roll_mojo
...
Update Mojo
2016-03-21 17:11:15 -07:00
Adam Barth
4b6e1f1f14
Update use of Mojo APIs
2016-03-21 16:52:01 -07:00
Adam Barth
bbeca72bbf
Update to mojo 891577b0517de5aeca538d99669787c6dc72412a
2016-03-21 16:38:29 -07:00
Adam Barth
61167123a5
Merge pull request #2536 from abarth/ios_sim_sse
...
Fix iOS build
2016-03-21 15:47:35 -07:00
Adam Barth
0ebfd66653
Fix iOS build
...
Previously we failed to compile some SSE code in Skia.
2016-03-21 15:42:47 -07:00
Adam Barth
6b1dfda1ee
Merge pull request #2535 from abarth/update_skia
...
Update Skia
2016-03-21 15:08:45 -07:00
Adam Barth
ac113c2965
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
Adam Barth
be608ee2e9
Merge pull request #2508 from abarth/glfw
...
Import GLFW into //third_party/glfw
2016-03-21 09:48:17 -07:00
Hixie
b105feb361
Move the "current frame" marker in the perf graph
2016-03-18 13:38:30 -07:00
Chinmay Garde
f59aae0397
Merge pull request #2525 from chinmaygarde/master
...
Update Dart dependency
2016-03-18 11:29:50 -07:00
Chinmay Garde
26341315ec
Update Dart dependency
2016-03-17 17:51:02 -07:00
Ian Hickson
ed9c49397b
Merge pull request #2520 from Hixie/addPerformanceOverlay-docs
...
Performance Overlay fixes
2016-03-17 17:21:26 -07:00
Hixie
695b7df241
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
Ian Hickson
95872c3e06
Mention android:debuggable in CONTRIBUTING.md
2016-03-17 13:54:14 -07:00
Chinmay Garde
2b31397077
Merge pull request #2502 from chinmaygarde/master
...
Wire up the TracingController to the the Dart embedder timeline API
2016-03-16 18:17:30 -07:00
Chinmay Garde
215d7fedc1
Wire up the TracingController to the the Dart embedder timeline API
2016-03-16 16:08:47 -07:00
Adam Barth
623cb3fe18
Import GLFW into //third_party/glfw
...
This patch includes GLFW 3.1.2.
2016-03-15 14:46:46 -07:00
Chinmay Garde
fb5da67a51
Merge pull request #2501 from chinmaygarde/master
...
Update Dart dependency to pick up updates to timeline API
2016-03-14 08:23:49 -07:00
Chinmay Garde
2d5472bdf6
Update Dart dependency to pick up updates to timeline API
2016-03-14 07:25:27 -07:00
Chinmay Garde
5ad4a1a784
Merge pull request #2500 from chinmaygarde/rm_proto
...
Remove prototype.patch
2016-03-12 19:26:04 -08:00
Chinmay Garde
afa0a614bd
Remove prototype.patch
2016-03-12 19:22:01 -08:00
P.Y. Laligand
3522239acb
Merge pull request #2499 from pylaligand/mojo
...
Store the Mojo revision in mojo/VERSION.
2016-03-11 20:19:29 -08:00
Adam Barth
e7c8ca7825
Merge pull request #2498 from abarth/mozart_scale2
...
Fix device pixel ratios in Mozart for reals
2016-03-11 20:15:59 -08:00
P.Y. Laligand
f3ad6eb1b0
Store the Mojo revision in mojo/VERSION.
2016-03-11 17:17:05 -08:00
Adam Barth
e1713c3f1d
Fix device pixel ratios in Mozart for reals
...
We need to adjust the transform matrix to undo the device scale.
2016-03-11 17:01:06 -08:00
Jason Simmons
c5e72aee36
Merge pull request #2492 from jason-simmons/gradle_flutter_jar
...
Build a Flutter.jar output for use by Android projects built without …
2016-03-11 14:11:07 -08:00
Alhaad Gokhale
4cbb8ed697
Merge pull request #2496 from abarth/mozart_scale
...
Flutter embedded in Flutter via Mozart is double scaled
2016-03-11 14:10:29 -08:00
Adam Barth
63976f2ef4
Flutter embedded in Flutter via Mozart is double scaled
...
We weren't correctly dividing by the device pixel ratio when asking Mozart to
present our child scene.
2016-03-11 13:36:59 -08:00
Jeff Brown
13808f0218
Merge pull request #2495 from j9brown/views
...
Specify a clip rect for ChildSceneLayers.
2016-03-11 09:37:18 -08:00
Jeff Brown
4ab948ecee
Specify a clip rect for ChildSceneLayers.
...
When linking in a scene, it's a good idea to specify its clip rectangle
to ensure that its content does not draw or capture input from its
surrounding space.
A future version of the Mozart view manager may automatically wrap a
view's scene with a clip rectangle to avoid composition gotchas like this
but it currently doesn't. So the net effect is that if you embed a view
without specifying a clip, it can draw or capture input from anywhere
within its container.
2016-03-10 18:33:08 -08:00
Jason Simmons
8f3d202fb6
Build a Flutter.jar output for use by Android projects built without the Flutter tools
...
Flutter.jar contains the Flutter engine Java code, native code and resources.
It can be incorporated into projects built with external build systems such as Gradle.
2016-03-10 14:41:33 -08:00
Adam Barth
f0765e867c
Update mojo_sdk
2016-03-10 12:58:18 -08:00
Adam Barth
9fd4af08ef
Update to mojo b76db373e90403dbf8f63d86efb80f07ae9b128c
2016-03-10 12:58:04 -08:00
Chinmay Garde
84ea34d4dd
Allow PlatformMacMain to be called multiple times
...
It is called each time the embedder initializes a Flutter view controller. The Mac shell (which does not have a view controller), calls it before NSApplicationMain.
Common items like the base::AtExitManager and the platform message loop are stored in `EmbedderState`
2016-03-09 17:49:17 -08:00
Jason Simmons
57406a0be8
Handle both absolute and relative paths when generating sky_snapshot dependencies
2016-03-09 15:19:17 -08:00
Alhaad Gokhale
277dc6c36c
Merge pull request #2478 from alhaad/depfile_support
...
Depfile support for sky_snaphot.
2016-03-08 22:08:51 -08:00
Alhaad Gokhale
ee5c415beb
sky_snapshot should use --snaphsot as the defualt value for
...
--build-output.
Also, dependency collection should be done by Loader.
2016-03-08 21:56:44 -08:00
Alhaad Gokhale
1625e84ae9
Depfile support for sky_snaphot.
...
Ref #1942
2016-03-08 16:43:49 -08:00
Chinmay Garde
6e62e249ca
Prepare a framework providing an embeddable Flutter view controller
2016-03-08 16:42:07 -08:00
Devon Carew
fa2e4a9e8f
Merge pull request #2467 from devoncarew/update_embedder
...
update the embedder file
2016-03-07 14:19:11 -08:00
Devon Carew
6234a8c19b
update the embedder file
2016-03-07 14:09:36 -08:00
Collin Jackson
4c465a4baf
Enable conditional directives
2016-03-06 17:29:42 -08:00
Eric Seidel
12ead47913
Merge pull request #2455 from eseidelGoogle/android_x86
...
Support Android x86.
2016-03-04 09:25:27 -08:00
Ian Hickson
3e01645c36
Update CONTRIBUTING.md
...
Mention the waterfall and conventions around it.
2016-03-03 22:56:03 -08:00
Eric Seidel
0f5e9136bd
Support Android x86.
...
Also rolls Dart to include their Android x86 fixes.
@jason-simmons @chinmaygarde @abarth
2016-03-03 19:32:05 -08:00
Adam Barth
6fed24c86c
Merge pull request #2450 from abarth/rm_icons
...
Remove packages/material_design_icons
2016-03-03 11:06:15 -08:00
Adam Barth
e826a6f503
Remove packages/material_design_icons
...
We no longer use a pub package to distribute these icons.
2016-03-03 10:59:10 -08:00
Jason Simmons
fb48f3f3e7
Merge pull request #2448 from jason-simmons/gitignore_gcm
...
Add GCM to gitignore
2016-03-02 15:08:01 -08:00
Adam Barth
9e55649cb9
Merge pull request #2447 from abarth/roll
...
Update Mojo
2016-03-02 15:04:09 -08:00