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

558158 Коммитов

Автор SHA1 Сообщение Дата
Kris Maglione d368e16989 Bug 1398974: Part 3 - Add pageAction to webext talos add-on. r=mixedpuppy,jmaher
MozReview-Commit-ID: 7cQYGtNSE2O

--HG--
extra : rebase_source : 755b955fb612b1a7d6568699e55fb3ef3c6ab540
2017-09-11 18:14:36 -07:00
Kris Maglione b6bee63a5f Bug 1398974: Part 2 - Add tab listeners to webext talos add-on. r=mixedpuppy,jmaher
MozReview-Commit-ID: ADY51Di0EjN

--HG--
extra : rebase_source : 2dc3d084f625c748469dd91810592103bc7886cf
2017-09-11 18:08:37 -07:00
Kris Maglione 4652e8ce88 Bug 1398974: Part 1 - Add webRequest listeners to webext talos add-on. r=mixedpuppy,jmaher
MozReview-Commit-ID: EUakliO1WnL

--HG--
extra : rebase_source : d405666aa57f013d78575ab584014acaa8de4c41
2017-09-11 18:03:07 -07:00
Julian Descottes ded88d3bd5 Bug 1399028 - fix assert messages in browser_theme.js test;r=gl
MozReview-Commit-ID: 6RI0FNVIWsv
2017-09-12 15:30:54 +02:00
Wes Kocher e0340aa82f Backed out 2 changesets (bug 1342392) for bustage a=backout
Backed out changeset b0e86286b173 (bug 1342392)
Backed out changeset 01bf0c29331e (bug 1342392)

MozReview-Commit-ID: 71fcOZ2RgEp

--HG--
rename : taskcluster/docker/partial-update-generator/Dockerfile => taskcluster/docker/funsize-update-generator/Dockerfile
rename : taskcluster/docker/partial-update-generator/Makefile => taskcluster/docker/funsize-update-generator/Makefile
rename : taskcluster/docker/partial-update-generator/README => taskcluster/docker/funsize-update-generator/README
rename : taskcluster/docker/partial-update-generator/dep.pubkey => taskcluster/docker/funsize-update-generator/dep.pubkey
rename : taskcluster/docker/partial-update-generator/nightly_sha1.pubkey => taskcluster/docker/funsize-update-generator/nightly_sha1.pubkey
rename : taskcluster/docker/partial-update-generator/nightly_sha384.pubkey => taskcluster/docker/funsize-update-generator/nightly_sha384.pubkey
rename : taskcluster/docker/partial-update-generator/release_sha1.pubkey => taskcluster/docker/funsize-update-generator/release_sha1.pubkey
rename : taskcluster/docker/partial-update-generator/release_sha384.pubkey => taskcluster/docker/funsize-update-generator/release_sha384.pubkey
rename : taskcluster/docker/partial-update-generator/requirements.txt => taskcluster/docker/funsize-update-generator/requirements.txt
rename : taskcluster/docker/partial-update-generator/runme.sh => taskcluster/docker/funsize-update-generator/runme.sh
rename : taskcluster/docker/partial-update-generator/scripts/funsize.py => taskcluster/docker/funsize-update-generator/scripts/funsize.py
rename : taskcluster/docker/partial-update-generator/scripts/mbsdiff_hook.sh => taskcluster/docker/funsize-update-generator/scripts/mbsdiff_hook.sh
2017-09-11 17:35:09 -07:00
Wes Kocher 22e0b07059 Bug 1342392 - Bump maxRunTime to 2400 to fix timeouts r=aki a=me
MozReview-Commit-ID: 1GhVduA0QbQ
2017-09-11 17:10:01 -07:00
Sebastian Hengst dbddac850d merge mozilla-inbound to mozilla-central. r=merge a=merge
MozReview-Commit-ID: IgyDMUVYYBm
2017-09-11 23:58:31 +02:00
Julian Descottes 49e3e1453f Bug 1399028 - photon update - devtools icon, tab and accordion colors;r=gl
Updated colors and styles for toolbox toolbar tabs as well as sidebar tabs.
For icon color changes created special filters that match the expected photon colors.
The normal, selected and checked states of icons in both dark and light theme are now
always set using filters.

