Commit Graph

351931 Commits

Author SHA1 Message Date
B2G Bumper Bot
07dd0ec625 Bumping manifests a=b2g-bump 2014-03-19 18:46:05 -07:00
B2G Bumper Bot
f90b6ada98 Bumping gaia.json for 7 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/ec735620fcff
Author: gasolin <gasolin@gmail.com>
Desc: Merge pull request #17263 from gasolin/bubble-merge225

cherry-pick Bubble-tea

========

https://hg.mozilla.org/integration/gaia-central/rev/94c37dafac4e
Author: EragonJ <eragonj@eragonj.me>
Desc: Bug 974828 - [Settings][dsds] Outgoing data confirmation is wrong

- update test
- change the way about how we show confirm window

========

https://hg.mozilla.org/integration/gaia-central/rev/cda9fc54ec17
Author: Alive Kuo <alegnadise@gmail.com>
Desc: Bug 970028 - Nicer activity opener animation

========

https://hg.mozilla.org/integration/gaia-central/rev/1ef05f8d675f
Author: Cédric de Saint Martin <cedric.dsm@tiolive.com>
Desc: Bug 971556 - [System2] Instantiable SourceView.

========

https://hg.mozilla.org/integration/gaia-central/rev/671cfdfc031b
Author: Alive Kuo <alegnadise@gmail.com>
Desc: Bug 961800 - Implement Child Window Factory

Conflicts:
	apps/system/js/app_transition_controller.js
	apps/system/js/app_window.js
	apps/system/js/app_window_manager.js
	apps/system/js/cards_view.js
	apps/system/style/window.css

========

https://hg.mozilla.org/integration/gaia-central/rev/79679041e3f0
Author: Rex Lee <rexboy@mozilla.com>
Desc: Bug 971577 - [System] Make visibility manager instantiable

========

https://hg.mozilla.org/integration/gaia-central/rev/9573ca6d00fa
Author: Timothy Guan-tin Chien <timdream@gmail.com>
Desc: Bug 971546 - [System2] Instantiable Screenshot
2014-03-19 18:40:48 -07:00
Robert Strong
03ed8447cc Bug 899352 - Increase the installation timeout for the stub installer. r=bbondy 2014-03-19 18:32:46 -07:00
Robert Strong
e245e5656b Bug 899363 - Implement stub installer data ping version 6. r=bbondy 2014-03-19 18:32:39 -07:00
B2G Bumper Bot
3376b30479 Bumping manifests a=b2g-bump 2014-03-19 17:51:28 -07:00
B2G Bumper Bot
4a58348747 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/c123cdbc24cb
Author: Marcus Cavanaugh <m@mcav.com>
Desc: Merge pull request #17344 from mcav/apop

Bug 983167 - [email/POP3] broken node-crypto.js shim causes auth failure...

========

