aboutsummaryrefslogtreecommitdiffstats
path: root/src/servo/html
Commit message (Collapse)AuthorAgeFilesLines
* Organize all the source files into compiler/, components/, and platform/.Patrick Walton2013-05-152-504/+0
|
* Split the network stuff out of servo-gfx into servo-netPatrick Walton2013-05-092-8/+5
|
* dom: Document the node structure better and remove the node pointer ↵Patrick Walton2013-05-061-2/+3
| | | | stitching routines
* Remove unnecessary copying in hubbub parser part 2ILyoan2013-05-031-3/+2
|
* Remove unnecessary copying in hubbub parserILyoan2013-05-031-12/+6
|
* Fix build errors after rebase.Josh Matthews2013-04-231-1/+1
|
* Remove unneeded unsafe blocks.Jack Moffitt2013-04-221-190/+184
|
* Update for language changes.Luqman Aden2013-04-201-2/+2
|
* Merge pull request #372 from bdaehlie/servo-util-refactorJack Moffitt2013-04-161-1/+1
|\ | | | | Servo util refactor
| * Add modified files not added in last commit. Part of util code refactoring.Josh Aas2013-04-161-1/+1
| |
* | fix image element to workaydin.kim2013-04-161-53/+44
|/
* Add license headersBrian Anderson2013-04-052-0/+8
|
* Update to Rust 0.6.Jack Moffitt2013-04-042-24/+18
|
* Rebase.Josh Matthews2013-03-131-0/+1
|
* Language changes.Josh Matthews2013-03-112-3/+3
|
* Start work on new DOM representationPatrick Walton2013-02-241-131/+176
|
* Language changes.Josh Matthews2013-02-242-8/+8
|
* Update for language changesPatrick Walton2013-02-192-33/+35
|
* Upgrade for language changesPatrick Walton2013-02-132-38/+51
|
* Rust upgrade.Josh Matthews2013-01-281-178/+182
|
* Upgrade Rust compilerBrian Anderson2013-01-202-0/+2
| | | | Some work to do yet on Mac
* Fix warningsBrian Anderson2013-01-041-0/+1
|
* Update for language changes.Josh Matthews2012-12-232-19/+20
|
* Update for language changes; stop crashingPatrick Walton2012-12-141-2/+2
|
* Update for language changesPatrick Walton2012-12-131-1/+1
|
* Update for language changesPatrick Walton2012-12-131-8/+8
|
* Eliminate some copiesBrian Anderson2012-12-041-3/+3
|
* Make servo build againBrian Anderson2012-12-042-2/+3
|
* html: Implement shallow node cloning. http://yellow5.com/pokey/ doesn't ↵Patrick Walton2012-11-181-4/+10
| | | | crash now.
* gfx, html, layout: Unbreak images by removing a bad copyPatrick Walton2012-11-181-1/+1
|
* html: Handle inline stylesheets. purple.com works now.Patrick Walton2012-11-102-22/+86
|
* Update rust-css, rust-netsurfcssBrian Anderson2012-11-032-2/+2
|
* Use newcss::Stylesheet for the stylesheet typeBrian Anderson2012-10-312-11/+9
|
* Convert to new Stylesheet definition. Break styling temporarilyBrian Anderson2012-10-311-7/+10
|
* Move CSS lexing into the parser to create a simpler interfaceBrian Anderson2012-10-301-23/+13
|
* Move css parser and lexer to rust-cssBrian Anderson2012-10-301-3/+3
|
* Remove CSS lexer's dependency on resource_taskBrian Anderson2012-10-302-13/+51
|
* Move lexer_util to css moduleBrian Anderson2012-10-301-156/+0
|
* Move css::color, and css::value to rust-cssBrian Anderson2012-10-291-1/+1
|
* Remove uses of str::raw::buf_as_slice, and eliminate some valgrind warnings.Brian J. Burg2012-10-231-15/+20
|
* Clean up the code that interacts with hubbub parser, and stop stashing ↵Brian J. Burg2012-10-231-20/+23
| | | | pointers to pointers on the stack.
* servo: Update to Rust 754704ea9442ce92602f8022f6c979824b016842Patrick Walton2012-10-181-55/+55
|
* Fix parser crash. Fix competing uses of JSContext's private slot.Josh Matthews2012-10-111-1/+1
|
* Update for Rust library changesPatrick Walton2012-10-111-2/+2
|
* Remove #[legacy_modes]Brian Anderson2012-10-102-3/+3
|
* Replace remaning doc attrs with commentsBrian Anderson2012-10-101-1/+3
|
* Eliminate copy warningsBrian Anderson2012-10-091-14/+21
|
* Eliminate more warningsBrian Anderson2012-10-091-4/+4
|
* Eliminate more warningsBrian Anderson2012-10-081-2/+2
|
* Update for language changes; remove pipe protocols.Patrick Walton2012-10-043-257/+11
|