MozReview-Commit-ID: 4MTAxHnyI7a
2017-09-11 23:56:33 +02:00
Jeff Muizelaar bc03cdc351 Bug 1398959. Remove duplicated gfxContext* parameter. r=mattwoodrow
All of the callers are passing in the same value for
both gfxContexts.
2017-09-12 22:39:14 -04:00
Jeff Muizelaar 113e9e1d43 Revert "Bug 1392523. Remove duplicated gfxContext* parameter. r=mattwoodrow"
This reverts commit 0337d3437615.
2017-09-12 22:37:43 -04:00
Wes Kocher e376f14721 Merge inbound to central, a=merge
MozReview-Commit-ID: GDeX9aPb7Fn
2017-09-11 14:41:45 -07:00
Wes Kocher 0616bb7827 Merge autoland to central, a=merge
MozReview-Commit-ID: 4bGs7E65Lmn
2017-09-11 13:06:56 -07:00
André Bargull 43d9783cff Bug 1398751 - Part 1: Add fast-path for typed arrays in js::GetElements to speed-up Function.apply with typed arrays. r=evilpie 2017-09-11 22:06:39 +02:00
Michael Brennan f8f22a254c Bug 1347827 - Add Persist Logs checkbox in NetMonitor toolbar. r=Honza 2017-09-12 12:49:00 -04:00
Emilio Cobos Álvarez f2b7e3f5a3 Bug 1398448: Always insert async when reconstructing ancestors to avoid pathological frame construction cases. r=bz
MozReview-Commit-ID: 5ARTWW9dt7X
2017-09-11 20:41:43 +02:00
Jonathan Kew 162dd2e4e1 Bug 1395061 - patch 4 - Refactor checks in the gfxPlatformFontList::GetFontList loop to use a single virtual method call instead of three separate calls. r=jrmuizel 2017-09-11 19:24:01 +01:00
Jonathan Kew 82bdaf03b2 Bug 1395061 - patch 3 - Clean up vestigial code that existed to support setting the gfxFontEntry::mSymbolFont flag. r=jrmuizel 2017-09-11 19:23:30 +01:00
Jonathan Kew 379ddad597 Bug 1395061 - patch 2 - Implement default gfxFontFamily::IsSymbolFontFamily, and provide override for GDI font backend. r=jrmuizel 2017-09-11 19:22:57 +01:00
Myk Melez aa59a13010 Bug 1395061 - patch 1 - Refactor gfxFontEntry::SupportsLangGroup and MatchesGenericFamily into gfxFontFamily. r=jfkthame 2017-09-11 19:22:15 +01:00
Sebastian Hengst 9ccea669ac Backed out changesets ffdc2bc309b7 and 435bc55b9c14 (bug 1379808) for failing browser-chrome's accessible/tests/browser/bounds/browser_test_zoom_text.js on Windows. r=backout 2017-09-11 19:55:48 +02:00
ffxbld 51eae08453 No bug, Automated HPKP preload list update from host bld-linux64-spot-306 - a=hpkp-update 2017-09-11 10:29:02 -07:00
ffxbld e79c3e437e No bug, Automated HSTS preload list update from host bld-linux64-spot-306 - a=hsts-update 2017-09-11 10:28:58 -07:00
Sebastian Hengst 22c06f3a4b Backed out changeset f09b2b387751 (bug 1374749) for frequently failing browser-chrome's browser/components/extensions/test/browser/test-oop-extensions/browser_ext_browserAction_popup_resize.js on macOS. r=backout 2017-09-11 18:45:35 +02:00
Sebastian Hengst 159bb0b56b merge mozilla-inbound to mozilla-central. r=merge a=merge
MozReview-Commit-ID: 6kLhBocgiua
2017-09-11 11:18:49 +02:00
James Cheng be5b995e78 Bug 1397123 - [Part2] Decouple ChromiumCDMProxy from ChromiumCDMParent. r=cpearce
1. Pass ChromiumCDMCallback interface to ChromiumCDMParent instead of ChromiumCDMProxy directly.
2. Wrap dispatching to main thread function to clean up the redundant code.

MozReview-Commit-ID: 5HxS9Fc1yr

--HG--
extra : rebase_source : 3ac4c4b260f3196bd862e97aaf12c2422d43ad11
2017-09-11 12:17:36 +08:00
James Cheng e3b97ecea3 Bug 1397123 - [Part1] Make aMessage of CDMProxy::OnSessionMessage const. r=cpearce
MozReview-Commit-ID: Bsw6s2HE02

--HG--
extra : rebase_source : 40a0bd4d5cc20210322daed0eba04dec2273fbd7
2017-09-11 12:16:18 +08:00
Phil Ringnalda 6f8d4d30dc Backed out 2 changesets (bug 1380980) for reftests/bugs/1380980-1.html failing on a lot more than just QuantumRender
Backed out changeset 327f2a97631d (bug 1380980)
Backed out changeset 2dc8bf7c38ae (bug 1380980)

