Commit Graph

204680 Commits

Author SHA1 Message Date
Richard Newman
8df888a22f Bug 1064132 - Listen for wake_notification to evaluate whether to sync. r=markh 2014-09-09 17:16:24 -07:00
B2G Bumper Bot
78ce6f683a Bumping manifests a=b2g-bump 2014-09-09 16:37:33 -07:00
B2G Bumper Bot
a10e2818e7 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/9a8b47d9ce37
Author: Francisco Jordano <arcturus@ardeenelinfierno.com>
Desc: Merge pull request #23861 from sergi/BUG_1061506

Bug 1061506 - Icons in contact edit form looking a bit fuzzy r=francisco

========

https://hg.mozilla.org/integration/gaia-central/rev/fbfa537fb8cc
Author: Sergi Mansilla <sergi.mansilla@gmail.com>
Desc: Bug 1061506 - Icons in contact edit form looking a bit fuzzy
2014-09-09 16:35:45 -07:00
Richard Newman
0c9399ab0f Bug 1053016 - Part 3: eliminate omx-plugin Froyo version. r=cajbir 2014-09-09 16:35:27 -07:00
Ryan VanderMeulen
93bf6bf6a0 Merge inbound to m-c. a=merge 2014-09-09 19:26:59 -04:00
Ryan VanderMeulen
8d3f6d8a12 Merge fx-team to m-c. a=merge 2014-09-09 19:05:41 -04:00
Wes Johnston
e408279dff Backout f3a47630d9a6 and 43e6d3d43b50 (bug 1058150) for breaking builds. r=backout CLOSED TREE 2014-09-09 15:53:25 -07:00
Wes Johnston
619219c9d2 Bug 1058150 - Follow up to implement a stub method for other platforms. r=mfinkle CLOSED TREE 2014-09-09 15:32:20 -07:00
Wes Johnston
51b9e1df60 Bug 1058150 - Use parental controls to block things in guest mode. r=mfinkle 2014-09-09 15:08:37 -07:00
Jan Beich
2afd4f9c4f Bug 1065251 - Unbreak build on non-SPS platforms after bug 1050376. r=bgirard 2014-09-09 23:56:00 +02:00
Jonathan Watt
f794fc62f9 Bug 1064082 - Get rid of nsRenderingContext's PushState and PopState methods. r=Bas 2014-09-11 07:48:10 +01:00
Jonathan Watt
acba2e917a Bug 1064056, part 3 - Convert nsRenderingContext::Scale() consumers to use gfxContext::SetMatrix()/Multiply(). r=Bas 2014-09-11 07:48:10 +01:00
Jonathan Watt
0e8ac8ac8a Bug 1064056, part 2 - Convert nsRenderingContext::Translate() consumers to use gfxContext::SetMatrix()/Multiply(). r=Bas 2014-09-11 07:48:10 +01:00
Jonathan Watt
5d89db4376 Bug 1064056, part 1 - Convert nsRenderingContext::AutoPushTranslation consumers to use gfxContext::SetMatrix()/Multiply(). r=Bas 2014-09-11 07:48:09 +01:00
Makoto Kato
ea5d044e00 Bug 1065261 - SectionCaret might not appears if 2.25dppx or higher. r=mtseng 2014-09-11 15:44:54 +09:00
Nick Alexander
20070be1f7 Bug 1064677 - Back out changeset 60fbfb079b69 for autophone regressions. r=mfinkle 2014-09-09 14:51:19 -07:00
Richard Newman
3b8ff90267 Bug 1064363 - Part 3: remove SystemMessage stuff. r=snorp 2014-09-09 14:39:01 -07:00
Richard Newman
ff2149de42 Bug 1064363 - Part 2: remove Push.js. r=snorp 2014-09-09 14:39:01 -07:00
Richard Newman
74f4cd3b44 Bug 1064363 - Part 1: remove third-party WebSocket library. r=snorp
Per Bug 834033 Comment 75.
2014-09-09 14:39:00 -07:00
Ryan VanderMeulen
3831444a45 Backed out 3 changesets (bug 1062377) for troboprovider bustage.
Backed out changeset e34198954c2c (bug 1062377)
Backed out changeset 8f323dfa4f0f (bug 1062377)
Backed out changeset ec9b51158d34 (bug 1062377)
2014-09-09 16:52:51 -04:00
Ryan VanderMeulen
f395b4cf81 Backed out changeset 1193326ee038 (bug 1053185) for Mulet perma-fail. 2014-09-09 15:00:21 -04:00
B2G Bumper Bot
77a1c4f867 Bumping manifests a=b2g-bump 2014-09-09 11:47:39 -07:00
Chris Kitching
8b4f6e88ef Bug 1063887: Kill getItemFlags in BrowserDB. r=rnewman 2014-09-09 11:35:01 -07:00
Paul Rouget
8a8b338210 Bug 1050384 - [timeline] build an actor to forward gecko operations. r=pbrosset 2014-09-09 21:43:39 +02:00
Richard Newman
b1b7691e2d Bug 1063868 - Allow exclusion of fonts from constrained APKs. r=nalexander 2014-09-09 11:57:55 -07:00
Patrick Brosset
1bafbabc85 Bug 1050376 - Test docshell recording of restyle/reflow/paint; r=smaug 2014-09-09 20:54:12 +02:00
Patrick Brosset
82fd842cb1 Bug 1050376 - Record restyle/reflow/paint devtools timeline markers at docshell level; r=smaug 2014-09-09 20:54:08 +02:00
B2G Bumper Bot
26b4a9f750 Bumping manifests a=b2g-bump 2014-09-09 11:06:54 -07:00
Jim Chen
bb7aa8e680 Bug 1062377 - Add JUnit test for new GeckoBackgroundThread; r=rnewman 2014-09-09 14:03:54 -04:00
Jim Chen
269c3dabc8 Bug 1062377 - Rewrite GeckoBackgroundThread to not wait for thread start if possible; r=rnewman
When GeckoBackgroundThread is first used, it starts a new thread and waits for a Handler. This can delay startup. Instead, we can just save the Runnable and run it when the thread is starting.
2014-09-09 14:03:54 -04:00
Jim Chen
ca66925efb Bug 1062377 - Try loading profile.ini in background; r=mfinkle r=rnewman
We can move our profile accessing code to later in the startup process. The benefit of that is in early startup, we can prefetch the profile.ini file in the background and not block the UI thread
2014-09-09 14:03:53 -04:00
B2G Bumper Bot
1cce0985de Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/7c8bbd0eb454
Author: Francisco Jordano <arcturus@ardeenelinfierno.com>
Desc: Merge pull request #23849 from pacorampas/1062809

