Commit Graph

449968 Commits

Author SHA1 Message Date
Terrence Cole
c9fb0e0349 Bug 1224048 - Use stable hashing for the temporary tables in the JSON parser; r=jonco
--HG--
extra : rebase_source : 8619f7860bca02f926ab5e7b30872d53f5c264b9
2015-11-13 08:13:25 -08:00
Terrence Cole
1a8787e3ef Bug 1224347 - Use stable hashing for DebuggerWeakMaps; r=jonco
--HG--
extra : rebase_source : c0d918f1aa65e930c69543cdf7dde995c545ed2a
2015-11-13 08:12:58 -08:00
Terrence Cole
cf984dfab1 Bug 1223918 - Use stable hashing for WatchPointMap; r=jonco
--HG--
extra : rebase_source : 24f858eff637994394e6e9ec0f5ba01add2fbbf7
2015-11-12 13:44:06 -08:00
Terrence Cole
8d3411e6cb Bug 1223863 - Use stable hashing for WeakGlobalObjectSet; r=jonco
--HG--
extra : rebase_source : 4e1cb63ff2de6a23e42963425a13f7b41958fb30
2015-11-12 13:43:51 -08:00
Terrence Cole
e90202ab51 Bug 1223853 - Use stable hashing for ObjectValueMap; r=jonco
--HG--
extra : rebase_source : 70ef64bca2e6c5e1cc0883b25fc3453b2966257c
2015-11-12 13:43:30 -08:00
Terrence Cole
dcd352d66d Bug 1223490 - Use stable hashing for InnerViewTable; r=jonco
--HG--
extra : rebase_source : da21964a21b46a29ec522b8664e77dd30fea0069
2015-08-26 14:51:43 -07:00
Nicholas Hurley
31010dbad5 Bug 1224328 - Don't infinite loop when parsing headers with newlines. r=mcmanus
--HG--
extra : rebase_source : c044f7bd991b7e48010d6bb6997585b1fc846d1d
2015-11-12 14:44:31 -08:00
Matt Brubeck
871cea5bf5 Bug 1081272 - Include position and transform when computing header/footer size [r=tn] 2015-11-12 16:55:02 -08:00
Matt Brubeck
3777952460 Bug 1224307 - Fix page scrolling for non-full-width fixed headers/footers [r=tn] 2015-11-12 16:55:00 -08:00
Lars T Hansen
ca10479c50 Bug 1208747 - Fix include files for the stopwatch. r=jandem
--HG--
extra : rebase_source : 679735f9a797ded6f39a065ae2b80a7981d5baac
extra : amend_source : ea0e6ac4feca4200f695f30d0443cc4bbdd3bd90
2015-11-12 13:32:35 +01:00
Philip Chee
962e20d095 Merge Bug 1204338 Followup to Bug 403800 Refactor netError.dtd/netErrorApp.dtd to simplify per-application overrides r=Pike 2015-11-13 23:26:32 +08:00
Andreas Tolfsen
4f3a8d4303 Backed out changeset e4cc1ebf67ee (bug 1223907)
--HG--
extra : commitid : DhsJ7gmNPxy
2015-11-13 15:20:18 +00:00
Philip Chee
15076ab0b0 Bug 1204338 Followup to Bug 403800 Refactor netError.dtd/netErrorApp.dtd to simplify per-application overrides r=Pike
--HG--
extra : transplant_source : %87%25%B9%D7%8A%F3j%5B%FA%19%2BW%A1E%F0wf%99bY
2015-11-13 23:16:41 +08:00
Mason Chang
903bae3946 Bug 1210261. Tick root refresh driver last. r=mattwoodrow 2015-11-13 07:14:09 -08:00
Yura Zenevich
0f813762b9 Bug 1224339 - making sure a11y and DOM trees are in sync when performing a11y checks with marionette. r=automatedtester 2015-11-13 09:58:08 -05:00
Jan de Mooij
6b39f63103 Bug 1219401 - Don't call script->hasIonScript() off-thread, fixes a TSan race. r=h4writer 2015-11-13 15:49:28 +01:00
James Willcox
f15ace1296 Bug 1221228 - Work around busted OpenSL causing hangs/reboots on Android r=padenot 2015-11-13 08:40:46 -06:00
Kartikaya Gupta
c33a15997e Bug 1214267 - Followup to fix missing propagation of 'fixedPositionSides' to the compositor, and add it to the layers dump. r=mattwoodrow
DONTBUILD because this is a backout/reland to fix bug number.

