Collin Jackson
744d3341df
Remove unused import
2015-07-17 10:18:32 -07:00
Collin Jackson
c53f808d94
Merge pull request #86 from collinjackson/avoid_building
...
Navigator improvements, avoid building invisible routes
R=abarth
2015-07-17 09:54:34 -07:00
Collin Jackson
b38f24a3bf
Merge pull request #87 from collinjackson/issue_34
...
Fix issue #34 Clicking on "Autorefresh" menu item does not click checkbox
R=abarth
2015-07-17 09:51:49 -07:00
Collin Jackson
609595ab62
Fix issue #34 Clicking on "Autorefresh" menu item does not click checkbox
2015-07-17 09:48:49 -07:00
Collin Jackson
6eb137185a
Navigator improvements, avoid building invisible routes
2015-07-17 09:38:22 -07:00
Collin Jackson
a19fdb4a98
Merge pull request #77 from collinjackson/fix_history
...
Fix history collisions
R=abarth
2015-07-17 09:10:23 -07:00
Collin Jackson
8b0c5d215d
Use unique integers as the key for history items to prevent collisions
2015-07-17 09:05:46 -07:00
Adam Barth
9b304bbcb3
Merge pull request #75 from abarth/setup_travis
...
Add basic travis integration
2015-07-17 08:52:48 -07:00
Adam Barth
dc9468293f
Add basic travis integration
2015-07-17 08:50:37 -07:00
Adam Barth
bc161858f5
Merge pull request #74 from abarth/roll_chromium
...
Update Chromium to 9659b08ea5a34f889dc4166217f438095ddc10d2
2015-07-16 23:07:43 -07:00
Adam Barth
94b21663c0
Cherry-pick 4c9c175f6076b102ff951e60301091cb26853f86 from Mojo
2015-07-16 22:15:45 -07:00
Adam Barth
798a88d9e2
Update Sky code to account for changes in Chromium
...
- Add missing dependencies caught by gn's new stricter checker
- Update opentype code to use new OTS API. This code is updated from HEAD
Blink.
- Add base dependency to wtf to avoid redefining marcos from base/macros.h
- Update callers of various base string utility functions to use base
namespace.
2015-07-16 22:14:27 -07:00
Adam Barth
a4be8601ea
Only use the .cr.so product extension on Android in the component build
...
This change matches what GYP does.
R=brettw@chromium.org
2015-07-16 22:11:08 -07:00
Adam Barth
c5ac25f47d
Roll DEPS to match Chromium
2015-07-16 22:11:08 -07:00
Adam Barth
43f9aebad2
applied patch android_build.patch
2015-07-16 22:10:39 -07:00
Adam Barth
8a1a2b8b76
filter gyp_environment out of build/landmines.py
2015-07-16 22:10:39 -07:00
Adam Barth
21dd7553a0
Update to chromium 9659b08ea5a34f889dc4166217f438095ddc10d2
2015-07-16 22:10:38 -07:00
Adam Barth
7469cc32b2
Improve roll.py to make it actually work
2015-07-16 22:09:37 -07:00
Adam Barth
d1789ee820
Merge pull request #73 from abarth/improve_roll_tools
...
Improve roll.py to work with HEAD Chromium
2015-07-16 21:08:23 -07:00
Adam Barth
5b96c69f42
Improve roll.py to work with HEAD Chromium
2015-07-16 21:02:18 -07:00
Adam Barth
e69b3d7f7d
Merge pull request #65 from abarth/roll_tools
...
Add a script for updating code from Chromium and Mojo
2015-07-16 20:47:51 -07:00
Adam Barth
53e3570e64
Update CONTRIBUTING.md
2015-07-16 19:48:42 -07:00
Collin Jackson
881addf5d2
Merge pull request #70 from collinjackson/navigator
...
Support for settings fly-in animation
R=abarth
2015-07-16 17:40:05 -07:00
Collin Jackson
10d5192616
abarth feedback
2015-07-16 17:39:36 -07:00
Eric Seidel
770dae4c54
Merge pull request #72 from eseidelGoogle/gn_debug
...
Fix sky/tools/gn --debug to not expect an argument
2015-07-16 17:39:21 -07:00
Eric Seidel
cc0b69a4e9
Fix sky/tools/gn --debug to not expect an argument
...
Typo from a previous commit of mine.
R=abarth@google.com
2015-07-16 17:38:58 -07:00
Collin Jackson
ffe129927f
Fix bug when having more than 2 routes
2015-07-16 17:36:45 -07:00
Collin Jackson
e3244086fe
Make example look more beautiful
2015-07-16 17:36:25 -07:00
Eric Seidel
6553eb43e1
Merge pull request #71 from eseidelGoogle/rect
...
Remove CSS Rect
2015-07-16 17:35:15 -07:00
Eric Seidel
21e7a3a723
Remove CSS Rect
...
This caused me to remove CSS border image as well as CSS clip.
So much more we could delete here.
R=abarth@google.com
2015-07-16 17:32:27 -07:00
Collin Jackson
79ccfe6b87
Support for settings fly-in animation
2015-07-16 17:22:20 -07:00
Collin Jackson
c8874f9f92
Merge pull request #68 from collinjackson/readme
...
README updates
R=eseidel
2015-07-16 16:55:04 -07:00
Eric Seidel
bbeb9502a8
Merge pull request #69 from eseidelGoogle/big_red
...
big_red_button should only publish the sky package
2015-07-16 16:51:10 -07:00
Eric Seidel
64436329b2
big_red_button should only publish the sky package
...
R=abarth@google.com
2015-07-16 16:46:59 -07:00
Collin Jackson
e5d3f11dac
more updates
2015-07-16 16:43:46 -07:00
Ian Hickson
824c7c7824
Merge pull request #61 from Hixie/vestiges
...
Remove the vestiges of ActiveDOMObject and EventTargetNames, which I missed in my recent patch
2015-07-16 16:43:13 -07:00
Eric Seidel
07a9241953
Merge pull request #67 from eseidelGoogle/goma
...
Add goma support to sky/tools/gn
2015-07-16 16:39:55 -07:00
Collin Jackson
ad223fd988
README updates
2015-07-16 16:39:44 -07:00
Eric Seidel
0fa26ad45e
Add goma support to sky/tools/gn
...
R=abarth@google.com
2015-07-16 16:38:12 -07:00
Eric Seidel
5c55b1f167
Merge pull request #66 from eseidelGoogle/release
...
Fix ability to build release builds
2015-07-16 16:29:59 -07:00
Eric Seidel
28cfeee418
Fix ability to build release builds
...
Also fixed a typo in big_red_button script where
we were passing 'gn' to the 'gn' script.
R=abarth@google.com
2015-07-16 16:27:49 -07:00
Eric Seidel
0254e9ed88
Merge pull request #64 from eseidelGoogle/red_button
...
Fix big_red_button in its new home.
2015-07-16 16:20:03 -07:00
Eric Seidel
a832154091
Fix big_red_button in its new home.
...
R=abarth@google.com
2015-07-16 15:49:59 -07:00
Adam Barth
fe57061979
Add a script for updating code from Chromium and Mojo
2015-07-16 15:49:44 -07:00
Eric Seidel
54f3ba49af
Merge pull request #55 from eseidelGoogle/roll
...
Roll versions in preparation for deploying a new APK
2015-07-16 15:45:31 -07:00
Eric Seidel
f2830c715a
Roll versions in perparation for another APK release.
...
Also fixed roll_versions to no longer roll mojo paths
since those are not part of the sky_engine repository.
R=abarth@google.com
2015-07-16 15:42:57 -07:00
Hixie
2fbea232de
Remove the vestiges of ActiveDOMObject and EventTargetNames, which I missed in my recent patch.
2015-07-16 15:42:56 -07:00
Eric Seidel
1b8968c297
Merge pull request #20 from eseidelGoogle/system_bar
...
Don't layout behind the system bar if we can't make it transparent
2015-07-16 15:26:14 -07:00
Collin Jackson
512f7cbeb8
Merge pull request #17 from collinjackson/authors
...
Add an AUTHORS file
2015-07-16 15:24:49 -07:00
Collin Jackson
30d9daa718
Update name of project
2015-07-16 15:23:53 -07:00