Gecko engine for Wine
Go to file
Siddharth Agarwal 81ff1e06cd Part 3 of bug 472093 -- fix build system to use NTDDI_VERSION instead of random checks -- add MOZ_NTDDI_* defines, switch code over to use these defines.
r=ted for build config parts, r=jmathies for app association and download manager changes, r+sr=bz for helper app service, r=vlad + sr=ted for stock icons.
2009-04-12 20:25:29 +05:30
accessible Bug 489551 - Values of sliders and progress bars in HTML 5 audio and video element's control sets are not percentages, r=marcoz, davidb 2009-04-25 11:32:47 +08:00
browser Part 3 of bug 472093 -- fix build system to use NTDDI_VERSION instead of random checks -- add MOZ_NTDDI_* defines, switch code over to use these defines. 2009-04-12 20:25:29 +05:30
build Move jemalloc.obj inside MOZ_MEMORY for WinCE shunt; r=wince 2009-04-28 11:07:05 -07:00
caps Bug 475864 - Move native anonymous content checks into a wrapper so that quickstubs don't sidestep them. r=jst sr=bzbarsky 2009-04-23 00:21:22 -07:00
chrome Bug 488091 - Review |make check| usages; (Av2a) Remove empty targets; r=ted.mielczarek 2009-04-29 00:57:50 +02:00
config Bug 485736 - Add (TUnit) 'xpcshell-tests' |make| target, using |runxpcshelltests.py| new '--manifest' option; (Iv1a-MC) Update '.PHONY' target too; r=ted.mielczarek 2009-04-29 00:57:48 +02:00
content Bug 488314. Kill SetMatrixPropagation, part 1. r=roc 2009-04-29 06:31:34 +02:00
db Backed out changeset 629e0c724413 (bug 487664) 2009-04-14 15:09:56 -04:00
dbm Bug 486182, Land NSS 3.12.3 final in mozilla-central 2009-04-07 03:36:45 +02:00
docshell Destroy content viewers in session history when destroying docshell, just like we destroy the current one. (Bug 488394) r+sr=bzbarsky 2009-04-16 13:55:13 -07:00
dom Bug 375250 - Reject (JSON is fixed now) E4X masquerading as JS source (r=igor/mrbkap). 2009-04-29 16:48:35 -07:00
editor Bug 490879 - Pasting images into rich text editors creates temporary moz-screenshot.jpg; r+sr=roc 2009-05-03 13:31:32 +04:30
embedding Bug 489953 Remove extraneous semicolons 2009-05-03 09:28:43 -07:00
extensions Consolidate mDocShell null checks in nsLayoutDebuggingTools. (Not part of default build.) 2009-04-22 10:13:48 -07:00
gfx Bug 190778 - [gtk2] Assumes font sizes are integers, they are not; r=blizzard sr=roc 2009-04-30 12:07:20 +02:00
intl Bug 490835 nsMacCharset and nsOS2Charset shouldn't createInstance the locale service 2009-05-03 09:28:43 -07:00
jpeg Bug 459047 - Remove Win16 reference from jdatadst.c; (Av1) Remove 1 function and 2 files; r=joe@drew.ca 2009-04-16 19:54:28 +02:00
js ug 490741 - Crash [@ js_GetUpvar] on datepick (r=mrbkap). 2009-05-02 11:40:22 -07:00
layout Bug 488752 Incorrect menulist behaviour on Mac OS X r=enn sr=roc 2009-05-01 13:24:49 +01:00
media We no longer need FlatCarbon in liboggplay. b=486911 r=cdouble sr=roc 2009-04-07 16:14:29 -04:00
memory/jemalloc Backed out changeset 1eec75c27e2f 2009-04-24 10:43:19 -07:00
modules Part 3 of bug 472093 -- fix build system to use NTDDI_VERSION instead of random checks -- add MOZ_NTDDI_* defines, switch code over to use these defines. 2009-04-12 20:25:29 +05:30
netwerk Bug 482418 - HTTP range handling code shouldn't run when requesting and processing SJS files. Tag-team patching and testing effort by roc and me, r=me 2009-04-23 14:04:50 -07:00
nsprpub Bug 489231: Update NSPR to the NSPR_HEAD_20090501 CVS tag. 2009-05-01 06:59:46 -07:00
other-licenses Bug 480079 - Move comm-central 7zSD.sfxes out of mozilla-central (Thunderbird, SeaMonkey, and Sunbird). r=philringnalda, r=mcsmurf, r=mschroeder 2009-02-26 14:31:08 -08:00
parser bug 328751 - crash test by Tom Ferris. 2009-04-24 10:08:11 -07:00
probes
profile 64-bit fix for nsProfileLock.cpp. b=489720 sr=roc 2009-04-23 16:23:06 -04:00
rdf Bug 396226 - Provide an API to asynchronously generate HTTP responses in httpd.js, and implement a state-storage system which can store object references to provide greater contextual information in handlers. NB: this push enables httpd.js debug output just in case something goes wrong, to be disabled as soon as it's clear nothing has -- expect the first Windows builds to finish next century sometime. r=sayrer 2009-04-15 13:19:35 -07:00
security backout Bug 486990 2009-04-28 06:42:59 -07:00
storage Bug 489257 - Rename and update mozStorageEvents.* to mozStorageAsyncStatementExecution.* 2009-04-21 11:27:03 -04:00
testing Bug 489953 Remove extraneous semicolons 2009-05-03 09:28:43 -07:00
toolkit Part 3 of bug 472093 -- fix build system to use NTDDI_VERSION instead of random checks -- add MOZ_NTDDI_* defines, switch code over to use these defines. 2009-04-12 20:25:29 +05:30
tools Bug 479978 - remove references to MOZ_PROFILE from the build system; (Cv2-MC) the 8 files; r=ted.mielczarek 2009-03-28 03:00:25 +01:00
uriloader Part 3 of bug 472093 -- fix build system to use NTDDI_VERSION instead of random checks -- add MOZ_NTDDI_* defines, switch code over to use these defines. 2009-04-12 20:25:29 +05:30
view Bug 485275. nsViewManger::RenderViews needs to forward to the correct view manager for the display root view. r=roc 2009-04-06 12:39:24 +12:00
webshell Bug 461888 - Remove unused PACKAGE_FILE and PACKAGE_VARS and .pkg files, mozilla-central part, r=bsmedberg 2008-11-03 19:46:28 -08:00
widget Add pref "filepicker.showHiddenFiles" support to the Mac OS X filepicker. b=466027 r=mstange sr=roc 2009-05-02 11:12:27 -07:00
xpcom Backed out changeset 3deeb3c83c77 2009-05-02 21:13:57 -07:00
xpfe Bug 468363 - Clicking on URL in autocomplete drop-down while search is running does not autocomplete URL, r=Neil, SeaMonkey/Thunderbird only 2009-04-14 15:38:40 +02:00
xpinstall Bug 480752: XPInstall tests should not rely on the Firefox UI. r=bsmedberg 2009-04-16 15:50:21 +01:00
xulrunner Mac bustage fix for bug 436998, r=mfinkle 2009-04-17 18:13:05 -04:00
.hgignore Bug 488864 - have hgignore ignore all (.)mozconfig* files; r=ted.mielczarek 2009-04-22 02:42:14 +02:00
.hgtags Added tag FENNEC_B1 for changeset 5c1e7c779b6e 2009-03-12 13:11:30 -07:00
aclocal.m4 Bug 40967 - Avoid leaking MSYS paths in Makefiles: use c:/dir/path paths whenever possible, r=ted 2009-03-09 10:55:41 -04:00
allmakefiles.sh bug 481579 - changes to shunt and tools for jemalloc on windows ce r=dougt 2009-03-23 21:16:03 -04:00
client.mk bug 445191 - Add upload target for xulrunner, upload SDK if it exists, and add 'sdk', 'upload' targets to client.mk. r=ted 2009-03-31 09:43:31 -04:00
client.py Bug 454594: need a makefile target that can upload files via ssh. r=bsmedberg, NPOB 2008-11-13 15:37:04 +00:00
configure.in Part 3 of bug 472093 -- fix build system to use NTDDI_VERSION instead of random checks -- add MOZ_NTDDI_* defines, switch code over to use these defines. 2009-04-12 20:25:29 +05:30
LEGAL
LICENSE
Makefile.in Use an explicit $(SHELL) for shell scripts so that pymake is happy, no bug, r=ted 2009-04-03 13:34:30 -04:00
README.txt Bug 471548 - Add link in readme to moz-central. r=bsmedberg 2009-02-07 13:47:00 +01:00

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 (http://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 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/