--HG--
extra : commitid : 9xTCi5XLFMS
2015-11-13 09:38:57 -05:00
Kartikaya Gupta
1ad49ed211 Back out cset 7529d41e6f1b for landing with an incorrect bug number. r=me
--HG--
extra : commitid : AAxGLc2g3Zv
2015-11-13 09:37:53 -05:00
Kartikaya Gupta
2a5aedcbea Bug 1224209 - Fix missing propagation of 'fixedPositionSides' to the compositor, and add it to the layers dump. r=mattwoodrow
--HG--
extra : commitid : 2Hz8MreXYr6
2015-11-13 09:35:40 -05:00
Jon Coppeard
b1d360f06f Bug 1224044 - Use stable hashing in SavedFramePtrHasher r=terrence 2015-11-13 14:21:53 +00:00
Jon Coppeard
2a5be6ecdd Bug 1224041 - Use stable hashing for CloneMemory r=terrence 2015-11-13 14:21:27 +00:00
Andreas Tolfsen
eb0c7225bb Bug 1223907: Refactor cookies in Marionette
Moves most of the cookie implementation to a new file,
testing/marionette/cookies.js.  The new Cookies class encapsulates all
APIs for manipulating and querying cookies from content space.

It communicates with chrome space, where the cookie manager lives, through
a new SyncContentSender provided by testing/marionette/proxy.js.  This new
interface provides synchronous and transparent communication from content
to chrome, not dissimilar from how the original listener proxy works.

r=dburns

--HG--
extra : commitid : 2pWjZbTRPR9
extra : rebase_source : 35cdfe2ee552a56f4e6266afa1363fc40ae623e4
2015-11-13 13:35:22 +00:00
Andreas Tolfsen
4343fd152c Bug 1217988: Use current system OS for platformName capability
Services.appinfo is populated by the target compile system's OS name,
taken from the OS_TARGET configure variable.

By using Services.sysinfo instead, we are returning the effective current
local system's operating system, which is similar to what is found in
Gecko's UA string.

r=dburns

--HG--
extra : commitid : 2ap54ga0CLq
extra : rebase_source : 803baa9d40dee8630e58b8ccf6d68ef7ca6f0e3b
2015-11-10 15:43:58 +00:00
Carsten "Tomcat" Book
7659520a98 Merge mozilla-central to mozilla-inbound 2015-11-13 14:36:25 +01:00
Bas Schouten
1106ab221f Bug 1204922: When ResizeBuffers fails, make no attempt to do subsequent paints until it succeeds again. r=milan 2015-11-13 13:04:44 +01:00
Carsten "Tomcat" Book
e9f835d453 merge mozilla-inbound to mozilla-central a=merge 2015-11-13 12:06:41 +01:00
Carsten "Tomcat" Book
b8bda6c151 merge fx-team to mozilla-central a=merge 2015-11-13 11:57:53 +01:00
Sotaro Ikeda
c6514fa7b9 Bug 1224445 - Add NS_NATIVE_OPENGL_CONTEXT handling to nsWindow::GetNativeData() r=mwu 2015-11-13 02:18:14 -08:00
Nigel Babu
9fdcc7ce00 Backed out changeset 80a79987da8b (bug 1221758) for xpcshell bustage on CLOSED TREE 2015-11-13 14:49:14 +05:30
Jonas Sicking
ccb3b8dd1e Bug 1223647 followup. Indicate that we're failing the correct WPT tests. Landing on a CLOSED TREE 2015-11-12 23:36:10 -08:00
Magnus Melin
95a949dd6a Bug 1221758 - don't run cache2 tests when cache2 isn't used. r=michal.novotny
Was causing test failures for Thunderbird where cache2 isn't in use yet.
2015-11-13 08:12:30 +02:00
Randell Jesup
2122816dfc Bug 1224442: null-check GMP Parent Shmem messages from the Child to handle messages after shutdown r=cpearce 2015-11-13 01:08:01 -05:00
Sotaro Ikeda
3b4ee54eab Bug 1221446 - Add virtual display support to GonkDisplayJB r=mwu 2015-11-12 21:09:58 -08:00
B2G Bumper Bot
4ebe75cdec Bumping manifests a=b2g-bump 2015-11-12 17:15:30 -08:00
B2G Bumper Bot
8c5e2e02b3 Bumping gaia.json for 12 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/6394e546d2ec
Author: Reza Akhavan <reza@akhavan.me>
Desc: Merge pull request #31263 from jedireza/emoji-keyboard

