32c2569fd0e846a237539ac8210282bbf9ff7976: Bug 1264691 - [rep tests] Add tests for object-with-text rep. r=Honza
Lin Clark <lclark@mozilla.com> - Tue, 21 Jun 2016 16:19:50 -0400 - rev 343284
Push
6389 by raliiev@mozilla.com at Mon, 19 Sep 2016 13:38:22 +0000
Bug 1264691 - [rep tests] Add tests for object-with-text rep. r=Honza
5f550071f889ff522db03e1e8e86e4cea11b4962: Bug 1278823 - styleeditor: fix csscoverage report creation;r=jryans
Julian Descottes <jdescottes@mozilla.com> - Tue, 28 Jun 2016 11:18:39 +0200 - rev 343283
Push
6389 by raliiev@mozilla.com at Mon, 19 Sep 2016 13:38:22 +0000
Bug 1278823 - styleeditor: fix csscoverage report creation;r=jryans
The sheetToUrl function in csscoverage is only used to create ids for the
csscoverage map of knownRules. Instead of asking the UI to format stylesheet
URLs using the same logic as the server, StyleEditor.jsm now sends the
stylesheet actor to create the report. The csscoverage actor can then compute
the stylesheet URL on the server.
MozReview-Commit-ID: GDtWhbi2ScW
1d60f33e7a441b21f89257cd105ccf61f3745430: Bug 1278823 - fix eslint issues in StyleEditorUI.jsm;r=tromey
Julian Descottes <jdescottes@mozilla.com> - Tue, 21 Jun 2016 12:21:47 +0200 - rev 343282
Push
6389 by raliiev@mozilla.com at Mon, 19 Sep 2016 13:38:22 +0000
Bug 1278823 - fix eslint issues in StyleEditorUI.jsm;r=tromey
MozReview-Commit-ID: 7rI0Kw56Vp4
7b4e8a8e4f0b3a13e0862d8b54f7e9967069b6d9: Merge mozilla-central to fx-team
Carsten "Tomcat" Book <cbook@mozilla.com> - Thu, 30 Jun 2016 12:51:35 +0200 - rev 343281
Push
6389 by raliiev@mozilla.com at Mon, 19 Sep 2016 13:38:22 +0000
Merge mozilla-central to fx-team
94d072b1e22be1b41dae68a6f91e9a2e5d232f98: Bug 1283186 - Only print error instead of throwing when a key shortcut is invalid. r=bgrins
Alexandre Poirot <poirot.alex@gmail.com> - Thu, 30 Jun 2016 01:29:56 -0700 - rev 343280
Push
6389 by raliiev@mozilla.com at Mon, 19 Sep 2016 13:38:22 +0000
Bug 1283186 - Only print error instead of throwing when a key shortcut is invalid. r=bgrins
61ed5c0d64195c58de57489147046aeaf14252d3: Merge mozilla-central to autoland
Carsten "Tomcat" Book <cbook@mozilla.com> - Thu, 30 Jun 2016 14:15:28 +0200 - rev 343279
Push
6389 by raliiev@mozilla.com at Mon, 19 Sep 2016 13:38:22 +0000
Merge mozilla-central to autoland
254fadf6315928bca4ef93466e6c75524e8a6b5e: Bug 1258505 - Warn about misformatted --pref arguments; r=maja_zf
Anjana Vakil <anjanavakil@gmail.com> - Wed, 29 Jun 2016 18:57:02 +0200 - rev 343278
Push
6389 by raliiev@mozilla.com at Mon, 19 Sep 2016 13:38:22 +0000
Bug 1258505 - Warn about misformatted --pref arguments; r=maja_zf
In BaseMarionetteArguments._get_preferences, called by verify_usage,
print warning about poorly formatted --pref argument(s)
passed to the mach command, which are ignored.
MozReview-Commit-ID: EQHpvMuB9x8
34ef0f60e636a595d884a4fd642a943e50500012: Bug 1258505 - Fix verification of total_chunks argument; r=maja_zf
Anjana Vakil <anjanavakil@gmail.com> - Wed, 29 Jun 2016 18:03:46 +0200 - rev 343277
Push
6389 by raliiev@mozilla.com at Mon, 19 Sep 2016 13:38:22 +0000
Bug 1258505 - Fix verification of total_chunks argument; r=maja_zf
In BaseMarionetteArguments.verify_usage, require
total_chunks > 1, as described in error message
(not >= 1 as previously).
MozReview-Commit-ID: 1EftQpfHpo9
6b8a445ab25b197256bd044ecd9abc3fd849168a: Bug 1258505 - Replace print/exit statements with errors; r=maja_zf
Anjana Vakil <anjanavakil@gmail.com> - Wed, 29 Jun 2016 17:58:16 +0200 - rev 343276
Push
6389 by raliiev@mozilla.com at Mon, 19 Sep 2016 13:38:22 +0000
Bug 1258505 - Replace print/exit statements with errors; r=maja_zf
In BaseMarionetteArguments.verify_usage, some checks for incorrect
usage were printing messages to the console then exiting.
Replace these with `self.error` statements for consistency
and user-friendliness.
MozReview-Commit-ID: 39AYtqiV8Ue
87a7c1c41a431aba1f54016bcaab0876ab49ec60: Bug 1258505 - Report all missing test files before exiting; r=maja_zf
Anjana Vakil <anjanavakil@gmail.com> - Fri, 24 Jun 2016 15:28:24 +0200 - rev 343275
Push
6389 by raliiev@mozilla.com at Mon, 19 Sep 2016 13:38:22 +0000
Bug 1258505 - Report all missing test files before exiting; r=maja_zf
In BaseMarionetteArguments.verify_usage, print all missing
test file names before exiting, saving the user from
possibly facing multiple exits one after the other.
MozReview-Commit-ID: 8Q6Ixom1Rrz
d218260e3e524040e7e712af2f7fbcba04073cd9: Bug 1258505 - Rewrite Marionette mach commands to avoid parse_args; r=maja_zf
Anjana Vakil <anjanavakil@gmail.com> - Wed, 29 Jun 2016 18:55:32 +0200 - rev 343274
Push
6389 by raliiev@mozilla.com at Mon, 19 Sep 2016 13:38:22 +0000
Bug 1258505 - Rewrite Marionette mach commands to avoid parse_args; r=maja_zf
Given the implementation of BaseMarionetteArguments.parse_known_args,
remove call to parser.parse_args in Marionette mach commands
(marionette-test, session-test,
firefox-ui-update, firefox-ui-functional,
external-media-tests).
Instead, create an argparse.Namespace from the already-parsed
arguments, and pass this to parser.verify_usage.
MozReview-Commit-ID: 20agrkhwlLF
1981b4bfa973881ed28be0dbba41553fcb40799f: Bug 1258505 - Implement BaseMarionetteArguments.parse_known_args; r=maja_zf
Anjana Vakil <anjanavakil@gmail.com> - Mon, 27 Jun 2016 16:49:14 +0200 - rev 343273
Push
6389 by raliiev@mozilla.com at Mon, 19 Sep 2016 13:38:22 +0000
Bug 1258505 - Implement BaseMarionetteArguments.parse_known_args; r=maja_zf
Implement BaseMarionetteArguments.parse_known_args, which is
expected by mach's command dispatcher.
Replaces BaseMarionetteArguments.parse_args,
as ArgumentParser.parse_args calls self.parse_known_args.
MozReview-Commit-ID: 9UDBbsSFWWw
1b1117b53d1321fffeac830671cb4f3ce7d9cdb9: Bug 1283379 - have RESTRequest log on channel redirect. r=tcsc
Mark Hammond <mhammond@skippinet.com.au> - Thu, 30 Jun 2016 17:15:35 +1000 - rev 343272
Push
6389 by raliiev@mozilla.com at Mon, 19 Sep 2016 13:38:22 +0000
Bug 1283379 - have RESTRequest log on channel redirect. r=tcsc
MozReview-Commit-ID: 5QakocdCw7k
fc64969ac221ee16036001dcc4057c4f6be9bd1f: Merge mozilla-central to autoland
Carsten "Tomcat" Book <cbook@mozilla.com> - Thu, 30 Jun 2016 12:53:52 +0200 - rev 343271
Push
6389 by raliiev@mozilla.com at Mon, 19 Sep 2016 13:38:22 +0000
Merge mozilla-central to autoland
81d9282d7643f16f9289a635ddb11300badaa133: Bug 1283269 - Fix build on gonk r=nical
Alexandre Lissy <lissyx@lissyx.dyndns.org> - Wed, 29 Jun 2016 23:29:32 +0200 - rev 343270
Push
6389 by raliiev@mozilla.com at Mon, 19 Sep 2016 13:38:22 +0000
Bug 1283269 - Fix build on gonk r=nical
MozReview-Commit-ID: C4ho5hloREj
82e1f1b9c0559f38a8460e2f2f3044de4c7712d6: Backed out changeset bcd10b16cb33 (bug 1283135) on developers request
Carsten "Tomcat" Book <cbook@mozilla.com> - Thu, 30 Jun 2016 13:49:58 +0200 - rev 343269
Push
6389 by raliiev@mozilla.com at Mon, 19 Sep 2016 13:38:22 +0000
Backed out changeset bcd10b16cb33 (
bug 1283135) on developers request
bcf4ff0c3eef498cd853a88270c75c161e524549: merge mozilla-inbound to mozilla-central a=merge
Carsten "Tomcat" Book <cbook@mozilla.com> - Thu, 30 Jun 2016 12:33:41 +0200 - rev 343268
Push
6389 by raliiev@mozilla.com at Mon, 19 Sep 2016 13:38:22 +0000
merge mozilla-inbound to mozilla-central a=merge
633d41ede644bf0fed6ca98328168d9c8f44c1de: Backed out changeset c34ec3e0884c (bug 1248163) for hazard failures
Carsten "Tomcat" Book <cbook@mozilla.com> - Thu, 30 Jun 2016 07:20:30 +0200 - rev 343267
Push
6389 by raliiev@mozilla.com at Mon, 19 Sep 2016 13:38:22 +0000
Backed out changeset c34ec3e0884c (
bug 1248163) for hazard failures
4cddfe07a253953f313966401fb8239f24b35be0: Bug 1282334 followup - Remove pointless DOMFullscreenHandler._fullscreenDoc. r=dao
Xidorn Quan <me@upsuper.org> - Thu, 30 Jun 2016 14:57:30 +1000 - rev 343266
Push
6389 by raliiev@mozilla.com at Mon, 19 Sep 2016 13:38:22 +0000
Bug 1282334 followup - Remove pointless DOMFullscreenHandler._fullscreenDoc. r=dao
MozReview-Commit-ID: HHoDOeVJNu2
0d69294a888e9d1e4ec3c5b67be1aba058fdc080: Bug 1282334 part 2 - Ensure scheduling flush for fullscreen change. r=smaug
Xidorn Quan <me@upsuper.org> - Thu, 30 Jun 2016 14:57:30 +1000 - rev 343265
Push
6389 by raliiev@mozilla.com at Mon, 19 Sep 2016 13:38:22 +0000
Bug 1282334 part 2 - Ensure scheduling flush for fullscreen change. r=smaug
The refresh driver may not be triggered regularly if the page is static.
In that case, we need to ensure a flush is scheduled for fullscreen
change, otherwise the page may get stuck.
MozReview-Commit-ID: c5FhqaIUQW