Gecko engine for Wine
Go to file
Brian Birtles 40700f79aa Bug 77992 part 3 - Make event.timeStamp return a DOMHighResTimeStamp; r=bz
Even when dom.event.highrestimestamp.enabled is false and we should return
a DOMTimeStamp (=unsigned long long), we still just return a double since that's
what would happen anyway when we convert the DOMTimeStamp to a Javascript
Number and it simplifies the code significantly to just always return a double.
2014-06-06 14:29:49 +09:00
accessible Merge mozilla-inbound to mozilla-central. 2014-05-30 14:07:35 +02:00
addon-sdk Bug 1015396 - Get rid of apiSandbox. r=irakli 2014-05-30 15:11:06 -07:00
b2g Merge b2g-inbound to m-c a=merge 2014-06-05 18:49:36 -07:00
browser Merge m-c to inbound on a CLOSED TREE 2014-06-05 19:14:19 -07:00
build bug 1019836 - Support narrow char strings in android bridge r=snorp 2014-06-04 15:04:12 -04:00
caps Bug 1017310 - Rename *XBLScope to *ContentXBLScope in xpconnect (r=bholley) 2014-06-02 18:04:21 -07:00
chrome
config Bug 1014976 - Don't define _DEBUG on Windows debug builds, it's implied by -MDd/-MTd, and breaks builds with -MD/-MT. r=bsmedberg 2014-05-30 09:39:53 +09:00
content Merge m-c to inbound on a CLOSED TREE 2014-06-05 19:14:19 -07:00
db/sqlite3
docshell Bug 999577 - disable addon access to cache v1 IDLs, r=michal+jduell 2014-06-05 20:14:07 +02:00
dom Bug 77992 part 3 - Make event.timeStamp return a DOMHighResTimeStamp; r=bz 2014-06-06 14:29:49 +09:00
editor Bug 77992 part 2 - Make event.timeStamp use TimeStamp value based on a pref; r=smaug 2014-06-06 14:29:49 +09:00
embedding Bug 869836 - Part 8: Use Append('c') instead of Append("c"). r=ehsan 2014-05-22 06:48:52 +03:00
extensions Bug 1016136 - Use suffix M instead of 's in en-US.dic. r=ehsan 2014-05-28 07:23:03 +07:00
gfx Bug 77992 part 1.0 - Add timeStamp to WidgetEvent; r=smaug 2014-06-06 14:29:49 +09:00
hal Bug 1013097 - Remove IPC for switch event because only the chrome process can receive it. r=dhylands 2014-06-02 19:25:00 -04:00
image Backed out changeset 8dc53499b0c0 (bug 1019753) 2014-06-04 10:31:06 +02:00
intl Bug 1015664. Part 4: Remove NS_HIDDEN in a few miscellaneous places. r=bsmedberg 2014-06-03 00:08:29 +12:00
ipc Bug 1020643: Annotate COMPILE_ASSERT's typedef as permissibly unused, to fix GCC 4.8 build warning. r=Waldo 2014-06-04 18:13:02 -07:00
js Backed out changeset 8b809afd1cea (bug 1021258) for Android m8 bustage on a CLOSED TREE 2014-06-05 18:23:22 -07:00
layout Bug 77992 part 1.0 - Add timeStamp to WidgetEvent; r=smaug 2014-06-06 14:29:49 +09:00
media Merge m-c to inbound on a CLOSED TREE 2014-06-04 18:48:20 -07:00
memory Bug 965870 - Check for __builtin_ffsl before ffsl. r=mshal 2014-06-06 08:17:02 +09:00
mfbt Backed out changeset 34f371b1024b (bug 1021290) for Windows build bustage on a CLOSED TREE 2014-06-05 17:35:47 -07:00
mobile Bug 997765 - Change bg color and image for blank spots in top sites (r=mfinkle) 2014-06-05 21:54:23 +01:00
modules Bug 77992 part 2 - Make event.timeStamp use TimeStamp value based on a pref; r=smaug 2014-06-06 14:29:49 +09:00
mozglue Bug 992357 - b. Add array support stubs; r=blassey 2014-05-16 18:25:29 -04:00
netwerk Merge b2g-inbound to m-c a=merge 2014-06-05 18:49:36 -07:00
nsprpub Bug 1021287 - Update NSPR to 4.10.6 RTM. r=kaie, a=me 2014-06-05 18:00:11 -04:00
other-licenses
parser Bug 1015664. Part 1: Remove NS_HIDDEN_() usage. r=bsmedberg 2014-06-03 00:08:21 +12:00
probes
profile
python Bug 996061 - part 0 - make tests use [scriptable] interfaces; r=ted 2014-05-19 12:35:21 -04:00
rdf Bug 741295 - Treat 'id' and 'class' as global attributes for all elements; r=bz 2014-05-30 09:36:53 +02:00
security Revert 8406a2b981c5 to fix build bustage. 2014-06-04 21:26:33 -07:00
services Bug 1015525: changes to translation prefs are now recorded by FHR. r=rnewman 2014-06-04 15:32:08 +02:00
startupcache Bug 869836 - Part 8: Use Append('c') instead of Append("c"). r=ehsan 2014-05-22 06:48:52 +03:00
storage Bug 1015664. Part 1: Remove NS_HIDDEN_() usage. r=bsmedberg 2014-06-03 00:08:21 +12:00
testing Merge b2g-inbound to m-c a=merge 2014-06-05 18:49:36 -07:00
toolkit Merge fx-team to m-c a=merge 2014-06-05 19:06:34 -07:00
tools Bug 1014071 - Add support for USS on Linux. r=BenWa,njn 2014-06-05 08:31:09 -07:00
uriloader Merge b2g-inbound to m-c a=merge 2014-06-05 18:49:36 -07:00
view Bug 1007203 - Always add categories when pushing to the pseudostack, r=djvj 2014-05-23 17:12:29 -04:00
webapprt Bug 1016931 - Provide better messages to users for range underflow/overflow of HTML number, date and time inputs. r=smaug 2014-06-02 14:53:56 +01:00
widget Bug 77992 part 1.1 - Convert Windows native event times to timestamps; r=masayuki 2014-06-06 14:29:49 +09:00
xpcom Bug 1014071 - Add support for USS on Linux. r=BenWa,njn 2014-06-05 08:31:09 -07:00
xpfe Bug 1015664. Part 1: Remove NS_HIDDEN_() usage. r=bsmedberg 2014-06-03 00:08:21 +12:00
xulrunner Bug 1018884 - Fix char16_t/wchar_t mismatch in xulrunner/. 2014-06-03 13:25:37 +02:00
.clang-format
.clang-format-ignore
.gdbinit
.gitignore Bug 1007486 - Ignore tag files generated by GNU Global. r=ted 2014-05-07 20:32:00 -04:00
.hgignore Bug 908503: Change to stagefright demuxer; r=cpearce 2014-05-22 14:42:39 +12:00
.hgtags
.lldbinit
.reviewboardrc
aclocal.m4
Android.mk
AUTHORS
client.mk Bug 1006956 - Disable sccache on non-try PGO builds. r=mshal 2014-05-15 07:14:37 +09:00
client.py
CLOBBER Bug 989276 - Touch CLOBBER to reopen the CLOSED TREE. 2014-06-05 16:30:02 -04:00
configure.in Merge inbound to m-c a=merge 2014-06-05 18:31:10 -07:00
LEGAL
LICENSE
mach Bug 957721 - Transform mach into a shell script that reexecutes itself with python. r=mshal 2014-05-21 11:27:30 +09:00
Makefile.in
moz.build
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/