aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Move the servo crate from root to components/servoSimon Sapin2014-12-022-288/+0
* Add glutin port (supported on Linux only currently).Glenn Watson2014-11-191-5/+8
* Rust upgrade to rustc hash b03a2755193cd756583bcf5831cf4545d75ecb8aJack Moffitt2014-11-132-19/+21
* Invert control flow, fix resizing, and improve checkerboardingPatrick Walton2014-11-042-69/+165
* Add task profiler, which works by instrumenting each task runtime when enabled.Glenn Watson2014-10-291-0/+5
* auto merge of #3730 : glennw/servo/taskpool, r=pcwaltonbors-servo2014-10-211-2/+5
|\
| * Introduce a basic shared task pool, and use it for image decoding.Glenn Watson2014-10-201-2/+5
* | Use opts as a global, to avoid cloning and passing the struct all over the code.Glenn Watson2014-10-202-11/+8
|/
* Move windowing code out of the compositorMatt Brubeck2014-10-102-31/+19
* Allow to specify port with --devtools option (fixes #3597)Robin Stocker2014-10-091-5/+3
* Add cmd line option to set user agent. Improves github when used.Glenn Watson2014-10-031-1/+1
* Upgrade to rustc 0.12.0-pre (4d2af3861 2014-09-17 15:51:11 +0000)Keegan McAllister2014-09-202-6/+6
* Dump initial prototype of devtools server into the build. Expect lies if you ...Josh Matthews2014-09-181-1/+8
* Try to parse command line argument as file namesSimon Sapin2014-09-161-7/+8
* Reinstate errors for unused variables and imports.Jack Moffitt2014-09-132-0/+4
* Cargoify servoJack Moffitt2014-09-081650-340678/+32
* Fix WPT when /usr/bin/python is python3Simon Sapin2014-09-081-1/+1
* Merge pull request #3206 from glennw/layout-trace-encPatrick Walton2014-09-0716-17/+277
|\
| * Change scope macro to be a no-op in release builds.Glenn Watson2014-09-055-10/+25
| * Add a layout debug module. This outputs a trace of the layout process to a JSONGlenn Watson2014-09-0416-16/+261
* | Merge pull request #3240 from Ms2ger/mark-nullMs2ger2014-09-082-1/+8
|\ \
| * | Avoid trying to trace a null JSVal.Ms2ger2014-09-072-1/+8
* | | Correct the iterator adaptors used in parsing integers (fixes #3208).Ms2ger2014-09-074-14/+14
|/ /
* | Merge pull request #3226 from Ms2ger/3209-disableMs2ger2014-09-071-1/+1
|\ \
| * | Disable intermittently failing Document-characterSet-normalization.html (fixe...Ms2ger2014-09-061-1/+1
* | | Merge pull request #3210 from seanmonstar/private-node-type-idJosh Matthews2014-09-063-3/+8
|\ \ \ | |/ / |/| |
| * | make Node.type_id field privateSean McArthur2014-09-053-3/+8
* | | Fix HTMLImageElement setters.Ms2ger2014-09-052-3/+26522
|/ /
* | Fix inline size bubbling with fixed width block. Improve intrinsic inline siz...Glenn Watson2014-09-059-11/+180
* | Merge pull request #3164 from cgaebel/layout-rpcJosh Matthews2014-09-045-266/+314
|\ \
| * | Added a fast no-message RPC interface to the layout task.Clark Gaebel2014-09-045-266/+314
* | | Throw TypeErrors instead of uncatcheable exceptions in CodegenRust.py (fixes ...Pierre Louis Aublin2014-09-042-8/+50
|/ /
* | Implement document.lastModified (fixes #2972, #3127).MechaXL2014-09-045-13/+55
* | Merge pull request #3205 from Ms2ger/parse-integersMs2ger2014-09-0424-42/+106
|\ \
| * | Handle failure to parse the value of the width and height attributes on canva...Ms2ger2014-09-0323-40/+44
| * | Implement the rules for parsing integers as defined by HTML, and use them for...Ms2ger2014-09-032-4/+64
| |/
* | Merge pull request #3201 from glennw/fc-platform-fixupglennw2014-09-043-0/+0
|\ \ | |/ |/|
| * Unify fontconfig source code so that one branch builds on both linux + android.Glenn Watson2014-09-043-0/+0
* | Merge pull request #3202 from Ms2ger/node-priv-membersMs2ger2014-09-032-7/+8
|\ \
| * | Make some of Node's members private.Ms2ger2014-09-032-7/+8
* | | Merge pull request #3182 from glennw/inline-text-borderPatrick Walton2014-09-0310-17/+101
|\ \ \ | |/ / |/| |
| * | Add support for borders on inline elements.Glenn Watson2014-09-0310-17/+101
* | | Merge pull request #3195 from glennw/image-formatPatrick Walton2014-09-031-5/+7
|\ \ \ | |_|/ |/| |
| * | Fix task failure when loading wikipedia.Glenn Watson2014-09-021-5/+7
| |/
* | Merge pull request #3173 from mrobinson/typed-units-1Josh Matthews2014-09-0211-53/+59
|\ \
| * | Start using more typed units in the compositorMartin Robinson2014-08-2711-53/+59
* | | Move the script type and language checks into HTMLScriptElement.Ms2ger2014-09-022-61/+79
| |/ |/|
* | Revert "Move PropertyBitField to a syntax extension."Glenn Watson2014-09-022-141/+65
* | Revert "fixup! Move PropertyBitField to a syntax extension."Glenn Watson2014-09-021-5/+1
* | Revert "Add tests for the bit_struct! macro."Glenn Watson2014-09-021-76/+1