Adam Barth
|
4240a776a4
|
Replace <link rel="import"> with <import>
This CL is just a search-and-replace.
R=esprehn@chromium.org
Review URL: https://codereview.chromium.org/694423002
|
2014-11-03 12:34:57 -08:00 |
|
Elliott Sprehn
|
5330701999
|
Remove Element#attributes.
We now implement getAttributes() such that it returns
a new set of Attr isntances on every call as well.
R=abarth@chromium.org
Review URL: https://codereview.chromium.org/697773002
|
2014-10-31 15:10:53 -07:00 |
|
Adam Barth
|
8385799d73
|
Fix line numbers in JavaScript stack traces
Instead of calling the function constructor to compile script in Sky, we now
concatenate strings. This has the advantage of making the line numbers
generated in error messages correct but the disadvantage of being a hack. I've
filed https://code.google.com/p/v8/issues/detail?id=3624 to request a proper
API for this purpose.
R=esprehn@chromium.org
Review URL: https://codereview.chromium.org/688033003
|
2014-10-29 14:00:57 -07:00 |
|
Hixie
|
de0ba17e8f
|
Move the tests from .html to .sky
R=abarth@chromium.org
Review URL: https://codereview.chromium.org/685623002
|
2014-10-27 17:35:15 -07:00 |
|
Adam Barth
|
ae72930937
|
Open the Sky
|
2014-10-23 11:17:19 -07:00 |
|