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
Перейти к файлу
Eitan Isaacson 3f6842212f Bug 752729 - Open select dialog via DOM event instead of Android message. r=mbrubeck 2012-05-07 16:52:20 -07:00
accessible Bug 750191 - move IsTextInterfaceSupportCorrect under DEBUG ifdef, r=surkov, f=hub 2012-05-08 08:49:41 +09:00
b2g Bug 751147 - Remove touch.js from b2g/. r=gal 2012-05-04 20:02:05 +02:00
browser Bug 734076: make use of the new openUILink form to simplify context menu callers, r=dao 2012-04-18 15:44:02 -07:00
build Merge m-i to m-c. 2012-05-05 10:58:40 +02:00
caps Bug 741245 - Remove nsresult return value from nsXPConnect::GetSafeJSContext(); r=bholley 2012-05-05 11:00:05 +02:00
chrome Bug 751905 - about:memory and JS console broken on inbound tip in unpackaged build. r=bz 2012-05-04 21:46:02 -04:00
config Bug 751865 - Avoid Preprocessor.py applying filters to file names given on the command line. r=ted 2012-05-07 14:17:47 +02:00
content Bug 752087: Use correct method to check is a jsval is an object r=roc 2012-05-07 18:54:29 -04:00
db/sqlite3 Bug 737807 - Upgrade SQLite to version 3.7.11 (SQLite changes). r=mak 2012-03-23 21:49:46 -04:00
dbm Bug 698552: Update to NSS 3.13.2 BETA1 (NSS_3_13_2_BETA1), r=kaie, r=honzab 2011-12-01 14:27:28 -08:00
docshell Expose DocumentViewerImpl::CallChildren with an API that fills an array. (Bug 747231, patch 3) r=roc 2012-05-05 15:25:45 +02:00
dom Re-land the patch for bug 732639 after a b2g clobber. 2012-05-07 17:50:25 -04:00
editor Bug 751547 - Unify action enums in editor/; r=ehsan 2012-05-05 21:52:29 +03:00
embedding Bug 741245 - Remove nsresult return value from nsXPConnect::GetSafeJSContext(); r=bholley 2012-05-05 11:00:05 +02:00
extensions Bug 150073 - Remove nsCRT:: in nsCRT::strlen(const char *). r=dougt 2012-02-18 19:17:01 +05:30
gfx Bug 725105 - Fix the single-buffered (i.e., not default) case in LayerManagerOGL. r=bjacob 2012-05-07 17:46:25 -04:00
hal Bug 751423 - Wait for IO thread to finish setup. r=cjones 2012-05-04 15:16:27 +08:00
image Bug 733941 - Let callers of imgIContainer::draw choose to clamp instead of tile. r=roc a=blocking-fennec 2012-04-17 18:04:15 -04:00
intl Bug 249159 - Part 1 Add word-break interface to nsILineBreaker. r=smontagu 2012-05-07 12:18:23 -07:00
ipc Re-land the patch for bug 732639 after a b2g clobber. 2012-05-07 17:50:25 -04:00
js Bug 752604 - Ergonomics improvements for HashTable::rekeyFront; r=luke 2012-05-07 12:46:28 -07:00
layout Mark the reftest for bug 750551 as failing on Linux due to perma-orange. rs=Ms2ger 2012-05-07 17:21:01 -04:00
media Bug 747793 - Use a ring buffer for audio buffered by nsBufferedAudioStream. Remove generic sample copy out with volume adjustment and replace with the lightly optimized version from nsNativeAudioStream. Add a fast path for the unity volume case. Bump cubeb's refill thread priority on Win32. r=cpearce 2012-05-03 16:48:54 +12:00
memory Bug 751482 - Move wcsdup and je_dumb_free_thunk out of jemalloc.c. r=jlebar 2012-05-04 09:47:00 +02:00
mfbt Bug 751195 - Mark GC function unsafe for AddressSanitizer, r=billm 2012-05-05 02:08:32 -04:00
mobile Bug 752729 - Open select dialog via DOM event instead of Android message. r=mbrubeck 2012-05-07 16:52:20 -07:00
modules Bug 751697 - Upgrade zlib to version 1.2.7. r=joe 2012-05-07 18:33:23 -04:00
mozglue Fixup for bug 736564 - Ship libmemory.a in the SDK instead of libjemalloc.a. r=ted 2012-05-04 09:46:27 +02:00
netwerk Bug 715837 - Crash @ mozilla::net::HttpChannelParent::RecvMarkOfflineCacheEntryAsForeign, r=jduell 2012-05-07 13:20:21 +02:00
nsprpub Bug 713936, Part 3: Update to NSPR 4.9 RTM (NSPR_4_9_RTM), r=kaie, a=akeybl 2012-02-17 15:03:46 -08:00
other-licenses Bug 739600: Add #define INET6 to getaddrinfo.c; r=jduell a=blocking-fennec 2012-04-20 13:18:30 -07:00
parser Bug 751201 - Rip out expat from libxul 2012-05-02 14:10:53 -04:00
probes
profile Bug 294260 - Safe Mode: Auto detect previous start-up failure and offer to start in safe mode r=bsmedberg,Mossop 2011-11-07 21:20:42 -08:00
rdf Bug 745659 - Removed the nsPrintfCString constructor which takes a length and all corresponding instances that call that particular constructor. This is accomplished by removing the length component from the instantiation. r=jlebar 2012-04-24 14:43:00 -04:00
security Bug 745254, r=kaie 2012-05-03 18:25:07 +02:00
services Bug 751950 - Detect Sync Key properly on first sync; r=rnewman 2012-05-04 11:55:40 -07:00
startupcache Bug 744311 (part 1) - Preliminary whitespace and code order changes. r=jlebar. 2012-04-09 22:52:33 -07:00
storage Backout 173f90d397a8 (Bug 673470). rs=dcamp a=mfinkle 2012-04-20 07:46:47 +02:00
testing Bug 749862 - findElements should return all matching elements, r=jgriffin, a=test-only 2012-05-07 14:00:30 -07:00
toolkit Merge mozilla-central into mozilla-inbound 2012-05-07 19:03:55 -04:00
tools Bug 751072 - Remove tools/profiler/libunwind/src/autom4te.cache. r=ted 2012-05-07 14:13:10 +02:00
uriloader bug 747448 - convert shell calls to pwd to using core_*path functions r=khuey 2012-05-07 15:21:11 -07:00
view Bug 748048 - Part 1: Remove SetInvalidationDimensions and GetInvalidationDimensions. r=roc 2012-05-03 12:33:51 -04:00
webapprt bug 751375 - structure webapp runtime Makefiles correctly; r=bsmedberg 2012-05-07 10:45:53 -07:00
widget bug 747448 - convert shell calls to pwd to using core_*path functions r=khuey 2012-05-07 15:21:11 -07:00
xpcom Merge mozilla-central into mozilla-inbound 2012-05-07 19:03:55 -04:00
xpfe Bug 747668. (Ev1) XPFE autocomplete.xml: Move code into searchParam. r=neil. 2012-05-02 15:39:24 +02:00
xulrunner bug 747448 - convert shell calls to pwd to using core_*path functions r=khuey 2012-05-07 15:21:11 -07:00
.gdbinit Bug 184013 - Add a .gdbinit containing useful debugging macros to the tree so that it is found automagically; r=jimb 2012-05-03 20:06:14 -04:00
.gitignore Bug 726573: Change .hgignore and .gitignore to ignore Eclipse IDE project files in subdirectories, too. r=khuey 2012-02-13 14:36:16 -08:00
.hgignore Bug 746470 - Add mozconfig* to the hg ignore file. r=khuey 2012-05-02 09:43:45 -07:00
.hgtags Added tag FIREFOX_AURORA_14_BASE for changeset 357da346ceb7 2012-04-24 12:50:38 -04:00
LEGAL
LICENSE Bug 547914 - Replace /LICENSE with a mention of where the canonical license info lives, and stop shipping it with binaries, r=gerv,shaver 2010-02-23 09:37:07 -08:00
Makefile.in Bug 184013 - Add a .gdbinit containing useful debugging macros to the tree so that it is found automagically; r=jimb 2012-05-03 20:06:14 -04:00
README.txt added nightly.mozilla.org mention to README.txt, pushing to a CLOSED TREE, a=davidb 2011-03-30 08:23:52 -03:00
aclocal.m4 Bug 743601 - Remove GLIB check for OSX. r=khuey 2012-04-27 12:28:16 +09:00
allmakefiles.sh Bug 748739 - Link stdc++compat as a static library, and always link it when STDCXX_COMPAT is enabled. r=ted 2012-04-30 08:03:59 +02:00
client.mk Merge mozilla-central into mozilla-inbound 2012-04-24 21:29:44 -04:00
client.py Bug 741125: Update WebIDL parser. 2012-04-12 15:14:10 -07:00
configure.in Re-land the patch for bug 732639 after a b2g clobber. 2012-05-07 17:50:25 -04:00

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/