Birunthan Mohanathas
|
5f1fde8824
|
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
|
6b18c742cc
|
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
|
aa2222cae6
|
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
|
4b64c371e1
|
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
|
f06539de43
|
Backed out changeset fe2afc55a0d1 (bug 950368) for shutdown crashes on B2G
|
2014-03-05 17:10:38 +00:00 |
|
Jonathan Watt
|
3e5e0bad51
|
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
|
8ddf7de8a5
|
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
|
1b83407ce9
|
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
|
d43c55ca0e
|
bug 949821 - use MOZ_UTF16 more and NS_LITERAL_STRING less r=froydnj
|
2013-12-12 20:50:01 -05:00 |
|
Jonathan Watt
|
7da8970d0e
|
Bug 944442 - DeCOMify imgIContainer::GetFrame. r=seth
--HG--
extra : rebase_source : 612c1923f3ed8a01fc30f2d306b4682e585e53fe
|
2013-12-13 08:34:24 +00:00 |
|
Jacek Caban
|
919a5b3c9b
|
Bug 945245 - Fixed misc char16_t/wchar_t mismatches. r=ehsan
--HG--
extra : rebase_source : fcab74b295b513f4185cf9c12f31ebaddb7c8e0e
|
2013-12-03 16:09:50 +01:00 |
|
Masatoshi Kimura
|
8cb6d4b7ee
|
Bug 925599 - Replace other GetVersionEx() uses. r=jimm
|
2013-11-22 12:35:39 +09:00 |
|
Jim Mathies
|
56f51b56ab
|
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
|
2b4d7fe04f
|
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
|
2799a23c6a
|
Bug 784739 - Switch from NULL to nullptr in browser/components. r=ehsan
|
2013-08-21 12:13:50 -04:00 |
|
Ehsan Akhgari
|
43764bd494
|
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
|
0bf38851a2
|
Bug 784739 - Switch from NULL to nullptr in browser/; r=ehsan
|
2013-04-02 20:40:29 -04:00 |
|
Seth Fowler
|
4e91a14346
|
Bug 846132 - (Part 2) Update CopyFrame callers to use GetFrame. r=jdm
|
2013-03-05 15:39:48 -08:00 |
|
Trevor Saunders
|
9449c04cac
|
bug 829288 - fix warnings under browser/ r=gavin
|
2013-01-10 07:34:58 -05:00 |
|
Mike Hommey
|
3bc5738264
|
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
|
bc54f19d39
|
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
|
975f35a301
|
Bug 791019 - New parameter for checking all defaults for win32. r=jimm
|
2012-09-21 10:05:24 -04:00 |
|
Aryeh Gregor
|
291bfa222b
|
Bug 783523 - Fix platform-specific nsresult misuse; r=ehsan,tbsaunde,smaug
|
2012-08-16 14:58:11 +03:00 |
|
Ehsan Akhgari
|
e368dc9c85
|
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
|
0ab020b460
|
Bug 770911 - Remove all prefetch clearing code. r=taras.
|
2012-08-02 10:50:29 -04:00 |
|
Aryeh Gregor
|
d0ad5a7d0c
|
Bug 777292 part 2 - Change all nsnull to nullptr
|
2012-07-30 17:20:58 +03:00 |
|
Brian R. Bondy
|
67fa1f590b
|
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
|
2a27594f1c
|
Bug 773105 - r=rstrong
|
2012-07-11 21:48:20 -04:00 |
|
Brian R. Bondy
|
f08be271cc
|
Bug 770883 - Disable functionality for clearing prefetch. r=taras
|
2012-07-06 07:41:41 -04:00 |
|
David Zbarsky
|
d2ee12f6f9
|
Bug 763350 - Clean up some includes in content/ and dom/ r=smaug
|
2012-07-01 16:45:59 -07:00 |
|
Brian R. Bondy
|
bca02e0924
|
Bug 758463 - Windows XP does not clear prefetch on updates. r=jimm
|
2012-06-15 10:37:55 -04:00 |
|
Brian R. Bondy
|
fe0a9bb2a2
|
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
|
28a738e42a
|
Bug 760680 - Update shell integration default browser check for Windows 8. r=jimm
|
2012-06-08 09:19:01 -04:00 |
|
Geoff Lankow
|
5cefea8480
|
Bug 749930 - Replace uses of nsILocalFile with nsIFile (compiled code only); r=bsmedberg
|
2012-06-06 14:08:30 +12:00 |
|
Brian R. Bondy
|
6c507684e7
|
Bug 756846 - Increase timeout to 3 minutes for prefetch clearing. r=rstrong
|
2012-05-27 22:40:48 -04:00 |
|
Brian R. Bondy
|
4ae600a9d9
|
Bug 692255 - Get rid of prefetch files on Windows for faster startup. r=rstrong
|
2012-05-27 22:40:48 -04:00 |
|
Gervase Markham
|
82ff7027aa
|
Bug 716478 - update licence to MPL 2.
|
2012-05-21 12:12:37 +01:00 |
|
Wolfgang Rosenauer
|
b93bb1bc3e
|
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
|
e3956ede7f
|
Bug 739919 - browser/components/build fails to link on mingw r=jimm
|
2012-03-30 13:33:06 +02:00 |
|
Robert Strong
|
885df8ebbc
|
Bug 491947 - Disable DDE shell integration. r=jmathies
|
2012-03-26 12:45:29 -07:00 |
|
Mark Capella
|
3a0b126058
|
Bug 721496 - Remove MOZ_WINSDK_TARGETVER ifdefs for pre-Windows 7 SDKs. r=jimm
|
2012-02-23 01:33:19 +01:00 |
|
Ian Moody
|
b5be92d2d5
|
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
|
a16f3458ee
|
Bug 719538: make nsWindowsShellService use nsIWindowsRegKey, r=jmathies
|
2012-01-19 11:44:27 -08:00 |
|
Makoto Kato
|
a9cf72330b
|
Bug 693227 - Remove nsIWindowsShellService.unreadMailCount. r=jimm
|
2011-11-14 05:56:03 +01:00 |
|
Jim Mathies
|
3d8eda9d77
|
Bug 577867 - Update installer to use new city hash taskbar registration ids. r=rstrong
|
2011-11-03 09:39:51 -05:00 |
|
Ehsan Akhgari
|
92064e6d3f
|
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
|
7273915f46
|
Bug 693110 - crash fix for nsWindowsShellService::GetShouldCheckDefaultBrowser. r=jimm
|
2011-10-13 10:16:45 -07:00 |
|
Michael Wu
|
d2b70213ac
|
Bug 675553 - Switch from PRBool to bool on a CLOSED TREE , r=bsmedberg,khuey,bz,cjones
--HG--
rename : tools/trace-malloc/bloatblame.c => tools/trace-malloc/bloatblame.cpp
|
2011-09-28 23:19:26 -07:00 |
|
Michael Wu
|
a66b1751b7
|
Bug 676188 - Misc misuses of PRBool caught by the compiler, r=jimm,jst,bz,dougt,roc,mak
|
2011-08-30 11:55:14 -07:00 |
|
Ed Morley
|
0f133018de
|
Bug 651622 - Remove WinCE code from browser/* r=dolske
|
2011-04-22 01:14:59 +02:00 |
|