ffxbld
60d8debe0f
No bug, Automated blocklist update from host bld-linux64-ec2-013 - a=blocklist-update
2013-11-09 03:15:09 -08:00
Carsten "Tomcat" Book
96a914c686
merge b2g-inbound to mozilla-central
2013-11-09 09:10:20 +01:00
Carsten "Tomcat" Book
4af0fbc82f
merge fx-team to mozilla-central
2013-11-09 09:07:25 +01:00
Margaret Leibovic
6d060a4058
Bug 846569 - Don't scroll tabs tray when a tab is closed. r=lucasr
2013-11-08 13:35:44 -08:00
Margaret Leibovic
a3f5a7c47b
Bug 935414 - Limit number of constraint terms in filter query. r=lucasr
2013-11-08 13:35:41 -08:00
Ryan VanderMeulen
168d755b0b
Backed out changeset a562387a27bb (bug 902505) for mochitest-mc failures.
2013-11-08 16:35:06 -05:00
Gaia Pushbot
68ae7f702f
Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/cc492bd8ccdf
Author: Etienne Segonzac <etienne@segonzac.info>
Desc: Merge pull request #13525 from etiennesegonzac/bug-936095-stack-manager-stay-background-apps
Bug 936095 - Adding "stayBackground" apps at the bottom of the stack. r=alive
========
https://hg.mozilla.org/integration/gaia-central/rev/9d125b80c4f4
Author: Etienne Segonzac <etienne@segonzac.info>
Desc: Bug 936095 - Adding "stayBackground" apps at the bottom of the stack.
r=alive
2013-11-08 13:30:25 -08:00
Dão Gottwald
a50c228f31
Bug 936513 - Remove unused general.useragent.enable_overrides pref. r=nchen
2013-11-08 22:24:02 +01:00
Gaia Pushbot
37609476ce
Bumping gaia.json for 4 gaia-central revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/58804c21cd21
Author: Gareth Aye <gaye@mozilla.com>
Desc: Merge pull request #13532 from gaye/lightsofapollo-bug-832258-hide-sync-button
Bug 832258 - Hide sync button r=gaye
========
https://hg.mozilla.org/integration/gaia-central/rev/5084eda4abd4
Author: Gareth Aye <gaye@mozilla.com>
Desc: Merge branch 'bug-832258-hide-sync-button' of https://github.com/lightsofapollo/gaia into lightsofapollo-bug-832258-hide-sync-button
Conflicts:
apps/calendar/js/views/settings.js
========
https://hg.mozilla.org/integration/gaia-central/rev/540bc492232a
Author: James Lal <james@lightsofapollo.com>
Desc: Show/hide sync button when account is added/removed
========
https://hg.mozilla.org/integration/gaia-central/rev/a51cd8a2c98f
Author: James Lal <james@lightsofapollo.com>
Desc: Store.Account#syncableAccounts
2013-11-08 13:05:28 -08:00
Karl Dubost
2c269ef3c4
Bug 923442 - Remove UA override for domains starting 2013-10-03. r=lmandel
2013-11-08 15:25:25 -05:00
Nathan Froyd
df417d08be
Bug 936555 - make mozinfo use MozconfigLoader to locate the mozconfig; r=gps
2013-11-08 14:57:31 -05:00
Kyle Huey
087a4a3e10
Bug 936327. r=bent
2013-11-13 10:33:44 +08:00
Brian Smith
f89cf3237b
Bug 932176: Add preference to control whether OCSP GET is used, off by default, r=cviecco
...
--HG--
extra : rebase_source : 4452d8959f22152512ed428184726c9834f6e4c3
2013-11-12 18:28:20 -08:00
Brian Smith
1ffb658968
Bug 898431: Update NSS to NSS 3.15.4 beta 2 (NSS_3_15_4_BETA2) again, r=me
...
--HG--
extra : rebase_source : 52c384c2f55da38d9576414a3c6e07427abd7000
2013-11-12 18:26:49 -08:00
Daniel Holbert
b0fd092870
Bug 937858: Rename border-only variable from "bp" to "border", to avoid confusion with border/padding. r=mats
2013-11-12 17:14:50 -08:00
Corey Ford
98358e22c2
Bug 925259: Avoid sticky positioning inner table elements. r=dholbert
2013-11-12 12:46:47 -08:00
Joshua Cranmer
a63b835a52
Bug 935789, part 2: Implement RotateLeft/RotateRight in MFBT and use them, r=Waldo.
...
--HG--
extra : rebase_source : efda8cfde4ec1b8cee007f528d682830f43f9111
2013-11-12 18:24:56 -06:00
Joshua Cranmer
08036d15e9
Bug 935789, part 1: Kill most uses of prbit.h, r=ehsan
...
--HG--
extra : rebase_source : 4c44e60c72e0ece3cea7ed1cf79079bd2a1b6487
2013-11-12 18:22:38 -06:00
Bobby Holley
d75a37769c
Bug 840488 - Tests. r=bz
2013-11-12 16:43:35 -08:00
Bobby Holley
f298af1bab
Bug 840488 - New domain policy API. r=bz
...
Note that this patch changes the semantics of javascript.enabled so that changes
to the pref do not apply to compartments that have already been created. This is
a significant change, but is necessary to support the new domain policy API.
After one cycle or so, we'll rip out the old API.
2013-11-12 16:43:35 -08:00
Bobby Holley
a80315ff5c
Bug 840488 - Compute immunity from caps checks exactly once, and kill nsScriptSecurityManager::CanExecuteScripts. r=bz
2013-11-12 16:43:35 -08:00
Bobby Holley
15add0796f
Bug 840488 - Remove per-JSContext script toggling. r=bz
...
Note that the checks in nsJSEnvironment::EvaluateString and EvalInWindow
can safely go away, because we call ssm->ScriptAllowed() in
nsJSUtils::EvaluateString.
2013-11-12 16:43:35 -08:00
Bobby Holley
337a156ad0
Bug 840488 - Remove nsIScriptContext script check in nsScriptLoader. r=bz
...
There are now no longer any consumers that set this to false.
2013-11-12 16:43:34 -08:00
Bobby Holley
6a9d194002
Bug 840488 - Move nsXULDocument to new-style scripts checks. r=bz
2013-11-12 16:43:34 -08:00
Bobby Holley
298206badc
Bug 840488 - Move jsd over to the new API. r=bz
...
This setup is kind of hacky. JSD exposed a per-context script toggle, which,
while nonsensical, exhibits visibly different semantics than a per-global
toggle (since the former follows the WindowProxy across navigations, whereas
the latter does not). Honza says that Firebug ensures that any instances of
|jsdcx.scriptsEnabled = false| are guaranteed to be followed by
|jsdcx.scriptsEnabled = true| before a navigation occurs, so this should be
good enough.
2013-11-12 16:43:34 -08:00
Bobby Holley
2fa89e6586
Bug 840488 - Move print system script disabling to the new API. r=bz
2013-11-12 16:43:33 -08:00
Bobby Holley
70289cf621
Bug 840488 - Directly mark compartments whose docshells disable script execution. r=bz
2013-11-12 16:43:33 -08:00
Bobby Holley
2c448611f5
Bug 840488 - Introduce a mechanism to temporarily or permanently block script for a given scope, and use it for unsafe channels. r=bz
2013-11-12 16:43:33 -08:00
Bobby Holley
22e608bba1
Bug 840488 - Update unsafe-JAR channel tests so that they actually fail if we allow script to run. r=bz
...
The current tests never actually check that script is disabled for unsafe JAR
channels, but only that they're unable to initiate loads. This fixes that.
This blob runs dos2unix on the files inside the zip, and applies the following patch to iframes.html:
<html><head>
<title>iframes</title>
+ <script>parent.poke('regular script');</script>
</head>
-<body>
+<body onload="parent.poke('onload-handler')">
subshells
<p>
<iframe id="data-iframe" src="data:text/html,dataurl iframe<script>window.parent.parent.poke('data-iframe')</script>">ifr</iframe>
<p>
<iframe id="js-iframe" src="javascript:window.parent.parent.poke('js-iframe')">jsifr</iframe>
</body>
-</html>
\ No newline at end of file
+</html>
2013-11-12 16:43:32 -08:00
Bobby Holley
12a1ebfea9
Bug 840488 - Remove CheckFunctionAccess. r=bz
...
\o/
Aside from checking whether script is enabled, all the other work this function
does is silly.
2013-11-12 16:43:32 -08:00
Bobby Holley
48cf35f628
Bug 840488 - Get rid of aAllowIfNoScriptContext. r=bz
...
The old code seemed to feel that the lack of a script context was some sort of
showdown that required either unconditional allow or deny. Instead, let's just
make the scriptcontext-relevant checks conditional on there being a script
context, which lets us switch CheckFunctionAccess over to ScriptAllowed.
2013-11-12 16:43:32 -08:00
Bobby Holley
6c0f7db3c4
Bug 840488 - Refactor Gecko to provide a more direct API to ask whether script is allowed for a given global. r=bz
2013-11-12 16:43:31 -08:00
Ryan VanderMeulen
f34b96b9d2
Merge m-c to b2g-inbound.
2013-11-08 14:56:13 -05:00
Gaia Pushbot
a3f3eab985
Bumping gaia.json for 5 gaia-central revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/73ad695024d1
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Merge pull request #13104 from KevinGrandon/bug_922658_settings_subpanel_hotspot
Bug 930404 - [Settings] Split up hotspot panel
========
https://hg.mozilla.org/integration/gaia-central/rev/7adb2edab543
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Bug 930404 - [Settings] Split up hotspot.js
========
https://hg.mozilla.org/integration/gaia-central/rev/96876a22fe73
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Merge pull request #13524 from KevinGrandon/revert_pr_13368
Bug 920839 - Travis is red - Try reverting pull request 13368 r=kgrandon
========
https://hg.mozilla.org/integration/gaia-central/rev/8c900b57bdd2
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Revert "Bug 920839 - ARIA fixes to value selector."
This reverts commit 2c585692098082a9bb38558c8739a8e91cda5591.
========
https://hg.mozilla.org/integration/gaia-central/rev/b27f450c1e17
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Revert "Bug 920839 - Added spinbutton ARIA markup to value picker."
This reverts commit 0d5fd65dc4f43102c38fafb756f0b9c1968d74c3.
2013-11-08 11:55:25 -08:00
Sam Foster
3fa34d5755
Bug 934714 - toggle progressbar on startpage attribute, always call browserUI.update in selectedTab setter to reset windowState in time. r=rsilveira
...
--HG--
extra : rebase_source : 8bcf7c1f2093f344b5146e3fed0874e0c2adf5e0
2013-11-08 11:55:18 -08:00
Ryan VanderMeulen
833261f0ae
Merge m-c to fx-team.
2013-11-08 14:56:41 -05:00
Ryan VanderMeulen
32a532796f
Merge b-i to m-c.
2013-11-08 14:53:47 -05:00
Ryan VanderMeulen
4a82204362
Merge inbound to m-c.
2013-11-08 14:51:50 -05:00
Rail Aliiev
c7bc587f55
Bug 917642 - [Helix] Please update the helix blobs. r=nhirata
2013-11-08 14:22:58 -05:00
Matt Brubeck
a03b464e16
Bug 902505 - Set a no-op CSS viewport on Metro to prevent clipping subframes improperly. r=jimm
2013-11-08 14:04:13 -05:00
Brad Lassey
2f86f92c0f
bug 936549 - Tab sharing capture device won't stream, use FormatStrideForWidth in tab stream r=jesup
2013-11-08 13:26:20 -05:00
Brad Lassey
7ee547334b
bug 936549 - Tab sharing capture device won't stream, add rgb image support to media pipeline r=jesup
2013-11-10 16:24:37 -05:00
Gaia Pushbot
2e46134a0b
Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/979add320adb
Author: Etienne Segonzac <etienne@segonzac.info>
Desc: Merge pull request #13116 from mcjimenez/bug928134
Bug 928134 - When powering on a device for the first time with a SIM customization variant with app preloads, an app install success notification unexpectedly appears r=etienne
========
https://hg.mozilla.org/integration/gaia-central/rev/3e4e6a58ce16
Author: Carmen Jimenez Cabezas <cjc@tid.es>
Desc: Bug 928134 - When powering on a device for the first time with a SIM customization variant with app preloads, an app install success notification unexpectedly appears
2013-11-08 09:55:25 -08:00
Gaia Pushbot
cfcc9e8814
Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/0b9f621ff0fc
Author: Amir Nissim <amirnissim@gmail.com>
Desc: Merge pull request #13181 from EverythingMe/919555-remove-appIndex
Bug 919555 - [e.me][perf] Remove app index duplicacy
========
https://hg.mozilla.org/integration/gaia-central/rev/2a1dfb60ed7c
Author: Amir Nissim <amirnissim@gmail.com>
Desc: Bug 919555 - [e.me][perf] Remove app index duplicacy [r=ranbena, crdlc]
2013-11-08 09:45:27 -08:00
Gaia Pushbot
42a5b5777e
Bumping gaia.json for 3 gaia-central revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/dc22cb96998e
Author: Eitan Isaacson <eitan@monotonous.org>
Desc: Merge pull request #13368 from eeejay/bug-920839
Bug 920839 - Value Selector accessibility improvements. r=timdream
========
https://hg.mozilla.org/integration/gaia-central/rev/1a2ebd989db0
Author: Eitan Isaacson <eitan@monotonous.org>
Desc: Bug 920839 - Added spinbutton ARIA markup to value picker.
========
https://hg.mozilla.org/integration/gaia-central/rev/1cff0273e0b1
Author: Eitan Isaacson <eitan@monotonous.org>
Desc: Bug 920839 - ARIA fixes to value selector.
2013-11-08 09:35:25 -08:00
Gaia Pushbot
453c37e91c
Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/0fd166333772
Author: Ben Kelly <bkelly@mozilla.com>
Desc: Merge pull request #13489 from wanderview/contacts-overlay-hide-list
Bug 936215: Hide contacts list while showing overlay. r=jmcf
========
https://hg.mozilla.org/integration/gaia-central/rev/c6582278679d
Author: Ben Kelly <ben@wanderview.com>
Desc: Bug 936215: Hide contacts list while showing overlay.
2013-11-08 08:55:25 -08:00
Gaia Pushbot
b781f11c87
Bumping gaia.json for 1 gaia-central revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/c1dfcf7022f4
Author: bmac <bmac325@GMail.com>
Desc: Bug 920524 - [Clock] Timer sound selection does not preview sound
r=jugglinmike
2013-11-08 08:35:24 -08:00
Ryan VanderMeulen
25973e47ed
Backed out 5 changesets (bug 854169) for Android crashes.
...
Backed out changeset 8898b6c66941 (bug 854169)
Backed out changeset 12cebd8b5669 (bug 854169)
Backed out changeset 844860e32631 (bug 854169)
Backed out changeset 4ede802f8dbb (bug 854169)
Backed out changeset ccae8b3f0a7d (bug 854169)
2013-11-08 10:52:02 -05:00
Gaia Pushbot
f500a4dc20
Bumping gaia.json for 4 gaia-central revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/2d259d659aa7
Author: Florin Strugariu <bebef_1987@yahoo.com>
Desc: Merge pull request #13510 from zacc/bug_936364
bug 936364 Address test_settings_wallpaper.py intermittent
========
https://hg.mozilla.org/integration/gaia-central/rev/5e2ee581ce47
Author: Zac Campbell <zcampbell@mozilla.com>
Desc: bug 936364 Address test_settings_wallpaper.py intermittent
========
https://hg.mozilla.org/integration/gaia-central/rev/4de9ba817034
Author: Ben Kelly <bkelly@mozilla.com>
Desc: Merge pull request #13487 from wanderview/contacts-avoid-imgloader-reload
Bug 936202: Defer imgLoader.reload() when inserting contacts. r=jmcf
========
https://hg.mozilla.org/integration/gaia-central/rev/1345191d46a2
Author: Ben Kelly <ben@wanderview.com>
Desc: Bug 936202: Defer imgLoader.reload() when inserting contacts.
2013-11-08 07:45:25 -08:00
Shawn Huang
5667cb55ae
Bug 932770 - [bluedroid] Implement GetPairedDeviceInternal, r=echou
2013-11-08 23:25:20 +08:00