David Anderson
|
24145fc9a1
|
Merge from mozilla-central.
|
2012-09-10 12:16:38 -07:00 |
|
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
|
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 |
|
Phil Ringnalda
|
5423f5636c
|
Back out a08d28e8a86b (bug 768868), 9b96029a9cf0 and 010b5cb3576d (bug 781620) for test failures and leaks
|
2012-08-27 21:34:53 -07:00 |
|
Fabrice Desré
|
f24d334b22
|
Bug 768868 - App manifest should support application type [r=vingtetun]
|
2012-08-27 19:43:57 -07:00 |
|
Andrea Marchesini
|
2e3a4473c5
|
Bug 783562 - blob: protocol wrong Content-Type header. r=sicking
|
2012-08-27 19:34:30 -04: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 |
|
David Anderson
|
6fe112e8bf
|
Merge from mozilla-central.
|
2012-08-15 14:22:26 -07:00 |
|
Ed Morley
|
42369890c2
|
Merge last PGO-green changeset of mozilla-inbound to mozilla-central
|
2012-08-15 16:17:53 +01:00 |
|
Kyle Huey
|
fa127e8648
|
Merge m-c to b-s.
|
2012-08-15 06:25:20 -07:00 |
|
David Anderson
|
7ef28ac5ac
|
Merge from mozilla-central.
|
2012-08-13 13:40:42 -07:00 |
|
Kyle Huey
|
adc77cb365
|
Bug 685516: Instead of decoding small images synchronously and large images asynchronously, always decode synchronously for some time, and post the remainder to the event loop if necessary. r=joe
|
2012-08-13 11:12:15 -07: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
|
53c900db7e
|
Bug 719320 part.8-9 Handle WheelEvent.deltaZ in ESM r=smaug
|
2012-08-12 10:42:36 +09:00 |
|
Masayuki Nakano
|
1818fe2fb2
|
Bug 719320 part.5 Redesign mouse wheel action prefs r=smaug
|
2012-08-12 10:42:35 +09:00 |
|
Masayuki Nakano
|
d26b327f14
|
Bug 719320 part.4 Remove mousewheel.*.*numlines and add mousewheel.*.delta_multiplier_* r=smaug
|
2012-08-12 10:42:34 +09:00 |
|
Scott Johnson
|
a126fbce3c
|
Bug 777089: Add preference to control the function used to map specified font sizes to inflated font sizes. [r=dbaron]
|
2012-08-11 13:33:36 -05: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
|
5b76a146bc
|
Bug 579517 - Part 5: Add missing StandardInteger.h #includes where needed; r=bsmedberg
Landing on a CLOSED TREE
|
2012-08-08 17:08:17 -04: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 |
|
Jeff Gilbert
|
5626f58942
|
Bug 738833 - Add webgl force-readback pref - r=bjacob
|
2012-08-21 20:29:06 -07:00 |
|
Doug Turner
|
f31a39fc0f
|
Bug 773528 - remove device.motion.enabled. we now use device.sensors.enabled. r=smaug
|
2012-08-08 11:48:30 -07:00 |
|
David Anderson
|
3ffd33a2cb
|
Merge from mozilla-central.
|
2012-08-07 15:13:28 -07:00 |
|
Robert O'Callahan
|
c87a66cef9
|
Bug 780847. Built-in support for mouse/touch events targeting nodes within a certain radius via heuristics. r=mats,smaug
--HG--
extra : rebase_source : 13a350bb6c993e5a23e54657cbe9f22c287036ad
|
2012-08-20 12:02:42 +12: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 |
|
Masayuki Nakano
|
a2e9895dca
|
Bug 422132 Store unused fractional scroll amount for later wheel events r=smaug
|
2012-08-15 09:52:07 +09:00 |
|
Martin Stransky
|
dd064d015b
|
Bug 782612 - Move Xt plugins OOP. r=karlt
|
2012-08-14 19:56:48 -04:00 |
|
Edwin Flores
|
fe9a9803ab
|
Bug 719286 - Basic OpenType SVG functionality r=roc
|
2012-09-06 16:57:54 +12:00 |
|
Ryan VanderMeulen
|
564bdb74b5
|
Merge m-c to inbound.
|
2012-09-05 23:03:09 -04:00 |
|
Makoto Kato
|
c28c020a8f
|
Bug 784912 - nsIStreamListener.onDataAvailable should handle 64-bit offset. r=honza
|
2012-09-06 11:41:02 +09:00 |
|
Fabrice Desré
|
f076c96d44
|
Bug 775327 - App ID generation and storage is unsafe [r=sicking]
|
2012-09-05 18:07:21 -07:00 |
|
David Anderson
|
ef13f46623
|
Merge from mozilla-central.
|
2012-08-02 13:47:20 -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 |
|
Cameron McCormack
|
d7f2d311ed
|
Bug 649740 - Implement @supports. r=dbaron,bz
|
2012-08-02 10:32:12 +10:00 |
|
Jonathan Watt
|
e8df109e51
|
Bug 776054 - Flip the prefs to enable the use of display lists for SVG painting and hit-testing. r=roc.
|
2012-08-02 00:29:36 +01:00 |
|
David Anderson
|
9929d37fcc
|
Merge from mozilla-central.
|
2012-07-31 17:19:41 -07:00 |
|
David Zbarsky
|
f386a1e940
|
Bug 755084 Part 2: Perform CSS animations of transform and opacity on the compositor r=roc, dbaron
|
2012-07-31 10:28:21 -07:00 |
|
David Anderson
|
644c651c3e
|
Merge from mozilla-central.
|
2012-07-30 13:15:39 -07:00 |
|
Mark Finkle
|
70a01196ec
|
Backout 169ff207ed19, a34baed70c1b, f9ccdd490bd7, 39550ed860e6, 2194a2dd66b2, 908eb2e26843, a76e0a267f26 due to mobile viewport bustage (bug 778580)
|
2012-07-30 14:36:12 -04:00 |
|
Aryeh Gregor
|
e806eeab4f
|
Bug 777292 part 2 - Change all nsnull to nullptr
|
2012-07-30 17:20:58 +03:00 |
|
Aryeh Gregor
|
6e5854f625
|
Bug 777292 - modules/libpref/, toolkit/: Remove conversions to nsresult that will always result in NS_SUCCEEDED; r=bsmedberg
|
2012-07-27 16:54:09 +03:00 |
|
David Anderson
|
5fc5a16b63
|
Merge from mozilla-central.
|
2012-07-24 16:32:08 -07:00 |
|
Matt Brubeck
|
2e41f92cb5
|
Back out f4f5189b1d0c, 3b4f0606c547, b8a5a1ab8a5f, 5078933d6954, 7e0260c45de9 (bug 768440, bug 755084, bug 706179) because of reftest failures
|
2012-07-23 20:25:51 -07:00 |
|
David Anderson
|
10352157a6
|
Merge from mozilla-central.
|
2012-07-23 12:37:49 -07:00 |
|