Boris Zbarsky
|
2b5786b5f1
|
Bug 784809. Allow null for the repeat argument of canvas createPattern. r=peterv
|
2012-08-23 12:23:23 -07:00 |
|
Matt Brubeck
|
31933d7e8b
|
Back out b88ccf7bd3e3 for Linux test_canvas.html failures on a CLOSED TREE
|
2012-08-23 14:08:42 -07:00 |
|
Boris Zbarsky
|
9d2ad14dab
|
Bug 784809. Allow null for the repeat argument of canvas createPattern. r=peterv
|
2012-08-23 12:23:23 -07:00 |
|
Ehsan Akhgari
|
57ac5ddc72
|
Merge the landing of bug 579517 to mozilla-inbound
|
2012-08-22 12:12:15 -04:00 |
|
Doug Sherk
|
b018fea56e
|
Bug 780397: Convert FrameMetrics.mViewportScrollOffset from nsIntPoint to gfx::Point r=roc
|
2012-08-21 21:37:15 -07:00 |
|
Nick Desaulniers
|
2a8f741998
|
Bug 784245 - change uuid's for webapplicationregistry [r=fabrice]
|
2012-08-21 10:56:47 -07:00 |
|
Nick Desaulniers
|
30e8676a5a
|
Bug 781379: getNotInstalled should be under mgmt and return apps from all origins; r=felipe
|
2012-08-20 10:19:56 -07:00 |
|
Ryan VanderMeulen
|
f12fa88179
|
Merge m-c to inbound.
|
2012-08-20 20:21:35 -04:00 |
|
Olli Pettay
|
baa2eb76c7
|
Bug 783856 - Autogen PopupBlockedEvent, r=jst
|
2012-08-20 11:26:34 -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 |
|
Ed Morley
|
7a68f05d39
|
Backout 506268f7735e & ea163112807d (bug 746142) for Android build failures
|
2012-08-17 12:30:02 +01:00 |
|
Zoe Bellot
|
db5a881e7f
|
Bug 746142 - Part 1 - Add inputmode attribute to HTMLInputElement. r=mounir sr=smaug
|
2012-08-17 11:53:44 +02:00 |
|
Matthew Gregan
|
4a8b47119c
|
Bug 770945 - Back out unnecessary change. r=backout
|
2012-08-17 16:52:08 +12:00 |
|
Matthew Gregan
|
2c8e9d8fe6
|
Bug 770945 - Simple media events shouldn't be cancelable. r=roc
|
2012-08-14 15:26:43 +12:00 |
|
Gregor Wagner
|
544f83b467
|
Bug 782136 - add carrier field and ContactField interface to Contacts API. IDL. r=gal
|
2012-08-15 16:41:38 -07:00 |
|
Masayuki Nakano
|
dcc77e57b8
|
Bug 782190 Implement onwheel attribute and onwheel property on window, document and element r=smaug, sr=jst
|
2012-08-16 08:09:42 +09:00 |
|
Doug Turner
|
838cd1189e
|
Bug 782351 - add volume state to stat() API. r=sicking
|
2012-08-14 08:53:20 -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 |
|
Alexander Boldyrev
|
45a38ebb0b
|
Bug 738866 - Implement WEBGL_depth_texture extension - r=jgilbert
|
2012-08-13 18:17:55 -07:00 |
|
Neil Deakin
|
9b35869d1b
|
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
|
0a712a72f1
|
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
|
870142e530
|
Merge inbound to m-c.
|
2012-08-11 22:33:42 -04:00 |
|
Masayuki Nakano
|
cb1f8565ed
|
Bug 719320 part.9 Implement nsIDOMWindowUtils::sendWheelEvent() for tests r=smaug, sr=jst
|
2012-08-12 10:42:36 +09:00 |
|
Masayuki Nakano
|
c748a0f833
|
Bug 719320 part.1 Add DOM3 WheelEvent r=smaug, sr=jst
|
2012-08-12 10:42:34 +09:00 |
|
Ms2ger
|
118098725e
|
Backout changeset c77acb256aec for failing to work.
|
2012-08-11 18:12:54 +02:00 |
|
Doug Turner
|
e657b166a0
|
Bug 777088 - device Storage - file stat API. r=bent
|
2012-07-31 12:28:23 -07:00 |
|
Ed Morley
|
61bd42dc2d
|
Merge last PGO-green changeset of mozilla-inbound to mozilla-central
|
2012-08-09 12:46:05 +01:00 |
|
Ms2ger
|
f2dfacfb24
|
Bug 780146 - Part a: Move window._content into IDL; r=jst
|
2012-08-09 09:16:09 +02:00 |
|
William Chen
|
edb1043b3e
|
Bug 775377 - Modify nsIContentPermissionRequest to use nsIPrincipal instead of nsIURI. r=dougt+cjones
|
2012-07-30 10:58:26 -04:00 |
|
Chris Jones
|
8db92af81c
|
Bug 776649, part 1: Add mozIApplication in order to expose a hasPermission() method through it. r=fabrice
|
2012-08-08 19:58:06 -07:00 |
|
Chris Jones
|
7867ac451f
|
Back out bug 776649. r=bustage
|
2012-08-08 20:13:12 -07:00 |
|
Chris Jones
|
df30ce715d
|
Bug 776649, part 1: Add mozIApplication in order to expose a hasPermission() method through it. r=fabrice
|
2012-08-08 19:58:06 -07:00 |
|
Ian Melven
|
46a3add818
|
Bug 341604 - Implement HTML5 sandbox attribute for IFRAMEs r=smaug r=jst
|
2012-08-20 11:34:32 -07:00 |
|
Fabrice Desré
|
3cc4461330
|
Bug 779935 - nsIAppsService.idl need to get mozIDOMApplication from manifest id [r=mounir]
|
2012-08-08 09:41:47 -07:00 |
|
Phil Ringnalda
|
cf09173698
|
Backout 5439489dc320, 983f76488e59, 7a92558a8dec (Bug 714358) for debug build assertions and leaks
|
2012-08-07 22:18:27 -07:00 |
|
Steven Lee
|
f4d051c766
|
Bug 714358: Time manager interface. f=mounir, sr=mounir
|
2012-08-07 19:37:00 -04:00 |
|
Gregor Wagner
|
4722b962ec
|
Bug 736883 - Contacts API: Add pictures. r=bent
|
2012-08-07 15:02:37 -07:00 |
|
Ms2ger
|
5cd10c6422
|
Merge m-c to m-i.
|
2012-08-07 10:30:48 +02:00 |
|
Ms2ger
|
a45a0051cf
|
Bug 743573 - Fix a number of build warnings in dom/; r=mounir
|
2012-08-07 09:06:29 +02:00 |
|
Marco Castelluccio
|
c8ab37634e
|
Bug 760748: Add the category of the application to the desktop entry file; r=fabrice
|
2012-08-06 18:16:00 -07:00 |
|
Gavin Sharp
|
ba4f776c38
|
Bug 780702: fix nsIDOMWindowUtils comment by reordering some fullscreen methods, r=cpearce
|
2012-08-06 14:57:14 -07:00 |
|
Ms2ger
|
c7a5b33778
|
Bug 716822 - Move attributes and methods on nsIDOMNSEvent to nsIDOMEvent; r=smaug
|
2012-08-04 09:44:00 +02:00 |
|
Mike Hommey
|
6173fa297f
|
Bug 774032 bonus - Use @DEPTH@ and @relativesrcdir@ in Makefile.in. r=ted
|
2012-08-04 20:26:44 +02:00 |
|
Ed Morley
|
bba173e66e
|
Revert inbound to 3d5d1daa2505 to stop OS X M5 failures (backout not clean/could have been a bad merge) on a CLOSED TREE
|
2012-08-04 18:05:15 +01:00 |
|
Ms2ger
|
babf67cce2
|
Bug 716822 - Move attributes and methods on nsIDOMNSEvent to nsIDOMEvent; r=smaug
|
2012-08-04 09:44:00 +02:00 |
|
Doug Turner
|
c07fc94e51
|
Bug 779864 - onchange notifications of DeviceStorage should use code generator. r=smaug
|
2012-08-02 13:25:16 -07:00 |
|
Wes Johnston
|
2088574285
|
Bug 777706 - Backout new dom bindings for touchlists. r=smaug
|
2012-08-02 10:41:42 -07:00 |
|
Doug Turner
|
abda96b8c6
|
Bug 777084 - Stop returning arrays from DeviceStorage.getDeviceStorage(). r=sicking
|
2012-08-01 23:32:11 -07:00 |
|
Doug Turner
|
debb97d40c
|
Bug 777078 - Remove DeviceStorage .type. r=sicking
|
2012-08-01 23:32:08 -07:00 |
|
Doug Turner
|
95b32b3331
|
Bug 763976 - Add onchange notifications to DeviceStorage. r=khuey
|
2012-08-01 23:29:34 -07:00 |
|