Matt Brubeck
|
2752ed5097
|
Back out ae2e45d25a1a, 4f144a06d0cc, 2e80be1d7d18 (bug 716575) for Android Talos red
|
2012-09-17 11:11:30 -07:00 |
|
Matt Brubeck
|
40eb8ac227
|
Bug 716575 (1/4) - Add a scriptable interface to GetViewportInfo [r=dbaron]
--HG--
extra : rebase_source : be8a0dca63bb11418dfe9adf08c4717f8059146b
|
2012-08-22 13:17:20 -07:00 |
|
Steven Lee
|
1085335781
|
Bug 714358: Time manager interface. f=mounir, sr=mounir
|
2012-09-10 07:14:00 -04:00 |
|
Mounir Lamouri
|
e77bfd51e0
|
Bug 784549 - lockOrientation() should accept an Array of DOMString's in addition of a DOMString. r=jlebar,khuey
|
2012-09-11 11:55:08 +01:00 |
|
Nathan Froyd
|
9b227bf10d
|
Bug 786703 - fix dom/ build failures from introducing PARALLEL_DIRS; r=glandium
|
2012-09-11 07:47:42 -04:00 |
|
Gabor Krizsanits
|
0156aa35d9
|
Bug 737003 - Offer a way to apply user agent stylesheet on a given document; r=bz
|
2012-09-11 13:51:10 +02:00 |
|
Phil Ringnalda
|
2254d48838
|
Backout 38052fd23aec, 910406b62ebc, 7b15c079564c, d7c1d26f8bc9 (bug 716575) for probable reftest and certain talos bustage on Android
|
2012-09-10 20:57:31 -07:00 |
|
Matt Brubeck
|
48d9a346ee
|
Bug 716575 (1/4) - Add a scriptable interface to GetViewportInfo [r=dbaron]
|
2012-08-22 13:17:20 -07:00 |
|
Jim Mathies
|
0eb28a561b
|
Bug 783531 - Implement a 'select word at point' text selection routine in nsIDOMWindowUtils. r=roc
|
2012-09-10 16:02:23 -05:00 |
|
Matt Brubeck
|
d4309ee13a
|
Bug 564815 - Implement window.devicePixelRatio [r=jst, sr=sicking]
--HG--
extra : rebase_source : 392c6636fabe2a3ec519abd03ef1b1cf44ba464e
|
2012-08-22 13:17:26 -07:00 |
|
Masayuki Nakano
|
c25f7ece0f
|
Bug 786898 part.2 Add overflow delta value tests r=smaug, sr=smaug
|
2012-09-04 17:39:28 +09:00 |
|
Kyle Huey
|
0baaffe99f
|
Bug 687332: Part 2 - Move event handlers off of DOM objects and keep track of them solely in the event listener manager. r=smaug,bz
|
2012-08-30 20:45:16 -07:00 |
|
Philipp von Weitershausen
|
f47e2a9937
|
Bug 776825 - Separate message managers into senders and broadcasters. r=smaug
--HG--
rename : content/base/public/nsIFrameMessageManager.idl => content/base/public/nsIMessageManager.idl
|
2012-08-27 11:13:02 -03: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 |
|
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 |
|