Ben Turner
|
2e0265c8ef
|
Bug 784726 - 'Remove old IPC::URI'. r=cjones+khuey.
--HG--
rename : ipc/glue/IPCSerializableParams.ipdlh => ipc/glue/InputStreamParams.ipdlh
extra : transplant_source : %A6%BC%8B%8D%3A_%7Df%2B%FE%AA%94%81%AB%CAW%15K%A7%03
|
2012-08-23 12:33:46 -07:00 |
|
Ehsan Akhgari
|
8c296bbcd4
|
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 |
|
Landry Breuil
|
2e35509071
|
Bug 776174: Followup, remove extra semicolons after macros. r=jduell
|
2012-08-07 13:40:00 -07:00 |
|
Jason Duell
|
8eb63ade2d
|
Bug 776174 - e10s: cleanup IPC nsILoader code. r=smaug, r=jdm
|
2012-08-06 21:47:48 -07:00 |
|
Mike Hommey
|
c1b35e7b2a
|
Bug 774032 bonus - Use @DEPTH@ and @relativesrcdir@ in Makefile.in. r=ted
|
2012-08-04 20:26:44 +02:00 |
|
Aryeh Gregor
|
2e7996f8d1
|
Bug 777292 - Convert incorrect conversions to nsresult and fix named constants; r=ehsan
|
2012-07-27 16:59:29 +03:00 |
|
Aryeh Gregor
|
57c0ad57fb
|
Bug 777292 part 2 - Change all nsnull to nullptr
|
2012-07-30 17:20:58 +03:00 |
|
Joshua Cranmer
|
e1cdfe2f05
|
Bug 773637 - Kill NS_SCRIPTABLE annotations, Part 1: Remove NS_*PARAM annotations. r=ehsan
--HG--
extra : rebase_source : a0b4bc50fece36d9a90fed61431635948bfa33b5
|
2012-07-06 15:14:07 -05:00 |
|
Jason Duell
|
c13b1fb788
|
Bug 776176 - e10s: propagate GetExtendedOrigin from child to parent process. r=jdm
|
2012-07-23 11:12:03 -07:00 |
|
Jason Duell
|
9230df40d8
|
Bug 775861 - e10s: propagate appId and isInBrowserElement from child to parent process r=jdm
|
2012-07-22 15:35:33 -07:00 |
|
Jason Duell
|
4cc41fe65d
|
Bug 775119 - e10s: implement nsILoadContext in ParentChannels, remove PrivateBrowsingConsumer r=jdm
|
2012-07-22 15:35:33 -07:00 |
|
David Zbarsky
|
cd3c58ee76
|
Bug 763350 - Clean up some includes in content/ and dom/ r=smaug
|
2012-07-01 16:45:59 -07:00 |
|
Josh Matthews
|
9906e7aafc
|
Bug 722845 - Part 4: Add PB information to wyciwyg channels. r=jduell
|
2012-05-24 16:31:54 +01:00 |
|
Gervase Markham
|
87620f5676
|
Bug 716478 - update licence to MPL 2.
|
2012-05-21 12:12:37 +01:00 |
|
Ms2ger
|
630bc4c173
|
Bug 605180 - Fix build warnings in netwerk/. r=jduell
|
2012-04-07 14:25:00 -07:00 |
|
Michal Novotny
|
2e1c0f11ff
|
Bug 722033 - Invalidate cache entry in nsHttpChannel::DoInvalidateCacheEntry() asynchronously
|
2012-03-22 23:54:20 +01:00 |
|
Michal Novotny
|
59959982fc
|
Bug 722033 - Use asyncOpenCacheEntry() in nsHttpChannel when flag LOAD_BYPASS_LOCAL_CACHE_IF_BUSY is set
|
2012-03-22 23:53:10 +01:00 |
|
Henri Sivonen
|
3dfb9fb844
|
Bug 737417 part 1 - Split charset source constants out of nsIParser.h. r=smaug.
|
2012-03-22 16:42:42 +02:00 |
|
Michal Novotny
|
01d74edf5f
|
Bug 649778 - document.write may cause a document to be written to disk cache even when the page has Cache-Control: no-store
|
2012-01-30 18:03:52 +01:00 |
|
Mujtaba Arshad
|
7825ff7865
|
Bug 694804 - Make attempting to serialize an unserializable object in WyciwycChannelParent a real error. r=michal.novotny
|
2011-10-25 11:35:03 -04:00 |
|
Ehsan Akhgari
|
2a602a5685
|
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 |
|
Michael Wu
|
d8e503c38b
|
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 |
|
Sreenidhi Nair
|
ad12321c23
|
Bug 639830: WyciwygChannelChild not thorough about checking for cancellation. r=jduell
|
2011-09-09 15:50:03 -07:00 |
|
Nick Hurley
|
7400a85df3
|
bug 589292 - add contentDisposition{Filename} props to nsIChannel. r=honzab sr=bzbarsky
|
2011-09-09 15:41:04 -07:00 |
|
Jason Duell
|
d062346c8e
|
Bug 660774 - e10s necko: refactor channelEventQueue to allow async resume/flush. r=jdm
|
2011-06-11 18:37:09 -07:00 |
|
Matheus Kerschbaum
|
93480c6366
|
Bug 639754 - Remove MOZ_IPC checks since IPC is always built now; r=bsmedberg
|
2011-04-02 19:14:00 -07:00 |
|
Michal Novotny
|
6ded8b2b9f
|
Bug 620194 - "ASSERTION: nsLoadGroup not thread-safe" under nsWyciwygCloseEvent::~nsWyciwygCloseEvent, r=bz, a=b
|
2010-12-23 01:56:26 +02:00 |
|
Ehsan Akhgari
|
8c6b82b73f
|
Bug 599127 - Build bustage; a=me
--HG--
extra : rebase_source : fdf486565a6f0edcf4879500c5002f65303dd9e1
|
2010-11-23 10:07:00 -05:00 |
|
Michal Novotny
|
941be03f10
|
bug 599127 - Wyciwyg channel writes end up doing synchronous disk IO. r=jduell, a=betaN
|
2010-11-23 14:01:30 +02:00 |
|
Josh Matthews
|
14b2a8b06d
|
Bug 605327 - Add proper cancellation to e10s wyciwyg channels. r=dwitte a=blocking-fennec
|
2010-11-19 16:12:45 -05:00 |
|
Mark Banner
|
76e1d7ec5f
|
Fix non-IPC build bustage from bug 561085. a=bustage-fix
|
2010-10-19 17:32:37 +01:00 |
|
Josh Matthews
|
812c0770da
|
Bug 561085 - Bustage fix. a=bustage
|
2010-10-19 11:44:31 -04:00 |
|
Josh Matthews
|
f90219471a
|
Bug 561085 - Add IDPL queueing to wygiwyg protocol. r=dwitte a=blocking-fennec
|
2010-10-17 09:41:50 -04:00 |
|
Michal Novotny
|
ac7049477a
|
Bug 561085 - Make wyciwyg channel work in e10s. r=dwitte sr=biesi
--HG--
rename : content/html/document/public/nsIWyciwygChannel.idl => netwerk/protocol/wyciwyg/nsIWyciwygChannel.idl
rename : content/html/document/src/nsWyciwygChannel.cpp => netwerk/protocol/wyciwyg/nsWyciwygChannel.cpp
rename : content/html/document/src/nsWyciwygChannel.h => netwerk/protocol/wyciwyg/nsWyciwygChannel.h
rename : content/html/document/src/nsWyciwygProtocolHandler.cpp => netwerk/protocol/wyciwyg/nsWyciwygProtocolHandler.cpp
rename : content/html/document/src/nsWyciwygProtocolHandler.h => netwerk/protocol/wyciwyg/nsWyciwygProtocolHandler.h
|
2010-10-11 13:35:10 +02:00 |
|