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

142 Коммитов

Автор SHA1 Сообщение Дата
Mark Banner 6afe18b30a Bug 1440379 - Tidy up ESlint no-unused-vars definitions wrt Ci/Cu/Cr/Cc usage for varsIgnorePattern. r=florian
MozReview-Commit-ID: HmliR8iNRDq

--HG--
extra : rebase_source : 483ae0b54b9e781cceac2accdfb2255d725ace6a
2018-02-22 16:55:36 +00:00
Florian Quèze 682b1ec3b2 Bug 1440284 - change this.EXPORTED_SYMBOLS back to var EXPORTED_SYMBOLS in JS modules, r=mccr8. 2018-02-23 20:50:01 +01:00
Johann Hofmann f2c5d2f4ff Bug 1436568 - Make "clear your recent history" a button instead of a link. r=nhnt11
MozReview-Commit-ID: 1KDXu9OtmHm

--HG--
extra : rebase_source : 7046240e28ac035f839d80d88e50d7522d2cef5b
2018-02-19 23:02:33 +01:00
Paolo Amadini 7a2372af52 Bug 1439358 - Part 7 - Close the main view synchronously before opening it in a different panel. r=Gijs
This also updates the AppMenu mozscreenshots module to work with the Photon main menu.

MozReview-Commit-ID: FciQH815F95

--HG--
extra : rebase_source : 5c129b0d4aa824bbe899066f2bb197106d1c0408
2018-02-22 11:25:10 +00:00
Timothy Guan-tin Chien a2a559db3e Bug 1234008 - Recompress some png images with zopflipng r=Dolske,Grisha,jryans
MozReview-Commit-ID: Cr2iMSB04uu

--HG--
extra : rebase_source : 49f69cca3a4f27af1060ed82283b5cc96f717229
2018-01-27 15:57:42 +08:00
Andrew McCreight 5dec0e0beb Bug 1432992, part 1 - Remove definitions of Ci, Cr, Cc, and Cu. r=florian
This patch was autogenerated by my decomponents.py

It covers almost every file with the extension js, jsm, html, py,
xhtml, or xul.

It removes blank lines after removed lines, when the removed lines are
preceded by either blank lines or the start of a new block. The "start
of a new block" is defined fairly hackily: either the line starts with
//, ends with */, ends with {, <![CDATA[, """ or '''. The first two
cover comments, the third one covers JS, the fourth covers JS embedded
in XUL, and the final two cover JS embedded in Python. This also
applies if the removed line was the first line of the file.

It covers the pattern matching cases like "var {classes: Cc,
interfaces: Ci, utils: Cu, results: Cr} = Components;". It'll remove
the entire thing if they are all either Ci, Cr, Cc or Cu, or it will
remove the appropriate ones and leave the residue behind. If there's
only one behind, then it will turn it into a normal, non-pattern
matching variable definition. (For instance, "const { classes: Cc,
Constructor: CC, interfaces: Ci, utils: Cu } = Components" becomes
"const CC = Components.Constructor".)

MozReview-Commit-ID: DeSHcClQ7cG

--HG--
extra : rebase_source : d9c41878036c1ef7766ef5e91a7005025bc1d72b
2018-02-06 09:36:57 -08:00
Kris Maglione 918ed6c474 Bug 1431533: Part 5a - Auto-rewrite code to use ChromeUtils import methods. r=florian
This was done using the following script:
37e3803c7a/processors/chromeutils-import.jsm

MozReview-Commit-ID: 1Nc3XDu0wGl

--HG--
extra : source : 12fc4dee861c812fd2bd032c63ef17af61800c70
extra : intermediate-source : 34c999fa006bffe8705cf50c54708aa21a962e62
extra : histedit_source : b2be2c5e5d226e6c347312456a6ae339c1e634b0
2018-01-29 15:20:18 -08:00
Cosmin Sabou 9a65a40178 Backed out 3 changesets (bug 1431533) for Android mochitest failures on testEventDispatcher on a CLOSED TREE
Backed out changeset a1eca62826a1 (bug 1431533)
Backed out changeset 34c999fa006b (bug 1431533)
Backed out changeset e2674287e57f (bug 1431533)
2018-01-30 07:17:48 +02:00
Kris Maglione 6476f95b13 Bug 1431533: Part 5a - Auto-rewrite code to use ChromeUtils import methods. r=florian
This was done using the following script:
37e3803c7a/processors/chromeutils-import.jsm

MozReview-Commit-ID: 1Nc3XDu0wGl

