Commit Graph

136432 Commits

Author SHA1 Message Date
Gaia Pushbot
22a3baefbd Bumping gaia.json for 4 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/22a1aea11597
Author: Julien Wajsberg <felash@gmail.com>
Desc: Merge pull request #10672 from JonHylands/jhylands-887654-big-threads-in-all-workloads-master

Bug 887654 - Changed 200, 500, and 1000 sized sms/mms reference workloads to use BIG-THREAD model
r=julien

========

https://hg.mozilla.org/integration/gaia-central/rev/afe4bfbd4c7c
Author: Jon Hylands <jhylands@mozilla.com>
Desc: Bug 887654 - Changed 200, 500, and 1000 sized sms/mms reference workloads to use BIG-THREAD model

========

https://hg.mozilla.org/integration/gaia-central/rev/e39b404ac01c
Author: Gregor Wagner <anygregor@gmail.com>
Desc: Merge pull request #10581 from reubenmorais/master

Bug 885979 - Add a setting for enabling Contacts debugging output at runtime. r=evelyn

========

https://hg.mozilla.org/integration/gaia-central/rev/877309261bfa
Author: Gregor Wagner <anygregor@gmail.com>
Desc: Bug 885979 - Add preference to enable Contacts API debugging. r=evelyn
2013-06-27 20:40:32 -07:00
Fernando Jiménez
b937a4c00e Bug 885701 - [DOMRequest] Implement DOMRequestService.fireDetailedError. r,sr=sicking 2013-06-28 10:53:44 +08:00
Phil Ringnalda
727a5dd9c7 Merge m-c to birch 2013-06-27 19:41:24 -07:00
Phil Ringnalda
d9762985b1 Merge m-i to m-c 2013-06-27 19:32:23 -07:00
Phil Ringnalda
cab981e5c6 Merge birch to m-c 2013-06-27 19:31:21 -07:00
Phil Ringnalda
91df736114 Merge birch to m-c 2013-06-27 14:27:17 -07:00
Chris AtLee
e3c17ba308 Bug 816793: Backed out changeset e77346fbdff1 for bustage. r=bustage 2013-06-27 17:09:14 -04:00
Chris AtLee
c5e1ce743c Bug 816793: Include 32-bit mozconfig for linux desktop b2g builds. r=ted 2013-06-27 16:16:16 -04:00
Jim Chen
45a97c4aa5 Bug 879568 - Make the ANR reporter use SysInfo class; r=rnewman 2013-06-27 14:25:57 -04:00
Gaia Pushbot
91ab7d12ff Bumping gaia.json for 1 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/dfacedfab904
Author: Anthony Ricaud <anthony@ricaud.me>
Desc: Revert "Bug 883787 - Translate the code in HTML comments in the build process"

This reverts commit 53eea8a3da5ae1de3de471a0b1d48aafdd7e81ce.
2013-06-27 11:15:22 -07:00
David Rajchenbach-Teller
2e64f8ba96 Bug 876168 - Let's backup sessionstore.js before each upgrade;r=ttaubert 2013-06-27 13:57:05 -04:00
Malini Das
a473dd2a1c Bug 883299 - Log coordinates for events that Marionette initiates, r=jgriffin 2013-06-27 13:48:12 -04:00
Gaia Pushbot
29d1337df4 Bumping gaia.json for 2 gaia-central revision(s)
Truncated some number of revisions since the previous bump.

========

https://hg.mozilla.org/integration/gaia-central/rev/22af4c7c1801
Author: Sergi Mansilla <sergi.mansilla@gmail.com>
Desc: Merge pull request #10674 from comoyo/vcard_utf8_2

Bug 885546 - VCF importer saves type="UTF-8" in contact fields [r=arcturus]

========

https://hg.mozilla.org/integration/gaia-central/rev/92aa02991dfe
Author: Sergi Mansilla <sergi.mansilla@gmail.com>
Desc: Bug 885546 - VCF importer saves type="UTF-8" in contact fields [r=arcturus]
2013-06-27 10:40:44 -07:00
David Rajchenbach-Teller
a82f2192d8 Bug 886997 - Don't flush by default;r=froydnj 2013-06-27 13:19:54 -04:00
Justin Lebar
23aa4af27e Bug 887867 - Add AssertCurrentThreadOwns to StaticMutex. r=khuey 2013-06-27 10:14:11 -07:00
Marco Bonardo
a8fd158ccd Bug 791776 - Convert inline autocomplete host query to async.
r=mano
2013-06-27 12:43:11 -04:00
Gaia Pushbot
d2f32f7c88 Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/148e5145cad1
Author: Rick Waldron <waldron.rick@gmail.com>
Desc: Bug 870416 - [MMS] Recipients container multiline view takes all available space

