Граф коммитов

453905 Коммитов

Автор SHA1 Сообщение Дата
Jeff Gilbert 30a228420f Bug 1229585 - Add helpful error text for fb incompleteness. - r=kamidphish 2015-12-14 16:11:59 -08:00
Kartikaya Gupta 84dccc6676 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 0dcf99f8a4 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 c62107a38b 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 7f34e60540 Bug 1228885 - Implement WebGLTexture::MemoryUsage. - r=kamidphish 2015-12-14 15:58:29 -08:00
Botond Ballo 0bbef860d9 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 e46f5d8adf Bug 1232157 - Fix reference mismatch errors in text-emphasis reftests caught by check-for-references. r=dbaron DONTBUILD
--HG--
extra : source : 2e7efc576be70018b456f5f2038cfa28e62cebc5
2015-12-15 10:45:42 +11:00
Botond Ballo beeb941dc6 Bug 1230552 - Minor follow-up to add an assertion. rs=kats 2015-12-14 18:10:14 -05:00
Mike Hommey b13b86d3cc 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 347d2ccc90 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 c789c7e526 Bug 1232480. Use 'precision' instead of 'prevision'
A fun little typo.
2015-12-14 18:02:53 -05:00
Nicholas Nethercote 5434a4fec1 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 7df55cf9f2 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 e09094f3cd 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 4436ea9ce0 No bug - Bump XDR version after backout of bug 1231758. (r=me) 2015-12-14 14:48:17 -08:00
chaithanya 4482e6ef5c Bug 1197306 - remove PR_snprintf calls in ipc/; r=froydnj 2015-12-14 13:32:56 -05:00
Nils Ohlmeier [:drno] 9fc33ccd15 Bug 1231721: added documentation for webrtc dictionary in amin telemetry ping r=Dexter
--HG--
extra : rebase_source : c406d50da2f2c39a25324e4a9b88a1ee93310e14
2015-12-10 16:53:02 -05:00
Christoph Kerschbaumer bd418a8bfe Bug 1232422 - Convert 5 tests within netwerk/test to use AsyncOpen2 (r=mcmanus) 2015-12-14 12:36:12 -08:00
Botond Ballo 25b6f8d912 Bug 1230552 - Disallow immediate scroll handoff on Fennec. r=kats
--HG--
extra : commitid : JFeCJKVHsJG
extra : rebase_source : dada8ccda790c629aebcbe16cb69f3e27f8f8997
2015-12-14 14:48:06 -05:00
Botond Ballo e8098f6ff2 Bug 1230552 - Extend the immediate scroll handoff pref to apply to flings. r=kats
--HG--
extra : commitid : A4UZJ8vLfjW
extra : rebase_source : f46922f1b13ec8fded72e5eb09045a8fe6e2dc03
2015-12-12 14:31:25 -05:00
Botond Ballo ab1b789f18 Bug 1230552 - Introduce a structure to group fling handoff state. r=kats
This patch also cleans up APZCTreeManager::DispatchFling() a bit.

--HG--
extra : commitid : 5z1y3kVfOOY
extra : rebase_source : c4d8dfa546d0ce43e0be71378e20d23d28f368cf
2015-12-12 14:31:20 -05:00
Botond Ballo e3717af9b2 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.