Bug 1062809 - [Contacts] Strange icon shown in the ICE Contact list when the Contact doesn't have picture

========

https://hg.mozilla.org/integration/gaia-central/rev/fae512e4705e
Author: Paco Rampas <pacorampas@gmail.com>
Desc: Bug 1062809 - [Contacts] Strange icon shown in the ICE Contact list when the Contact doesn't have picture
2014-09-09 11:00:46 -07:00
B2G Bumper Bot
ef62f1ba60 Bumping manifests a=b2g-bump 2014-09-09 10:52:30 -07:00
B2G Bumper Bot
9dd521cbe2 Bumping manifests a=b2g-bump 2014-09-09 10:09:46 -07:00
B2G Bumper Bot
0829b6f30f Bumping gaia.json for 4 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/93729872abbe
Author: Eitan Isaacson <eitan@monotonous.org>
Desc: Merge pull request #23013 from eeejay/bug-1055355

Bug 1055355 - Give content editable fields ARIA textbox roles. r=steveck

========

https://hg.mozilla.org/integration/gaia-central/rev/f4066c9fcd08
Author: Eitan Isaacson <eitan@monotonous.org>
Desc: Bug 1055355 - Make recipient field and suggestions screen reader friendly.

========

https://hg.mozilla.org/integration/gaia-central/rev/30126aa6bbe0
Author: David Flanagan <dflanagan@mozilla.com>
Desc: Merge pull request #23745 from davidflanagan/bug1055805

Bug 1055805: downsample large jpeg images before previewing as wallpaper r=pdahiya

========

https://hg.mozilla.org/integration/gaia-central/rev/6bfa4ac28cb1
Author: David Flanagan <dflanagan@mozilla.com>
Desc: Bug 1055805: downsample large jpeg images before previewing as wallpaper
2014-09-09 10:09:32 -07:00
Lucas Rocha
d10e53c8ae Merge m-c to larch 2014-09-09 17:46:44 +01:00
Sam Penrose
8a592bff94 Bug 1064973 - Add FxAccounts xpcshell tests to testing/xpcshell/xpcshell_b2g.ini. r=ryanvm 2014-09-09 09:32:03 -07:00
Sam Penrose
fae39b42ae Bug 1065477 - Bind FxAccountsProfileClientError to global this for B2G. r=ferjm 2014-09-11 16:02:20 -07:00
Garvan Keeley
d7ac88c21f Bug 1064266 - Use mcc and mnc from network, not from radio (ie SIM). r=kanru 2014-09-09 12:35:00 -04:00
B2G Bumper Bot
4f9fb377e9 Bumping manifests a=b2g-bump 2014-09-11 16:17:01 -07:00
B2G Bumper Bot
e01ae93462 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

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

