Commit Graph

189173 Commits

Author SHA1 Message Date
Yury Delendik
2c0baa9c4b Bug 1026256 - Add additional telemetry values for pdf.js. r=yury 2014-06-16 22:17:22 -05:00
Corentin Cos
27b5e982a8 Bug 1026704 - Prefer FMP4 over GStreamer. r=rillian
This change has to be made because FMP4 is meant to take over GStreamer for MP4 file format. This way, FMP4 will be instantiated by default over GStreamer if both tools work (on a certain Linux platform).
2014-06-17 00:32:18 +02:00
Martin Thomson
82d06dcba1 Bug 1021776 - Disable peerIdentity test on B2G. r=RyanVM 2014-06-17 17:28:00 -04:00
Jordan Santell
8564f474b1 Bug 1025950 - Add hooks into telemetry for the shader editor. r=vp, r=miker 2014-06-16 15:41:00 -04:00
J. Ryan Stinnett
188ce203c6 Bug 1021775 - Reply to bulk app install message. r=ochameau 2014-06-16 16:56:00 -04:00
Eddy Bruel
5869bdcb90 Bug 1016301 - Convert testactors.js to use native promises;r=past 2014-06-17 21:53:35 +02:00
Eddy Bruel
c549d1e528 Bug 1003095 - Clean up how we provide several APIs;r=past 2014-06-17 21:51:43 +02:00
Cameron Kaiser
9a53c5b122 Bug 1015824 - Fix 64-bit ints in StructuredClone on big endian systems. r=sfink 2014-06-12 20:28:52 -07:00
Jeremy Poulin
47bb0278a0 Bug 1024639 - Added telemetry tracking for used, total, and unused telemetry connections. r=hurley 2014-06-17 13:35:25 -07:00
Nils Ohlmeier [:drno]
33f8bee3d2 Bug 1025352 - fix race condition between waiting for event and setting a timeout for it. r=gmealer 2014-06-16 20:55:00 +02:00
Giovanni Sferro
01de2a2aed Bug 1020697 - Implement @autocomplete for <select>. r=smaug 2014-06-17 19:50:00 +02:00
Lars T Hansen
7340296839 Bug 1024567: use correct predicate to assert that objects are not inside GGC nursery rather than inside any nursery. r=shu 2014-06-16 10:14:38 +02:00
Masayuki Nakano
327ceb0493 Bug 976673 part.4 Allow nested mouse button event handling for modal dialog r=smaug+enndeakin 2014-06-18 15:13:01 +09:00
Masayuki Nakano
65d9bd13fa Bug 976673 part.3 Don't synthesize mouse events while another mouse event is being synthesized r=smaug 2014-06-18 15:13:00 +09:00
Masayuki Nakano
99eb437da6 Bug 976673 part.2 Allow to steal focus by JS at handling mouseup event r=enndeakin 2014-06-18 15:13:00 +09:00
Masayuki Nakano
f6c34f87b4 Bug 976673 part.1 Add tests r=enndeakin 2014-06-18 15:12:59 +09:00
Karl Tomlinson
68e7c0e5fe b=1026325 backout 169de60f0b1e from bug 821062 for shutdown hang
--HG--
extra : transplant_source : %92%9Cm8%AE%13%10U%06%FA%FA%15%08n%DF%5Do%18%87%E7
2014-06-18 17:24:05 +12:00
Karl Tomlinson
a00e79f243 b=1024901 revert TrackTicks range assertion to warning, unintentionally changed in b33b8af66151 r=roc
--HG--
extra : transplant_source : %D8%F8%C3%C2%C3%BF%29%F5%9C%3DiG%04%F9%86Gu%29%9A%8C
2014-06-18 17:23:57 +12:00
Chris Pearce
763787ecd7 Bug 979104 - MediaDecoderReader/StateMachine asynchronous decoding. r=kinetik 2014-06-18 17:07:02 +12:00
Botond Ballo
d28131c9fb Bug 1019996 - Apply overscroll effect to fixed and sticky layers. r=kats, r=Cwiiis 2014-06-12 20:27:32 -04:00
Botond Ballo
d1869da29c Bug 1019996 - Remove an unnecessary call to AlignFixedAndStickyLayers. r=Cwiiis 2014-06-12 16:40:35 -04:00
Ryan VanderMeulen
15ac26de12 Bug 1022262 - Part 2: Update Hunspell to version 1.3.3. r=ehsan 2014-06-17 15:54:39 -04:00
Ryan VanderMeulen
16506b3cd6 Bug 1022262 - Part 1: Rename in-tree Hunspell source files to match upstream. r=ehsan
--HG--
rename : extensions/spellcheck/hunspell/src/README.hunspell => extensions/spellcheck/hunspell/src/README.mozilla
rename : extensions/spellcheck/hunspell/src/affentry.cpp => extensions/spellcheck/hunspell/src/affentry.cxx
rename : extensions/spellcheck/hunspell/src/affixmgr.cpp => extensions/spellcheck/hunspell/src/affixmgr.cxx
rename : extensions/spellcheck/hunspell/src/csutil.cpp => extensions/spellcheck/hunspell/src/csutil.cxx
rename : extensions/spellcheck/hunspell/src/dictmgr.cpp => extensions/spellcheck/hunspell/src/dictmgr.cxx
rename : extensions/spellcheck/hunspell/src/filemgr.cpp => extensions/spellcheck/hunspell/src/filemgr.cxx
rename : extensions/spellcheck/hunspell/src/hashmgr.cpp => extensions/spellcheck/hunspell/src/hashmgr.cxx
rename : extensions/spellcheck/hunspell/src/hunspell.cpp => extensions/spellcheck/hunspell/src/hunspell.cxx
rename : extensions/spellcheck/hunspell/src/hunzip.cpp => extensions/spellcheck/hunspell/src/hunzip.cxx
rename : extensions/spellcheck/hunspell/src/phonet.cpp => extensions/spellcheck/hunspell/src/phonet.cxx
rename : extensions/spellcheck/hunspell/src/replist.cpp => extensions/spellcheck/hunspell/src/replist.cxx
rename : extensions/spellcheck/hunspell/src/suggestmgr.cpp => extensions/spellcheck/hunspell/src/suggestmgr.cxx
2014-06-17 15:54:38 -04:00
Ryan VanderMeulen
469ca0e66b Merge m-c to mozilla-inbound. a=merge 2014-06-17 15:43:06 -04:00
Lars T Hansen
fc2548cb44 Bug 1024756: Track the frame size properly for NewDenseArray and rest arguments. Test case. r=shu 2014-06-16 10:45:59 +02:00
Sushant Dinesh
95c315dd32 Bug 1026512. Add collectRangeInfoPreTrunc for MToInt32. r=h4writer. 2014-06-17 21:22:18 +02:00
Sushant Dinesh
cd95e120f3 Bug 1026365. Add analyzeEdgeCasesForward and collectRangeInfoPreTrunc for MMod. r=h4writer 2014-06-17 21:22:15 +02:00
Sushant Dinesh
80ab060848 Bug 1025050. Add collectRangeInfoPreTrunc for MMul. r=h4writer. 2014-06-17 21:22:12 +02:00
Sushant Dinesh
7c6fa3dc75 Bug 1023300. Add collectRangeInfoPreTrunc for MDiv. r=h4writer. 2014-06-17 21:22:08 +02:00
Boris Zbarsky
1bb4277e22 Bug 1019194 part 2. Get rid of the XPCOM contract way of creating an IndexedDatabaseManager. r=khuey 2014-06-17 15:01:47 -04:00
Boris Zbarsky
632d59fe2d Bug 1019194 part 1. Get rid of nsIIndexedDatabaseManager. r=paul,khuey,mossop 2014-06-17 15:01:47 -04:00
Andrea Marchesini
ce004d5c94 Bug 1026265 - DataStore API - name error in a property of DataStoreChangeNotifier, r=ehsan 2014-06-17 19:59:22 +01:00
Bill McCloskey
02a9bd058c Bug 1024761 - Don't try to send XUL element over message manager channel (r=felipe) 2014-06-17 11:21:12 -07:00
Bill McCloskey
323cf39708 Bug 1016738 - Simplify/fix "dead compartment" logic (r=luke,jonco) 2014-06-17 11:20:33 -07:00
Jeff Muizelaar
740e816034 Bug 1026461. #include intrin.h in pixman-x86.c for __cpuid.
This is required to build with clang-cl because it wraps the msvc
intrinsics in intrin.h

