Matthew Noorenberghe
7aab4ccd76
Bug 1177176 - Support opening the Control Center panel via UITour.showMenu. r=bgrins
2015-07-17 16:30:37 -07:00
Wes Kocher
6c1f6b7bcd
Merge m-c to fx-team, a=merge CLOSED TREE
2015-07-17 18:09:12 -07:00
Wes Kocher
e246f57fa1
Merge b2ginbound to central, a=merge
2015-07-17 18:07:14 -07:00
Wes Kocher
9a26b904e7
Merge inbound to central, a=merge
2015-07-17 17:57:00 -07:00
Matthew Noorenberghe
da2ff34c7f
Bug 1177162 - Fix UITour test bustage from d253511f5765 on a CLOSED TREE.
2015-07-17 16:15:24 -07:00
Mike Taylor
e478af8093
Bug 1184320. Add UA override to remove Android version for Gmail. r=Sebastian
2015-07-17 12:12:00 -07:00
Tim Nguyen
8fc943a47e
Bug 1172357
- Use new tree-container class for about:welcomeback tree. r=jaws
2015-07-17 14:35:51 -07:00
B2G Bumper Bot
bac3ace25f
Bumping manifests a=b2g-bump
2015-07-17 11:27:32 -07:00
Gregory Szorc
68cb3dd2c3
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.
2015-07-17 11:25:49 -07:00
B2G Bumper Bot
07fa6e8c7d
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
90e2978c64
Bug 1184404 - Support additional navigator.getFeature keys for OpenMobile ACL. r=khuey
2015-07-17 11:17:37 -07:00
Sam E. Giles
33a3119d99
Bug 1177991 - document.adoptNode should throw a HierarchyRequestError when adopting a ShadowRoot. r=wchen
2015-07-17 11:12:02 -07:00
Sam E. Giles
d1bb276329
Bug 1177914 - throw a NotSupportedError when running document.importNode on a ShadowRoot or Document. r=wchen
2015-07-17 11:11:14 -07:00
Ehsan Akhgari
dcdaa701b5
Bug 1184397 - Release the observer service when the permission manager shuts down; r=jdm
2015-07-17 15:57:26 -04:00
Markus Stange
f0eee887c6
Bug 1181554 - Snap the spread radius for inset box shadows to device pixels.
2015-07-17 14:42:44 -04:00
Chris Manchester
b467759f6e
Bug 890026 - Fixup to import signal in mozcrash. r=ahal
2015-07-17 12:32:53 -07:00
Ryan VanderMeulen
1e00108005
Backed out changeset a3daf8050780 (bug 1089363) for OSX B2G desktop build bustage.
...
CLOSED TREE
2015-07-17 15:15:20 -04:00
Nicolas B. Pierron
8ba37d0f47
Bug 1138693 - Add comments and test. r=jandem
2015-07-17 19:38:57 +02:00
Gregory Szorc
380cbdaf6c
Bug 1178955 - Print line number for parse errors; r=smacleod
...
It helps users debug problems.
2015-07-17 10:29:22 -07:00
Gregory Szorc
75cfbcb49b
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.
2015-07-17 10:29:09 -07:00
Gregory Szorc
589d2bf59a
Bug 1178955 - Print config path on failure; r=smacleod
...
Actionable error messages are useful.
2015-07-17 10:28:55 -07:00
Gregory Szorc
e53331d9f9
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.
2015-07-17 10:28:29 -07:00
Gregory Szorc
75641bc155
Bug 1178955 - Don't pass config paths to updater; r=smacleod
...
They aren't needed.
2015-07-17 10:28:12 -07:00
Jeff Gilbert
84866765dc
Bug 1182370 - _BitScan* does not modify *pIndex
if input is zero. - r=waldo
2015-07-17 10:24:30 -07:00
Andrea Marchesini
17f08b3710
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
121f3e72af
Bumping manifests a=b2g-bump
2015-07-17 10:23:23 -07:00
B2G Bumper Bot
2b4837026e
Bumping manifests a=b2g-bump
2015-07-17 09:37:29 -07:00
B2G Bumper Bot
78a538a867
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/1e8562730cc4
Author: lissyx <lissyx+github@lissyx.dyndns.org>
Desc: Merge pull request #31004 from lissyx/bug1184476
Bug 1184476 - Handle NotFoundError from DOMError r=daleharvey
========
https://hg.mozilla.org/integration/gaia-central/rev/10b6a466f5c3
Author: Alexandre Lissy <lissyx+github@lissyx.dyndns.org>
Desc: Bug 1184476 - Handle NotFoundError from DOMError r=daleharvey
2015-07-17 09:35:30 -07:00
Brian Grinstead
126e370e18
Bug 1184728 - Make back and forward button vertical padding match the value defined in browser.css in Dev Edition theme;r=dao
2015-07-17 08:37:55 -07:00
Brian Grinstead
883937335a
Bug 1183203 - Adjust positioning for identity-box in Dev Edition theme so the hover state is clipped properly;r=paolo
2015-07-17 08:35:44 -07:00
Brian Grinstead
d8244c24b7
Bug 1183203 - Use dark urlbar-arrow icon for dark Dev Edition theme;r=paolo
2015-07-17 08:35:29 -07:00
Brian Grinstead
a8b75c7722
Bug 1183203 - Move urlbar-arrow assets into themes/shared;r=paolo
2015-07-17 08:35:21 -07:00
Dão Gottwald
f35f25a003
Bug 1173729 - Update generic close icon and new tab button icon on Windows 10. r=jaws
2015-07-17 17:29:17 +02:00
Terrence Cole
011f79282a
Bug 1184393 - Rename some js shell test variables for better readability; r=sfink
2015-07-17 08:05:59 -07:00
Terrence Cole
3712a4aa0f
Backed out changeset 719d9b099457 (Bug 1182658) for misc regressions.
2015-07-17 07:57:38 -07:00
Daniel Holbert
e2af668025
Bug 1185011: Add 'override' annotations to DataSourceSurface subclasses in SourceSurfaceRawData.h, to fix clang -Winconsistent-missing-override build warnings/errors. rs=ehsan
2015-07-17 09:58:16 -07:00
Brian Hackett
3824407791
Bug 1183480 - Return old timeout value in setScriptTimeout(), r=bholley.
2015-07-17 09:45:08 -07:00
Ryan VanderMeulen
bf45776a3c
Backed out changesets fa9fe193778f and 3eaf867930dd (bug 1148593) for test_async_setTimeout_stack.html and test_async_setTimeout_stack_across_globals.html failures.
2015-07-17 12:37:24 -04:00
Arthur Edelstein
a6e858fc9c
Bug 1078657 - Add SpawnTask.js for async tasks in mochitests. r=jmaher
2015-07-17 12:37:24 -04:00
Kartikaya Gupta
c214d405a7
Bug 1181763 - Allow the target fluffing code to fluff even when directly hitting something clickable. r=roc
...
There is a common pattern on the web where a click listener is registered on a
container element high up in the DOM tree, and based on the target of the click
events, it performs the appropriate action. In such cases, our existing fluffing
code was not getting activated anywhere inside the container, because the entire
container was considered clickable. However, this is not user-friendly because
often the actual targets inside the container are small and hard to hit. Also,
the fluffing code will often take the container element itself as the target,
even if the user actually hit something inside the container.
This patch changes this behaviour so when an event hits inside a clickable
container, fluffing still occurs, but is restricted to DOM descendants of the
container. This allows fluffing to work in the above scenarios, and since the
events will bubble up to the container, the listeners on the container are
guaranteed to still trigger.
2015-07-17 08:36:00 -04:00
Brian Hackett
41cef3761e
Bug 1172895 - Handle chains of if/else statements without overrecursing in the parser and bytecode emitter, r=jorendorff.
2015-07-17 09:26:51 -07:00
Andrew Halberstadt
2262ef20d2
Bug 1014760 - Version bump mozbase modules that depend on mozlog 3.0, r=me
2015-07-17 10:06:59 -04:00
Mark Goodwin
65a114a9b3
Bug 1183822 - Add an OCSP test for signers with SHA-1 certificates (r=keeler)
2015-07-17 17:07:50 +01:00
Mark Goodwin
4e6da8fca6
Bug 1183822 - fix OCSP verification failures (r=keeler)
...
Adds a new TrustDomain for OCSP Signers which will always allow all acceptible
signature digest algorithms. Calls to most other TrustDomain methods are passed
through to the owning NSSCertDBTrustDomain.
2015-07-17 17:07:48 +01:00
Mark Goodwin
cb13626d56
Bug 1183065 - Add logging on OneCRL revocation checks (r=Cykesiopka)
2015-07-17 17:07:47 +01:00
Ryan VanderMeulen
a52f29a924
Backed out changeset e5a750ee7e0b (bug 1078657) for test_async_setTimeout_stack.html and test_async_setTimeout_stack_across_globals.html failures.
...
CLOSED TREE
2015-07-17 12:06:14 -04:00
Ryan VanderMeulen
10958f57f1
Backed out changeset a5ea84a0a779 (bug 812899) for reftest failures.
2015-07-17 12:04:24 -04:00
Ryan VanderMeulen
6a97b92c3a
Backed out changeset 65117b62026a (bug 1179805) for causing Linux Taskcluster build failures.
...
CLOSED TREE
2015-07-17 11:57:47 -04:00
Ryan VanderMeulen
754c03cc10
Backed out changeset 44571696245f (bug 1184067) for breaking web-platform-tests.
...
CLOSED TREE
2015-07-17 11:54:27 -04:00
Andrea Marchesini
0dd0e40342
Bug 1177399 - Remove an unnecessary part of the AudioChannel test. r=ehsan
...
CLOSED TREE
2015-07-17 08:05:00 -04:00