Commit Graph

452988 Commits

Author SHA1 Message Date
Robert Helmer
29efc6f82d bug 1228792 - remove addons manager from eslint ignore r=mossop
--HG--
extra : commitid : KdM9mSmsxcJ
extra : rebase_source : a856987a05a67ca02dafa1a73c6c64072503262e
extra : histedit_source : 2134b25f630d9fe9976c7c81891b12525bf3044d
2015-12-02 18:41:58 -08:00
Robert Helmer
d4b4a83098 bug 1228792 - remove use of array comprehensions r=mossop
--HG--
extra : commitid : I7JbIRZK5Pk
extra : rebase_source : 516f056afbb164b0b7b9fd9889c5cc998626c15d
extra : histedit_source : da178544faf7ff52591d96712921ddd73de2b48a
2015-12-02 18:40:59 -08:00
Tom Tromey
1a37ace86b Bug 1035545 - show wrapped primitives specially in console and variable view; r=vporof,fitzgen 2015-12-03 13:09:48 -07:00
Brian Grinstead
69db7d4a63 Bug 1207868 - Fix lexical scope autocomplete for global 'let' and 'const';r=past
--HG--
extra : commitid : 7UugPolKfrw
2015-12-03 11:35:33 -08:00
Sebastian Kaspari
cea7faa939 Bug 1197720 - Introduce background service for downloadable content. r=rnewman
This patch introduces a background service for downloading content from a
catalog (bug 1200291). This catalog ships with the application and contains
only fonts in this first version (MOZ_ANDROID_EXCLUDE_FONTS).

For now this service is disabled by default (MOZ_ANDROID_DOWNLOAD_CONTENT_SERVICE).

--HG--
extra : commitid : 7v0q886zR9q
extra : rebase_source : cf877b0ab7d286d1f973daebc8c004b320e426c7
2015-12-02 20:28:00 +01:00
Brian Grinstead
54cb6670fc Bug 1220011 - Yield on 'console close' command in test (fixes permafail with bug 1224294 applied); r=jwalker
--HG--
extra : commitid : 8bpM49oABkB
2015-12-03 10:02:37 -05:00
Michael Comella
5c14ea4c04 Bug 1229892 - Move SetHomepagePreference config to xml from code. r=ahunt
Setting config in XML is easier to follow and less error-prone.

