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

456824 Коммитов

Автор SHA1 Сообщение Дата
Xidorn Quan 1565a19749 Bug 1191597 part 1 - Add head.js and dummy page for browser chrome test. r=smaug
--HG--
extra : source : 1cf0a54ddb55b0434fa44851bf11be7415d0a27d
2016-01-11 09:38:53 +11:00
Nicholas Nethercote f573bf4e6c Bug 1237902 (part 3) - Change the gfxContextMatrixAutoSaveRestore in PaintTableBorderBackground() to an AutoRestoreTransform. r=roc.
--HG--
extra : rebase_source : a09c694360b2fc1215b5697a886947a3be46ddd6
2016-01-07 20:21:40 -08:00
Nicholas Nethercote aa3881aa54 Bug 1237902 (part 2) - Pass a DrawTarget to DrawTableBorderSegment(). r=roc.
And to several functions above it in the callgraph, ones that no longer need an
nsRenderingContext.

--HG--
extra : rebase_source : 331d00be421316a7071ab4b93894431c36a031d5
2016-01-07 20:20:06 -08:00
Nicholas Nethercote 7a64b26887 Bug 1237902 (part 1) - Remove unneeded gfxContext ops in DrawTableBorderSegment(). r=roc.
We change the color and anti-aliasing on the gfxContext but never do anything
with it while those values are changed.

