Gecko engine for Wine
Go to file
Daniel Stenberg 0ede3a0f79 Bug 939318 - detect network interface changes on windows properly. r=mcmanus
Now supports IPv6 as well if a new enough windows version is used.
Which notification function to use is detect at run-time.

Now sends CHANGED event if the online interface(s) are different in any
way since it was previously checked and considered UP. CHANGED is sent
before UP in case both are detected.

nIOService: split up the network event receiver function from the
network status init function and have the event receiver act on the
incoming event.

DNSservice: acts on network changes (flushes the host cache)

HttpHandler: acts on network changes
2014-08-29 01:18:00 +02:00
accessible Bug 1061009 - Fix more bad implicit constructors in a11y; r=tbsaunde 2014-09-02 12:19:58 -04:00
addon-sdk Merge inbound to m-c. a=merge 2014-09-03 16:38:57 -04:00
b2g Bumping manifests a=b2g-bump 2014-09-05 13:37:28 -07:00
browser Merge inbound to m-c a=merge 2014-09-05 19:04:52 -07:00
build Bug 1062689 - Run local mochitest and reftest output through fix_macosx_stack.py on Mac. r=ted. 2014-09-04 22:19:42 -07:00
caps Bug 1061136 - Assume both http:// and https:// for schemeless URIs in CAPS prefs. r=bz 2014-09-05 20:01:06 -07:00
chrome Bug 1061002 - Fix more bad implicit constructors in chrome; r=bsmedberg 2014-09-02 18:21:00 -04:00
config Bug 1063728 - Run check_spidermonkey_style.py before starting to build; r=jandem 2014-09-05 18:00:24 -04:00
content Bug 1063511 - Fix mingw builds after bug 1027906. r=tabraldes 2014-09-08 10:35:24 +02:00
db/sqlite3 Bug 1054680 - Upgrade SQLite to version 3.8.6 - Mozilla changes. r=asuth 2014-08-25 08:56:01 -04:00
docshell Bug 1061013 - Disable various browser chrome tests when running with e10s. r=jimm 2014-09-02 13:47:12 -05:00
dom Bug 1063971: Allow SetRemoteDescription to omit callbacks again r=jib 2014-09-07 12:08:49 -04:00
editor Bug 1061050 - Fix more bad implicit constructors in editor; r=roc 2014-08-31 23:49:37 -04:00
embedding Bug 1061254 - Fix more bad implicit constructors in misc. components; r=bsmedberg 2014-09-02 18:24:49 -04:00
extensions Bug 1061254 - Fix more bad implicit constructors in misc. components; r=bsmedberg 2014-09-02 18:24:49 -04:00
gfx Bug 1062058 part 3 - make userfont entry a container of the platform font entry. r=heycam 2014-09-08 16:23:20 +09:00
hal Bug 1055655 - Fix warnings turned to errors by bug 1018288 found by mingw build. r=ted,jmathies 2014-09-02 11:07:25 +02:00
image Bug 1059654. Report memory for all images, not just those that are in the image cache. r=seth f=njn 2014-09-05 16:36:11 -05:00
intl Bug 1058021 patch 4: regenerated encoding mapfiles. r=jfkthame 2014-09-02 17:05:58 +03:00
ipc Bug 1063511 - Fix mingw builds after bug 1027906. r=tabraldes 2014-09-08 10:35:24 +02:00
js Bug 1059241 - Don't mark array as non-packed, when calling pop() . r=bhackett 2014-09-04 14:26:50 +02:00
layout Bug 1062058 part 3 - make userfont entry a container of the platform font entry. r=heycam 2014-09-08 16:23:20 +09:00
media Bug 1063229 - Update in-tree libpng documentation to version 1.6.13. r=jmuizelaar 2014-09-04 17:17:00 +02:00
memory Bug 1061385 - Remove |Writer| parameter from CodeAddressService. r=mccr8. 2014-09-01 20:03:06 -07:00
mfbt Bug 1059179 - Add BinarySearchIf(). r=waldo 2014-09-01 19:26:16 +02:00
mobile Bug 1063308, fix comment in Android prefs about update service, r=snorp DONTBUILD 2014-09-08 10:03:30 +12:00
modules Backed out changeset f6442e1ba5f0 (bug 939318) 2014-09-05 13:10:48 +02:00
mozglue Bug 1059113 - Use templates for shared libraries and frameworks. r=gps 2014-09-04 09:04:45 +09:00
netwerk Bug 939318 - detect network interface changes on windows properly. r=mcmanus 2014-08-29 01:18:00 +02:00
nsprpub Bug 1049006 - Update Mozilla 33 to use NSS 3.17 final and NSPR 4.10.7 final, r=wtc 2014-08-13 21:47:00 +02:00
other-licenses Bug 1041941 - Use templates for programs, simple programs, libraries and C++ unit tests. r=gps 2014-09-03 14:10:54 +09:00
parser Bug 1061060 - Fix more bad implicit constructors in parser; r=hsivonen 2014-09-01 18:04:52 -04:00
probes
profile Bug 1061061 - Fix more bad implicit constructors in misc. code; r=bsmedberg 2014-09-02 18:24:24 -04:00
python Merge fx-team to m-c. a=merge 2014-09-05 11:54:57 -04:00
rdf Bug 1061049 - Fix some bad impliciti constructors in RDF; r=bsmedberg 2014-09-02 18:21:23 -04:00
security Merge inbound to m-c a=merge 2014-09-05 19:04:52 -07:00
services Bug 1053745 - Add GMP plugin data to FHR, r=gfritzsche 2014-09-05 11:17:00 -04:00
startupcache Bug 1059090 - Don't require SOURCES to be set for CPP_UNIT_TESTS and SIMPLE_PROGRAMS. r=mshal 2014-09-03 14:16:37 +09:00
storage Bug 1061254 - Fix more bad implicit constructors in misc. components; r=bsmedberg 2014-09-02 18:24:49 -04:00
testing Bug 1063583 - "Crash in shadow-dom @ nsIDocument::GetRootElement() const". r=jgraham 2014-09-05 12:54:00 +02:00
toolkit Merge m-c to inbound a=merge 2014-09-05 19:13:59 -07:00
tools Bug 1062689 - Run local mochitest and reftest output through fix_macosx_stack.py on Mac. r=ted. 2014-09-04 22:19:42 -07:00
uriloader Bug 1061000 - Fix more bad implicit constructors in uriloader; r=bzbarsky 2014-09-03 08:10:55 -04:00
view Bug 1048246 - Fix more bad implicit constructors in layout; r=roc 2014-08-07 19:48:38 -04:00
webapprt Bug 1041941 - Use templates for programs, simple programs, libraries and C++ unit tests. r=gps 2014-09-03 14:10:54 +09:00
widget Bug 1062307 - Ensure the contextmenu event triggered by a long-press action targets things outside the root scroll frame. r=capella,smaug 2014-09-06 09:30:46 -04:00
xpcom Bug 1042654: Remove nsITouchEventReceiver r=bz 2014-09-05 23:32:49 -04:00
xpfe Bug 1061061 - Fix more bad implicit constructors in misc. code; r=bsmedberg 2014-09-02 18:24:24 -04:00
xulrunner Bug 1060984 - Fix the xulrunnner build now that we static_assert against bad public destructors - no review, xulrunner bustage fix on a CLOSED TREE 2014-09-01 13:07:41 -04:00
.clang-format
.clang-format-ignore
.gdbinit Fix the gdb helper for printing frametrees, no bug, DONTBUILD 2014-09-02 17:33:44 -04:00
.gitignore Bug 945222 - Initial import of web-platform-tests testsuite 4/4 : Integration with build system, mach and mozharness, r=ahal,gps 2014-09-04 12:52:43 +01:00
.hgignore Bug 945222 - Initial import of web-platform-tests testsuite 4/4 : Integration with build system, mach and mozharness, r=ahal,gps 2014-09-04 12:52:43 +01:00
.hgtags No bug - Tagging mozilla-central c360f3d1c00d with FIREFOX_AURORA_34_BASE a=release DONTBUILD CLOSED TREE 2014-09-02 12:52:28 -04:00
.lldbinit
.reviewboardrc
aclocal.m4 Bug 1062219 - Don't build build/clang-plugin as an external directory. r=jcranmer 2014-09-04 17:44:01 +09:00
Android.mk
AUTHORS
client.mk Bug 1042432 - Change how UPLOAD_EXTRA_FILES is passed down from mozconfig.cache to the build system. r=mshal 2014-08-14 07:15:35 +09:00
client.py
CLOBBER Update configs. IGNORE BROKEN CHANGESETS CLOSED TREE NO BUG a=release ba=release 2014-09-02 12:54:33 -04:00
configure.in Merge fx-team to m-c. a=merge 2014-09-05 11:54:57 -04:00
LEGAL
LICENSE
mach Bug 1043144 - Don't write machc bytecode file; r=mshal 2014-08-05 10:39:24 -07:00
Makefile.in Bug 1062219 - Don't build build/clang-plugin as an external directory. r=jcranmer 2014-09-04 17:44:01 +09:00
moz.build Bug 1062219 - Don't build build/clang-plugin as an external directory. r=jcranmer 2014-09-04 17:44:01 +09:00
mozilla-config.h.in
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/