- When the screen resizes, generate a CSS rule that calculates the max available height
- Renames an existing element to match the naming convention
- Adds non-html interpolation support to the template matcher regexp
- Ensures that assimilations abide existing behavior rules

https://bugzilla.mozilla.org/show_bug.cgi?id=870416
Signed-off-by: Rick Waldron <waldron.rick@gmail.com>

========

https://hg.mozilla.org/integration/gaia-central/rev/1af738671094
Author: Rick Waldron <waldron.rick@gmail.com>
Desc: Bug 885264 - [SMS/MMS] Ensure Carrier is not displayed for manually entered (unknown contact) recipients

1. If a phone number has carrier associated with it
    the output will be:

  type | carrier

2. If there is no carrier associated with the phone number
    the output will be:

  type | phonenumber

3. If for some reason a single contact has two phone numbers with
    the same type and the same carrier the output will be:

  type | phonenumber

4. If for some reason a single contact has no name and no carrier,
    the output will be:

  type

5. If for some reason a single contact has no name, no type
    and no carrier, the output will be nothing.

https://bugzilla.mozilla.org/show_bug.cgi?id=885264
Signed-off-by: Rick Waldron <waldron.rick@gmail.com>
2013-06-27 09:10:26 -07:00
Masayuki Nakano
8241538fcc Bug 866736 part.3 Replace CRLF in WinIMEHandler.(h|cpp) with LF r=jimm 2013-06-28 01:06:45 +09:00
Gaia Pushbot
a9a95e3d88 Bumping gaia.json for 1 gaia-central revision(s)
Truncated some number of revisions since the previous bump.

========

https://hg.mozilla.org/integration/gaia-central/rev/461e2be993c7
Author: Julien Wajsberg <felash@gmail.com>
Desc: Bug 887356 - Homescreen grid test failing on TBPL r=crdlc

This uses sinon to make this sometimes failing test synchronous.
2013-06-27 08:15:46 -07:00
Dan Gohman
656301ddb8 Bug 885169 - Add an explicit backwards-traversing register set iterator, so that code which needs to iterate in a specific order can ask for it explicitly. r=h4writer 2013-06-27 08:11:28 -07:00
Alexander Surkov
2b718e66fb Bug 670087 - AccessibleObjectFromPoint returns incorrect accessible for popup menus, r=tbsaunde, sr=roc 2013-06-27 11:03:58 -04:00
Gaia Pushbot
aec321d746 Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/da576217a863
Author: Sam Joch <samuel@guiora.com>
Desc: Merge pull request #10580 from pivanov/bug-885925

Bug 885925 - Header in the calendar sidebar is different from the header in the building block r=@samjoch

========

https://hg.mozilla.org/integration/gaia-central/rev/52a95db5f38b
Author: Pavel Ivanov <pivanov@mozilla.com>
Desc: Bug 885925 - Header in the calendar sidebar is different from the header in the building block
2013-06-27 07:00:23 -07:00
Gaia Pushbot
94a83529f7 Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/a16bfd899489
Author: Ben Francis <ben@tola.me.uk>
Desc: Merge pull request #10608 from Cwiiis/master

Bug 817876 - Handle multiple modal dialogs from the same origin r=benfrancis

========

https://hg.mozilla.org/integration/gaia-central/rev/0e7d10d4d3dc
Author: Chris Lord <chrislord.net@gmail.com>
Desc: Bug 817876 - Handle multiple modal dialogs from the same origin
2013-06-27 06:45:22 -07:00
Gaia Pushbot
bedfe52ae6 Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/23f3f5295abf
Author: huchengtw-moz <johu@mozilla.com>
Desc: Merge pull request #9784 from huchengtw-moz/settings/Bug_842252_change_data_call_setting_architecture

Bug 842252 - [B2G][Setting] Change data call setting architecture in Gai...r=@jaoo, r=@arthurcc, r=@fcampo

========

https://hg.mozilla.org/integration/gaia-central/rev/128513a67470
Author: John Hu <johu@mozilla.com>
Desc: Bug 842252 - [B2G][Setting] Change data call setting architecture in Gaia.
2013-06-27 04:45:31 -07:00
Gaia Pushbot
14cfa9df1d Bumping gaia.json for 2 gaia-central revision(s)
Truncated some number of revisions since the previous bump.

========

https://hg.mozilla.org/integration/gaia-central/rev/c4e3c4a68451
Author: steveck-chung <schung@mozilla.com>
Desc: Merge pull request #10655 from borjasalguero/weird_sound

Bug 887158 - [SMS] DOMRequest change to an array of [DOMRequest]. r=steveck-chung

========

https://hg.mozilla.org/integration/gaia-central/rev/b0a1e159f16a
Author: borjasalguero <fbsc@tid.es>
Desc: Bug 887158 - [SMS] DOMRequest change to an array of [DOMRequest]. r=schung
2013-06-27 04:35:44 -07:00
Gaia Pushbot
5ccb3e7f4a Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/1771b99267b6
Author: Francisco Borja Salguero Castellano <fbsc@tid.es>
Desc: Merge pull request #10584 from rwldrn/885274

