David Anderson
|
6c5722e35b
|
Merge from mozilla-central.
|
2012-09-06 18:28:59 -07:00 |
|
David Anderson
|
043ddae94a
|
Merge from mozilla-central.
--HG--
rename : js/jsd/jsd_scpt.c => js/jsd/jsd_scpt.cpp
rename : js/jsd/jsd_stak.c => js/jsd/jsd_stak.cpp
rename : js/jsd/jsd_val.c => js/jsd/jsd_val.cpp
|
2012-09-05 16:18:11 -07:00 |
|
David Anderson
|
25c3dd55c0
|
Merge from mozilla-central.
--HG--
rename : js/src/sharkctl.cpp => js/src/devtools/sharkctl.cpp
rename : js/src/sharkctl.h => js/src/devtools/sharkctl.h
rename : js/src/MemoryMetrics.cpp => js/src/jsmemorymetrics.cpp
|
2012-08-29 17:57:37 -07:00 |
|
David Anderson
|
6b403f94c2
|
Merge from mozilla-central.
--HG--
rename : content/base/public/nsIFrameMessageManager.idl => content/base/public/nsIMessageManager.idl
|
2012-08-29 17:51:24 -07:00 |
|
Chris Jones
|
3b5226ebd3
|
Bug 776850: Kill subprocesses that fail backstop permission checks. r=jlebar
|
2012-09-05 15:18:48 -07:00 |
|
Michael Wu
|
88b799b19a
|
Bug 785554 - Remove unnecessary touches in events sent to content process, r=cjones
|
2012-08-29 13:06:11 -03:00 |
|
Chris Jones
|
d31b38514b
|
Bug 781725: Refactor TabChild to allow pre-created instances, and then use a pre-created instance to pre-load and compile BrowserElementChild.js. r=smaug
--HG--
extra : rebase_source : f063c672d55da46541fdd1b6f6ff0cf510a6853f
|
2012-08-29 12:26:18 -03:00 |
|
David Anderson
|
188c88907e
|
Merge from mozilla-central.
|
2012-08-22 16:09:24 -07:00 |
|
David Anderson
|
1ef4c57410
|
Merge from mozilla-central.
|
2012-08-21 15:59:12 -07:00 |
|
Randell Jesup
|
eedf93a21d
|
Bug 773151: Convert nsCAutoString->nsAutoCString CLOSED TREE r=bsmedberg
|
2012-09-01 22:35:17 -04:00 |
|
David Anderson
|
565400115a
|
Merge from mozilla-central.
|
2012-08-16 14:04:20 -07:00 |
|
David Anderson
|
6fe112e8bf
|
Merge from mozilla-central.
|
2012-08-15 14:22:26 -07:00 |
|
David Anderson
|
a31e5baded
|
Merge from mozilla-central.
|
2012-08-14 12:20:09 -07:00 |
|
Ehsan Akhgari
|
805b10b6d6
|
Merge removal of nsnull
|
2012-08-14 11:29:00 -04:00 |
|
Ed Morley
|
9bb89363c7
|
Backout 327d9e9efbf7 (bug 773760) for bustage
|
2012-08-14 16:23:02 +01:00 |
|
Eric Wong
|
3d82e782b5
|
Bug 773760: Save privacy status of transferable during cross-process clipboard transfer. r=ehsan
|
2012-08-13 22:46:23 -07:00 |
|
David Anderson
|
7ef28ac5ac
|
Merge from mozilla-central.
|
2012-08-13 13:40:42 -07:00 |
|
Jim Mathies
|
08593b3415
|
Bug 781977 - Add optional pressure and source parameters to nsIDOMWindowUtils's sendMouse methods, r=roc+smaug.
|
2012-08-14 09:27:39 -05:00 |
|
Aryeh Gregor
|
6a9cec29c8
|
Bug 626472 part 3 - Remove nsnull for good; r=ehsan
|
2012-08-12 13:43:47 +03:00 |
|
David Anderson
|
efd9a9feee
|
Merge from mozilla-central.
|
2012-08-10 14:50:20 -07:00 |
|
Ryan VanderMeulen
|
870142e530
|
Merge inbound to m-c.
|
2012-08-11 22:33:42 -04:00 |
|
Masayuki Nakano
|
92d1e07e69
|
Bug 719320 part.8-1 Drop legacy mouse scroll events from IPC r=smaug
|
2012-08-12 10:42:35 +09:00 |
|
Masayuki Nakano
|
c748a0f833
|
Bug 719320 part.1 Add DOM3 WheelEvent r=smaug, sr=jst
|
2012-08-12 10:42:34 +09:00 |
|
Honza Bambas
|
541453729c
|
Bug 215450: Allow uploading of files greater than 2gb in size. Involves making input streams 64-bit capable. Significant work done by Makoto Kato, finished by Honza Bambas. r=hbambas,bsmedberg,jdrew,sicking
|
2012-08-10 22:44:11 -04:00 |
|
David Anderson
|
b620fb6c5c
|
Merge from mozilla-central.
|
2012-08-09 13:41:13 -07:00 |
|
David Anderson
|
c9ca5124db
|
Merge from mozilla-central.
|
2012-08-08 15:09:49 -07:00 |
|
Ehsan Akhgari
|
0fd9123eac
|
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 |
|
Paul Adenot
|
9670c86dc2
|
Bug 775319 - Determine the sample format at compile time for all media code. r=kinetik
|
2012-08-16 18:10:36 -07:00 |
|
David Anderson
|
3ffd33a2cb
|
Merge from mozilla-central.
|
2012-08-07 15:13:28 -07:00 |
|
Ms2ger
|
a45a0051cf
|
Bug 743573 - Fix a number of build warnings in dom/; r=mounir
|
2012-08-07 09:06:29 +02:00 |
|
David Anderson
|
9c45c01c55
|
Merge from mozilla-central.
--HG--
rename : layout/base/nsFrameTraversal.cpp => layout/base/nsFrameIterator.cpp
rename : layout/base/nsFrameTraversal.h => layout/base/nsFrameIterator.h
rename : browser/modules/WebappsInstaller.jsm => toolkit/webapps/WebappsInstaller.jsm
|
2012-08-06 12:44:06 -07:00 |
|
David Anderson
|
ac219f63e6
|
Merge from mozilla-central.
|
2012-08-03 18:58:30 -07:00 |
|
Ben Turner
|
51792b2d7b
|
Bug 778968 - 'Avoid stat-ing remote blobs on the main thread'. r=janv.
--HG--
extra : transplant_source : %90%87%047%07BA%97%E0%F1n%1DY%08D%7C%E39%20%0F
|
2012-08-02 23:25:30 -07:00 |
|
Ben Turner
|
7f1e8a99aa
|
Backed out changeset 46653198caac
|
2012-08-02 21:53:03 -07:00 |
|
Chris Double
|
2e4abce09a
|
Backed out changeset dcb9299974a0 due to audio issues on android and b2g
--HG--
extra : rebase_source : 7e2b937487c3df9a40406eadf250e6596b89664f
|
2012-08-10 17:30:01 +12:00 |
|
David Anderson
|
ef13f46623
|
Merge from mozilla-central.
|
2012-08-02 13:47:20 -07:00 |
|
Ben Turner
|
56da575b73
|
Bug 778968 - 'Avoid stat-ing remote blobs on the main thread'. r=janv.
|
2012-08-02 13:42:30 -07:00 |
|
Doug Turner
|
cfccb5022b
|
Bug 763976 - Add onchange notifications to DeviceStorage - IPC - r=khuey
|
2012-08-01 23:32:04 -07:00 |
|
Ben Turner
|
0010e82b08
|
Bug 759427 - 'Multiprocess blob support for MessageManager and IndexedDB'. r=smaug+janv+khuey (rs=sicking for nsBlobURI changes).
--HG--
extra : transplant_source : %95%B5y%11%C5%AB%D9%CF%FF%7C%5E%BB%E5%DA%F5j%83o%29%EB
|
2012-08-01 23:02:29 -07:00 |
|
David Anderson
|
bee6a61001
|
Merge.
--HG--
rename : content/base/src/nsGenericElement.h => content/base/public/FragmentOrElement.h
rename : content/base/src/nsGenericElement.cpp => content/base/src/FragmentOrElement.cpp
rename : gfx/thebes/nsCoreAnimationSupport.mm => gfx/2d/QuartzSupport.mm
|
2012-08-01 11:30:00 -07:00 |
|
Justin Lebar
|
cc5add628b
|
Bug 769254 - Part 1: Fix crashes in BrowserElementParent.cpp, TabChild.cpp on null URI to window-opening code. r=bz
Parts 2 and beyond will come at a later date.
|
2012-07-31 23:12:04 -04:00 |
|
David Anderson
|
644c651c3e
|
Merge from mozilla-central.
|
2012-07-30 13:15:39 -07:00 |
|
Aryeh Gregor
|
e806eeab4f
|
Bug 777292 part 2 - Change all nsnull to nullptr
|
2012-07-30 17:20:58 +03:00 |
|
David Anderson
|
83c5be4f84
|
Merge from mozilla-central.
|
2012-07-25 14:30:08 -07:00 |
|
David Anderson
|
5fc5a16b63
|
Merge from mozilla-central.
|
2012-07-24 16:32:08 -07:00 |
|
Matt Brubeck
|
769c2e9252
|
Back out fbdb3104c9e5, d2fe54ae00a8, d378362cbe01, fe623d60bea1 (bug 769254) on suspicion of causing Windows debug mochitest-plain-3 timeouts
|
2012-07-23 20:30:12 -07:00 |
|
Doug Turner
|
57d01693cf
|
Bug 783668 - Device Storage - use storage type to filter out change notifications - not the root. r=sicking
|
2012-08-30 15:17:37 -07:00 |
|
David Anderson
|
10352157a6
|
Merge from mozilla-central.
|
2012-07-23 12:37:49 -07:00 |
|
David Zbarsky
|
2d245645bb
|
Bug 776108 - Fix undefined behavior due to deleting forward declared pointer r=bent
|
2012-07-22 13:37:10 -07:00 |
|
Mounir Lamouri
|
f47d0639b2
|
Bug 770532 - Make new nsIPrincipal and nsIDocShell attributes work in content process. r=jlebar
|
2012-07-21 17:16:11 -07:00 |
|