Bug 993899 - To support Emoji in keyboard

========

https://hg.mozilla.org/integration/gaia-central/rev/40102fd0cbcf
Author: Pavel Ivanov <pivanov@mozilla.com>
Desc: Bug 993899 - fix v16 icons

========

https://hg.mozilla.org/integration/gaia-central/rev/3805a486af38
Author: Pavel Ivanov <pivanov@mozilla.com>
Desc: Bug 993899 - append VS16 to BMP emojis

========

https://hg.mozilla.org/integration/gaia-central/rev/74bc9110d252
Author: Pavel Ivanov <pivanov@mozilla.com>
Desc: Bug 993899 - add all icons from FirefoxEmoji v1.6.6

========

https://hg.mozilla.org/integration/gaia-central/rev/2a646fa2ce7f
Author: jedireza <reza@akhavan.me>
Desc: Bug 993899 - remove Firefox Emoji font family from .emoji class definition

========

https://hg.mozilla.org/integration/gaia-central/rev/f4514a3ff1f9
Author: jedireza <reza@akhavan.me>
Desc: Bug 993899 - append VS16 to BMP emojis

========

https://hg.mozilla.org/integration/gaia-central/rev/fedd9156edeb
Author: jedireza <reza@akhavan.me>
Desc: Bug 993899 - updated build integration tests

========

https://hg.mozilla.org/integration/gaia-central/rev/561c30c3fe2e
Author: jedireza <reza@akhavan.me>
Desc: Bug 993899 - added background color to swipe panel

========

https://hg.mozilla.org/integration/gaia-central/rev/8ec6a7edc490
Author: Pavel Ivanov <pivanov@mozilla.com>
Desc: Bug 993899 - add missing icons

========

https://hg.mozilla.org/integration/gaia-central/rev/e8ca4e427018
Author: Pavel Ivanov <pivanov@mozilla.com>
Desc: Bug 993899 - add Firefox Emoji to be default font for .emojis

========

https://hg.mozilla.org/integration/gaia-central/rev/97984218f29b
Author: Pavel Ivanov <pivanov@mozilla.com>
Desc: Bug 993899 - change icons in each category

========

https://hg.mozilla.org/integration/gaia-central/rev/0e324a0c9346
Author: jedireza <reza@akhavan.me>
Desc: Bug 993899 - To support Emoji in keyboard
2015-11-12 17:14:01 -08:00
B2G Bumper Bot
642ef8153c Bumping manifests a=b2g-bump 2015-11-12 17:05:07 -08:00
B2G Bumper Bot
75f0483618 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/893cfc8f88a0
Author: Francisco Jordano <arcturus@ardeenelinfierno.com>
Desc: Merge pull request #33136 from arcturus/bug-1221476

Bug 1221476 - [Contacts]When user taps "Cancel"or"Retry" button while…

========

https://hg.mozilla.org/integration/gaia-central/rev/ac2ea0280980
Author: Francisco Jordano <fjordano@mozilla.com>
Desc: Bug 1221476 - [Contacts]When user taps "Cancel"or"Retry" button while importing Gmail contact, device will be stuck. r=ferjm
2015-11-12 17:03:45 -08:00
B2G Bumper Bot
b86b8e5152 Bumping manifests a=b2g-bump 2015-11-12 16:59:50 -08:00
B2G Bumper Bot
f8d5022bf4 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/e16c64cb97e6
Author: James Burke <jrburke@gmail.com>
Desc: Merge pull request #33168 from jrburke/bug1223683-email-draft-cancel

