Commit Graph

276377 Commits

Author SHA1 Message Date
Kartikaya Gupta
599ba11c0b 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
d9a9f31cf1 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
3293c6fbcf Bug 1228885 - Implement WebGLTexture::MemoryUsage. - r=kamidphish 2015-12-14 15:58:29 -08:00
Botond Ballo
591e5385dc 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
23ab4af914 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
cfe96c521f Bug 1230552 - Minor follow-up to add an assertion. rs=kats 2015-12-14 18:10:14 -05:00
Mike Hommey
95a2f55fd6 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
d767fb0352 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
cc975ebcf9 Bug 1232480. Use 'precision' instead of 'prevision'
A fun little typo.
2015-12-14 18:02:53 -05:00
Nicholas Nethercote
3402457966 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
e5e32fddd6 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
f420558123 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
d598069877 No bug - Bump XDR version after backout of bug 1231758. (r=me) 2015-12-14 14:48:17 -08:00
chaithanya
9af941b6da Bug 1197306 - remove PR_snprintf calls in ipc/; r=froydnj 2015-12-14 13:32:56 -05:00
Nils Ohlmeier [:drno]
bbc9855218 Bug 1231721: added documentation for webrtc dictionary in amin telemetry ping r=Dexter 2015-12-10 16:53:02 -05:00
Christoph Kerschbaumer
907fd1f1d2 Bug 1232422 - Convert 5 tests within netwerk/test to use AsyncOpen2 (r=mcmanus) 2015-12-14 12:36:12 -08:00
Botond Ballo
a162ac398a Bug 1230552 - Disallow immediate scroll handoff on Fennec. r=kats 2015-12-14 14:48:06 -05:00
Botond Ballo
32a123c335 Bug 1230552 - Extend the immediate scroll handoff pref to apply to flings. r=kats 2015-12-12 14:31:25 -05:00
Botond Ballo
f98ba2f137 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
67ee4b9fe2 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
0dfd817757 Bug 1230552 - Introduce a helper AsyncPanZoomController::CurrentInputBlock(). r=kats 2015-12-12 13:03:52 -05:00
Botond Ballo
68550a91a6 Bug 1230552 - Const-correctness improvements. r=kats 2015-12-11 17:42:50 -05:00
Botond Ballo
49ee87aaf1 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
ab943c825d Backout bug 1071646, bug 1231758 for breaking the web. (r=woe) 2015-12-14 13:28:14 -08:00
Jim Mathies
547e0c9268 Bug 1232368 - If accessibility recently ran, don't prompt to try e10s. r=felipe 2015-12-14 15:32:54 -06:00
Jim Mathies
ae407a2656 Bug 1232408 - E10SAccessibilityCheck relies on incorrect AppConstants variable XP_WIN. r=felipe 2015-12-14 15:32:44 -06:00
Kartikaya Gupta
5f3ab4eb0a 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
e5a15dc840 Bug 1227308 - Add metadata for tresize in Talos logs. r=parkouss 2015-12-14 12:43:19 -08:00
Kartikaya Gupta
8f331da650 Bug 1229052 - Update warning message for scroll-linked effects. r=me and DONTBUILD 2015-12-14 15:28:42 -05:00
Armen Zambrano Gasparnian
6bb04811a0 Bug 1230330 - Switch to desktop-test workerType. DONTBUILD. r=dustin 2015-12-04 08:55:53 -05:00
Kartikaya Gupta
3cca4541a5 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
c3cbc2dda4 Bug 1229052 - Follow-up to fix static analysis build bustage. r=me 2015-12-14 15:02:56 -05:00
Dustin J. Mitchell
fa74ac6832 Bug 1221553: fix getting artifacts from blobber upload dir; r=armenzg 2015-12-14 13:13:53 -05:00
Randall Barker
7ec0854e79 Bug 1138668 - Enable CSS Scroll Snapping by Default on Android r=snorp 2015-12-14 11:52:10 -08:00
Randall Barker
b669c78c29 Bug 1041833 - Enable CSSOM-View smooth scrolling for Android r=snorp 2015-12-14 11:52:10 -08:00
Kartikaya Gupta
d7a45f57ea 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
cfeeb6f5b4 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
159b46c78a 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
8ac7f0310e 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
d5c81afb0c Bug 1223743 - Test CSP enforcement for multipart channels (r=sicking) 2015-12-14 10:06:47 -08:00
Christoph Kerschbaumer
f49ac41af8 Bug 1223743 - CSP: Check baseChannel for CSP when loading multipart channel (r=sicking) 2015-12-14 10:06:56 -08:00
Rail Aliiev
66c4d1d72e Bug 1206668 - Tracking bug for Dec-14-2015 migration work. r=jlund DONTBUILD 2015-12-14 13:10:50 -05:00
Sam Foster
03c3246cad Bug 1229838 - rel=apple-touch-icon-precomposed should fire mozbrowsericonchange. r=fabrice 2015-12-14 10:03:08 -08:00
Alexander Surkov
41b5e92c36 Bug 1231919 - crash in mozilla::a11y::DocAccessible::ValidateARIAOwned, r=davidb 2015-12-14 12:02:23 -05:00
Eric Faust
ec0fba6505 Bug 1232159 - Stop using pseudo-Uint32Array in SelfHosted code. (r=till) 2015-12-14 08:52:45 -08:00
Benjamin Bouvier
4582469571 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
c3f328b7bb 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
b153375c10 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
d0abc04fd5 Merge mozilla-central to mozilla-inbound 2015-12-14 15:52:02 +01:00
Andrea Marchesini
a937c40958 Bug 1232291 - Non-used header in MessagePortService.*, r=smaug 2015-12-14 14:36:17 +00:00