Граф коммитов

299 Коммитов

Автор SHA1 Сообщение Дата
Margaret Meyerhofer 62e4484ad8 servo: Fixed the changing alt syntax and cleaned up some compiler warnings
Source-Repo: https://github.com/servo/servo
Source-Revision: 0b796c410cf5d0924b652186d5b17e8b3ad285a8
2012-08-03 15:16:08 -07:00
Tuncer Ayaz f1b7db8b04 servo: Merge #39 - Adapt to rust and net_url changes (from tuncer:rust-changes)
Source-Repo: https://github.com/servo/servo
Source-Revision: af1fb1b01900835aa81341339c4168335e098f16
2012-08-05 12:55:33 -07:00
Brian Anderson 59f48e687d servo: Makefile cleanups
Source-Repo: https://github.com/servo/servo
Source-Revision: 7d785c364f6720b14019d7ee5e298b3e935fed81
2012-08-02 18:59:10 -07:00
Brian Anderson 146f8e9799 servo: Fix configure.in for disappearance of submodules
Source-Repo: https://github.com/servo/servo
Source-Revision: 7d0521eb90052cff38f5fa6d945da825077d79b8
2012-08-02 17:09:56 -07:00
Brian Anderson a028a214f3 servo: Remove rust-sdl, ragel, harfbuzz submodules
Source-Repo: https://github.com/servo/servo
Source-Revision: e908ea616137355a203f46bc0d44f5a15254e71a
2012-08-02 16:57:58 -07:00
Brian Anderson 6a54bcb6bb servo: Fix check-rust-harfbuzz build rule
Source-Repo: https://github.com/servo/servo
Source-Revision: b521105117ed833b12230853779223d8670f4a1b
2012-08-02 16:47:02 -07:00
Brian Anderson af9c4e0cb9 servo: Update rust-harfbuzz, remove harfbuzz and ragel from the build
Source-Repo: https://github.com/servo/servo
Source-Revision: 8a4ac15908921b28825148a0b97ab3eb2ff054be
2012-08-02 17:09:11 -07:00
Margaret Meyerhofer 1a87d700f6 servo: Fixed compilation errors from keyword changes
Source-Repo: https://github.com/servo/servo
Source-Revision: b9b68a72b7dd6b035a5458b3b4c27059fc3ea19d
2012-08-02 11:00:58 -07:00
Margaret Meyerhofer c50085249e servo: Added the ability to iterate over the layout-box tree in parallel.
Source-Repo: https://github.com/servo/servo
Source-Revision: fa122b2a786c439c959716be6d204d2f6750db6b
2012-07-23 10:05:14 -07:00
Brian Anderson dbdfa9cd37 servo: Add more resource_task docs
Source-Repo: https://github.com/servo/servo
Source-Revision: f2c97474c5e2acdf52e6dff1d56d1867efb6f050
2012-07-28 17:08:33 -07:00
Brian Anderson 28ea915792 servo: Use ResourceTask to fetch scripts
Source-Repo: https://github.com/servo/servo
Source-Revision: 08789e5bc8480002a93b776ef95e3b9be9471578
2012-07-28 16:59:14 -07:00
Brian Anderson df20ee2d87 servo: Update rust-http-client
Source-Repo: https://github.com/servo/servo
Source-Revision: 25a5e903a77a9a0fb553e1d352ca9ee2df07d35d
2012-07-28 16:24:42 -07:00
Patrick Walton c20bb6393e servo: Overloaded operators can't be unsafe anymore
Source-Repo: https://github.com/servo/servo
Source-Revision: 51456ef6a92ad407b2948e4c2bb6e4a59adc3308
2012-07-27 22:29:27 -07:00
Brian Anderson 10aae91785 servo: Begin supporting http:// urls
Source-Repo: https://github.com/servo/servo
Source-Revision: 38c6e99e2082b7b25b468746e00b7d53ce300c77
2012-07-27 19:54:13 -07:00
Brian Anderson a16038af5d servo: Feed the HTML/CSS parsers with the ResourceTask
Source-Repo: https://github.com/servo/servo
Source-Revision: 6430d74ecea417ea3c65a62881792192e56482dc
2012-07-27 19:16:04 -07:00
Brian Anderson d42a90907a servo: Make relative hrefs work
Source-Repo: https://github.com/servo/servo
Source-Revision: c37528df7de1c8a6a78cd47e36ebfc9548dd73f5
2012-07-27 18:04:09 -07:00
Brian Anderson db43f151c5 servo: Represent URLs as url objects, not strings
Source-Repo: https://github.com/servo/servo
Source-Revision: 633c0135672ca161ce9feb6ad6f85145930419ee
2012-07-27 17:24:44 -07:00
Brian Anderson 208209fa2c servo: Add make_url with some custom logic
Source-Repo: https://github.com/servo/servo
Source-Revision: 1d7e37e299a74d3192bdecf5aa7fbc5a174db75b
2012-07-27 16:55:16 -07:00
Brian Anderson 7d8fc38a20 servo: Begin threading the ResourceTask through the engine
Source-Repo: https://github.com/servo/servo
Source-Revision: f48309739f780103f875b8d0cba2079f76ad588c
2012-07-27 16:19:38 -07:00
Brian Anderson 4252ab4715 servo: Teach ResourceManager to load from files
Source-Repo: https://github.com/servo/servo
Source-Revision: c01899233a278d4afdcfd9093dde08692574a960
2012-07-27 15:59:53 -07:00
Brian Anderson 68eeaf50b1 servo: Add ResourceTask
Source-Repo: https://github.com/servo/servo
Source-Revision: 51a6e835d28fc4e7dff26661b2e730197303969f
2012-07-27 15:35:05 -07:00
Brian Anderson e3b2302d51 servo: Remove net::uri in favor of std::net::url
Source-Repo: https://github.com/servo/servo
Source-Revision: c64c17fac388433702a5e8211df792bd54d782d0
2012-07-27 11:23:36 -07:00
Brian Anderson 9ecabee48f servo: Add rust-http-client to the build
Source-Repo: https://github.com/servo/servo
Source-Revision: a92de7779132b063b4b764727fd41325c793e28a
2012-07-26 20:16:48 -07:00
Patrick Walton 4cd85b712f servo: Update for purity fixes
Source-Repo: https://github.com/servo/servo
Source-Revision: b1423f231bb020dc9f219b28c302fe4d49f8f486
2012-07-26 18:02:36 -07:00
Brian Anderson 2bf0e0c863 servo: Revert "Stop building Ragel"
This reverts commit ad047d1f74aa8b85679a5a2109d68850d1bc3c14.

