2540 Commits

Author SHA1 Message Date
Hans Muller
d5ab0b9801 manage listener with on,didMount 2015-07-21 08:41:58 -07:00
Hans Muller
5fab3708ec Fixed several typos 2015-07-21 08:25:49 -07:00
Adam Barth
0077a90f02 Merge pull request #173 from abarth/fix_dart_pkg
Fix dart_pkg.py build crash
2015-07-20 23:34:25 -07:00
Adam Barth
1cadb3b1ba Fix dart_pkg.py build crash
We need to work in absolute paths because os.path.exists("foo/..") is False but
os.mkdirs("foo/..") will generate an error.
2015-07-20 23:13:51 -07:00
Ian Hickson
71c0e76fd1 Update CONTRIBUTING.md 2015-07-20 22:54:52 -07:00
Ian Hickson
72675c23b7 Update README.md 2015-07-20 22:48:47 -07:00
Ian Hickson
1632513da1 Update README.md
Try to clarify initial execution.
2015-07-20 22:48:12 -07:00
Adam Barth
19ac93f332 Merge pull request #171 from domokit/abarth_try_j4
Increase j to 4
2015-07-20 21:04:24 -07:00
Adam Barth
9111752ee7 Merge pull request #170 from domokit/renderimage_constraints
Fix typos in RenderImage
2015-07-20 20:22:00 -07:00
Adam Barth
0ca8d745b9 Increase j to 4
Try building faster on Travis now that we're using Release and have less code.
2015-07-20 20:18:33 -07:00
Adam Barth
a040876d16 Fix typos in RenderImage
This function took innerConstraints as an argument but used constraints internally.
2015-07-20 20:04:03 -07:00
Chinmay Garde
764ce409b8 Merge pull request #168 from chinmaygarde/sky_engine
sky/engine and sky/services updates for Mac target
2015-07-20 17:54:18 -07:00
Chinmay Garde
6ccb1e6b0c sky/engine and sky/services updates for Mac target 2015-07-20 17:50:19 -07:00
Chinmay Garde
3256b1f061 Merge pull request #167 from chinmaygarde/build/config
Build configuration and toolchain updates for iOS and Mac targets
2015-07-20 17:48:22 -07:00
Chinmay Garde
ad591c629a Build configuration and toolchain updates for iOS and Mac targets 2015-07-20 17:41:51 -07:00
Collin Jackson
c12d5d9dfb Merge pull request #166 from collinjackson/fitness
Measurement tracking for fitness app.

There is an issue with the input control that prevents actually creating a measurement. Working on this with eseidel.

R=eseidel
2015-07-20 16:25:19 -07:00
Collin Jackson
3f55a95d00 Add basic measurement functionality to fitness app 2015-07-20 16:20:59 -07:00
Eric Seidel
b4c4b04f76 Merge pull request #164 from eseidelGoogle/ios_gn
Fix gn --ios
2015-07-20 15:57:58 -07:00
Adam Barth
4913315124 Rev skyx to 0.0.2 2015-07-20 15:54:04 -07:00
Eric Seidel
a6147864a6 Fix gn --ios
Currently crashes with a python exception due to typo.