--HG--
extra : rebase_source : 39ab84c17f8b4b482383464b2b8e0552369fb94c
2016-01-07 20:16:37 -08:00
Philipp Kewisch 1f1671ee48 Bug 1192533 - Allow running only one test via add_task.only() or skipping via add_task.skip(). r=ted 2016-01-10 16:40:12 +01:00
Markus Stange e4faa1ebf0 Bug 1234877 - Whether a scroll frame is async scrollable is determined by mWillBuildScrollableLayer, not by usingDisplayPort. r=tn
--HG--
extra : commitid : 9ul1tbIgGhP
extra : rebase_source : 62ed845a0f577c1e6b5d72e36dc7f9e9beeb0e91
2016-01-10 14:25:10 +01:00
Markus Stange 901b7c53e8 Bug 1236040 - When updating the scroll position, only schedule image visibility checks if the display port has changed. r=tn
--HG--
extra : commitid : Hir2YBOuC1J
extra : rebase_source : 6c8d9df502979615e9f72a47b035b15d17f9c518
2015-12-31 00:04:18 +01:00
Markus Stange 8ac683bf41 Bug 1199468 - Create prefs for the smooth scroll timing function shape. r=kats
--HG--
extra : commitid : 4ucTtILvlFF
extra : rebase_source : dcad143776a653dafccfa9be5633a354fcefced2
2016-01-07 21:09:18 +01:00
Patrick McManus 7ed406b2be Bug 1238290 - fix bad necko deps on unified_sources r=valentin.gosu
---
 netwerk/base/ARefBase.h                            |  2 ++
 netwerk/base/CaptivePortalService.cpp              |  1 +
 netwerk/base/CaptivePortalService.h                |  1 +
 netwerk/base/EventTokenBucket.cpp                  |  4 +++-
 netwerk/base/LoadContextInfo.cpp                   |  3 +++
 netwerk/base/LoadInfo.cpp                          |  3 +++
 netwerk/base/MemoryDownloader.cpp                  |  1 +
 netwerk/base/Predictor.cpp                         |  1 +
 netwerk/base/RedirectChannelRegistrar.h            |  1 +
 netwerk/base/nsBaseChannel.cpp                     |  1 +
 netwerk/base/nsChannelClassifier.cpp               |  1 +
 netwerk/base/nsDirectoryIndexStream.cpp            |  3 ++-
 netwerk/base/nsDownloader.cpp                      |  1 +
 netwerk/base/nsIOService.cpp                       |  1 +
 netwerk/base/nsIncrementalDownload.cpp             |  3 +++
 netwerk/base/nsNetUtil.cpp                         |  4 ++++
 netwerk/base/nsNetUtil.h                           |  1 +
 netwerk/base/nsProtocolProxyService.cpp            |  1 +
 netwerk/base/nsSecCheckWrapChannel.cpp             |  2 ++
 netwerk/base/nsUDPSocket.cpp                       |  4 +++-
 netwerk/cache/nsDiskCacheBinding.cpp               |  2 +-
 netwerk/cache/nsDiskCacheDeviceSQL.cpp             |  2 ++
 netwerk/cache/nsMemoryCacheDevice.cpp              |  2 +-
 netwerk/cache2/CacheFileUtils.cpp                  |  2 ++
 netwerk/cache2/CacheStorageService.h               |  1 +
 netwerk/ipc/NeckoParent.cpp                        |  1 +
 netwerk/ipc/RemoteOpenFileChild.cpp                |  1 +
 netwerk/protocol/about/nsAboutBloat.cpp            |  1 +
 netwerk/protocol/about/nsAboutCacheEntry.cpp       |  1 +
 netwerk/protocol/about/nsAboutProtocolHandler.cpp  |  1 +
 netwerk/protocol/data/DataChannelParent.cpp        |  1 +
 netwerk/protocol/file/nsFileProtocolHandler.cpp    |  1 +
 netwerk/protocol/ftp/FTPChannelParent.cpp          |  2 ++
 netwerk/protocol/ftp/FTPChannelParent.h            |  1 +
 netwerk/protocol/ftp/nsFtpConnectionThread.cpp     |  1 +
 netwerk/protocol/ftp/nsFtpProtocolHandler.h        |  1 +
 netwerk/protocol/http/Http2Compression.cpp         |  1 +
 netwerk/protocol/http/Http2Session.cpp             |  1 +
 netwerk/protocol/http/Http2Stream.h                |  2 ++
 netwerk/protocol/http/HttpBaseChannel.cpp          |  4 ++++
 netwerk/protocol/http/HttpBaseChannel.h            |  1 +
 netwerk/protocol/http/HttpChannelChild.cpp         | 25 ++--------------------
 netwerk/protocol/http/HttpChannelChild.h           | 24 +++++++++++++++++++++
 netwerk/protocol/http/HttpChannelParent.cpp        |  1 +
 netwerk/protocol/http/HttpChannelParent.h          |  1 +
 .../protocol/http/HttpChannelParentListener.cpp    |  1 +
 netwerk/protocol/http/HttpChannelParentListener.h  |  1 +
 netwerk/protocol/http/InterceptedChannel.cpp       |  1 +
 netwerk/protocol/http/NullHttpChannel.cpp          |  1 +
 netwerk/protocol/http/NullHttpTransaction.cpp      |  1 +
 netwerk/protocol/http/PackagedAppService.cpp       | 14 ++++++++++--
 netwerk/protocol/http/PackagedAppService.h         |  4 +++-
 netwerk/protocol/http/PackagedAppVerifier.cpp      |  1 +
 netwerk/protocol/http/nsCORSListenerProxy.cpp      |  2 +-
 netwerk/protocol/http/nsHttpBasicAuth.cpp          |  1 +
 netwerk/protocol/http/nsHttpChannel.cpp            |  2 ++
 netwerk/protocol/http/nsHttpChunkedDecoder.cpp     |  1 +
 netwerk/protocol/http/nsHttpConnectionInfo.cpp     |  2 ++
 netwerk/protocol/http/nsHttpConnectionMgr.cpp      |  1 +
 netwerk/protocol/http/nsHttpDigestAuth.cpp         |  1 +
 netwerk/protocol/viewsource/nsViewSourceHandler.h  |  4 ++++
 .../protocol/websocket/BaseWebSocketChannel.cpp    |  1 +
 .../websocket/WebSocketEventListenerParent.cpp     |  1 +
 .../protocol/websocket/WebSocketEventService.cpp   |  3 +++
 netwerk/protocol/websocket/WebSocketFrame.cpp      |  2 ++
 netwerk/protocol/wyciwyg/nsWyciwygChannel.cpp      |  1 +
 .../protocol/wyciwyg/nsWyciwygProtocolHandler.cpp  |  1 +
 netwerk/streamconv/converters/mozTXTToHTMLConv.cpp |  1 +
 .../streamconv/converters/nsFTPDirListingConv.cpp  |  1 +
 .../streamconv/converters/nsHTTPCompressConv.cpp   |  2 ++
 netwerk/streamconv/converters/nsHTTPCompressConv.h |  1 +
 netwerk/streamconv/converters/nsIndexedToHTML.cpp  |  1 +
 netwerk/streamconv/converters/nsMultiMixedConv.cpp |  2 ++
 netwerk/streamconv/converters/nsTXTToHTMLConv.cpp  |  2 ++
 netwerk/streamconv/converters/nsUnknownDecoder.cpp |  2 ++
 75 files changed, 147 insertions(+), 32 deletions(-)
