Commit Graph

433450 Commits

Author SHA1 Message Date
Ehsan Akhgari
547404788d Bug 1188091 - Fix the exposure of Push interfaces; r=dougt,bzbarsky,nsm
Currently we don't check the dom.push.enabled pref in some cases for
some of these interfaces.  This patch unifies how all of these
interfaces are exposed to Window, Worker, and ServiceWorker.
2015-07-30 01:06:38 -04:00
Michael Layzell
4fffaa9e34 Bug 602122 - Add a static analysis to find XPCOM classes with duplicate mRefCnt members; r=ehsan 2015-07-30 01:05:06 -04:00
Ehsan Akhgari
f138803ae9 Bug 1189090 - Rework the nsISupports implementation in the ScopeCheckingGetCallback and its subclasses; r=nsm 2015-07-30 01:05:04 -04:00
Alessio Placitelli
172897c566 Bug 1186492 - Add test coverage. r=gfritzsche 2015-07-30 06:48:00 +02:00
Alessio Placitelli
77dd053cd8 Bug 1186492 - Add a probe to track client-side ping eviction due to server errors. r=gfritzsche 2015-07-30 06:48:00 +02:00
Alessio Placitelli
3a18e611be Bug 1187340 - Add probe to track pending telemetry ping load failures. r=gfritzsche 2015-07-30 10:09:00 +02:00
Sebastian Kaspari
46be8d30e9 Bug 1184094 - testRestrictions: No restrictions should be enforced when using a normal profile. r=margaret
--HG--
extra : commitid : 1a33HBRndFg
extra : amend_source : 81204c83d132f941044834367b27da03fb6e4014
2015-07-31 09:49:04 +02:00
Sebastian Kaspari
58e78a3578 Bug 1125975 - Restricted profiles: Hide display settings. r=margaret
--HG--
extra : commitid : 97BeGRE6Zj3
extra : rebase_source : de8a3119fb6519d9addb35b1164f76aa963575ad
2015-07-31 09:45:40 +02:00
Dão Gottwald
ad8203376b Bug 1189214 - Use padding-inline-start instead of separate LTR / RTL rules for the identity box. r=paolo 2015-07-31 08:47:29 +02:00
Dão Gottwald
f5053fd4b5 Bug 1188291 - Fix layout issues with the new tab page's notification close button and preferences dialogs' close button. r=jaws
--HG--
rename : toolkit/themes/windows/global/icons/close-XPVista7.png => browser/themes/shared/newtab/close.png
2015-07-31 08:45:48 +02:00
Bernardo P. Rittmeyer
ab97d6b7d5 Bug 1188456 - Helper to deduplicate password manager logins. r=MattN
--HG--
extra : commitid : 29PMz3QHZ5M
2015-07-30 00:46:06 -07:00
Sami Jaktholm
29782acbd8 Bug 1182083 - Don't hide tabpanels in the DevTools sidebar. r=vporof
If a tabpanel is hidden, the tabs and their panels get mixed up. Here's
what MDN has stated about this matter:

  "Panels should never be hidden; hiding the tab suffices to make the
   panel inaccessible."

The changes also modify tests that assume the tabpanels are hidden to
assert that the tabpanels are NOT hidden.

--HG--
extra : commitid : K08Xaml1w8v
2015-07-30 23:26:00 -07:00
Edouard Oger
ba5e9283c5 Bug 1182009 - Remove empty sync button in the Hamburger menu for sync 1.0 users. r=markh
--HG--
extra : commitid : 1fehXZ80SWv
2015-07-30 14:10:00 -07:00
B2G Bumper Bot
22039a7226 Bumping manifests a=b2g-bump 2015-07-29 21:07:32 -07:00
B2G Bumper Bot
6ae98730cd Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/c382629444cb
Author: Evan Tseng <itoyxd@gmail.com>
Desc: Merge pull request #31086 from alastor0325/bug-1184482-silenceRingtone

Bug 1184482 - play silence ringer during the vibration mode r=gsvelto

========

https://hg.mozilla.org/integration/gaia-central/rev/cad0047d70fe
Author: Alastor Wu <alwu@mozilla.com>
Desc: Bug 1184482 - play silence ringer during the vibration mode
2015-07-29 21:05:32 -07:00
Szu-Yu Chen [:aknow]
ff6fc91fff Bug 1185156 - Fix bug in resuming held call. r=hsinyi 2015-07-30 11:36:27 +08:00
Wes Kocher
1ca8b1de87 Merge b2ginbound to central, a=merge 2015-07-29 20:19:12 -07:00
B2G Bumper Bot
b4ca9f4672 Bumping manifests a=b2g-bump 2015-07-29 20:05:30 -07:00
B2G Bumper Bot
db2e7b5772 Bumping gaia.json for 3 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/3b5be8b229de
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Bug 1184819 - Follow-up, remove unused references to pack- components.

