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

453918 Коммитов

Автор SHA1 Сообщение Дата
Geoff Brown 0f937057c8 Bug 1218003 - Do not pass -kvm-enable to emulator on osx; r=nalexander 2015-12-14 18:55:59 -07:00
Geoff Brown 368561434d Bug 1231683 - Disregard unusable devices in android mach commands; r=jmaher 2015-12-14 18:55:58 -07:00
Geoff Brown 99bec9d91c Bug 1231665 - Specify deviceSerial for android emulator adb commands; r=jmaher 2015-12-14 18:55:57 -07:00
Mats Palmgren c9430021e9 Bug 1203668 part 2 - Fix dependency on this bug in devtools code. r=bz 2015-12-15 02:51:03 +01:00
Mats Palmgren 99ddfe3021 Bug 1203668 part 1 - Setting the value of a <select> to a non-matching option should deselect all options and set selectedIndex to -1. r=bz 2015-09-12 12:34:37 +02:00
Mats Palmgren cda27f9549 Bug 1230672 part 4 - Reftests for <fieldset> with multicol layout. 2015-12-15 02:51:03 +01:00
Mats Palmgren 6008c786f7 Bug 1230672 part 3 - Add support for multicol layout on <fieldset> elements. r=bz 2015-12-15 02:51:03 +01:00
Mats Palmgren dc19903279 Bug 1230672 part 2 - Add reftest with -moz-column-fill:auto and overflow:hidden. 2015-12-15 02:51:03 +01:00
Mats Palmgren c6b1fdaba5 Bug 1230672 part 1 - Make '-moz-column-fill:auto' work also when 'overflow' isn't 'visible'. r=bz 2015-12-15 02:51:03 +01:00
Mats Palmgren 3e5d9f0959 Bug 1230207 - A couple of simple reftests for grid/flexbox layout on a <fieldset>. 2015-12-15 02:51:03 +01:00
Mats Palmgren 028ecc5615 Bug 1230207 - Add support for display:grid/flex layout on <fieldset> elements. r=bz,dholbert 2015-12-15 02:51:02 +01:00
Brad Kotsopoulos 7a8310686c Bug 1228676 - WebGL2 VertexAttrib funcs should match WebGL 1 patterns. - r=jgilbert 2015-12-14 17:48:55 -08:00
Jeff Gilbert 10befa1b39 Bug 1229944 - Add glClear for zeroing texture data. - r=kamidphish 2015-12-14 16:14:03 -08:00
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