--HG--
extra : source : 12fc4dee861c812fd2bd032c63ef17af61800c70
2018-01-29 15:20:18 -08:00
Brindusan Cristian af8879d1eb Backed out 2 changesets (bug 1431533) for ESlint failures on a CLOSED TREE
Backed out changeset 6e56f4c8843e (bug 1431533)
Backed out changeset 12fc4dee861c (bug 1431533)
2018-01-30 02:32:43 +02:00
Kris Maglione c276bb9375 Bug 1431533: Part 5a - Auto-rewrite code to use ChromeUtils import methods. r=florian
This was done using the following script:
37e3803c7a/processors/chromeutils-import.jsm

MozReview-Commit-ID: 1Nc3XDu0wGl

--HG--
extra : rebase_source : c004a023389f1f6bf3d2f3efe93c13d423b23ccd
2018-01-29 15:20:18 -08:00
Matthew Noorenberghe 7e4ebd508a Bug 1431394 - Follow-up lint fix and comment re-order. r=bustage
--HG--
extra : histedit_source : 28f212b9c8c4411a6d03faddc8be8af5a4bdf18c
2018-01-22 18:13:27 -08:00
Edan Reynolds e8281edb09 Bug 1431394 - requestCompleteLog so mozprocess knows we're still alive for the long session. r=MattN 2018-01-23 15:30:17 +11:00
grenewode cc1dd65f18 Bug 1420733 - Adds support for skipping a configuration and correctly handling other exceptions. r=jaws.
MozReview-Commit-ID: FlvEw5I4bFn

--HG--
extra : rebase_source : 6176970fb654f07015a418f4b1f16324448e820a
2018-01-16 12:35:27 -08:00
Matthew Noorenberghe 65b717e2b0 Bug 1425394 - requestCompleteLog for browser_primaryUI.js to see if it fixes timeouts. r=intermittent
--HG--
extra : rebase_source : fffe257fc6eb5d2dd31f930dbac1059059909bff
2018-01-16 09:36:21 -08:00
Fischer.json 7455cf7705 Bug 1427973 - Should track the origins of `openPreferences` from mozscreenshots and urlbarBindings.xml, r=jaws
MozReview-Commit-ID: KH0secI5Ab2

--HG--
extra : rebase_source : d25ba76f368952a010bb2460e78aa17ff4079d59
2018-01-04 17:24:40 +08:00
Cameron McCormack afa1299635 Bug 1427419 - Part 24: Move pseudo-class lock methods from inIDOMUtils to InspectorUtils. r=bz
MozReview-Commit-ID: ItruGMmf5Ih
2018-01-11 12:38:01 +08:00
Johann Hofmann 84c3bfe4ba Bug 1414741 - Hide identity popup shadow using a class name instead of setting inline styles. r=MattN
I'm not sure why, but the -moz-window-shadow property seems to be restricted
to chrome style sheets (it may be related to the work done in bug 1069192, but
I decided to stop going down that rabbit hole at some point and just go for a
simple fix).

MozReview-Commit-ID: Ho4xGLTcFN7

--HG--
extra : rebase_source : e8a6707abd621928752211adaf08b880e54eefb4
2017-12-21 09:36:28 +01:00
arthur.iakab 373adc6f0d Merge Inbound to mozilla-central r=merge a=merge 2017-12-22 00:19:24 +02:00
Matthew Noorenberghe 6a581383c3 Bug 1425502 - Disable macOS notification center UI before starting mozscreenshots. r=jmaher,johannh
MozReview-Commit-ID: GfvhQISwLZN

--HG--
extra : rebase_source : 67ee636cc9366ea096eb22aa27e4fcd564f84243
2017-12-21 00:13:16 -05:00
Johann Hofmann 85062d9171 Bug 1381817 - Scroll tabstrip to the beginning in mozscreenshots twoPinnedWithOverflow config. r=MattN
MozReview-Commit-ID: 9NCRXVkcU6s

--HG--
extra : rebase_source : 635e14106ea9f633319079ecf89ba4fe1b8ce8c3
2017-12-16 16:29:06 -05:00
Matthew Noorenberghe 4469f2c068 Bug 1417603 - Use GECKO_HEAD_REPOSITORY to determine if mozscreenshots should be uploaded. r=me
MOZ_SOURCE_REPO only works on Linux
2017-12-21 00:55:53 -05:00
Matthew Noorenberghe 5df92b93f9 Bug 1417603 - Don't upload mozscreenshots on integration branches. r=johannh
MozReview-Commit-ID: Cx8n68j22nL

--HG--
extra : rebase_source : 9171db7136bea7789b9e102045bc9392cbb549f0
2017-12-15 13:38:39 -06:00
Jared Wein a279f98090 Bug 1425358 - Wait for all tab titles to be displayed in Tabs.jsm before taking screenshots. r=MattN
MozReview-Commit-ID: G4gDBezgdEd

