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

386978 Коммитов

Автор SHA1 Сообщение Дата
Michael Comella fbd44795ae Bug 1077730 - Implement new tablet url bar navigation button colors (with temporary focused state). r=lucasr 2014-10-06 16:45:54 -07:00
B2G Bumper Bot ab09652dd0 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/19f84d481f82
Author: Greg Weng <snowmantw@gmail.com>
Desc: Merge pull request #24822 from snowmantw/bug1078221

Bug 1078221 - [LockScreen][FTU] LockScreen would overlap on FTU app

========

https://hg.mozilla.org/integration/gaia-central/rev/cc067a6cfef0
Author: Greg Weng <snowmantw@gmail.com>
Desc: Bug 1078221 - [LockScreen][FTU] LockScreen would overlap on FTU app
2014-10-06 16:40:48 -07:00
Wes Kocher 445e1466e9 Backed out 5 changesets (bug 806819) for WinXP test failures on a CLOSED TREE
Backed out changeset 009ae35b0c67 (bug 806819)
Backed out changeset 5a57f87f5061 (bug 806819)
Backed out changeset f06cd735b5b3 (bug 806819)
Backed out changeset e25a2a8d4af4 (bug 806819)
Backed out changeset 70a167982c3f (bug 806819)
2014-10-06 16:32:50 -07:00
Andrew McCreight 9d6136ff7b Bug 1073597, part 3 - Lazify creation of the CPOW manager in CpowIdHolder. r=billm 2014-10-06 15:45:42 -07:00
Andrew McCreight 6ca7943f17 Bug 1073597, part 2 - Factor out common base class for GetCPOWManager. r=smaug 2014-10-06 15:45:42 -07:00
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
B2G Bumper Bot 0275c868d7 Bumping manifests a=b2g-bump 2014-10-06 15:17:04 -07:00
B2G Bumper Bot 9a600b7a19 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

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

Bug 1077579 - [SoftwareHome] Add integration tests for permission dialog, coverage for bug 1074608

========

https://hg.mozilla.org/integration/gaia-central/rev/60364d413c2f
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Bug 1077579 - [SoftwareHome] Add integration tests for permission dialog, coverage for bug 1074608 r=mhenretty
2014-10-06 15:10:47 -07:00
Ryan VanderMeulen 6626c53c1a Merge m-c to fx-team. a=merge 2014-10-06 17:40:55 -04:00
ziyunfei 6c7ddd6c98 Bug 1079090 - Coerce the argument passed to Object.getPrototypeOf using ToObject. r=till 2014-10-06 23:39:00 +02:00
Guilherme Goncalves 97f16397f6 Bug 1078451 - Accept a free function in ThreadSharedFloatArrayBufferList::SetData. r=jesup 2014-10-07 10:03:00 +02:00
Donato Sciarra 6f0d7e4f93 Bug 1074886 - URLSearchParams.get() should return null (not empty string) when not find pair. r=bzbarsky 2014-10-07 10:06:00 +02:00
Adam Roach [:abr] 0e53fbc62d Backed out changeset b56f9bccea92 (bug 1017257) 2014-10-06 16:36:49 -05:00
Ryan VanderMeulen 97d7e23a20 Merge m-c to b2g-inbound. a=merge 2014-10-06 17:33:00 -04:00
Ryan VanderMeulen c0ad8b6eb4 Merge inbound to m-c. a=merge 2014-10-06 17:05:56 -04:00
Massimo Gervasini d4b11568f1 Bug 1075675 - use google-oauth-api.key for builds r=catlee 2014-10-06 17:03:48 -04:00
Justin Dolske ea46ae6a5d Bug 1071238 - UI Tour: add ability to put a widget in the toolbar. r=mattn 2014-10-06 15:49:30 -07:00
Matthew Noorenberghe 57cfa5fc7b Bug 1078261 - Don't fetch Loop call data for the FxA session if we aren't logged in. r=pkerr
--HG--
extra : rebase_source : e9dc9ddfa4c62254801889275c3fe46121036655
2014-10-06 15:36:07 -07:00
Ryan VanderMeulen da98617c0c Backed out changeset f4953072c20f (bug 1068412) for mochitest-e10s crashes. 2014-10-06 17:00:27 -04:00
Dave Townsend dc512d32ce Bug 1078665: Ignore exceptions thrown out of getBrowserForDocument. r=zombie 2014-10-06 13:56:58 -07:00
ZER0 015b238d7a Bug 1078378 - Replace the array instance used by `emitSync` with one from the content's sandbox. r=Mossop 2014-10-06 13:56:18 -07:00
Ryan VanderMeulen a04d69a0e3 Merge b2g-inbound to m-c. a=merge 2014-10-06 16:45:26 -04:00
B2G Bumper Bot 5544dadaee Bumping manifests a=b2g-bump 2014-10-06 13:27:30 -07:00
Adam Roach [:abr] f1a8c1f87f Bug 1017257 - Attach Loop CSP Policy r=sstamm 2014-10-06 15:25:04 -05:00
Dave Townsend 5ed12c768e Bug 1068412: Forward dynamically registered resource URI mappings to content processes. r=billm 2014-10-06 12:42:12 -07:00
Ryan VanderMeulen 4324a5dfea Backed out changesets 4fee6e1f1ad2 and f5db0dae1434 (bug 1075644) for Android 2.3 robocop failures.
CLOSED TREE
2014-10-06 15:47:30 -04:00
Nick Alexander 6e7b635c34 Bug 1077381 - Follow-up: Try to fix Windows bustage. r=me
a=bustage on a CLOSED TREE

--HG--
extra : amend_source : c39a128f271f44e263d77f342665594ba161f933
2014-10-06 12:38:12 -07: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