--HG--
extra : commitid : CKTIcLK4hmt
extra : rebase_source : c8e50121dea8f5eef2cad01f62b8af410f59c28a
2015-12-02 11:40:06 -08:00
Mark Capella
0a752a77f3 Bug 1215959 - (GeckoCarets2) - Flip on by default in nightly, r=snorp 2015-12-03 13:33:15 -05:00
Mark Banner
29741a4cfc Bug 1230147 - Loop is attempting to load OpenTok SDK's configs from the wrong places. r=mikedeboer 2015-12-03 18:00:32 +00:00
Patrick Brosset
c21276e895 Bug 1230093 - Make the import-headjs-globals rule store variables correctly; r=Mossop
--HG--
extra : commitid : E3S2akSJ38y
extra : rebase_source : 3c7eea380147f97e290809f41bb8b8a95c05ea3c
2015-12-03 11:17:02 +01:00
Nick Fitzgerald
886206e422 Bug 1229960 - Add support for computing and traversing dominator trees to HeapAnalysisWorker; r=jsantell
This commit defines `DominatorTreeNode`, a JS class representing a node in a
heap snapshot's dominator tree. Three heap analysis client/worker
request/responses request and create these `DominatorTreeNode`s. Unlike
censuses, dominator trees are too big to practically mirror in memory as JS
object structures. Instead, we have one request to get a partial/shallow
representation of the tree starting from the root, and another to get subsequent
children and siblings in the tree. This allows for incremental, lazy, and
bounded mirroring of the dominator tree as `DominatorTreeNode`s.
2015-12-03 09:15:13 -08:00
Michael Comella
48d600dfe2 Bug 1217484 - Wait for animations to finish in testNewTab. r=sebastian
By waiting an arbitrary amount of time. :(

--HG--
extra : commitid : Im0hXBMbDLn
extra : rebase_source : 245e5e85b2b05a9e8d1da2eefa880d9e977d7c0f
2015-12-02 14:01:46 -08:00
Michael Comella
27ebb24cc0 Bug 1229958 - Remove android:panelBackground. r=sebastian
There is no noticeable difference in background color of the menu on my 4.* GS4
or my 2.3 Nexus S, though perhaps it affects more than the menu.

The menu_panel_bg drawable is now unused so I removed that too.

--HG--
extra : commitid : KCVkyjjjDjL
extra : rebase_source : 42502a88bc5debbb4635aaaadb6d6dfba43a8ef1
2015-12-02 15:32:42 -08:00
Mike Conley
673a539ce8 Bug 1177310 - Don't flush windows synchronously on application shutdown. r=billm,feedback=ttaubert
Instead of synchronously flushing the windows, we use AsyncShutdown to
wait for all window flushes to finish.

--HG--
extra : commitid : 1dDdTLBcZrt
extra : rebase_source : ea10bed3dc4920e769e73a6469510d4f303b88dc
2015-11-13 14:46:37 -05:00
Mike Conley
c9f1c242db Bug 1177310 - TabStateFlusher Promises should always resolve. r=Yoric
They'll always resolve, but might receive a negative success state
and a message. We're doing this so that we can maintain a Set of
in-flight flushes that we can call Promise.all on (which will
fast-fail if any Promise rejects, or will just never resolve if
one or more of the Promises never resolve).

--HG--
extra : commitid : AkIM83IZCxK
extra : rebase_source : 4fb8eb059589299c87fcbd3c4e519a81a8b93def
2015-11-24 18:41:32 -05:00
Mike Conley
c7f3b9d350 Bug 1177310 - Add quit-application-granted to AsyncShutdown parent process phases. r=Yoric
--HG--
extra : commitid : EaEJ9tNEATY
extra : rebase_source : 7a5bfa8c5121f419a3afcfcc63335cf68b64755d
extra : amend_source : 4ef03492ba1ff7be58303c4e265bf9dbdf4a97bc
2015-11-13 14:47:13 -05:00
Tom Tromey
c543f1ba1f Bug 1224121 - fall back to non-authored editing for CSSOM-created rules; r=pbrosset 2015-12-03 08:55:14 -07:00
Tom Tromey
98339c1437 Bug 1224121 - change getRelativeRuleLine to return 0 for line-less rules; r=heycam 2015-12-03 08:55:13 -07:00
Panos Astithas
362b7a3220 Increase the minimum number of local matches in the awesomebar (bug 1219754); rs=mak 2015-12-03 17:35:08 +02:00
Tom Tromey
2f425d9745 Bug 1224735 - only emit one error per possible CPOW use; r=miker,Ms2ger 2015-12-03 07:54:43 -07:00
Alexandre Poirot
e21d0e189e Bug 1229328 - Remove preprocessing from toolbox-window.xul. r=bgrins 2015-12-03 06:42:35 -08:00
Alexandre Poirot
a23af9df7a Bug 1225473 - Cleanup DebuggerClient on about:debugging close and fetch only the target of the currently opened tab. r=janx 2015-12-03 06:42:35 -08:00
Alexandre Poirot
3c8759df7a Bug 1225473 - Support Service workers in child process. r=janx 2015-12-03 06:42:34 -08:00
Alexandre Poirot
84f75ec2e3 Bug 1225477 - Support listening for processes creation. r=jryans 2015-12-03 06:42:34 -08:00
Alexandre Poirot
ff259744e3 Bug 1227474 - Promisify all client methods. r=jryans 2015-12-03 06:42:34 -08:00
Mark Banner
5f4425d536 Bug 1230088 - Update Loop's use of eslint and eslint-plugin-react, fix warnings in latest versions and add a few more rules. r=mancus 2015-12-03 12:18:53 +00:00
Carsten "Tomcat" Book
576539a934 Merge mozilla-central to fx-team 2015-12-03 12:08:49 +01:00
Carsten "Tomcat" Book
df451fe7b0 merge mozilla-inbound to mozilla-central a=merge 2015-12-03 12:00:42 +01:00
Carsten "Tomcat" Book
4e9e4bed5a merge fx-team to mozilla-central a=merge 2015-12-03 11:58:40 +01:00
Carsten "Tomcat" Book
31f667fc7e merge b2g-inbound to mozilla-central a=merge 2015-12-03 11:57:06 +01:00
Mike de Boer
60cdb632cf Bug 1214215: Part 3 - disable functional tests temporarily until bug 1229926 is resolved. r=Standard8 2015-12-03 11:12:57 +01:00
Mike de Boer
a0a723f7cf Bug 1214215: Part 2 - remove screen sharing controls entirely from the conversation window. r=Standard8 2015-12-03 11:12:54 +01:00
Mike de Boer
fe8d3fc344 Bug 1214215: Part 1 - start sharing browser tabs when owner joins the room. r=Standard8 2015-12-03 11:12:52 +01:00
Patrick Brosset
7961b45178 Bug 1225514 - Simple fix for searching with attribute selectors in the inspector; r=bgrins
--HG--
extra : commitid : 1brbXfyitlh
extra : rebase_source : 96f2cefd686ac1adc11a5a718c398dcd45653ba6
extra : histedit_source : 900c59cdc81bb179b4561ec7e47973615a157d56%2C9904bb9ba241063e3cf5f98034013c52f19a1f75
2015-12-03 09:56:07 +01:00
Mark Banner
902d0fde8c Bug 1228999 - Undo css workaround in Loop's system-addon that was necessary as AUTHOR_SHEETS were previously not working correctly. r=mikedeboer 2015-12-03 07:43:25 +00:00
Botond Ballo
79efe79201 Bug 1069417 - Fix an error introduced when rebasing across bug 1021845 to reopen a CLOSED TREE. r=bustage 2015-12-03 02:20:35 -05:00
Phil Ringnalda
d594b09fdc Backed out 7 changesets (bug 1209967) for making Android Talos hang
CLOSED TREE

Backed out changeset e78763a5c2c3 (bug 1209967)
Backed out changeset cdd9b2d4b72a (bug 1209967)
Backed out changeset ced2c85d9f09 (bug 1209967)
Backed out changeset d458396e6f06 (bug 1209967)
Backed out changeset 5cea26659e0d (bug 1209967)
Backed out changeset 035f6f5db4fe (bug 1209967)
Backed out changeset 7942bfbde7f2 (bug 1209967)

--HG--
rename : mobile/android/base/resources/drawable-hdpi-v11/ic_menu_back.png => mobile/android/base/resources/drawable-hdpi/ic_menu_back.png
rename : mobile/android/base/resources/drawable-xhdpi-v11/ic_menu_back.png => mobile/android/base/resources/drawable-xhdpi/ic_menu_back.png
2015-12-02 20:45:26 -08:00
Jared Wein
a982a98c40 Bug 1227711 - Add a box-shadow to the XUL alerts. ui-r=shorlander r=MattN
--HG--
extra : rebase_source : f9caae3660dea17cfacb607608914fb5ab6900cb
2015-12-02 22:21:20 -05:00
Kris Maglione
5c5a4d1119 Bug 1190688: Part 2 - [webext] Add tests for executeScript permission checks. r=billm
--HG--
rename : browser/components/extensions/test/browser/browser_ext_tabs_executeScript.js => browser/components/extensions/test/browser/browser_ext_tabs_executeScript_good.js
extra : commitid : iRaiDjAAti
extra : rebase_source : 3906f8f3ffaf91815f9463564b9e6243f443750c
extra : source : 1d5e9f3d094d075cfda767dd2108b07c7f8557de
2015-12-02 15:07:02 -08:00
ffxbld
a41140702e No bug, Automated blocklist update from host bld-linux64-spot-369 - a=blocklist-update 2015-12-02 14:59:19 -08:00
ffxbld
d661411aa5 No bug, Automated HPKP preload list update from host bld-linux64-spot-369 - a=hpkp-update 2015-12-02 14:59:16 -08:00
ffxbld
eb8afa37f2 No bug, Automated HSTS preload list update from host bld-linux64-spot-369 - a=hsts-update 2015-12-02 14:59:14 -08:00
B2G Bumper Bot
b277a20094 Bumping manifests a=b2g-bump 2015-12-02 14:35:46 -08:00
B2G Bumper Bot
fe5eb1ce13 Bumping gaia.json for 4 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/91dde7178270
Author: punamdahiya <punamdahiya@yahoo.com>
Desc: Merge pull request #33333 from punamdahiya/Bug1219661

Bug 1219661 - [Gallery] Implement share image using select view Gij test

========

https://hg.mozilla.org/integration/gaia-central/rev/3a6268583353
Author: Punam Dahiya <punamdahiya@yahoo.com>
Desc: Bug 1219661 - [Gallery] Implement share image using select view Gij test

========

https://hg.mozilla.org/integration/gaia-central/rev/2116387c60d4
Author: Gareth Aye <gareth.aye@gmail.com>
Desc: Bump marionette-client version to 1.9.4 r=yzen

========

https://hg.mozilla.org/integration/gaia-central/rev/b767fc0a09f3
Author: Yura Zenevich <yzenevich@mozilla.com>
Desc: Revert "Merge pull request #33474 from yzen/bug-1229472"

This reverts commit 479875e59be2676899f8cfe80c7fe7f409e966b8, reversing
changes made to 9fe913fa95ce1f8f0841fc7ab8fd9fec6fa1077d.
2015-12-02 14:35:30 -08:00
B2G Bumper Bot
396f8ad53c Bumping manifests a=b2g-bump 2015-12-02 13:24:57 -08:00
B2G Bumper Bot
ea2a348f7d Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/9a07faf21aa4
Author: Yura Zenevich <yura.zenevich@gmail.com>
Desc: Merge pull request #33467 from yzen/bug-1154035

Bug 1154035 - enabling Gij a11y checks for now passing tests.

========

https://hg.mozilla.org/integration/gaia-central/rev/25aebf8a226b
Author: Yura Zenevich <yzenevich@mozilla.com>
Desc: Bug 1154035 - enabling Gij a11y checks for now passing tests. Making a11y checks enabled by default. Explicitly disabling a11y checks for failing tests.
2015-12-02 13:24:42 -08:00
B2G Bumper Bot
7d2db2668c Bumping manifests a=b2g-bump 2015-12-02 13:00:29 -08:00
B2G Bumper Bot
ca00a41f5d Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/617453acd6c5
Author: Ghislain 'Aus' Lacroix <aus@noiseport.org>
Desc: Merge pull request #33475 from nullaus/bug1229096

Bug1229096 - Check major version of npm for compatibility. r=yzen

========

https://hg.mozilla.org/integration/gaia-central/rev/01853811400c
Author: Ghislain 'Aus' Lacroix <aus@mozilla.com>
Desc: Bug 1229096 - Check npm major version for compatibility. r=yzen
2015-12-02 13:00:13 -08:00
B2G Bumper Bot
3cc49ac9cf Bumping manifests a=b2g-bump 2015-12-02 11:50:31 -08:00
B2G Bumper Bot
7d2df28d75 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/09e0a982f51d
Author: Reza Akhavan <reza@akhavan.me>
Desc: Merge pull request #33486 from jedireza/settings-strings-fix-1179425

Bug 1179425 - Fix ellipses and pluralization in new settings strings

========

https://hg.mozilla.org/integration/gaia-central/rev/dc9ee1607418
Author: jedireza <reza@akhavan.me>
Desc: Bug 1179425 - Fix ellipses and pluralization in new settings strings
2015-12-02 11:50:15 -08:00