It seems like for some reason the lists.css file was copied into the app. Removing these references from the app helps implementation as it cleans up usage when searching. R=kgrandon

========

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

Bug 1174901 - retry when failing to get output from marionette-mocha.…

========

https://hg.mozilla.org/integration/gaia-central/rev/66bcf0d08940
Author: Ghislain 'Aus' Lacroix <aus@mozilla.com>
Desc: bug 1174901 - retry when failing to get output from marionette-mocha. r=gaye
2015-07-29 20:03:32 -07:00
Wes Kocher
10301118e8 Merge inbound to central, a=merge 2015-07-29 18:12:11 -07:00
Andrew McCreight
37f672e11e Bug 1074416 - Don't AddRef or Release nav history result observers during CC traversal. r=smaug
Doing an AddRef or Release of a cycle collected object during CC
traversal can cause leaks. traverseResultObservers does this in two
places. First, it accidentally copies the array that is passed
in. Second, the GetValue() method that is being implicitly called in
the line with |aObservers.ElementAt(i);| does a QI.

This patch fixes the former problem by passing a reference. It fixes
the latter problem by returning the raw underlying pointer held by the
nsMaybeWeakPtrArray, which is what the CC wants anyways, because it
does not care about weak referents.
2015-07-29 20:36:00 -04:00
Alfredo Yang
1885ed42a2 Bug 1189173 - Drop frames aggressively during internal seek. r=jya
--HG--
extra : rebase_source : 2db2cf4908c764df2273a0c6f2fb572a6310b0e8
2015-07-30 00:53:00 +02:00
B2G Bumper Bot
3e40e49ae0 Bumping manifests a=b2g-bump 2015-07-29 14:52:30 -07:00
B2G Bumper Bot
881deb054d Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/54f4eb720a72
Author: Martijn <martijn.martijn@gmail.com>
Desc: Merge pull request #31161 from mwargers/1188080_disable

Bug 1188080 - Disable test_rocketbar_offline_behavior.py for now

========

https://hg.mozilla.org/integration/gaia-central/rev/190d20863b77
Author: Martijn Wargers <mwargers@mozilla.com>
Desc: Bug 1188080 - Disable test_rocketbar_offline_behavior.py for now
2015-07-29 14:50:32 -07:00
Ryan VanderMeulen
50aa4930d9 Backed out changeset b2562e1376d2 (bug 1187615) for browser_menuButtonFitts.js failures. 2015-07-29 17:06:21 -04:00
Mark Finkle
b576c37bde Bug 1188609 - Remove mirroring support from RokuApp (Desktop) r=jaws 2015-07-29 16:09:32 -04:00
Mark Finkle
517cb01e92 Bug 1188609 - Remove mirroring support from RokuApp (Android) r=margaret 2015-07-29 16:09:29 -04:00
Mark Finkle
652283505b Bug 1188609 - Remove mirroring support from RokuApp (Toolkit) r=snorp 2015-07-29 16:09:25 -04:00
Justin Dolske
f53e3e1b92 Bug 1188156 - Turn on locales available in our L10N and Pocket. r=jaws 2015-07-29 12:52:30 -07:00
Robert Strong
639309eb2b Bug 1151485 - Disable app update xml certificate checks on Linux now that there is mar signing on Linux. r=bbondy 2015-07-29 12:39:56 -07:00
Brian Smith
af289e29eb Bug 1188931 - Fix hgsetup wizard. r=gps
--HG--
extra : rebase_source : cecc4d721d77467dfbe384a9bbd0fc6ace3ba6a3
2015-07-29 13:59:18 -04:00
Lee Salzman
78e926867a Bug 1188195 - always initialize WebGL2 BlitFramebuffer src/dst formats to some value. r=jgilbert
--HG--
extra : rebase_source : f2cdb083aa3d7f4cef565320bd1c46c5fb37df3f
2015-07-29 15:51:14 -04:00
Aus Lacroix
a0d35df25c bug 1188648 - Bump mozharness revision to latest. r=me
--HG--
extra : amend_source : ed342175d4daafb2d26dc76df2c771ed934758ac
2015-07-29 10:17:02 -07:00
Aus Lacroix
95b2920eae bug 1188648 - Always log gecko output during Gaia JS Integration Tests. r=jgriffin 2015-07-29 10:15:10 -07:00
Julien Pagès
23e4c1d4a3 Bug 1091285 - move dumpScreen in a new mozscreenshot package. r=jgriffin
This also completely remove build/automationutils.py.

