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

534304 Коммитов

Автор SHA1 Сообщение Дата
Andrew Swan 59f4ee561e Bug 1359276 Part 2 Make legacy badge link to sumo r=mossop
MozReview-Commit-ID: E2u6dC4RELS

--HG--
extra : rebase_source : 5a5146740dfe5ceddccc29b42e6c407d0c47868a
2017-05-03 15:41:31 -07:00
Andrew Swan 2c7b5357f3 Bug 1359276 Part 1 Use a lazy preference getter for app.support.baseURL r=mossop
MozReview-Commit-ID: 1hjioz5iso

--HG--
extra : rebase_source : 43b6ddf884b51009552bc81d5d0e99034d47b7ad
2017-05-03 16:01:51 -07:00
Milan Sreckovic a6ad922f92 Bug 1358297: Part 4. Optimize Strip/CompressWhitespace as a special case using ASCIIMask. r=froydnj
MozReview-Commit-ID: H43rS5WN5Ly

--HG--
extra : rebase_source : e9158bae137f9a6bb05f562bcb7716d2393a3e05
2017-05-05 13:40:31 -04:00
Milan Sreckovic 196fb1a3bc Bug 1358297: Part 3. Create special case for stripping CR and LF on TSubstring, and use it in all the places that it is called. Use ASCIIMask to make it fast. r=froydnj
MozReview-Commit-ID: 3p97cCGfy6i

--HG--
extra : rebase_source : a91d9a5e6e61495cfe78b06959b200e48ca16535
2017-05-05 13:37:13 -04:00
Milan Sreckovic d26cf838c6 Bug 1358297: Part 2. Helper class to mask ascii characters, letting us do a faster test for membership in a string/character set. r=froydnj
MozReview-Commit-ID: Ht1HBggc6DI

--HG--
extra : rebase_source : 72f81e1fa588d7852c9b0b316a53e6274835526b
2017-05-05 13:37:05 -04:00
Milan Sreckovic 69d3bca435 Bug 1358297: Part 1. Unit test, including performance, for Strip/CompressWhitespace. Also using AssignLiteral in other tests where appropriate. r=froydnj
MozReview-Commit-ID: H7PZsLmTzkc

--HG--
extra : rebase_source : 208e781360d4c9dd1a39070a370466b9fc009f9b
2017-05-05 13:36:55 -04:00
Armen Zambrano G. d9ebaa23e6 Bug 1361462 - Python3 support for Mozharness r=aki,rwood
This adds support for fetching Python3 zip files
for Talos for Windows 32-bit and 64-bit.

MozReview-Commit-ID: KpYXQrfwRBY

--HG--
extra : rebase_source : e31530c45ab24e98a2b0ac6d51d7956b204df5b0
2017-05-04 16:47:45 -04:00
Armen Zambrano G. d035037d96 Bug 1361462 - Mozharness' tooltool should create directories if missing r=aki
MozReview-Commit-ID: 5HjD7smfCZx

--HG--
extra : rebase_source : dc0c0654644a7b96b64c838a00d9bc34e7b58ef9
2017-05-05 09:10:07 -04:00
Armen Zambrano G. 855bc5a8c1 Bug 1361462 - Add tooltool_cache for Windows Talos jobs r=aki
MozReview-Commit-ID: LUNJuFMgwm8

--HG--
extra : rebase_source : a6c9f21aa8ef033d34f8ad18d54a803e25581760
2017-05-04 16:01:48 -04:00
Anthony Ramine 408d198f9d servo: Merge #16739 - Fix serialisation of 'image-orientation: <angle> flip' (from nox:image-orientation); r=SimonSapin
Source-Repo: https://github.com/servo/servo
Source-Revision: 09c8978c5bdd77bdbb16469e502fa53659f56046

--HG--
extra : subtree_source : https%3A//hg.mozilla.org/projects/converted-servo-linear
extra : subtree_revision : 9543c7922b5e8f5a6290dd82a839395fe5b388cb
2017-05-05 10:14:29 -05:00
Botond Ballo 515525ceb3 Bug 1357903 - Clip event regions when combining them to a containing PaintedLayerData. r=mstange
MozReview-Commit-ID: 9Z3ITH5raXl

