accessible
Bug 873453 - Implement IA2_RELATION_NODE_PARENT_OF, r=tbsaunde
2013-05-23 14:13:16 +09:00
addon-sdk
Bug 873629 - Remove 129 empty Makefile.in files; r=ted
2013-05-17 16:20:11 -07:00
b2g
[Bug 875204] Merge OMTA prefs r=nrc
2013-05-23 15:09:26 +08:00
browser
Bug 874601 - failing social API tests on OS X on UX, r=markh
2013-05-22 10:29:33 +02:00
build
Bug 875023 - Make Rule._executeweak faster in e.g. dom/bindings. r=ted
2013-05-23 07:27:50 +02:00
caps
Bug 868130 - Remove the lion's share of JSAutoRequests in gecko. r=gabor
2013-05-22 10:05:28 -06:00
chrome
Bug 873629 - Remove 129 empty Makefile.in files; r=ted
2013-05-17 16:20:11 -07:00
config
Bug 875099 - Avoid including MDDEPEND_FILES twice. r=ted
2013-05-23 07:28:08 +02:00
content
Back out 4fd41b93f97c (bug 865654) for mochitest-1 failure
2013-05-22 21:35:41 -07:00
db /sqlite3
Bug 846634 - Part 2: Move EXPORTS to moz.build; r=joey
2013-04-16 15:24:43 -04:00
docshell
Bug 868130 - Include nsCxPusher.h everywhere we need it, and stop including it from nsContentUtils.h. r=gabor
2013-05-22 10:05:26 -06:00
dom
Bug 873683 - Make runBeforeNextEvent and runInStableState available off nsIDOMWindowUtils. r=bent
2013-05-23 09:35:21 +08:00
editor
Bug 833385 - Implement HTMLTrackElement and TextTrack. r=bz,Ms2ger
2013-05-22 00:14:00 +08:00
embedding
Bug 868130 - Include nsCxPusher.h everywhere we need it, and stop including it from nsContentUtils.h. r=gabor
2013-05-22 10:05:26 -06:00
extensions
Bug 868130 - Remove the lion's share of JSAutoRequests in gecko. r=gabor
2013-05-22 10:05:28 -06:00
gfx
bug 871961 pt 4 - on xpcom-shutdown notification, release any SVG-glyphs documents held by fonts. r=roc
2013-05-22 23:48:55 +08:00
hal
Bug 864206 - Use dom::Touch instead of nsIDOMTouch where possible r=Ms2ger
2013-05-17 13:17:53 -07:00
image
Bug 867758 - Test to ensure we don't return to the event loop while changing the frame of two images with the same FPS. r=seth
2013-05-23 09:49:38 +08:00
intl
Bug 873629 - Remove 129 empty Makefile.in files; r=ted
2013-05-17 16:20:11 -07:00
ipc
Bug 868110 - Remove JS_GetGlobalObject from the IPC test-shell. r=luke
2013-05-22 15:42:44 -06:00
js
Bug 875099 - Avoid including MDDEPEND_FILES twice. r=ted
2013-05-23 07:28:08 +02:00
layout
Bug 788549 Part 3: Refactor nsComputedDOMStyle::DoGetTransform r=dbaron
2013-05-23 15:09:27 +08:00
media
Bug 872839 - Part 2: Untangle iceServer parsing from PeerConnectionMedia initialization for cleaner failure path. r=jesup
2013-05-22 14:32:10 -04:00
memory
Fix b2g build, no bug
2013-05-16 18:07:12 -07:00
mfbt
Bug 873585 - Silence a vacuous-comparison-against-0 warning when compiling with gcc 4.5, at least. Also make IsSigned/IsUnsigned actually work on floating-point types. r=froydnj
2013-05-17 11:07:02 -07:00
mobile
Bug 872543 - Long-form data reporting notification sticks around after visiting settings. r=nalexander
2013-05-22 18:44:41 -07:00
modules
[Bug 875204] Merge OMTA prefs r=nrc
2013-05-23 15:09:26 +08:00
mozglue
Bug 865583 - Use thread-safe ref-counting in the linker. r=nfroyd
2013-05-18 09:53:18 +02:00
netwerk
Bug 868130 - Remove the lion's share of JSAutoRequests in gecko. r=gabor
2013-05-22 10:05:28 -06:00
nsprpub
Bug 865828: Update NSPR to NSPR_4_10_BETA2. r=wtc.
2013-05-22 07:31:26 -07:00
other-licenses
Bug 614570 - Rev IAccessible2 1.3, r=tbsaunde
2013-05-19 10:21:42 +09:00
parser
Bug 833385 - Implement HTMLTrackElement and TextTrack. r=bz,Ms2ger
2013-05-22 00:14:00 +08:00
probes
Bug 855465 - Add emacs python mode comments to moz.build files; r=gps
2013-04-01 11:36:59 -07:00
profile
Bug 873629 - Remove 129 empty Makefile.in files; r=ted
2013-05-17 16:20:11 -07:00
python
bug 872086: move SIMPLE_PROGRAMS to moz.build (logic), r=gps.
2013-05-22 15:43:35 -07:00
rdf
Bug 873629 - Remove 129 empty Makefile.in files; r=ted
2013-05-17 16:20:11 -07:00
security
Bug 858231: Update NSS to NSS 3.15 Beta 6, with the local patch
2013-05-22 16:32:02 -07:00
services
Bug 791284 - Add debugging code to nsDocument::StartDocumentLoad and fix and re-enable test. r=sicking
2013-05-21 14:50:26 -04:00
startupcache
Bug 868785 - Fix rooting hazards in TestStartupCache.cpp; r=till
2013-05-04 20:01:27 -04:00
storage
Bug 873735 part 2. Change nsIXPConnectJSObjectHolder::GetJSObject to return a JSObject*. r=bholley
2013-05-20 08:44:18 -04:00
testing
Merge mozilla-central and inbound
2013-05-22 11:28:59 +01:00
toolkit
Bug 874783 - Fix l10n builds after bug 848764. r=ted
2013-05-23 07:27:20 +02:00
tools
Bug 855081: Make jprof compile for me by switching from cplus_demangle (which doesn't link) to abi::__cxa_demangle. r=jesup
2013-05-13 15:37:00 -07:00
uriloader
bug 871712 - make MSVC PGO opt-in per-directory, and opt-in in the directories that matter. r=glandium
2013-05-16 09:33:26 -04:00
view
Bug 850571 - Abort if the view is still owned by a frame in Destroy(). r=roc
2013-05-20 17:29:17 +00:00
webapprt
Bug 862986 - Part 2a: Migrate PROGRAM from Makefile.in to moz.build. r=gps
2013-05-01 14:05:40 -04:00
widget
Bug 868130 - Include nsCxPusher.h everywhere we need it, and stop including it from nsContentUtils.h. r=gabor
2013-05-22 10:05:26 -06:00
xpcom
Bug 868130 - Remove the lion's share of JSAutoRequests in gecko. r=gabor
2013-05-22 10:05:28 -06:00
xpfe
Bug 868130 - Remove the lion's share of JSAutoRequests in gecko. r=gabor
2013-05-22 10:05:28 -06:00
xulrunner
Bug 873886, Fix xulrunner on Linux i686, r=glandium DONTBUILD
2013-05-20 11:31:09 -07:00
.gdbinit
Bug 848796 part 1. Rename nsXULDocument to mozilla::dom::XULDocument. r=ms2ger
2013-03-26 11:31:53 -04:00
.gitignore
Bug 861197 - chrome.manifest files created by the devtools loader should be ignored; r=dcamp; DONTBUILD because NPOTB
2013-04-30 10:22:25 +03:00
.hgignore
Bug 861197 - chrome.manifest files created by the devtools loader should be ignored; r=dcamp; DONTBUILD because NPOTB
2013-04-30 10:22:25 +03:00
.hgtags
Added tag FIREFOX_AURORA_23_BASE for changeset d7ce90899997
2013-05-13 09:15:11 -07:00
aclocal.m4
Bug 867750 - Add a --with-compiler-wrapper configure option r=glandium
2013-05-02 09:26:13 -04:00
Android.mk
Bug 794297: Block the android build system from looking in mozilla-central. r=mwu
2012-09-25 17:04:01 -07:00
AUTHORS
Bug 763623 - Add AUTHORS file.
2012-09-17 10:47:50 +01:00
client.mk
Bug 873640 - Fix and cleanup profiledbuild profile script invocation. r=ted
2013-05-21 08:28:49 +02:00
client.py
Bug 853775: Update client.py to pull NSPR and NSS from Mercurial instead of CVS, r=kaie
2013-04-01 17:26:39 -07:00
CLOBBER
Backed out changesets e52c6f7200b3 and 2718954757e1 (bug 874869) for intermittent Windows leaks.
2013-05-22 15:22:26 -04:00
configure.in
Bug 864553 part 1: Remove ifdefs for MOZ_FLEXBOX and configure.in MOZ_FLEXBOX chunk. r=dbaron
2013-05-22 11:44:25 +08:00
LEGAL
LICENSE
mach
Re-add executable flag to mach (removed in bug 846906). r=me
2013-04-04 16:52:27 +02:00
Makefile.in
Bug 874078 - Move RecursiveMakeBackend.built rule to rules.mk; r=glandium
2013-05-20 23:26:20 -07:00
moz.build
Bug 855465 - Add emacs python mode comments to moz.build files; r=gps
2013-04-01 11:36:59 -07:00
mozilla-config.h.in
Bug 857830: Part 2 - Adds readahead to read-only fopen calls in Hunspell. r=ehsan
2013-05-07 00:14:15 -06: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