Commit Graph

253558 Commits

Author SHA1 Message Date
Victor Porof
0dd3dc07a6 Bug 1183229 - Add a way to count the number of timeline-observed docshells outside of nsDocShell, r=smaug 2015-07-18 09:35:59 -04:00
Paolo Amadini
21a30393fc Bug 1177152 - Add Tracking Protection tour entry point to about:privatebrowsing. r=ttaubert 2015-07-17 17:51:48 +01:00
Sebastian Kaspari
393391bf7e Bug 1125316 - Restricted profiles: Hide setting "Customize > Import from Android". r=ally 2015-07-18 12:41:24 +02:00
Mark Hammond
76340804f7 Bug 1157529 - refactor FxA storage to be less lossy and less racey. r=ckarlof 2015-07-18 18:47:55 +10:00
Mike Taylor
8710bd61f6 Bug 1177298. Add UA overrides for top Japan sites. r=Sebastian 2015-07-17 10:20:00 -07:00
Matthew Noorenberghe
85d935fa8e Bug 1177176 - Make the Control Center panel sticky when opened via UITour.showMenu. r=bgrins
@noautohide makes the panel sticky like we do for the appMenu and loop.
2015-07-17 16:27:46 -07:00
Matthew Noorenberghe
02376a6392 Bug 1177176 - Support opening the Control Center panel via UITour.showMenu. r=bgrins 2015-07-17 16:30:37 -07:00
Wes Kocher
efb94d41db Merge m-c to fx-team, a=merge CLOSED TREE 2015-07-17 18:09:12 -07:00
Wes Kocher
153e60a100 Merge b2ginbound to central, a=merge 2015-07-17 18:07:14 -07:00
Wes Kocher
72f44d7d4d Merge inbound to central, a=merge 2015-07-17 17:57:00 -07:00
Matthew Noorenberghe
5918db40a3 Bug 1177162 - Fix UITour test bustage from d253511f5765 on a CLOSED TREE. 2015-07-17 16:15:24 -07:00
Mike Taylor
c4d0e7b32b Bug 1184320. Add UA override to remove Android version for Gmail. r=Sebastian 2015-07-17 12:12:00 -07:00
Tim Nguyen
d622c69fb6 Bug 1172357 - Use new tree-container class for about:welcomeback tree. r=jaws 2015-07-17 14:35:51 -07:00
B2G Bumper Bot
d205b47653 Bumping manifests a=b2g-bump 2015-07-17 11:27:32 -07:00
Gregory Szorc
1fc86840a0 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
1f568b7f48 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
64242679bf Bug 1184404 - Support additional navigator.getFeature keys for OpenMobile ACL. r=khuey 2015-07-17 11:17:37 -07:00
Sam E. Giles
1351022b5e 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
638b5981f3 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
731842adf3 Bug 1184397 - Release the observer service when the permission manager shuts down; r=jdm 2015-07-17 15:57:26 -04:00
Markus Stange
66bdfa9ab2 Bug 1181554 - Snap the spread radius for inset box shadows to device pixels. 2015-07-17 14:42:44 -04:00
Chris Manchester
b7830c2d6a Bug 890026 - Fixup to import signal in mozcrash. r=ahal 2015-07-17 12:32:53 -07:00
Ryan VanderMeulen
fd6d8502ab 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
8042c13cf0 Bug 1138693 - Add comments and test. r=jandem 2015-07-17 19:38:57 +02:00
Gregory Szorc
49c6fbc900 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
b5b81141c3 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
38d404cbc3 Bug 1178955 - Print config path on failure; r=smacleod
Actionable error messages are useful.
2015-07-17 10:28:55 -07:00
Gregory Szorc
f2c8048c64 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
8eeccdd33f 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
75a1ce4070 Bug 1182370 - _BitScan* does not modify *pIndex if input is zero. - r=waldo 2015-07-17 10:24:30 -07:00
Andrea Marchesini
66bad6eac9 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
a11b469043 Bumping manifests a=b2g-bump 2015-07-17 10:23:23 -07:00
B2G Bumper Bot
fbfccebc44 Bumping manifests a=b2g-bump 2015-07-17 09:37:29 -07:00
B2G Bumper Bot
d4e9083dad 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
32e8c5e44b 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
5ecaf308c8 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
50278eebe4 Bug 1183203 - Use dark urlbar-arrow icon for dark Dev Edition theme;r=paolo 2015-07-17 08:35:29 -07:00
Brian Grinstead
da04c11143 Bug 1183203 - Move urlbar-arrow assets into themes/shared;r=paolo 2015-07-17 08:35:21 -07:00
Dão Gottwald
cbab9d5aca 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
1da3f9c725 Bug 1184393 - Rename some js shell test variables for better readability; r=sfink 2015-07-17 08:05:59 -07:00
Terrence Cole
066c3b5878 Backed out changeset 719d9b099457 (Bug 1182658) for misc regressions. 2015-07-17 07:57:38 -07:00
Daniel Holbert
6ecc0cd76d 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
fff928dd10 Bug 1183480 - Return old timeout value in setScriptTimeout(), r=bholley. 2015-07-17 09:45:08 -07:00
Ryan VanderMeulen
9f708a5c1b 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
e538c99fb3 Bug 1078657 - Add SpawnTask.js for async tasks in mochitests. r=jmaher 2015-07-17 12:37:24 -04:00
Kartikaya Gupta
3311542644 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
6093e0e569 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
2e643d9603 Bug 1014760 - Version bump mozbase modules that depend on mozlog 3.0, r=me 2015-07-17 10:06:59 -04:00
Mark Goodwin
8b0c418e25 Bug 1183822 - Add an OCSP test for signers with SHA-1 certificates (r=keeler) 2015-07-17 17:07:50 +01:00
Mark Goodwin
2e80867ccc 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