forked from servo/servo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# This is a combination of 26 commits.
# This is the 1st commit message: resolved second merge conflict # This is the commit message servo#2: timed test to drawImage from one canvas to another # This is the commit message servo#3: setting up canvas id in layout # This is the commit message servo#4: finished associating CanvasId to layout # This is the commit message servo#5: removed 'unused import' build warning # This is the commit message servo#6: Removed files that shouldn't be in the repo. # This is the commit message servo#7: Converted tabs to spaces # This is the commit message servo#8: refactor(counter_style): parse int via parse_non_negative # This is the commit message servo#9: Update web-platform-tests to revision 26e8a76d7fbea0721468e791a325444ac9939a4f # This is the commit message servo#10: fix(keyevent): do not emit default ignorable codepoint # This is the commit message servo#11: Reduce the number of calls to the embedder by grouping the screen and window coordinates into one structure # This is the commit message servo#12: forward EmbedderMsg to embedder # This is the commit message servo#13: move key code into dedicated file # This is the commit message servo#14: split window code and browser code in two different files # This is the commit message servo#15: remove useless pref # This is the commit message servo#16: Use the --device-pixel-ratio in opt instead of /components/servo/ # This is the commit message servo#17: loop until we exhausted all the servo events # This is the commit message servo#18: Implement WebGL getFramebufferAttachmentParameter API # This is the commit message servo#19: style: Rename StyleContext to ComputedStyle. Bug: 1447483 Reviewed-by: jwatt MozReview-Commit-ID: KATZ6DkmpVY Signed-off-by: Emilio Cobos Álvarez <[email protected]> # This is the commit message servo#20: style: Update bindings. Signed-off-by: Emilio Cobos Álvarez <[email protected]> # This is the commit message servo#21: Fix an off-by-one error with limits.max_vertex_attribs # This is the commit message servo#22: Implement a missing INVALID_OPERATION check in DrawArrays # This is the commit message servo#23: Make some WebGL parameters non-optional (fixes servo#8753) Those parameters aren't optional in the current spec. The test element-array-buffer-delete-recreate.html now fails because we don't actually implement gl.getParameter(gl.CURRENT_PROGRAM). # This is the commit message servo#24: Implement gl.getParameter(gl.CURRENT_PROGRAM) # This is the commit message servo#25: Implement gl.getParameter(gl.VIEWPORT) # This is the commit message servo#26: Don't disable canvas3d tests involving CSS transforms (fixes servo#8766) Those don't seem to be intermittent anymore, and it's better to let the intermittent tracker do its job anyway.
- Loading branch information
pmocher
committed
Mar 30, 2018
1 parent
506ceb6
commit b30a8d2
Showing
143 changed files
with
8,230 additions
and
8,405 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.