Commit Graph

420906 Commits

Author SHA1 Message Date
Jed Davis
bc4db515c0 Bug 1154053 - Limit concurrency of e10s memory reporting. r=erahm
This changes the way nsMemoryReporterManger handles child processes;
instead of using an observer message and trying to keep a count of child
processes expected to answer, it directly iterates a copy of the list
of content processes and explicitly handles children which exit before
their reports start.

Note that GC/CC logs still run at full concurrency, and that no child
reports start until the parent is finished (see bug 1151597) regardless
of concurrency limit.
2015-05-06 20:51:00 +02:00
Jan Keromnes
0b6c76ca9b Bug 1158046 - Add access keys to all context menu items in the Network panel. r=bgrins r=jsantell 2015-05-06 10:28:00 +02:00
Ralph Giles
ca1476bca9 Bug 1161339 - Check for the rust compiler. r=ted
Add a configure switch --enable-rust to control compilation
of rust source.

This serves as a basic conditional for experimentation with
gecko code written in rust. It presumes we can use a rustc
installed on the system, e.g. by the developer or by tooltool.

Requesting rust support without making rustc available will fail
since we don't want the build configuration to change based on
the available environment.

--HG--
extra : rebase_source : b3cf9fd07cf81df45513121a26bd5cc316b852d3
2015-05-05 10:48:00 -07:00
Trevor Saunders
291c2322bb bug 1162621 - proxy Accessible::IndexOfEmbeddedChild r=davidb
This is a bit dirty, we should be able to implement this just in the main
process by looking at the role of the children.  However doing it this way is
simpler and allows us to share code with the non e10s case.
2015-05-08 23:46:20 -04:00
Trevor Saunders
087aff8cbd bug 1162654 - allow proxies to implement the document interface r=davidb 2015-05-08 23:46:14 -04:00
Trevor Saunders
eb96f68758 bug 1163070 - fix AtkHyperlinkImpl::getHyperlink after bug 1146518 r=surkov
bug 1146518 made getHyperlink() return null if either there was no proxy, or
there was no Accessible, which would always be true.  It should have tested
that neither was present.
2015-05-08 23:45:22 -04:00
David Major
acf8d9dad0 Bug 1160148 followup - need the fix in libxul too
--HG--
extra : rebase_source : 5a165dd784ee9f11210df5b2a9a6a93a0083a421
2015-05-08 23:04:49 -04:00
Ehsan Akhgari
5c6c077a96 Bug 1162823 - Do not treat non-Latin words as misspelled; r=ekanan
--HG--
rename : layout/base/tests/bug646382-1.html => editor/reftests/spellcheck-non-latin-arabic-ref.html
2015-05-08 22:45:16 -04:00
Wes Kocher
3f9fe847de Backed out changeset 4963ecd92915 (bug 1067610) for m-oth permafail CLOSED TREE 2015-05-08 19:44:11 -07:00
Wes Kocher
e8eda9f49a Backed out changeset c41fa4e8dfb2 (bug 1162765) for frequent mochitest-2 failures CLOSED TREE 2015-05-08 18:18:29 -07:00
Wes Kocher
271053cd40 Backed out 1 changesets (bug 1162765)
Backed out changeset 18886e5d06df (bug 1162765)
2015-05-08 18:18:03 -07:00
Wes Kocher
fa65e1abd5 Backed out changeset 4f21884b0c36 (bug 1160844) for apparently causing the Gip(a) permafail CLOSED TREE 2015-05-08 18:10:00 -07:00
Wes Kocher
a505205952 Backed out changeset 3466be6fd32c (bug 1162692) for apparently causing the gip(a) permafail on a CLOSED TREE 2015-05-08 18:09:48 -07:00
Tom Schuster
8f93da1491 Bug 1055473 - Actually disable the web-platform test ON CLOSED TREE 2015-05-09 01:53:30 +02:00
Nikhil Marathe
e91bba2a3a Bug 1162411 - Fix Request CORS bug. r=bz
--HG--
extra : rebase_source : 5397f75a16865378949a4f30dd045f8c6a85b16e
2015-05-07 15:39:13 -07:00
Brian Grinstead
b3c9169963 Bug 1162649 - Don't call setOpaque:NO or setHasShadow:NO for non-popup windows;r=mstange 2015-05-08 14:49:29 -07:00
Eric Rahm
67b91ff53a Bug 1162748 - Remove instances of #ifdef PR_LOGGING in graphics. r=froydnj
PR_LOGGING is now always defined, we can remove #ifdefs checking for it.
2015-05-08 14:37:01 -07:00
Eric Rahm
bfb87f34ff Bug 1162691 - Part 2: Wrap expensive calls in PR_LOG_TEST. r=froydnj
Check that logging is enabled before performing potentially expensive
operations.
2015-05-08 14:36:34 -07:00
Eric Rahm
4eceb82c1f Bug 1162691 - Part 1: Remove instances of #ifdef PR_LOGGING in security. r=froydnj
PR_LOGGING is now always defined, we can remove #ifdefs checking for it.
2015-05-08 14:36:33 -07:00
Tom Schuster
5cfbfd9938 Bug 1055473 - Make WeakMap/Set.prototype a plain object. r=Waldo 2015-05-08 23:27:50 +02:00
Jim Blandy
bb2e6d29aa Bug 1162067: Ensure test_Debugger.Source.prototype.element.html doesn't get confused by genuine resize events. r=jlongster
--HG--
extra : rebase_source : e0d92f68e3c7fd6952f52278ff9d64c9dd2bbc80
extra : amend_source : ffd8d5cab3b4086391a33027764446789ad738a6
2015-05-07 21:33:35 -07:00
Bas Schouten
94df2831d0 Bug 1162587 - Part 2: Abort painting a painted layer when a device reset has ocurred. r=jrmuizel 2015-05-08 23:12:32 +02:00
Bas Schouten
e0869bb7e2 Bug 1162587 - Part 1: Ensure consistent reporting of device reset until reinitialization. r=jrmuizel 2015-05-08 23:12:32 +02:00
Ehsan Akhgari
612bad133c Bug 1162765 - Part 2: Convert nsGenericHTMLFormElement::mFieldSet to a strong reference; r=mccr8 2015-05-08 16:33:08 -04:00
Ehsan Akhgari
9bb0321b47 Bug 1162765 - Part 1: Convert nsGenericHTMLFormElement::mForm to a strong reference; r=mccr8 2015-05-08 16:33:07 -04:00
Ehsan Akhgari
e268b57aa9 Bug 1162344 - Use the exemptFromPerDomainMax pref in test_importscript.html; r=nsm 2015-05-08 16:33:05 -04:00
Aaron Klotz
0279fb3749 Bug 1158761: Part 2 - Update checks for plugin stop event in tests; r=jimm
--HG--
extra : rebase_source : ccefb0a28d7092d9d89c8b240b90787461e8d20a
extra : histedit_source : c4272d9cea3e0a6ba43e2b351276adcf5ccb886d
2015-05-06 17:13:05 -06:00
JerryShih
354bd0ccdd Bug 1160877 - Fix gonkDisplay stop anim condition. r=mwu, a=me
--HG--
extra : rebase_source : c17fb0a0650827dc2fc7ae811642387a4b86a85a
2015-05-05 10:32:00 -04:00
Ryan VanderMeulen
9c1044ef66 Backed out changeset c92c76073e9c (bug 1160877) for causing B2G phone startup crashes.
--HG--
extra : rebase_source : 35bfd977a1f0f164e56df642dc30ae47d1611a3a
2015-05-07 09:24:35 -04:00
Carsten "Tomcat" Book
16b16c3408 merge b2g-inbound to mozilla-central a=merge 2015-05-07 15:25:45 +02:00
Justin Dolske
ed9744ebce Bug 1161881 - Enable Pocket by default (in supported locales). r=gavin, a=dolske 2015-05-06 16:20:00 -07:00
Justin Dolske
47f49d9644 Bug 1162198 - [EME] Doorhanger that notifies user of DRM usage should include a Learn More link. r=gijs, a=dolske 2015-05-06 16:19:58 -07:00
Ryan VanderMeulen
e3e80152d7 Merge m-c to b2g-inbound. a=merge
CLOSED TREE
2015-05-06 16:28:53 -04:00
Ryan VanderMeulen
cc947f05d4 Merge inbound to m-c. a=merge 2015-05-06 16:26:26 -04:00
Ryan VanderMeulen
11cde0e724 Merge fx-team to m-c. a=merge 2015-05-06 16:20:55 -04:00
Ryan VanderMeulen
32f65d4f75 Merge b2g-inbound to m-c. a=merge 2015-05-06 16:01:31 -04:00
B2G Bumper Bot
54479212ec Bumping manifests a=b2g-bump 2015-05-06 12:57:40 -07:00
B2G Bumper Bot
232cc6d8a1 Bumping gaia.json for 3 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/6f889f462ec6
Author: Michael Henretty <michael.henretty@gmail.com>
Desc: Merge pull request #29835 from mikehenrty/gmarty-Bug-1159885-Status-bar-is-not-visible-on-multiple-attention-windows

