Gecko engine for Wine
Go to file
Doug Sherk 0dbceda5a6 Bug 70348: implement ARB_robustness with WGL r=bjacob
WGL has its own ARB_robustness implementation which we support with this patch.
I was able to confirm that it was correctly being activated and was polling
status correctly (i.e. the framework is running), but WGL itself doesn't
actually seem to stop the DoS correctly when a robust context is created.
2011-12-02 23:50:11 -08:00
accessible Bug 703202 - ARIA comboboxes don't fire value change events, r=tbsaunde, marcoz 2011-12-02 00:12:02 +08:00
browser Back out 827420c6b756 (bug 700080) to investigate browser-chrome leaking 2011-12-02 20:59:03 -08:00
build Bug 703898 - Remove unnecessary platform conditional from build/unix/Makefile.in; r=ted 2011-11-30 18:37:57 +00:00
caps Bug 700195 - Propagate error in netscape_security_isPrivilegeEnabled. r=bholley 2011-11-18 10:54:58 -08:00
chrome Bug 698248 - Remove unused FORCE_USE_PIC variable; r=khuey 2011-11-01 15:45:23 -07:00
config Bug 705401 - Remove the rest of TraceVis. r=dvander 2011-11-28 16:08:25 -08:00
content Bug 700202 - Propagate errors from ReparentContentWrappersInScope (r=smaug) 2011-11-21 09:35:26 -08:00
db/sqlite3 Bug 414946 - Don't link sqlite with mozutils on OSX. r=khuey 2011-10-05 09:03:44 +02: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 Use BrowserSetForcedCharacterSet instead of Firefox-specific SetForcedCharset. Bug 705943, r=dao 2011-11-30 11:10:41 +02:00
dom Back out 827420c6b756 (bug 700080) to investigate browser-chrome leaking 2011-12-02 20:59:03 -08:00
editor Bug 392159 Use nsIClipboard::SupportsSelectionClipboard() instead of #ifdef in nsEditorEventListener r=ehsan 2011-11-30 11:57:41 +09:00
embedding Bug 705084 - Part C - Use kDefaultRemainingTime instead of kUnknownRemaining time when appropriate in Android backend. r=cjones 2011-12-01 11:51:23 +01:00
extensions Bug 698968 - Add mallocSizeOf functions and start using them. r=jlebar,bhackett,jfkthame, sr=bz. 2011-11-27 19:03:14 -08:00
gfx Bug 70348: implement ARB_robustness with WGL r=bjacob 2011-12-02 23:50:11 -08:00
hal Bug 705084 - Part B - Use kDefaultRemainingTime instead of kUnknownRemaining time when appropriate in UPower backend. r=cjones 2011-12-01 11:50:58 +01:00
image Bug 703176 - Ensure all browser chrome mochitests do fail when uncaught JS exceptions occur. (v1.1) r=jmaher 2011-12-02 23:25:03 +11:00
intl Bug 691135 - intl locale should use mac on Macs. r=ted 2011-11-18 14:02:26 +01:00
ipc Bug 698075 - Use nsAutoptr<> to guarantee msg is freed; r=cjones 2011-11-30 13:19:49 +00:00
js Bug 702740 - Add JS_SetFunctionCallback to JSAPI proper (still gated on --enable-trace-jscalls). r=luke 2011-12-01 11:25:37 -08:00
layout bug 705996 - the damageArea should only be set once the columns are in shape r=mats 2011-12-03 07:21:16 +01:00
media Bug 705112 - Don't destroy things that weren't initialized. r=dougt 2011-11-25 08:38:33 +13:00
memory bug 571209 - option to use compile-time constants, not parameters configured at runtime, for maximal jemalloc performance. r=justin.lebar 2011-10-26 10:17:34 +02:00
mfbt Followup to bug 704127 - s/MOZ_HAVE CXX11_FINAL/MOZ_HAVE_CXX11_FINAL/ in one case (thanks to Stuart Cook in m.d.platform for noticing this, I have *no* *idea* how he managed it, Luke had to have me point it out to even see the change in the diff), and actually define it for -std=c++0x GCC (a mistaken omission originally). rs=luke 2011-12-01 18:21:27 -08:00
mobile/xul Bug 696498 - Clean up mobile/xul/makefiles.sh; r=khuey 2011-11-30 18:37:57 +00:00
modules bug 528288 spdy - provide a pref to control alternate-protocol support r=honzab 2011-12-02 10:28:57 -05:00
netwerk Bug 706249 r=bz 2011-12-02 23:48:16 -05:00
nsprpub Update NSPR to NSPR_4_9_BETA4 tag. Fixes bug 681558, bug 675593, bug 674277, bug 481815 2011-11-03 15:13:17 -04:00
other-licenses Rolled up Android plugin fixes including bugs 692988, 694366, 702330, 702334, 702338, 702341, 702614, 702627, 702964 2011-11-21 02:55:50 -05:00
parser Bug 695640 - Remove View Source pre chunking, because it is no longer needed for reasonable perf. r=smaug. 2011-11-30 19:44:31 +02:00
probes
profile Bug 690892 - Replace PR_TRUE/PR_FALSE with true/false on mozilla-central; rs=dbaron 2011-10-17 10:59:28 -04:00
rdf Bug 690892 - Replace PR_TRUE/PR_FALSE with true/false on mozilla-central; rs=dbaron 2011-10-17 10:59:28 -04:00
security bug 528288 - spdy don't coalesce onto connections that have used client certs and don't send client certs from connections that have been joined r=bsmith sr=honzab 2011-12-02 10:30:16 -05:00
services Bug 700296 (Sync) - Remove dynamic containers implementation from Places. 2011-11-29 02:22:47 +01:00
startupcache Disable the hang detector for bug 429592 while running the startup cache tests because they intentionally hang the browser to trigger the startup timeout. feedback=mwu on IRC 2011-11-04 15:13:40 -04:00
storage Backout 68c475a7dcaa (bug 465299) for xpcshell-tests failure 2011-11-30 12:37:06 +01:00
testing Bug 670831 - Enable some mochitest sanity tests for uncaught exception handling. r=jmaher 2011-12-02 23:25:04 +11:00
toolkit Bug 707328: backgroundUpdateCheck isn't firing its complete notification correctly. r=Unfocused 2011-12-02 16:58:22 -08:00
tools Bug 696376 - Change how we find critical ranges so that it works on 10.6 too. r=dbaron. 2011-12-02 19:26:04 -05:00
uriloader Bug 701607. Download annotations are not stored for files without a custom name. r=sdwilsh 2011-11-28 15:03:21 -08:00
view Back out revs d445f83ecfb1:dc9cc326cad0, because they did not back out what was intended. 2011-12-01 16:35:42 -05:00
widget Bug 704575 - Union dirty rects instead of painting all of them. r=kats 2011-12-02 21:13:16 -08:00
xpcom Bug 696376 - Change how we find critical ranges so that it works on 10.6 too. r=dbaron. 2011-12-02 19:26:04 -05:00
xpfe Fix comm-central app bustage from bug 696498 - change the depth of the makefiles to account for being generated from the comm-central build system now that the old xpfe autocomplete files are no longer generated within the mozilla-central part of the build system. rs=Neil over irc. NPOTFFB DONTBUILD 2011-12-01 15:26:29 +00:00
xulrunner Bug 705133 - move all linux CC and CXX lines to a central mozconfig snippet. r=catlee. 2011-11-24 14:58:06 -05:00
.gitignore Bug 700614 - Wrong .mozconfig rule in .gitignore r=jmuizelaar 2011-11-15 12:57:26 +01:00
.hgignore Bug 686354 - hgignore addition for Vim swap files. r=ted 2011-09-12 17:25:24 -07:00
.hgtags Added tag AURORA_BASE_20111108 for changeset 54bfd8bf682e 2011-11-08 09:06:38 -08:00
aclocal.m4 Bug 705466 - Use MOZ_CHECK_HEADERS to check for cpuid.h. r=ted. 2011-11-28 15:32:32 -05:00
allmakefiles.sh Bug 703930 - Make syntax errors in *makefiles.sh abort the build; r=khuey 2011-11-30 18:37:58 +00:00
client.mk Bug 684617 client.mk runs configure twice r=khuey 2011-09-07 20:08:36 +01:00
client.py Bug 599748 - Remove custom |def check_call()|, now that Python 2.4 is unsupported; (Av1) Remove 'util.py'. 2011-04-14 15:44:13 +02:00
configure.in Bug 698552: Update configure.in to require at least NSS 3.13.2 for --use-system-nss, r=kaie, r=honzab 2011-12-01 14:28:43 -08:00
LEGAL
LICENSE
Makefile.in Rolled up Android plugin fixes including bugs 692988, 694366, 702330, 702334, 702338, 702341, 702614, 702627, 702964 2011-11-21 02:55:50 -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/