Antonio M. Amaya
a045096e18
Bug 1021156 - Re-enable activity handlers for OMA downloads. r=vingtetun
2014-06-17 09:44:00 -04:00
Antonio M. Amaya
8453cce10c
Bug 1021156 - Ignore Content-Disposition attachment for OMA FL DRM files on B2G. r=bz
2014-06-18 02:47:00 -04:00
Yury Delendik
8323f999d0
Bug 1026256 - Add additional telemetry values for pdf.js. r=yury
2014-06-16 22:17:22 -05:00
Jordan Santell
f1749c4b06
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
29d1d1d492
Bug 1021775 - Reply to bulk app install message. r=ochameau
2014-06-16 16:56:00 -04:00
Eddy Bruel
1988c9ea43
Bug 1016301 - Convert testactors.js to use native promises;r=past
2014-06-17 21:53:35 +02:00
Eddy Bruel
f62de5d055
Bug 1003095 - Clean up how we provide several APIs;r=past
2014-06-17 21:51:43 +02:00
Cameron Kaiser
48747072fc
Bug 1015824 - Fix 64-bit ints in StructuredClone on big endian systems. r=sfink
2014-06-12 20:28:52 -07:00
Jeremy Poulin
7769347d37
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]
dc83fbf8be
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
3ef149fde8
Bug 1020697 - Implement @autocomplete for <select>. r=smaug
2014-06-17 19:50:00 +02:00
Lars T Hansen
2b00ecc700
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
3309431fcf
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
312e8b4d23
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
e9460ef2e0
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
fb1d80eaf8
Bug 976673 part.1 Add tests r=enndeakin
2014-06-18 15:12:59 +09:00
Karl Tomlinson
39b8fc92b3
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
b336d85e93
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
92ac291127
Bug 979104 - MediaDecoderReader/StateMachine asynchronous decoding. r=kinetik
2014-06-18 17:07:02 +12:00
Botond Ballo
6d1e6271e0
Bug 1019996 - Apply overscroll effect to fixed and sticky layers. r=kats, r=Cwiiis
2014-06-12 20:27:32 -04:00
Botond Ballo
3f3c080e26
Bug 1019996 - Remove an unnecessary call to AlignFixedAndStickyLayers. r=Cwiiis
2014-06-12 16:40:35 -04:00
Ryan VanderMeulen
775fb8be24
Bug 1022262 - Part 2: Update Hunspell to version 1.3.3. r=ehsan
2014-06-17 15:54:39 -04:00
Ryan VanderMeulen
262328ecf2
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
deaae864eb
Merge m-c to mozilla-inbound. a=merge
2014-06-17 15:43:06 -04:00
Lars T Hansen
1cb4f83155
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
4e17ef0462
Bug 1026512. Add collectRangeInfoPreTrunc for MToInt32. r=h4writer.
2014-06-17 21:22:18 +02:00
Sushant Dinesh
8baa4011f5
Bug 1026365. Add analyzeEdgeCasesForward and collectRangeInfoPreTrunc for MMod. r=h4writer
2014-06-17 21:22:15 +02:00
Sushant Dinesh
e9f4f528db
Bug 1025050. Add collectRangeInfoPreTrunc for MMul. r=h4writer.
2014-06-17 21:22:12 +02:00
Sushant Dinesh
e45b4c4286
Bug 1023300. Add collectRangeInfoPreTrunc for MDiv. r=h4writer.
2014-06-17 21:22:08 +02:00
Boris Zbarsky
8c10199577
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
fd7e32dab4
Bug 1019194 part 1. Get rid of nsIIndexedDatabaseManager. r=paul,khuey,mossop
2014-06-17 15:01:47 -04:00
Andrea Marchesini
beac5c8d62
Bug 1026265 - DataStore API - name error in a property of DataStoreChangeNotifier, r=ehsan
2014-06-17 19:59:22 +01:00
Bill McCloskey
680aedb411
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
f78d78d6ea
Bug 1016738 - Simplify/fix "dead compartment" logic (r=luke,jonco)
2014-06-17 11:20:33 -07:00
Jeff Muizelaar
cdf18ee886
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
22eb6b83af
Bug 1025082 - ServiceWorker related WebIDL changes. r=ehsan,jst
...
--HG--
extra : amend_source : c8d89097ddfb423ba2eb39beb469c48b69944a89
2014-06-17 11:01:28 -07:00
Jonathan Watt
0324bd5749
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
17c6b8a1da
Bug 1025494 - Remove dead code in ThebesLayerD3D10 that creates a gfxD2DSurface. r=Bas
2014-06-17 18:35:51 +01:00
Jonathan Watt
c403ea836d
Bug 1025490 - Stop using gfxImageSurface in the layers code. r=Bas
2014-06-17 18:35:51 +01:00
Jonathan Watt
131a0c83b6
Bug 1025489 - Stop using gfxImageSurface in the GL code. r=Bas
2014-06-17 18:35:50 +01:00
Bobby Holley
427a9042b4
Bug 987163 - Implement Xrays for TypedArrays. r=gabor
2014-06-17 10:16:08 -07:00
Bobby Holley
b37ba556eb
Bug 987163 - Test fixups. r=gabor
2014-06-17 10:16:08 -07:00
Bobby Holley
b5d9522f1e
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
a3cdc9da90
Bug 987163 - Fix some squelched OOMs. r=gabor
2014-06-17 10:16:08 -07:00
Bobby Holley
68595fd52e
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
eac400d252
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
3b5a0749d1
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
e5c59ed0a1
Bug 1025562 - Remove improper use of viewport in tiling calculations. r=Cwiiis
2014-06-17 12:44:12 -04:00
Kartikaya Gupta
3c9920cebf
Bug 1025562 - Add logging to TiledContentClient. r=Cwiiis
2014-06-17 12:43:12 -04:00
Kyle Huey
5b596dc0ff
Bug 1024898: Allow (most) nsBaseChannel subclasses to retarget OnDataAvailable to other threads. r=jduell,sworkman
2014-06-17 09:39:26 -07:00