Commit Graph

263617 Commits

Author SHA1 Message Date
Botond Ballo
c291e1eee0 Bug 1014691 - Move APZ reftests to apz/test/reftest. r=kats 2015-09-18 13:19:55 -04:00
Botond Ballo
a931ccfcbc Bug 1014691 - Get TestAsyncPanZoomController to compile in its new location. r=kats 2015-09-16 19:49:59 -04:00
Botond Ballo
fecaa29a5a Bug 1014691 - Move TestAsyncPanZoomController.cpp to gfx/layers/apz/test/gtest. r=kats,glandium 2015-09-18 13:19:05 -04:00
Botond Ballo
c9133340dc Bug 1014691 - Fix an include-what-you-use error in TestCompositor.cpp. r=kats 2015-09-16 19:45:14 -04:00
Botond Ballo
07c03b4271 Bug 1014691 - Move APZ mochitests to gfx/layers/apz/test/mochitest. r=kats 2015-09-16 19:26:04 -04:00
Daniel Holbert
6c3ac7a459 Bug 1198894: Use nsChangeHint_RepaintFrame instead of NS_STYLE_HINT_VISUAL to trigger simple repaints in nsStyleStruct.cpp CalcDifference methods. r=heycam
Specifically, this makes us use nsChangeHint_RepaintFrame for changes to font decorations, border-{color,style,radius,image}, color, background-{image,color}, text-decoration-{line,color}, text-overflow
2015-09-21 16:11:51 -07:00
Kannan Vijayan
c58ebbab8e Bug 1084009 - Part 3/3 - Test fix to let previous patches pass. r=mikedeboer 2015-09-21 19:07:01 -04:00
Kannan Vijayan
9a3f559243 Bug 1084009 - Part 2/3 - Only parse scripts off-main-thread on multicore systems. r=luke 2015-09-21 19:07:01 -04:00
Kannan Vijayan
c80fdc040f Bug 1084009 - Part 1/3 - Parse sync scripts off the main thread. r=smaug 2015-09-21 19:07:01 -04:00
Jonathan Watt
8e93f73b0b Bug 1099103 - Prevent numbers input using a grouping separator from being mis-processed as if the separator was a decimal separator. r=dholbert 2015-08-25 00:00:07 +01:00
Eric Faust
a6fdcc81cc Bug 1192412 - Followup: Unbreak js1_8_5/reflect-parse/classes.js, erroneously neutered. (rs=jorendorff) 2015-09-21 15:40:25 -07:00
Nicholas Nethercote
cd24a67014 Bug 1205942 (part 1) - Fix overflows in time_posix.cc. r=jld.
We get the following warnings with clang.

> ipc/chromium/src/base/time_posix.cc:103:57: error: overflow in expression; result is 0 with type 'long' [-Werror,-Winteger-overflow]
> ipc/chromium/src/base/time_posix.cc:106:58: error: overflow in expression; result is -1000 with type 'long' [-Werror,-Winteger-overflow]

