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 }}
weilonge
/
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
0
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
docshell
on
master
User selector
All users
Datepicker
All time
Commit history
Commits on Mar 14, 2016
Bug 1226928 - dochsell changes for content-signing on remote about:newtab, r=bz,mconley
franziskuskiefer
committed
ad50543
View commit details
Copy full SHA for ad50543
View code at this point
Browse repository at this point
Commits on Mar 10, 2016
Bug 1255459 - Use AutoRestore in ObservedDocShell::PopMarkers. r=smaug
Show description for b03cdce
tromey
committed
b03cdce
View commit details
Copy full SHA for b03cdce
View code at this point
Browse repository at this point
Bug 1240246 - Handle re-entrancy in nsDocShell::InternalLoad more gracefully. r=smaug
mrbkap
committed
f01e576
View commit details
Copy full SHA for f01e576
View code at this point
Browse repository at this point
Bug 1245743 - Don't push new timeline markers while popping markers. r=vporof
Show description for aa07d5b
tromey
committed
aa07d5b
View commit details
Copy full SHA for aa07d5b
View code at this point
Browse repository at this point
Commits on Mar 9, 2016
Bug 1253792 - Handle another case of re-entrancy through nsDocShell::InternalLoad. r=smaug
mrbkap
committed
ce47da7
View commit details
Copy full SHA for ce47da7
View code at this point
Browse repository at this point
Bug 1254103 - Window.open() should not reuse an existing window if it's running a different container, r=bz
bakulf
committed
31635f4
View commit details
Copy full SHA for 31635f4
View code at this point
Browse repository at this point
Commits on Mar 8, 2016
Bug 1253738 P1 Require an explicit principal when looking up a service worker registration. r=baku
wanderview
committed
7ebbd92
View commit details
Copy full SHA for 7ebbd92
View code at this point
Browse repository at this point
Commits on Mar 7, 2016
Bug 1252811 - remove mIsInIsolatedMozBrowser from nsDocShell. r=smaug
allstarschh
committed
e8cb28e
View commit details
Copy full SHA for e8cb28e
View code at this point
Browse repository at this point
Bug 1253538 - Window.open() should not reuse an existing window if it's running a different container - patch 2, r=bz
bakulf
committed
4696731
View commit details
Copy full SHA for 4696731
View code at this point
Browse repository at this point
Commits on Mar 6, 2016
Merge fx-team to m-c. a=merge
rvandermeulen
committed
54367e8
View commit details
Copy full SHA for 54367e8
View code at this point
Browse repository at this point
Commits on Mar 4, 2016
Bug 1241930: Part 4 - convert all assertion methods used inside content tasks to the Assert.* family in docshell tests. r=mconley
mikedeboer
committed
2f562a2
View commit details
Copy full SHA for 2f562a2
View code at this point
Browse repository at this point
Bug 1113196 - Pass a sane set of parameters to loadinfo for top-level loads in e10s. r=sicking
mrbkap
committed
456e54e
View commit details
Copy full SHA for 456e54e
View code at this point
Browse repository at this point
Commits on Mar 3, 2016
Bug 652186 - Fix tests involving URL backslash replacement r=bz
Show description for eb30e01
valenting
committed
eb30e01
View commit details
Copy full SHA for eb30e01
View code at this point
Browse repository at this point
Bug 652186 - Remove unneeded backslash replacement from nsDefaultURIFixup r=bz
Show description for d77d9c2
valenting
committed
d77d9c2
View commit details
Copy full SHA for d77d9c2
View code at this point
Browse repository at this point
Commits on Mar 2, 2016
Bug 518805 - Don't do meta refreshes when backgrounded r=bz
Show description for 73d84cb
snorp
committed
73d84cb
View commit details
Copy full SHA for 73d84cb
View code at this point
Browse repository at this point
Bug 1252839 - Remove some if stmt after allocation with 'new' - patch 1, r=bz
bakulf
committed
5d21145
View commit details
Copy full SHA for 5d21145
View code at this point
Browse repository at this point
Bug 1238160 - Set docshell isolation mode. r=smaug
Show description for 777c113
jryans
committed
777c113
View commit details
Copy full SHA for 777c113
View code at this point
Browse repository at this point
Bug 1238160 - Rename nsILoadContext::GetIsInBrowserElement. r=smaug,mayhemer
Show description for 5bede71
jryans
committed
5bede71
View commit details
Copy full SHA for 5bede71
View code at this point
Browse repository at this point
Bug 1238160 - Rename OriginAttributes.mInBrowser and associated methods. r=bz,mayhemer
Show description for 2a55d06
jryans
committed
2a55d06
View commit details
Copy full SHA for 2a55d06
View code at this point
Browse repository at this point
Bug 1252347 - Provide missing implementations of nsIBaseWindow::SetPositionDesktopPix. r=emk
jfkthame
committed
e47c42c
View commit details
Copy full SHA for e47c42c
View code at this point
Browse repository at this point
Commits on Mar 1, 2016
Bug 1244897 - Use TimerlineConsumers in PopProfileTimelineMarkers to ensure that all methods acquire TimelineConsumers Mutex. r=vporof
Show description for 09b0051
Hiroyuki Ikezoe
committed
09b0051
View commit details
Copy full SHA for 09b0051
View code at this point
Browse repository at this point
Bug 1251875 - Part 1: Remove the dom.serviceWorkers.interception.enabled pref; r=bkelly
Ehsan Akhgari
committed
8a0731f
View commit details
Copy full SHA for 8a0731f
View code at this point
Browse repository at this point
Bug 1249950 - Add Performance Markers for MessagePort - patch 2, r=smaug, r=vporof
bakulf
committed
9229fda
View commit details
Copy full SHA for 9229fda
View code at this point
Browse repository at this point
Bug 1249950 - Add Performance Markers for MessagePort - patch 1 - remove non-useful 'explicit', r=smaug
bakulf
committed
4132d10
View commit details
Copy full SHA for 4132d10
View code at this point
Browse repository at this point
Commits on Feb 29, 2016
Backed out changeset a3af36cb6d54 (bug 1237146) because the test still fails with e10s enabled.
rvandermeulen
committed
ce54cee
View commit details
Copy full SHA for ce54cee
View code at this point
Browse repository at this point
Bug 1249393 - Getting rid of more Nightly-only gates for about:performance;r=me
Show description for 7fdebd3
David Rajchenbach-Teller
committed
7fdebd3
View commit details
Copy full SHA for 7fdebd3
View code at this point
Browse repository at this point
Commits on Feb 26, 2016
Bug 1245992 - Update the Safe Browsing phishing interstitial page. r=flod,past
Show description for 53454d8
Francois Marier
committed
53454d8
View commit details
Copy full SHA for 53454d8
View code at this point
Browse repository at this point
Back out 2 changesets (bug 1245992) for several browser-chrome failures
Show description for c279cb2
philor
committed
c279cb2
View commit details
Copy full SHA for c279cb2
View code at this point
Browse repository at this point
Commits on Feb 25, 2016
Bug 1245992 - Update the Safe Browsing phishing interstitial page. r=flod,past
Show description for b5682aa
Francois Marier
committed
b5682aa
View commit details
Copy full SHA for b5682aa
View code at this point
Browse repository at this point
Commits on Feb 18, 2016
Bug 1247335 - patch 1 - Provide a desktop-pixel variant of SetPosition on nsIBaseWindow and its implementations. r=emk
jfkthame
committed
cb99502
View commit details
Copy full SHA for cb99502
View code at this point
Browse repository at this point
Commits on Feb 16, 2016
Bug 1227861 - Add OriginAttributes getter/setter into nsIDocShell. r=smaug, sicking
allstarschh
committed
ce8e69a
View commit details
Copy full SHA for ce8e69a
View code at this point
Browse repository at this point
Commits on Feb 13, 2016
Bug 1247872. Just get our private browsing state directly off the docshells we already have instead of trying to indirect through their documents. r=smaug
bzbarsky
committed
96f906f
View commit details
Copy full SHA for 96f906f
View code at this point
Browse repository at this point
Bug 947755, try to avoid use of setTimeout when there is an event to use, r=khuey
Olli Pettay
authored and
Olli Pettay
committed
9b0e1b6
View commit details
Copy full SHA for 9b0e1b6
View code at this point
Browse repository at this point
Commits on Jan 28, 2016
Bug 1219482: Replace PRLogModuleInfo with LazyLogModule in various files.r=benjamin
astx30
committed
823704b
View commit details
Copy full SHA for 823704b
View code at this point
Browse repository at this point
Bug 1243706 - Release PerformanceStats/PerformanceWatcher;r=Felipe
Show description for 665d890
David Rajchenbach-Teller
committed
665d890
View commit details
Copy full SHA for 665d890
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.