Commit Graph

213172 Commits

Author SHA1 Message Date
Kan-Ru Chen (陳侃如)
c7d0adef63 Bug 1090759 - Part 2. Use DOM Promise in browserElementTestHelpers.js. r=smaug 2014-10-31 10:39:14 +08:00
Kan-Ru Chen (陳侃如)
2662748934 Bug 1090759 - Part 1. Use pushPermissions in browserElementTestHelpers.js. r=smaug 2014-10-31 10:39:13 +08:00
Mark Capella
6a09896e78 Bug 1089655 - crash in java: Unhandled error for GeckoRequest: FindInPage, r=wesj 2014-10-30 21:18:32 -04:00
Mark Hammond
edad7e5061 Bug 1079563 (part 2) - allow white-listed sites to request troubleshooting info. r=MattN 2014-10-31 11:29:54 +11:00
Mark Hammond
5b518c2a9c Bug 1079563 (part 1) - replace use of async.js with promises in webchannel tests. r=MattN 2014-10-31 11:29:54 +11:00
B2G Bumper Bot
a25ec9463c Bumping manifests a=b2g-bump 2014-10-30 17:26:59 -07:00
Mark Hammond
ca0c809fc7 Bug 1091320 - fix legacy sync password and passphrase operations with incontent prefs. r=adw 2014-10-31 11:26:22 +11:00
B2G Bumper Bot
9ad3774883 Bumping gaia.json for 4 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/c349ef7fc9b4
Author: Gareth Aye <gaye@mozilla.com>
Desc: Merge pull request #25674 from gaye/reland-821604

Reland 821604

========

https://hg.mozilla.org/integration/gaia-central/rev/c3777078af05
Author: gaye <gaye@mozilla.com>
Desc: Bug 821604 - Emit pause event after revoking alarm

========

https://hg.mozilla.org/integration/gaia-central/rev/cb5d8c3fc43d
Author: gaye <gaye@mozilla.com>
Desc: Bug 821604 - Make sure we're augmenting the right chai with hasProperties

========

https://hg.mozilla.org/integration/gaia-central/rev/0b7ce432debf
Author: gaye <gaye@mozilla.com>
Desc: Revert "Revert "Merge pull request #25420 from gaye/bug-821604" for Gu test failures"

This reverts commit eb8a140841f2fb2d8f28f45cbfd0bb053d8aa187.
2014-10-30 17:20:42 -07:00
Nick Alexander
f240b60a99 Bug 1039902 - Minify the Fennec JS code in automation. r=glandium
This patch adds a SpiderMonkey jsshell binary via tooltool and arranges
for it to be used in automation (more specifically, whenever JS_BINARY
is defined).

We'd prefer to build a host SpiderMonkey jsshell, but that's not trivial
right now; and we'd prefer to use a minifier better than the existing
Python jsmin (possibly written in JavaScript), but one step at a time.
2014-10-30 17:02:58 -07:00
Nick Alexander
a4f15f29c8 Bug 1090599 - Upgrade in-tree jsmin to release-2.0.11. r=gps
This updates to release-2.0.11 (sha1: 04374472ed18) from
https://bitbucket.org/dcs/jsmin/.
2014-10-30 17:02:33 -07:00
B2G Bumper Bot
82ed8b014d Bumping manifests a=b2g-bump 2014-10-30 16:31:57 -07:00
Swaroop Rao
cadeec4507 Bug 1002888 - Allow deleting Firefox Account from confirm account screen. r=nalexander
--HG--
extra : rebase_source : 16736f77434d01d37ecd36180064a5a53b1d9179
2014-10-30 16:31:25 -07:00
B2G Bumper Bot
06cd375c69 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/9898a7e76616
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Merge pull request #25672 from KevinGrandon/bug_1091069_progressbar_wait

Bug 1091069 - Follow-up, adjust element wait

========

https://hg.mozilla.org/integration/gaia-central/rev/53969f648cf4
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Bug 1091069 - Follow-up, adjust element wait r=kgrandon
2014-10-30 16:25:47 -07:00
Wes Kocher
554446ac26 Backed out 6 changesets (bug 1088228) for static analysis bustage
Backed out changeset 13ecff800114 (bug 1088228)
Backed out changeset de692c3335f2 (bug 1088228)
Backed out changeset 2d449a2b4e1c (bug 1088228)
Backed out changeset 49ac8f33ab70 (bug 1088228)
Backed out changeset 920d50e84a17 (bug 1088228)
Backed out changeset 55f4818378e4 (bug 1088228)
2014-10-30 16:24:02 -07:00
Monica Chew
8f6b43d8ca Bug 1004781: Actually remove the pinset (r=keeler) 2014-10-30 16:21:09 -07:00
Monica Chew
a91d0dffdd Bug 1004781: Remove our pinset for facebook since it's in chromium now (r=keeler) 2014-10-30 16:14:19 -07:00
Brian Grinstead
730d24de95 Bug 1053434 - Listen for lightweight theme changes and call relevant listeners for devedition theme;r=Gijs 2014-10-30 15:52:18 -07:00
Blake Kaplan
fb67749925 Bug 1056018 - Mark the a few IPC calls as urgent priority to deal with edge cases involving CPOWs. r=billm (with one bugfix written by him and r=me) 2014-10-30 15:51:39 -07:00
Fredrik Lanker
3b6fcf7645 Bug 1091601 - Settings closes down when changing permissions for THA applications r=fabrice
Application kind is used in isExplicitInPermissionsTable for checking
the permissions in the permission table. When calling the function from
PermissionSettings, the app kind wasn't passed so the permission check
failed. This lead to Settings closing down when trying to change the
permissions in "App permissions", due to the assert in receiveMessage
(dom/permission/PermissionSettings.jsm).

