-
Manishearthstandups: finish rust-lang/rust #50100 , find bug with crate:: , fix that too
-
crowbot1PR #50100: Edition breakage lint for absolute paths starting with modules - rust-lang/rust #50100
-
standupsOk, submitted #56834 for standu.ps/user/Manishearth
-
Manishearthstandups: rust-lang/rust #50131
-
crowbot1PR #50131: Allow crate:: in local paths - rust-lang/rust #50131
-
standupsOk, submitted #56836 for standu.ps/user/Manishearth
-
cbrewstercrowbot: what should I work on?
-
cbrewstercrowbot1: what should I work on?
-
crowbot1cbrewster: figure out why cssom (css object model) regressed (drafts.csswg.org/cssom)
-
ghservo[webrender] nc4rrillo opened pull request #2679: Remove "Layer" space (master...remove-layer-space) git.io/vpY31
-
crowbot1servo-mac8 is overdue! (build started 2 hours ago)
-
ghservo[servo] servo-wpt-sync opened pull request #20670: [WIP] Sync WPT with upstream (20-04-2018) (master...wpt_update_20-04-2018) git.io/vpY3N
-
ghservo[servo] cbrewster closed issue #19905: Fire popstate event when traversing history git.io/vNHRj
-
ghservo[servo] cbrewster opened pull request #20671: Make session history aware of URLs (master...history_url) git.io/vpYs5
-
ghservo[servo] gterzian opened issue #20672: Plug "prompt to unload"(firing the "beforeunload" event), into history traversal. git.io/vpYnC
-
ghservo[servo] gterzian opened issue #20673: Improve Spec compliance of "follow hyperlink" git.io/vpYCM
-
ghservo[servo] simartin opened pull request #20674: Issue #20556: Implement proper checks in WebGLRenderingContext's bindBuffer() (master...issue_20556) git.io/vpYu1
-
cbrewsterOoo this would be nice to have for Servo ncameron.org/blog/announcing-cargo-src-beta
-
fabricegood scaling test I guess
-
noxNick is doing God's work with that.
-
cbrewsterNo kidding, he has made huge improvements in tooling in the past year. RLS is awesome, still has some issues when working with a project the size of Servo, but its been much more usable lately
-
ghservo[servo] emilio opened pull request #20675: style: Sync changes from mozilla-central. (master...gecko-sync) git.io/vpY9q
-
ghservo[servo] fabricedesre opened pull request #20676: Notify the embedder when it should display or hide an IME (master...ime-embedding) git.io/vpY5n
-
fabricecbrewster: do you know of any place where we call script -> embedder directly? Looks like there is no embedder proxy ref available on GlobalScope
-
cbrewsterfabrice: not at the moment, it’s a discussion we’ve had regarding alert/filemanager UI. I think we should be able to give the script thread a sender to the embedded. Although this could be done as a follow up.
-
cbrewsters/embedded/embedder
-
fabricecbrewster: ok, sounds good
-
cbrewsterfabrice: essentially, we don’t want to add a ton of cases where the constellation is just forwarding a message