Gecko engine for Wine
Go to file
Gregory Szorc 48edaac8ea Bug 847662 - Part 1: Rename Metrics.Collector -> Metrics.ProviderManager; r=rnewman
--HG--
rename : services/metrics/collector.jsm => services/metrics/providermanager.jsm
rename : services/metrics/tests/xpcshell/test_metrics_collector.js => services/metrics/tests/xpcshell/test_metrics_provider_manager.js
extra : rebase_source : b5d1e1a54adca8c8fb948d18c176c4bfa36ff769
2013-03-07 05:06:46 -08:00
accessible Bug 818246 - Part 1: Remove unncessary definitions of XPIDL_MODULE; r=glandium 2013-03-07 05:03:51 -08:00
addon-sdk Bug 842341 - Fix Windows builds with GNU make; r=ted 2013-03-06 12:08:47 -08:00
b2g Bug 818246 - Part 1: Remove unncessary definitions of XPIDL_MODULE; r=glandium 2013-03-07 05:03:51 -08:00
browser Bug 818246 - Part 1: Remove unncessary definitions of XPIDL_MODULE; r=glandium 2013-03-07 05:03:51 -08:00
build Bug 848124 - instrument b2gautomation to send environment variables to the on device process, r=jgriffin 2013-03-06 16:53:48 -05:00
caps Merge mozilla-central into build-system 2013-02-27 10:03:52 -08:00
chrome Bug 784841 - Part 18v: Convert misc remaining parts; f=Ms2ger rs=ted 2013-02-25 12:47:23 -08:00
config Backout expandlibs part of bug 812179 for breaking bug 603370. r=me 2013-03-06 11:11:43 +01:00
content Backed out changeset 28ef4bdff455 (bug 848395) 2013-03-07 13:03:35 +00:00
db/sqlite3 Bug 784841 - Part 18v: Convert misc remaining parts; f=Ms2ger rs=ted 2013-02-25 12:47:23 -08:00
dbm Bug 784841 - Part 18v: Convert misc remaining parts; f=Ms2ger rs=ted 2013-02-25 12:47:23 -08:00
docshell Bug 835542 - Implement mozilla::Abs. r=Ms2ger 2013-02-15 19:55:36 -08:00
dom Bug 818246 - Part 1: Remove unncessary definitions of XPIDL_MODULE; r=glandium 2013-03-07 05:03:51 -08:00
editor Bug 716403 - Fix intermittent failure of Bug 795785 test. r=ehsan 2013-03-07 10:17:34 +00:00
embedding Bug 818246 - Part 1: Remove unncessary definitions of XPIDL_MODULE; r=glandium 2013-03-07 05:03:51 -08:00
extensions Bug 818246 - Part 1: Remove unncessary definitions of XPIDL_MODULE; r=glandium 2013-03-07 05:03:51 -08:00
gfx Bug 716403 - Annotate layers with the fixed margins from the PresShell. r=nrc,roc 2013-03-07 10:17:33 +00:00
hal Bug 818246 - Part 1: Remove unncessary definitions of XPIDL_MODULE; r=glandium 2013-03-07 05:03:51 -08:00
image Bug 818246 - Part 1: Remove unncessary definitions of XPIDL_MODULE; r=glandium 2013-03-07 05:03:51 -08:00
intl Bug 820263 - Mark as CLASS_COMPLEX for Khmer language. r=masayuki 2013-03-04 19:17:03 +09:00
ipc Backed out changeset 28ef4bdff455 (bug 848395) 2013-03-07 13:03:35 +00:00
js Bug 818246 - Part 1: Remove unncessary definitions of XPIDL_MODULE; r=glandium 2013-03-07 05:03:51 -08:00
layout Bug 818246 - Part 1: Remove unncessary definitions of XPIDL_MODULE; r=glandium 2013-03-07 05:03:51 -08:00
media Back out fe7fa32e9423 (bug 848423) for Windows build bustage 2013-03-06 15:26:43 -08:00
memory Bug 846368 - Add number of bytes requested to OOM last-gasp r=bsmedberg 2013-02-28 13:43:51 -06:00
mfbt Bug 847521 - Allow CheckedInt<signed char> in addition to char/unsigned char. char != signed char (but is guaranteed to have the same representation as either signed char or unsigned char, for backwards-compatibility reasons), so we have to handle signed char as a third character type. r=bjacob 2013-03-01 21:49:25 -08:00
mobile Bug 818246 - Part 1: Remove unncessary definitions of XPIDL_MODULE; r=glandium 2013-03-07 05:03:51 -08:00
modules Bug 253564 - Plain text (text/plain, text/javascript, text/css, etc) documents should word-wrap. r=bz 2013-03-06 23:45:08 -05:00
mozglue Bug 848270 - Various fixups for Android builds on OSX after bug 847479. r=nfroyd 2013-03-06 17:01:56 +01:00
netwerk Backed out changeset 28ef4bdff455 (bug 848395) 2013-03-07 13:03:35 +00:00
nsprpub Bug 841651: Implement PR_SetThreadPriority() on Linux-based platforms 2013-02-27 12:51:25 -08:00
other-licenses Windows stub installer code only - Bug 811573 - 'Add more data points to the metrics ping for the stub installer'. Also fixes bug 797998 - 'In the download phase of the stub installer without an internet connection, the stub installer should eventually time out and report an error' and bug 836044 - 'Aurora stub installer doesn't seem to be working'. r=bbondy 2013-03-05 22:07:59 -08:00
parser Bug 253564 - Plain text (text/plain, text/javascript, text/css, etc) documents should word-wrap. r=bz 2013-03-06 23:45:08 -05:00
probes Bug 784841 - Part 18v: Convert misc remaining parts; f=Ms2ger rs=ted 2013-02-25 12:47:23 -08:00
profile Bug 784841 - Part 18β: Convert /profile; r=glandium 2013-02-25 12:47:24 -08:00
python Bug 818246 - Part 2: Support moz.build -> Makefile variable passthru; r=glandium 2013-03-07 05:05:03 -08:00
rdf Bug 784841 - Part 18γ: Convert /rdf; r=glandium 2013-02-25 12:47:24 -08:00
security Bug 404077 - Change annotation. 2013-03-02 20:56:09 -05:00
services Bug 847662 - Part 1: Rename Metrics.Collector -> Metrics.ProviderManager; r=rnewman 2013-03-07 05:06:46 -08:00
startupcache Bug 784841 - Part 18v: Convert misc remaining parts; f=Ms2ger rs=ted 2013-02-25 12:47:23 -08:00
storage Bug 818246 - Part 1: Remove unncessary definitions of XPIDL_MODULE; r=glandium 2013-03-07 05:03:51 -08:00
testing Bug 837137 - Add a sleep temporarily to fix a frequent orange, a=test-only 2013-03-06 18:47:06 -08:00
toolkit Bug 818246 - Part 1: Remove unncessary definitions of XPIDL_MODULE; r=glandium 2013-03-07 05:03:51 -08:00
tools Bug 784841 - Part 18ι: Convert /tools; r=ted 2013-02-25 13:20:01 -08:00
uriloader Merge mozilla-central into build-system 2013-02-27 21:02:02 -08:00
view Merge mozilla-central into build-system 2013-02-25 22:09:18 -08:00
webapprt bug 750303: mkdir_deps - target specific enhancement 2013-03-04 14:34:02 -05:00
widget Bug 818246 - Part 1: Remove unncessary definitions of XPIDL_MODULE; r=glandium 2013-03-07 05:03:51 -08:00
xpcom Bug 818246 - Part 1: Remove unncessary definitions of XPIDL_MODULE; r=glandium 2013-03-07 05:03:51 -08:00
xpfe Bug 818246 - Part 1: Remove unncessary definitions of XPIDL_MODULE; r=glandium 2013-03-07 05:03:51 -08:00
xulrunner Bug 847382: Fix XULRunner SDK builds. r=glandium 2013-03-04 23:09:14 -08:00
.gdbinit Bug 820548 - Move .gdbinit to topsrcdir. r=glandium 2012-12-11 16:05:53 -05:00
.gitignore Bug 751795 - Part 1: mach, the new frontend to mozilla-central; r=jhammel 2012-09-26 09:43:54 -07:00
.hgignore Bug 793928: Ship the Add-on SDK APIs as part of the platform. r=gps 2013-02-01 11:20:17 -08:00
.hgtags Added tag FIREFOX_AURORA_21_BASE for changeset cc37417e2c28 2013-02-19 09:30:50 -08:00
aclocal.m4 Bug 784841 - Part 5: Integrate virtualenv into SpiderMonkey configure; r=glandium 2013-01-16 00:21:06 -08:00
Android.mk
AUTHORS
client.mk Bug 784841 - Part 19: Remove allmakefiles.sh and friends; r=ted 2013-02-25 14:09:16 -08:00
client.py Bug 816392: Update to NSS 3.14.1 beta 2 (NSS_3_14_1_BETA2), r=me, a=rrelyea 2012-12-05 15:19:18 -08:00
CLOBBER Bug 784841 - Part ∞: Unicorns and rainbows on a CLOSED TREE 2013-02-28 16:51:53 +01:00
configure.in bug 779291 - Add some more local Breakpad patches, update a few patches. r=various 2013-03-05 09:32:34 -05:00
LEGAL
LICENSE
mach Bug 829557. followup to part 1: revert the almost-certainly-accidental removal of mach's executable bit. 2013-03-03 23:28:15 -08:00
Makefile.in Bug 847369 - Hook up js/src to check make target; r=glandium 2013-03-04 11:11:55 -08:00
moz.build Bug 784841 - Part 18ι: Convert /tools; r=ted 2013-02-25 13:20:01 -08:00
mozilla-config.h.in
README.txt

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:

    ftp://ftp.mozilla.org/pub/firefox/nightly/latest-trunk/
            - or -
    http://nightly.mozilla.org/