--HG--
extra : rebase_source : 31c2bcf700282c096e36c0606e257f395fc2d010
2017-04-28 20:32:05 -04:00
Ricky Chien 0180386c99 Bug 1357352 - Hide data-hidden-from-search=true in Preferences search result r=mconley
MozReview-Commit-ID: JDhDO7o7E5U

--HG--
extra : rebase_source : eb97f708e649c858bc5f2956cc18f5d42827c34c
2017-05-03 12:02:49 +08:00
Kris Maglione 8a35020652 Bug 1362225 - Speed up i18n.getMessage. r=aswan
MozReview-Commit-ID: EcadiurI7tu

--HG--
extra : rebase_source : 746051a46e2824f662e25d4ed1b3e3fa05f226ff
2017-05-04 16:38:18 -07:00
Nihanth Subramanya 9f6940d77e Bug 1362100 - Ensure bookmark toolbar button dropmarker icon remains correct size while animating. r=dao
The actual dropmarker's list-style-image was forced to none while animating, with another one overlayed on top of it.
Setting fill: transparent; accomplishes the goal of hiding the default icon without affecting layout.

MozReview-Commit-ID: 9AhlfYR9SV9

--HG--
extra : rebase_source : 74cbac351fe96277441fc0252fc4b1ba3e4521b8
2017-05-05 18:43:23 +05:30
Emilio Cobos Álvarez e464dadceb Bug 1361766: Move MathML content state changes outside of reflow. r=xidorn
This also adds assertions to ensure attributes and state don't change during
layout or frame construction.

MozReview-Commit-ID: BANcpxnRsYS

--HG--
extra : rebase_source : 5d1bc424d3ed90fda3047d3c92c09251346b7bec
2017-05-02 22:42:26 +02:00
Zibi Braniecki a34d2cddc8 Bug 1360596 - Test against overriden locale packages for available locales changed. r=jfkthame
In Fennec scenario, the package registration we should be monitoring for is different than "global".
OverrideLocalePackage handles the package overrides and gives us the right package name.

MozReview-Commit-ID: 44Nzd64CTq1

--HG--
extra : rebase_source : 848e98beae2222bce335f37ae87c60994ab6b0f9
2017-05-04 10:38:53 -07:00
Mike Taylor 2fa29fd27e Bug 1362102. Show icon when Report Site Issue button is in CUI palette. r=Gijs
MozReview-Commit-ID: 7zfRqJADJ5V

--HG--
extra : rebase_source : 865d56f06e83464a5e4a266f7af61d250b676971
2017-05-04 22:10:26 -05:00
Scott Wu 49e1c35d0e Bug 1347186 - (Part 2) Add mochitest-browser-chrome test for Form Autofill edit profile dialog. r=lchang
MozReview-Commit-ID: 8HfdkfOkxcQ

--HG--
extra : rebase_source : 76d8a11c2a6e70eec93f46025784fae92dac314b
2017-03-17 10:32:10 +08:00
Scott Wu aff9cd64df Bug 1347186 - (Part 1) Move common utility functions to head.js. r=lchang
MozReview-Commit-ID: 8CfRHUSkKXV

--HG--
extra : rebase_source : 7717b724b7a491369413d7e95844d342ffee0beb
2017-04-25 15:43:57 +08:00
Dão Gottwald 2ba34cc501 Bug 1362008 - Consolidate styling for toolbarbuttons in the tab bar. r=johannh
MozReview-Commit-ID: BxCwdBdnOHL

--HG--
extra : rebase_source : 509a5c3760f054e3c66fff2fe9098076bc10ba81
2017-05-05 15:59:57 +02:00
Xidorn Quan efabd6a029 Bug 1341102 - Update test expectation for servo/servo#16728.
MozReview-Commit-ID: LhpyLLtoVB6
2017-05-05 23:42:05 +10:00
Justin Wood a900ff41d5 Bug 1265537 - Adjust Windows TC Builds to generate simple package names, adjust tests to use them. r=grenade
MozReview-Commit-ID: AgCTrIMXEdd

