Justin Lebar
|
44c2b316f2
|
Bug 784436 - Part 2: Use new infallible nsIDocShell methods. r=bz
|
2012-08-22 18:27:04 -07:00 |
|
Chris Jones
|
af428e822e
|
Bug 783184: Ensure that child-process pref state always is the same as its parent's. r=bsmedberg
|
2012-08-22 13:00:21 -07:00 |
|
Ehsan Akhgari
|
1d1c7fe3dc
|
Bug 579517 - Part 8: Automatically convert some more NSPR numeric type usages that were landed on mozilla-inbound; r=bsmedberg
|
2012-08-22 12:32:21 -04:00 |
|
Ehsan Akhgari
|
a8a14f9163
|
Merge the landing of bug 579517 to mozilla-inbound
|
2012-08-22 12:12:15 -04:00 |
|
Doug Sherk
|
b289e024ad
|
Bug 780397: Convert FrameMetrics.mViewportScrollOffset from nsIntPoint to gfx::Point r=roc
|
2012-08-21 21:37:15 -07:00 |
|
Doug Sherk
|
97c97243cb
|
Bug 775447: Rip out old checks for DOM touch listeners r=cjones
|
2012-08-21 21:37:09 -07:00 |
|
Doug Sherk
|
e59e1890d0
|
Bug 775447: Let touch-event listeners cancel async pan/zoom r=cjones
|
2012-08-21 21:37:06 -07:00 |
|
Paul Adenot
|
f0ee1ac2d2
|
Bug 775319 - Determine the sample format at compile time for all media code. r=kinetik
|
2012-08-16 18:10:36 -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 |
|
Doug Turner
|
2041347ec5
|
Bug 782352 - Broadcast local io to onchange listeners. r=sicking
|
2012-08-17 19:43:00 -07:00 |
|
Ed Morley
|
7435db4163
|
Backout 506268f7735e & ea163112807d (bug 746142) for Android build failures
|
2012-08-17 12:30:02 +01:00 |
|
Zoe Bellot
|
d60647c1bf
|
Bug 746142 - Part 2 - Use inputmode attribute to vary the virtual keyboard on Android. f=mounir r=cpeterson
|
2012-08-17 12:02:18 +02:00 |
|
Matt Woodrow
|
b74402d23a
|
Bug 778036 - Only notify the parent of the first TabChild paint. r=cjones
|
2012-08-07 15:00:41 +12:00 |
|
Doug Turner
|
cdf61eca21
|
Bug 783086 - DeviceStorage - in OOP apps, the enumerate() method ignores the since argument. r=dhylands
--HG--
extra : rebase_source : d74df06f0641f662f0b258ed832e1698894d7e4e
|
2012-08-16 16:14:37 -07:00 |
|
Chris Jones
|
005e04d8c2
|
Bug 776835: Check process capabilities in hal. r=blassey,jlebar
|
2012-08-16 12:34:53 -07:00 |
|
Chris Jones
|
7e4f1be4b2
|
Bug 776664: Check "sms" capability for PSms. r=mounir
|
2012-08-16 12:34:53 -07:00 |
|
Ben Turner
|
81d9415df5
|
Bug 781256 - 'Share FileDescriptors across processes in preparation for OS-level sandbox'. r=khuey+cjones.
--HG--
rename : netwerk/base/public/nsIIPCSerializable.idl => netwerk/base/public/nsIIPCSerializableObsolete.idl
extra : transplant_source : %EB%18%9D%E6%B1%C6%26%A2%16%F3%85g%1A%25%B1%8E%A1%E72e
|
2012-08-16 00:02:32 -04:00 |
|
Chris Jones
|
204039910c
|
Bug 782006: Prefetch the "built-in" stylesheet cache in content processes. r=roc
|
2012-08-15 18:46:03 -07:00 |
|
Chris Jones
|
b5aa2f402e
|
Bug 781742: Try to keep a process pre-launched for app content, if the pref says to. r=jlebar
|
2012-08-15 18:46:03 -07:00 |
|
Eric Wong
|
060de4f359
|
Bug 773760: Save privacy status of transferable during cross-process clipboard transfer. r=ehsan
|
2012-08-14 20:37:44 -07:00 |
|
Ehsan Akhgari
|
b457a9ddf0
|
Merge removal of nsnull
|
2012-08-14 11:29:00 -04:00 |
|
Ed Morley
|
80d42a1dab
|
Backout 327d9e9efbf7 (bug 773760) for bustage
|
2012-08-14 16:23:02 +01:00 |
|
Eric Wong
|
18e8d218cf
|
Bug 773760: Save privacy status of transferable during cross-process clipboard transfer. r=ehsan
|
2012-08-13 22:46:23 -07:00 |
|
Jim Mathies
|
94824b0433
|
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
|
e2dd9c2028
|
Bug 626472 part 3 - Remove nsnull for good; r=ehsan
|
2012-08-12 13:43:47 +03:00 |
|
Ryan VanderMeulen
|
212cdce23a
|
Merge inbound to m-c.
|
2012-08-11 22:33:42 -04:00 |
|
Masayuki Nakano
|
3e7d8f043d
|
Bug 719320 part.8-1 Drop legacy mouse scroll events from IPC r=smaug
|
2012-08-12 10:42:35 +09:00 |
|
Masayuki Nakano
|
acbe3bbdd7
|
Bug 719320 part.1 Add DOM3 WheelEvent r=smaug, sr=jst
|
2012-08-12 10:42:34 +09:00 |
|
Honza Bambas
|
5fe7a22e2c
|
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 |
|
Chris Double
|
bb6001e68d
|
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 |
|
Benjamin Peterson
|
960a9782b6
|
No bug - hot fix for android build bustage r=me
|
2012-08-09 16:14:55 -07:00 |
|
Doug Turner
|
84dd794e39
|
Bug 777088 - device Storage - file stat API. r=bent
|
2012-07-31 12:28:23 -07:00 |
|
Doug Turner
|
b3518b52c3
|
Bug 773798 - Multi-process support for MediaStorage - Use PBlob. r=bent
|
2012-08-09 15:41:18 -07:00 |
|
Dave Hylands
|
b394c88f97
|
Bug 780693 - IPC VolumeManager on Gonk. r=bent
|
2012-08-03 16:48:58 -07:00 |
|
Chris Jones
|
12e956867e
|
Bug 776649, part 3: Add an API for checking whether apps loaded in PBrowserParent/PContentParent have a given permission. r=jlebar sr=bz
|
2012-08-08 19:58:06 -07:00 |
|
Chris Jones
|
063981263a
|
Bug 776649, part 2: Refactor content-process/browser creation to use mozIApplication for passing app info. r=jlebar
|
2012-08-08 19:58:06 -07:00 |
|
Doug Sherk
|
75b44181d1
|
Bug 775463: Implement double-tap-to-zoom content r=cjones
|
2012-08-08 21:39:02 -07:00 |
|
Chris Jones
|
237a0abf01
|
Back out bug 776649. r=bustage
|
2012-08-08 20:13:12 -07:00 |
|
Chris Jones
|
103988509f
|
Bug 776649, part 3: Add an API for checking whether apps loaded in PBrowserParent/PContentParent have a given permission. r=jlebar sr=bz
|
2012-08-08 19:58:06 -07:00 |
|
Chris Jones
|
8c8f551b1f
|
Bug 776649, part 2: Refactor content-process/browser creation to use mozIApplication for passing app info. r=jlebar
|
2012-08-08 19:58:06 -07:00 |
|
Doug Sherk
|
279c610fe0
|
Bug 775448: Disable async scrolling when we detect a scrollable subframe r=cjones
|
2012-08-08 13:38:06 -07:00 |
|
Doug Sherk
|
b0e4e056ea
|
Bug 775447: Properly count number of touch listeners in AsyncPanZoomController r=cjones
|
2012-08-08 13:37:57 -07:00 |
|
William Chen
|
16866a115c
|
Bug 775377 - Modify nsIContentPermissionRequest to use nsIPrincipal instead of nsIURI. r=dougt+cjones
|
2012-07-30 10:58:26 -04:00 |
|
Chris Jones
|
a5d0fed4be
|
Bug 671196: Kill content processes that cause processing errors in the chrome process. r=bsmedberg
|
2011-07-12 23:52:31 -07:00 |
|
Phil Ringnalda
|
97b3be524b
|
Backout 8b3b879bc63f (Bug 777463), 32cc8084d1b7 (Bug 775451), ce9014442e13:4d52cfac7c37 (Bug 779572), b33f2b2dbbc5:963aed158547 (Bug 775463), 36832ad5ea65 (Bug 780210), 10695750e4e9:a2afc5b5e538 (Bug 775448), c9f42eebd694 (Bug 775447) for Linux bustage
|
2012-08-07 20:40:48 -07:00 |
|
Doug Sherk
|
55e86acccc
|
Bug 777463: Fix bustage, no r=me
|
2012-08-07 19:18:53 -07:00 |
|
Doug Sherk
|
2723d5bbda
|
Bug 775463: Implement double-tap-to-zoom content r=cjones
|
2012-08-07 18:51:08 -07:00 |
|
Doug Sherk
|
10f1ad1f2a
|
Bug 775448: Disable async scrolling when we detect a scrollable subframe r=cjones
|
2012-08-07 18:51:02 -07:00 |
|
Doug Sherk
|
b46b71535a
|
Bug 775447: Properly count number of touch listeners in AsyncPanZoomController r=cjones
|
2012-08-07 18:51:00 -07:00 |
|
Paul Adenot
|
eb3129b6c8
|
Bug 775319 - Determine the sample format at compile time for all media code. r=kinetik
--HG--
extra : rebase_source : 4e8a2a4544895c9234ccd3992e1cafe82b8cf365
|
2012-08-07 16:01:02 -07:00 |
|