Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Type
/
to search
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
aydinkim
/
servo
Public
forked from
servo/servo
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Branch selector
master
User selector
All users
All time
Commit history
Commits on May 8, 2014
auto merge of #2366 : zwarich/servo/incorrect-rust-png-profiles, r=metajack
Show description for 360894d
bors-servo
committed
360894d
View commit details
Copy full SHA for 360894d
Browse repository at this point
Commits on May 7, 2014
Update rust-png for fixed color profiles in test images.
Cameron Zwarich
committed
3fd8a52
View commit details
Copy full SHA for 3fd8a52
Browse repository at this point
auto merge of #2346 : gsingh93/servo/master, r=jdm
bors-servo
committed
86a6de2
View commit details
Copy full SHA for 86a6de2
Browse repository at this point
auto merge of #2365 : bjz/servo/generic-range, r=pcwalton
Show description for 8e0febb
bors-servo
committed
8e0febb
View commit details
Copy full SHA for 8e0febb
Browse repository at this point
Require Range<T> to have a signed integer T
Show description for 97bbaa6
brendanzab
committed
97bbaa6
View commit details
Copy full SHA for 97bbaa6
Browse repository at this point
Use {} instead of {:?} for debug!ing in util::range
brendanzab
committed
ea68051
View commit details
Copy full SHA for ea68051
Browse repository at this point
Make range generic
brendanzab
committed
8c6eb08
View commit details
Copy full SHA for 8c6eb08
Browse repository at this point
auto merge of #2364 : zwarich/servo/issue-2363, r=larsbergstrom
Show description for 2a7889c
bors-servo
committed
2a7889c
View commit details
Copy full SHA for 2a7889c
Browse repository at this point
Add Performance object to Window and implement Performance::Now()
gsingh93
committed
fb0c433
View commit details
Copy full SHA for fb0c433
Browse repository at this point
Add support for DOMString in unions (fixes #2324).
Ms2ger
authored and
gsingh93
committed
0ab3444
View commit details
Copy full SHA for 0ab3444
Browse repository at this point
Open a background non-focus-stealing window for tests on OS X.
Show description for d766cba
Cameron Zwarich
committed
d766cba
View commit details
Copy full SHA for d766cba
Browse repository at this point
auto merge of #2360 : Ms2ger/servo/vec, r=jdm
bors-servo
committed
15d3257
View commit details
Copy full SHA for 15d3257
Browse repository at this point
Use Vec in contenttest.rs.
Ms2ger
committed
5d3f750
View commit details
Copy full SHA for 5d3f750
Browse repository at this point
Use Vec in reftest.rs.
Ms2ger
committed
0cfd070
View commit details
Copy full SHA for 0cfd070
Browse repository at this point
Remove unused zip_copies.
Ms2ger
committed
87008a5
View commit details
Copy full SHA for 87008a5
Browse repository at this point
Use Vec in GetClientRects.
Ms2ger
committed
479c927
View commit details
Copy full SHA for 479c927
Browse repository at this point
Use Vec in the quicksort test.
Ms2ger
committed
c4faad7
View commit details
Copy full SHA for c4faad7
Browse repository at this point
Use Vec for SimpleHashCache::entries.
Ms2ger
committed
aa2866a
View commit details
Copy full SHA for aa2866a
Browse repository at this point
auto merge of #2358 : zwarich/servo/configure-dash-h, r=Ms2ger
bors-servo
committed
5300846
View commit details
Copy full SHA for 5300846
Browse repository at this point
Make configure recognize the '-h' option in addition to '--help'.
Cameron Zwarich
committed
a2afa4b
View commit details
Copy full SHA for a2afa4b
Browse repository at this point
auto merge of #2339 : glennw/servo/js-event-assert, r=jdm
bors-servo
committed
e9ac0d1
View commit details
Copy full SHA for e9ac0d1
Browse repository at this point
auto merge of #2356 : glennw/servo/warnings, r=jdm
bors-servo
committed
c872764
View commit details
Copy full SHA for c872764
Browse repository at this point
Fix a few mutability warnings
gw3583
committed
b61d232
View commit details
Copy full SHA for b61d232
Browse repository at this point
auto merge of #2340 : glennw/servo/js-click-assert, r=jdm
bors-servo
committed
dc49e7d
View commit details
Copy full SHA for dc49e7d
Browse repository at this point
auto merge of #2336 : bjz/servo/debug_str, r=pcwalton
bors-servo
committed
38bf7fd
View commit details
Copy full SHA for 38bf7fd
Browse repository at this point
auto merge of #2354 : glennw/servo/issue-2332, r=metajack
bors-servo
committed
27bdc58
View commit details
Copy full SHA for 27bdc58
Browse repository at this point
auto merge of #2350 : zwarich/servo/unused-str-import, r=metajack
bors-servo
committed
e6e253b
View commit details
Copy full SHA for e6e253b
Browse repository at this point
Commits on May 6, 2014
Rename from_unrooted to from_temporary. Fixes #2332.
gw3583
committed
51ef2f0
View commit details
Copy full SHA for 51ef2f0
Browse repository at this point
auto merge of #2304 : Manishearth/servo/deadcode, r=metajack
Show description for 22c6060
bors-servo
committed
22c6060
View commit details
Copy full SHA for 22c6060
Browse repository at this point
Fix JS roots assertion when clicking on an element
gw3583
committed
87e6921
View commit details
Copy full SHA for 87e6921
Browse repository at this point
Modify node traversal loop to avoid JS roots assertion. Fixes #2321.
gw3583
committed
db81cf9
View commit details
Copy full SHA for db81cf9
Browse repository at this point
Remove an unused import of std::str.
Cameron Zwarich
committed
1b48130
View commit details
Copy full SHA for 1b48130
Browse repository at this point
auto merge of #2349 : zwarich/servo/reftest-print-diff, r=larsbergstrom
Show description for 0bb838a
bors-servo
committed
0bb838a
View commit details
Copy full SHA for 0bb838a
Browse repository at this point
Print the location of the image diff when a ref test fails.
Cameron Zwarich
committed
2191951
View commit details
Copy full SHA for 2191951
Browse repository at this point
auto merge of #2347 : Ms2ger/servo/vec, r=jdm
bors-servo
committed
c013d2a
View commit details
Copy full SHA for c013d2a
Browse repository at this point
Previous
Next
You can’t perform that action at this time.