--HG--
extra : rebase_source : 9e35daebc08d884bc0ed1235f832abd8309b9ffb
extra : source : 3bb90c64e2a86f92334bc0b9045ee1ff20e243e9
2017-05-02 22:16:21 -04:00
Justin Wood ea33bea073 Bug 1265537 - Pass WIN32 Installer Filename to l10n-check explicitly, while simultaneously disabling MOZ_SIMPLE_PACKAGE_NAME. r=ted
This allows us to do l10n-check with a windows installer, with a simple named package as output by the build, without also overriding the en-US build with the x-test locale, while we're at it

MozReview-Commit-ID: CIxlOQA2oFu

--HG--
extra : rebase_source : dfa2428ffbf6d6f62fd3039fa8a55801f6b3dd43
extra : source : 4b1ee31522f48497bf1eb6f5fa51106bde42ef05
2017-05-03 11:27:47 -04:00
Carsten "Tomcat" Book 6ae9b7bb71 Merge mozilla-central to autoland
--HG--
rename : browser/base/content/gcli_sec_bad.svg => devtools/client/themes/images/gcli_sec_bad.svg
rename : browser/base/content/gcli_sec_good.svg => devtools/client/themes/images/gcli_sec_good.svg
rename : browser/base/content/gcli_sec_moderate.svg => devtools/client/themes/images/gcli_sec_moderate.svg
2017-05-05 15:27:55 +02:00
Carsten "Tomcat" Book fdc689ba16 merge mozilla-inbound to mozilla-central a=merge 2017-05-05 15:17:26 +02:00
Carsten "Tomcat" Book 71adb3de58 merge autoland to mozilla-central a=merge 2017-05-05 15:13:36 +02:00
Cameron McCormack 53bb158a26 Bug 1341102 - Adjust test expectations. r=me 2017-05-05 16:53:03 +08:00
Olli Pettay a991315918 Bug 1358761 - dummy handling for return values in test, r=bustage 2017-05-05 10:43:37 +03:00
JW Wang 5d7a4ae4c9 Bug 1362258 - Reduce ref-counting overhead of TrackBuffersManager::AppendData(). r=jya
http://searchfox.org/mozilla-central/rev/6580dd9a4eb0224773897388dba2ddf5ed7f4216/dom/media/mediasource/TrackBuffersManager.cpp#127

We can pass already_AddRefed<MediaByteBuffer> to InvokeAsync to avoid unnecessary AddRef/Release pairs.

MozReview-Commit-ID: ErXompyX8ua

--HG--
extra : rebase_source : f086e4ef5fda9f0dca8bfb0e2b4c74967e3f8323
2017-05-05 10:27:51 +08:00
Martin Robinson 387c611ae8 servo: Merge #16735 - Rename PushScrollRoot and remove PopScrollRoot (from mrobinson:push-pop-scroll-root); r=glennw
PopScrollRoot was unused and PushScrollRoot no longer pushes a scroll
root, but defines a new one.

<!-- Please describe your changes on the following line: -->

---
<!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `__` with appropriate data: -->
- [x] `./mach build -d` does not report any errors
- [x] `./mach test-tidy` does not report any errors
- [ ] These changes fix #__ (github issue number if applicable).

<!-- Either: -->
- [ ] There are tests for these changes OR
- [x] These changes do not require tests because they should not change behavior.

<!-- Also, please make sure that "Allow edits from maintainers" checkbox is checked, so that we can help you if you get stuck somewhere along the way.-->

<!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. -->

Source-Repo: https://github.com/servo/servo
Source-Revision: f832052d9500e1102ebf43450087a7f51bfcb60e