--HG--
extra : commitid : J4iuAOn9QAo
extra : rebase_source : 3075d8334b62374697a25d358709dd18e2394836
2015-12-14 14:47:56 -05:00
Botond Ballo 9753021fd9 Bug 1230552 - Introduce a helper AsyncPanZoomController::CurrentInputBlock(). r=kats
--HG--
extra : commitid : tjvQ9vFjQG
extra : rebase_source : ca1e6210602ebade929a1c2864a1c7de48bbd84b
2015-12-12 13:03:52 -05:00
Botond Ballo 3ec5bb5d99 Bug 1230552 - Const-correctness improvements. r=kats
--HG--
extra : commitid : 2kwPNmmpN3Y
extra : rebase_source : aa55db9e49871cb9e4a6e95a8fc776ffbd0d67b6
2015-12-11 17:42:50 -05:00
Botond Ballo 1e3e735b5a Bug 1230552 - Update some out-of-date comments and remove an old #undef. r=kats
--HG--
extra : commitid : 7R2ds1KVd3o
extra : rebase_source : a7185a20194ae9c7a535cb46510e5f9885c1a434
2015-12-11 17:49:45 -05:00
Shu-yu Guo 07d8830040 Backout bug 1071646, bug 1231758 for breaking the web. (r=woe) 2015-12-14 13:28:14 -08:00
Jim Mathies 44fade98a9 Bug 1232368 - If accessibility recently ran, don't prompt to try e10s. r=felipe 2015-12-14 15:32:54 -06:00
Jim Mathies 295c22e49a Bug 1232408 - E10SAccessibilityCheck relies on incorrect AppConstants variable XP_WIN. r=felipe 2015-12-14 15:32:44 -06:00
Kartikaya Gupta 6b0c32286a 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 02cbbb38a5 Bug 1227308 - Add metadata for tresize in Talos logs. r=parkouss 2015-12-14 12:43:19 -08:00
Kartikaya Gupta 4c9c388520 Bug 1229052 - Update warning message for scroll-linked effects. r=me and DONTBUILD 2015-12-14 15:28:42 -05:00
Armen Zambrano Gasparnian a5fcaf6c6f Bug 1230330 - Switch to desktop-test workerType. DONTBUILD. r=dustin
--HG--
extra : commitid : LhZf8jYTC1b
extra : rebase_source : 7df06c329fac87856350ac3e5519062ab166cefa
extra : histedit_source : 6a8a8c05005abae90de6492c4fedad6ac7673764
2015-12-04 08:55:53 -05:00
Kartikaya Gupta dba8b70b53 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 19cb1d22ce Bug 1229052 - Follow-up to fix static analysis build bustage. r=me 2015-12-14 15:02:56 -05:00
Dustin J. Mitchell 013067b40a Bug 1221553: fix getting artifacts from blobber upload dir; r=armenzg
--HG--
extra : rebase_source : 68eeee93857a53df2110000abd295bc0b8adb580
2015-12-14 13:13:53 -05:00
Randall Barker 15a3a856a0 Bug 1138668 - Enable CSS Scroll Snapping by Default on Android r=snorp 2015-12-14 11:52:10 -08:00
Randall Barker fd7d4355a9 Bug 1041833 - Enable CSSOM-View smooth scrolling for Android r=snorp 2015-12-14 11:52:10 -08:00
Kartikaya Gupta 4e9e4989ed 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 fcb193563c 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 6ef28f4c0b Bug 1227657 - Disable Ubuntu update prompt. r=dustin
This avoids taking away focus from tests.

--HG--
extra : commitid : 69JXpfyaTMD
extra : rebase_source : 66480764127f3e311f98a0aaafc77a8fd31582fa
extra : histedit_source : 4edf37394446e274bc6eb1556d81c66f28e9ff75%2C0b8ab6b63757c646650349ec78b094e8fba30874
2015-12-14 14:41:36 -05:00
Jeff Muizelaar b2cb03074c 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 93de65860e Bug 1223743 - Test CSP enforcement for multipart channels (r=sicking) 2015-12-14 10:06:47 -08:00
Christoph Kerschbaumer 9666152c0e Bug 1223743 - CSP: Check baseChannel for CSP when loading multipart channel (r=sicking) 2015-12-14 10:06:56 -08:00
Rail Aliiev 234513205e Bug 1206668 - Tracking bug for Dec-14-2015 migration work. r=jlund DONTBUILD 2015-12-14 13:10:50 -05:00
Sam Foster 30f28029a4 Bug 1229838 - rel=apple-touch-icon-precomposed should fire mozbrowsericonchange. r=fabrice 2015-12-14 10:03:08 -08:00
Alexander Surkov 37b5a7125a Bug 1231919 - crash in mozilla::a11y::DocAccessible::ValidateARIAOwned, r=davidb 2015-12-14 12:02:23 -05:00
Eric Faust 135fbc4865 Bug 1232159 - Stop using pseudo-Uint32Array in SelfHosted code. (r=till) 2015-12-14 08:52:45 -08:00
Benjamin Bouvier d3e0575e2e 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 09baace7c6 Bug 1229893 - Schedule TaskCluster tier-2 Linux64 debug test jobs to be run side-by-side. r=dustin
--HG--
extra : commitid : JsOASqB7jg0
extra : rebase_source : 17159e9a7c5152f189415d4aefde9da43ab675fd
extra : histedit_source : 9dc52751546445fa48b16aa780aaccbbdccbe9ba
2015-12-11 15:40:58 -05:00
Armen Zambrano Gasparnian bfc7439e7f Bug 1229893 - Luciddream should set test_packages_url for test_packages.json to work. r=dustin
--HG--
extra : commitid : 6N2w8H3cynh
extra : rebase_source : 4041d3907a1454ffed030620ca1f0b599eb47ef6
extra : histedit_source : 3bdeef75246ef01f42d18ed8daac4ff4b5dbbb42
2015-12-02 14:37:54 -05:00