Bug 885274 - [SMS/MMS] Option menu. Only execute menu operations when target has an associated action

========

https://hg.mozilla.org/integration/gaia-central/rev/f560e202627e
Author: Rick Waldron <waldron.rick@gmail.com>
Desc: Bug 885274 - [SMS/MMS] Option menu. Only execute menu operations when target has an associated action

https://bugzilla.mozilla.org/show_bug.cgi?id=885274
Signed-off-by: Rick Waldron <waldron.rick@gmail.com>
2013-06-27 04:00:23 -07:00
Ed Morley
94aae664d0 Merge mozilla-central and fx-team 2013-06-27 11:31:49 +01:00
Ed Morley
bac4cce798 Merge mozilla-central and birch 2013-06-27 11:31:47 +01:00
Ed Morley
1d6cc369a1 Merge latest green inbound changeset and mozilla-central 2013-06-27 11:30:43 +01:00
Reuben Morais
72e39b0c03 Bug 885979 - Add support for enabling Contacts API debugging output at runtime. r=gwagner
--HG--
extra : rebase_source : b55c49743099532b939d57b673ae7f9a7cfc74da
2013-06-27 01:25:40 -07:00
Gaia Pushbot
71bba84d22 Bumping gaia.json for 1 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/e4d8c96f60dc
Author: Eric O'Connor <eric@bocoup.com>
Desc: Fix bug 883950 - r=gnarf

Closes gh-10648
2013-06-27 01:15:23 -07:00
Gaia Pushbot
77b772a8c5 Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/a936fc5f8ef3
Author: Dominic Kuo <dkuo@mozilla.com>
Desc: Merge pull request #10523 from mozshiao9/master_video_885229

Bug 885229 - [Video] headphoneschange event for videos playing from gall..., r=dkuo

========

https://hg.mozilla.org/integration/gaia-central/rev/b777c6139ca5
Author: Mark Shiao <mshiao@mozilla.com>
Desc: Bug 885229 - [Video] headphoneschange event for videos playing from gallery and camera filmstrip
2013-06-27 00:50:22 -07:00
Gaia Pushbot
9bcbcb1462 Bumping gaia.json for 2 gaia-central revision(s)
Truncated some number of revisions since the previous bump.

========

https://hg.mozilla.org/integration/gaia-central/rev/af314d43e696
Author: Yuren Ju <yurenju@gmail.com>
Desc: Merge pull request #10427 from yurenju/bug848604