Bug 1048543 - [Vertical Homescreen] Defer saving of grid until after initial render

========

https://hg.mozilla.org/integration/gaia-central/rev/a91237bd689b
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Bug 1048543 - [Vertical Homescreen] Defer saving of grid until after initial render r=Cwiiis
2014-09-11 16:10:46 -07:00
B2G Bumper Bot
c65224b0f8 Bumping manifests a=b2g-bump 2014-09-11 15:57:43 -07:00
B2G Bumper Bot
8076a169aa Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/2cc798ab1247
Author: Ryan VanderMeulen <ryanvm@gmail.com>
Desc: Merge pull request #23913 from eliperelman/bug-1064327

Bug 1064327 - Hiding SHB with fullscreen layout apps when disabled

========

https://hg.mozilla.org/integration/gaia-central/rev/a7524f75c2f9
Author: Eli Perelman <eli@eliperelman.com>
Desc: Bug 1064327 - Hiding SHB with fullscreen layout apps when disabled
2014-09-11 15:55:47 -07:00
Ryan VanderMeulen
360e75ad6c Merge m-c to b2g-inbound. a=merge 2014-09-11 18:24:41 -04:00
B2G Bumper Bot
f782c738bd Bumping manifests a=b2g-bump 2014-09-11 15:11:55 -07:00
B2G Bumper Bot
62dbaff05b Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

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

Bug 1066299 - Fix task manager height in landscape with SHB

========

https://hg.mozilla.org/integration/gaia-central/rev/a446410579fb
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Bug 1066299 - Fix task manager height in landscape with SHB r=eli
2014-09-11 15:05:46 -07:00
B2G Bumper Bot
4e6127a94f Bumping manifests a=b2g-bump 2014-09-11 14:42:03 -07:00
B2G Bumper Bot
32463b27fa Bumping gaia.json for 6 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/15a97e0f7bff
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Merge pull request #23646 from eliperelman/bug-1059967

Bug 1059967 - Updating SHB to conform to UX v1.0 spec r=etienne

========

https://hg.mozilla.org/integration/gaia-central/rev/4202799a61fe
Author: Eli Perelman <eli@eliperelman.com>
Desc: Bug 1059967 - Updating SHB to conform to UX v1.0 spec

========

https://hg.mozilla.org/integration/gaia-central/rev/eaac8d30c1e1
Author: Michael Henretty <michael.henretty@gmail.com>
Desc: Merge pull request #23925 from mikehenrty/bug-1065419-gallery-theme

Bug 1065419 - Add theme color to gallery

========

https://hg.mozilla.org/integration/gaia-central/rev/2674de61d2b3
Author: Michael Henretty <michael.henretty@gmail.com>
Desc: Bug 1065419 - Add theme color to gallery

========

https://hg.mozilla.org/integration/gaia-central/rev/7b4db54d8339
Author: Michael Henretty <michael.henretty@gmail.com>
Desc: Merge pull request #23924 from mikehenrty/bug-1065420-camera-theme

Bug 1065420 - Add theme color to camera

========

https://hg.mozilla.org/integration/gaia-central/rev/1a2644780a2a
Author: Michael Henretty <michael.henretty@gmail.com>
Desc: Bug 1065420 - Add theme color to camera
2014-09-11 14:35:46 -07:00
B2G Bumper Bot
87676bbbd8 Bumping manifests a=b2g-bump 2014-09-11 14:27:02 -07:00
B2G Bumper Bot
df99dde73b Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/e89bb80f31d8
Author: Francisco Jordano <arcturus@ardeenelinfierno.com>
Desc: Merge pull request #23869 from arcturus/bug-1061421

Bug 1061421 - [Contacts] Delete all contacts which were set to ICE, 'ICEcontacts' list is empty but the whole ICE section should be removed r=sergi

========

https://hg.mozilla.org/integration/gaia-central/rev/cb90b3c75b38
Author: Francisco Jordano <fjordano@mozilla.com>
Desc: Bug 1061421 - [Contacts] Delete all contacts which were set to ICE, 'ICE contacts' list is empty but the whole ICE section should be removed r=sergi
2014-09-11 14:15:53 -07:00