Commit Graph

208771 Commits

Author SHA1 Message Date
Sotaro Ikeda
d1f5d678d4 Bug 1067455 - Reduce Fence::merge() call on compositor thread r=nical 2014-10-06 15:45:03 -07:00
Mike Hommey
c1730d5281 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
31a9d027d6 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
84ebb25bb7 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
7756219f76 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
e523216532 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
baf96b6e07 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
bd73b23136 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
6c9073397b 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
ab57f50794 Backed out changeset abd8b7b6dbd1 (bug 1075302) for e10s bustage on a CLOSED TREE 2014-10-06 14:49:07 -07:00
Ryan VanderMeulen
95e67d898f Merge m-c to inbound. a=merge 2014-10-06 17:29:50 -04:00
Andrew McCreight
4fcf9e3536 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
96a15f3c66 Merge inbound to m-c. a=merge 2014-10-06 17:05:56 -04:00
Ben Turner
9c3d2e2f4a 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
cc37ea6fd9 Bug 1022862: remove WebApi tests from Marionette unit tests manifests: r=jgriffin 2014-10-06 21:57:25 +01:00
Ryan VanderMeulen
83ddc7c9de Merge b2g-inbound to m-c. a=merge 2014-10-06 16:45:26 -04:00
B2G Bumper Bot
be3adf77c5 Bumping manifests a=b2g-bump 2014-10-06 11:41:53 -07:00
B2G Bumper Bot
b8ba0adc22 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
d239e58438 Bumping manifests a=b2g-bump 2014-10-06 10:41:54 -07:00
B2G Bumper Bot
774abb3a23 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
f74165c070 Bumping manifests a=b2g-bump 2014-10-06 10:11:55 -07:00
B2G Bumper Bot
18f09dceb3 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
886368f973 Bumping manifests a=b2g-bump 2014-10-06 09:56:54 -07:00
B2G Bumper Bot
f91498d9fd 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
5a31094e9c Bug 650161 - Fix compacting GC build errors following JSObject changes. r=terrence
CLOSED TREE
2014-10-06 17:49:45 +01:00
Ryan VanderMeulen
30963f04ba Backed out changeset 6d73cc06f9fe (bug 650161) for SM(ggc) timeouts.
CLOSED TREE
2014-10-06 16:03:38 -04:00
Jonathan Griffin
2544d57ff7 Bug 1078385 - Bump mozdevice to 0.41, r=jgraham 2014-10-06 10:31:31 -07:00
B2G Bumper Bot
5dfbe3c001 Bumping manifests a=b2g-bump 2014-10-06 09:47:03 -07:00
B2G Bumper Bot
9874cb8d3f 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
046c11bf37 Bumping manifests a=b2g-bump 2014-10-06 09:26:56 -07:00
Ben Hearsum
e89c5cb859 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
999bfb30c7 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
9bddd54274 Bumping manifests a=b2g-bump 2014-10-06 08:26:55 -07:00
B2G Bumper Bot
f4b73c3d98 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
97e8a626d9 merge fx-team to mozilla-central a=merge 2014-10-06 15:42:06 +02:00
Carsten "Tomcat" Book
0a6f426021 merge mozilla-inbound to mozilla-central a=merge 2014-10-06 15:32:37 +02:00
B2G Bumper Bot
ad300aad8b Bumping manifests a=b2g-bump 2014-10-06 00:21:35 -07:00
B2G Bumper Bot
3d08d32f65 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]
d404ff07bc Bug 1069862 - Use serviceClass 0 to query callbarring option. r=hsinyi 2014-10-06 03:07:00 -04:00
B2G Bumper Bot
2616fa04eb Bumping manifests a=b2g-bump 2014-10-06 07:56:55 -07:00
B2G Bumper Bot
c067db1413 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
13c3d1b36b Bumping manifests a=b2g-bump 2014-10-06 07:41:56 -07:00
B2G Bumper Bot
c2b6a385f1 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
9caa39ce2c Bumping manifests a=b2g-bump 2014-10-06 06:59:02 -07:00
B2G Bumper Bot
7f77ee5355 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
697adf6cd4 Merge m-c to b2g-inbound 2014-10-06 15:54:45 +02:00
B2G Bumper Bot
11b4499c1a Bumping manifests a=b2g-bump 2014-10-06 06:41:56 -07:00
B2G Bumper Bot
d36fdf6e33 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
794a9b4ba0 Bumping manifests a=b2g-bump 2014-10-06 06:26:57 -07:00
B2G Bumper Bot
40fd38e6ea Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/a5634dc872e5
Author: Chris Lord <chrislord.net@gmail.com>
Desc: Merge pull request #24827 from Cwiiis/bug1078232-empty-group-name-hint

Bug 1078232 - Show empty group name edit hint text. r=crdlc

========

https://hg.mozilla.org/integration/gaia-central/rev/df6332c3f093
Author: Chris Lord <chrislord.net@gmail.com>
Desc: Bug 1078232 - Show empty group name edit hint text. r=crdlc

When a group is empty, show hint text in edit mode that you can enter a
name.
2014-10-06 06:20:50 -07:00