7f0dae5ded780f08b46d018594aadd4ed7b83a6d: Bug 1341156 - Modify webrender_ffi and add OpDPPushBorderImage. r=kats r=ethlin draft
Morris Tseng <mtseng@mozilla.com> - Thu, 23 Feb 2017 16:51:10 +0800 - rev 493027
Push 47630 by bmo:mtseng@mozilla.com at Fri, 03 Mar 2017 06:01:46 +0000
Bug 1341156 - Modify webrender_ffi and add OpDPPushBorderImage. r=kats r=ethlin MozReview-Commit-ID: Ct63gy6nk3q
05fda79d5b94b6c5057c594cdb828ca26c17cfb4: Bug 1331154 - 10. Add testReorderTabs UI test. r?sebastian draft
Tom Klein <twointofive@gmail.com> - Sat, 25 Feb 2017 19:28:36 -0600 - rev 493026
Push 47629 by bmo:twointofive@gmail.com at Fri, 03 Mar 2017 05:50:49 +0000
Bug 1331154 - 10. Add testReorderTabs UI test. r?sebastian MozReview-Commit-ID: InLNHxFhClB
5ad210ca6b009bd0548218c817a77165802d4f75: Bug 1331154 - 9. Add TabsPanelComponent. r?sebastian draft
Tom Klein <twointofive@gmail.com> - Sat, 25 Feb 2017 19:28:05 -0600 - rev 493025
Push 47629 by bmo:twointofive@gmail.com at Fri, 03 Mar 2017 05:50:49 +0000
Bug 1331154 - 9. Add TabsPanelComponent. r?sebastian TabsPanelComponent and TabStripComponent share a lot of functionality, so factor out TabsPresenterComponent. MozReview-Commit-ID: Gnbo8gvowj6
0d77484768d23d34d65e89202c4eb10ab11d521b: Bug 1331154 - 8. Add a long-press-then-drag test helper. r?sebastian draft
Tom Klein <twointofive@gmail.com> - Mon, 27 Feb 2017 22:29:23 -0600 - rev 493024
Push 47629 by bmo:twointofive@gmail.com at Fri, 03 Mar 2017 05:50:49 +0000
Bug 1331154 - 8. Add a long-press-then-drag test helper. r?sebastian MozReview-Commit-ID: AZF76PBfXz0
8cbe40175f84bc1ac033248ec72e65c5bfa1b1fb: Bug 1331154 - 7. Update the tab strip after tabs are moved in the tabs tray. r?sebastian draft
Tom Klein <twointofive@gmail.com> - Sat, 25 Feb 2017 19:22:01 -0600 - rev 493023
Push 47629 by bmo:twointofive@gmail.com at Fri, 03 Mar 2017 05:50:49 +0000
Bug 1331154 - 7. Update the tab strip after tabs are moved in the tabs tray. r?sebastian The tabs tray is drawn on top of the tab strip, not instead of it, so the tab strip needs to be updated after tabs are moved in the tabs tray before the tab strip becomes user-visible again. This introduces a slight change in behavior: *if* a move (of a tab matching the privacy state of the tab strip) occurs while the tabs panel is open, the tab strip will be scrolled to the currently selected tab when the tabs panel is closed - previously the tab strip maintained its old scroll position if a tab wasn't closed or added while the tabs panel was open. MozReview-Commit-ID: Ipy5huthNYB
6e294d84ef8159d9eef59960896469e62633d62f: Bug 1344107 - Adding shouldComponentUpdate for request-list-column-* r?honza draft
Ricky Chien <ricky060709@gmail.com> - Fri, 03 Mar 2017 12:16:48 +0800 - rev 493022
Push 47628 by bmo:rchien@mozilla.com at Fri, 03 Mar 2017 05:37:49 +0000
Bug 1344107 - Adding shouldComponentUpdate for request-list-column-* r?honza MozReview-Commit-ID: FPefb7fzjMm
acc1441305a19ba9db6ca073ba7d5272fd31a8af: Bug 1344089: Fix test_ext_webrequest_filter Android failures on infra. r?mixedpuppy draft
Kris Maglione <maglione.k@gmail.com> - Thu, 02 Mar 2017 19:10:54 -0800 - rev 493021
Push 47627 by maglione.k@gmail.com at Fri, 03 Mar 2017 05:28:21 +0000
Bug 1344089: Fix test_ext_webrequest_filter Android failures on infra. r?mixedpuppy MozReview-Commit-ID: 6WAeiOE03Uk
3c3d6794c1de706badccd77cb461dac262583738: Bug 1344089: Speed up webNavigation filters tests. r?mixedpuppy draft
Kris Maglione <maglione.k@gmail.com> - Thu, 02 Mar 2017 17:58:02 -0800 - rev 493020
Push 47627 by maglione.k@gmail.com at Fri, 03 Mar 2017 05:28:21 +0000
Bug 1344089: Speed up webNavigation filters tests. r?mixedpuppy MozReview-Commit-ID: 2Ily6rDIP7e
d9e85621f0b995f2bd221f3eda5039fe0e514aaf: Bug 1344117 - Always print a message when adding `--artifact` to a try push automatically. draft
Chris Manchester <cmanchester@mozilla.com> - Thu, 02 Mar 2017 21:21:52 -0800 - rev 493019
Push 47626 by cmanchester@mozilla.com at Fri, 03 Mar 2017 05:22:56 +0000
Bug 1344117 - Always print a message when adding `--artifact` to a try push automatically. MozReview-Commit-ID: 7pVIG4v7DHq
4df751f295c4a0782e460df22ababc8484cf359f: Bug 1343437 - 'media.playback.warnings-as-errors' pref - r?jya draft
Gerald Squelart <gsquelart@mozilla.com> - Fri, 03 Mar 2017 16:10:48 +1100 - rev 493018
Push 47625 by gsquelart@mozilla.com at Fri, 03 Mar 2017 05:16:08 +0000
Bug 1343437 - 'media.playback.warnings-as-errors' pref - r?jya If 'media.playback.warnings-as-errors' is true, warnings coming from demuxer's Init will be treated as errors, causing playback to fail. Currently set to false by default. This could be later changed to catch and diagnose more issues. MozReview-Commit-ID: BTaZ6TbIbNG
6475ff690d974ef3b5cdf8f5142b815f06dfe345: Bug 1343437 - TBM::OnDemuxer{Init,Reset}Done forward non-NS_OK MediaResult to HTMLMediaElement::DecodeWarning - r?jya draft
Gerald Squelart <gsquelart@mozilla.com> - Wed, 01 Mar 2017 19:22:59 +1100 - rev 493017
Push 47625 by gsquelart@mozilla.com at Fri, 03 Mar 2017 05:16:08 +0000
Bug 1343437 - TBM::OnDemuxer{Init,Reset}Done forward non-NS_OK MediaResult to HTMLMediaElement::DecodeWarning - r?jya Similarly to the MediaFormatReader, TrackBuffersManager can forward warnings from the demuxer initialization to the associated HTMLMediaElement. Note that errors (sent to OnDemuxerInitFailed) are currently *not* forwarded to the HTMLMediaElement by design. In the future, we may want to add this feature so that mediasource errors can also be reported to webcompat. MozReview-Commit-ID: GjluZbpmC9q
9427f7cc7e73bb6a2790a60a7d3e136d721572e7: Bug 1343437 - MFR::OnDemuxerInitDone forwards non-NS_OK MediaResult to HTMLMediaElement::DecodeWarning - r?jya draft
Gerald Squelart <gsquelart@mozilla.com> - Mon, 27 Feb 2017 10:44:42 +1100 - rev 493016
Push 47625 by gsquelart@mozilla.com at Fri, 03 Mar 2017 05:16:08 +0000
Bug 1343437 - MFR::OnDemuxerInitDone forwards non-NS_OK MediaResult to HTMLMediaElement::DecodeWarning - r?jya The MediaFormatReader now takes the MediaResult from the Demuxer::Init promise resolution, and if there are no other errors but the MediaResult is not NS_OK it will forward that warning to the decoder owner (i.e., the associated HTMLMediaElement). MozReview-Commit-ID: 5rTmzqqPLI0
1e04bc4863d1fe5e7d4d5e83ba6ce0e58d135e13: Bug 1343437 - MP4Demuxer::Init resolves with a MediaResult - r?jya draft
Gerald Squelart <gsquelart@mozilla.com> - Mon, 27 Feb 2017 10:10:28 +1100 - rev 493015
Push 47625 by gsquelart@mozilla.com at Fri, 03 Mar 2017 05:16:08 +0000
Bug 1343437 - MP4Demuxer::Init resolves with a MediaResult - r?jya If MP4Demuxer::Init detects some recoverable error (e.g., invalid tracks when others may still be usable), it will eventually Resolve the promise with the first warning. Later on, errors/warnings from the MP4Metadata parser will also be handled, to provide even better diagnostics. MozReview-Commit-ID: E9Rly9dhXW3
7e4519a64ca3782bcb85de85c04304af1cfc610d: Bug 1343437 - MediaDataDemuxer::InitPromise resolve-value is now a MediaResult - r?jya draft
Gerald Squelart <gsquelart@mozilla.com> - Tue, 28 Feb 2017 16:24:57 +1100 - rev 493014
Push 47625 by gsquelart@mozilla.com at Fri, 03 Mar 2017 05:16:08 +0000
Bug 1343437 - MediaDataDemuxer::InitPromise resolve-value is now a MediaResult - r?jya In case of successful initialization, there could still be some warning about a recoverable error. To carry more information about this potential warning, the resolve-value type of the promise is changed from nsresult to MediaResult. Existing code doesn't need to be changed: - In Resolve() calls, the stored MediaResult can implicitly be constructed from an nsresult -- always NS_OK at the moment anyway. - In following Then(), the promise's MediaResult can implicitly be converted to an nsresult. Future patches will modify some of the Resolve's and Then's, to forward warning details to some Decoder Doctor object... MozReview-Commit-ID: J0bXDFxXQHQ
49a991d8ef9eaaf9bdc6a0630d2a29a4282fbb60: Bug 1289157 - Removed eSurvivingInUpdate flag and corresponding function r?surkov draft
Nick <nick@foxsec.io> - Thu, 02 Mar 2017 15:52:08 -0500 - rev 493013
Push 47624 by nick@foxsec.io at Fri, 03 Mar 2017 05:05:21 +0000
Bug 1289157 - Removed eSurvivingInUpdate flag and corresponding function r?surkov MozReview-Commit-ID: 60Zp8CC6FqJ
5511c86ae3718822d2a8d5bdfb85ee1e3df8c1bd: Bug 1289157 - Removed eSurvivingInUpdate flag and corresponding function r?surkov draft
Nick <nick@foxsec.io> - Thu, 02 Mar 2017 15:52:08 -0500 - rev 493012
Push 47623 by nick@foxsec.io at Fri, 03 Mar 2017 04:43:44 +0000
Bug 1289157 - Removed eSurvivingInUpdate flag and corresponding function r?surkov MozReview-Commit-ID: 60Zp8CC6FqJ
fec75317497e9bcfa76b2ca69ec456d665ce8407: [mq]: junk draft
Nick <nick@foxsec.io> - Thu, 02 Mar 2017 21:33:17 -0500 - rev 493011
Push 47623 by nick@foxsec.io at Fri, 03 Mar 2017 04:43:44 +0000
[mq]: junk MozReview-Commit-ID: DlCVvnRs3UJ
618d0e46047cb3ab02349f704efdcabc7c9ae817: Bug 1312687 - devtools-side-splitter now moves the correct direction in RTL locales r?ntim draft
Nick <nick@foxsec.io> - Thu, 02 Mar 2017 13:03:41 -0500 - rev 493010
Push 47623 by nick@foxsec.io at Fri, 03 Mar 2017 04:43:44 +0000
Bug 1312687 - devtools-side-splitter now moves the correct direction in RTL locales r?ntim MozReview-Commit-ID: JhzZjqhpZpb
cae5c68435d88b4b272b9237caedaf60f7a68004: Bug 1343579 - Implements Debugger.Script.isInCatchScope for wasm scripts. r?shu draft
Yury Delendik <ydelendik@mozilla.com> - Thu, 02 Mar 2017 22:28:01 -0600 - rev 493009
Push 47622 by ydelendik@mozilla.com at Fri, 03 Mar 2017 04:34:29 +0000
Bug 1343579 - Implements Debugger.Script.isInCatchScope for wasm scripts. r?shu MozReview-Commit-ID: 29wj8APhtXW
8038dd0b6e0cc4294ceed75f1fd1ab9c0e6cc4f9: Bug 1343579 - Implements Debugger.Script.isInCatchScope for wasm scripts. r?shu draft
Yury Delendik <ydelendik@mozilla.com> - Thu, 02 Mar 2017 22:28:01 -0600 - rev 493008
Push 47621 by ydelendik@mozilla.com at Fri, 03 Mar 2017 04:29:03 +0000
Bug 1343579 - Implements Debugger.Script.isInCatchScope for wasm scripts. r?shu MozReview-Commit-ID: 29wj8APhtXW
(0) -300000 -100000 -30000 -10000 -3000 -1000 -300 -100 -50 -20 +20 +50 +100 +300 +1000 +3000 +10000 +30000 +100000 +300000 tip