Commit Graph

386298 Commits

Author SHA1 Message Date
Andrew McCreight
2c600e06ee Bug 1073597, part 1 - Don't get a CPOW manager to wrap unless there are CPOWs. r=smaug 2014-10-06 15:45:42 -07:00
Sotaro Ikeda
bae6e432e4 Bug 1067455 - Reduce Fence::merge() call on compositor thread r=nical 2014-10-06 15:45:03 -07:00
Mike Hommey
464da0f9c2 Bug 1077384 - Make libmozglue a pseudo-LD_PRELOAD on android. r=nfroyd
In order to avoid adding more dlsym overhead than there already is, resolve
symbols directly in the library containing the linker. (GetSymbolPtr is
essentially free ; dlsym makes the system linker compule a ElfHash itself,
and that's quite expensive to do on all symbols)

This also paves the way for direct symbol resolution in all system libraries.
2014-10-07 07:42:18 +09:00
Mike Hommey
417a2977b3 Bug 1076649 - Remove the '+' prefixing from mach commands with allow_all_arguments=True. r=gps
The reason to use '+' prefixing was to distinguish between options to the
mach command itself, and options that are passed down to whatever the
command does (like mach run passing down args to the built application).
That makes things unnecessarily awkward, and quite non-standard.

Instead, use standard '-' prefixing, and pass all the unknown arguments
down. If there is overlap between the known arguments and arguments supported
by the underlying tool (like -remote when using mach run), it is possible to
use '--' to mark all following arguments as being targetted at the underlying
tool.

For instance:
    mach run -- -remote something
would run
    firefox -remote something
while
    mach run -remote something
would run
    firefox something

As allow_all_arguments is redundant with the presence of a argparse.REMAINDER
CommandArgument, allow_all_arguments is removed. The only mach command with a
argparse.REMAINDER CommandArgument without allow_all_arguments was "mach dmd",
and it did so because it didn't want to use '+' prefixes.
2014-10-07 07:36:27 +09:00
Nikhil Marathe
68bb3e1d0c Bug 1039846 - Request implementation. r=baku
--HG--
extra : transplant_source : %E6%A1%EB%5C3%95%8A%B4%3F%5C%D8%28%B2%98%5E%A1%C2%E5%1C%EE
2014-09-23 22:03:20 -07:00
Eric Rahm
1d8716d7ba Bug 806819 - Part 5: Update webrtc moz.build. r=jesup, r=gps
--HG--
extra : rebase_source : 49c98530c07d38998be67cceb8047f74b971532f
2014-10-06 13:14:29 -07:00
Eric Rahm
53a247fb00 Bug 806819 - Part 4: Add files that were excluded from unified builds back in. r=ehsan
--HG--
extra : rebase_source : 49a3f57d94fc94702f1604175c4e206091b67197
2014-10-06 13:11:24 -07:00
Eric Rahm
80d2b8bba6 Bug 806819 - Part 3: Remove redundant FORCE_PR_LOG entries. r=ehsan
--HG--
extra : rebase_source : c96eea1c12ea8c19314393f0e8b4b57a4316a61d
2014-10-06 13:08:20 -07:00
Eric Rahm
9fb6db7302 Bug 806819 - Part 2: Enable FORCE_PR_LOG globally. r=ted
--HG--
extra : rebase_source : 926d988f0e50abcd07c223b62d367b22ac242344
2014-10-06 13:08:02 -07:00
Eric Rahm
d67e53ba15 Bug 806819 - Part 1: Remove FORCE_PR_LOG unified build restriction. r=gps
--HG--
extra : rebase_source : 004c828c1fd157fc0f13fd6a2ca85c264a34d60c
2014-10-06 13:06:55 -07:00
Wes Kocher
5a0d84e7aa Backed out changeset abd8b7b6dbd1 (bug 1075302) for e10s bustage on a CLOSED TREE 2014-10-06 14:49:07 -07:00
Ryan VanderMeulen
fab0916f80 Merge m-c to inbound. a=merge 2014-10-06 17:29:50 -04:00
Andrew McCreight
f3d650b7c0 Bug 1076969 - processLeakLog should come up with reasonable defaults itself. r=jmaher
Instead of grabbing attributes off options at every call site, pass
in the options object to processLeakLog, and attempt to get the attributes
there. If not present, use a restrictive default value.

This will prevent silent harness failures if one of the many ways to invoke
processLeakLog fails to set up these options, and makes it so they
don't have to set it up if they don't care.
2014-10-06 14:23:17 -07:00
Ryan VanderMeulen
c0ad8b6eb4 Merge inbound to m-c. a=merge 2014-10-06 17:05:56 -04:00
Ben Turner
3ba19a1445 Bug 1075302 - Allow Necko to do main thread I/O on remote blobs, r=khuey. 2014-10-06 14:05:07 -07:00
David Burns
2684174b77 Bug 1022862: remove WebApi tests from Marionette unit tests manifests: r=jgriffin 2014-10-06 21:57:25 +01:00
Ryan VanderMeulen
a04d69a0e3 Merge b2g-inbound to m-c. a=merge 2014-10-06 16:45:26 -04:00
B2G Bumper Bot
995826d654 Bumping manifests a=b2g-bump 2014-10-06 11:41:53 -07:00
B2G Bumper Bot
76e976007d Bumping gaia.json for 3 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/1e5360b21cca
Author: Gareth Aye <gaye@mozilla.com>
Desc: Merge pull request #24843 from gaye/backout-reland-amd

Bug 1027707 - Proper backout of reland amd

========

https://hg.mozilla.org/integration/gaia-central/rev/2a500d2bac86
Author: gaye <gaye@mozilla.com>
Desc: Revert "Merge pull request #24733 from gaye/reland-amd"

This reverts commit 56d949e8d1c66abb5ee2a0188eac6c0974417212, reversing
changes made to d418d3d86a3e6471c902d39966df02d04d77c158.

========

https://hg.mozilla.org/integration/gaia-central/rev/fbc6c55389b7
Author: gaye <gaye@mozilla.com>
Desc: Revert "Revert "Bug 1027707 followup to fix notifications launching calendar" for causing Bug 1078244"

This reverts commit c3800a31b86648e10fc9ee4dac9673856df1a1f2.
2014-10-06 11:35:47 -07:00
B2G Bumper Bot
07089f1ba9 Bumping manifests a=b2g-bump 2014-10-06 10:41:54 -07:00
B2G Bumper Bot
34b41a6146 Bumping gaia.json for 4 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/93eeaccba494
Author: Marcus Cavanaugh <m@mcav.com>
Desc: Merge pull request #24768 from mcav/clock-alarm-logging

Bug 1052245 - Add debugging for Clock alarms. r=millermedeiros

========

https://hg.mozilla.org/integration/gaia-central/rev/a4d132dce643
Author: Marcus Cavanaugh <m@mcav.com>
Desc: Bug 1052245 - Add debugging for Clock alarms.

========

https://hg.mozilla.org/integration/gaia-central/rev/706027ecea00
Author: Salvador de la Puente González <neo.salvador@gmail.com>
Desc: Merge pull request #24461 from lodr/bug-1026384-send-mms-to-email

Bug 1026384 - [MMS]Display switching of SMS/MMS composition screen
r=:steveck

========

https://hg.mozilla.org/integration/gaia-central/rev/38f03594eda5
Author: Salvador de la Puente <salva@unoyunodiez.com>
Desc: Bug 1026384 - [MMS]Display switching of SMS/MMS composition screen
2014-10-06 10:35:46 -07:00
B2G Bumper Bot
473b12ae64 Bumping manifests a=b2g-bump 2014-10-06 10:11:55 -07:00
B2G Bumper Bot
6d16ca4a99 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/b16291874ccd
Author: Etienne Segonzac <etienne@segonzac.info>
Desc: Merge pull request #24812 from etiennesegonzac/bug-1075290

Bug 1075290 - Prevent a race condition between turnScreenOff and turnScreenOn r=alive

========

https://hg.mozilla.org/integration/gaia-central/rev/382d4def9bef
Author: Etienne Segonzac <etienne@segonzac.info>
Desc: Bug 1075290 - Prevent a race condition between turnScreenOff and turnScreenOn
2014-10-06 10:05:48 -07:00
B2G Bumper Bot
1055ccb547 Bumping manifests a=b2g-bump 2014-10-06 09:56:54 -07:00
B2G Bumper Bot
c303a576af Bumping gaia.json for 6 gaia revision(s) a=gaia-bump
========

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

Bug 1077579 - [SoftwareHome] Add integration tests lockscreen appearance, coverage for bug 1064595

========

https://hg.mozilla.org/integration/gaia-central/rev/1d9cb7953d3f
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Bug 1077579 - [SoftwareHome] Add integration tests lockscreen appearance, coverage for bug 1064595 r=eli

========

https://hg.mozilla.org/integration/gaia-central/rev/47296551c878
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Merge pull request #24777 from KevinGrandon/bug_1077579_shb_generic_dialog_covers_1072231

Bug 1077579 - [SoftwareHome] Add integration tests for modal dialog alerts, coverage for bug 1072231

========

https://hg.mozilla.org/integration/gaia-central/rev/5909f970a978
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Bug 1077579 - [SoftwareHome] Add integration tests for modal dialog alerts, coverage for bug 1072231 r=eli

========

https://hg.mozilla.org/integration/gaia-central/rev/6bff6d446e38
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Merge pull request #24775 from KevinGrandon/bug_1077579_install_app_cover_bug_1048593

Bug 1077579 - [SoftwareHome] Add integration tests for app install dialog, coverage for bug 1048593

========

https://hg.mozilla.org/integration/gaia-central/rev/e51ae56a81a4
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Bug 1077579 - [SoftwareHome] Add integration tests for app install dialog, coverage for bug 1048593 r=eli
2014-10-06 09:50:47 -07:00
Jon Coppeard
5df3d963a1 Bug 650161 - Fix compacting GC build errors following JSObject changes. r=terrence
CLOSED TREE
2014-10-06 17:49:45 +01:00
Ryan VanderMeulen
a0e1003061 Backed out changeset 6d73cc06f9fe (bug 650161) for SM(ggc) timeouts.
CLOSED TREE
2014-10-06 16:03:38 -04:00
Jonathan Griffin
227929fb1e Bug 1078385 - Bump mozdevice to 0.41, r=jgraham 2014-10-06 10:31:31 -07:00
B2G Bumper Bot
9f400fbd71 Bumping manifests a=b2g-bump 2014-10-06 09:47:03 -07:00
B2G Bumper Bot
c92c90bd60 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

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

Bug 1077579 - [SoftwareHome] Add integration tests for fullscreen apps

========

https://hg.mozilla.org/integration/gaia-central/rev/033cc212d247
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Bug 1077579 - [SoftwareHome] Add integration tests for fullscreen apps r=eli
2014-10-06 09:35:48 -07:00
B2G Bumper Bot
0a1f741f79 Bumping manifests a=b2g-bump 2014-10-06 09:26:56 -07:00
Ben Hearsum
35ff8e3695 bug 1075723: use different signing format for 64-bit windows builds - fix external packaging special casing. r=mshal, a=bustage 2014-10-06 12:21:29 -04:00
B2G Bumper Bot
7796c17164 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/407d05c78d76
Author: albertopq <albert.pastor@gmail.com>
Desc: Merge pull request #24751 from albertopq/1074033-overlap-statusbar-3

Bug 1074033 - Absolute positioning dialogs when hidden r=etienne

========

https://hg.mozilla.org/integration/gaia-central/rev/afee5585bfb0
Author: albertopq <apastor@mozilla.com>
Desc: Bug 1074033 - Absolute positioning dialogs when hidden
2014-10-06 09:20:48 -07:00
B2G Bumper Bot
6a6d4c4478 Bumping manifests a=b2g-bump 2014-10-06 08:26:55 -07:00
B2G Bumper Bot
b5a1ddda81 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/d0262401339c
Author: tamarahills <thills@mozilla.com>
Desc: Merge pull request #24707 from tamarahills/bugfix/1068109

Bug 1068109 - Restore 2s delay before callscreen is closed.

========

https://hg.mozilla.org/integration/gaia-central/rev/e3481eed4eed
Author: Tamara Hills <thills@mozilla.com>
Desc: Bug 1068109 - Restore 2s delay before callscreen is closed.
2014-10-06 08:20:48 -07:00
Carsten "Tomcat" Book
ddfb6b16b7 merge fx-team to mozilla-central a=merge 2014-10-06 15:42:06 +02:00
Carsten "Tomcat" Book
a6eedc8da5 merge mozilla-inbound to mozilla-central a=merge 2014-10-06 15:32:37 +02:00
B2G Bumper Bot
e03bde1f3d Bumping manifests a=b2g-bump 2014-10-06 00:21:35 -07:00
B2G Bumper Bot
aec32494e9 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/842fd7448790
Author: Marina <mri@tid.es>
Desc: Merge pull request #24735 from gitmai/bug-1073340-CC-limit-cannot-set-to-0.07

Bug 1073340 - [Usage][Cost Control] Data usage limit can't be set to 0.0...
r=salva

========

https://hg.mozilla.org/integration/gaia-central/rev/4307be62cd7a
Author: mai <mri@tid.es>
Desc: Bug 1073340 - [Usage][Cost Control] Data usage limit can't be set to 0.07 GB/MB
2014-10-06 00:15:56 -07:00
Szu-Yu Chen [:aknow]
7af9c43a6c Bug 1069862 - Use serviceClass 0 to query callbarring option. r=hsinyi 2014-10-06 03:07:00 -04:00
B2G Bumper Bot
47340db2a5 Bumping manifests a=b2g-bump 2014-10-06 07:56:55 -07:00
B2G Bumper Bot
5d080667a0 Bumping gaia.json for 3 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/cb7ad9a7c832
Author: Ryan VanderMeulen <ryanvm@gmail.com>
Desc: Merge pull request #24787 from JerryShih/Bug-1074521-status-bar

Bug 1074521 - align clip and transform animation

========

https://hg.mozilla.org/integration/gaia-central/rev/e9abdb94acc0
Author: JerryShih <hshih@mozilla.com>
Desc: Bug 1074521 - align clip and transform animation

========

https://hg.mozilla.org/integration/gaia-central/rev/97b1c7e08e4b
Author: sudheesh001 <sudheesh1995@outlook.com>
Desc: Bug 1061520 - Fix jshint error in tests/atoms/gaia_data_layer.js r=dhunt
2014-10-06 07:50:47 -07:00
B2G Bumper Bot
24a6f39c21 Bumping manifests a=b2g-bump 2014-10-06 07:41:56 -07:00
B2G Bumper Bot
00285d798d Bumping gaia.json for 3 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/eabc589af05e
Author: Florin Strugariu <florin.strugariu@softvision.ro>
Desc: Merge pull request #24830 from chirarobert/fix_sms

Bug 1078242 - [v2.2] Fix intermittent failure for test_sms_contact

========

https://hg.mozilla.org/integration/gaia-central/rev/7a376f67137b
Author: Robert Chira <robertchira@P5075.(none)>
Desc: Bug 1078242 - [v2.2] Fix intermittent failure for test_sms_contact

========

https://hg.mozilla.org/integration/gaia-central/rev/307d3ad218d8
Author: BavarianTomcat <tomcat@mozilla.com>
Desc: Revert "Bug 1027707 followup to fix notifications launching calendar" for causing Bug 1078244

This reverts commit afa160a1f69b4f2d40a6c8ee8c1639349d14a2e4.
2014-10-06 07:35:48 -07:00
B2G Bumper Bot
5acb0ba4d1 Bumping manifests a=b2g-bump 2014-10-06 06:59:02 -07:00
B2G Bumper Bot
5984d35ce0 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/60f38accb1d4
Author: Yura Zenevich <yura.zenevich@gmail.com>
Desc: Merge pull request #24670 from sudheesh001/Patch_1069616

Bug 1069616 - labels reload and stop buttons for accessiblity r=yzen

========

https://hg.mozilla.org/integration/gaia-central/rev/53250165729a
Author: sudheesh001 <sudheesh1995@outlook.com>
Desc: Bug 1069616 - labels reload and stop buttons for accessiblity r=yzen
2014-10-06 06:58:47 -07:00
Carsten "Tomcat" Book
5745fe8cf9 Merge m-c to b2g-inbound 2014-10-06 15:54:45 +02:00
B2G Bumper Bot
0d749ba142 Bumping manifests a=b2g-bump 2014-10-06 06:41:56 -07:00
B2G Bumper Bot
8cb69e1e78 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/3d2c69d28cbf
Author: Aleh Zasypkin <aleh.zasypkin@gmail.com>
Desc: Merge pull request #24463 from azasypkin/bug-1003843-group-image

Bug 1003843 - Follow up to Bug 951676 - [Messages][Refresh] Add specific image in case of more than one recipient in the list threads. r=julien, schung

========

https://hg.mozilla.org/integration/gaia-central/rev/b581a026cc06
Author: Aleh Zasypkin <azasypkin@mozilla.com>
Desc: Bug 1003843 - Follow up to Bug 951676 - [Messages][Refresh] Add specific image in case of more than one recipient in the list threads. r=julien, schung
2014-10-06 06:35:47 -07:00
B2G Bumper Bot
dfda20f8bc Bumping manifests a=b2g-bump 2014-10-06 06:26:57 -07:00