--HG--
extra : subtree_source : https%3A//hg.mozilla.org/projects/converted-servo-linear
extra : subtree_revision : 8f5eaa0100709586c0321ee817f98ae6dde7909c
2017-05-05 02:21:12 -05:00
Olli Pettay 0096f25b51 Bug 1358761 - replace PurpleBlock with SegmentedVector to reduce indirect memory accesses when calling suspect, r=mccr8,nfroyd
--HG--
extra : rebase_source : e74be6bfb9efbba9361d2ce3c22518379a332200
2017-05-05 00:49:22 +03:00
Morris Tseng 16ab02aa27 Bug 929484 - Turn on some passed tests. r=mstange
MozReview-Commit-ID: A0gsDnCETCU
2017-05-05 14:30:16 +08:00
Morris Tseng 104664213e Bug 929484 - Create nsDisplayTableBackgroundImage to avoid display item collision when processing background image of table. r=mattwoodrow
MozReview-Commit-ID: LR3Lta3MHt5
2017-05-05 14:30:16 +08:00
Morris Tseng e60d34dd29 Bug 929484 - Create nsDisplayTableFixedPosition to avoid display list collision when processing background image of table. r=mattwoodrow
MozReview-Commit-ID: 2DKdqk5kbHt
2017-05-05 14:30:16 +08:00
Morris Tseng c09ed5d520 Bug 929484 - Remove nsTableBorderBackground displayitem and nsTablePainter. r=mstange
MozReview-Commit-ID: 1HmfGyBqWnf
2017-05-05 14:30:15 +08:00
Morris Tseng b16599bc8f Bug 929484 - Draw each table's background on their own display item. r=mstange
This patch do following things:
1. Create nsDisplayTableBorderCollapse that draws all collapse border of
table.
2. Don't use nsDisplayTableBorderBackground.
3. Let column and column group frame generate display items.
4. When traversing the table, also traverse the column and column group
frames.
5. For each type of table frame (col group, col, row group, row and
cell), draw their own background.

MozReview-Commit-ID: 1s2VLv6G8xi
2017-05-05 14:30:15 +08:00
vincentliu 1af34c7c2f Bug 1357307 - Make sure gfxPrefs instance is created before accessing it. r=milan 2017-05-05 14:22:51 +08:00
Henrik Skupin 28439aac69 Bug 1362051 - Update tests have to set MOZ_MARIONETTE environment variable. r=ato,maja_zf
To allow update tests to use source builds of Firefox before bug 1355888
was landed, the MOZ_MARIONETTE environment variable has to be be
pre-emptively set. Otherwise Marionette will not be activated after
the update has been applied.

MozReview-Commit-ID: Hqb6SjYtOPR

--HG--
extra : rebase_source : 10f9b4d2545198fc95294381ec1db63f1445c736
2017-05-04 22:10:50 +02:00
JW Wang 240b996f12 Bug 1361964 - WebMBufferedState::UpdateIndex() should read from cache. r=jya
We don't want to trigger download when calculating buffer ranges since download
changes buffer ranges.

MozReview-Commit-ID: Be8qFUQ5PpR

--HG--
extra : rebase_source : 4fd77e031577332d9d112faef869cd935275b1af
2017-05-04 21:32:13 +08:00
Sebastian Hengst 96151b2b6b Backed out changeset 2febf984044a (bug 1356033) for bustage due to now unused pattern "gcli*" in browser/base/content/moz.build. r=backout on a CLOSED TREE
--HG--
rename : devtools/client/themes/images/gcli_sec_bad.svg => browser/base/content/gcli_sec_bad.svg
rename : devtools/client/themes/images/gcli_sec_good.svg => browser/base/content/gcli_sec_good.svg
rename : devtools/client/themes/images/gcli_sec_moderate.svg => browser/base/content/gcli_sec_moderate.svg
2017-05-05 09:43:54 +02:00
Cameron McCormack 14b955a5aa Bug 1361985 - Whitelist Gecko_NewGridTemplateAreasValue from heap write hazard checking, since it pokes at stuff in the object it just created. r=me (CLOSED TREE)
--HG--
extra : amend_source : be20cfdd93de65557b1e343504051c476e17db24
2017-05-05 15:43:37 +08:00
Gabriele Svelto 9942c797e2 Bug 1360819 - Do not show a console on Windows when launching the pingsender; r=Dexter
MozReview-Commit-ID: 54TBiNMFcWM

