Birunthan Mohanathas
|
67f217da62
|
Bug 869836 - Part 12: Use Assign('c') instead of AssignLiteral("c"). r=ehsan
|
2014-05-26 21:55:08 +03: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
|
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 |
|
Jonathan Watt
|
72989bc3d4
|
Bug 950372 - Convert imgIContainer::GetFrame to return a Moz2D SourceSurface instead of a Thebes gfxASurface. r=mattwoodrow
|
2014-04-15 19:02:23 +01:00 |
|
Jonathan Watt
|
4360c0f32a
|
Bug 980415 - Fix multiple points in the codebase where we fail to call DataSourceSurface::Unmap(). r=Bas
|
2014-03-07 13:21:38 +00:00 |
|
Jonathan Watt
|
70ef2a447f
|
Bug 950368 - Make nsWindowsShellService's WriteBitmap act on a Moz2D SourceSurface instead of a Thebes gfxASurface. r=mattwoodrow
|
2014-03-04 16:56:44 +00:00 |
|
Ed Morley
|
d4239bf262
|
Backed out changeset fe2afc55a0d1 (bug 950368) for shutdown crashes on B2G
|
2014-03-05 17:10:38 +00:00 |
|
Jonathan Watt
|
95685063bd
|
Bug 950368 - Make nsWindowsShellService's WriteBitmap act on a Moz2D SourceSurface instead of a Thebes gfxASurface. r=mattwoodrow
|
2014-03-04 16:56:44 +00:00 |
|
Masatoshi Kimura
|
5bbacee4ff
|
Bug 969918 - Use decltype to declare pointers for dynamic-loaded functions. r=jimm sr=roc
|
2014-02-18 07:32:52 +09: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 |
|
Trevor Saunders
|
b4ae5fdd96
|
bug 949821 - use MOZ_UTF16 more and NS_LITERAL_STRING less r=froydnj
|
2013-12-12 20:50:01 -05:00 |
|
Jonathan Watt
|
d2e2dae20e
|
Bug 944442 - DeCOMify imgIContainer::GetFrame. r=seth
|
2013-12-13 08:34:24 +00:00 |
|
Jacek Caban
|
bb5cc03789
|
Bug 945245 - Fixed misc char16_t/wchar_t mismatches. r=ehsan
|
2013-12-03 16:09:50 +01:00 |
|
Masatoshi Kimura
|
39ac3f6777
|
Bug 925599 - Replace other GetVersionEx() uses. r=jimm
|
2013-11-22 12:35:39 +09:00 |
|
Jim Mathies
|
0d0cd0e4d4
|
Bug 939557 - Build bustage fix in vs11 and up in browsercomps - don't link to unicharutil and replace glue string compare calls with suitable crt replacements. r=rstrong
|
2013-11-19 06:24:07 -06:00 |
|
Brian R. Bondy
|
21ef01648b
|
Bug 889687 - Nightly doesn't show default browser prompt when release is default. r=jimm
|
2013-09-13 11:30:20 -07:00 |
|
Birunthan Mohanathas
|
ef6a40f19b
|
Bug 784739 - Switch from NULL to nullptr in browser/components. r=ehsan
|
2013-08-21 12:13:50 -04:00 |
|
Ehsan Akhgari
|
755333d3f2
|
Backed out 2 changesets (bug 784739) because of Windows build failures
Backed out changeset 06ae36377cfa (bug 784739)
Backed out changeset e56f91d780df (bug 784739)
|
2013-04-02 23:04:49 -04:00 |
|
matekm
|
95eb6c3e62
|
Bug 784739 - Switch from NULL to nullptr in browser/; r=ehsan
|
2013-04-02 20:40:29 -04:00 |
|
Seth Fowler
|
278fbdd534
|
Bug 846132 - (Part 2) Update CopyFrame callers to use GetFrame. r=jdm
|
2013-03-05 15:39:48 -08:00 |
|
Trevor Saunders
|
f55c01f3cc
|
bug 829288 - fix warnings under browser/ r=gavin
|
2013-01-10 07:34:58 -05:00 |
|
Mike Hommey
|
4f35d40614
|
Bug 791694 - Use XRE_EXECUTABLE_FILE in browser shell instead of guesswork from NS_XPCOM_CURRENT_PROCESS_DIR and MOZ_APP_NAME. r=jimm
|
2012-12-14 08:32:54 +01:00 |
|
Brian R. Bondy
|
8e28c3166e
|
Bug 796038 - Default browser prompt shows even after setting defaults for Firefox from control panel. r=jimm
|
2012-10-05 10:17:30 -04:00 |
|
Brian R. Bondy
|
b8b73b2bf5
|
Bug 791019 - New parameter for checking all defaults for win32. r=jimm
|
2012-09-21 10:05:24 -04:00 |
|
Aryeh Gregor
|
387d2921ba
|
Bug 783523 - Fix platform-specific nsresult misuse; r=ehsan,tbsaunde,smaug
|
2012-08-16 14:58:11 +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 |
|
Brian R. Bondy
|
990ad9427f
|
Bug 770911 - Remove all prefetch clearing code. r=taras.
|
2012-08-02 10:50:29 -04:00 |
|
Aryeh Gregor
|
8b4a23fc4c
|
Bug 777292 part 2 - Change all nsnull to nullptr
|
2012-07-30 17:20:58 +03:00 |
|
Brian R. Bondy
|
d472756a9c
|
Bug 770899 - Prefetch clearing should be repurposed to delete 0 sized read only .pf files only. r=taras
|
2012-07-09 19:00:03 -04:00 |
|
Brian R. Bondy
|
7fc2166903
|
Bug 773105 - r=rstrong
|
2012-07-11 21:48:20 -04:00 |
|
Brian R. Bondy
|
250c796e2b
|
Bug 770883 - Disable functionality for clearing prefetch. r=taras
|
2012-07-06 07:41:41 -04:00 |
|
David Zbarsky
|
9050aef271
|
Bug 763350 - Clean up some includes in content/ and dom/ r=smaug
|
2012-07-01 16:45:59 -07:00 |
|
Brian R. Bondy
|
ca0c477771
|
Bug 758463 - Windows XP does not clear prefetch on updates. r=jimm
|
2012-06-15 10:37:55 -04:00 |
|
Brian R. Bondy
|
d5edddd2ef
|
Bug 764515 - When setting default browser in Windows 8, should also set non http defaults. r=jimm
|
2012-06-14 22:19:39 -04:00 |
|
Brian R. Bondy
|
6af9f6b835
|
Bug 760680 - Update shell integration default browser check for Windows 8. r=jimm
|
2012-06-08 09:19:01 -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 |
|
Brian R. Bondy
|
1fbe261fee
|
Bug 756846 - Increase timeout to 3 minutes for prefetch clearing. r=rstrong
|
2012-05-27 22:40:48 -04:00 |
|
Brian R. Bondy
|
a3bcca99ed
|
Bug 692255 - Get rid of prefetch files on Windows for faster startup. r=rstrong
|
2012-05-27 22:40:48 -04:00 |
|
Gervase Markham
|
cb6a072c2a
|
Bug 716478 - update licence to MPL 2.
|
2012-05-21 12:12:37 +01:00 |
|
Wolfgang Rosenauer
|
9e0cad1539
|
Bug 526717 - remove non-working "Set as desktop background" from the UI for unsupported desktops. r=gavin
|
2012-04-02 22:43:12 +02:00 |
|
Jacek Caban
|
b44df7d951
|
Bug 739919 - browser/components/build fails to link on mingw r=jimm
|
2012-03-30 13:33:06 +02:00 |
|
Robert Strong
|
f09afd945b
|
Bug 491947 - Disable DDE shell integration. r=jmathies
|
2012-03-26 12:45:29 -07:00 |
|
Mark Capella
|
590ec2e743
|
Bug 721496 - Remove MOZ_WINSDK_TARGETVER ifdefs for pre-Windows 7 SDKs. r=jimm
|
2012-02-23 01:33:19 +01:00 |
|
Ian Moody
|
ea770ea377
|
Bug 662324 - Add "Fill" and "Fit" position support for "Set As Desktop Background...". r=gavin
|
2012-02-01 11:37:55 +01:00 |
|
Gavin Sharp
|
88d85897c5
|
Bug 719538: make nsWindowsShellService use nsIWindowsRegKey, r=jmathies
|
2012-01-19 11:44:27 -08:00 |
|
Makoto Kato
|
22f57d63a2
|
Bug 693227 - Remove nsIWindowsShellService.unreadMailCount. r=jimm
|
2011-11-14 05:56:03 +01:00 |
|
Jim Mathies
|
6975059ebf
|
Bug 577867 - Update installer to use new city hash taskbar registration ids. r=rstrong
|
2011-11-03 09:39:51 -05:00 |
|
Ehsan Akhgari
|
478ad1a412
|
Bug 690892 - Replace PR_TRUE/PR_FALSE with true/false on mozilla-central; rs=dbaron
Landing on a CLOSED TREE
|
2011-10-17 10:59:28 -04:00 |
|
Brian R. Bondy
|
a2db1840ce
|
Bug 693110 - crash fix for nsWindowsShellService::GetShouldCheckDefaultBrowser. r=jimm
|
2011-10-13 10:16:45 -07:00 |
|
Michael Wu
|
0fe7772ece
|
Bug 675553 - Switch from PRBool to bool on a CLOSED TREE , r=bsmedberg,khuey,bz,cjones
|
2011-09-28 23:19:26 -07:00 |
|