--HG--
extra : rebase_source : db1945bfceec5e9657f7bc93de0256b20bab70a1
2014-06-17 14:09:35 -04:00
Nikhil Marathe
ad956bc189 Bug 1025082 - ServiceWorker related WebIDL changes. r=ehsan,jst
--HG--
extra : amend_source : c8d89097ddfb423ba2eb39beb469c48b69944a89
2014-06-17 11:01:28 -07:00
Jonathan Watt
d8f30cbd1f Bug 1025553, part 1 - Change the names of the members of gfxMatrix to match the names of the members of Moz2D's Matrix. r=Bas 2014-06-17 18:35:51 +01:00
Jonathan Watt
b72e83de89 Bug 1025494 - Remove dead code in ThebesLayerD3D10 that creates a gfxD2DSurface. r=Bas 2014-06-17 18:35:51 +01:00
Jonathan Watt
a2c85753d8 Bug 1025490 - Stop using gfxImageSurface in the layers code. r=Bas 2014-06-17 18:35:51 +01:00
Jonathan Watt
ccdf9306e6 Bug 1025489 - Stop using gfxImageSurface in the GL code. r=Bas 2014-06-17 18:35:50 +01:00
Bobby Holley
0f0f0bad67 Bug 987163 - Implement Xrays for TypedArrays. r=gabor 2014-06-17 10:16:08 -07:00
Bobby Holley
8e47f02ae0 Bug 987163 - Test fixups. r=gabor 2014-06-17 10:16:08 -07:00
Bobby Holley
26f0951b3e Bug 987163 - Drop special COW support for TypedArrays. r=gabor
From now on, if someone wants to expose a TypedArray to content, they should
use Cu.cloneInto.
2014-06-17 10:16:08 -07:00
Bobby Holley
d1755da7ec Bug 987163 - Fix some squelched OOMs. r=gabor 2014-06-17 10:16:08 -07:00
Bobby Holley
19d3df9558 Bug 987163 - Convert from |switch| statements to |if| statements. r=gabor
I realized that the switches are going to be cumbersome for Array stuff, because
we'll have to enumerate each kind of TypedArray as a separate case: statement.
Let's just use |if| so that we can call a helper.
2014-06-17 10:16:08 -07:00
Bobby Holley
e7e9e9ee4d Bug 987163 - Mirror the TypedArray ClassSpec between instance and proto JSClasses. r=luke
The Xray code expects to be able to find the ClassSpec via the JSClass of either
instances or standard prototypes. So in the case where these two objects have
different JSClasses, we need to put the information on both.
2014-06-17 10:16:07 -07:00
Jan de Mooij
e4e7d87cbb Bug 1019585 part 3 - Fix JSSubString to work with Latin1 strings. r=terrence
--HG--
extra : rebase_source : bc29bee2826906df79664edae3924990a8eacdb6
2014-06-17 18:43:22 +02:00
Kartikaya Gupta
7044ff91e7 Bug 1025562 - Remove improper use of viewport in tiling calculations. r=Cwiiis 2014-06-17 12:44:12 -04:00
Kartikaya Gupta
54a13ce49d Bug 1025562 - Add logging to TiledContentClient. r=Cwiiis 2014-06-17 12:43:12 -04:00
Kyle Huey
bfc2b819ab Bug 1024898: Allow (most) nsBaseChannel subclasses to retarget OnDataAvailable to other threads. r=jduell,sworkman 2014-06-17 09:39:26 -07:00