--HG--
extra : commitid : 50v6EAQNEHV
extra : rebase_source : 4ac1347d73498f068979514c6afb16ac50ab4033
2015-07-29 17:50:16 +02:00
Michal Novotny
bc18a9db2c Bug 1137008 - Implement missing parameters of WebSocket permessage compression extension, r=jduell 2015-07-31 07:12:53 +02:00
Shu-yu Guo
7a9e7ed01c Bug 1179063 - Cleanup: Rename scopal back to scopeStmt. (r=me) 2015-07-30 22:17:04 -07:00
Shu-yu Guo
c62209ec7d Bug 1179063 - Cleanup: remove dead argument to Parser::parse. (r=efaust) 2015-07-30 22:17:04 -07:00
Shu-yu Guo
b12e82d49e Bug 1179063 - Cleanup: rename top -> innermost, down -> enclosing in StmtInfoStack. (r=efaust) 2015-07-30 22:17:04 -07:00
Shu-yu Guo
38b0594b81 Bug 1179063 - Cleanup: remove topStaticScope in favor of using topScopeStmt. (r=efaust)
This is to distinguish between getting the top scope associated with a
statement local to the script, or the innermost scope, which may not be
local to the script.
2015-07-30 22:17:04 -07:00
Shu-yu Guo
33d46afa7e Bug 1179063 - Cleanup: use StmtInfoStack inside BCE and remove templated StmtInfo helper functions. (r=efaust)
The BCE did not get the RAII treatment the Parser got, because all the
enter/exit scope operations in the BCE are fallible. Separating out the
fallible paths from the statement stack management made things less
readable.
2015-07-30 22:17:04 -07:00
Shu-yu Guo
ffa741f3de Bug 1179063 - Cleanup: use an RAII struct to manage the parser statement stack. (r=efaust) 2015-07-30 22:17:04 -07:00
Shu-yu Guo
5aed9ed0d5 Bug 1179063 - Cleanup: remove superfluous StmtInfoBase::isNestedScope. (r=efaust) 2015-07-30 22:17:04 -07:00
Shu-yu Guo
65db0e7c9b Bug 1179063 - Cleanup: make StmtType an enum class. (r=efaust) 2015-07-30 22:17:04 -07:00
Jean-Yves Avenard
ec9948fb89 Bug 1189588: [MSE] Remove MediaSourceDemuxer::NotifyTimeRangesChanged. r=cpearce
This was an optimisation added to prevent recalculating our buffered ranges unnecessarily, but it became totally unnecessary with bug 1174981.
Additionally, it appears that there's a race in its use ; which I can't identify.
2015-07-31 14:26:17 +10:00
Nicholas Nethercote
2d56c1f52e Bug 1189156 (part 1) - Don't use enumeration style for PLDHashTable::SizeOf{In,Ex}cludingThis(). r=froydnj.
After this change, we have PLDHashTable::ShallowSizeOf{In,Ex}cludingThis(),
which don't do anything to measure children. (They can be combined with
iteration to measure children.)

This patch also removes the PL_DHashTableSizeOf{In,Ex}cludingThis() functions.
They're not necessary because the methods can be used instead.

Finally, the patch deliberately converts some SizeOfExcludingThis() calls to
SizeOfIncludingThis(). These are all done on heap pointers so this change is
valid.

--HG--
extra : rebase_source : b1d51096a8e7dcac29d7efd92e28938836ff5481
2015-07-29 22:28:20 -07:00
Brian Birtles
7f5b0ef0cf Bug 1171966 - Update SMIL animation styles only when there are pending changes; r=dholbert
Bug 960465 (specifically part 6, changeset 7d16f2fd8329) changed the way we
process animation-only style changes. This caused us to update SMIL animations
more often than is needed.

This patch adjusts this behavior to update the style from SMIL animations less
frequently by tracking when animated values have been composited without adding
the corresponding changes to a restyle tracker.
2015-07-31 13:14:46 +09:00
Valentin Gosu
30be843b5b Bug 1032254 - Provide a way to pin resources in the http cache r=honzab
--HG--
rename : netwerk/test/unit/test_cache2-28-concurrent_read_resumable_entry_size_zero.js => netwerk/test/unit/test_cache2-29a-concurrent_read_resumable_entry_size_zero.js
rename : netwerk/test/unit/test_cache2-29-concurrent_read_non-resumable_entry_size_zero.js => netwerk/test/unit/test_cache2-29b-concurrent_read_non-resumable_entry_size_zero.js
2015-07-30 11:40:00 +02:00
Seth Fowler
c1d6404a0a Bug 1189593 - Only use SSE2 in image::Downscaler if we're running on an SSE2-capable machine. r=tn 2015-07-30 19:48:22 -07:00
John Daggett
6052d1cb31 Bug 1189158 - shutdown font loader thread in separate event. r=m_kato 2015-07-31 10:10:31 +09:00