New Custom Search UI now available on Bugzilla

2019-06-27 Thread Kohei Yoshino

Hi there,


We have enhanced search features on Bugzilla over the past months, because we 
know people search a lot. I want to let you know some of our goodies recently 
added to make your life easier.

 * New Custom Search UIon the Advanced Search page 
: It was previously 
hard to build complex queries because of the poorly designed UI. Today we have 
shipped a completely new UI that allows you to add rows/groups, move them with a 
drag-and-drop, and remove ones if necessary.

 * Aliases for status & tracking flags: Each Firefox release has status and 
tracking flags like “status-firefox67” or “tracking-firefox68” but sometimes you 
may just want to find bugs by a specific channel. You can now use convenient 
aliases like “status-firefox-release” or “tracking-firefox-beta” so you don’t have 
to update your search queries every 7 weeks or so.

 * Merge date pronouns: You can now use Firefox merge date pronouns, including 
“%LAST_MERGE_DATE%” and “%LAST_RELEASE_DATE%”, for date fields.

 * Search in bug description: Searching in comments can be slow, but if you 
know what you’re looking for is in the bug’s description (comment 0), you can 
get results faster by ticking the “Description (initial comment) only” checkbox 
on the Advanced Search page.

So what’s next? We are currently working on an overhaul of the search results page 
, that will be richer and 
faster than the current plain table presentation. It should be coming in the next 
month or two.


Happy searching!


Kohei, for the Bugzilla team

___
dev-platform mailing list
dev-platform@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-platform


Intent to experiment: infer aspect-ratio from width and height attributes in images

2019-06-27 Thread Emilio Cobos Álvarez

Hi,

In bug 1547231 I've landed a change to how we determine the intrinsic 
aspect ratio of an image so that it's used from the width and height 
attributes, even if the width and height are overridden via CSS.


This means that we can get a proper intrinsic size while the image is 
loading, for example, instead of giving it a 0x0 size, which avoids 
layout instability.


This change is enabled on nightly and early-beta, with the hope of 
proving it's web-compatible.


See the following for related discussion:

 * https://github.com/WICG/intrinsicsize-attribute/issues/16
 * https://github.com/WICG/intrinsicsize-attribute/issues/4
 * https://github.com/mozilla/standards-positions/issues/129

Note that, as implemented, the mapped aspect ratio trumps the actual 
image aspect-ratio, but this can probably be changed if it breaks 
content as discussed in the issues above.


Anyhow, let me know / file bugs if you see broken stuff :)

 -- Emilio
___
dev-platform mailing list
dev-platform@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-platform