Bug 1223683 - [Email]While canceling the change of the signature, the Cancel button formatting r=asuth

========

https://hg.mozilla.org/integration/gaia-central/rev/3f39ea2327ff
Author: jrburke <jrburke@gmail.com>
Desc: Bug 1223683 - [Email]While canceling the change of the signature, the Cancel button formatting r=asuth
2015-11-12 16:58:26 -08:00
Wes Kocher
2ff0ac22d3 Merge m-c to b2ginbound, a=merge CLOSED TREE
--HG--
extra : commitid : 6BLSZLPbxgy
2015-11-12 16:27:09 -08:00
Wes Kocher
7818a5d82d Merge b2ginbound to central, a=merge
--HG--
extra : commitid : 4oxpTfmj62P
2015-11-12 16:10:14 -08:00
Wes Kocher
aa703c8ebc Merge fx-team to central, a=merge
--HG--
extra : commitid : 2P60329DeS
2015-11-12 16:04:09 -08:00
Nicholas Nethercote
f1b954f437 Bug 1224403 (part 12) - Remove WidgetToScreenOffsetUntyped(). r=kats.
There are few enough calls now that using WidgetToScreenOffset() +
ToUnknownPoint() is a better approach.

--HG--
extra : rebase_source : 18ec6677f6416b02069a646b6f45dcfaa4045671
2015-11-12 15:37:18 -08:00
Nicholas Nethercote
b28bb12951 Bug 1224403 (part 11) - Remove a GetBoundsUntyped() call. r=kats.
--HG--
extra : rebase_source : 5de6d29c7b7a03d11c32239e7eeb3e935b2bd92c
2015-11-12 15:37:18 -08:00
B2G Bumper Bot
b624bb8c14 Bumping manifests a=b2g-bump 2015-11-12 12:01:42 -08:00
B2G Bumper Bot
bfd95b54f0 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/a785a108e1cc
Author: Michael Henretty <michael.henretty@gmail.com>
Desc: Merge pull request #33165 from mikehenrty/bug-1224236-bookmark-edit-test-to-pinning

Bug 1224236 - Convert bookmark edit test to pinning the web

========

https://hg.mozilla.org/integration/gaia-central/rev/b224c2c1cbec
Author: Michael Henretty <michael.henretty@gmail.com>
Desc: Bug 1224236 - Convert bookmark edit test to pinning the web
2015-11-12 12:00:18 -08:00
Sebastian Hengst
95aa206ff2 Backed out changesets 5a3092c456c0,8dcbfd14f1e5 (bug 1218433) for M3, W3 failures and M10 failure on Android. r=backout a=merge
* * *
Backed out changeset 8dcbfd14f1e5 (bug 1218433)


dom/security/test/csp/test_child-src_worker-redirect.html | CSP child-src worker test other-src-worker_redir-same - got "Error: Failed to load script (nsresult = 0x805e0006)", expected "blocked"
dom/security/test/csp/test_child-src_worker.html | Test timed out.
dom/security/test/csp/test_child-src_worker_data.html | Test timed out.

--HG--
extra : commitid : AdufAFGM6At
extra : source : 89f3fe7202921aaf81b78cc1287b5e99940dc85b
2015-11-12 18:44:51 +01:00
B2G Bumper Bot
04a38cdc4e Bumping manifests a=b2g-bump 2015-11-12 09:41:56 -08:00
B2G Bumper Bot
7a8b394555 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/03c4db27ecf4
Author: albertopq <albert.pastor@gmail.com>
Desc: Merge pull request #32994 from albertopq/1196194-edge-race

Bug 1196194 - Avoding switching to a new app while switching via edge gesture r=mhenretty

========

https://hg.mozilla.org/integration/gaia-central/rev/cd961e40b863
Author: albertopq <albert.pastor@gmail.com>
Desc: Bug 1196194 - Avoding switching to a new app while switching via edge gesture
2015-11-12 09:40:14 -08:00