--HG--
extra : rebase_source : f81a7b99ff27c34eb69855a15872669c928fd118
2017-12-14 16:59:46 -06:00
Cosmin Sabou a96447bf57 Backed out changeset fd98493f58fa (bug 1425358) screenshot failures at browser/tools/mozscreenshots/primaryUI/browser_primaryUI.js r=backout on a CLOSED TREE 2017-12-15 21:26:46 +02:00
Jared Wein 883db571f5 Bug 1425294 - Use a hardcoded background color for mozscreenshots so the APNG will not have transparency. r=MattN
MozReview-Commit-ID: CUwTQdXPBg6

--HG--
extra : rebase_source : ad8fccd68da35132e93052148cf289a83ca13d1c
2017-12-14 13:42:56 -06:00
Jared Wein 204b5d9ef6 Bug 1425358 - Wait for all tab titles to be displayed in Tabs.jsm before taking screenshots. r=MattN
MozReview-Commit-ID: G4gDBezgdEd

--HG--
extra : rebase_source : 8a918cc7581a8b0a7d74719c9d0546d3d07f7a0f
2017-12-14 16:59:46 -06:00
Matthew Noorenberghe 50ea6297fb Bug 1425349 - Fix mozscreenshots logging where multiple log arguments were used. r=johannh
MozReview-Commit-ID: LW8vNkBYTGx

--HG--
extra : rebase_source : 201508c48d2d5fc5816d776d89e9f7fe4eee386e
2017-12-14 16:34:39 -06:00
Margareta Eliza Balazs 31d6374e80 Backed out changeset 950963c8a8e1 (bug 1425294) for failing ss in browser/tools/mozscreenshots/browser_screenshots_cropping.js r=backout on a CLOSED TREE 2017-12-15 09:35:16 +02:00
Jared Wein 5d284a763f Bug 1425370 - Fix DPI scaling for mozscreenshots. r=MattN
MozReview-Commit-ID: LjmcLImLx0d

--HG--
extra : rebase_source : 8233c260892c77456f9d6e1e8f0786b2984aaa05
2017-12-14 17:44:37 -06:00
Johann Hofmann 97644c30a1 Bug 1414741 - Disable control center shadow in mozscreenshots. r=MattN
MozReview-Commit-ID: FLyfMIaMloT

--HG--
extra : rebase_source : 1a2755b66f95ec8f1a6a000d22ed52a2103c3419
2017-12-14 10:40:38 -06:00
Jared Wein eaae914ec1 Bug 1425294 - Use a hardcoded background color for mozscreenshots so the APNG will not have transparency. r=MattN
MozReview-Commit-ID: CUwTQdXPBg6

--HG--
extra : rebase_source : 72434545e8136e93072a9a24fad6c7101289c6c2
2017-12-14 13:42:56 -06:00
Masatoshi Kimura 295faed3f9 Bug 1418914 - Move E10SUtils.jsm into toolkit/. r=mossop
MozReview-Commit-ID: EgDzEEKAeh1

--HG--
rename : browser/modules/E10SUtils.jsm => toolkit/modules/E10SUtils.jsm
extra : rebase_source : 0920ce818773af797a0daf3cf4ae90af41d71d2a
2017-12-12 21:35:16 +09:00
grenewode 77b0fc82d9 Bug 1419840 - Draws rectangles for elements rather than the union of the selected regions. r=jaws.
Also adds new & updated test cases to browser_screenshots_cropping.js and browser_boundingbox.js

MozReview-Commit-ID: 46RSMb7DRg5

--HG--
extra : rebase_source : 43783e2c11d7b0e7f0cd2534a5b2cf18ff6780b8
2017-11-26 12:39:55 -05:00
grenewode 39d077ca3c Bug 1412357 - Added mochitest asserts + logging to TestRunner.jsm. r=mconley
Moved the call to TestRunner.initTest to head.js so that it only needs to be called once.
Also, TestRunner._findBoundingbox now throws exceptions instead of returning null, which makes debugging and testing easier.

MozReview-Commit-ID: LpJmEL3CfKd

--HG--
extra : rebase_source : f54f5aa295062cf41ce901cfdaa4e26dd52cf982
2017-11-11 18:55:53 -05:00
Robin Miller 189e35c016 Bug 1403686 - Crops screenshots to a region based on a selector. Initial Impl of cropping with Chris Cho. r=jaws
Can now crop screenshots to a given list of XUL elements, which is specified by CSS selectors or custom functions.
Also changed behavior so that if different window types are given, the application exits.

MozReview-Commit-ID: CqmIJFufONw

