| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix Gecko build. | Emilio Cobos Álvarez | 2019-11-04 | 1 | -0/+1 |
* | style: Fix Servo build. | Emilio Cobos Álvarez | 2019-11-04 | 3 | -7/+13 |
* | style: Rustfmt recent changes. | Emilio Cobos Álvarez | 2019-11-04 | 2 | -3/+6 |
* | style: Rename Mozfield / Mozfieldtext to Field and Fieldtext. | Sam Mauldin | 2019-11-04 | 1 | -2/+4 |
* | style: Extend compositor properties for motion. | Boris Chiou | 2019-11-04 | 1 | -1/+4 |
* | style: Use serde to serialize LengthPercentage and StyleRayFunction. | Boris Chiou | 2019-11-04 | 8 | -8/+18 |
* | style: Add new layer messages for passing motion path info. | Boris Chiou | 2019-11-04 | 1 | -4/+7 |
* | style: Remove -moz-binding, nsStyleDisplay::mBinding and similar. | Emilio Cobos Álvarez | 2019-11-04 | 4 | -38/+1 |
* | style: Remove some XBL code in the style system. | Emilio Cobos Álvarez | 2019-11-04 | 6 | -125/+3 |
* | style: Experiment with implementing zoom as a transform + transform-origin sh... | Emilio Cobos Álvarez | 2019-11-04 | 7 | -24/+136 |
* | style: Simplify media query code now that lifetimes are non-lexical. | Emilio Cobos Álvarez | 2019-11-04 | 1 | -66/+39 |
* | style: Remove useless conditional compilation. | Emilio Cobos Álvarez | 2019-11-04 | 1 | -6/+3 |
* | style: Remove layout.css.prefixes.device-pixel-ratio-webkit. | Emilio Cobos Álvarez | 2019-11-04 | 1 | -3/+0 |
* | style: Hide -moz-touch-enabled media query in Nightly and Early Beta. | Emilio Cobos Álvarez | 2019-11-04 | 3 | -10/+18 |
* | style: Support multiple parts in ::part() selectors. | Emilio Cobos Álvarez | 2019-11-04 | 3 | -15/+30 |
* | style: Remove old scroll-snap implementation, and scroll snapping prefs. | Emilio Cobos Álvarez | 2019-11-04 | 5 | -9/+0 |
* | style: Report missing include filename in ServoBindings.toml. | Cameron McCormack | 2019-11-04 | 1 | -1/+4 |
* | Add StreamConsumer wrapper and ReportStreamErrorCallback fn | Ridhim Rastogi | 2019-11-03 | 1 | -0/+56 |
* | Auto merge of #24616 - teapotd:imageinfo-option-refactoring, r=jdm | bors-servo | 2019-11-01 | 4 | -69/+47 |
|\ |
|
| * | Store Option<ImageInfo> instead of making fields optional | teapotd | 2019-11-01 | 4 | -69/+47 |
* | | Use surfman for managing GL surfaces | Patrick Walton | 2019-11-01 | 27 | -1510/+1536 |
|/ |
|
* | Auto merge of #24584 - JoshMcguigan:perf-resource-timing-duration, r=jdm | bors-servo | 2019-10-31 | 1 | -2/+1 |
|\ |
|
| * | PerformanceResourceTiming calculate duration | Josh Mcguigan | 2019-10-30 | 1 | -2/+1 |
* | | webgl: Always convert float/half-float-based types to internal texture types. | Josh Matthews | 2019-10-29 | 2 | -26/+18 |
* | | Support stringifier attributes | Kagami Sascha Rosylight | 2019-10-29 | 12 | -62/+11 |
* | | Update WebIDL.py | Kagami Sascha Rosylight | 2019-10-29 | 2 | -6/+172 |
|/ |
|
* | Auto merge of #24572 - ferjm:vslogger.level, r=paulrouget | bors-servo | 2019-10-29 | 1 | -0/+1 |
|\ |
|
| * | Allow setting Visual Studio logger level from cli arg | Fernando Jimenez Moreno | 2019-10-28 | 1 | -0/+1 |
* | | Auto merge of #24564 - paulrouget:initButtons, r=jdm | bors-servo | 2019-10-29 | 1 | -1/+1 |
|\ \ |
|
| * | | Properly set MouseEvent buttons property | Paul Rouget | 2019-10-28 | 1 | -1/+1 |
* | | | Auto merge of #24573 - teapotd:is-point-in-path-nan, r=jdm | bors-servo | 2019-10-28 | 1 | -0/+4 |
|\ \ \ |
|
| * | | | Return false from CanvasState::IsPointInPath for NaN/infinite values | teapotd | 2019-10-28 | 1 | -0/+4 |
* | | | | Auto merge of #24557 - servo:rustup, r=jdm | bors-servo | 2019-10-28 | 3 | -74/+113 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | Upgrade to rustc 1.40.0-nightly (246be7e1a 2019-10-25) | Simon Sapin | 2019-10-26 | 2 | -8/+41 |
| * | | | Move items at the root of the script crate to a module | Simon Sapin | 2019-10-26 | 2 | -66/+72 |
* | | | | Delete superfluous comment | Tamas Keri | 2019-10-28 | 1 | -3/+0 |
| |_|/
|/| | |
|
* | | | Auto merge of #24546 - garasubo:refactor-submission, r=paulrouget | bors-servo | 2019-10-28 | 1 | -2/+2 |
|\ \ \
| |_|/
|/| | |
|
| * | | Fix the condition to keep original logic | takumi | 2019-10-25 | 1 | -2/+2 |
* | | | Auto merge of #24525 - glowe:issue-23009/separate_angle_and_disable_vsync, r=jdm | bors-servo | 2019-10-26 | 4 | -78/+33 |
|\ \ \
| |_|/
|/| | |
|
| * | | Extract device_pixels_per_px from global opts | glowe | 2019-10-26 | 4 | -20/+27 |
| * | | Extract 3 more embedder options | glowe | 2019-10-26 | 1 | -28/+0 |
| * | | Make angle and disable-vsync embedder options | glowe | 2019-10-26 | 1 | -30/+6 |
* | | | Auto merge of #24519 - hbina:cleanup_canvasrenderingcontext, r=jdm | bors-servo | 2019-10-25 | 4 | -1633/+1702 |
|\ \ \ |
|
| * | | | Moved CanvasState out of canvasrenderingcontext | Hanif Bin Ariffin | 2019-10-25 | 4 | -1633/+1702 |
* | | | | Auto merge of #24551 - nox:i-am-very-smart, r=SimonSapin | bors-servo | 2019-10-25 | 1 | -1/+4 |
|\ \ \ \ |
|
| * | | | | Fix a ridiculous bug in layout-2020 | Anthony Ramine | 2019-10-25 | 1 | -1/+4 |
| |/ / / |
|
* | | | | Auto merge of #24535 - servo:doctors-without, r=nox | bors-servo | 2019-10-25 | 5 | -47/+95 |
|\ \ \ \
| |_|_|/
|/| | | |
|
| * | | | 2020: paint borders | Simon Sapin | 2019-10-24 | 5 | -47/+95 |
| |/ / |
|
* / / | Limit referer header value length to 4096 | teapotd | 2019-10-24 | 2 | -2/+49 |
|/ / |
|
* | | 2020: enable CSS parsing of properties that are (somewhat) implemented | Simon Sapin | 2019-10-24 | 9 | -17/+11 |