aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Write out PNG file after compositing based on `-o` option.Jack Moffitt2013-07-164-6/+40
* Bump rust-azure pointer.Jack Moffitt2013-07-161-0/+0
* Enable `-o` option for output_file.Jack Moffitt2013-07-161-4/+4
* Add rust-png submodule.Jack Moffitt2013-07-161-0/+0
* Refactor display lists to use an explicit traversalEric Atkinson2013-07-156-82/+73
* auto merge of #587 : eschweic/servo/master, r=metajackbors-servo2013-07-121-1/+4
|\
| * Fix crash on window resizeeschweic2013-07-121-1/+4
* | auto merge of #577 : jdm/servo/autogen, r=jdm,metajackbors-servo2013-07-1211-84/+261
|\ \
| * | DOM bindings: Autogenerate list of prototypes and binding registration goop.Josh Matthews2013-07-1211-84/+261
* | | auto merge of #586 : metajack/servo/auto-clean, r=jdmbors-servo2013-07-121-0/+0
|\ \ \
| * | | Bump rust-mozjs pointer to the merge commit.Jack Moffitt2013-07-121-0/+0
| | |/ | |/|
* | | auto merge of #585 : eric93/servo/floats-2, r=metajackbors-servo2013-07-127-225/+634
|\ \ \ | |/ / |/| |
| * | Line breaking around floatsEric Atkinson2013-07-112-105/+249
| * | Fix rebase falloutEric Atkinson2013-07-112-8/+8
| * | Semi-correct text wrappingEric Atkinson2013-07-112-130/+263
| * | Stop crashingEric Atkinson2013-07-112-21/+67
| * | Add test and address commentsEric Atkinson2013-07-111-0/+62
| * | Fix float placement bugs & add hacky non-percen heights to blocks.Eric Atkinson2013-07-113-15/+22
| * | Add right floats and fix bug where max_y was not being setEric Atkinson2013-07-114-21/+38
* | | auto merge of #573 : jdm/servo/domevent, r=metajackbors-servo2013-07-1216-146/+895
|\ \ \ | | |/ | |/|
| * | Generate DOM bindings for UIEvent and MouseEvent.Josh Matthews2013-07-1012-22/+601
| * | WebIDL codegen: Remove unneeded C++ goop.Josh Matthews2013-07-101-34/+0
| * | WebIDL codegen: Add support for dictionary inheritance.Josh Matthews2013-07-101-36/+48
| * | DOM bindings: Add support for fallible JS unwrapping.Josh Matthews2013-07-103-35/+74
| * | Add missing license header.Josh Matthews2013-07-101-0/+12
| * | WebIDL codegen: Add setter support.Josh Matthews2013-07-101-3/+72
| * | Import partial interface support for WebIDL parsing from Gecko.Josh Matthews2013-07-101-6/+73
| * | Avoid endlessly regenerating bindings after modifying CodegenRust.py.Josh Matthews2013-07-101-10/+15
* | | Remove unnecessary script tag from a html testIlyong Cho2013-07-121-3/+0
* | | Update rust-netsurfcssIlyong Cho2013-07-121-0/+0
| |/ |/|
* | auto merge of #580 : tkuehn/servo/master, r=metajackbors-servo2013-07-116-25/+104
|\ \
| * | fixed navigation bugTim Kuehn2013-07-111-5/+8
| * | refactored url handling code in script task to be more idiomaticTim Kuehn2013-07-111-14/+11
| * | WIP iframe handling.Josh Matthews2013-07-114-6/+85
* | | auto merge of #552 : metajack/servo/detect-page-loaded, r=pcwaltonbors-servo2013-07-117-11/+55
|\ \ \
| * | | Add finished callback to windowing, and implement exit after load.Jack Moffitt2013-07-114-9/+35
| * | | Update rust-azure pointer to get cloneable BackendType.Jack Moffitt2013-07-111-0/+0
| * | | Add exit_after_load flag to options, and make them cloneable.Jack Moffitt2013-07-111-0/+6
| * | | Add detection for page loads.Jack Moffitt2013-07-112-2/+14
* | | | auto merge of #583 : eschweic/servo/quadtree, r=metajackbors-servo2013-07-112-89/+66
|\ \ \ \ | |_|/ / |/| | |
| * | | Fix quadtree zoom and request flood bugseschweic2013-07-112-89/+66
* | | | Merge pull request #569 from metajack/glfw-closeTim2013-07-114-5/+9
|\ \ \ \ | |_|/ / |/| | |
| * | | Add support for closing the window with window chrome or escape key.Jack Moffitt2013-07-104-5/+9
| | |/ | |/|
* | | auto merge of #576 : eschweic/servo/master, r=pcwaltonbors-servo2013-07-101-11/+0
|\ \ \ | | |/ | |/|
| * | Remove unused -z opteschweic2013-07-101-11/+0
* | | auto merge of #557 : eschweic/servo/master, r=pcwaltonbors-servo2013-07-104-301/+707
|\| |
| * | Address pcwalton's nits; automatic rendering after scrollingeschweic2013-07-102-93/+99
| * | Move buffer requests to quadtree; add remove_tile() to quadtree; automatic re...eschweic2013-07-103-63/+281
| * | Address metajack's commentseschweic2013-07-102-10/+32
| * | Fix paint permissions issue, clean upeschweic2013-07-103-13/+13