- 22 Jul, 2015 11 commits
-
-
Matt Perry authored
-
Adam Barth authored
Fix type error found by dartanalyzer --strong
-
Adam Barth authored
Grammar
-
Adam Barth authored
We were declaring that the function passed to setState should return a Function. In reality, we want the function to return void (and everyone calls it with a function that returns void).
-
Adam Barth authored
Fix 2 crashes found by Hixie's fuzzer.
-
Adam Barth authored
-
Adam Barth authored
Update sky_tool now that sky:// isn't a thing
-
Adam Barth authored
Instead, just use a normal http URL.
-
Adam Barth authored
-
Adam Barth authored
-
Adam Barth authored
-
- 21 Jul, 2015 28 commits
-
-
Eric Seidel authored
The first one is that we weren't setting up a FontCachePurgePreventer during drawText. It's not clear that this is the correct fix, since Blink doesn't have this FontCachePurgePreventer here either, but it's also possible that they would hit this same ASSERT and just not care (since ASSERTs are disabled on clusterfuzz). The second fix is making ExceptionState actually track whether it has thrown an exception or not. The c++ code was depending on this working in order to return early from dom functions and not crash! R=abarth@google.com
-
Hixie authored
It turns out that we aren't really using these. The identity logic is sufficient. Also, add some asserts for a crash I had once but couldn't reproduce, in case that helps catch it next time.
-
Hixie authored
Route (named routes) no longer have a key, and have their own storage for their names. RouseState no longer has a key, and uses an owner field pointing to a StatefulComponent instead. As such, RouteBase no longer has a key. HistoryEntry no longer uses a global int to ensure uniqueness. Propagated this to stocks app.
-
Adam Barth authored
-
Adam Barth authored
When we build widgets during layout we weren't notifying those widgets that they were mounted. Now we notify mount status changes when exiting build phases inside layout. Fixes #176
-
Adam Barth authored
-
Adam Barth authored
Separate width and height parameters for Image widgets
-
Adam Barth authored
Fix analyzer warnings
-
Adam Barth authored
-
Adam Barth authored
This change makes it easier to defined only the width or the height of an image and let the other value be filled in from the image's intrinsic aspect ratio. Fixes #175
-
mpcomplete authored
Renamed AnimatedType to AnimatedValue
-
Viktor Lidholt authored
Updates sprite widget to handle changes to renderbox
-
Viktor Lidholt authored
-
Matt Perry authored
-
Hixie authored
-
Hixie authored
-
Viktor Lidholt authored
-
Viktor Lidholt authored
-
Hans Muller authored
Dismissable: animate "snap back", only call dismiss() once
-
Viktor Lidholt authored
-
Hans Muller authored
-
Hixie authored
-
Hans Muller authored
-
Hans Muller authored
-
Hans Muller authored
-
Ian Hickson authored
-
Ian Hickson authored
Try to clarify initial execution.
-
Adam Barth authored
This function took innerConstraints as an argument but used constraints internally.
-
- 20 Jul, 2015 1 commit
-
-
Collin Jackson authored
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
-