Gmarty bug 1159885 status bar is not visible on multiple attention windows

========

https://hg.mozilla.org/integration/gaia-central/rev/9a97c4c06bb1
Author: Michael Henretty <michael.henretty@gmail.com>
Desc: Bug 1159885 - Do not set appearance when no top most window found

========

https://hg.mozilla.org/integration/gaia-central/rev/2c734649625d
Author: Guillaume Marty <edo999@gmail.com>
Desc: Bug 1159885 - Status bar is not visible on multiple attention windows
2015-05-06 12:55:21 -07:00
B2G Bumper Bot
0a0b726b4a Bumping manifests a=b2g-bump 2015-05-06 12:22:53 -07:00
B2G Bumper Bot
3d94e2c0dd Bumping gaia.json for 4 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/95598283f8bc
Author: autolander <bug.autolander@gmail.com>
Desc: Bug 1162131 - merge pull request #29924 from jonallengriffin:mdriver0.5 to mozilla-b2g:master

========

https://hg.mozilla.org/integration/gaia-central/rev/a65023ec604a
Author: Jonathan Griffin <jgriffin@mozilla.com>
Desc: Bug 1162131 - pin marionette-driver to 0.5, r=davehunt

========

https://hg.mozilla.org/integration/gaia-central/rev/d77e0236edfa
Author: autolander <bug.autolander@gmail.com>
Desc: Bug 1162131 - merge pull request #29923 from jonallengriffin:mdriver to mozilla-b2g:master