--HG--
extra : rebase_source : eb0eb6005608f31b8ec765c572b6b789ff3ec10a
2017-05-04 10:51:04 +02:00
Manish Goregaokar da4403ef57 servo: Merge #16730 - Make font-size: larger/smaller work with the base size stuff (from Manishearth:stylo-font-size); r=dbaron
Source-Repo: https://github.com/servo/servo
Source-Revision: 441d3cf3e5b4dd909fef4ef4a8c9a5422d5330d3

--HG--
extra : subtree_source : https%3A//hg.mozilla.org/projects/converted-servo-linear
extra : subtree_revision : 059b55b818893b633f8d8dfc74b9608499296d2b
2017-05-05 01:38:38 -05:00
Michael Ratcliffe 360cec7787 Bug 1356033 - chrome://browser/content/gcli_sec_{bad,good,moderate}.svg should be moved to devtools r=jdescottes
This is easy to test:

Green tick marks (gcli_sec_good.svg) and Red Crosses (gcli_sec_bad.svg):
1. Go to https://csp-evaluator.withgoogle.com/
2. Shift+F2
3. security csp

I couldn't find a way to show the Orange Minus (gcli_sec_moderate.svg) but the path is changed in line with the other images and I did test it programatically so it will be fine.

MozReview-Commit-ID: 5897IV7epax

--HG--
rename : browser/base/content/gcli_sec_bad.svg => devtools/client/themes/images/gcli_sec_bad.svg
rename : browser/base/content/gcli_sec_good.svg => devtools/client/themes/images/gcli_sec_good.svg
rename : browser/base/content/gcli_sec_moderate.svg => devtools/client/themes/images/gcli_sec_moderate.svg
extra : rebase_source : b550cd4184f2c9e77b1d5df2cf5c67c1296b8ade
2017-05-04 14:41:36 +01:00
Iris Hsiao 541787d3f9 Backed out changeset 763cc804a25d (bug 1361944) for causing crashtest perma failure on Android 2017-05-05 15:12:51 +08:00
Carsten "Tomcat" Book b5f09cc95b Backed out changeset 2c7d3f3cb9e8 (bug 1336271) on request for possible memory issues 2017-05-05 09:04:09 +02:00
Michael Brennan 6abfb0bad6 Bug 1359682 - Open Netmonitor response panel when clicking on file thumbnail. r=gasolin 2017-05-04 05:07:00 +08:00
Phil Ringnalda 71365c8b72 Backed out 6 changesets (bug 1360807) for ongoing hangs in test_fileReader.html and test_ipcBlob_fileReaderSync.html
CLOSED TREE

Backed out changeset 3a05e05fb644 (bug 1360807)
Backed out changeset 9630a51eca07 (bug 1360807)
Backed out changeset 41e9af8078dd (bug 1360807)
Backed out changeset e59616a3997a (bug 1360807)
Backed out changeset c800cb830b36 (bug 1360807)
Backed out changeset 4ab091bdeda1 (bug 1360807)

MozReview-Commit-ID: 1h3pcsPi2An
2017-05-04 19:26:26 -07:00
Masatoshi Kimura 2195becf33 Bug 1360784 - Revert a workaround for bug 1361632. r=xidorn
MozReview-Commit-ID: FU7r2cMaQOL

--HG--
extra : rebase_source : 05bad5a3cc60c26391b52e21b4390db321ad6dc4
2017-05-04 23:35:59 +09:00
Wander Lairson Costa 90ea41a2fc Bug 1350413 part 2: Fix generic-worker configuration. r=dustin a=fix-for-buildbot-bridge-on-osx
* Add macosx64 talos tests configuration.
* Fix logs artifacts.
* jittest doesn't have blob_upload_dir.
* e10s config on talos goes on suite name.

MozReview-Commit-ID: E9rSv2zQqvL

--HG--
extra : amend_source : f3c37f7a2e947ff65d4ff433df176824da390d1a
extra : transplant_source : k_%20%DA%8B%C9%0F1E%98%024%CD%C4%88%E5%16%C63%25
2017-05-02 16:12:52 -03:00