Source-Repo: https://github.com/servo/servo
Source-Revision: f9ae85fcbe24ee79bdf3f4065031530940030e1d
2012-07-26 17:50:08 -07:00
Brian Anderson 6050e4585d servo: Fix Makefile typos
Source-Repo: https://github.com/servo/servo
Source-Revision: 7d443f14ab3ca0cb514b17a701583f55d1c573c0
2012-07-26 16:25:18 -07:00
Eric Holk 9818212faf servo: Merge #29 - Pipes (from eholk:pipes)
Source-Repo: https://github.com/servo/servo
Source-Revision: 0f1e778653fc59f511da111e840512d5bfebb819
2012-07-26 16:21:56 -07:00
Brian Anderson 9a97f05066 servo: Stop building Ragel
It's not needed for the distributable harfbuzz source that we're building now.
I haven't removed the submodule because it's an involved process that looks
like it will trip people up.

Source-Repo: https://github.com/servo/servo
Source-Revision: ad047d1f74aa8b85679a5a2109d68850d1bc3c14
2012-07-26 16:11:09 -07:00
Margaret Meyerhofer 8b84770aec servo: fix minor compile errors
Source-Repo: https://github.com/servo/servo
Source-Revision: 4c1475ddfb7fe9619e82cf93380961513b5a8ea0
2012-07-26 11:06:10 -07:00
Josh Matthews b34e3e8495 servo: Add primitive binding example for Document (documentElement), and Node (firstChild, nextSibling, tagName).
Source-Repo: https://github.com/servo/servo
Source-Revision: 4a1c8cc2ec2bf7ca1197a5404ef94e1509981c01
2012-07-12 19:12:20 -04:00
Ben Blum 38845ed41f servo: Merge #33 - servo/platform/osmain.rs: Change to new task_builder (from bblum:master)
Source-Repo: https://github.com/servo/servo
Source-Revision: f7a5a50145f69af19dd04caaea5f4d03c5cacb5e
2012-07-24 13:03:04 -07:00
Margaret Meyerhofer f62aadbb0c servo: Fixed compile errors in the test suite
Source-Repo: https://github.com/servo/servo
Source-Revision: 8a79be869802bf9d85b38f76995e1d4be7de0ad2
2012-07-20 11:56:58 -07:00
Patrick Walton 4dd9a0c8f6 servo: Put images in an ARC to avoid copying. Make test-many-images harder.
Source-Repo: https://github.com/servo/servo
Source-Revision: 9196990384e3c592bbb3b6a0d40d19315394771e
2012-07-19 18:18:19 -07:00
Patrick Walton f9ab733aba servo: Don't draw images a pixel at a time
Source-Repo: https://github.com/servo/servo
Source-Revision: e818caf18447108ab95c934768d5a47161090d0a
2012-07-19 15:53:52 -07:00
Patrick Walton ce70f374a0 servo: Decode images in parallel
Source-Repo: https://github.com/servo/servo
Source-Revision: b46aaa509d5a1c6b671fdaa87d2fd91acf469411
2012-07-19 11:28:22 -07:00
Margaret Meyerhofer e23648685a servo: Changed color parsing to return an option instead of defaulting to black
Source-Repo: https://github.com/servo/servo
Source-Revision: 830a41ad94a5d72d96cced9badebbb340784ed7b
2012-07-19 13:13:05 -07:00
Margaret Meyerhofer 97da506abd servo: Added width and height parsing
Source-Repo: https://github.com/servo/servo
Source-Revision: ed99449f52f5d927893408448a56f9c247f8e098
2012-06-28 16:01:36 -07:00
Margaret Meyerhofer d6080bd836 servo: Added traits to adhere to new coherence requirements
Source-Repo: https://github.com/servo/servo
Source-Revision: 0551c79ec4e59fe5a3bdda753ece0439cb999d9a
2012-07-18 15:57:22 -07:00
Margaret Meyerhofer 527fb44404 servo: Fixed all strings in the old format
Source-Repo: https://github.com/servo/servo
Source-Revision: 6148309ce11aed879e8d88151c630bae6e8c617c
2012-07-17 17:00:48 -07:00
Patrick Walton fedd6ecd7d servo: Time other passes of the pipeline
Source-Repo: https://github.com/servo/servo
Source-Revision: c35c5f2bc8199649c48947601c0ddde603dd7d59
2012-07-12 23:17:04 -07:00
Patrick Walton 42434d57f2 servo: Enable optimization by default
Source-Repo: https://github.com/servo/servo
Source-Revision: 016c60e366a45e3e3ec7ca177cda8aaf439a7ed0
2012-07-12 22:55:50 -07:00
Patrick Walton 8e1e0898ea servo: Update for language changes regarding unique strings
Source-Repo: https://github.com/servo/servo
Source-Revision: b7b17dccd10a60320c878c48e0fcf825b1295cad
2012-07-12 22:49:01 -07:00
Patrick Walton 1d6dabd8e9 servo: Add some timing for compositing
Source-Repo: https://github.com/servo/servo
Source-Revision: 5afae787ce49234faefbc5eb3067a65efce21e0c
2012-07-12 20:04:00 -07:00
Patrick Walton f8ab66ac36 servo: Update rust-layers and rust-opengles and switch to ARGB32 layers
Source-Repo: https://github.com/servo/servo
Source-Revision: 127189bdc8c37a48cdfd73999dc489f308bc42f1
2012-07-12 19:49:30 -07:00
Margaret Meyerhofer 49030207cc servo: Fixed deprecated vector syntax
Source-Repo: https://github.com/servo/servo
Source-Revision: 1212f3df65db6ca7d7948805d285100dfc8f8336
2012-07-12 10:13:06 -07:00
Patrick Walton 55891cada2 servo: Fix reshaping window callback
Source-Repo: https://github.com/servo/servo
Source-Revision: 12a05daa5da455b5888d5b393a924fc1384e7c24
2012-07-12 17:28:10 -07:00
Patrick Walton acac40ea41 servo: Make content a class
Source-Repo: https://github.com/servo/servo
Source-Revision: 9b599e4e5ab4829d12d21e799b62f8a0962b8bf7
2012-07-12 16:32:27 -07:00
Patrick Walton 173ae430f3 servo: Stub event handling
Source-Repo: https://github.com/servo/servo
Source-Revision: b9f103a879d2f6b59de9a29a2cf2d0a366133a9b
2012-07-12 15:49:05 -07:00
Patrick Walton 0575af237c servo: Delete commented-out code
Source-Repo: https://github.com/servo/servo
Source-Revision: 62396c1cb96299527141d64123eb32e51a72c7ae
2012-07-12 13:03:28 -07:00
Patrick Walton 6d2743b70e servo: Use GLUT and layers
Source-Repo: https://github.com/servo/servo
Source-Revision: 844f540963ebe8de910fea3d950b2aa06c11d561
2012-07-05 18:39:41 -07:00