Commit Graph

240762 Commits

Author SHA1 Message Date
Kartikaya Gupta
8ec41da08a Bug 1039866 - Rip out a bunch of metro-only code. r=jimm,gavin,rstrong 2015-04-23 15:10:30 -04:00
Kartikaya Gupta
d441e9281a Bug 1039866 - Remove browser/metro. rs=gavin 2015-04-23 15:10:28 -04:00
Kartikaya Gupta
337229eff3 Bug 1039866 - Delete widget/windows/winrt. r=jimm 2015-04-23 15:10:27 -04:00
Bobby Holley
5e2b3189c2 Bug 1144481 - Use state mirroring for NextFrameStatus. r=jww 2015-04-23 11:55:14 -07:00
Bobby Holley
a6607adc67 Bug 1144481 - Implement state mirroring machinery. r=jww 2015-04-23 11:55:13 -07:00
Bobby Holley
3849ab2cb8 Bug 1144481 - Force state machine setting to go through a setter. r=jww
We need this so that we can hook up the state mirroring in the subsequent patch.
2015-04-23 11:55:13 -07:00
Bobby Holley
0f474e5cf5 Bug 1144481 - Invoke SeekCompleted synchronously. r=jww
The current behavior is a holdover from when this some of this tuff was happening
on the decode thread. It's problematic because nothing guarantees that we don't
call CheckIfSeekComplete twice, and queue up two SeekCompleted events.
2015-04-23 11:55:12 -07:00
Bobby Holley
0501a02eb0 Bug 1144481 - Switch nsIThread implementation of AbstractThread::IsCurrentThreadIn() to use PRThreads. r=jww 2015-04-23 11:55:12 -07:00
Doug Turner
67f4efd353 Bug 1153503 - Enable push notifications on Nightly / DevTools. r=nsm 2015-04-23 20:43:40 +02:00
Doug Turner
1250cb2f0d Bug 1157732 - Allow ws (insecure) connections to localhost. r=kcambridge 2015-04-23 20:43:40 +02:00
Doug Turner
a9c42570f8 Bug 1157108 - onpush EventHandler support. r=ehsan 2015-04-23 20:43:40 +02:00
Mike Conley
be38202c4d Bug 1096093 - Have Cocoa widget backend cache overlay scrollbar metrics. r=mstange. 2015-04-22 10:58:48 -04:00
Mike Conley
8ec919ba36 Bug 1096093 - Send ThemeRefresh message from parent down to content process. r=smaug. 2015-04-22 10:58:33 -04:00
Mike Conley
fde387230f Bug 1096093 - Add infrastructure for LookAndFeel metric caching, and allowing the parent process to send down cache to content process. r=jimm. 2015-04-22 10:58:15 -04:00
L. David Baron
86ae8c1515 Bug 1157455 followup - fix test_transitions_per_property.html to expect different angle interpolation results, on a CLOSED TREE. 2015-04-23 10:50:31 -07:00
Nikhil Marathe
2066a34115 Backed out changeset cb59db723d15 (Bug 1058695) for bustage on CLOSED TREE 2015-04-23 09:46:52 -07:00
Daniel Holbert
e45ae32742 Bug 1131327 followup: Add 'override' annotation to WorkerListener refcounting functions. rs=ehsan 2015-04-23 09:20:08 -07:00
L. David Baron
6ab2379bb1 Bug 1157455 patch 3 - When interpolating angles, preserve units when possible in order to avoid floating point error. r=birtles
This avoids accumulating floating point error from conversion, so that
when we switch to doubles at the start of
nsCSSValue::GetAngleValueInRadians we're using the original unit, rather
than a different one that will round differently.
2015-04-23 09:18:13 -07:00
L. David Baron
cb0282d25b Bug 1157455 patch 2 - Send angles (in CSS transform functions) to the compositor thread with their units rather than sending all such angles in radians. r=birtles
This avoids accumulating floating point error from conversion, so that
when we switch to doubles at the start of
nsCSSValue::GetAngleValueInRadians we're using the original unit, rather
than a different one that will round differently.
2015-04-23 09:18:12 -07:00
L. David Baron
edf4aec1f9 Bug 1157455 patch 1 - Add tests for OMTA transforms in degrees in addition to those in radians. r=birtles
In bug 1156456 I landed tests with the transform in radians to work
around float rounding issues with having the transform in degrees.  This
bug will fix the problems with degrees, so I'm duplicating the tests
here to have variants with both degrees and radians.
2015-04-23 09:18:12 -07:00
L. David Baron
56e18b2ac1 Bug 1144885 followup - Remove spec links from reference, which the CSS test suite validator treats as an error. 2015-04-23 09:18:12 -07:00
Nikhil Marathe
2044b5f4b0 Bug 1058695 - Add member to nsIGlobalObject to detect it is going away. Make promises use it. r=bholley 2015-04-22 16:34:21 -07:00
Nikhil Marathe
b87183f786 Backed out changeset 527cd70f241f (Bug 1058695) for bustage 2015-04-23 09:07:16 -07:00
Nikhil Marathe
ee9adaed00 Bug 1058695 - Add member to nsIGlobalObject to detect it is going away. Make promises use it. r=bholley 2015-04-22 16:34:21 -07:00
Nikhil Marathe
715428eb35 Bug 1131327 - Patch 10 - Remember to remove the feature. r=baku 2015-04-17 16:44:58 -07:00
Nikhil Marathe
db53f7a5e8 Bug 1131327 - Patch 9 - Fix windows compiler macro error. r=baku 2015-04-16 12:53:14 -07:00
Nikhil Marathe
0e0194f41c Bug 1131327 - Patch 8 - Return null on worker attribute access. r=baku 2015-04-14 16:12:59 -07:00
Nikhil Marathe
60d2f6e781 Bug 1131327 - Patch 7 - Fire updatefound on worker registration. r=baku 2015-04-08 15:22:36 -07:00
Nikhil Marathe
e502918a0e Bug 1131327 - Patch 6 - SWM holds ServiceWorkerRegistrationListener for updatefound and invalidation notifications. r=baku
Splits up the listener interface to which SWM can hold rawptrs so that registration objects living on the worker thread can use awkward proxies to listen to these events.
2015-04-08 13:13:32 -07:00
Nikhil Marathe
f5565162bb Bug 1131327 - Patch 5 - Implement ServiceWorkerRegistration.unregister() on worker. r=baku 2015-04-07 14:17:02 -07:00
Nikhil Marathe
a17b1f8132 Bug 1131327 - Patch 4 - Implement ServiceWorkerRegistration.update() on worker. r=baku
ServiceWorkerGlobalScope::Registration() now returns initialized registration.
2015-04-07 11:50:08 -07:00
Nikhil Marathe
565637850b Bug 1131327 - Patch 3 - move event listeners to main thread class. r=baku 2015-04-07 13:09:07 -07:00
Nikhil Marathe
dc1c6a0c24 Bug 1131327 - Patch 2 - Expose to workers. r=baku
This patch exposes ServiceWorkerRegistration (and ServiceWorker to satisfy constraints) to workers.

