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 |
|
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 |
|
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 |
|
Neil Deakin
|
1a89394d0d
|
Bug 391834, don't allow prompts in beforeunload, unload and pagehide events,r=smaug,patch mostly by gavin
|
2012-08-13 15:05:34 -04:00 |
|
Justin Lebar
|
446f9d033a
|
Bug 777135 - Part 3: Remove nsDOMWindowUtils::GetIsApp and friends. r=mounir
--HG--
extra : rebase_source : ac3db88b7eb03397c4ae514624e1f3021947c396
|
2012-08-13 12:58:38 -04:00 |
|
Ryan VanderMeulen
|
212cdce23a
|
Merge inbound to m-c.
|
2012-08-11 22:33:42 -04:00 |
|
Masayuki Nakano
|
29aa654039
|
Bug 719320 part.9 Implement nsIDOMWindowUtils::sendWheelEvent() for tests r=smaug, sr=jst
|
2012-08-12 10:42:36 +09:00 |
|
Ms2ger
|
8bdc098996
|
Backout changeset c77acb256aec for failing to work.
|
2012-08-11 18:12:54 +02:00 |
|
Ms2ger
|
198f4a2ae7
|
Bug 780146 - Part a: Move window._content into IDL; r=jst
|
2012-08-09 09:16:09 +02: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 |
|
Phil Ringnalda
|
2400fbd6d1
|
Backout 5439489dc320, 983f76488e59, 7a92558a8dec (Bug 714358) for debug build assertions and leaks
|
2012-08-07 22:18:27 -07:00 |
|
Steven Lee
|
62da7c6ede
|
Bug 714358: Time manager interface. f=mounir, sr=mounir
|
2012-08-07 19:37:00 -04:00 |
|
Gavin Sharp
|
7b147bf43b
|
Bug 780702: fix nsIDOMWindowUtils comment by reordering some fullscreen methods, r=cpearce
|
2012-08-06 14:57:14 -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 |
|
Chris Pearce
|
174ba270dc
|
Bug 684620 - Implement cross process fullscreen API for B2G apps and web content. r=jlebar
* * *
Bug 684620 - Fix in-process fullscreen in B2G. r=?
|
2012-07-31 14:09:31 +12:00 |
|
Ehsan Akhgari
|
f6b0fa0481
|
Bug 774556 - Remove nsIDOMWindowPerformance* XPCOM interfaces; r=bzbarsky
|
2012-07-16 22:44:22 -04:00 |
|
Masayuki Nakano
|
7ac1e9bb32
|
Bug 769190 part.1 Rename Scroll and Win to ScrollLock and OS for the argument of getModifierState() r=smaug, sr=jst
|
2012-07-06 09:42:05 +09:00 |
|
Mounir Lamouri
|
c84d60f166
|
Bug 769571 - Unprefix Vibrator API. r=jlebar sr=smaug
|
2012-07-05 12:04:45 +02:00 |
|
Fabrice Desré
|
9bc82b5cb5
|
Bug 755245 - Implement System Message Handler : Part 2, Add a getApp() method to nsGlobalWindow [r=mounir]
|
2012-07-02 17:16:55 -07:00 |
|
Bonnie Surender
|
6dcaba353f
|
Fixing bug 715041. Add support for Idle API. r=bent, jst
|
2012-06-29 01:32:21 -07:00 |
|
Masayuki Nakano
|
716e1fb23c
|
Bug 768736 Define constants for system native virtual keys for nsIDOMWindowUtils::SendNativeKeyEvent() r=roc
|
2012-06-27 11:26:38 +09:00 |
|
Jim Mathies
|
d0b684c0ba
|
Bug 764355 - Add a new edge swipe simple gesture and add a click count value to existing tap gestures for Win8. r=felipe
|
2012-06-14 12:40:12 -05:00 |
|
Olli Pettay
|
8a62837fdb
|
Bug 761621 - interfaces inheriting a builtinclass-interface should be builtinclass too, r=khuey
--HG--
extra : rebase_source : 5b3379e0c8263846177aa7854547b3809f4b0109
|
2012-06-06 19:30:58 +03:00 |
|
Jan Varga
|
f5f6531fb7
|
Bug 726593 - Implement FileHandle. r=bent
|
2012-06-03 18:33:52 +02:00 |
|
Fabrice Desré
|
e1c9758dde
|
Bug 723206 - Constructors implemented in JS from IDL should be allowed to have arguments [r=mrbkap]
|
2012-06-01 14:40:14 -07:00 |
|
Olli Pettay
|
21a0239f65
|
Bug 758401 - Add a way to get message manager from docshell, r=jst
|
2012-05-28 12:27:25 +03:00 |
|
Justin Lebar
|
f31dc2cbab
|
Bug 754997 - Followup to remove .orig file. r=me DONTBUILD
--HG--
extra : rebase_source : 49c9832bc0cbecf229bcd8deeb8d4b78297b039f
|
2012-05-24 13:14:32 -04:00 |
|
Kartikaya Gupta
|
132e18cafc
|
Bug 748384 - Propagate the page bounds in via browser.js. r=Cwiiis,mats
|
2012-05-23 10:49:59 -04:00 |
|
Justin Lebar
|
d6e5466d4e
|
Bug 754997 - For <iframe mozbrowser>, override window.{top,parent,frameElement} in C++. r=bz
--HG--
extra : rebase_source : 66d2ef018234eaa71e49d927eefdd3a8aa01bb41
|
2012-05-23 11:27:10 -04:00 |
|
Kartikaya Gupta
|
04a457fab1
|
Bug 748384 - Back out 330e9c52f9ac, 9ba1078559fe, 2ed39c12d792, f53f05ecacd5 for build bustage. r=bustage
|
2012-05-23 11:08:19 -04:00 |
|
Kartikaya Gupta
|
a17147cd57
|
Bug 748384 - Propagate the page bounds in via browser.js. r=Cwiiis,mats
|
2012-05-23 10:49:59 -04:00 |
|
Gervase Markham
|
87620f5676
|
Bug 716478 - update licence to MPL 2.
|
2012-05-21 12:12:37 +01:00 |
|
Doug Turner
|
8313ba6d13
|
Bug 751663 - Implement new device proximity like event that fires only when the screen is close to the user's face. r=smaug
|
2012-05-16 13:27:54 -07:00 |
|
Mounir Lamouri
|
c98b0f25fc
|
Bug 754141 (2/4) - Add a SetApp() method that takes the manifest URL value. r=jlebar
|
2012-05-16 12:40:09 +02:00 |
|
Mounir Lamouri
|
18041509b8
|
Bug 753978 - Be able to know if a window is part of an application. r=jlebar
|
2012-05-10 17:56:21 -07:00 |
|
Doug Turner
|
9eaa2d7486
|
Bug 738465 - implement device light sensor. r=smaug
|
2012-05-02 09:43:45 -07:00 |
|
Doug Turner
|
f158836867
|
Bug 738131 - implement device proximity. r=smaug
* * *
Bug 738131 - implement device proximity. gonk implementation. r=mwu
|
2012-05-02 09:43:45 -07:00 |
|
Masayuki Nakano
|
0a7ff20ae3
|
Bug 166240 part.8 Add tests for KeyboardEvent.location (synthesized events) r=smaug, sr=jst
|
2012-05-03 17:35:02 +09:00 |
|
Gijs Kruitbosch
|
bdf19a4af3
|
Bug 539095 - Expose high-res timers to web content (performance.now()). r=bz, sr=smaug
--HG--
extra : transplant_source : o%9F%061%D4%B5%7D%5C%FB%95%5D%16%27%DEKU%EC%21%3AR
|
2012-04-27 09:22:06 +02:00 |
|
Masayuki Nakano
|
cea6824fb9
|
Bug 630811 part.3 Improve nsDOMWindowUtils::send*Event() for new modifiers r=smaug
|
2012-04-25 12:00:02 +09:00 |
|
Timothy Nikkel
|
b9a7468478
|
Bug 732016 Allow override of the scroll port size used for clamping scroll positions. r=roc
|
2012-04-24 13:52:35 -05:00 |
|
Joe Drew
|
3019e4b61c
|
Backout 492d12fa8b65 (bug 732016) for regressions. a=regression
--HG--
extra : rebase_source : cda0401baa2c3e5f6192f76c1cd25eca8187a9a0
|
2012-04-23 11:13:33 -07:00 |
|
Timothy Nikkel
|
e472248f52
|
Bug 732016 Allow override of the scroll port size used for clamping scroll positions. r=roc
|
2012-04-19 20:54:54 -05:00 |
|
Mark Finkle
|
06836e9d32
|
Bug 737050 - Add support for the WEBAPP intent r=blassey r=bnicholson r=gavin
|
2012-04-13 22:45:25 -04:00 |
|
Brad Lassey
|
d0e11c8d01
|
backout b51259905d85 because it needs sr
|
2012-04-05 02:02:52 -04:00 |
|
Brad Lassey
|
4a02ab3916
|
bug 738528 - still photo support for getUserMedia r=dougt
|
2012-04-04 23:32:38 -04:00 |
|
Nathan Froyd
|
648b4d2f3d
|
Bug 732708 - remove nsIDOMStorageList; r=honzab
|
2012-03-28 12:33:41 -04:00 |
|
Kan-Ru Chen
|
bcddd7d2c9
|
Bug 710135 - Move screen.enabled/brightness to mozPower. r=jlebar,mounir sr=cjones,sicking
|
2012-04-03 01:51:00 -04:00 |
|
Mounir Lamouri
|
d8342fc658
|
Bug 740188 - Screen Orientation API locking (1/3): DOM/HAL boilerplate. r=smaug sr=sicking
|
2012-03-29 12:43:16 -07:00 |
|