| Commit message (Expand) | Author | Age | Files | Lines |
* | Implement gl.getParameter(gl.ALIASED_POINT_SIZE_RANGE) | Anthony Ramine | 2018-03-24 | 1 | -1/+1 |
* | style: Rename StyleContext to ComputedStyle. | Emilio Cobos Álvarez | 2018-03-22 | 1 | -41/+41 |
* | loop until we exhausted all the servo events | Paul Rouget | 2018-03-22 | 1 | -5/+11 |
* | Use the --device-pixel-ratio in opt instead of /components/servo/ | Paul Rouget | 2018-03-22 | 1 | -2/+12 |
* | remove useless pref | Paul Rouget | 2018-03-22 | 1 | -10/+4 |
* | split window code and browser code in two different files | Paul Rouget | 2018-03-22 | 6 | -412/+463 |
* | move key code into dedicated file | Paul Rouget | 2018-03-22 | 3 | -352/+360 |
* | forward EmbedderMsg to embedder | Paul Rouget | 2018-03-22 | 2 | -113/+134 |
* | Reduce the number of calls to the embedder by grouping the screen and window ... | Paul Rouget | 2018-03-22 | 1 | -62/+69 |
* | Auto merge of #20327 - kwonoj:fix-ignore, r=paulrouget | bors-servo | 2018-03-22 | 1 | -0/+24 |
|\ |
|
| * | fix(keyevent): do not emit default ignorable codepoint | OJ Kwon | 2018-03-20 | 1 | -0/+24 |
* | | Bump parking_lot to 0.5 | Bastien Orivel | 2018-03-21 | 1 | -1/+1 |
* | | Mouse position from glutin is DevicePixel | Paul Rouget | 2018-03-21 | 1 | -12/+9 |
|/ |
|
* | Add Servo_Property_IsShorthand to geckolib/glue.rs | Jonathan Watt | 2018-03-19 | 1 | -0/+17 |
* | style: Remove unsound Atom From implementations. | Emilio Cobos Álvarez | 2018-03-19 | 1 | -52/+41 |
* | Auto merge of #20316 - UK992:win32-icon, r=jdm | bors-servo | 2018-03-18 | 3 | -0/+43 |
|\ |
|
| * | Add icon to servo.exe | UK992 | 2018-03-17 | 3 | -0/+43 |
* | | Auto merge of #20071 - paulrouget:typedsize, r=glennw | bors-servo | 2018-03-16 | 1 | -47/+44 |
|\ \
| |/
|/| |
|
| * | remove WindowMethods::size() | Paul Rouget | 2018-03-16 | 1 | -5/+1 |
| * | alias some euclid types | Paul Rouget | 2018-03-16 | 1 | -8/+7 |
| * | Use typed coordinates. | Paul Rouget | 2018-03-16 | 1 | -43/+45 |
* | | feat(window): bind hotkey to trigger capture event | OJ Kwon | 2018-03-16 | 1 | -0/+3 |
|/ |
|
* | refactor(window): reference winit where applicable | OJ Kwon | 2018-03-15 | 3 | -28/+32 |
* | Do not loop when animating and suspended | Paul Rouget | 2018-03-09 | 1 | -4/+2 |
* | do not run after we get a Suspend event | Paul Rouget | 2018-03-09 | 1 | -1/+13 |
* | Store inner_size | Paul Rouget | 2018-03-09 | 1 | -31/+27 |
* | Resize buffer on window resize | Paul Rouget | 2018-03-09 | 1 | -1/+4 |
* | do not use events_loop during run_forever | Paul Rouget | 2018-03-09 | 1 | -9/+7 |
* | unfork glutin | Paul Rouget | 2018-03-09 | 4 | -355/+182 |
* | Disable logging in bindgen to reduce code size | Matt Brubeck | 2018-03-08 | 1 | -1/+1 |
* | Split CssUrl from SpecifiedUrl for non-value URLs. | Xidorn Quan | 2018-03-08 | 1 | -2/+2 |
* | Add SpecifiedImageUrl for <url> used as images. | Xidorn Quan | 2018-03-08 | 2 | -7/+6 |
* | Auto merge of #20182 - paulrouget:ctrl_l, r=jdm | bors-servo | 2018-03-04 | 3 | -0/+36 |
|\ |
|
| * | Prompt URL on Cmd/Ctrl-L | Paul Rouget | 2018-03-04 | 3 | -0/+36 |
* | | Auto merge of #20191 - jfkthame:font-shorthand-resets-variation-settings, r=e... | bors-servo | 2018-03-04 | 2 | -3/+3 |
|\ \ |
|
| * | | style: update stack size of SourcePropertyDeclaration | Jonathan Kew | 2018-03-04 | 1 | -1/+1 |
| * | | style: Make 'font' shorthand reset the 'font-variation-settings' property. | Jonathan Kew | 2018-03-04 | 1 | -2/+2 |
* | | | style: Remove more rustc_has_pr45225 stuff. | Emilio Cobos Álvarez | 2018-03-04 | 2 | -12/+2 |
|/ / |
|
* / | #20174 removed the option and unwrap | Andrei Cristian Petcu | 2018-03-02 | 1 | -1/+1 |
|/ |
|
* | Update glutin, skia, and azure. | Josh Matthews | 2018-02-28 | 1 | -1/+1 |
* | Stylo: Pass an explicit parent SheetLoadData for child stylesheet loads. | Bobby Holley | 2018-02-28 | 2 | -6/+12 |
* | Auto merge of #20138 - emilio:longhand-iterator, r=nox | bors-servo | 2018-02-28 | 1 | -1/+1 |
|\ |
|
| * | style: Only expose longhands to rust via iterators. | Emilio Cobos Álvarez | 2018-02-28 | 1 | -1/+1 |
* | | Bump euclid to 0.17 | Bastien Orivel | 2018-02-28 | 2 | -2/+2 |
|/ |
|
* | style: Make Shadow DOM not use XBL anymore. | Emilio Cobos Álvarez | 2018-02-27 | 1 | -0/+34 |
* | Auto merge of #20082 - emilio:ignore-existing-styles, r=bholley | bors-servo | 2018-02-21 | 1 | -6/+2 |
|\ |
|
| * | style: Cleanup always-false argument to Servo_ResolveStyleLazily. | Emilio Cobos Álvarez | 2018-02-20 | 1 | -6/+2 |
* | | style: Cleanup PrioritizedPropertyIter. | Emilio Cobos Álvarez | 2018-02-20 | 1 | -11/+10 |
|/ |
|
* | Add sizeof for AuthorStyles. | Xidorn Quan | 2018-02-19 | 1 | -0/+21 |
* | Auto merge of #20065 - emilio:note-stuff, r=nox | bors-servo | 2018-02-16 | 1 | -1/+1 |
|\ |
|