MozReview-Commit-ID: DsITQtEIDXW
2017-09-11 23:19:13 -07:00
Phil Ringnalda 830c9a9c7b Bug 1380980 followup, mark test as failing on QuantumRender
MozReview-Commit-ID: FGKLbWZRSab
2017-09-11 22:51:34 -07:00
Luca Greco 86c4053dd2 Bug 1398727 - Fix missing tab title on devtools.panels.elements.createSidebarPane tabs. r=gl
MozReview-Commit-ID: G5F9uEC6izs

--HG--
extra : rebase_source : 1e34ddf1d2ee4fe5db7886d824c4279ffcbc7674
2017-09-09 18:23:52 +02:00
Bobby Holley 00681c0e88 servo: Merge #18453 - Refactor the style cache (from bholley:style_cache_refactor); r=emilio
This is the first set of patches from https://bugzilla.mozilla.org/show_bug.cgi?id=1398658

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

--HG--
extra : subtree_source : https%3A//hg.mozilla.org/projects/converted-servo-linear
extra : subtree_revision : 1f176a42fb43f1e36a3d8ac0c8a8fd07db4b878e
2017-09-12 03:25:36 -05:00
Jing-wei Wu 3eb748d91e Bug 1394720 - Refactor AnimatedProgressBar for performance tuning. r=walkingice
MozReview-Commit-ID: LKekOvdMS6u

--HG--
extra : rebase_source : c7e955e8ed44fc30d608f3482a7f33bd057cf0d3
2017-09-12 14:54:53 +08:00
Andrew Swan 4a67e82a59 Bug 1398326 Fix display of default extension icon in permission prompts r=walkingice
MozReview-Commit-ID: 9qaAVcAeJuf

--HG--
extra : rebase_source : 97bfef09d4565baab68739bea4e3391c418a6b24
2017-09-08 13:21:42 -07:00
Kartikaya Gupta 14f29010a0 Bug 1388433 - Remove unnecessary warning as the codepath is handled in an acceptable manner. r=mattwoodrow
MozReview-Commit-ID: 76KuxiDwnas

--HG--
extra : rebase_source : 65f7df5fbc79b10e632b3db9ecf40f37f4c33e8e
2017-09-11 10:49:22 -04:00
J. Ryan Stinnett 8ba7885187 Bug 1398297 - Reload RDM when disabling touch. r=gl
MozReview-Commit-ID: ILdfxs5SXfH

--HG--
extra : rebase_source : 3db49f661fe50d4544fd0a7a6c1bab2931030b04
2017-09-08 15:09:22 -05:00
Mike de Boer 611d1dd2c5 Bug 1397754 - Ensure that the FxA menu item in its signed in state and combined button widgets compensate for the correct inline start padding in subviews. r=Gijs
The combined button widget issue only appeared on OSX.

MozReview-Commit-ID: 3T05WDUCPrQ

--HG--
extra : rebase_source : dc84ddf89ef94ffcde3ce4fb68fc57c38059aeff
2017-09-11 17:30:52 +02:00
Ricky Chien b1f893763c Bug 1397729 - Strings inside cookies dialog are not found when searched r=mconley
MozReview-Commit-ID: Gokwjd7YD2c

--HG--
extra : rebase_source : 524af049c2f9d37816f577cb23059410d18ae1b2
2017-09-11 18:22:56 +08:00
Servo VCS Sync b4db6724a9 No bug - Revendor rust dependencies 2017-09-11 15:34:19 +00:00
Matt Brubeck dc76621e5b servo: Merge #18431 - Use SmallBitVec to optimize size of PropertyDeclarationBlock (from mbrubeck:pdb-size); r=SimonSapin
https://bugzilla.mozilla.org/show_bug.cgi?id=1398322

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

--HG--
extra : subtree_source : https%3A//hg.mozilla.org/projects/converted-servo-linear
extra : subtree_revision : c939c12e222626649de5a88fbe9d39bd7c8f84d8
2017-09-11 08:57:07 -05:00
Sebastian Hengst 01f066fc2d Backed out changeset c6ec5f35710a (bug 1396836) for eslint failures in aboutTelemetry.js. r=backout 2017-09-11 16:50:26 +02:00
Fischer.json ddda4baa9c Bug 1394730 - Should clean up UITour highlight while navigating to another tour, r=rexboy
This patch:
- fixes UITour highlight not being cleaned up while navigating to another tour by mouse (the regression caused by the bug 1377298)
- adds the ability to clean up UITour while navigating to another tour by keyboard