For now, a null registration is returned in the worker.
2015-04-03 22:46:07 -07:00
Nikhil Marathe
b79d343a14 Bug 1131327 - Patch 1 - Introduce ServiceWorkerRegistration{Base,MainThread,WorkerThread} r=baku 2015-04-03 15:18:55 -07:00
Nikhil Marathe
13399bc3c8 Bug 1131350 - Move update() to ServiceWorkerRegistration. r=baku 2015-03-19 18:09:10 -07:00
Carsten "Tomcat" Book
7fb0bc78c5 Backed out changeset 5f9c7cd773a5 (bug 1096093) for bustage on a CLOSED TREE 2015-04-23 17:18:52 +02:00
Carsten "Tomcat" Book
b7b7100fa7 Backed out changeset 8ed8157d26a2 (bug 1096093) 2015-04-23 17:18:22 +02:00
Carsten "Tomcat" Book
393b4f1ddd Backed out changeset 70c19dd86f63 (bug 1096093) 2015-04-23 17:18:14 +02:00
Steven Michaud
3d8adbe6d5 Bug 1151345 - Add debug logging to help decipher this bug. r=spohl 2015-04-23 09:55:20 -05:00
Mike Conley
ff114dc400 Bug 1096093 - Have Cocoa widget backend cache overlay scrollbar metrics. r=mstange. 2015-04-22 10:58:48 -04:00
Mike Conley
a34f07ea71 Bug 1096093 - Send ThemeRefresh message from parent down to content process. r=smaug. 2015-04-22 10:58:33 -04:00
Mike Conley
188eaa0301 Bug 1096093 - Add infrastructure for LookAndFeel metric caching, and allowing the parent process to send down cache to content process. r=jimm. 2015-04-22 10:58:15 -04:00
Benjamin Bouvier
8d1c0b939a Bug 1142668: Fix int32x4 to float32x4 conversion in asm.js; r=luke 2015-04-07 19:41:30 +02:00
Benjamin Bouvier
fa58e7e31e Bug 1142668: Fix int32x4 to float32x4 conversions in the JIT; r=sunfish 2015-04-23 12:12:41 +02:00
Benjamin Bouvier
6549fd4959 Bug 1135040: Optimize SIMD shifts in Ion; r=nbp 2015-04-07 20:01:24 +02:00
Benjamin Bouvier
2a8eb03e46 Bug 1112627: Remove redundant inline specifier in SIMD operators impl; r=Waldo 2015-02-17 12:01:30 +01:00
Benjamin Bouvier
69005c786d Bug 1112627: Throw on lossy SIMD conversions; r=Waldo 2015-04-21 15:27:27 +02:00
Benjamin Bouvier
21ecfad138 Bug 1112627: Implement shift count saturation; r=Waldo 2015-04-07 19:47:40 +02:00
Tooru Fujisawa
87be1f31f6 Bug 1153656 - Test class only if available in semicolon-less-return.js. r=efaust 2015-04-23 23:14:03 +09:00
Brad Lassey
2669bb1015 bug 1155976 - Loading plugins in a non-e10s window hangs the browser on Mac r=jimm 2015-04-22 21:29:21 -04:00