Read-only Git mirror of the Mercurial gecko repositories at https://hg.mozilla.org. How to contribute: https://firefox-source-docs.mozilla.org/contributing/contribution_quickref.html
Go to file
Gerald Squelart c05de0f147 Bug 1571390 - BlocksRingBuffer::GetState() takes a snapshot of the current state - r=gregtatum
This makes it easier to grab all BlocksRingBuffer state variables:
- Range start and end.
- Number of pushed blocks/entries, number of cleared blocks/entries.

The function is thread-safe, and the returned values are consistent with each
other, but they may become stale straight after the function returns (and the
lock is released).
They are still valuable to statistics, and to know how far the range has at
least reached (but may go further soon).

Differential Revision: https://phabricator.services.mozilla.com/D40621

--HG--
extra : moz-landing-system : lando
2019-08-07 01:54:31 +00:00
.cargo Bug 1569090 - Update audioipc to 177ebd96. r=chunmin 2019-07-27 13:14:23 +00:00
.vscode
accessible Backed out changeset b197ca57677a (bug 1558915) for build bustages. CLOSED TREE 2019-08-07 01:04:43 +03:00
browser Bug 1569330 - Disable telemetry check in Normandy recipe runner r=mythmon,nalexander 2019-08-06 23:54:34 +00:00
build Bug 1571836 - Enable Rust PGO on Linux64. r=froydnj 2019-08-06 22:26:49 +00:00
caps Backed out changeset b197ca57677a (bug 1558915) for build bustages. CLOSED TREE 2019-08-07 01:04:43 +03:00
chrome Backed out changeset b197ca57677a (bug 1558915) for build bustages. CLOSED TREE 2019-08-07 01:04:43 +03:00
config Bug 1437452 - add makefile bits for cross-language PGO; r=glandium 2019-08-01 21:27:11 +00:00
devtools Bug 1491874: Add test the keybindings for element picker with separate window. r=pbro 2019-08-07 02:08:23 +00:00
docshell Backed out 7 changesets (bug 1565689) for assertion failures at MediaControlUtils.h on a CLOSED TREE 2019-08-07 04:40:52 +03:00
dom Bug 1547784 - Return an error if an EME associated MediaElement becomes inactive as deocder setup finishes. r=alwu 2019-08-06 17:48:41 +00:00
editor Bug 1569613 - Add surrogate pair handling API to nsTextFragment r=hsivonen 2019-08-06 05:43:21 +00:00
extensions Backed out changeset b197ca57677a (bug 1558915) for build bustages. CLOSED TREE 2019-08-07 01:04:43 +03:00
gfx Backed out changeset b197ca57677a (bug 1558915) for build bustages. CLOSED TREE 2019-08-07 01:04:43 +03:00
gradle/wrapper
hal
image Bug 1558915 - Use infallible nsIURI::SchemeIs in image/ r=tnikkel 2019-08-03 09:44:12 +00:00
intl Bug 1501886 - Migrate menubar to Fluent. r=fluent-reviewers,Pike,flod 2019-08-02 16:07:44 +00:00
ipc Bug 1568361: Use StaticLocalAutoPtr for BackgroundMTAData; r=Jamie 2019-08-07 01:48:31 +00:00
js Bug 1569315 - Unify flags access code in FunctionFlags r=tcampbell 2019-08-06 21:03:18 +00:00
layout Bug 1571930 - Convert a MOZ_ASSERT in nsColumnSetFrame::ReflowChildren() to be non-fatal. r=dholbert 2019-08-07 01:28:29 +00:00
media Bug 1570212 - Convert media.webrtc.net.force_disable_rtcp_reception to a static pref. r=jya 2019-08-02 12:33:17 +00:00
memory Bug 1571505 - Properly add dbghelp where needed. r=nalexander 2019-08-06 18:14:12 +00:00
mfbt Bug 1570725 - Show type of assertion in crashreporter MozCrashReason, r=froydnj 2019-08-06 20:33:34 +00:00
mobile Bug 1569330 - Disable telemetry check in Normandy recipe runner r=mythmon,nalexander 2019-08-06 23:54:34 +00:00
modules Backed out 7 changesets (bug 1565689) for assertion failures at MediaControlUtils.h on a CLOSED TREE 2019-08-07 04:40:52 +03:00
mozglue Bug 1571390 - BlocksRingBuffer::GetState() takes a snapshot of the current state - r=gregtatum 2019-08-07 01:54:31 +00:00
netwerk Bug 1566825 - Part 2: Support storing and querying for anti-tracking permission grants in private windows; r=baku 2019-08-06 20:07:21 +00:00
nsprpub
other-licenses
parser Backed out changeset b197ca57677a (bug 1558915) for build bustages. CLOSED TREE 2019-08-07 01:04:43 +03:00
python Bug 1569330 - Disable telemetry check in Normandy recipe runner r=mythmon,nalexander 2019-08-06 23:54:34 +00:00
remote bug 1570378: remote: add bc test helper setup() for empty documents r=remote-protocol-reviewers,jdescottes 2019-08-05 11:43:58 +00:00
security Backed out 9 changesets (bug 1564221) xpcshell failures on a CLOSED TREE 2019-08-06 20:49:21 +03:00
services Bug 1561762 - better handle concurrent requests for FxA oauth tokens. r=eoger,rfkelly 2019-08-06 15:25:05 +00:00
servo Bug 1339672 - Support multiple track sizes for grid-auto-{columns|rows}. r=emilio,mats 2019-08-06 18:32:16 +00:00
startupcache Backed out changeset b197ca57677a (bug 1558915) for build bustages. CLOSED TREE 2019-08-07 01:04:43 +03:00
storage
taskcluster Bug 1571587 - Remove unused fetches. r=nalexander 2019-08-06 18:14:37 +00:00
testing Bug 1527846 - disabled new_window_same_origin.tentative.html on mac debug r=mccr8 2019-08-06 23:10:15 +00:00
third_party Bug 1567238 - Refactor the bookmarks mirror merge triggers to do less work. r=tcsc,markh 2019-08-06 23:48:03 +00:00
toolkit Bug 1569330 - Disable telemetry check in Normandy recipe runner r=mythmon,nalexander 2019-08-06 23:54:34 +00:00
tools Bug 1571348 - ProfilerMarkerPayload::Set...() can be replaced with constructor arguments - r=gregtatum 2019-08-07 01:53:55 +00:00
uriloader Bug 1558915 - Use infallible nsIURI::SchemeIs in uriloader/ r=bzbarsky 2019-08-05 20:08:21 +00:00
view
widget Backed out changeset b197ca57677a (bug 1558915) for build bustages. CLOSED TREE 2019-08-07 01:04:43 +03:00
xpcom Bug 1568361: Use StaticLocalAutoPtr for BackgroundMTAData; r=Jamie 2019-08-07 01:48:31 +00:00
xpfe/appshell Bug 1561015: Part 1 - Use BrowsingContext in window provider APIs. r=bzbarsky,mossop 2019-08-02 20:48:33 +00:00
.arcconfig
.clang-format
.clang-format-ignore
.cron.yml Bug 1568232 - Run raptor cold page-load test job on fenix and refbrow. r=perftest-reviewers,davehunt 2019-07-31 16:31:42 +00:00
.eslintignore
.eslintrc.js
.flake8
.gdbinit
.gdbinit_python
.git-blame-ignore-revs
.gitattributes
.gitignore
.hg-annotate-ignore-revs
.hg-format-source
.hgignore
.hgtags
.lldbinit
.mailmap
.prettierignore
.prettierrc
.taskcluster.yml
.trackerignore
.yamllint
.ycm_extra_conf.py
aclocal.m4
AUTHORS
build.gradle Bug 1571326 - Update to apilint 0.2.5. r=droeh 2019-08-05 17:48:21 +00:00
Cargo.lock Bug 1567238 - Refactor the bookmarks mirror merge triggers to do less work. r=tcsc,markh 2019-08-06 23:48:03 +00:00
Cargo.toml Bug 1569331 - Update bindgen to 0.51. r=froydnj 2019-07-27 00:36:18 +00:00
client.mk
client.py
CLOBBER
configure.in
configure.py
GNUmakefile
gradle.properties
gradlew
gradlew.bat
LEGAL
LICENSE
mach
Makefile.in Bug 1570798 - Restore relative path for MOZ_FETCHES_DIR. r=nalexander 2019-08-03 07:08:39 +09:00
moz.build
moz.configure
mozilla-config.h.in
old-configure.in Bug 1569330 - Disable telemetry check in Normandy recipe runner r=mythmon,nalexander 2019-08-06 23:54:34 +00:00
package-lock.json
package.json
README.txt
settings.gradle
test.mozbuild

An explanation of the Mozilla Source Code Directory Structure and links to
project pages with documentation can be found at:

    https://developer.mozilla.org/en/Mozilla_Source_Code_Directory_Structure

For information on how to build Mozilla from the source code, see:

    https://developer.mozilla.org/en/docs/Build_Documentation

To have your bug fix / feature added to Mozilla, you should create a patch and
submit it to Bugzilla (https://bugzilla.mozilla.org). Instructions are at:

    https://developer.mozilla.org/en/docs/Creating_a_patch
    https://developer.mozilla.org/en/docs/Getting_your_patch_in_the_tree

If you have a question about developing Mozilla, and can't find the solution
on https://developer.mozilla.org, you can try asking your question in a
mozilla.* Usenet group, or on IRC at irc.mozilla.org. [The Mozilla news groups
are accessible on Google Groups, or news.mozilla.org with a NNTP reader.]

Nightly development builds can be downloaded from:

    https://archive.mozilla.org/pub/firefox/nightly/latest-mozilla-central/
            - or -
    https://www.mozilla.org/firefox/channel/desktop/#nightly

Keep in mind that nightly builds, which are used by Mozilla developers for
testing, may be buggy.