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
Kyle Huey
813d4f144a
Bug 1024388: Allow JAR channels to retarget to a different thread. r=bz,jduell
2014-06-17 09:39:23 -07:00
Kyle Huey
823b7d1989
Bug 1024388: Attempt to retarget OnDataAvailable to the HTML parser thread for all channels, not just HTTP channels. r=bz
2014-06-17 09:39:19 -07:00
Kyle Huey
b29ba7e116
Bug 1023033: Remove unnecessary MOZ_COUNT_CTOR/DTOR from promise code. r=mccr8
2014-06-17 09:39:16 -07:00
David Keeler
c251954bfe
bug 1017826 - follow-up to fix indentation r=me a=whitespace-only DONTBUILD
2014-06-17 09:14:00 -07:00
Ehsan Akhgari
5b1fe43192
Fix the places where we forward declare mozilla::dom::Nullable as a class, no bug, r=I'm-sick-and-tired-of-MSVC-stupidity
2014-06-17 11:03:42 -04:00
Ehsan Akhgari
baf1bebd32
Fix the places where we forward declare already_AddRefed as a struct, no bug, r=I'm-sick-and-tired-of-MSVC-stupidity
2014-06-17 10:57:23 -04:00
Jan de Mooij
2f85a6ad6d
Bug 1025875 part 10 - Make array.join work with Latin1 strings. r=luke
...
--HG--
extra : rebase_source : e811a9ad5b5c8e46ad65554e55272fab95fef2cc
2014-06-17 16:54:13 +02:00
Jan de Mooij
25ebde1953
Bug 1025875 part 9 - Make eval work with Latin1 strings. r=njn
...
--HG--
extra : rebase_source : 83d0dc7e70db7cc559d62829d301c4fead9f3ba6
2014-06-17 16:42:57 +02:00
Jan de Mooij
a7d2694c5d
Bug 1025875 part 6 - Fix small bug in JSRope::flattenInternal. r=luke
...
--HG--
extra : rebase_source : 9973455caf6edf0e2d05e59127d0e3734e65485d
2014-06-17 16:42:36 +02:00
Nathan Froyd
7d732cdc91
Bug 995417 - part 2 - testing infrastructure changes to set MOZ_DISABLE_NONLOCAL_CONNECTIONS; r=jmaher
2014-06-17 10:49:57 -04:00
Nathan Froyd
d023eee4cc
Bug 995417 - part 1 - netwerk/ changes for crashing on non-local connections; r=mcmanus
2014-04-15 15:38:55 -04:00
Masayuki Nakano
f6bdd74d04
Bug 1025982 Fix the mapping of KeyboardEvent.code value of Digit0 to Digit9 keys on Windows r=jimm
2014-06-17 23:50:11 +09:00
JW Wang
c0e8ee9fea
Bug 1008079 - Add cubeb_resampler.cpp to build files. r=glandium
2014-06-16 19:46:00 -04:00
JW Wang
221afb22dc
Bug 1008079 - Use a resampler when the sample rate is not supported by the audio engine in cubeb_opensl.c. r=padenot
2014-06-16 19:45:00 -04:00
JW Wang
6536a96fff
Bug 1008079 - Extract the resampling code from cubeb_wasapi.cpp so it is reusable. r=padenot
2014-06-16 19:27:00 -04:00
Simon Montagu
01417f0400
Bug 789096 patch 7: Use logical coordinates in nsBlockReflowContext. r=jfkthame
2014-06-17 07:41:35 -07:00
Simon Montagu
9ad8539a61
Bug 789096: make method names in nsLineLayout correspond to the respective CSS properties. r=jfkthame
2014-06-17 07:41:33 -07:00
Martin Stransky
2d61c95138
Bug 1025874 - Fix widget->style access on gtk3. r=karlt
2014-06-16 05:41:00 -04:00
Alexandre Lissy
80b6debe50
Bug 1024090 - Ensure proper loading of Notification database. r=gwagner
2014-06-14 03:52:00 -04:00
Josiah Bruner
246fa4cdb5
Bug 1021309 - Add "mac-yosemite-theme" CSS system metric. r=mstange
2014-06-05 18:02:46 -04:00
Douglas Crosher
8612a8c83e
Bug 1020122 - IonMonkey: (ARM) Remove some unused arguments on internal assembler methods. r=mjrosenb
2014-06-04 18:05:32 +10:00
Boris Chiou
2a2eea8b5b
Bug 1003893 - Ensure that the delete of RasterImage occurs on the main thread. r=seth
...
Dispatch nsRefPtr<RasterImage> to the main thread by NS_ProxyRelease
to avoid RasterImage from being destructed by the DecodeJob thread.
(If gMultithreadedDecoding is true.)
Therefore, DiscardTracker can safely access RasterImage::Discard()
by the raw pointer in DiscardTracker::Node.
2014-06-16 22:05:00 -04:00
Armen Zambrano Gasparnian
9c5e561048
Bug 989583 - Set self.testRoot and self.testRootAbs in only one place (runtests.py). r=jmaher
2014-06-17 09:50:16 -04:00
Jan de Mooij
7c009a346a
Bug 1025875 part 8 - Make JS_EncodeStringToUTF8, print etc work with Latin1 strings. r=Waldo
2014-06-17 15:18:23 +02:00
Jan de Mooij
97e23847a2
Bug 1025875 part 7 - Make Sprinter::putString work with Latin1 strings. r=njn
2014-06-17 15:18:21 +02:00