Kartikaya Gupta
6c979374d5
Bug 1229052 - Log a warning when we detect a scroll-linked effect based on the scroll event. r=roc
2015-12-14 14:47:24 -05:00
Kartikaya Gupta
9a7aeabc26
Bug 1232484 - Remove 'using namespace gfx' and missing includes that were papered over by unified builds but can cause breakage. r=BenWa
2015-12-14 15:09:17 -05:00
Jeff Gilbert
bf730cc569
Bug 1228885 - Implement WebGLTexture::MemoryUsage. - r=kamidphish
2015-12-14 15:58:29 -08:00
Botond Ballo
906b014148
Bug 1170325 - Undo an unnecessary signature change to AsyncPanZoomAnimation::TakeDeferredTasks(). r=Waldo
...
Also change the implementation to use Move() instead of swap().
2015-12-14 18:38:25 -05:00
Xidorn Quan
737a87d9fc
Bug 1232157 - Fix reference mismatch errors in text-emphasis reftests caught by check-for-references. r=dbaron DONTBUILD
2015-12-15 10:45:42 +11:00
Botond Ballo
5d743cea98
Bug 1230552 - Minor follow-up to add an assertion. rs=kats
2015-12-14 18:10:14 -05:00
Mike Hommey
6874992719
Bug 1231315 - Build CONFIGURE_DEFINE_FILES at build time instead of during configure. r=gps
2015-12-15 08:06:11 +09:00
Mike Hommey
3c29698cac
Bug 1231314 - Turn mozilla-config.h and js-confdefs.h into CONFIGURE_DEFINE_FILES. r=gps
...
Both these files, are, after all, define files, like other CONFIGURE_DEFINE_FILES.
They only happen to have a special requirement for an expansion for all defines,
which doesn't need to happen through traditional preprocessing.
This change adds consistency in how configure-related headers are being handled.
2015-12-15 08:06:11 +09:00
Jeff Muizelaar
92eb609ff5
Bug 1232480. Use 'precision' instead of 'prevision'
...
A fun little typo.
2015-12-14 18:02:53 -05:00
Nicholas Nethercote
842d167ba4
Bug 1231864 (part 2) - Clean up gfxWindowsNativeDrawing::BeginNativeDrawing(). r=mattwoodrow.
...
This patch inlines the CurrentSurface() and GetDCWithClip() calls in
BeginNativeDrawing(). This allows them to share a single |cairo_t*| and gets
rid of the GetCairo() call in GetDCWithClip(), which was one of those confusing
ones that only made sense if its a Cairo backend.
The patch also inverts the sense of mDeviceOffset, and changes its type from
gfxPoint to Point.
2015-12-14 15:00:08 -08:00
Nicholas Nethercote
34b063cfa8
Bug 1231864 (part 1) - Remove useless GetCairo() call in gfxWindowsNativeDrawing::BeginNativeDrawing(). r=mattwoodrow.
...
GetCairo() never returns null so testing its result like this is pointless.
2015-12-14 14:59:33 -08:00
Botond Ballo
38561cb34b
Bug 1230552 - Fuzz a floating-point comparison to avoid an intermittent test failure. r=bustage
2015-12-14 17:46:55 -05:00
Shu-yu Guo
dc3d94f5e0
No bug - Bump XDR version after backout of bug 1231758. (r=me)
2015-12-14 14:48:17 -08:00
chaithanya
bcb9a05ea1
Bug 1197306 - remove PR_snprintf calls in ipc/; r=froydnj
2015-12-14 13:32:56 -05:00
Nils Ohlmeier [:drno]
666cc2a717
Bug 1231721: added documentation for webrtc dictionary in amin telemetry ping r=Dexter
2015-12-10 16:53:02 -05:00
Christoph Kerschbaumer
75f7de2fc3
Bug 1232422 - Convert 5 tests within netwerk/test to use AsyncOpen2 (r=mcmanus)
2015-12-14 12:36:12 -08:00
Botond Ballo
7b96a0f776
Bug 1230552 - Disallow immediate scroll handoff on Fennec. r=kats
2015-12-14 14:48:06 -05:00
Botond Ballo
764af55d33
Bug 1230552 - Extend the immediate scroll handoff pref to apply to flings. r=kats
2015-12-12 14:31:25 -05:00
Botond Ballo
22c95d8c4a
Bug 1230552 - Introduce a structure to group fling handoff state. r=kats
...
This patch also cleans up APZCTreeManager::DispatchFling() a bit.
2015-12-12 14:31:20 -05:00
Botond Ballo
f0c8cde4e0
Bug 1230552 - Make immediate scroll handoff for panning prefable. r=kats
...
Immediate handoff is the current behaviour. The alternative is to
only allow a single input block to scroll a single APZC.
2015-12-14 14:47:56 -05:00
Botond Ballo
fb864477b3
Bug 1230552 - Introduce a helper AsyncPanZoomController::CurrentInputBlock(). r=kats
2015-12-12 13:03:52 -05:00
Botond Ballo
264d5e07bd
Bug 1230552 - Const-correctness improvements. r=kats
2015-12-11 17:42:50 -05:00
Botond Ballo
1796dbd9db
Bug 1230552 - Update some out-of-date comments and remove an old #undef. r=kats
2015-12-11 17:49:45 -05:00
Shu-yu Guo
7bf8a24cc5
Backout bug 1071646, bug 1231758 for breaking the web. (r=woe)
2015-12-14 13:28:14 -08:00
Jim Mathies
6ca2403fd6
Bug 1232368 - If accessibility recently ran, don't prompt to try e10s. r=felipe
2015-12-14 15:32:54 -06:00
Jim Mathies
c51bb74678
Bug 1232408 - E10SAccessibilityCheck relies on incorrect AppConstants variable XP_WIN. r=felipe
2015-12-14 15:32:44 -06:00
Kartikaya Gupta
25b280fd3d
Back out 5 csets from bug 1229052 on a CLOSED TREE for failing to fix the nonunified build error even after many attempts. r=backout
2015-12-14 15:52:31 -05:00
Joel Maher
8c4f596318
Bug 1227308 - Add metadata for tresize in Talos logs. r=parkouss
2015-12-14 12:43:19 -08:00
Kartikaya Gupta
03f011e30d
Bug 1229052 - Update warning message for scroll-linked effects. r=me and DONTBUILD
2015-12-14 15:28:42 -05:00
Armen Zambrano Gasparnian
16e4a0f335
Bug 1230330 - Switch to desktop-test workerType. DONTBUILD. r=dustin
2015-12-04 08:55:53 -05:00
Kartikaya Gupta
2f22b09552
Bug 1229052 - Another follow-up to fix pre-existing non-unified build bustage that got exposed by new file addition. r=me
2015-12-14 15:09:17 -05:00
Kartikaya Gupta
fcb5da3dff
Bug 1229052 - Follow-up to fix static analysis build bustage. r=me
2015-12-14 15:02:56 -05:00
Dustin J. Mitchell
b35699815f
Bug 1221553: fix getting artifacts from blobber upload dir; r=armenzg
2015-12-14 13:13:53 -05:00
Randall Barker
414a928bc7
Bug 1138668 - Enable CSS Scroll Snapping by Default on Android r=snorp
2015-12-14 11:52:10 -08:00
Randall Barker
584e16c286
Bug 1041833 - Enable CSSOM-View smooth scrolling for Android r=snorp
2015-12-14 11:52:10 -08:00
Kartikaya Gupta
66937e4c8a
Bug 1229052 - Add a telemetry histogram to gather data on the number of top-level pages with scroll-linked positioning effects. r=vladan
2015-12-14 14:47:28 -05:00
Kartikaya Gupta
ebbfd965d0
Bug 1229052 - Log a warning when we detect a scroll-linked effect based on the scroll event. r=roc
2015-12-14 14:47:24 -05:00
Armen Zambrano Gasparnian
a29df5146b
Bug 1227657
- Disable Ubuntu update prompt. r=dustin
...
This avoids taking away focus from tests.
2015-12-14 14:41:36 -05:00
Jeff Muizelaar
694ba31c3f
Bug 1231832. Make IsActive work on Querys that have not begun. r=jgilbert
...
This fixes deqp/functional/gles3/lifetime.html
2015-12-14 13:47:46 -05:00
Christoph Kerschbaumer
314d57950b
Bug 1223743 - Test CSP enforcement for multipart channels (r=sicking)
2015-12-14 10:06:47 -08:00
Christoph Kerschbaumer
bd666f7ab3
Bug 1223743 - CSP: Check baseChannel for CSP when loading multipart channel (r=sicking)
2015-12-14 10:06:56 -08:00
Rail Aliiev
2adf1a8821
Bug 1206668 - Tracking bug for Dec-14-2015 migration work. r=jlund DONTBUILD
2015-12-14 13:10:50 -05:00
Sam Foster
fa96ecb9a5
Bug 1229838 - rel=apple-touch-icon-precomposed should fire mozbrowsericonchange. r=fabrice
2015-12-14 10:03:08 -08:00
Alexander Surkov
ae937250ed
Bug 1231919 - crash in mozilla::a11y::DocAccessible::ValidateARIAOwned, r=davidb
2015-12-14 12:02:23 -05:00
Eric Faust
f6bdf3917b
Bug 1232159 - Stop using pseudo-Uint32Array in SelfHosted code. (r=till)
2015-12-14 08:52:45 -08:00
Benjamin Bouvier
ae5bcf035e
Bug 1229855: Fix miscompilation of uint8_t enum class with gcc4.8.2; r=luke
2015-12-14 15:46:45 +00:00
Armen Zambrano Gasparnian
c282e4806c
Bug 1229893
- Schedule TaskCluster tier-2 Linux64 debug test jobs to be run side-by-side. r=dustin
2015-12-11 15:40:58 -05:00
Armen Zambrano Gasparnian
19e9c574dd
Bug 1229893
- Luciddream should set test_packages_url for test_packages.json to work. r=dustin
2015-12-02 14:37:54 -05:00
Carsten "Tomcat" Book
059802295b
Merge mozilla-central to mozilla-inbound
2015-12-14 15:52:02 +01:00
Andrea Marchesini
14c43b3cab
Bug 1232291 - Non-used header in MessagePortService.*, r=smaug
2015-12-14 14:36:17 +00:00