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

328 Коммитов

Автор SHA1 Сообщение Дата
Brian Anderson 3f8b293e92 servo: Perform the image prefetch in a different task
Having the prefetch task send back the results immediately will
provide an appropriate event to signel clients that want to know
when images become available.

Source-Repo: https://github.com/servo/servo
Source-Revision: fe4b1c92dd37ff7abe0d05721145cfa2c7baa55f
2012-08-12 21:41:53 -07:00
Brian Anderson eea05c5a76 servo: Copy fewer urls in the image cache
Source-Repo: https://github.com/servo/servo
Source-Revision: fa8fd4d243950e2101d1e5dd5482522818d06206
2012-08-12 16:43:57 -07:00
Brian Anderson f3dc3e83ef servo: Structure the image cache as a state machine
Source-Repo: https://github.com/servo/servo
Source-Revision: 91b566cffde99bee368f97af245cf5c982aa8a35
2012-08-12 16:09:30 -07:00
Brian Anderson 2fbec9b057 servo: Fix error reporting in image_cache_task
Source-Repo: https://github.com/servo/servo
Source-Revision: 05fd04ac8d331d7cbbdc198d3f365e47b2f0f4d9
2012-08-12 15:27:47 -07:00
Brian Anderson 9ee974e91c servo: arc is in std now
Source-Repo: https://github.com/servo/servo
Source-Revision: 3af31cc0cc2ef5ac31f71372b33970a98d51be58
2012-08-11 15:53:02 -07:00
Brian Anderson 499ce66ce0 servo: Load images through the image cache
Source-Repo: https://github.com/servo/servo
Source-Revision: 38321d9b70c9822063d6f6c34f9efd9a573d2c65
2012-08-10 20:11:18 -07:00
Brian Anderson 15e6ad14e8 servo: Eliminate warnings
Source-Repo: https://github.com/servo/servo
Source-Revision: b31da68ef2031f15d719dec3aede69053267e7e7
2012-08-10 18:29:27 -07:00
Brian Anderson 72aa2de502 servo: Thread the image cache task through to the layout task
Source-Repo: https://github.com/servo/servo
Source-Revision: 8e428ce5f01ec86807e98827c012dc7bc6ccc7e2
2012-08-10 18:13:52 -07:00
Brian Anderson 81159b580c servo: Add docs to image_cache_task
Source-Repo: https://github.com/servo/servo
Source-Revision: e4a09a328730f3e266a02c74f8afbd112e4cbd84
2012-08-10 17:27:28 -07:00
Brian Anderson cf6078ecb2 servo: Decode images in parallel
Source-Repo: https://github.com/servo/servo
Source-Revision: dd3d5e3cd160db33c8219fd7a62debc3b79c5608
2012-08-10 17:21:02 -07:00
Brian Anderson 91720428ec servo: Restructure ImageCache.get_image
Source-Repo: https://github.com/servo/servo
Source-Revision: 2fa203bc72be76639184928a62be39f4c744926a
2012-08-10 16:37:30 -07:00
Brian Anderson 41c0bf7c9a servo: Add some more error handling to ImageCache
Source-Repo: https://github.com/servo/servo
Source-Revision: d155daf5bf8f8860acf6841c33c039f5cc1baf86
2012-08-10 16:31:51 -07:00
Brian Anderson 242ba62e9d servo: Don't continue to fetch images after they are decoded and cached
Source-Repo: https://github.com/servo/servo
Source-Revision: dffbc82cf8445e1d4fa087c79ae3a26fbedde061
2012-08-10 16:26:20 -07:00
Brian Anderson 6eef4efb5d servo: Some refactoring of ImageCache
Source-Repo: https://github.com/servo/servo
Source-Revision: d723e0cf7b3263d194092e250c619a86cbbcb5ad
2012-08-10 15:59:41 -07:00
Brian Anderson f997cd28ed servo: Decode images in the ImageCache
Source-Repo: https://github.com/servo/servo
Source-Revision: 872a82b9f0cf628676960cd87a3b9e72f688b4f2