MozReview-Commit-ID: CH8w5CloGCv

--HG--
extra : rebase_source : ba1992af068eb2710f72e448dbb7503d45c184d0
2017-09-10 19:25:48 +08:00
Mike de Boer bdb3034789 Bug 1374749 - Animate the panelviews differently to make it look as if the view to show is pushing the previous view out of the panel. r=jaws
MozReview-Commit-ID: Dy6UppV3xDH

--HG--
extra : rebase_source : 28e14f7e5764490c3a0a550cb230eb8a800647bf
2017-09-11 16:28:06 +02:00
Chris H-C 86379d4ddd bug 1396836 - Tidy up about:telemetry search r=Dexter
Search would leave text in the input field when switching categories,
show a 'No search results' message on load, and show a 'No search results'
message in sections without search inputs.

Tidy those cases away.

MozReview-Commit-ID: BbkgIjq8fYD

--HG--
extra : rebase_source : 3d1b02d6c29096c42cdcce795689214b44b8cf00
2017-09-08 15:13:59 -04:00
Andi-Bogdan Postelnicu 7c7699bdeb Bug 1398767 - Reformat modelling file according to Mozilla coding style. r=sylvestre
MozReview-Commit-ID: DBaSlW9kVsS

--HG--
extra : rebase_source : b2c76bec93c69e3f321e2cc9e4e5dac7f9e5171a
2017-09-11 16:48:25 +03:00
Lars T Hansen b26492a59b Bug 1206770 - Add --cpu-count with correct documentation, make --thread-count an alias of --cpu-count. r=luke
--HG--
extra : rebase_source : c7fa090c9aebad8e7f6b4d25b4337a37d5343ae6
extra : histedit_source : 62098ffba98b2b52c6e4ec92f4e77784cfe922a8%2C6d78b27794d56bae0d85ab25e9f99954d4ccb45a
2017-09-08 15:41:02 +02:00
Marco Bonardo 286f0abd75 Bug 1398114 - Intermittent failure in browser_privatebrowsing_placesTitleNoUpdate.js. r=standard8
MozReview-Commit-ID: 7mXQAuaZOwD

--HG--
extra : rebase_source : f704697ecb6c46985dd920cc23596807b97d7455
2017-09-08 14:40:03 +02:00
Fischer.json 5ad05d26e9 Bug 1394731 - The onboarding tour nav item's icon doesn't change to the proper colored icon while mouse hovering together, r=rexboy
Fix the regression caused by the bug 1377298

MozReview-Commit-ID: JGriKNclgxT

--HG--
extra : rebase_source : f917293f6248091eb89679aa6e01739b0038cf61
2017-09-10 19:18:46 +08:00
Lars T Hansen f7893bda4c Bug 1146817 - Improve implementation of non-access-atomic safe-for-races accesses. r=sstangl
--HG--
extra : rebase_source : 7a37a8c70cc93d9adaa08a5af81c0b04116e58e4
extra : histedit_source : 61b56328493d67dedce3e09463852d7e973d9cf8
2017-09-08 14:24:04 +02:00
Christoph Kerschbaumer 7aa9de237b Bug 1397653 - Update tests within docshell/ to comply with new toplevel data: URI navigation policy. r=smaug 2017-09-10 13:22:12 +02:00
Jing-wei Wu 903a88d66e Bug 1394404 - Part 2: Keep AnimatedProgressBar has same height in both BrowserApp and CustomTabsActivity. r=walkingice
MozReview-Commit-ID: EWXn98emP2g

--HG--
extra : rebase_source : 5dc125883779926a78e6ffac67380f7bb6dc1d1f
2017-09-08 18:16:50 +08:00
Jing-wei Wu 0c4ac70569 Bug 1394404 - Part 1: Update AnimatedProgressBar's progress value to 100 before hiding it. r=walkingice
Our new animated progress bar follows the logic to hide itself:

1. When its progress value reaches 100, it disappears gracefully(with animation), otherwise,
2. It just disappears directly.

To make sure the progress bar always looked like fully loaded, we have to set its progress value to 100 before hiding it.

MozReview-Commit-ID: JSYEPYEhG4A

--HG--
extra : rebase_source : 6a432f093abb188f43da8ee3980c7681577c4f2c
2017-09-08 18:14:33 +08:00