Bug 848604 - used apps.list to pick apps from apps/*, external-apps/* & ... r=timdream r=ochameau

========

https://hg.mozilla.org/integration/gaia-central/rev/1fc023b64005
Author: Yuren Ju <yurenju@gmail.com>
Desc: Bug 848604 - used apps.list to pick apps from apps/*, external-apps/* & GAIA_DISTRIBUTION_DIR
2013-06-27 00:31:06 -07:00
Mark Banner
e62e5de495 Bug 887185 Plugins test assumes click-to-play is enabled by default - ensure it is enabled for apps that don't yet have it enabled. r=bsmedberg. 2013-06-27 08:18:35 +01:00
Gregor Wagner
a6bc63ec3b Bug 887125 - Allow 0 for Memory GC Preferences. r=bent 2013-06-27 14:40:17 +08:00
Phil Ringnalda
c509981eb8 Back out 37c7fcfdb186 (bug 885580) on suspicion of causing linux32 Cipc timeouts 2013-06-26 23:21:15 -07:00
Gaia Pushbot
7b850888db Bumping gaia.json for 2 gaia-central revision(s)
Truncated some number of revisions since the previous bump.

========

https://hg.mozilla.org/integration/gaia-central/rev/469f2a2026b4
Author: Alive.Kuo <alegnadise@gmail.com>
Desc: Merge pull request #10623 from alivedise/bugzilla/880588/inline-activity-when-locked

Bug 880588 - Don't remove inline activities when device is locked. r=timdream, a=leo+

========

https://hg.mozilla.org/integration/gaia-central/rev/4a269df8b536
Author: Alive Kuo <alegnadise@gmail.com>
Desc: Bug 880588 - Don't remove inline activities when device is locked.
2013-06-26 23:00:45 -07:00
John Daggett
59939e8ef8 Bug 873222 - check unit-type of font-synthesis value before use. r=dbaron 2013-06-27 14:43:00 +09:00
Sam Foster
0456f8b637 Bug 828088 - Rework richgrid and richgriditem bindings to use css columns for down-then-across grids. Hardening downloads and tests. r=fryn
--HG--
extra : amend_source : 745c26b0287819fd4d002e9ca193c13618bbca0a
2013-06-26 21:54:06 -07:00
Bobby Holley
5fdbeec95c Bug 887098 - Cache nodePrincipal when InstallTrigger is bound. r=gavin 2013-06-26 21:41:55 -07:00
Gaia Pushbot
5834e6e59d Bumping gaia.json for 4 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/5c2da926d186
Author: Dale  Harvey <dale@arandomurl.com>
Desc: Merge pull request #10630 from leob2g/bug_887133_icons_orientation_alignment

bug 887133 making flash and toggle camera icons to align with phone's orientation. r=daleharvey

========

https://hg.mozilla.org/integration/gaia-central/rev/f8a702c248f8
Author: jyothiprasadg <jyothi.prasad@lge.com>
Desc: bug 887133 making flash and toggle camera icons to align with phone's orientation

========

https://hg.mozilla.org/integration/gaia-central/rev/4edaa4718091
Author: Francisco Borja Salguero Castellano <fbsc@tid.es>
Desc: Merge pull request #10641 from steveck-chung/MMS-Delivery-Report

Bug 883095 - [SMS] Delivery Report does not work

========

https://hg.mozilla.org/integration/gaia-central/rev/9d19ac8e7447
Author: Steve Chung <schung@mozilla.com>
Desc: Bug 883095 - [SMS] Delivery Report does not work
2013-06-26 21:30:23 -07:00
Gaia Pushbot
63afb33657 Bumping gaia.json for 4 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/d573cf3fff64
Author: Etienne Segonzac <etienne@segonzac.info>
Desc: Merge pull request #10628 from etiennesegonzac/bug-879966-voicemail-icon

Bug 879966 - Better voicemail notification icon.

========

https://hg.mozilla.org/integration/gaia-central/rev/a5b48ca2cc80
Author: Etienne Segonzac <etienne@segonzac.info>
Desc: Bug 879966 - Better voicemail notification icon.
r=samjoch

========

https://hg.mozilla.org/integration/gaia-central/rev/991ff233d69a
Author: Etienne Segonzac <etienne@segonzac.info>
Desc: Merge pull request #10496 from siemiatj/bug_829406

Bug 829406 - Dialer doesn't send tones when user leaves the button r=etienne

========

https://hg.mozilla.org/integration/gaia-central/rev/963d3be5c988
Author: jakub <jakub@bryntum.com>
Desc: Bug 829406 - Dialer doesn't send tones when user leaves the button before releasing it.
2013-06-26 21:20:22 -07:00
Phil Ringnalda
e93e3e8b3e Back out 5495c78f77ea (bug 705691) on suspicion of causing linux32 Cipc timeouts 2013-06-26 21:19:08 -07:00
Stephen Pohl
5903ee65bb Bug 868416: Keep overlay scrollbars the same size irrespective of the current document zoom level. r=roc 2013-06-27 00:00:41 -04:00
Gaia Pushbot
fd936a2f66 Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/2dd9eb25994b
Author: steveck-chung <schung@mozilla.com>
Desc: Merge pull request #10650 from borjasalguero/regression_counter

Bug 887615 - [SMS] [Regression] Character counter is broken. r=schung

========

https://hg.mozilla.org/integration/gaia-central/rev/2965a838d7d9
Author: borjasalguero <fbsc@tid.es>
Desc: Bug 887615 - [SMS] [Regression] Character counter is broken. r=schung
2013-06-26 21:00:23 -07:00
Geoff Brown
98d08e20dc Bug 882932 - Add -httpd-path option to mochitests and reftests; r=jmaher 2013-06-26 20:42:46 -07:00
Gaia Pushbot
95dd2f725e Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/9f22e70941c7
Author: Ian Liu <iliu@mozilla.com>
Desc: Merge pull request #10622 from ian-liu/sms/Bug881648_give_size_limitation_for_mms

Bug 881648 - [MMS] There is not maximum limit warning, r=@gnarf

========

https://hg.mozilla.org/integration/gaia-central/rev/82f79f9da7c8
Author: ian-liu <iliu@mozilla.com>
Desc: Bug 881648 - [MMS] There is not maximum limit warning
2013-06-26 20:25:22 -07:00
Jason Orendorff
5b51ecbbb3 Backed out changeset 3f152e51be2b (bug 844805) for perf regressions (bug 887266). no_r=regression. 2013-06-26 21:30:48 -05:00
Jason Orendorff
087a76b460 Backed out changeset 5428fa083db3 (bug 844805) for perf regressions (bug 887266). no_r=regression. 2013-06-26 21:29:17 -05:00
Jason Orendorff
a899785113 Backed out changeset c39ede0eea8f (bug 844805) for perf regressions (bug 887266). no_r=regression. 2013-06-26 21:28:26 -05:00