========

https://hg.mozilla.org/integration/gaia-central/rev/ef9287c11aa9
Author: Jonathan Griffin <jgriffin@mozilla.com>
Desc: Bug 1162131 - Pin marionette-driver to 0.6, r=davehunt
2015-05-06 12:20:20 -07:00
B2G Bumper Bot
d43ceaecd7 Bumping manifests a=b2g-bump 2015-05-06 11:35:33 -07:00
B2G Bumper Bot
f7960a30fb Bumping gaia.json for 22 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/1800b94e5ee3
Author: autolander <bug.autolander@gmail.com>
Desc: Bug 1159906 - merge pull request #29824 from stasm:1159906-ftu-remove-external_links to mozilla-b2g:master

========

https://hg.mozilla.org/integration/gaia-central/rev/3f7eb15e78ff
Author: Staś Małolepszy <stas@mozilla.com>
Desc: Bug 1159906 - Use DOM overlays in links. r=sfoster

========

https://hg.mozilla.org/integration/gaia-central/rev/a7c392117bd0
Author: autolander <bug.autolander@gmail.com>
Desc: Bug 1160667 - merge pull request #29870 from mikehenrty:bug-1160667-cancel-install to mozilla-b2g:master

========

https://hg.mozilla.org/integration/gaia-central/rev/82042fdf7102
Author: Michael Henretty <michael.henretty@gmail.com>
Desc: Bug 1160667 - Cancel install when opening lockscreen

========

https://hg.mozilla.org/integration/gaia-central/rev/dd844e191152
Author: autolander <bug.autolander@gmail.com>
Desc: Bug 1162102 - merge pull request #29921 from KevinGrandon:bug_1162102_remove_unused_iac_pref to mozilla-b2g:master

========

https://hg.mozilla.org/integration/gaia-central/rev/586e0c56b682
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Bug 1162102 - Remove unused test pref, dom.inter-app-communication-api.enabled

========

https://hg.mozilla.org/integration/gaia-central/rev/906dada71164
Author: autolander <bug.autolander@gmail.com>
Desc: Bug 805167 - merge pull request #29900 from joshua-s:bug-805167 to mozilla-b2g:master

========

https://hg.mozilla.org/integration/gaia-central/rev/fcd5ed8169ae
Author: Joshua Smith <thewanuki@gmail.com>
Desc: Fix Bug 805167 -  Reducing ring tone volume to vibration should vibrate shortly

========

https://hg.mozilla.org/integration/gaia-central/rev/7e2506993869
Author: autolander <bug.autolander@gmail.com>
Desc: Bug 1160191 - merge pull request #29915 from etiennesegonzac:bug-1160191 to mozilla-b2g:master

========

https://hg.mozilla.org/integration/gaia-central/rev/7cde2ed05fd2
Author: Etienne Segonzac <etienne@segonzac.info>
Desc: Bug 1160191 - Dialogs inside an appWindow element don't need to take the SHB into account. r=kgrandon

========

https://hg.mozilla.org/integration/gaia-central/rev/a364020722f6
Author: Eli Perelman <eli@eliperelman.com>
Desc: Merge pull request #29637 from eliperelman/bug-1112119-video

Bug 1112119 - Removing legacy performance tests from Video

