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
Aryeh Gregor 931f67e573 Bug 1193762 part 6 - Return raw pointer, not nsCOMPtr; r=froydnj
This could alternatively have been fixed by changing
AccessibleCaret::CaretElement to return an nsCOMPtr instead of a raw
pointer, but I chose to change this in the other direction instead, to
match the accepted convention.
2016-05-01 21:29:23 +03:00
accessible Bug 1267550 (part 2) - Rename MOZ_WARN_UNUSED_RESULT as MOZ_MUST_USE. r=froydnj. 2016-04-27 14:16:50 +10:00
addon-sdk Bug 825016 - Part 1 - When opening a new tab, pass the ID of the parent tab. r=zer0 2016-03-09 21:14:59 +01:00
b2g merge mozilla-inbound to mozilla-central a=merge 2016-04-28 16:30:24 +02:00
browser Bug 943888 - Always keep the bookmark star button enabled [r=mak] 2016-04-25 13:59:00 -07:00
build Bug 1267550 (part 1) - Rename MOZ_MUST_USE as MOZ_MUST_USE_TYPE. r=ehsan. 2016-04-27 08:22:10 +10:00
caps Backed out changeset c32539fd746a (bug 1162772) 2016-04-30 09:54:01 +02:00
chrome Bug 1242051 - Add inter-directory test support file dependencies to ini manifests. r=gps 2016-04-04 14:56:52 -07:00
config Bug 1268816 - allow Skia to use C++11 features on platforms that have them. r=froydnj 2016-04-29 21:03:05 -04:00
db/sqlite3 Bug 1265628 - Upgrade SQLite to version 3.12.2. r=mak 2016-04-19 11:37:14 -04:00
devtools Bug 1264270 - Parser should output attributes in source order, not reversed; r=hsivonen,bgrins 2016-05-01 15:15:26 +03:00
docshell Bug 821821 - Backout hack and enable docshell/test/test_bug590573.html on Android; r=me 2016-04-29 13:42:01 -06:00
dom Bug 1193762 part 6 - Return raw pointer, not nsCOMPtr; r=froydnj 2016-05-01 21:29:23 +03:00
editor Bug 1193762 part 4 - Avoid nsCOMPtr in ternary operator; r=froydnj 2016-05-01 21:29:22 +03:00
embedding Backed out changeset 85ce8cb0639a (bug 1268313) 2016-04-29 14:21:16 +02:00
extensions Bug 1265927: Move nsRunnable to mozilla::Runnable, CancelableRunnable to mozilla::CancelableRunnable. r=froydnj 2016-04-25 17:23:21 -07:00
gfx Bug 1268816 - follow-up to fix #ifdef -> #if. r=me 2016-05-01 10:28:09 -04:00
gradle/wrapper Bug 1263390 - Use Gradle 2.10 and Android Gradle plugin 2.0. r=mcomella 2016-04-19 20:01:38 +02:00
hal Bug 1267577 - Move nsRunnable to mozilla::Runnable. r=gsvelto 2016-04-27 12:05:40 +02:00
image Bug 1193762 part 5 - Convert DecodePool::threads to nsTArray; r=froydnj 2016-05-01 21:29:22 +03:00
intl Bug 1267550 (part 2) - Rename MOZ_WARN_UNUSED_RESULT as MOZ_MUST_USE. r=froydnj. 2016-04-27 14:16:50 +10:00
ipc Bug 1266954: Remove temporary |ScopedClose| from PDU receive code, r=jacheng 2016-04-28 10:57:19 +02:00
js Bug 1193762 part 4 - Avoid nsCOMPtr in ternary operator; r=froydnj 2016-05-01 21:29:22 +03:00
layout Bug 1193762 part 4 - Avoid nsCOMPtr in ternary operator; r=froydnj 2016-05-01 21:29:22 +03:00
media Bug 1267930 - When the wasapi rendering loop is stuck and we're shuttin down, leak the thread and continue the shutdown process. r=kinetik 2016-04-28 12:02:14 +02:00
memory Bug 1267550 (part 2) - Rename MOZ_WARN_UNUSED_RESULT as MOZ_MUST_USE. r=froydnj. 2016-04-27 14:16:50 +10:00
mfbt Bug 1268246 - Add a simple Poison class lifetime checker. r=froydnj 2016-04-29 13:54:54 -04:00
mobile Merge inbound to m-c a=merge 2016-04-29 14:54:44 -07:00
modules Bug 1033450 - consolidate safebrowsing prefs in all.js. r=francois 2016-04-28 00:44:55 -07:00
mozglue Bug 1262348. Block ss2osd.dll r=bsmedberg 2016-04-13 10:08:40 -04:00
netwerk Bug 1251332 - add PAC support for reversed ranges; r=bagder 2016-04-30 23:10:29 +08:00
nsprpub Bug 1257250 - pr_getnameforidentity bounds check and locking r=ted.mielczarek 2016-03-15 17:44:17 -04:00
other-licenses Merge m-c to fx-team, a=merge 2016-03-16 16:52:30 -07:00
parser Bug 1264270 - Parser should output attributes in source order, not reversed; r=hsivonen,bgrins 2016-05-01 15:15:26 +03:00
probes Bug 1253622 - Move the mozilla-trace.h generation into moz.build; r=ted 2016-03-07 14:59:13 +01:00
python Bug 1253697 - Support downloading debug artifact builds. r=nalexander 2016-04-25 12:18:50 +02:00
rdf Bug 1263496 - Part 3: fix for nsNullPrincipal::Create 2016-04-27 18:38:07 +08:00
release/docker Bug 1266039 - Generate release promotion specific docker images as a part of release promotion process r=Callek a=release DONTBUILD 2016-04-20 17:03:09 -04:00
security Bug 1258375, NSS_3_24_RC0, r=nss-confcall 2016-04-29 18:02:50 +02:00
services Back out changeset 678d2aa3a3a6 (bug 1267760) for breaking FxA device registration. a=backout 2016-04-28 11:24:35 -07:00
startupcache Bug 1258087 - Fix -Wunreachable-code warning in StartupCache.cpp on macosx64-mulet. r=froydnj 2016-03-19 00:10:16 -07:00
storage Backed out changeset 85ce8cb0639a (bug 1268313) 2016-04-29 14:21:16 +02:00
testing Bug 1264270 - Parser should output attributes in source order, not reversed; r=hsivonen,bgrins 2016-05-01 15:15:26 +03:00
toolkit Bug 1265486 - Use flat chrome format for mobile/android builds. r=chmanchester 2016-05-01 08:02:43 +09:00
tools Bug 1268573 - Pin revision in hgwatchman repo; r=smacleod 2016-04-28 10:20:25 -07:00
uriloader Backed out changeset 85ce8cb0639a (bug 1268313) 2016-04-29 14:21:16 +02:00
view Bug 1265927: Move nsRunnable to mozilla::Runnable, CancelableRunnable to mozilla::CancelableRunnable. r=froydnj 2016-04-25 17:23:21 -07:00
widget Move CompositorWidgetProxy inheritance out of nsIWidget. (bug 1264545 part 6, r=jimm) 2016-04-29 19:23:17 -04:00
xpcom Bug 1191354 part 10 - More features for OwningNonNull; r=froydnj 2016-05-01 16:15:39 +03:00
xpfe Bug 1265927: Move nsRunnable to mozilla::Runnable, CancelableRunnable to mozilla::CancelableRunnable. r=froydnj 2016-04-25 17:23:21 -07:00
.clang-format
.clang-format-ignore
.eslintignore Bug 1259743 - Part 2: Make devtools/server/actors/webbrowser.js eslint-clean. r=ochameau 2016-04-28 03:54:00 -04:00
.eslintrc Bug 1245916: Unify eslint global discovery rules. r=pbrosset 2016-02-05 11:37:50 -08:00
.gdbinit
.gitignore Bug 1255450 - [mach] Enable runtime configuration files, r=gps 2016-03-28 11:18:24 -04:00
.hgignore Bug 1255450 - [mach] Enable runtime configuration files, r=gps 2016-03-28 11:18:24 -04:00
.hgtags No bug - Tagging mozilla-central 1c6385ae1fe7e37d8f23f958ce14582f07af729e with FIREFOX_AURORA_48_BASE a=release DONTBUILD CLOSED TREE 2016-04-25 10:00:42 -07:00
.lldbinit Bug 1254128 - Make the Mozilla .lldbinit use the full path for topsrcdir. r=sparky 2016-03-01 16:36:08 +00:00
.ycm_extra_conf.py
aclocal.m4 Bug 1259382 - Move CC/CXX/HOST_CC/HOST_CXX to moz.configure. r=ted 2016-04-14 13:21:29 +09:00
Android.mk
AUTHORS
build.gradle Bug 1263390 - Use Gradle 2.10 and Android Gradle plugin 2.0. r=mcomella 2016-04-19 20:01:38 +02:00
client.mk Bug 1264703 - Add configure as a tier to build metrics. r=gps 2016-04-15 09:17:40 -07:00
client.py
CLOBBER Bug 1265131 - clobber for Skia m51 update 2016-04-28 22:55:53 -04:00
configure.in Bug 1250294 - Make configure a Python script that invokes the old configure.sh. r=ted 2016-02-25 07:22:33 +09:00
configure.py Bug 1258618 - Serialize substs/configs and defines bools as '1' or '' in config.status. r=nalexander 2016-03-23 09:24:47 +09:00
GNUmakefile
gradle.properties Bug 1218370 - Use Gradle daemon in srcdir builds. r=me 2015-10-26 09:28:14 -07:00
gradlew
LEGAL
LICENSE
mach
Makefile.in Bug 1242051 - Install test files to the objdir lazily rather than with each invocation of mach. r=gps 2016-04-04 14:56:52 -07:00
moz.build Bug 1264817 - Traverse nspr and icu during disable compile environment builds now that we aren't using their build systems. r=glandium 2016-04-15 09:17:40 -07:00
moz.configure Bug 1265374 - Move check_prog for archive programs into toolkit/moz.configure; r=glandium 2016-04-20 11:47:33 +02: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
old-configure.in Bug 1186522 - force per checkin and release desktop firefox builds to require signed add-ons on beta 47 r=mshal 2016-04-27 12:46:52 -04:00
README.txt
settings.gradle Bug 1233882 - Fold base Gradle project into app Gradle project. r=sebastian,mcomella 2016-02-17 19:25:54 -08:00
StreamTracks.cpp Bug 1266644 - Rename StreamBuffer to StreamTracks. r=jesup r=pehrsons 2016-01-26 10:49:01 +08:00
StreamTracks.h Bug 1266644 - Rename StreamBuffer to StreamTracks. r=jesup r=pehrsons 2016-01-26 10:49:01 +08: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/