Commit Graph

381679 Commits

Author SHA1 Message Date
B2G Bumper Bot
044593f06f Bumping manifests a=b2g-bump 2014-09-09 20:22:02 -07:00
B2G Bumper Bot
1cec026569 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/2ee49e2a02fb
Author: Alive.Kuo <alegnadise@gmail.com>
Desc: Merge pull request #23835 from alivedise/bugzilla/1063161/double-alert

Bug 1063161 - Double alert in activity chain, r=etienne

========

https://hg.mozilla.org/integration/gaia-central/rev/d811f3be3a43
Author: Alive Kuo <alegnadise@gmail.com>
Desc: Bug 1063161 - Double alert in activity chain
2014-09-09 20:15:53 -07:00
B2G Bumper Bot
b4eccb15f1 Bumping manifests a=b2g-bump 2014-09-09 18:56:54 -07:00
B2G Bumper Bot
4666c97ced Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/b90f17ae773f
Author: Yuren Ju <yurenju@gmail.com>
Desc: Merge pull request #23018 from yurenju/b2g-desktop

Bug 1002545 - Switching to b2g desktop builds r=@yurenju

========

https://hg.mozilla.org/integration/gaia-central/rev/b2c0005210e8
Author: Martin Thomson <martin.thomson@gmail.com>
Desc: Bug 1002545 - Switching to b2g desktop builds
2014-09-09 18:50:46 -07:00
B2G Bumper Bot
aef4734a50 Bumping manifests a=b2g-bump 2014-09-09 16:37:33 -07:00
B2G Bumper Bot
f50613dca0 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
Ryan VanderMeulen
ca03f2d467 Merge inbound to m-c. a=merge 2014-09-09 19:26:59 -04:00
Ryan VanderMeulen
8777ff4fa0 Merge fx-team to m-c. a=merge 2014-09-09 19:05:41 -04:00
Wes Johnston
4b75fec71a Backout f3a47630d9a6 and 43e6d3d43b50 (bug 1058150) for breaking builds. r=backout CLOSED TREE 2014-09-09 15:53:25 -07:00
Wes Johnston
318e0f1c6b 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
2460d6bd11 Bug 1058150 - Use parental controls to block things in guest mode. r=mfinkle 2014-09-09 15:08:37 -07:00
Nick Alexander
6cf7415e9e Bug 1064677 - Back out changeset 60fbfb079b69 for autophone regressions. r=mfinkle 2014-09-09 14:51:19 -07:00
Richard Newman
d9d7fbf173 Bug 1064363 - Part 3: remove SystemMessage stuff. r=snorp 2014-09-09 14:39:01 -07:00
Richard Newman
08e6a9de20 Bug 1064363 - Part 2: remove Push.js. r=snorp 2014-09-09 14:39:01 -07:00
Richard Newman
dcd0eb82d4 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
9a69325425 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
f56229503f Backed out changeset 1193326ee038 (bug 1053185) for Mulet perma-fail. 2014-09-09 15:00:21 -04:00
B2G Bumper Bot
443ce41d8e Bumping manifests a=b2g-bump 2014-09-09 11:47:39 -07:00
Chris Kitching
3ea6ec9560 Bug 1063887: Kill getItemFlags in BrowserDB. r=rnewman 2014-09-09 11:35:01 -07:00
Paul Rouget
2d54bd9c7b Bug 1050384 - [timeline] build an actor to forward gecko operations. r=pbrosset 2014-09-09 21:43:39 +02:00
Richard Newman
3f46878e67 Bug 1063868 - Allow exclusion of fonts from constrained APKs. r=nalexander 2014-09-09 11:57:55 -07:00
Patrick Brosset
41b6ab8ebe Bug 1050376 - Test docshell recording of restyle/reflow/paint; r=smaug 2014-09-09 20:54:12 +02:00
Patrick Brosset
fb1884e4ec 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
6cb6d17e60 Bumping manifests a=b2g-bump 2014-09-09 11:06:54 -07:00
Jim Chen
ae71c5dfdd Bug 1062377 - Add JUnit test for new GeckoBackgroundThread; r=rnewman 2014-09-09 14:03:54 -04:00
Jim Chen
ea0346268c 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
1bfe9e31be 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
4f33c7ab69 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
796be8ec19 Bumping manifests a=b2g-bump 2014-09-09 10:52:30 -07:00
B2G Bumper Bot
471cdf6aae Bumping manifests a=b2g-bump 2014-09-09 10:09:46 -07:00
B2G Bumper Bot
ff1f671aad 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
Alexandre Lissy
40ec3bb46c Bug 1053185 - Fix preferences installation and packaging for Mulet. r=mshal
Due to the way preferences are read, we need to have firefox.js and
b2g.js to be living together in the same directory, as exposed in bug
1053185 comment 7. Doing so will ensure that the proper precedence is
given to the pref and in the end we ensure that the preferences we
redefine in b2g.js indeed overwrite those defined by firefox.js. To do
so, we need to define DIST_SUBDIR to browser for Mulet so that rules.mk
will pick up the proper preferences directory. We also have to make sure
that the B2G-specifics preferences are properly packaged otherwise the
redistribuable tarball will not boot Gaia at all.
2014-09-09 05:09:00 -04:00
Sam Penrose
2691734865 Bug 1064606 - Update FxAccountsManager tests with Principal. r=ferjm
CLOSED TREE
2014-09-08 16:32:10 -07:00
Alexandre Poirot
b277edf2b4 Bug 1064935 - Alias ctypes.jschar to ctypes.char16_t. r=cpeterson 2014-09-09 09:46:00 -04:00
Mason Chang
8b0a694ba0 Bug 1049258 - Make it easier to collect frame uniformity results. r=benwa 2014-09-05 12:39:59 -07:00
Fabrice Desré
ad043352e3 Bug 1063852 - Use webidl sequence for the receipts property. r=marco,bholley 2014-09-05 16:55:30 -07:00
B2G Bumper Bot
7b6bff190f Bumping manifests a=b2g-bump 2014-09-09 09:47:51 -07:00
B2G Bumper Bot
e2d4a3d252 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/feecd912cae7
Author: Aleh Zasypkin <aleh.zasypkin@gmail.com>
Desc: Merge pull request #23685 from azasypkin/bug-1048717-call-button-refresh

