Christoph Kerschbaumer
2ddb4064ec
Bug 1143922 - Add AsyncOpen2 to nsIChannel and perform security checks when opening a channel - channel changes (r=mcmanus,sicking)
2015-05-15 13:21:20 -07:00
Christoph Kerschbaumer
d79403aa15
Bug 1143922 - Add AsyncOpen2 to nsIChannel and perform security checks when opening a channel - scriptSecurityManager changes (r=sicking,bholley)
2015-07-19 19:12:26 -07:00
Christoph Kerschbaumer
bab1940d4a
Bug 1143922 - Add AsyncOpen2 to nsIChannel and perform security checks when opening a channel - securitymanager (r=sicking,tanvi)
2015-07-19 19:12:11 -07:00
Christoph Kerschbaumer
bf53f62d80
Bug 1143922 - Add AsyncOpen2 to nsIChannel and perform security checks when opening a channel - loadinfo changes (r=sicking,tanvi,sworkman)
2015-07-19 19:11:57 -07:00
Christoph Kerschbaumer
35a8c1bb05
Bug 1175803 - Store redirect chain within loadInfo - part 3 e10s (r=mrbkap,mayhemer)
2015-07-19 19:11:38 -07:00
Christoph Kerschbaumer
bcc6bfffb4
Bug 1175803 - Store redirect chain within loadInfo - part 2 (r=sicking,mayhemer)
2015-07-19 19:43:09 -07:00
Christoph Kerschbaumer
c0cc3c5614
Bug 1175803 - Store redirect chain within loadInfo - part 1 (r=sicking,mayhemer)
2015-07-19 19:11:03 -07:00
Ryan VanderMeulen
734c9eb563
Backed out changesets 90446493d402 and c4f4027f9f3a (bug 1179051) for crashes.
2015-07-19 22:39:20 -04:00
Ryan VanderMeulen
1c6931cc67
Merge m-c to inbound. a=merge
2015-07-19 22:38:28 -04:00
Seth Fowler
ec30688068
Bug 1151359 (Part 3) - Treat nsImageFrames subject to scale animation as having an identity scale when predicting size. r=tn,birtles
2015-07-19 19:30:40 -07:00
Seth Fowler
310598d794
Bug 1151359 (Part 2) - Add support for detecting transform property changes that affect scale to ActiveLayerTracker. r=mstange
2015-07-19 19:30:37 -07:00
Seth Fowler
faeeebcacd
Bug 1151359 (Part 1) - Predict the size of nsImageFrame images before drawing. r=tn
2015-07-19 19:30:35 -07:00
Dan Glastonbury
7b3c3fd488
Bug 1184786 - Fix ReadBuffer parameter validation. r=jgilbert
2015-07-20 12:24:40 +10:00
Dan Glastonbury
16d9df4f71
Bug 1184786 - Fix LastColorAttachment(). r=jgilbert
2015-07-20 12:24:39 +10:00
Seth Fowler
d2b9501e76
Bug 1176124 (Part 2) - Add placeholder support to the SurfaceCache so we can avoid launching redundant decoders. r=dholbert
2015-07-19 18:39:44 -07:00
Seth Fowler
5d3cfb8d11
Bug 1176124 (Part 1) - Add a MatchType enum to LookupResult to let Lookup*() return more detailed information. r=dholbert
2015-07-19 18:39:40 -07:00
Benjamin Peterson
2751f97bb3
no bug - fix typo and grammar in comment r=me DONTBUILD
2015-07-19 18:07:43 -07:00
Sotaro Ikeda
53a555bd72
Bug 1167799 part 2 - Add EGL_ANDROID_image_crop support r=nical,jgilbert
2015-07-19 16:03:10 -07:00
Sotaro Ikeda
18068f350e
Bug 1167799 part 1 - Remove size from NewSurfaceDescriptorGralloc r=nical
2015-07-19 16:02:51 -07:00
David Anderson
d67574f90d
Add d3d11/d2d and compositor information to telemetry. (bug 1179051 part 6, r=dexter)
2015-07-19 14:55:44 -07:00
David Anderson
28d2dc3e58
Add compositor, layers, and rendering info to nsIGfxInfo. (bug 1179051 part 5, r=mattwoodrow)
2015-07-19 14:50:35 -07:00
Nicolas Silva
8bf8e8aa3f
Bug 1180688 - Reset the appropriate widget states if creating a compositor fails. r=mstange
2015-07-19 21:50:17 +02:00
Eric Rahm
06fe3194ec
Bug 1183879 - Soften "non-subdocument frame" warning to also allow dummy nsFrames, which exist while subdocument is loading. r=dholbert
2015-07-19 12:27:40 -07:00
Andrea Marchesini
db5306c0e6
Bug 1184541 - Create a StructuredCloneHelperInternal and use it in the Console API, r=smaug
2015-07-19 08:54:41 +01:00
ffxbld
9d71fb0927
No bug, Automated blocklist update from host bld-linux64-spot-135 - a=blocklist-update
2015-07-18 03:35:53 -07:00
ffxbld
3267aeb6a8
No bug, Automated HPKP preload list update from host bld-linux64-spot-135 - a=hpkp-update
2015-07-18 03:35:51 -07:00
ffxbld
f12b366895
No bug, Automated HSTS preload list update from host bld-linux64-spot-135 - a=hsts-update
2015-07-18 03:35:49 -07:00
Wes Kocher
c9619ef520
Merge b2ginbound to central, a=merge
2015-07-17 18:07:14 -07:00
Wes Kocher
b5af796baa
Merge inbound to central, a=merge
2015-07-17 17:57:00 -07:00
B2G Bumper Bot
a2c2dd89ca
Bumping manifests a=b2g-bump
2015-07-17 11:27:32 -07:00
Gregory Szorc
56a3eb2252
Bug 1184030 - Avoid implicit unicode <-> str conversion; r=smacleod
...
CalledProcessError.output and subprocess.check_output's return value
are str types. This file uses unicode_literals. If we do something
like `if 'foo' in e.output`, there will be a mix of str and unicode
types and Python will do implicit conversion. If the strings aren't
ASCII, we'll likely encounter a UnicodeDecodeError.
Use b'' literals around all strings to prevent this coercion from
occurring.
--HG--
extra : commitid : 89l5oW9T8ks
extra : rebase_source : f402353cd4a759c882475518f1360687af1936dc
extra : amend_source : ec31a39620eae2c90fb832f314cd161905444a34
2015-07-17 11:25:49 -07:00
B2G Bumper Bot
64f7c19931
Bumping gaia.json for 1 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/1a91ed6e7699
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Bug 1180068 - Disable intermittent apps/search/test/marionette/places_search_test.js | Places tests Test url searching
2015-07-17 11:25:33 -07:00
William Chen
6b9a8a29d3
Bug 1184404 - Support additional navigator.getFeature keys for OpenMobile ACL. r=khuey
...
--HG--
extra : rebase_source : 4dd9836c144543733471eb9172221031cfed2e0d
2015-07-17 11:17:37 -07:00
Sam E. Giles
549f18c617
Bug 1177991 - document.adoptNode should throw a HierarchyRequestError when adopting a ShadowRoot. r=wchen
...
--HG--
extra : rebase_source : fc2856c53f0a676ce0113b1014778e253270c185
2015-07-17 11:12:02 -07:00
Sam E. Giles
2845c57fba
Bug 1177914 - throw a NotSupportedError when running document.importNode on a ShadowRoot or Document. r=wchen
...
--HG--
extra : rebase_source : c133fba7b8222dd3a89b1ab486269a1639e405ee
2015-07-17 11:11:14 -07:00
Ehsan Akhgari
1a7515c6f8
Bug 1184397 - Release the observer service when the permission manager shuts down; r=jdm
2015-07-17 15:57:26 -04:00
Markus Stange
3c9ad59380
Bug 1181554 - Snap the spread radius for inset box shadows to device pixels.
2015-07-17 14:42:44 -04:00
Chris Manchester
82d2096a68
Bug 890026 - Fixup to import signal in mozcrash. r=ahal
...
--HG--
extra : commitid : JRt9d8Qku2P
2015-07-17 12:32:53 -07:00
Ryan VanderMeulen
80227c12ff
Backed out changeset a3daf8050780 (bug 1089363) for OSX B2G desktop build bustage.
...
CLOSED TREE
2015-07-17 15:15:20 -04:00
Mike Conley
d5b13cb522
Bug 1114299 - Regression test. r=smaug
...
--HG--
extra : commitid : 40IZTx39dDT
extra : rebase_source : 7d4406ece9cd1747d526cc065ef124db721a8a20
extra : histedit_source : 3c287ca9ec92a9612de9ddcaf65780547d707510
2015-07-17 13:51:39 -04:00
Nicolas B. Pierron
780982bcb9
Bug 1138693 - Add comments and test. r=jandem
2015-07-17 19:38:57 +02:00
Gregory Szorc
a6bb6ec5af
Bug 1178955 - Print line number for parse errors; r=smacleod
...
It helps users debug problems.
--HG--
extra : commitid : IU6Cw35FEiM
extra : rebase_source : f6ab1ef356bb10b689f2fed034a9f2564ffe0fc3
extra : amend_source : ef52d60ca12796fcfe32392077a7606628a54d29
2015-07-17 10:29:22 -07:00
Gregory Szorc
402674db49
Bug 1178955 - Error when semicolon comments are seen; r=smacleod
...
configobj doesn't support semicolon comments. Why, I don't know, since
they are pretty common in ini files.
Do a static check for semicolon comments and print a more actionable
error message.
--HG--
extra : commitid : CULjsg4do9Z
extra : rebase_source : f135cc726462c73a8363ebb8c98092177cf7ffd3
extra : amend_source : 0b8c67d5b0be3bc07cf7ff4f136bb58d342368c4
2015-07-17 10:29:09 -07:00
Gregory Szorc
67d8bb157c
Bug 1178955 - Print config path on failure; r=smacleod
...
Actionable error messages are useful.
--HG--
extra : commitid : CDhGEzOJpTk
extra : rebase_source : cb90b3c4c39cc502a4680c1b71fb69b316443688
extra : amend_source : 8f21e837c34138a807f6a8afeefa233e96c56880
2015-07-17 10:28:55 -07:00
Gregory Szorc
ab35c26d9e
Bug 1178955 - Refactor config path selection; r=smacleod
...
An upcoming commit will display the path of the config file in the error
message. In order to do this, the calling scope needs to know the path
to the config file.
--HG--
extra : commitid : 5CDrz1hQOOA
extra : rebase_source : 1c29359c9e98b15c99de9efb30add0b0a108aa59
extra : amend_source : 1aa2c504ce72fbdeae1da2f0a6f876e37c46f5f8
2015-07-17 10:28:29 -07:00
Gregory Szorc
9384a4421e
Bug 1178955 - Don't pass config paths to updater; r=smacleod
...
They aren't needed.
--HG--
extra : commitid : 62sGc753PYY
extra : rebase_source : 8fc70f03909e693c20b756828045c4844b43325e
extra : amend_source : aa3e557c6e81824ed8788a8412f7ead09731f42d
2015-07-17 10:28:12 -07:00
Jeff Gilbert
0616f41059
Bug 1182370 - _BitScan* does not modify `*pIndex` if input is zero. - r=waldo
2015-07-17 10:24:30 -07:00
Andrea Marchesini
f1efb68004
Bug 1177399 - patch 3 - AudioChannelAgent should not be initialized without a valid top-window, CLOSED TREE
2015-07-17 18:29:44 +01:00
B2G Bumper Bot
6935495432
Bumping manifests a=b2g-bump
2015-07-17 10:23:23 -07:00
B2G Bumper Bot
b4aa9c5df7
Bumping manifests a=b2g-bump
2015-07-17 09:37:29 -07:00