Граф коммитов

396163 Коммитов

Автор SHA1 Сообщение Дата
Gregory Szorc 7ed33002a4 Bug 1108294 - Remove python/codegen from virtualenv; r=froydnj
The python/codegen directory is empty. Remove it from the virtualenv.

--HG--
extra : rebase_source : 975806cc506631b2174c6b0304973923eda9f766
2014-12-06 15:49:25 -08:00
Gregory Szorc 952cf70dbb Bug 1108294 - Removed unused makeutils Python module; r=froydnj
There are no more consumers of makeutils.py in the tree. So we delete
it.

--HG--
extra : rebase_source : bf19cdf722027758161e588395464da83fc2c37c
2014-12-06 15:48:42 -08:00
Gregory Szorc 598f54ae2d Bug 1108294 - Use mozbuild.makeutil for dependency file writing; r=froydnj
AccEventGen.py was using an old, one-off Python module for writing make
dependency files. We have a more appropriate API now. So we use it.

While we were here, we modified file writing to use FileAvoidWrite to
avoid always writing the output files and bumping mtimes.

--HG--
extra : rebase_source : 34ef9badacceb4791f27816c756ad9c95bf4069c
2014-12-06 15:47:06 -08:00
Gregory Szorc 5b9d4c32a3 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 56ae77a8d0 Bug 1108294 - Switch to argparse; r=froydnj
--HG--
extra : rebase_source : cc0b81afafbc2fa20f7327dda8f9c6e64c895386
2014-12-06 15:36:39 -08:00
Gregory Szorc b268f7fa23 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 bc694279e4 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 312651fc98 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 1f717c46d2 Backed out changeset 39398fba066e (bug 1098386) for actually leaking 2014-12-09 13:36:24 -08:00
Terrence Cole d0e0d193b8 Bug 1107349 - Always build in enerational GC support; r=jonco 2014-12-04 09:45:05 -08:00
Terrence Cole 10cb7f0ea7 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 073573c2a9 Backed out changeset 18c302f80bce (bug 1108707) for nsTArray_base leaks.
CLOSED TREE
2014-12-09 15:49:38 -05:00
Chris Pearce b392b7de2a 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 6e27669729 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 1bfe75470c Bug 1102549 - Make Debugger::slowPathPromiseHook handle various JSTrapStatus results. r=shu 2014-12-09 11:59:25 -08:00
Boris Zbarsky b9657f03cb 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 212b09964c 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 19e3190828 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 c617f3e3b9 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 4e904df02d 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 fc5e0383a6 Bug 1108707 - Make reader shutdown asynchronous. r=cpearce 2014-12-09 11:43:21 -08:00
Trevor Saunders 429fb6858c 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 9fae9e4367 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 a1078024c4 Bug 1108714 - Make marionette's skip_if_b2g run desktop tests. r=mdas 2014-12-09 14:20:40 -05:00
Tim Chien 7086ef24a8 Bug 936724 - Implement addInput/removeInput in InputMethod API. r=yxl, r=khuey 2014-12-09 14:20:40 -05:00
Ryan VanderMeulen 4e5dbde020 Merge fx-team to m-c. a=merge
CLOSED TREE
2014-12-09 14:16:03 -05:00
Ryan VanderMeulen 507e950980 Merge b2g-inbound to m-c. a=merge 2014-12-09 14:11:06 -05:00
Ryan VanderMeulen 1bdab6fe7b 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 131c9d3d17 Bug 1092835 - Bump the nsIWebProgressListener UUID. CLOSED TREE 2014-12-09 12:37:15 -05:00
Ryan VanderMeulen 054f112d6d 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 9dc33bae19 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 b2a40f89be 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 cb802d754f Bug 1100464 - Add back button to top left of the tabs panel (r=lucasr) 2014-12-09 17:07:26 +00:00
Richard Newman 56f1111e87 Bug 1108252 - Remove launcher icon for search activity. r=mfinkle 2014-12-09 16:37:58 +00:00
B2G Bumper Bot a931c3928d Bumping manifests a=b2g-bump 2014-12-09 08:26:51 -08:00
B2G Bumper Bot dff1b3b94b 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 e5c5e9ad86 Bumping manifests a=b2g-bump 2014-12-09 08:11:57 -08:00
B2G Bumper Bot 043460c7fd 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 82ae9566a1 Bumping manifests a=b2g-bump 2014-12-09 07:52:01 -08:00
B2G Bumper Bot c3e637e3c8 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 da0a2d4f22 Bumping manifests a=b2g-bump 2014-12-09 07:13:51 -08:00
B2G Bumper Bot 0de209db57 Bumping manifests a=b2g-bump 2014-12-09 06:17:02 -08:00
B2G Bumper Bot d2a387d6a9 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 1ed5a94a93 Bumping manifests a=b2g-bump 2014-12-09 06:01:53 -08:00
B2G Bumper Bot 2b6744c4e2 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 45230b6414 Merge mozilla-central to b2g-inbound 2014-12-09 13:20:50 +01:00
Carsten "Tomcat" Book c24633af80 merge fx-team to mozilla-central a=merge 2014-12-09 13:08:37 +01:00
Carsten "Tomcat" Book 18858ecfb5 merge mozilla-inbound to mozilla-central a=merge 2014-12-09 12:51:54 +01:00
B2G Bumper Bot 83dd5b546e Bumping manifests a=b2g-bump 2014-12-08 23:22:01 -08:00
B2G Bumper Bot 092429e7ea 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