Bug 1048717 - [Messages][Refresh] Display call button at the header of single recipient thread. r=schung

========

https://hg.mozilla.org/integration/gaia-central/rev/7a179629af1b
Author: Aleh Zasypkin <azasypkin@mozilla.com>
Desc: Bug 1048717 - [Messages][Refresh] Display call button at the header of single recipient thread. r=schung
2014-09-09 09:45:39 -07:00
B2G Bumper Bot
f32459c208 Bumping manifests a=b2g-bump 2014-09-09 09:13:26 -07:00
B2G Bumper Bot
3de565cf4a Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/541a1632ce50
Author: Wilson Page <wilsonpage@me.com>
Desc: Merge pull request #23817 from wilsonpage/1061996

Bug 1061996 - [Camera] Switching between the Camera and Video buttons rapidly

========

https://hg.mozilla.org/integration/gaia-central/rev/8df3d4b7cf77
Author: Wilson Page <wilsonpage@me.com>
Desc: Bug 1061996 - [Camera] Switching between the Camera and Video buttons rapidly can disable them
2014-09-09 09:10:36 -07:00
B2G Bumper Bot
920376db27 Bumping manifests a=b2g-bump 2014-09-09 09:02:06 -07:00
B2G Bumper Bot
ef656838e1 Bumping gaia.json for 1 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/5de76a77f1bc
Author: Francisco Jordano <fjordano@mozilla.com>
Desc: Revert "Bug 1061662 - [Contacts] Wrong images on contacts when building with GAIA_DEV_PIXELS_PER_PX=1.5"

This reverts commit d3b1cdcbdf4413e3f2cf18bb0fdbf4bf952e9a83.
2014-09-09 08:50:37 -07:00
B2G Bumper Bot
4f904dd6a0 Bumping manifests a=b2g-bump 2014-09-09 08:42:01 -07:00
B2G Bumper Bot
86955c3217 Bumping gaia.json for 3 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/e6d724985c58
Author: Gabriele Svelto <gsvelto@mozilla.com>
Desc: Bug 1062312 - Add the 'critical' mozapptype attribute to the callscreen, not the dialer r=alive

========

https://hg.mozilla.org/integration/gaia-central/rev/d93acc29a81c
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Merge pull request #23838 from shamenchens/Bug1064485-ClearRocketbarResults-2

Bug 1064485 - Hide results when click clear button on rocketbar r=kgrandon

========

https://hg.mozilla.org/integration/gaia-central/rev/5f51b8c7512a
Author: Sherman Chen <shamen.chens@gmail.com>
Desc: Bug 1064485 - Hide results when click clear button on rocketbar
2014-09-09 08:35:46 -07:00
B2G Bumper Bot
2b3ad88e59 Bumping manifests a=b2g-bump 2014-09-09 08:20:16 -07:00
B2G Bumper Bot
6bf26f87b0 Bumping gaia.json for 3 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/492d71ccf057
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Merge pull request #23759 from crdlc/bug-1062527

Bug 1062527 - [Homescreen] Unable to launch apps after changing the date to a previous one

========

https://hg.mozilla.org/integration/gaia-central/rev/f12c66a37015
Author: crdlc <crdlc@tid.es>
Desc: Bug 1062527 - [Homescreen] Unable to launch apps after changing the date to a previous one

========

https://hg.mozilla.org/integration/gaia-central/rev/196e9c0ff402
Author: Dave Hunt <dave.hunt@gmail.com>
Desc: Bug 1064805 - Compress Treeherder attachments. r=rwood
2014-09-09 08:15:32 -07:00
B2G Bumper Bot
cfa9aab675 Bumping manifests a=b2g-bump 2014-09-09 08:00:57 -07:00
B2G Bumper Bot
1e3a46e6f1 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/36516b50befc
Author: chirarobert <robert.chira@softvision.ro>
Desc: Merge pull request #23858 from viorelaioia/bug_1060244

Bug 1060244 - Add test_browser_lan.py to sanity suite once Browser chang...

========

https://hg.mozilla.org/integration/gaia-central/rev/584de3aa7b05
Author: Viorela Ioia <viorelaioia@gmail.com>
Desc: Bug 1060244 - Add test_browser_lan.py to sanity suite once Browser changes are complete
2014-09-09 07:50:41 -07:00
Thomas Zimmermann
0f37d126ec Bug 1064264: Remove references to Android from BluetoothServiceBluedroid, r=btian 2014-09-09 16:30:06 +02:00
Thomas Zimmermann
7ef8117ca4 Bug 1064264: Cleanup ANDROID_VERSION from BluetoothA2DPManager (under bluetooth2/), r=btian
All interfaces for Bluetooth profiles are now always available, so we
don't have to check for specific versions of Bluedroid. Instead, we
try to call the methods, and check their results.
2014-09-09 16:30:06 +02:00