---
 dom/permission/PermissionSettings.jsm | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)
2014-10-30 15:02:51 -07:00
Leila Hadji
9c52f2fd7d Bug 1087940 - Make ro.build.version.incremental available through settings r=fabrice 2014-10-30 14:59:05 -07:00
Wes Kocher
a7798a8f83 Backed out changeset 4ed63d7489fe (bug 1087541) for b2g mochitest-9 failures 2014-10-30 14:56:03 -07:00
John Schoenick
3684ba717b Bug 1090530 - Ensure that we unregister preference observers in nsPresContext unlink. r=roc 2014-10-30 14:49:01 -07:00
B2G Bumper Bot
d5f9e33d0e Bumping manifests a=b2g-bump 2014-10-30 14:47:04 -07:00
Boris Zbarsky
499434862e Bug 1088228 part 6. Simplify the DOM GetParentObject setup, now that we no longer rely on it for scope chains. r=peterv 2014-10-30 17:43:42 -04:00
B2G Bumper Bot
fe8b21fe3e Bumping gaia.json for 4 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/1812c1a25e06
Author: Diego Marcos <diego.marcos@gmail.com>
Desc: Merge pull request #25509 from dmarcos/bug1087475

Bug 1087475 - [Flame][Camera]The viewfinder will fail to function when t...

========

https://hg.mozilla.org/integration/gaia-central/rev/29e53d7ef35c
Author: Diego Marcos <diego.marcos@gmail.com>
Desc: Bug 1087475 - [Flame][Camera]The viewfinder will fail to function when the user opens and closes the camera app multiple times via the home button

========

https://hg.mozilla.org/integration/gaia-central/rev/b3a55e66993a
Author: Mike Habicher <mikeh@mozilla.com>
Desc: Merge pull request #25668 from justindarc/bug1091820

Bug 1091820 - [Camera] Add hasOwnProperty() check to recorderProfiles loop

========

https://hg.mozilla.org/integration/gaia-central/rev/0521bf517be3
Author: Justin D'Arcangelo <justindarc@gmail.com>
Desc: Bug 1091820 - [Camera] Add hasOwnProperty() check to recorderProfiles loop
2014-10-30 14:40:48 -07:00
Boris Zbarsky
a474579e17 Bug 1088228 part 5. Use the new CloneFunctionObject in XBL. r=peterv 2014-10-30 17:40:17 -04:00
Boris Zbarsky
944348c1cc Bug 1088228 part 4. Add a version of JS_CloneFunctionObject that allows passing in a scope chain. r=shu 2014-10-30 17:40:15 -04:00
Boris Zbarsky
f90685062b Bug 1088228 part 3. Use the new nsJSUtils API for event handlers. r=peterv 2014-10-30 17:40:13 -04:00
Boris Zbarsky
321060bfa7 Bug 1088228 part 2. Create an nsJSUtils API for building the scope chain for a given Element. r=peterv 2014-10-30 17:40:09 -04:00
Boris Zbarsky
6707b5257d Bug 1088228 part 1. Introduce an nsINode API for getting the scope chain parent for a given node. r=peterv 2014-10-30 17:38:48 -04:00
B2G Bumper Bot
d137bdafcd Bumping manifests a=b2g-bump 2014-10-30 14:26:59 -07:00
B2G Bumper Bot
17770711f1 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/1f42c7be6077
Author: Miller Medeiros <miller@millermedeiros.com>
Desc: Merge pull request #25631 from millermedeiros/993988-ftu

Bug 993988 - [Calendar] remove first time use tutorial r=gaye

========

