Gecko engine for Wine
Go to file
David Anderson c8133fee65 Rename IPDL's RPC to Interrupt (bug 910020, r=bent).
--HG--
rename : ipc/ipdl/test/cxx/PTestRPCErrorCleanup.ipdl => ipc/ipdl/test/cxx/PTestInterruptErrorCleanup.ipdl
rename : ipc/ipdl/test/cxx/PTestRPCRaces.ipdl => ipc/ipdl/test/cxx/PTestInterruptRaces.ipdl
rename : ipc/ipdl/test/cxx/PTestRPCShutdownRace.ipdl => ipc/ipdl/test/cxx/PTestInterruptShutdownRace.ipdl
rename : ipc/ipdl/test/cxx/PTestRacyRPCReplies.ipdl => ipc/ipdl/test/cxx/PTestRacyInterruptReplies.ipdl
rename : ipc/ipdl/test/cxx/TestRPCErrorCleanup.cpp => ipc/ipdl/test/cxx/TestInterruptErrorCleanup.cpp
rename : ipc/ipdl/test/cxx/TestRPCErrorCleanup.h => ipc/ipdl/test/cxx/TestInterruptErrorCleanup.h
rename : ipc/ipdl/test/cxx/TestRPCRaces.cpp => ipc/ipdl/test/cxx/TestInterruptRaces.cpp
rename : ipc/ipdl/test/cxx/TestRPCRaces.h => ipc/ipdl/test/cxx/TestInterruptRaces.h
rename : ipc/ipdl/test/cxx/TestRPCShutdownRace.cpp => ipc/ipdl/test/cxx/TestInterruptShutdownRace.cpp
rename : ipc/ipdl/test/cxx/TestRPCShutdownRace.h => ipc/ipdl/test/cxx/TestInterruptShutdownRace.h
rename : ipc/ipdl/test/cxx/TestRacyRPCReplies.cpp => ipc/ipdl/test/cxx/TestRacyInterruptReplies.cpp
rename : ipc/ipdl/test/cxx/TestRacyRPCReplies.h => ipc/ipdl/test/cxx/TestRacyInterruptReplies.h
rename : ipc/ipdl/test/ipdl/error/rpcMessageCompress.ipdl => ipc/ipdl/test/ipdl/error/intrMessageCompress.ipdl
rename : ipc/ipdl/test/ipdl/error/tooWeakRPCAsync.ipdl => ipc/ipdl/test/ipdl/error/tooWeakInterruptAsync.ipdl
rename : ipc/ipdl/test/ipdl/ok/rpcProtocol.ipdl => ipc/ipdl/test/ipdl/ok/intrProtocol.ipdl
2013-09-30 17:27:45 -07:00
accessible Bug 922184 - move IAccessible2 implementation into separate class, r=tbsaunde 2013-09-30 18:40:05 -04:00
addon-sdk Bug 832883 - Move IDBKeyRange to WebIDL and define indexedDB/IDBKeyRange in all the spots. r=khuey,bent (initial work done by Ms2ger) 2013-09-28 13:25:46 +02:00
b2g Merge m-c to inbound. 2013-09-30 16:51:06 -04:00
browser Merge m-c to inbound. 2013-09-30 16:51:06 -04:00
build NO BUG - Update build system docs for Python and moz.build files 2013-09-30 14:32:07 +02:00
caps bug 920754 - rm more makefiles r=mshal 2013-09-25 16:39:06 -04:00
chrome Bug 901990 - Part 2: Upgrade xpcshell manifests; r=ted 2013-09-24 11:50:08 -07:00
config Bug 920919 - Set MOZ_PSEUDO_DERECURSE to no-parallel-export by default on developer builds... when not using pymake. r=gps 2013-09-27 08:12:19 +09:00
content Rename IPDL's RPC to Interrupt (bug 910020, r=bent). 2013-09-30 17:27:45 -07:00
db/sqlite3 Bug 909382 - Upgrade SQLite to version 3.8.0.2 - Mozilla changes. r=mak 2013-09-26 14:29:45 -04:00
docshell Bug 920881 - Fix assertion in nsSHistory::EvictOutOfRangeWindowContentViewers (r=smaug) 2013-09-30 12:24:33 -07:00
dom Rename IPDL's RPC to Interrupt (bug 910020, r=bent). 2013-09-30 17:27:45 -07:00
editor Bug 920223 - Part 2: Mass convert MOCHITEST_CHROME_FILES to manifests; rs=Ms2ger 2013-09-30 09:52:01 +02:00
embedding Bug 920223 - Part 1: Mass convert MOCHITEST_FILES to manifests; rs=Ms2ger 2013-09-30 09:51:57 +02:00
extensions Bug 920223 - Part 3: Mass convert MOCHITEST_BROWSER_FILES to manifests; rs=Ms2ger 2013-09-30 09:52:06 +02:00
gfx Rename IPDL's RPC to Interrupt (bug 910020, r=bent). 2013-09-30 17:27:45 -07:00
hal Merge m-c to b2g-inbound. 2013-09-30 16:30:26 -04:00
image Bug 921876 - Stop #including nsIFrame.h in nsLayoutUtils.h; r=roc 2013-09-30 17:26:04 -04:00
intl Bug 920223 - Part 1: Mass convert MOCHITEST_FILES to manifests; rs=Ms2ger 2013-09-30 09:51:57 +02:00
ipc Rename IPDL's RPC to Interrupt (bug 910020, r=bent). 2013-09-30 17:27:45 -07:00
js Rename IPDL's RPC to Interrupt (bug 910020, r=bent). 2013-09-30 17:27:45 -07:00
layout Bug 921522: Use already-established flex container content-box main size to determine packing space, instead of checking reflow state. r=mats 2013-09-30 16:38:36 -07:00
media Merge m-c to inbound. 2013-09-30 16:51:06 -04:00
memory Bug 912293 - Remove now redundant boilerplate from Makefile.in. r=gps 2013-09-05 09:01:46 +09:00
mfbt Bug 919337: Use static_assert in double_conversion::BitCast. r=waldo 2013-09-29 21:18:26 -07:00
mobile Merge m-c to inbound. 2013-09-30 16:51:06 -04:00
modules Bug 922007 - Enable new textures on fennec. r=mattwoodrow 2013-10-01 01:22:26 +02:00
mozglue Bug 771765 - Support template content process, part 1: the Nuwa API and low-level wrappers. r=khuey 2013-05-07 14:25:13 +08:00
netwerk Merge m-c to b2g-inbound. 2013-09-30 16:30:26 -04:00
nsprpub Bug 915522: Update NSPR to NSPR_4_10_2_BETA1. 2013-09-27 18:00:13 -07:00
other-licenses Bug 912293 - Remove now redundant boilerplate from Makefile.in. r=gps 2013-09-05 09:01:46 +09:00
parser bug 920754 - rm more makefiles r=mshal 2013-09-25 16:39:06 -04:00
probes Bug 912293 - Remove now redundant boilerplate from Makefile.in. r=gps 2013-09-05 09:01:46 +09:00
profile Bug 865673 - Convert objs.mk to objs.mozbuild. r=gps 2013-08-30 09:09:06 -04:00
python Bug 921091 - make WEBIDL_FILES a StrictOrderingOnAppendList in moz.build; r=Ms2ger 2013-09-26 13:14:48 -04:00
rdf Backed out changeset a73ffb0d0c97 because of build bustage 2013-09-29 17:20:07 -04:00
security Bug 920223 - Part 3: Mass convert MOCHITEST_BROWSER_FILES to manifests; rs=Ms2ger 2013-09-30 09:52:06 +02:00
services Bug 901990 - Part 2: Upgrade xpcshell manifests; r=ted 2013-09-24 11:50:08 -07:00
startupcache Bug 921502 - Use a JS component to collect telemetry from the startup cache C++ test, instead of using raw JSAPI, r=nfroyd 2013-09-30 16:09:28 -04:00
storage Merge fx-team to m-c 2013-09-27 20:32:24 -07:00
testing Merge m-c to b2g-inbound. 2013-09-30 16:30:26 -04:00
toolkit bug 920754 - rm more makefiles r=mshal 2013-09-25 16:39:06 -04:00
tools Backed out changeset 0904d8d19947 (bug 913985) 2013-09-30 11:05:35 +01:00
uriloader Bug 920223 - Part 1: Mass convert MOCHITEST_FILES to manifests; rs=Ms2ger 2013-09-30 09:51:57 +02:00
view Bug 912956 part.18 Remove nsGUIEvent.h r=roc 2013-09-25 20:21:22 +09:00
webapprt Bug 898499 - Support mozPay API on desktop webapprt. r=ferjm 2013-09-27 14:38:14 -04:00
widget Merge m-c to inbound. 2013-09-30 16:51:06 -04:00
xpcom Merge m-c to inbound. 2013-09-30 16:51:06 -04:00
xpfe Bug 920223 - Part 2: Mass convert MOCHITEST_CHROME_FILES to manifests; rs=Ms2ger 2013-09-30 09:52:01 +02:00
xulrunner Bug 914272 - Move IS_COMPONENT to mozbuild. r=joey 2013-09-19 17:29:32 -04:00
.gdbinit
.gitignore
.hgignore Bug 894094 - Add .idea folder (created by JetBrains IDEs) to .hgignore. r=BenWa 2013-07-16 10:32:55 -04:00
.hgtags Added tag FIREFOX_AURORA_26_BASE for changeset 2520866d5874 2013-09-17 09:36:55 -04:00
aclocal.m4
Android.mk
AUTHORS
client.mk Bug 794506 - Part 1: Move virtualenv code under mozbuild; r=ted 2013-09-20 15:46:23 -07:00
client.py
CLOBBER Backed out 8 changesets (bug 916267, bug 850430) for mochitest failures 2013-09-30 01:44:06 -03:00
configure.in Merge m-c to inbound. 2013-09-30 16:51:06 -04:00
LEGAL
LICENSE
mach Bug 899695 - Fix exception in "mach python" on Windows [r=gps] 2013-08-08 08:06:02 -07:00
Makefile.in Bug 921770 - Avoid doing things with js/src from top-level when building --with-libxul-sdk. r=gps 2013-10-01 08:25:38 +09:00
moz.build Bug 915648 - Parallelize make export. r=gps 2013-09-20 13:30:17 +09:00
mozilla-config.h.in Bug 730805 - Provide mozilla/IntegerPrintfMacros.h to implement the PRI* macros portion of the <inttypes.h> interface. r=espindola 2011-12-15 00:27:42 -05: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/