Commit Graph

218634 Commits

Author SHA1 Message Date
Gregory Szorc
0fb6606df2 Bug 1108294 - Use positional arguments; r=froydnj
There is only 1 caller to AccEventGen.py in the tree. We don't need
optional arguments. Convert them to positional.

Since the arguments are no longer optional, branches related to their
presence have been removed.

--HG--
extra : rebase_source : 35d51852dee031011ad9f079f3aba56b67948d7e
2014-12-06 15:39:53 -08:00
Gregory Szorc
376ae3a5d5 Bug 1108294 - Switch to argparse; r=froydnj
--HG--
extra : rebase_source : cc0b81afafbc2fa20f7327dda8f9c6e64c895386
2014-12-06 15:36:39 -08:00
Gregory Szorc
0c249750ba Bug 1108294 - Removed unused cachedir option; r=froydnj
The argument isn't used. Let's remove dead code.

--HG--
extra : rebase_source : bd8d5f72c50b8820635de78f2548821b93e425ae
2014-12-06 15:31:34 -08:00
Gregory Szorc
6a406553eb Bug 1108294 - Modernize AccEventGen.py; r=froydnj
I/O handling in AccEventGen.py is old school. Let's use context
managers. Let's also fix some minor style foo.

--HG--
extra : rebase_source : 70a2a7c344042e1ac187282fdda32cea194aa51b
2014-12-06 15:26:37 -08:00
Bobby Holley
55609f006c Bug 1108707 - Make reader shutdown asynchronous. r=cpearce (relanding on a CLOSED TREE because it wasn't the source of the leaks) 2014-12-09 11:43:21 -08:00
Wes Kocher
f3c9a75df6 Backed out changeset 39398fba066e (bug 1098386) for actually leaking 2014-12-09 13:36:24 -08:00
Terrence Cole
e98a1760b2 Bug 1107349 - Always build in enerational GC support; r=jonco 2014-12-04 09:45:05 -08:00
Terrence Cole
a55ae14bd2 Bug 1107288 - Always build in incremental GC support; r=billm
--HG--
extra : rebase_source : e8137ea9c404fc6e658527c903e6867d6d9a4273
2014-12-04 09:43:22 -08:00
Ryan VanderMeulen
85f812e9de Backed out changeset 18c302f80bce (bug 1108707) for nsTArray_base leaks.
CLOSED TREE
2014-12-09 15:49:38 -05:00
Chris Pearce
5bb9ff5881 Bug 1077159 - Use macros for GMP API names, to make them implicitly versionable. r=jesup 2014-12-10 09:35:26 +13:00
Terrence Cole
2cd367c1b3 Bug 1108824 - Remove an excess js_ReportOutOfMemory in refillFreeLists; r=jorendorff
--HG--
extra : rebase_source : 3ae79e32dfa8be98e241479338d4ba60e01120bb
2014-12-09 08:56:34 -08:00
Nick Fitzgerald
648a7399a9 Bug 1102549 - Make Debugger::slowPathPromiseHook handle various JSTrapStatus results. r=shu 2014-12-09 11:59:25 -08:00
Boris Zbarsky
54188fb057 Bug 1100757. Don't emit a guard in testCommonGetterSetter when our getter/setter is is a non-configurable property on a native object. r=efaust 2014-12-09 14:44:38 -05:00
Boris Zbarsky
8bd4248168 Bug 1101123. Don't allow redefining the getter of a non-configurable accessor property on native objects, even via the low-level JSAPI methods. r=efaust,bholley 2014-12-09 14:44:38 -05:00
Boris Zbarsky
d29d4a299d Bug 1012798 part 3. When doing a DOM slot get in Ion, check whether we're doing a get of a constant value on a singleton object (e.g. .window) and if so just use the constant value directly. r=efaust 2014-12-09 14:44:37 -05:00
Boris Zbarsky
30dbf04fde Bug 1012798 part 2. Stop defining a value property named "window" on the global. r=peterv 2014-12-09 14:44:37 -05:00
Boris Zbarsky
c735db8b08 Bug 1012798 part 1. Add one more available reserved slot on globals, because we need it for Window. r=jorendorff 2014-12-09 14:44:37 -05:00
Bobby Holley
eb400f0f59 Bug 1108707 - Make reader shutdown asynchronous. r=cpearce 2014-12-09 11:43:21 -08:00
Trevor Saunders
00f36a2813 bug 1098386 - Allow PDocAccessibleConstructor to be recieved when gAccessibilityService doesn't exist r=surkov
Talos causes accessibility to be instantiated only in the content
process.  That means PDocAccessibleConstructor messages can be recieved
by the parent when GetAccService() returns null.  The easiest way of
dealing with this is moving DocManager::mRemoteDocuments from a member
of the acc service singleton to its own global.  That means the parent
process can track accessible documents in child processes without
instantiating a11y in the parent process.
2014-12-08 20:08:15 -05:00
Mason Chang
a5174415c7 Bug 1108613. Create an XRE_IsParentProcess to detect if code is running in the parent process. r=roc 2014-12-09 11:21:47 -08:00
Chris Manchester
e06c9d4b48 Bug 1108714 - Make marionette's skip_if_b2g run desktop tests. r=mdas 2014-12-09 14:20:40 -05:00
Tim Chien
1dcf657bfc Bug 936724 - Implement addInput/removeInput in InputMethod API. r=yxl, r=khuey 2014-12-09 14:20:40 -05:00
Ryan VanderMeulen
98457578ce Merge fx-team to m-c. a=merge
CLOSED TREE
2014-12-09 14:16:03 -05:00
Ryan VanderMeulen
4e4081663d Merge b2g-inbound to m-c. a=merge 2014-12-09 14:11:06 -05:00
Ryan VanderMeulen
dc8568d63a Backed out changesets fb903f13f215, 9c5c712698e4, and 36d257ead3da (bug 1092835) for causing test_csp_allow_https_schemes.html permafail on Android 2.3.
CLOSED TREE
2014-12-09 14:00:47 -05:00
Ryan VanderMeulen
2b9ca1c991 Bug 1092835 - Bump the nsIWebProgressListener UUID. CLOSED TREE 2014-12-09 12:37:15 -05:00
Ryan VanderMeulen
f150bb479c Backed out changeset a0a2ada42652 (bug 936724) because something in the push made Gij(2) permafail.
CLOSED TREE
2014-12-09 12:09:09 -05:00
Ryan VanderMeulen
0e0519738e Backed out 5 changesets (bug 1092888) because something in the push made Gij(2) permafail.
Backed out changeset 0ad25135a27f (bug 1092888)
Backed out changeset 7cd8260bfc16 (bug 1092888)
Backed out changeset 86385291d8c8 (bug 1092888)
Backed out changeset be16d194d5df (bug 1092888)
Backed out changeset daee46827258 (bug 1092888)
2014-12-09 12:08:59 -05:00
Ryan VanderMeulen
f452af0124 Backed out changeset d4dfb076f5f1 (bug 1108714) because something in the push made Gij(2) permafail. 2014-12-09 12:08:45 -05:00
Martyn Haigh
a894fba492 Bug 1100464 - Add back button to top left of the tabs panel (r=lucasr) 2014-12-09 17:07:26 +00:00
Richard Newman
c58ef4efa2 Bug 1108252 - Remove launcher icon for search activity. r=mfinkle 2014-12-09 16:37:58 +00:00
B2G Bumper Bot
77514005b9 Bumping manifests a=b2g-bump 2014-12-09 08:26:51 -08:00
B2G Bumper Bot
7899456084 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/0e1227044422
Author: Mike Habicher <mikeh@mozilla.com>
Desc: Merge pull request #26663 from mikeaich/bug1107284_2

Bug 1107284 - remove callbacks from focus.js as well, r=wilsonpage

========

https://hg.mozilla.org/integration/gaia-central/rev/d943b5d95cc4
Author: Mike Habicher <mikeh@mozilla.com>
Desc: Bug 1107284 - remove callbacks from focus.js as well
2014-12-09 08:17:41 -08:00
B2G Bumper Bot
ee8206d7ee Bumping manifests a=b2g-bump 2014-12-09 08:11:57 -08:00
B2G Bumper Bot
878283949b Bumping gaia.json for 4 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/83fd6aa5185b
Author: Florin Strugariu <florin.strugariu@softvision.ro>
Desc: Merge pull request #26615 from npark-mozilla/1100390_2ndAttempt

Bug 1100390: Create a new test case for the deletion of video from Preview

========

https://hg.mozilla.org/integration/gaia-central/rev/118ad5d4ee24
Author: No-Jun <npark@mozilla.com>
Desc: Bug 1100390: Create a new test case for the deletion of video from Preview

New wait syntax used
method name changed to is_video_play_button_visible from is_preview_visible

========

https://hg.mozilla.org/integration/gaia-central/rev/7443efe4efdc
Author: Florin Strugariu <florin.strugariu@softvision.ro>
Desc: Merge pull request #26041 from JohanLorenzo/bug-1093589

Bug 1093589 - [DSDS] Add test to receive phone call on second SIM

========

https://hg.mozilla.org/integration/gaia-central/rev/561842b6cf95
Author: Johan Lorenzo <jlorenzo@mozilla.com>
Desc: Bug 1093589 - [DSDS] Add test to receive phone call on second SIM
2014-12-09 08:02:17 -08:00
B2G Bumper Bot
553da4a947 Bumping manifests a=b2g-bump 2014-12-09 07:52:01 -08:00
B2G Bumper Bot
0c09425534 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/91b6e108c833
Author: viorelaioia <viorela.ioia@softvision.ro>
Desc: Merge pull request #26639 from bebef1987/fix_cost_control

Bug 1107926 - Update cost_control app object to reflect changes in Bug 1...

========

https://hg.mozilla.org/integration/gaia-central/rev/405143dde9a7
Author: bebef1987 <florin.strugariu@softvision.ro>
Desc: Bug 1107926 - Update cost_control app object to reflect changes in Bug 1089968
2014-12-09 07:47:22 -08:00
B2G Bumper Bot
8c87d60f24 Bumping manifests a=b2g-bump 2014-12-09 07:13:51 -08:00
B2G Bumper Bot
455a209b5a Bumping manifests a=b2g-bump 2014-12-09 06:17:02 -08:00
B2G Bumper Bot
97c54744d0 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/1427918430cc
Author: chirarobert <robert.chira@softvision.ro>
Desc: Merge pull request #26657 from JohanLorenzo/bug-1108534

Bug 1108534 - test_delete_call_log should use a hard-coded phone, not re...

========

https://hg.mozilla.org/integration/gaia-central/rev/52da9928def6
Author: Johan Lorenzo <jlorenzo@mozilla.com>
Desc: Bug 1108534 - test_delete_call_log should use a hard-coded phone, not remote_phone_number
2014-12-09 06:12:17 -08:00
B2G Bumper Bot
36291d587c Bumping manifests a=b2g-bump 2014-12-09 06:01:53 -08:00
B2G Bumper Bot
9acf7352a0 Bumping gaia.json for 1 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/a4ce4f4bbed5
Author: Dave Hunt <dave.hunt@gmail.com>
Desc: Bug 1109002 - Bump gaiatest version to 0.32. r=fstrugariu
2014-12-09 05:57:15 -08:00
Carsten "Tomcat" Book
cf609031ef Merge mozilla-central to b2g-inbound 2014-12-09 13:20:50 +01:00
Carsten "Tomcat" Book
23b15dcbbd merge fx-team to mozilla-central a=merge 2014-12-09 13:08:37 +01:00
Carsten "Tomcat" Book
4b45e18db5 merge mozilla-inbound to mozilla-central a=merge 2014-12-09 12:51:54 +01:00
B2G Bumper Bot
3a4aa14d13 Bumping manifests a=b2g-bump 2014-12-08 23:22:01 -08:00
B2G Bumper Bot
35c2c50260 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/00c26c7075f1
Author: autolander <bug.autolander@gmail.com>
Desc: Bug 1042673 - merge pull request #26653 from julienw:1042673-hysteresis-luminosity-control-v2 to mozilla-b2g:master

========

https://hg.mozilla.org/integration/gaia-central/rev/3b53d202e034
Author: Julien Wajsberg <felash@gmail.com>
Desc: Bug 1042673 - Automatic brightness needs some hysteresis r=timdream
2014-12-08 23:17:23 -08:00
B2G Bumper Bot
9f093bb584 Bumping manifests a=b2g-bump 2014-12-08 23:07:01 -08:00
B2G Bumper Bot
d5addb8663 Bumping gaia.json for 1 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/ab0000d0f6dc
Author: Julien Wajsberg <felash@gmail.com>
Desc: Bug 1101518 - [Build] Don't rewrite "async" scripts, and fix the skipping operation r=rickychien
2014-12-08 23:02:20 -08:00
Phil Ringnalda
5ac2c7b278 Back out eb203c9db11d (bug 1107541) for e10s dt bustage
CLOSED TREE
2014-12-08 20:24:52 -08:00