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
Sylvestre Ledru 97d06d3189 Bug 1318004 - Replace string literals containing escaped characters with raw string literals. r=Ehsan
MozReview-Commit-ID: KOk13e23Py

--HG--
extra : rebase_source : 7e9794dd3b44a1e2f3dcdd4ffe998c2536e307a6
2016-11-16 17:07:03 +01:00
.cargo
accessible Bug 1317588 Part 2 - Remove mozilla::css::Side typedef. r=mats 2016-11-18 16:28:38 +08:00
addon-sdk Bug 1293305 - Part 1.5: Fix addon-sdk test for for-each to skip if for-each is disabled. r=mossop 2016-11-21 15:03:34 +09:00
b2g Bug 1318531 - Update builders to rust 1.14.0-beta.2. r=mshal 2016-11-23 06:22:30 -08:00
browser Bug 1270406 - Unprefix pseudo-class dir in browser resources. r=adw 2016-11-22 23:05:17 +08:00
build Bug 1319959 - Set _topsrcdir, _objdir, MOZ_BUILD_ROOT and DIST from python configure. r=gps 2016-11-24 09:47:15 +09:00
caps Bug 1319045 - Get rid of nsPrincipal::GetOriginFromURI, r=qdot 2016-11-22 12:38:41 +01:00
chrome Bug 1310297 - Remove test annotations using b2g, mulet or gonk: chrome. r=RyanVM 2016-11-05 11:29:13 +01:00
config Bug 1319345 - application.ini fixup for artifact build bustage; r=gps 2016-11-22 14:50:28 -08:00
db/sqlite3 Bug 1123334 - Use SQLITE_ENABLE_API_ARMOR in debug mode. r=asuth 2016-11-07 14:51:25 +01:00
devtools Bug 1270406 - Unprefix pseudo-class dir in DevTool resources. r=pbro 2016-11-22 23:05:18 +08:00
docshell Bug 1309070 - make sure that docshell always has private browsing id unset. r=ehsan 2016-11-21 12:53:00 +08:00
dom Bug 1317588 Part 3 - Remove #define NS_SIDE_TOP/RIGHT/BOTTOM/LEFT. r=mats 2016-11-18 18:12:25 +08:00
editor Bug 1319401 - Use C++11's override and remove virtual where applicable in editor/. r=masayuki 2016-11-22 14:14:48 +02:00
embedding Backed out changeset f768dac3f7a9 (bug 1147911) 2016-11-18 00:58:51 +01:00
extensions Bug 1318210 - Remove nsIAppsService; r=baku 2016-11-17 10:41:36 -05:00
gfx Bug 1317588 Part 5 - Change Side's operator++ from postfix to prefix. r=mats 2016-11-23 16:55:04 +08:00
gradle/wrapper
hal Bug 1319741 - Use C++11's override and remove virtual where applicable in hal/. r=gsvelto 2016-11-23 13:21:06 +02:00
image Bug 1317554. Make the notifications that VectorImage sends on draw async. r=aosmond 2016-11-18 15:59:04 -06:00
intl Bug 1318857 - Unhide nsTSubstring_CharT::StripChars in nsTString_CharT. r=froydnj 2016-11-20 00:53:37 +09:00
ipc Bug 1319615 - Delete trailing whitespace from some IPDL files. r=billm 2016-11-21 13:33:34 -08:00
js Bug 1319959 - Set _topsrcdir, _objdir, MOZ_BUILD_ROOT and DIST from python configure. r=gps 2016-11-24 09:47:15 +09:00
layout Bug 1317588 Part 4 - Remove side bits defined in BorderConsts.h r=mats 2016-11-21 11:56:35 +08:00
media Bug 1319277: P1. [ffmpeg] Resync ffvpx with 3.2 branch. r=gerald 2016-11-22 13:40:10 +11:00
memory Bug 1315939 - Use FINAL_LIBRARY = 'memory' in jemalloc and mozjemalloc. r=glandium 2016-11-10 06:57:00 -05:00
mfbt merge mozilla-inbound to mozilla-central a=merge 2016-11-22 15:53:05 +01:00
mobile Bug 1319302 - RTL support for Firefox for Android, r=sebastian 2016-11-11 16:10:21 +08:00
modules merge mozilla-inbound to mozilla-central a=merge 2016-11-22 15:53:05 +01:00
mozglue Merge mozilla-central to inbound 2016-11-16 14:53:15 +01:00
netwerk Bug 1315143 - Make OCSP use Origin Attribute framework (Necko). r=mayhemer 2016-11-21 11:43:06 +08:00
nsprpub Backed out changeset a77fb6a85fc8 (bug 1315695) for breaking PGO 2016-11-16 11:15:05 -08:00
other-licenses Bug 1316118: Remove need for ia2_api_all.idl; r=surkov 2016-11-09 12:56:23 -07:00
parser Bug 1317770 - Reset sjs file to enable multiple run in same session r=jmaher 2016-11-16 01:54:31 +05:30
probes
python Merge m-i to m-c, a=merge 2016-11-22 20:03:03 -08:00
rdf Bug 1310297 - Remove test annotations using b2g, mulet or gonk: rdf. r=RyanVM 2016-11-05 11:29:21 +01:00
release/docker
security Merge mozilla-central to autoland 2016-11-23 16:45:11 +01:00
services Bug 1316500 - remove use of tasks and promise.jsm promises from Sync tests. r=tcsc 2016-11-10 14:34:38 +11:00
startupcache Bug 1319752 - Use auto type specifier where aplicable for variable declarations to improve code readability and maintainability in startupcache/. r=froydnj 2016-11-23 14:22:34 +02:00
storage Merge m-i to m-c, a=merge 2016-11-22 20:03:03 -08:00
taskcluster Bug 1302765 - Allow ./mach taskgraph .. --parameters P to take a URL. URL building mechanism fixed; r=dustin 2016-11-24 01:15:33 +05:30
testing Bug 1301055 - part3 : modify test prefs. r=jwwang 2016-11-24 10:24:06 +08:00
third_party/rust
toolkit Bug 1318004 - Replace string literals containing escaped characters with raw string literals. r=Ehsan 2016-11-16 17:07:03 +01:00
tools Bug 1287392 - Part 8: Improve performance of logging of TaskTracer. r=cyu 2016-11-22 00:15:00 +08:00
uriloader Bug 1310845 - Remove support for mozapp iframes; r=fabrice,jryans,baku,mcmanus 2016-11-16 09:13:38 -05:00
view Bug 1317430 - Avoid a unnecessary copy by passing a const & in view/ r=njn 2016-11-14 23:16:52 +01:00
widget Bug 1301708 - nsWindow::DealWithPopup() should do nothing at receiving WM_ACTIVATE for a popup window and its wParam includes WA_CLICKACTIVATE. r=masayuki 2016-11-10 16:09:25 +08:00
xpcom Bug 1315138 - gtestify storage/test/*.cpp. r=mak,erahm. 2016-11-11 09:59:23 +11:00
xpfe Backed out changeset a236e690e2f6 (bug 1147911) 2016-11-18 00:58:52 +01:00
.clang-format Bug 1317305 - Update clang format rules r=mystor 2016-11-14 18:01:36 +01:00
.clang-format-ignore Bug 1313040 - Update the list of ignored directories/files with clang-format r=mystor 2016-11-14 15:42:55 +01:00
.clang-tidy Bug 1158656 - Add a .clang-tify file for misc-use-override; r=jrmuizel 2016-11-22 11:15:42 +01:00
.eslintignore Bug 1316809 - Fix eslint errors in devtools/client/sourceeditor/test. r=tromey 2016-11-12 16:57:41 +00:00
.eslintrc.js Bug 1318493 - Tell the eslint parser to use ecmaVersion 8. r=mossop 2016-11-18 10:02:13 +11:00
.flake8
.gdbinit Bug 1317802 - don't stop for SIGSYS in .gdbinit; r=jld 2016-11-16 01:13:22 -05:00
.gdbinit_python
.gitignore
.hgignore Bug 1234500 - Allow mach talos-test to download tp5 pageset; r=jmaher 2016-11-07 19:35:12 -05:00
.hgtags No bug - Tagging mozilla-central 1196bf3032e1bce1fb07a01fd9082a767426c5fb with FIREFOX_AURORA_52_BASE a=release DONTBUILD CLOSED TREE 2016-11-14 13:28:09 +01:00
.lldbinit
.taskcluster.yml Bug 1316183 - Compress docker images with zstd. r=dustin 2016-11-07 11:26:27 -08:00
.ycm_extra_conf.py
aclocal.m4
Android.mk
AUTHORS
build.gradle Bug 1318823 - Use com.getkeepsafe.dexcount in Gradle builds. r=sebastian 2016-11-18 18:28:58 -08:00
client.mk
client.py
CLOBBER Update configs. IGNORE BROKEN CHANGESETS CLOSED TREE NO BUG a=release ba=release 2016-11-14 13:29:32 +01:00
configure.in
configure.py
GNUmakefile
gradle.properties
gradlew
LEGAL
LICENSE
mach
Makefile.in bug 1286934 - Switch to using sccache2. r=gps 2016-08-25 18:39:57 -04:00
moz.build bug 1295937 - build NSS using gyp files. r=glandium 2016-11-09 12:37:09 -05:00
moz.configure
mozilla-config.h.in
old-configure.in Bug 1319959 - Set _topsrcdir, _objdir, MOZ_BUILD_ROOT and DIST from python configure. r=gps 2016-11-24 09:47:15 +09:00
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:

    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/