This is a genuine bug. The upstream code in Chromium has changed (commit
2a278516943eee02e0206506a4b907fc0b55f27b) and this patch changes our code to be
similar. I did tests and confirmed that instead of getting 0 or -1 for
|milliseconds|, we now get -2147483648000 or 2147483647999, which is much
better.
2015-09-21 15:35:26 -07:00
Jean-Yves Avenard
ac922239d6 Bug 1205470: [MSE] Remove assertion. r=cpearce
Can also remove mInitDone member as that information is redundant with the init promise being present
2015-09-22 08:21:04 +10:00
Edwin Flores
a16a6b8f3f Bug 1187393 - Use GTK theme colours for search autocomplete popup - r=florian 2015-09-22 10:18:51 +12:00
Jeff Walden
6bfb552fdc Bug 1187234 - Throw a TypeError when Array.isArray is passed a revoked proxy. r=efaust 2015-08-23 01:10:24 -07:00
Jeff Walden
0035c15cc7 Bug 1206300 - Allow immutable prototypes to be disabled at compile time with a single-line change, but don't actually disable them. r=jorendorff 2015-09-18 17:16:08 -07:00
Jeff Walden
5e91264490 Bug 1205586 - new Date().toLocale{,Date,Time}String() should return appropriately differing strings as the local time zone/default locale change. r=till 2015-09-18 17:16:08 -07:00
Nathan Froyd
2cf79d22b7 Bug 1206801 - fix broken CONFIG['DEBUG'] checks in moz.build files; r=mshal
These were supposed to be CONFIG['MOZ_DEBUG'].  webapprt doesn't use the
define it set up, however, so it was deleted rather than fixed.
2015-09-21 22:32:15 -04:00
David Burns
a401fc8f8e Bug 1141519: if we try call marionette calls in the teardown and they don't work we should just carry on; r=jgriffin 2015-09-16 20:58:28 +01:00
David Burns
a5c4a88518 Bug 1141519: error if we are going to try send a message to a frame that we know doesnt exist; r=jgriffin 2015-09-16 20:54:46 +01:00
David Burns
e6ac9e1ad4 Bug 1141519: added test that puts marionette into a position that can cause hangs when in content scope; r=jgriffin 2015-09-18 21:39:01 +01:00
David Burns
3406f80d12 Bug 1141519: Don't switch to content scope for logging the test end; r=jgriffin 2015-09-16 18:43:23 +01:00
Steven Michaud
ea2dd708a3 Bug 1206766 - Show meaningful module offsets in stack traces even when no symbol found. r=spohl 2015-09-21 14:20:35 -05:00
Dustin J. Mitchell
2085656de8 Bug 1205241: enable linux64 opt/dbg and MacOSX64 builds on m-i and m-c; r=ted.mielczarek
Properly splitting clobber (try) and non-clobber builds
2015-09-16 06:48:37 -04:00
Patrick McManus
77e1f63468 bug 1206771 - fix reentrantFlag compiler warning on >= beta r=jduell 2015-09-21 13:22:23 -04:00
Alexander Surkov
aea140336e Bug 1205476 - crash in mozilla::a11y::DocAccessible::ProcessInvalidationList, part2, r=davidb 2015-09-21 12:47:02 -04:00
Terrence Cole
1b3c955eb7 Bug 1188290 - Remove an incomplete assertion about store buffer state; r=jandem 2015-09-21 09:41:29 -07:00
Jan de Mooij
48713bcc98 Bug 683218 - Disable __noSuchMethod__ support. r=jorendorff 2015-09-21 19:53:36 +02:00
Jim Blandy
0f5812a9a0 Bug 1206590: Move gcWeakMapList from JSCompartment to JS::Zone. r=terrence 2015-09-18 23:07:34 -07:00
Wes Kocher
b4245f0248 Backed out changeset 09c2a214244b (bug 1072313) for Windows textureclient crashes CLOSED TREE 2015-09-21 10:37:07 -07:00
Wes Kocher
3d2cda3dfe Merge m-c to inbound, a=merge CLOSED TREE 2015-09-21 09:52:50 -07:00
Wes Kocher
8b5b12a870 Merge b2ginbound to central, a=merge CLOSED TREE 2015-09-21 09:44:47 -07:00
Wes Kocher
eec40defab Merge fx-team to central, a=merge CLOSED 2015-09-21 09:42:12 -07:00
ffxbld
f5445f6eb8 Update configs. IGNORE BROKEN CHANGESETS CLOSED TREE NO BUG a=release ba=release 2015-09-21 10:15:23 -04:00
ffxbld
7e50465618 No bug - Tagging mozilla-central fcef8ded82219c89298b4e376cfbdfba79a1d35a with FIREFOX_AURORA_43_BASE a=release DONTBUILD CLOSED TREE 2015-09-21 10:11:56 -04:00
Carsten "Tomcat" Book
ac494de4b5 Backed out 1 changesets (bug 1166217) for likely causing Aries Dogfood Build Bustage
Backed out changeset 86fb1100a8cf (bug 1166217)
2015-09-21 15:18:00 +02:00
Carsten "Tomcat" Book
4c529fb0f5 Merge mozilla-central to b2g-inbound 2015-09-21 14:06:24 +02:00
Carsten "Tomcat" Book
340948583d Merge mozilla-central to fx-team 2015-09-21 14:04:54 +02:00
Carsten "Tomcat" Book
fe90c78391 Backed out 1 changesets (bug 1193293) on developers requests
Backed out changeset c79d3947c307 (bug 1193293)
2015-09-21 14:00:43 +02:00
Carsten "Tomcat" Book
d57c559fea merge mozilla-inbound to mozilla-central a=merge 2015-09-21 13:43:51 +02:00
Carsten "Tomcat" Book
8345854fe1 merge fx-team to mozilla-central a=merge 2015-09-21 13:38:22 +02:00
Carsten "Tomcat" Book
c21d5dd466 merge b2g-inbound to mozilla-central a=merge 2015-09-21 13:29:20 +02:00
B2G Bumper Bot
8bd9e29c5c Bumping manifests a=b2g-bump 2015-09-21 03:24:37 -07:00
B2G Bumper Bot
13ef432238 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/7093f7d19d1d
Author: Staś Małolepszy <stas@mozilla.com>
Desc: Merge pull request #31792 from stasm/1202403-get-more-languages-langpack.channel

Bug 1202403 - Use langpack.channel for the Get More Languages link. r=gasolin

========

https://hg.mozilla.org/integration/gaia-central/rev/80510731f641
Author: Staś Małolepszy <stas@mozilla.com>
Desc: Bug 1202403 - Use langpack.channel for the Get More Languages link
2015-09-21 03:21:49 -07:00
B2G Bumper Bot
9f68647f0c Bumping manifests a=b2g-bump 2015-09-21 02:58:15 -07:00
B2G Bumper Bot
44fe492c2c Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/7f5b031e224f
Author: gasolin <gasolin@gmail.com>
Desc: Merge pull request #31904 from jessi3py/bug-1200937

Bug 1200937 - APN Settings: support reading 'mtu' field from apn database, r=gasolin

========

https://hg.mozilla.org/integration/gaia-central/rev/04e8f24997ae
Author: Jessica Jong <jjong@mozilla.com>
Desc: Bug 1200937 - APN Settings: support reading 'mtu' field from apn database. r=gasolin
2015-09-21 02:55:29 -07:00
Kan-Ru Chen
e52fdcfe2d Bug 1186843 - Don't recreate message manager. r=smaug 2015-09-21 17:51:08 +08:00
Kan-Ru Chen
0ad017ca6d Bug 1186843 - Always cache delayed scripts in message manager 2015-09-21 17:51:08 +08:00
Thomas Zimmermann
84279f2ed9 Bug 1204497: Complete AVRCP connect/disconnect from separate runnables, r=shuang
A2DP connects and disconnects are completed from a separate result-handler
runnable. Dispatching runnables to complete AVRCP (dis-)connects implements
the same behavior for AVRCP.
2015-09-21 11:30:52 +02:00
Thomas Zimmermann
9df781d75c Bug 1204497: Interpret AVRCP remote features as bitmask, r=shuang
The current IPC parsing code is incorrect. AVRCP remote features are
specified as bitmask, but the current IPC code treats them as values.
This patch fixes this.
2015-09-21 11:30:52 +02:00