========

https://hg.mozilla.org/integration/gaia-central/rev/db195a188690
Author: Eli Perelman <eli@eliperelman.com>
Desc: Bug 1112119 - Removing legacy performance tests from Video

========

https://hg.mozilla.org/integration/gaia-central/rev/1314c93e8b6c
Author: Eli Perelman <eli@eliperelman.com>
Desc: Merge pull request #29632 from eliperelman/bug-1112119-music

Bug 1112119 - Removing legacy performance tests from Music

========

https://hg.mozilla.org/integration/gaia-central/rev/153f06030149
Author: Eli Perelman <eli@eliperelman.com>
Desc: Bug 1112119 - Removing legacy performance tests from Music

========

https://hg.mozilla.org/integration/gaia-central/rev/a6a5af8f9baa
Author: Eli Perelman <eli@eliperelman.com>
Desc: Merge pull request #29630 from eliperelman/bug-1112119-gallery

Bug 1112119 - Removing legacy performance tests from Gallery

========

https://hg.mozilla.org/integration/gaia-central/rev/def9d4d2c1ba
Author: Eli Perelman <eli@eliperelman.com>
Desc: Bug 1112119 - Removing legacy performance tests from Gallery

========

https://hg.mozilla.org/integration/gaia-central/rev/e2b8ec09221d
Author: autolander <bug.autolander@gmail.com>
Desc: Bug 1135284 - merge pull request #29826 from gabrielesvelto:bug-1135284-call-control-supplementary-service-commands to mozilla-b2g:master

========

https://hg.mozilla.org/integration/gaia-central/rev/4e1579b62367
Author: Gabriele Svelto <gsvelto@mozilla.com>
Desc: Bug 1135284 - Do not show the MMI result overlay in response to call control supplementary service commands r=thills

========

https://hg.mozilla.org/integration/gaia-central/rev/359af70545ef
Author: autolander <bug.autolander@gmail.com>
Desc: Bug 1137094 - merge pull request #29906 from tedders1:bug-1137094-dont-pseudolocalize-html-tags to mozilla-b2g:master

========

https://hg.mozilla.org/integration/gaia-central/rev/ec4f68f07104
Author: Ted Clancy <tclancy@mozilla.com>
Desc: Bug 1137094 - Psuedo-locales shouldn't attempt to "translate" HTML tags. r=stas

========

https://hg.mozilla.org/integration/gaia-central/rev/21f13781e04c
Author: autolander <bug.autolander@gmail.com>
Desc: Bug 1160344 - merge pull request #29866 from yzen:bug-1160344 to mozilla-b2g:master

========

https://hg.mozilla.org/integration/gaia-central/rev/cb15ec0f372f
Author: Yura Zenevich <yzenevich@mozilla.com>
Desc: Bug 1160344 - removed outline when video element is tapped (in :focus).

Change-Id: Ice8797ed4d484240e3f26d994cf75852958d3bcc
2015-05-06 11:33:19 -07:00
aus@mozilla.com
16141b0b23 backout of bug 1161579 - blocking smoketests. a=RyanVM 2015-05-06 11:25:29 -07:00
Ryan VanderMeulen
8c304a4876 Backed out changeset 0cecdb107e91 (bug 1162036) for e10s browser_privatebrowsing_DownloadLastDirWithCPS.js failures.
CLOSED TREE

--HG--
extra : rebase_source : d9021ec4b0e810314138858194a56f4479edf21d
2015-05-06 12:07:00 -04:00
Ryan VanderMeulen
37e75ba5e6 Backed out changesets 230adc57e016 and 61bd6e2c6e72 (bug 1072898) for reftest failures.
CLOSED TREE
2015-05-06 11:27:32 -04:00
Gervase Markham
9f37b79c96 Bug 1161823 - Remove Pakistan entries from the PSL because our UTF-8 converter doesn't like them. r=gerv
CLOSED TREE
2015-05-06 11:23:37 -04:00
Trevor Saunders
a75cca3a44 no bug - fix -Wreturn-type warning on a CLOSED TREE 2015-05-06 11:12:46 -04:00
Carsten "Tomcat" Book
1c5956542b Backed out changeset 18474e89292a (bug 1161634) for m4 perma failures on a CLOSED TREE 2015-05-06 17:07:23 +02:00
Carsten "Tomcat" Book
5568f37fd2 Backed out changeset 7141b7088a89 (bug 1161634) 2015-05-06 17:06:46 +02:00
Carsten "Tomcat" Book
5263fa2e35 Backed out changeset 5a0f9070dd94 (bug 1147736) for bustage on a CLOSED TREE 2015-05-06 17:03:13 +02:00