https://hg.mozilla.org/integration/gaia-central/rev/fc451944db53
Author: Marcus Cavanaugh <m@mcav.com>
Desc: Bug 983167 - [email/POP3] broken node-crypto.js shim causes auth failure when attempting APOP auth. r=asuth
2014-03-19 17:46:17 -07:00
Wes Kocher
33dcfe5692 Backed out 13 changesets (bug 975823) for leaks on a CLOSED TREE
Backed out changeset cd2da33bf4a2 (bug 975823)
Backed out changeset 62e2a43453f0 (bug 975823)
Backed out changeset 7f8366953cae (bug 975823)
Backed out changeset d46f1c00b4e5 (bug 975823)
Backed out changeset 3c36fb646951 (bug 975823)
Backed out changeset d535c32d3894 (bug 975823)
Backed out changeset 3f918acda96a (bug 975823)
Backed out changeset 6e2caad87673 (bug 975823)
Backed out changeset b550057222a2 (bug 975823)
Backed out changeset 24d9fe77f4e9 (bug 975823)
Backed out changeset 5be6da95a4b1 (bug 975823)
Backed out changeset b09d50f488c3 (bug 975823)
Backed out changeset ca381ebe34ae (bug 975823)
2014-03-19 17:45:28 -07:00
Kyle Huey
839c762332 Bug 968031: Remove threadsafe refcounting from ContentParent and add it to the cycle collector graph. r=bent,mccr8 2014-03-19 17:22:25 -07:00
Andrew McCreight
ff0ad57874 Bug 975823, part 13 - Make BFSTableData::predecessor into an AutoPtr. r=mcmanus 2014-03-19 16:57:49 -07:00
Andrew McCreight
87a5bcbc2c Bug 975823, part 12 - Inline BFSState into BFSTableData. r=mcmanus 2014-03-19 16:57:49 -07:00
Andrew McCreight
269323cd3f Bug 975823, part 11 - BFSTableData only uses the state case of its union. r=mcmanus 2014-03-19 16:57:49 -07:00
Andrew McCreight
eaf0b1d2ac Bug 975823, part 10 - Substitute two SCTableData local vars. r=mcmanus 2014-03-19 16:57:49 -07:00
Andrew McCreight
fb63de7e50 Bug 975823, part 9 - No reason to store a pointer to the list, just store it inline. r=mcmanus 2014-03-19 16:57:49 -07:00
Andrew McCreight
478e36446b Bug 975823, part 8 - Inline nsStreamConverterService::Init which is now infallible. r=mcmanus 2014-03-19 16:57:48 -07:00
Andrew McCreight
8e23515020 Bug 975823, part 7 - Replace SCTableData with a typedef. r=mcmanus 2014-03-19 16:57:48 -07:00
Andrew McCreight
93756d488b Bug 975823, part 6 - Remove unneeded indirection in SCTableData. r=mcmanus 2014-03-19 16:57:48 -07:00
Andrew McCreight
770c669fba Bug 975823, part 5 - SCTableData only uses the edges case of its union. r=mcmanus 2014-03-19 16:57:48 -07:00
Andrew McCreight
d3b6b10a50 Bug 975823, part 4 - SCTableData doesn't use its key field. r=mcmanus 2014-03-19 16:57:48 -07:00
Andrew McCreight
e7df171712 Bug 975823, part 3 - Split SCTableData into two data types, one for each table. r=mcmanus 2014-03-19 16:57:48 -07:00
Andrew McCreight
1eeb1a7d68 Bug 975823, part 2 - Take advantage of infallible new in nsStreamConverterService. r=mcmanus 2014-03-19 16:57:47 -07:00
Andrew McCreight
a436885433 Bug 975823, part 1 - Remove some trailing whitespace from nsStreamConverterService. r=mcmanus 2014-03-19 16:57:47 -07:00
Wes Kocher
4841e29965 Backed out changeset 8764e9f061d0 (bug 980679) for a smoketest regression 2014-03-19 16:14:42 -07:00
Michael Comella
03db0f5fc0 Bug 985610 - Remove duplicate menu_item_textsize definition. r=wesj 2014-03-19 16:06:19 -07:00
Wes Kocher
847958cbab Backed out 3 changesets (bug 980027) for causing a serious race in hal with the pref service
Backed out changeset 5cd05df56f67 (bug 980027)
Backed out changeset 6344d6606517 (bug 980027)
Backed out changeset 098a43b537e9 (bug 980027)
2014-03-19 15:36:13 -07:00
B2G Bumper Bot
d6f8e00b88 Bumping manifests a=b2g-bump 2014-03-19 14:47:11 -07:00
B2G Bumper Bot
2c4ae16377 Bumping gaia.json for 1 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/50872ab77f6b
Author: Fabrice Desré <fabrice@mozilla.com>
Desc: Bug 983760 - Dont show crash screen if tab is not currently active. r=daleharvey
2014-03-19 14:45:42 -07:00
Terrence Cole
1d303afd0b Bug 957723 - Followup fix for decommitted nursery reporting; r=njn 2014-03-19 14:43:44 -07:00
Tom Schuster
4731546af6 Bug 977904 - [e10s] Get native key bindings working. r=masayuki 2014-03-20 16:46:29 +01:00
Tom Schuster
b09a3efb7b Bug 355430 - Test. r=bz 2014-03-20 16:46:29 +01:00
Tom Schuster
e9d2f3e9ee Bug 355430 - Add the column to the error event. r=bz 2014-03-20 16:46:28 +01:00
Dave Hylands
1a41bf9982 Bug 983848 - Don't use settings db in UpdatePrompt when running under xpcshell. r=bent 2014-03-19 11:58:01 -07:00
B2G Bumper Bot
0dffacd2c9 Bumping manifests a=b2g-bump 2014-03-19 11:51:08 -07:00
B2G Bumper Bot
0799b99da7 Bumping gaia.json for 4 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/181049c75f53
Author: vingtetun <21@vingtetun.org>
Desc: Merge pull request #17223 from vingtetun/bug984151

Bug 984151 - Make the contacts image pull up effect smoother. r=arcturus

========

https://hg.mozilla.org/integration/gaia-central/rev/752987e94d55
Author: Vivien Nicolas <21@vingtetun.org>
Desc: Bug 984151 - Make the contacts image pull up effect smoother. r=arcturus

========

https://hg.mozilla.org/integration/gaia-central/rev/de18d91d9202
Author: vingtetun <21@vingtetun.org>
Desc: Merge pull request #17337 from vingtetun/bug981610.shared

Bug 981610 - Remove some CSS warnings on shared/. r=arnau

========

https://hg.mozilla.org/integration/gaia-central/rev/3e386227223e
Author: Vivien Nicolas <21@vingtetun.org>
Desc: Bug 981610 - Remove some CSS warnings on shared/. r=arnau
2014-03-19 11:45:59 -07:00
B2G Bumper Bot
551a0c0878 Bumping manifests a=b2g-bump 2014-03-19 11:11:06 -07:00
B2G Bumper Bot
4adc6fb455 Bumping gaia.json for 4 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/ac9e11ac7ef1
Author: vingtetun <21@vingtetun.org>
Desc: Merge pull request #17334 from vingtetun/bug981610.keyboards

Bug 981610 - Remove some CSS warnings on the keyboard app. r=janjongboom

========

