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
Michael Comella e55a022204 Bug 1241697 - Upload experiments with core telemetry ping. r=mfinkle
We generate the experiments in the TelemetryPingGenerator, rather than passing
them into the Intent, meaning that if the UploadSerivce gets killed and the
Intent gets redelivered, the experiments will be re-generated and there is a
chance the uploaded document won't be identical to the one that would have been
uploaded (or was uploaded, if the service is killed after the upload occurs).
The way to fix this is to pass the experiments into the Intent so it gets
redelivered identically.

However, it's not worth making the documents identical for the moment. It will
be fixed when we implement the functionality to reupload already-generated
documents which we believe to have failed to upload (which is necessary for us
to specify "counts since last ping").

--HG--
extra : commitid : 7Z6XJSkm5jo
extra : rebase_source : 82de2467c477e07a8f0e38470e91e842ee74354a
2016-01-27 15:09:08 -08:00
accessible bug 1241453 - fire nsIAccessibleCaretMoveEvents for proxies r=davidb 2016-01-26 07:49:25 -05:00
addon-sdk Bug 1138737 - improve naming of sharedGlobal list of exceptions, r=jsantell 2016-01-26 12:25:31 +00:00
b2g Bumping manifests a=b2g-bump 2016-01-25 01:10:56 -08:00
browser Bug 1243295 - TypeError: searchbar.inputChanged is not a function from UITour.jsm, r=MattN. 2016-01-27 12:50:16 +01:00
build Fixup for bug 1239217 fixing a shell construct that does not work in autoconf. r=me 2016-01-22 16:16:06 +09:00
caps Backed out changeset a76600c2820b (bug 1240651) for ES test failures 2016-01-20 15:03:51 +01:00
chrome Bug 1186787 (part 2) - Replace nsBaseHashtable::EnumerateRead() calls in chrome/ with iterators. r=froydnj. 2015-11-17 17:58:36 -08:00
config Bug 1242074 - Avoid going back and forth between FasterMake and RecursiveMake; r=gps 2016-01-23 11:40:24 -08:00
db/sqlite3 Bug 1241121 - Upgrade SQLite to version 3.10.2. r=mak 2016-01-21 08:53:39 -05:00
devtools Bug 1243403 - Implement the general design of the responsive design mode r=jryans 2016-01-27 17:51:57 -05:00
docshell Bug 1239864 (part 3) - Use the new rect iterators in docshell/ and dom/. r=baku. 2016-01-18 17:20:44 -08:00
dom Bug 1239506 - Make console formatter return NaN instead of nan with %f;r=baku 2016-01-27 14:22:45 -08:00
editor Bug 1218816 - Remove useless semicolons. Found by coccinelle. r=Ehsan 2016-01-22 16:58:49 +01:00
embedding Bug 1218816 - Remove useless semicolons. Found by coccinelle. r=Ehsan 2016-01-22 16:58:49 +01:00
extensions merge mozilla-inbound to mozilla-central a=merge 2016-01-27 11:59:49 +01:00
gfx Merge f-t to m-c, a=merge 2016-01-23 18:11:37 -08:00
gradle/wrapper Bug 1220633 - Gradle wrapper: Use distribution with sources. r=trivial 2015-11-06 17:13:31 +01:00
hal Merge b-i to m-c, a=merge 2016-01-23 18:16:19 -08:00
image Bug 1242778: Add MOZ_COUNT_CTOR & MOZ_COUNT_DTOR calls to track leaks of imagelib's FrameAnimator class. r=tn 2016-01-26 11:08:26 -08:00
intl Bug 1241432 - Implement GB18030-2005. r=smontagu 2016-01-22 21:32:03 +09:00
ipc Bug 1240985 - Make sure to queue mDequeueOneTasks after cancellation (r=dvander) 2016-01-21 07:38:27 -08:00
js merge mozilla-inbound to mozilla-central a=merge 2016-01-27 11:59:49 +01:00
layout merge mozilla-inbound to mozilla-central a=merge 2016-01-27 11:59:49 +01:00
media Bug 1242807 - Fix mp4parse-rust's error reporting via telemetry. r=giles 2016-01-26 14:27:35 +13:00
memory Bug 1144842 (part 2) - Make --enable-dmd imply --enable-profiling. r=glandium. 2016-01-21 16:58:50 -08:00
mfbt Bug 757969 - use __thread in ThreadLocal; r=froydnj 2016-01-22 10:33:44 -07:00
mobile Bug 1241697 - Upload experiments with core telemetry ping. r=mfinkle 2016-01-27 15:09:08 -08:00
modules Bug 1242349 - Provide unique AccessibleCaret pref for JS selection changes, r=TYLin 2016-01-26 09:27:36 -05:00
mozglue Bug 1238761 - Switch NativePanZoomController to use native methods; r=rbarker 2016-01-15 13:05:44 -05:00
netwerk Bug 1241565 - nsIHttpChannelInternal should be a builtinclass, r=honzab.moz 2016-01-22 11:55:54 +00:00
nsprpub bug 1237869 - Tweak NSPR to build with Mozilla's build system. r=glandium 2016-01-15 09:58:59 -05:00
other-licenses Bug 1218816 - Remove useless semicolons. Found by coccinelle. r=Ehsan 2016-01-22 16:58:49 +01:00
parser Bug 1224694 - Unify and clean up initialization of CSP (r=sicking) 2016-01-14 13:21:31 -08:00
probes
python Bug 1242004 - Skip -Xclang arguments when generating clang compilation database or YouCompleteMe config; r=froydnj 2016-01-25 21:34:57 -05:00
rdf Bug 1225682 - Don't use nsAuto{,C}String as class member variables in rdf/. r=Pike 2015-12-02 11:04:37 +09:00
security merge mozilla-inbound to mozilla-central a=merge 2016-01-27 11:59:49 +01:00
services Merge f-t to m-c, a=merge 2016-01-23 18:11:37 -08:00
startupcache Bug 1224374 - Profiler labels for the top 26-100 chrome hangs;r=BenWa 2016-01-15 11:38:03 +01:00
storage Bug 555087 - Add check for exception when passing undefined parameter. r=adw 2016-01-20 16:37:00 +01:00
testing merge mozilla-inbound to mozilla-central a=merge 2016-01-27 11:59:49 +01:00
toolkit Bug 1241697 - Add docs for 'experiments' field in core ping. r=mfinkle 2016-01-27 14:52:27 -08:00
tools Merge f-t to m-c, a=merge 2016-01-23 18:11:37 -08:00
uriloader Bug 1165256 - Make appcache fully work with OriginAttribues. r=jduell 2016-01-18 20:20:08 +01:00
view Bug 1241651. Remove nsPresContext::GetDisplayRootPresContext. r=mattwoodrow 2016-01-21 19:09:04 -06:00
webapprt Bug 1224766 - forward callID to disambiguate multiple gUM requests from same window. r=jesup,smaug 2016-01-07 17:30:10 -05:00
widget Bug 1226148 - reduce flickering and closing when using the OSK tab key, r=masayuki 2016-01-18 12:14:43 +00:00
xpcom Bug 1241656 - Lazify AutoTaskDispatcher::mDirectTasks. r=bholley. 2016-01-25 13:30:42 +11:00
xpfe Bug 1224374 - Profiler labels for the top 26-100 chrome hangs;r=BenWa 2016-01-15 11:38:03 +01:00
xulrunner Bug 1235345 - Remove services/metrics. r=gfritzsche 2016-01-07 04:23:00 +01:00
.clang-format Bug 961541 - Make Clang-Format ignore all comments. r=mystor 2015-06-26 12:38:44 -07:00
.clang-format-ignore
.eslintignore Bug 1242278 - Eslint cleanup of Inspector markup view r=pbro 2016-01-25 15:00:04 -05:00
.eslintrc Bug 1231963 - handle top-level "this.mumble" assignments in eslint; r=mikeratcliffe 2016-01-21 07:44:11 -07:00
.gdbinit
.gitignore Bug 1214256 - Add talos virtualenv and tp5n files to .hgignore and .gitignore. r=gps 2015-10-13 12:35:42 -04:00
.hgignore Bug 1231667 - Set Android SDK directory in topsrcdir Gradle configuration. r=me f=mcomella 2015-12-10 10:51:42 -05:00
.hgtags No bug - Tagging mozilla-central 67c66c2878aed17ae3096d7db483ddbb2293c503 with FIREFOX_AURORA_46_BASE a=release DONTBUILD CLOSED TREE 2016-01-25 08:59:04 -05:00
.lldbinit
.ycm_extra_conf.py Bug 1162714 - Don't let YCM generate machc. r=ehsan 2015-05-07 13:48:00 +02:00
aclocal.m4 Bug 1205012 - Allow rust source code in SpiderMonkey; r=mshal 2015-09-18 13:55:29 -07:00
Android.mk
AUTHORS Bug 992096 - Implement Sub Resource Integrity [1/2]. r=baku,r=ckerschb 2015-08-12 20:19:11 -07:00
build.gradle Bug 1242284 - Pre: Remove no longer required Maven repository; bump test-only dependency. r=me 2015-12-16 20:00:16 -08:00
client.mk Fixup for bug 1188766 for valgrind bustage on a CLOSED TREE. r=me 2015-08-11 07:45:36 +09:00
client.py
CLOBBER Update configs. IGNORE BROKEN CHANGESETS CLOSED TREE NO BUG a=release ba=release 2016-01-25 09:01:00 -05:00
configure.in Merge mozilla-central to fx-team 2016-01-26 12:46:28 +01:00
GNUmakefile
gradle.properties Bug 1218370 - Use Gradle daemon in srcdir builds. r=me 2015-10-26 09:28:14 -07:00
gradlew Bug 1123416 - Part 1: Make topsrcdir a valid Gradle project root. r=sebastian 2015-10-21 15:07:55 -07:00
LEGAL
LICENSE
mach Bug 1058923 - Package mach in tests.zip; create bootstrap script for test package, r=gps 2015-05-01 12:20:55 -04:00
Makefile.in Bug 1242074 - Avoid going back and forth between FasterMake and RecursiveMake; r=gps 2016-01-23 11:40:24 -08:00
moz.build Bug 1233282 - Move mozilla-config.h's export to moz.build. r=gps 2015-12-23 16:18:56 +09:00
mozilla-config.h.in Bug 1231314 - Turn mozilla-config.h and js-confdefs.h into CONFIGURE_DEFINE_FILES. r=gps 2015-12-15 08:06:11 +09:00
README.txt No bug, Update README.txt for ftp changes, r=bustage-check CLOSED TREE 2015-08-30 21:53:27 +12:00
settings.gradle Bug 1231667 - Set Android SDK directory in topsrcdir Gradle configuration. r=me f=mcomella 2015-12-10 10:51:42 -05:00
test.mozbuild Bug 1229233 - Add a (incomplete) end-to-end build test. r=gps 2015-12-01 13:57:52 +09:00

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:

    http://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:

    http://developer.mozilla.org/en/docs/Creating_a_patch
    http://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 http://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.]

You can download nightly development builds from the Mozilla FTP server.
Keep in mind that nightly builds, which are used by Mozilla developers for
testing, may be buggy. Firefox nightlies, for example, can be found at:

    https://archive.mozilla.org/pub/firefox/nightly/latest-mozilla-central/
            - or -
    http://nightly.mozilla.org/