--HG--
rename : servo/src/test/test.jpeg => servo/src/servo/image/test.jpeg
2012-08-10 15:41:08 -07:00
Brian Anderson bc7302cc9e servo: Rename image to Image. Misc
Source-Repo: https://github.com/servo/servo
Source-Revision: 61e8c5c45717d0eb48f910122905a1f4e3cd606d
2012-08-10 15:07:31 -07:00
Brian Anderson 84494cac2d servo: Begin working on ImageCacheTask
Source-Repo: https://github.com/servo/servo
Source-Revision: 3708fcf9e083d0efd416fb87935cce398a79963f
2012-08-10 12:18:47 -07:00
Margaret Meyerhofer 5222a86193 servo: Added the ability to specify width by css
Source-Repo: https://github.com/servo/servo
Source-Revision: 2eb6f39be27aa903789968d766a4e705544195f2
2012-08-10 17:02:23 -07:00
Margaret Meyerhofer 6bfb2e5a4d servo: Added the ability to compute heights from parent heights and to layout specified heights
Source-Repo: https://github.com/servo/servo
Source-Revision: 95d09981490a5b49d4371ee2c985666f9ad36123
2012-08-07 09:52:45 -07:00
Brian Anderson a0f0aa95a3 servo: Reenable some shaper tests on linux
Source-Repo: https://github.com/servo/servo
Source-Revision: 470a88f45961422ace82306a65e68cb686b7aa2e
2012-08-09 20:09:29 -07:00
Brian Anderson ce80240ee2 servo: Reenable some text tests
Source-Repo: https://github.com/servo/servo
Source-Revision: fb5a2cc2384d5536858c3e364e13f93a84c44f88
2012-08-09 19:14:56 -07:00
Patrick Walton 612e99c54c servo: Use the high-level Cairo API in the compositor. Also modernize the style a bit.
Source-Repo: https://github.com/servo/servo
Source-Revision: 39119adb6728499bfd68363c024264c7bd85cc61
2012-08-09 19:03:50 -07:00
Brian Anderson d9219b69f3 servo: Restructure text module
Source-Repo: https://github.com/servo/servo
Source-Revision: d7eb2ab8ac6e78e78ad1209f41f2607a1e4fbde1
2012-08-09 18:00:20 -07:00
Brian Anderson 7de4592496 servo: Give FontLibrary a handle to NativeFontLibrary
Source-Repo: https://github.com/servo/servo
Source-Revision: 2b29512ef509fbb9898ea6c4cebfc42d4da0cdb4
2012-08-09 16:45:42 -07:00
Brian Anderson 0724faf1da servo: Make QuartzNativeFont return placeholder values instead of failing
Source-Repo: https://github.com/servo/servo
Source-Revision: d4e37f0c825796f618ccfc4186937b57bd820a8a
2012-08-09 16:45:17 -07:00
Margaret Meyerhofer 41cc094b74 servo: Extend the traversal interface to support passing a value from parents to children.
Source-Repo: https://github.com/servo/servo
Source-Revision: 0b7d020174197e40a27107fd45e1c8657c618874
2012-08-09 17:53:20 -07:00
Patrick Walton c6b3cd02df servo: Use the high-level, safe Azure API in the PNG sink instead of the low-level, unsafe one
Source-Repo: https://github.com/servo/servo
Source-Revision: 350b26c1d4d358c09255c9d98b57f0171dd9896b
2012-08-09 17:33:48 -07:00
Patrick Walton 36e7ddccf8 servo: Update for impl language changes
Source-Repo: https://github.com/servo/servo
Source-Revision: 95c9188f581e04a4a0ad587d7de804c2df1627e5
2012-08-09 12:12:23 -07:00
Margaret Meyerhofer 9ff002d06f servo: Fixed syntax by changing alt to match
Source-Repo: https://github.com/servo/servo
Source-Revision: 7e8d0949d092bb6c5fe162861261efae2e5fdc28
2012-08-08 13:40:19 -07:00
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