2016-01-08 20:20:50 -05:00
David Anderson 74d965910c Fix crash trying to allocate textures for oversize scrollbars. (bug 1214261, r=mstange) 2015-12-17 11:13:45 -08:00
Luke Wagner fe35798f75 Bug 1237508 - Add missing #include to fix non-unified builds (r=me)
--HG--
extra : commitid : HAYP9kzspga
extra : rebase_source : 48c1e8ee2a75cfee5d96a155218f9b0b89f7fb45
2016-01-09 22:44:18 -06:00
Tooru Fujisawa 2b5ce92f43 Bug 1238003 - Part 3: Add test for Policy in RegExpMatcher and RegExpTester. r=jandem 2016-01-10 08:47:03 +09:00
Tooru Fujisawa 438856ce76 Bug 1238003 - Part 2: Use Policy in RegExpMatcher and RegExpTester. r=jandem 2016-01-10 08:47:03 +09:00
Tooru Fujisawa 0978d89714 Bug 1238003 - Part 1: Add BooleanPolicy. r=jandem 2016-01-10 08:47:03 +09:00
Bob Clary 5a470be233 Bug 1237465 - Work around Android 5.1+ permission restrictions by changing pushed directory permissions to rwx, r=gbrown. 2016-01-09 15:40:17 -08:00
Ryan VanderMeulen 98e2df851f Backed out changeset 5e3507a7e8ec (bug 1228716) for reftest failures. 2016-01-09 18:06:23 -05:00
Dragana Damjanovic 9992ced19f Bug 1238010 - Turn off ClosingService. r=mcmanus 2016-01-08 15:10:00 -05:00
Shirotaka_Pro f271c4587b Bug 1179627 - Part 2: Add animation.id for CSS animations test files. r=bbirtles, r=hiikezoe 2015-12-21 11:02:21 +09:00
N.Shimizu 9c1354440b Bug 1179627 - Part 1: Implement Animation.id. r=smaug, r=birtles 2016-01-08 03:17:00 -05:00
Frédéric Wang ad52fc9642 Bug 1231404 - SubscriptBaselineDropMin or SuperscriptBaselineDropMax are not read from the MATH table. r=jfkthame 2015-12-27 08:37:00 -05:00
Yury Delendik 8e78cac4b3 Bug 1230148 - Import and uplift streams spec wpt tests. r=bkelly
--HG--
extra : rebase_source : 6f4882bfccef2bb2c479809ed9d5163a660bbb45
2016-01-07 09:54:56 -06:00
Alfredo Yang 869d8facd4 Bug 1224889 - OpenMax IL video decoding for PDM. r=sotaro, r=nical
--HG--
extra : rebase_source : 758864e83ac009581bea87b90ba1bc235934ffb7
2016-01-08 06:24:00 -05:00
Martin Stransky 7fc8db5949 Bug 1215078 - [Wayland] Configure display for Wayland session. r=karlt
--HG--
extra : rebase_source : d9173bda51ac03aba423d1e7101b2ab2c2cc0d83
2016-01-08 01:25:00 -05:00
Thinker K.F. Li 93827e1140 Bug 1228716 - Remove installation of nsDisplayBlendContainer. r=roc
--HG--
extra : rebase_source : 39a9ffe2da2f2bcb2eae37798ed49273167f1520
2015-12-29 19:54:00 -05:00
Phil Ringnalda 03bba6aabe Merge m-c to m-i 2016-01-09 11:59:53 -08:00
Phil Ringnalda bb2736f5b3 Merge b-i to m-c, a=merge 2016-01-09 11:55:43 -08:00
Phil Ringnalda 542a3fabcb Merge f-t to m-c, a=merge 2016-01-09 11:44:32 -08:00
Phil Ringnalda c5e1a2b4ca Merge m-i to m-c, a=merge 2016-01-09 11:40:40 -08:00
ffxbld b88ea4e7ba No bug, Automated blocklist update from host bld-linux64-spot-506 - a=blocklist-update 2016-01-09 04:38:52 -08:00
ffxbld 9c54b2fdae No bug, Automated HPKP preload list update from host bld-linux64-spot-506 - a=hpkp-update 2016-01-09 04:38:50 -08:00
ffxbld 98b790fabc No bug, Automated HSTS preload list update from host bld-linux64-spot-506 - a=hsts-update 2016-01-09 04:38:48 -08:00
Robert Longson 495196598b Bug 1230267 - Inconsistent display of SVG title as tooltip when multi-process is enabled. r=jst 2016-01-09 11:12:58 +00:00
B2G Bumper Bot d69e39fec8 Bumping manifests a=b2g-bump 2016-01-09 00:24:57 -08:00
B2G Bumper Bot a2d88b2ed1 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/378762c5cb46
Author: Ghislain 'Aus' Lacroix <aus@noiseport.org>
Desc: Merge pull request #33817 from nullaus/bug1189882