https://hg.mozilla.org/integration/gaia-central/rev/2ffded82bc15
Author: Miller Medeiros <miller@millermedeiros.com>
Desc: Bug 993988 - [Calendar] remove first time use tutorial
2014-10-30 14:20:49 -07:00
Chenxia Liu
ae2d218e50 Bug 1089810 - Update Private Browsing contextual hint string. r=margaret 2014-10-30 14:15:49 -07:00
Wes Kocher
6ee5aea422 Backed out changeset fe00dbf89462 (bug 1063156) for bustage 2014-10-30 13:25:35 -07:00
Ryan VanderMeulen
cd7a3d69f2 Merge m-c to fx-team. a=merge 2014-10-30 16:17:54 -04:00
Ryan VanderMeulen
0a8c23019a Merge inbound to m-c. a=merge 2014-10-30 16:03:53 -04:00
Ryan VanderMeulen
8c34f2b388 Merge b2g-inbound to m-c. a=merge 2014-10-30 15:58:07 -04:00
Mike Conley
7d6284e4bf Bug 1067721 - [e10s] Make "Save Snapshot As" context menu item work for e10s. r=felipe.
--HG--
rename : browser/base/content/test/general/bug564387.html => browser/base/content/test/general/web_video.html
rename : browser/base/content/test/general/bug564387_video1.ogv => browser/base/content/test/general/web_video1.ogv
rename : browser/base/content/test/general/bug564387_video1.ogv^headers^ => browser/base/content/test/general/web_video1.ogv^headers^
extra : rebase_source : 1c2fad8158ef3803d653014d7dc1c8ce022dfc40
2014-10-30 15:21:47 -04:00
Allison Naaktgeboren
1dbfd3e4a0 Bug 1063156 - Enable e10s shims by default, even when browser.tabs.remote.autostart pref is false.r=billm 2014-10-30 12:14:37 -07:00
Ryan VanderMeulen
1adce24554 Backed out changeset 299bc1ce71c0 (bug 1089472) for making the webapps tests permafail. 2014-10-30 14:28:11 -04:00
B2G Bumper Bot
9c96bb96c4 Bumping manifests a=b2g-bump 2014-10-30 11:26:57 -07:00
B2G Bumper Bot
bfbff59ea3 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/5b7182e0e489
Author: viorelaioia <viorela.ioia@softvision.ro>
Desc: Merge pull request #25369 from JohanLorenzo/bug-1086269

Bug 1086269 - Add a test to set up a conference call

========

https://hg.mozilla.org/integration/gaia-central/rev/62e37df0cec6
Author: Johan Lorenzo <jlorenzo@mozilla.com>
Desc: Bug 1086269 - Add a test to set up a conference call
2014-10-30 11:20:48 -07:00
B2G Bumper Bot
1cd4cd9f2f Bumping manifests a=b2g-bump 2014-10-30 11:07:35 -07:00
B2G Bumper Bot
f56f1592cd Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/526ae5cabe8c
Author: viorelaioia <viorela.ioia@softvision.ro>
Desc: Merge pull request #25611 from chirarobert/browser_save_image

Bug 1090087 - Add test for saving an image from a webpage

========

https://hg.mozilla.org/integration/gaia-central/rev/23d8145203c4
Author: Robert Chira <robertchira@P5075.(none)>
Desc: Bug 1090087 - Add test for saving an image from a webpage
2014-10-30 11:05:49 -07:00
B2G Bumper Bot
3d027ec221 Bumping manifests a=b2g-bump 2014-10-30 10:36:58 -07:00
B2G Bumper Bot
d676b43941 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/4bf5b539097e
Author: Eitan Isaacson <eitan@monotonous.org>
Desc: Merge pull request #25470 from eeejay/bug-1088053

Bug 1088053 - Lockscreen input window state should initially have aria-h... r=snowmantw

========

https://hg.mozilla.org/integration/gaia-central/rev/ed6a9182056b
Author: Eitan Isaacson <eitan@monotonous.org>
Desc: Bug 1088053 - Lockscreen input window state should initially have aria-hidden=true
2014-10-30 10:30:49 -07:00
B2G Bumper Bot
010719f29d Bumping manifests a=b2g-bump 2014-10-30 10:17:06 -07:00
B2G Bumper Bot
238478a35d Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/959cdae008fd
Author: Jose M. Cantera <jmcanterafonseca@gmail.com>
Desc: Merge pull request #25415 from ADLR-es/vcard-from-mail-test

Bug 1087402 - [contacts] Integration tests for bug #974589 (follow up)

========

https://hg.mozilla.org/integration/gaia-central/rev/42f0cd49758d
Author: Adrián de la Rosa <hola@adlr.es>
Desc: Bug 1087402 - [contacts] Integration tests for bug #974589 (follow up)
2014-10-30 10:10:50 -07:00
B2G Bumper Bot
14148a5779 Bumping manifests a=b2g-bump 2014-10-30 09:47:04 -07:00
Ryan VanderMeulen
b23df832bf Backed out changesets 5e406b1536f9, 27e644701c98, and 762aff2c9dbf (bug 1083989) for mochitest-e10s failures.
CLOSED TREE
2014-10-30 12:46:08 -04:00