--HG--
extra : rebase_source : ede33b1c25a8507cdc6abcc6f4bc697e3acd9f0d
2017-10-14 17:00:37 -04:00
Brindusan Cristian 9a077dca00 Backed out changeset da9706e0d3c2 (bug 1403686) for ESlint failures on browser_screenshots_cropping.js r=backout on a CLOSED TREE 2017-11-20 21:19:56 +02:00
Robin Miller 4682a8d278 Bug 1403686 - Crops screenshots to a region based on a selector. Initial Impl of cropping with Chris Cho. r=jaws
Can now crop screenshots to a given list of XUL elements, which is specified by CSS selectors or custom functions.
Also changed behavior so that if different window types are given, the application exits.

MozReview-Commit-ID: CqmIJFufONw

--HG--
extra : rebase_source : ae0f9c3b2ba8d179d9cbccbc43043655247841b6
2017-10-14 17:00:37 -04:00
Tom Ritter d38adaf1d5 Bug 1411742 Remove all references to media.getusermedia.screensharing.allowed_domains as we have removed all uses of it in the code r=jib
MozReview-Commit-ID: 7lziGDZZ3E4

--HG--
extra : rebase_source : 16e48a6f57fe4c8a05f386db68de01e42ae1e0bb
2017-10-26 11:46:37 -05:00
Joel Maher eb7c7c286f Bug 1417653 - clean up a few moz.build files that have typos. r=gbrown 2017-11-16 08:56:51 -05:00
Rand Mustafa dc1e2d3863 Bug 1416796 - Add UI densities configuration to a default set r=mconley.
MozReview-Commit-ID: 9LQ8DdzNodN

--HG--
extra : rebase_source : b2ba34a48e427bb35caf84ac0ff4687f5e4467dc
2017-11-13 13:33:58 -05:00
Brian Grinstead fc2a960290 Bug 1403977 - Show taller toolbox for tool-specific screenshots;r=MattN
MozReview-Commit-ID: 27O0YDdFbzr

--HG--
extra : rebase_source : 328c0a35fe9527f823c7617996f4966c4a5db643
2017-11-10 15:12:53 -08:00
Margareta Eliza Balazs c7865cd20e Backed out changeset fd1ee37cb15c (bug 1403686) for failing ss in browser/tools/mozscreenshots/controlCenter/browser_controlCenter.js r=backout on a CLOSED TREE 2017-11-07 21:07:11 +02:00
Robin Miller 81cb1ae5b8 Bug 1403686 - Crops screenshots to a region based on a selector. r=jaws
Can now crop screenshots properly, for basic cases.
Also changed behavior so that if different window types are given, the application exits.

MozReview-Commit-ID: CqmIJFufONw

--HG--
extra : rebase_source : 9b8ce0c3fc044403064676c02f810c9258e85ee4
2017-10-14 17:00:37 -04:00
Coroiu Cristina de0efca714 Backed out changeset d3ed36f4fb7a (bug 1403686) for failing xpcshell on browser/tools/mozscreenshots/tests/xpcshell/test_testConfigurations.js r=backout on a CLOSED TREE 2017-11-06 20:59:15 +02:00
Robin Miller ebcc9cb494 Bug 1403686 - Crops screenshots to a region based on a selector. r=jaws
Can now crop screenshots properly, for basic cases.
Also changed behavior so that if different window types are given, the application exits.

MozReview-Commit-ID: CqmIJFufONw

--HG--
extra : rebase_source : 7cdc7c4ce62959930c55491b277923b372929bc6
2017-10-14 17:00:37 -04:00
grenewode de4f072c15 Bug 1414053 - Adds the boundary crossing callback to DevTools.jsm. r=mconley
Also, once this lands, it should clean up some of the failing tests on Bugs #1403686 and #1412357.

MozReview-Commit-ID: 5rCjjlzuavq

--HG--
extra : rebase_source : 134192b98d306d8c9313ccdcfe5106b0db4dadb3
2017-11-02 16:30:14 -04:00
Rand Mustafa be1264a96f Bug 1411339 - Configuration for different UI densities. r=jaws,mconley
MozReview-Commit-ID: HDz4USew9YM

--HG--
extra : rebase_source : 671e137b61718e798270782476487aad29aa1f3c
2017-10-27 14:26:01 -04:00
Rand Mustafa 1151820f71 Bug 1411602 - controlCenter_about does not show the control center. r=MattN
MozReview-Commit-ID: 7d0dvAebymF

--HG--
extra : rebase_source : 0acda3bbb5b2677c0a0e31b37c21dcc1e2753d55
2017-11-03 16:39:30 -04:00
Mike Williams 42f369953b Bug 1403682 - Add _findBoundingBox function and tests for mozscreenshots cropping; r=jaws
MozReview-Commit-ID: 7kvVsF3Wq3z

--HG--
extra : rebase_source : ac838d9888fdba002008bbf788ed3c7c6743f6ed
2017-10-14 11:13:32 -04:00