Disable test for now. tap() is causing failure because of a11y.

========

https://hg.mozilla.org/integration/gaia-central/rev/d1727f7c334d
Author: Ghislain 'Aus' Lacroix <aus@mozilla.com>
Desc: Disable test for now. tap() is causing failure because of a11y.
2016-01-09 00:23:34 -08:00
B2G Bumper Bot cc10df60c1 Bumping manifests a=b2g-bump 2016-01-08 20:25:02 -08:00
B2G Bumper Bot 46aa1192d7 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/36ae6769276e
Author: James Burke <jrburke@gmail.com>
Desc: Merge pull request #33720 from rsajdok/bug#1235136

Bug 1235136 - Invalid recipient will be removed when user tries to edit it r=jrburke

========

https://hg.mozilla.org/integration/gaia-central/rev/07edf2bd15f6
Author: Robert Sajdok <robert.sajdok@protonmail.ch>
Desc: Bug 1235136 - Invalid recipient will be removed when user tries to edit it.
2016-01-08 20:23:38 -08:00
B2G Bumper Bot b1c1f3ec6f Bumping manifests a=b2g-bump 2016-01-08 18:55:00 -08:00
B2G Bumper Bot f7927db52b Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/efb20ac771e0
Author: Ghislain 'Aus' Lacroix <aus@noiseport.org>
Desc: Merge pull request #33803 from nullaus/bug1189882

Bug 1189882 - Should always switch to root (system app) frame before …

========

https://hg.mozilla.org/integration/gaia-central/rev/efccd3c8375e
Author: Ghislain 'Aus' Lacroix <aus@mozilla.com>
Desc: Bug 1189882 - Should always switch to root (system app) frame before switching to an application. r=mhenretty
2016-01-08 18:53:36 -08:00
Wes Kocher 0efc5cb4ec Merge m-c to b2ginbound, a=merge CLOSED TREE
--HG--
extra : commitid : 5xdA38uSJuv
2016-01-08 18:48:22 -08:00
Mark Finkle 5734bab58d Bug 1216987 - Use Alexa top 5 sites as default suggested tiles r=margaret 2016-01-08 21:19:51 -05:00
Phil Ringnalda c06c10601b Back out 8 changesets (bug 1235345, bug 1234526, bug 1234522, bug 1237700) for OS X 10.10 debug xpcshell timeouts in test_ocsp_stapling.js and test_ocsp_stapling_expired.js
CLOSED TREE

Backed out changeset f26c050a39a1 (bug 1235345)
Backed out changeset c7689b72d3fa (bug 1234526)
Backed out changeset 3124025d1147 (bug 1234526)
Backed out changeset 096d46bdaf86 (bug 1234526)
Backed out changeset 96e0326e7985 (bug 1234522)
Backed out changeset c3b6bf176f86 (bug 1234522)
Backed out changeset 3e7dc6d87325 (bug 1234522)
Backed out changeset f6447d37d113 (bug 1237700)