https://hg.mozilla.org/integration/gaia-central/rev/9eb973a412fc
Author: Vivien Nicolas <21@vingtetun.org>
Desc: Bug 981610 - Remove some CSS warnings on the keyboard app. r=janjongboom

========

https://hg.mozilla.org/integration/gaia-central/rev/72858e9f347e
Author: Arnau <arnau@arnaumarch.com>
Desc: Merge pull request #17202 from rnowm/981887

Bug 981887 - Update button design using current BB structure and "Plan B" design

========

https://hg.mozilla.org/integration/gaia-central/rev/f86b04fd966d
Author: rnowm <arnau@arnaumarch.com>
Desc: Bug 981887 - Update button design using current BB structure and "Plan B" design
2014-03-19 11:06:04 -07:00
Steve Fink
3cbbc7a377 Bug 985143 - Comment updates to new ArrayBuffer storage scheme
--HG--
extra : rebase_source : 22cee061dc536d327ae10171578bf60b5ccc1469
2014-03-19 10:47:47 -07:00
B2G Bumper Bot
f8df9eab67 Bumping manifests a=b2g-bump 2014-03-19 10:31:03 -07:00
B2G Bumper Bot
dff1066c55 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/7b407971f5e9
Author: Kyle Machulis <kyle@nonpolynomial.com>
Desc: Merge pull request #17214 from qdot/983507-flight-mode-radio-off

Bug 983507 - Make airplane mode icon appear via airplaneMode setting, not RIL status

========

https://hg.mozilla.org/integration/gaia-central/rev/2f72a17e70d9
Author: Kyle Machulis <kyle@nonpolynomial.com>
Desc: Bug 983507 - Make airplane mode icon appear via airplaneMode setting, not RIL status
2014-03-19 10:25:51 -07:00
B2G Bumper Bot
12b1a847ca Bumping manifests a=b2g-bump 2014-03-19 10:17:43 -07:00
B2G Bumper Bot
f04e82589b Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/a6daf6b427d8
Author: russnicoletti <rnicoletti@mozilla.com>
Desc: Merge pull request #17215 from russnicoletti/bug982743

Bug 982743 - [B2G][Clock]Timer section's Resume button illuminates and doesn't resume timer countdown r=mcav

========

https://hg.mozilla.org/integration/gaia-central/rev/b583b37dab27
Author: Russ Nicoletti <rnicoletti@mozilla.com>
Desc: Bug 982743 - [B2G][Clock]Timer section's Resume button illuminates and doesn't resume timer countdown
2014-03-19 10:15:57 -07:00
B2G Bumper Bot
7394606f24 Bumping manifests a=b2g-bump 2014-03-19 09:01:04 -07:00
B2G Bumper Bot
c89d393ace Bumping gaia.json for 4 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/40a8306a7319
Author: Etienne Segonzac <etienne@segonzac.info>
Desc: Merge pull request #17297 from etiennesegonzac/bug-982196-reflow-helper-upgrade

Bug 982196 - Upgrading the ReflowHelper to use the new devtools tooling.

========

https://hg.mozilla.org/integration/gaia-central/rev/21a7faa34a1c
Author: Etienne Segonzac <etienne@segonzac.info>
Desc: Bug 982196 - Upgrading the ReflowHelper to use the new devtools tooling.
r=gaye,janx

========

https://hg.mozilla.org/integration/gaia-central/rev/cd4d77e23bfe
Author: Etienne Segonzac <etienne@segonzac.info>
Desc: Merge pull request #17290 from etiennesegonzac/bug-984882-callscreen-display-l10n-followup

Bug 984882 - 946874 l10n follow up. r=rik

========

https://hg.mozilla.org/integration/gaia-central/rev/e03df3a4285f
Author: Etienne Segonzac <etienne@segonzac.info>
Desc: Bug 984882 - 946874 l10n follow up. r=rik
2014-03-19 08:55:58 -07:00
Carsten "Tomcat" Book
173ff6dc38 Merge mozilla-central to b2g-inbound 2014-03-19 16:30:49 +01:00
Andrew Halberstadt
a97cdd879e Bug 983262 - Remove obsolete b2g mochitest json manifests, r=jmaher 2014-03-19 11:23:29 -04:00
Carsten "Tomcat" Book
5d1e3faff6 merge b2g-inbound to mozilla-central 2014-03-19 16:22:07 +01:00
Carsten "Tomcat" Book
a969645532 merge fx-team to mozilla-central 2014-03-19 16:21:06 +01:00
Carsten "Tomcat" Book
b6ea0644a4 Backed out changeset 094decae8ff3 (bug 917755) for mochitest-1 bustage on a CLOSED TREE 2014-03-19 09:47:43 +01:00
Carsten "Tomcat" Book
761aff7993 Backed out changeset 002dbc057a74 (bug 917755) 2014-03-19 09:46:13 +01:00
Carsten "Tomcat" Book
d583b802a8 Backed out changeset 92e5d79ec57f (bug 917755) 2014-03-19 09:46:12 +01:00
Carsten "Tomcat" Book
cf62801d4f Backed out changeset 3b41ab878fcd (bug 917755) 2014-03-19 09:46:09 +01:00