Skip to content
This repository was archived by the owner on Jan 24, 2023. It is now read-only.

Commit 6ade6d1

Browse files
authored
notables
1 parent 8478bce commit 6ade6d1

File tree

1 file changed

+26
-2
lines changed

1 file changed

+26
-2
lines changed

_posts/2018-04-30-twis-111.md

Lines changed: 26 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ categories:
77
---
88

99
In the [last few weeks](https://github.com/pulls?utf8=%E2%9C%93&q=is%3Apr+is%3Amerged+closed%3A2018-04-02..2018-04-30+user%3Aservo+),
10-
we merged 66 PRs in the Servo organization's repositories.
10+
we merged 190 PRs in the Servo organization's repositories.
1111

1212
### Planning and Status
1313

@@ -18,7 +18,31 @@ This week's status updates are [here](https://www.standu.ps/project/servo/).
1818

1919
### Notable Additions
2020

21-
-
21+
- nox [implemented](https://github.com/servo/servo/pull/20702) the `origin` API on window and worker globals.
22+
- gw [added](https://github.com/servo/webrender/pull/2694) support for storing non-rectangular texture cache entries.
23+
- kwonoj [fixed](https://github.com/servo/servo/pull/20687) an incorrect key event suppression.
24+
- Brody-Eastwood [merged](https://github.com/servo/servo/pull/20680) all 2d canvas threads into a single thread.
25+
- fabricedesre [added](https://github.com/servo/servo/pull/20676) a notification for embedders to display an IME.
26+
- cbrewster [made](https://github.com/servo/servo/pull/20671) session history track URLs.
27+
- kvark [made](https://github.com/servo/servo/pull/20658) the `gleam` crate optional.
28+
- mattnenterprise [implemented](https://github.com/servo/servo/pull/20648) a missing WebGL parameter.
29+
- nox [fixed](https://github.com/servo/servo/pull/20646) some error conditions for the WebGL `drawElements` API.
30+
- cbrewster [implemented](https://github.com/servo/servo/pull/20638) the `pushState` and `popState` histoy APIs.
31+
- brainlessdeveloper [added](https://github.com/servo/servo/pull/20631) support for the `getRenderbufferParameter` WebGL API.
32+
- emilio [made](https://github.com/servo/servo/pull/20627) the `overflow` CSS shorthand parse as two longhand values.
33+
- marmistrz [implemented](https://github.com/servo/rust-mozjs/pull/422) more idiomatic wrappers for certain JSAPI C++ methods.
34+
- asajeffrey [corrected](https://github.com/servo/servo/pull/20614) the source of cross-origin `postMessage` messages.
35+
- kwonoj [removed](https://github.com/servo/servo/pull/20578) direct UI interaction from the bluetooth implementation.
36+
- cbrewster [avoided](https://github.com/servo/servo/pull/20579) adding redundant about:blank entries to the session history for iframes.
37+
- nox [made](https://github.com/servo/servo/pull/20565) [several](https://github.com/servo/servo/pull/20598) [batches](https://github.com/servo/servo/pull/20539) of [correctness](https://github.com/servo/servo/pull/20518) [fixes](https://github.com/servo/servo/pull/20525) for WebGL APIs.
38+
- paul [made](https://github.com/servo/servo/pull/20533) dealing with required resource files easier for embedders.
39+
- brainlessdeveloper [simplified](https://github.com/servo/servo/pull/20482) some style system code for dealing with list images.
40+
- gootorov [removed](https://github.com/servo/gleam/pull/161) some unnecessary limitations in GL bindings.
41+
- kwonoj [removed](https://github.com/servo/servo/pull/20480) direct UI interaction from the file manager thread.
42+
- pyfisch [implenented](https://github.com/servo/servo/pull/20420) support for corner clipping.
43+
- pcwalton [integrated](https://github.com/servo/webrender/pull/2566) [Pathfinder](https://github.com/pcwalton/pathfinder/) support into WebRender.
44+
- modal17 [added](https://github.com/servo/servo/pull/20391) the HTTP cache to heap memory measurements.
45+
2246

2347
### New Contributors
2448

0 commit comments

Comments
 (0)