Anthony Jones
|
a84827280d
|
Bug 789367 - Add content preference for GTK platform; r=nrc
|
2012-09-16 20:23:00 -07:00 |
Brandon Sterne
|
fc86463ca4
|
Bug 62178 - implement mixed content blocker, r=smaug
|
2012-09-16 20:49:43 -07:00 |
Phil Ringnalda
|
e68bd50029
|
Back out 9805ecdb8f66 (bug 789367) on suspicion of breaking the build
|
2012-09-16 17:59:25 -07:00 |
Anthony Jones
|
1e224ae09c
|
Bug 789367 - Add content preference for GTK platform. r=nrc
|
2012-09-16 20:20:16 -04:00 |
Phil Ringnalda
|
922a18d04e
|
Back out 562ba2baa5b3 and 5065dd13b53d (bug 62178) for Android mochitest-1 failure
|
2012-09-16 15:24:58 -07:00 |
Brandon Sterne
|
d2f0ab516e
|
Bug 62178 - implement mixed content blocker, r=smaug
|
2012-09-16 13:13:25 -07:00 |
Scott Johnson
|
678dc6693c
|
Bug 789962: Change comment in Preferences.h to refer to correct file, DONTBUILD because NPOTB. [r=bsmedberg]
|
2012-09-14 17:42:35 -05:00 |
Patrick McManus
|
4bf78c0aeb
|
bug 507578 - disable dns prefetch in presence of active proxy r=jduell
|
2012-09-14 16:27:46 -04:00 |
Jan Varga
|
3390efb664
|
Bug 791232 - Remove calls to clearOfflineApps() any remaining integration of localStorage with offline apps after Bug 776416. r=sicking
|
2012-09-14 22:23:44 +02:00 |
Ed Morley
|
483772a3a4
|
Backout 3182f9d08c2d (bug 347307), 2a30593cca79 (bug 507578), b87b27f5a417 (bug 769764) for m-oth permaorange in browser_463205.js
|
2012-09-13 22:42:29 +01:00 |
Patrick McManus
|
3e134b0204
|
bug 507578 - disable dns prefetch in presence of active proxy r=jduell
|
2012-09-13 15:22:56 -04:00 |
David Anderson
|
09854d2b71
|
Merge from mozilla-central.
|
2012-09-10 12:16:38 -07:00 |
David Anderson
|
f4bf6ff039
|
Merge from mozilla-central.
|
2012-09-06 18:28:59 -07:00 |
David Anderson
|
f6eca6c7f0
|
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
|
a77264d9fb
|
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
|
13ff1ee8f8
|
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é
|
110a11b3f7
|
Bug 768868 - App manifest should support application type [r=vingtetun]
|
2012-08-27 19:43:57 -07:00 |
Andrea Marchesini
|
46273c945f
|
Bug 783562 - blob: protocol wrong Content-Type header. r=sicking
|
2012-08-27 19:34:30 -04:00 |
David Anderson
|
3b9fed8952
|
Merge from mozilla-central.
|
2012-08-22 16:09:24 -07:00 |
David Anderson
|
a264d0ebc8
|
Merge from mozilla-central.
|
2012-08-21 15:59:12 -07:00 |
David Anderson
|
58e1815704
|
Merge from mozilla-central.
|
2012-08-15 14:22:26 -07:00 |
Ed Morley
|
d2370e45d2
|
Merge last PGO-green changeset of mozilla-inbound to mozilla-central
|
2012-08-15 16:17:53 +01:00 |
Kyle Huey
|
0cc1845191
|
Merge m-c to b-s.
|
2012-08-15 06:25:20 -07:00 |
David Anderson
|
5c045998a5
|
Merge from mozilla-central.
|
2012-08-13 13:40:42 -07:00 |
Kyle Huey
|
e8f5271758
|
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
|
ecf43e9ddf
|
Merge from mozilla-central.
|
2012-08-10 14:50:20 -07:00 |
Ryan VanderMeulen
|
c7b834b885
|
Merge inbound to m-c.
|
2012-08-11 22:33:42 -04:00 |
Masayuki Nakano
|
6218b5fd40
|
Bug 719320 part.8-9 Handle WheelEvent.deltaZ in ESM r=smaug
|
2012-08-12 10:42:36 +09:00 |
Masayuki Nakano
|
0920874b2c
|
Bug 719320 part.5 Redesign mouse wheel action prefs r=smaug
|
2012-08-12 10:42:35 +09:00 |
Masayuki Nakano
|
08a826f3e2
|
Bug 719320 part.4 Remove mousewheel.*.*numlines and add mousewheel.*.delta_multiplier_* r=smaug
|
2012-08-12 10:42:34 +09:00 |
Scott Johnson
|
85bca5a2ff
|
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
|
15daadba69
|
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
|
a02edfdd65
|
Merge from mozilla-central.
|
2012-08-09 13:41:13 -07:00 |
David Anderson
|
8d084d5b2e
|
Merge from mozilla-central.
|
2012-08-08 15:09:49 -07:00 |
Ehsan Akhgari
|
845651448b
|
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
|
e368dc9c85
|
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
|
6030890a7f
|
Bug 738833 - Add webgl force-readback pref - r=bjacob
|
2012-08-21 20:29:06 -07:00 |
Doug Turner
|
e763dd4dce
|
Bug 773528 - remove device.motion.enabled. we now use device.sensors.enabled. r=smaug
|
2012-08-08 11:48:30 -07:00 |
David Anderson
|
7ab97db10e
|
Merge from mozilla-central.
|
2012-08-07 15:13:28 -07:00 |
Robert O'Callahan
|
1b7000f104
|
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
|
f2b01e4cbb
|
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
|
f0e6ae1aeb
|
Merge from mozilla-central.
|
2012-08-03 18:58:30 -07:00 |
Masayuki Nakano
|
181defb77f
|
Bug 422132 Store unused fractional scroll amount for later wheel events r=smaug
|
2012-08-15 09:52:07 +09:00 |
Martin Stransky
|
c2651f9338
|
Bug 782612 - Move Xt plugins OOP. r=karlt
|
2012-08-14 19:56:48 -04:00 |
Edwin Flores
|
ca569f62dc
|
Bug 719286 - Basic OpenType SVG functionality r=roc
|
2012-09-06 16:57:54 +12:00 |
Ryan VanderMeulen
|
c03d084401
|
Merge m-c to inbound.
|
2012-09-05 23:03:09 -04:00 |
Makoto Kato
|
1356f06137
|
Bug 784912 - nsIStreamListener.onDataAvailable should handle 64-bit offset. r=honza
|
2012-09-06 11:41:02 +09:00 |
Fabrice Desré
|
e4d2ca3640
|
Bug 775327 - App ID generation and storage is unsafe [r=sicking]
|
2012-09-05 18:07:21 -07:00 |
David Anderson
|
b1e8dd2805
|
Merge from mozilla-central.
|
2012-08-02 13:47:20 -07:00 |
David Anderson
|
bd3a52c3e2
|
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 |