R=abarth@google.com
2015-07-20 15:54:03 -07:00
Hans Muller
30f9377423 Merge pull request #122 from HansMuller/shrinking-card
Card Collection dismiss animation
2015-07-20 15:52:09 -07:00
Hans Muller
344ee7ccf4 Make it possible to identify BlockViewport children whose size or type has changed 2015-07-20 15:41:21 -07:00
Adam Barth
ced1d964fe Merge pull request #159 from abarth/fix_build
Fix Release builds
2015-07-20 15:41:14 -07:00
Ian Hickson
7c98e215ff Merge pull request #163 from Hixie/natvies
Fix typo "natvies" in the build system.
2015-07-20 15:34:58 -07:00
Ian Hickson
f895534e2f Merge pull request #162 from Hixie/focus
Remove focus support from sky/engine/core/*.
2015-07-20 15:31:52 -07:00
Hixie
9ce0b8b4d0 Fix typo "natvies" in the build system. 2015-07-20 15:25:59 -07:00
Hixie
38c8026ec7 Remove focus support from sky/engine/core/*.
tabindex, :focus, actual focus support, etc.
2015-07-20 15:03:39 -07:00
Collin Jackson
4e6b873e40 Merge pull request #137 from collinjackson/launcher
Tweaks to launcher
2015-07-20 14:28:16 -07:00
Adam Barth
b6ddf9188e Fix Release builds 2015-07-20 14:08:07 -07:00
Ian Hickson
f8e2c253a1 Merge pull request #142 from Hixie/shadow
Remove shadow trees and custom elements from sky/engine/.
2015-07-20 14:02:39 -07:00
Adam Barth
5c6d38df8d Merge pull request #141 from abarth/travis_experiments
Try building Release with -j 2
2015-07-20 14:00:34 -07:00
Hixie
6bcc09dbd0 Remove shadow trees and custom elements from sky/engine/.
Remove all code relating to shadow trees, insertion points, shadow
boundaries, traversing composed trees, distribution, template
documents, custom elements, registering elements, element registries,
element factories, shadow roots, etc.

Remove the following features from the IDLs and from the binding
generators: CustomElementCallbacks, Reflect*, EventHandler.

Remove the CSS custom pseudo-element concept, since we no longer have
a UA style sheet worth talking about, no longer have shadow trees or
custom elements, no longer use pseudo-elements, and generally
therefore don't use this code at all.
2015-07-20 13:31:12 -07:00
Adam Barth
99ba1e7f36 Try building Release with -j 2
Maybe this will work now that we have less code.
2015-07-20 13:18:46 -07:00
Benjamin Lerman
ba949fd2fe Merge pull request #140 from qsr/roll_mojo
Update to mojo 5561fc7ae1717f8013a873f744fdae116d046e74
2015-07-20 13:18:14 -07:00
Adam Barth
65c882248e Update CONTRIBUTING.md 2015-07-20 13:16:49 -07:00
Benjamin Lerman
6b1f4d303b Update to mojo 5561fc7ae1717f8013a873f744fdae116d046e74 2015-07-20 21:56:32 +02:00
Chinmay Garde
c2b57f58ff Merge pull request #136 from chinmaygarde/mac
Use "org.domokit" in Sky shell iOS
2015-07-20 11:22:26 -07:00
Collin Jackson
e90f865f21 Tweaks to launcher 2015-07-20 11:20:47 -07:00
Chinmay Garde
72032a60f8 Only build //sky/shell on Mac and iOS 2015-07-20 11:18:18 -07:00
Chinmay Garde
bf8957f864 Use "org.domokit" in Sky shell iOS 2015-07-20 11:10:56 -07:00
Adam Barth
e62f51ad3b Merge pull request #135 from abarth/roll_mojo
Roll mojo
2015-07-20 11:03:29 -07:00
Hans Muller
303479b15c Merge pull request #98 from HansMuller/fix-contribute
Updated CONTRIBUTING.md
2015-07-20 10:40:23 -07:00
Collin Jackson
a5f6fdbfaa Merge pull request #121 from collinjackson/baseline5
Draw debug rects when flex overflows and debugPaintSizeEnabled
2015-07-20 10:26:40 -07:00
Collin Jackson
acd51f8926 Merge remote-tracking branch 'upstream/master' into baseline5
Conflicts:
	sky/sdk/lib/rendering/flex.dart
2015-07-20 10:26:06 -07:00
Hans Muller
d96729c38a updated 2015-07-20 10:25:38 -07:00
Collin Jackson
206ca722ce abarth feedback 2015-07-20 10:24:52 -07:00
Adam Barth
dc325abd2e Remove //crypto and //services/android
These directories aren't referenced anymore.
2015-07-20 10:24:47 -07:00
Adam Barth
f0db19990c Update to mojo 894a8dd5afe950d4ab0d5f38902e0c14c1ebd01b 2015-07-20 10:24:43 -07:00
Adam Barth
3911c0ec45 Pull in fewer directories from Mojo 2015-07-20 10:24:39 -07:00
Collin Jackson
a548d3904a Merge pull request #123 from collinjackson/baseline6
Support for non-alphabetic baselines
2015-07-20 10:18:15 -07:00