Allison Naaktgeboren
|
e745af5a2e
|
Bug 1063156 - Enable e10s shims by default, even when browser.tabs.remote.autostart pref is false.r=billm
|
2014-10-30 12:14:37 -07:00 |
|
Phil Ringnalda
|
885e474160
|
Back out 8a1dfdaaeb3c (bug 1063156) for Android bustage
CLOSED TREE
|
2014-10-28 23:26:07 -07:00 |
|
Allison Naaktgeboren
|
cd89b3fcdd
|
Bug 1063156 - Enable e10s shims by default, even when browser.tabs.remote.autostart pref is false.r=billm
|
2014-10-28 22:08:07 -07:00 |
|
Stephen Pohl
|
4010e18bde
|
Bug 1077099: Set mGREBinDir in nsXREDirProvider::Initialize to avoid returning NULL in nsXREDirProvider::GetGREBinDir. r=bsmedberg
|
2014-10-10 15:06:50 -04:00 |
|
Stephen Pohl
|
f2fac9592d
|
Bug 1077099: Add GreBinD to easily differentiate between Contents/Resources (GreD) and Contents/MacOS (GreBinD) on OSX. r=bsmedberg
|
2014-10-03 16:48:49 -04:00 |
|
Steven Michaud
|
0d82b5f691
|
Mac v2 signing - Bug 1047738 - Make distribution code look for the distribution directory under Contents/Resources due to v2 signing requirements. r=bsmedberg
|
2014-09-29 11:51:51 -07:00 |
|
Stephen Pohl
|
15f74cef8a
|
Mac v2 signing - Bug 1046924 - Move updates directory out of the .app bundle. r=rstrong
|
2014-09-29 11:51:08 -07:00 |
|
Felipe Gomes
|
f5dab1ee25
|
Bug 1063848 - Disable e10s in safe mode. r=bsmedberg,ally.
|
2014-09-10 15:53:55 -03:00 |
|
Bill McCloskey
|
41bf97bced
|
Bug 1029926 - Add a field to install.rdf for add-ons that are compatible with electrolysis (r=irving)
|
2014-07-14 22:10:06 -07:00 |
|
Birunthan Mohanathas
|
9ca3e6a37d
|
Bug 869836 - Part 11: Use Append('c') instead of AppendLiteral("c"). r=ehsan
|
2014-05-26 21:54:58 +03:00 |
|
Birunthan Mohanathas
|
7c5f901fae
|
Bug 869836 - Part 4: Use EqualsLiteral instead of Equals(NS_LITERAL_STRING(...)). r=ehsan
|
2014-05-22 06:48:51 +03:00 |
|
Birunthan Mohanathas
|
eeb9aaaa94
|
Bug 900908 - Part 3: Change uses of numbered macros in nsIClassInfoImpl.h/nsISupportsImpl.h to the variadic variants. r=froydnj
|
2014-04-27 03:06:00 -04:00 |
|
James Kitchener
|
83e88d8480
|
Bug 1000079 - Don't let Windows overwrite length 0 strings. r=bsmedberg
|
2014-04-24 01:03:00 +02:00 |
|
Ehsan Akhgari
|
7ce1aa5eb8
|
Bug 798158 - Part 1: Use a pointer-sized type to store refcounts internally; r=bsmedberg
|
2014-03-27 16:38:33 -04:00 |
|
Matt Brubeck
|
c848ca02bb
|
Bug 976849 - Disable extension directory loading in Metro [r=rstrong,Mossop]
|
2014-03-03 13:41:24 -08:00 |
|
Ehsan Akhgari
|
860f2c1f29
|
Bug 969757 - Remove the dead code in our tree which pretends to support OS/2; r=roc,mcmanus,gps,jorendorf,bsmedberg sr=bsmedberg
|
2014-02-10 17:57:01 -05:00 |
|
Robert Strong
|
c3d45e7d69
|
Part 5 - Bug 951662 - when determining the update root dir look in SOFTWARE\Mozilla registry when APP_VENDOR is not defined. r=bbondy
|
2014-01-12 13:45:41 -08:00 |
|
Robert Strong
|
e3b4faf322
|
Part 2 - Bug 951662 - remove test code that is no longer needed and change background to staging for consistency. r=bbondy
|
2014-01-12 13:44:57 -08:00 |
|
Ehsan Akhgari
|
68bfe70f09
|
Bug 927728 - Part 1: Replace PRUnichar with char16_t; r=roc
This patch was automatically generated by the following script:
#!/bin/bash
# Command to convert PRUnichar to char16_t
function convert() {
echo "Converting $1 to $2..."
find . ! -wholename "*nsprpub*" \
! -wholename "*security/nss*" \
! -wholename "*modules/libmar*" \
! -wholename "*/.hg*" \
! -wholename "obj-ff-dbg*" \
! -name prtypes.h \
! -name Char16.h \
-type f \
\( -iname "*.cpp" \
-o -iname "*.h" \
-o -iname "*.c" \
-o -iname "*.cc" \
-o -iname "*.idl" \
-o -iname "*.ipdl" \
-o -iname "*.ipdlh" \
-o -iname "*.mm" \) | \
xargs -n 1 sed -i -e "s/\b$1\b/$2/g"
}
convert PRUnichar char16_t
|
2014-01-04 10:02:17 -05:00 |
|
Jacek Caban
|
1ff8afb08c
|
Bug 944913 - Fixed char16_t/wchar_t mismatch in tollkit/. r=ehsan
|
2013-12-03 16:07:22 +01:00 |
|
Brian R. Bondy
|
4d885567f4
|
Bug 924894 - Split prefs files up for Metro and Desktop when running in the same profile. r=jimm
|
2013-11-05 13:20:39 -05:00 |
|
Birunthan Mohanathas
|
b902f0393c
|
Bug 784739 - Switch from NULL to nullptr in toolkit/; r=ehsan
|
2013-10-10 16:36:42 -04:00 |
|
Roberta De Viti
|
e0eb104b6b
|
Bug 865188 - Remove Storage support for profile special database. r=mak
|
2013-07-11 10:00:48 +02:00 |
|
Brian R. Bondy
|
652eb37938
|
Bug 572162 - Use TaskbarIDs hash as update dir root. r=rstrong
|
2013-05-15 10:58:09 -07:00 |
|
Mike Hommey
|
9e331add55
|
Bug 842334 - Move distribution/ back to the installation directory. r=bsmedberg,r=gavin
|
2013-05-11 20:14:58 +02:00 |
|
Nathan Froyd
|
b256e82faa
|
Bug 844331 - part 5 - add profile-before-change2 notification; r=bsmedberg
|
2013-03-01 15:11:21 -05:00 |
|
Benjamin Smedberg
|
ad31757a4d
|
Bug 844533 - Add a pref which controls whether we load plugins from the root appdir, default to off, r=glandium
|
2013-03-05 09:45:28 -05:00 |
|
Tim Taubert
|
9d62548b57
|
Bug 842262 - Keep ProfD == ProfLD on Android; r=glandium
|
2013-02-28 22:31:35 +01:00 |
|
Martin Stransky
|
d99156206e
|
Bug 239254 - Remove some PRBools that snuck in. r=jduell
|
2013-02-14 09:11:07 -05:00 |
|
Brian R. Bondy
|
c0613aed78
|
Bug 840195 - Update fails if FF is installed in a non-default install path. r=rstrong
|
2013-02-13 09:23:22 -05:00 |
|
Martin Stransky
|
b404991264
|
Bug 239254 - [Linux] Support disk cache on a local path, r=michal.novotny
|
2013-02-11 15:47:21 +01:00 |
|
Mike Hommey
|
e96f6b5fb9
|
Bug 793767 - Use the executable file location to derive the update root. r=rstrong
|
2013-02-08 15:58:52 +01:00 |
|
Ryan VanderMeulen
|
42e438984d
|
Backed out changeset 31268d71c33c (bug 833143) due to bug 837843.
|
2013-02-04 19:25:09 -05:00 |
|
Olli Pettay
|
25bf1179b1
|
Bug 833143 - Don't GC in nsXREDirProvider::DoShutdown, r=bsmedberg,billm
|
2013-01-24 18:39:57 +02:00 |
|
Ryan VanderMeulen
|
bbc168c255
|
Backed out changeset 689690a17de3 (bug 833143) since the attempt at merging the backout from m-c was lost.
|
2013-01-24 16:35:31 -05:00 |
|
Olli Pettay
|
589f42387e
|
Bug 833143 - Don't GC in nsXREDirProvider::DoShutdown, r=bsmedberg,billm
|
2013-01-24 18:39:57 +02:00 |
|
Benjamin Smedberg
|
6ac1b4e7ed
|
Bug 807757 main part - remove nsIProfileChangeStatus, nsIProfile and remnants of code to support them, r=glandium
|
2012-12-13 12:20:56 -05:00 |
|
Ed Morley
|
8668fa71f9
|
Backout 4ebd50016f35 & 9033700cc24f (bug 807757) for failing to build on a CLOSED TREE
|
2012-12-13 18:46:38 +00:00 |
|
Benjamin Smedberg
|
6422a5f233
|
Bug 807757 main part - remove nsIProfileChangeStatus, nsIProfile and remnants of code to support them, r=glandium
|
2012-12-13 12:20:56 -05:00 |
|
Landry Breuil
|
4c52859d77
|
Bug 803955 followup - add missing defined(__FreeBSD__), forgotten in cf6c50786ee5. was r=bsmedberg
|
2012-11-15 20:07:09 +01:00 |
|
Landry Breuil
|
f77a351d66
|
Bug 803955: {Free,Open}BSD use alternative dirs for systemwide extensions/plugins. r=bsmedberg
|
2012-11-14 20:02:07 +01:00 |
|
Steven Michaud
|
f2127c3b92
|
Bug 801883 - New profile directories are hidden in Finder. r=josh
|
2012-10-26 12:21:12 -05:00 |
|
Randell Jesup
|
3b4961b603
|
Bug 773151: Convert nsCAutoString->nsAutoCString CLOSED TREE r=bsmedberg
|
2012-09-01 22:35:17 -04:00 |
|
Marshall Culpepper
|
6c7db8dc75
|
Bug 764683: Manage /system mount permissions when applying Gecko updates in B2G, and download them to /data/local. r=rstrong r=bbondy r=cjones
|
2012-08-27 12:27:14 -03:00 |
|
Ehsan Akhgari
|
243c878d26
|
Bug 579517 - Part 1: Automated conversion of NSPR numeric types to stdint types in Gecko; r=bsmedberg
This patch was generated by a script. Here's the source of the script for
future reference:
function convert() {
echo "Converting $1 to $2..."
find . ! -wholename "*nsprpub*" \
! -wholename "*security/nss*" \
! -wholename "*/.hg*" \
! -wholename "obj-ff-dbg*" \
! -name nsXPCOMCID.h \
! -name prtypes.h \
-type f \
\( -iname "*.cpp" \
-o -iname "*.h" \
-o -iname "*.c" \
-o -iname "*.cc" \
-o -iname "*.idl" \
-o -iname "*.ipdl" \
-o -iname "*.ipdlh" \
-o -iname "*.mm" \) | \
xargs -n 1 sed -i -e "s/\b$1\b/$2/g"
}
convert PRInt8 int8_t
convert PRUint8 uint8_t
convert PRInt16 int16_t
convert PRUint16 uint16_t
convert PRInt32 int32_t
convert PRUint32 uint32_t
convert PRInt64 int64_t
convert PRUint64 uint64_t
convert PRIntn int
convert PRUintn unsigned
convert PRSize size_t
convert PROffset32 int32_t
convert PROffset64 int64_t
convert PRPtrdiff ptrdiff_t
convert PRFloat64 double
|
2012-08-22 11:56:38 -04:00 |
|
Ehsan Akhgari
|
7917f7709f
|
Merge the nullptr conversion from mozilla-central into mozilla-inbound
|
2012-07-30 10:28:15 -04:00 |
|
Aryeh Gregor
|
8b4a23fc4c
|
Bug 777292 part 2 - Change all nsnull to nullptr
|
2012-07-30 17:20:58 +03:00 |
|
Aryeh Gregor
|
3910f004e2
|
Bug 777292 - Don't use |= on nsresult; r=ehsan
|
2012-07-27 17:03:08 +03:00 |
|
Ehsan Akhgari
|
1ddb17b1d9
|
Bug 758992 - Make the classes which use the XPCOM nsISupports implementation macros final, to avoid the warning about deleting using a pointer to a base class with virtual functions and no virtual dtor (xre parts); r=jrmuizel
|
2012-06-19 23:49:05 -04:00 |
|
Geoff Lankow
|
7a64448b03
|
Bug 749930 - Replace uses of nsILocalFile with nsIFile (compiled code only); r=bsmedberg
|
2012-06-06 14:08:30 +12:00 |
|