--HG--
rename : toolkit/components/telemetry/datareporting-prefs.js => services/datareporting/datareporting-prefs.js
rename : toolkit/components/telemetry/docs/fhr/architecture.rst => services/healthreport/docs/architecture.rst
rename : toolkit/components/telemetry/docs/fhr/dataformat.rst => services/healthreport/docs/dataformat.rst
rename : toolkit/components/telemetry/docs/fhr/identifiers.rst => services/healthreport/docs/identifiers.rst
rename : toolkit/components/telemetry/docs/fhr/index.rst => services/healthreport/docs/index.rst
rename : toolkit/components/telemetry/healthreport-prefs.js => services/healthreport/healthreport-prefs.js
2016-01-08 20:25:27 -08:00
Wes Kocher cf9b6c8840 Backed out changeset e5a4787cccce (bug 1237463) for being the apparent cause of frequent Windows 8 debug Cpp failures ending in return code 2147483651 a=backout
--HG--
extra : commitid : 1vTnhB6kl4f
extra : amend_source : 93768a25189bda3a52826d16fe1912e05b95fc73
2016-01-08 14:42:37 -08:00
Nils Ohlmeier [:drno] cc0ba97a71 Bug 895793: added interface type and link speed detection for Windows. r=bwc
--HG--
extra : rebase_source : 98293e939ff2f2c0c670c377d194fd93371f6c9b
2016-01-08 14:37:18 -08:00
Timothy Nikkel 4ec53b3bfa Bug 1234725. Don't change the dirty rect to the display port when building display lists for documents. r=mstange
Instead do it when we first encounter the root scroll frame.

Doing this goes back to bug 635053, where we did it because fixed position items weren't getting included. However in bug 974643 we learned that this was wrong. Displayports aren't relevant to fixed pos content, displayports are only relevant to scrolled content. And we set the dirty rects of fixed pos content specially. The only other thing that should be affected is scrollbars, and we already carefully set their dirty rects too.
2016-01-09 00:25:58 -06:00
B2G Bumper Bot 0d7097eb22 Bumping manifests a=b2g-bump 2016-01-08 12:49:55 -08:00
B2G Bumper Bot 5c46893e24 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/8971991af400
Author: Hubert Figuière <hub@figuiere.net>
Desc: Merge pull request #33519 from hfiguiere/bug1178812-exif-copy

Bug 1178812 - Add metadata copying to crop and resize. r=djf

========

https://hg.mozilla.org/integration/gaia-central/rev/c005ec57bc9f
Author: Hubert Figuière <hub@figuiere.net>
Desc: Bug 1178812 - Add metadata copying to crop, resize and edit.

jpeg-exif.js is a direct copy of
c3dc9b024f/jpeg.js
It is currently ignored by jshint.
2016-01-08 12:48:32 -08:00
B2G Bumper Bot 402586bf7b Bumping manifests a=b2g-bump 2016-01-08 10:34:51 -08:00
B2G Bumper Bot 43e2d03b6a Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/095112723400
Author: Hubert Figuière <hub@figuiere.net>
Desc: Merge pull request #33801 from hfiguiere/bug1235829-views-test-orange

Bug 1235829 - Fix views test intermittent - r=justindarc

========

https://hg.mozilla.org/integration/gaia-central/rev/bab10181a3d2
Author: Hubert Figuière <hub@figuiere.net>
Desc: Bug 1235829 - Fix views test intermittent
2016-01-08 10:33:28 -08:00
B2G Bumper Bot b15eeaf461 Bumping manifests a=b2g-bump 2016-01-08 09:46:52 -08:00
B2G Bumper Bot 4690bc2708 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/6cbdc798babc
Author: Sam Foster <sfoster@mozilla.com>
Desc: Merge pull request #33773 from sfoster/ftu-l10n-gij-intermittent-bug-1188274

Bug 1188274 - Firm up FTU language panel testing. r=mhenretty

========

https://hg.mozilla.org/integration/gaia-central/rev/2be33f20a4f9
Author: Sam Foster <sfoster@mozilla.com>
Desc: Bug 1188274 - Firm up language panel testing. r=mhenretty
* Shore up guards and timeout for on-device test runs
* Split out pseudo-language tests into 2 files for each setting value
2016-01-08 09:45:29 -08:00