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
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 }}
leplatrem
/
gecko-dev
Public
forked from
mozilla/gecko-dev
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
3
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
gecko-dev
python
on
master
User selector
All users
Datepicker
All time
Commit history
Commits on Apr 5, 2016
Bug 1262087 - Make the @checking callback not alter the behavior for bools. r=chmanchester
glandium
committed
c0808e5
View commit details
Copy full SHA for c0808e5
View code at this point
Browse repository at this point
Bug 1262087 - Use textwrap.dedent in test_checks_configure.py. r=chmanchester
glandium
committed
6878c84
View commit details
Copy full SHA for 6878c84
View code at this point
Browse repository at this point
Bug 1262231 - Fix handling of ICU for artifact builds. r=nalexander
Show description for b5ce5e9
chmanchester
committed
b5ce5e9
View commit details
Copy full SHA for b5ce5e9
View code at this point
Browse repository at this point
Commits on Apr 4, 2016
Bug 1261018 - Make log.queue_debug output debug log when receiving an exception. r=ted
glandium
committed
c977f50
View commit details
Copy full SHA for c977f50
View code at this point
Browse repository at this point
Bug 1261235 - Handle non-ascii in configure logging. r=ted
Show description for 8155d8f
glandium
committed
8155d8f
View commit details
Copy full SHA for 8155d8f
View code at this point
Browse repository at this point
Bug 1242051 - Install test files to the objdir lazily rather than with each invocation of mach. r=gps
Show description for a7138cf
chmanchester
committed
a7138cf
View commit details
Copy full SHA for a7138cf
View code at this point
Browse repository at this point
Bug 1242051 - Extract support files processing from the emitter. r=gps
Show description for fc15bfd
chmanchester
committed
fc15bfd
View commit details
Copy full SHA for fc15bfd
View code at this point
Browse repository at this point
Commits on Apr 1, 2016
Bug 1261438 - Generalize Android artifact package names. r=chmanchester
Show description for bc6d047
ncalexan
committed
bc6d047
View commit details
Copy full SHA for bc6d047
View code at this point
Browse repository at this point
Merge fx-team to central, a=merge
Show description for 56b7127
KWierso
committed
56b7127
View commit details
Copy full SHA for 56b7127
View code at this point
Browse repository at this point
Merge mozilla-central to fx-team
BavarianTomcat
committed
e873a45
View commit details
Copy full SHA for e873a45
View code at this point
Browse repository at this point
Bug 1260624 - Add support for simple comparisons of ReadOnlyNamespaces. r=ted
glandium
committed
ad20b09
View commit details
Copy full SHA for ad20b09
View code at this point
Browse repository at this point
Bug 1114647 - Rename "plugin-container" to "firefox-webcontent" and create a new executable target for Win32 called "firefox-plugin-container" r=ted,jhamer
Show description for 5c45449
George Wright
committed
5c45449
View commit details
Copy full SHA for 5c45449
View code at this point
Browse repository at this point
Commits on Mar 30, 2016
Bug 1260749 - quiet unpacking of Android SDK and NDK downloads; r=nalexander
Show description for 276caac
Nathan Froyd
committed
276caac
View commit details
Copy full SHA for 276caac
View code at this point
Browse repository at this point
Commits on Mar 29, 2016
Bug 1260241 - Implement Fennec packaging in Python. r=glandium
Show description for 9ab9fa5
ncalexan
committed
9ab9fa5
View commit details
Copy full SHA for 9ab9fa5
View code at this point
Browse repository at this point
Bug 1260241 - Pre: Add compress option to Jarrer.add. r=glandium
Show description for 45f7d69
ncalexan
committed
45f7d69
View commit details
Copy full SHA for 45f7d69
View code at this point
Browse repository at this point
Fixup test_check_configure after bug 1260066 on a CLOSED TREE. r=me
glandium
committed
f6cb862
View commit details
Copy full SHA for f6cb862
View code at this point
Browse repository at this point
Fixup bug 1256573 to work on buggy older python on a CLOSED TREE. r=me
glandium
committed
9d9550f
View commit details
Copy full SHA for 9d9550f
View code at this point
Browse repository at this point
Bug 1260066 - Don't allow to use sandbox primitives from anywhere but global scope and templates. r=nalexander
Show description for f1ed025
glandium
committed
f1ed025
View commit details
Copy full SHA for f1ed025
View code at this point
Browse repository at this point
Bug 1256573 - Remove the @advanced primitive. r=nalexander
glandium
committed
2a7c335
View commit details
Copy full SHA for 2a7c335
View code at this point
Browse repository at this point
Bug 1256573 - Switch configure tests to use @imports instead of @advanced. r=nalexander
glandium
committed
9877dc7
View commit details
Copy full SHA for 9877dc7
View code at this point
Browse repository at this point
Bug 1256573 - Add a new @imports primitive that allows to import modules into the decorated functions. r=nalexander
Show description for abc3477
glandium
committed
abc3477
View commit details
Copy full SHA for abc3477
View code at this point
Browse repository at this point
Bug 1256573 - Add missing primitives to the ConfigureSandbox documentation. r=nalexander
Show description for 0ea59bc
glandium
committed
0ea59bc
View commit details
Copy full SHA for 0ea59bc
View code at this point
Browse repository at this point
Bug 1259351 - Properly sandbox functions that are decorated with templates. r=nalexander
glandium
committed
943acf7
View commit details
Copy full SHA for 943acf7
View code at this point
Browse repository at this point
Bug 1259960 - Make check_prog more flexible about the list of programs it will check. r=chmanchester
glandium
committed
6eee113
View commit details
Copy full SHA for 6eee113
View code at this point
Browse repository at this point
Bug 1259960 - Make check_prog more flexible about the input it receives. r=chmanchester
glandium
committed
028ebf6
View commit details
Copy full SHA for 028ebf6
View code at this point
Browse repository at this point
Bug 1259960 - Allow to pass a string to check_prog to describe what is being looked for. r=chmanchester
Show description for 18a002c
glandium
committed
18a002c
View commit details
Copy full SHA for 18a002c
View code at this point
Browse repository at this point
Bug 1259960 - s/DummyFunction/DependsFunction/. r=chmanchester
Show description for 29c3394
glandium
committed
29c3394
View commit details
Copy full SHA for 29c3394
View code at this point
Browse repository at this point
Bug 1257516 - Make check_prog opt-in to the queued debug log messages. r=ted
glandium
committed
cbf3677
View commit details
Copy full SHA for cbf3677
View code at this point
Browse repository at this point
Bug 1257516 - Allow to assign Exceptions in the global scope. r=ted
Show description for 97ea49f
glandium
committed
97ea49f
View commit details
Copy full SHA for 97ea49f
View code at this point
Browse repository at this point
Bug 1257516 - Make the ConfigureOutputHandler keep some debug messages to print out when an error occurs. r=ted
Show description for c7b519d
glandium
committed
c7b519d
View commit details
Copy full SHA for c7b519d
View code at this point
Browse repository at this point
Bug 1257516 - Add a unit test for check_prog(). r=ted
Show description for a2c9191
glandium
committed
a2c9191
View commit details
Copy full SHA for a2c9191
View code at this point
Browse repository at this point
Bug 1257516 - Allow the log_handle given to the virtualenv manager to be a file-like object. r=ted
Show description for 0e183bb
glandium
committed
0e183bb
View commit details
Copy full SHA for 0e183bb
View code at this point
Browse repository at this point
Bug 1257516 - Send the debug output from our logger to config.log. r=ted
Show description for ba80937
glandium
committed
ba80937
View commit details
Copy full SHA for ba80937
View code at this point
Browse repository at this point
Bug 1257516 - Expose a sandboxed logger to moz.configure and use it. r=ted
Show description for 47d916d
glandium
committed
47d916d
View commit details
Copy full SHA for 47d916d
View code at this point
Browse repository at this point
Commits on Mar 25, 2016
Bug 1259806 - Remove toolkit/components/ctypes/tests/Makefile.in; r=ted
Show description for 2176c3a
mshal
committed
2176c3a
View commit details
Copy full SHA for 2176c3a
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.