Commit Graph

147811 Commits

Author SHA1 Message Date
Victor Porof
c47ce05f91 Bug 860349 - Enable and add more logging for browser_dbg_chrome-create.js, r=rcampbell 2013-09-20 14:51:32 +03:00
Ed Morley
3733a23652 Bug 913807 - Fix up merge conflicts 2013-09-20 12:33:47 +01:00
Peter Van der Beken
eb3a8d8225 Bug 912955 - Remove some implicitJSContext annotations. r=bz.
--HG--
extra : rebase_source : 406dd7104924cb6767b2a6cbb0d05afae493ba52
2013-08-23 11:22:29 +02:00
Ed Morley
19e398d030 Merge mozilla-central and inbound 2013-09-20 10:55:03 +01:00
Ed Morley
02c60435a9 Merge latest green b2g-inbound changeset and mozilla-central 2013-09-20 10:20:58 +01:00
Ed Morley
f0e58d0012 Merge latest green inbound changeset and mozilla-central 2013-09-20 10:18:21 +01:00
Gaia Pushbot
caf5dea431 Bumping gaia.json for 2 gaia-central revision(s) a=NPOTB
========

https://hg.mozilla.org/integration/gaia-central/rev/5f1e3b7ecd82
Author: Kyle Machulis <kyle@nonpolynomial.com>
Desc: Merge pull request #12326 from nullaus/891724-supportcontactcustomization

891724 supportcontactcustomization

========

https://hg.mozilla.org/integration/gaia-central/rev/442d4202fa9c
Author: Ghislain 'Aus' Lacroix <aus@mozilla.com>
Desc: bug 891724

Add ability to customize support contacts in Settings App, with unit test fixes.

r=qDot
2013-09-19 20:55:22 -07:00
Phil Ringnalda
9b29d3ca32 Backed out 2 changesets (bug 918176) for assertions
CLOSED TREE

Backed out changeset 9d5728797e77
Backed out changeset 1a895d95c88b (bug 918176)
2013-09-19 19:56:02 -07:00
Phil Ringnalda
6fc2c86185 Backed out 4 changesets (bug 842549) for assertions
CLOSED TREE

Backed out changeset 9f2d0e38fdf8 (bug 842549)
Backed out changeset f6941e490ba2 (bug 842549)
Backed out changeset c3444536fd8e (bug 842549)
Backed out changeset 2af2bfe5e66a (bug 842549)
2013-09-19 19:53:33 -07:00
Dan Gohman
687c63ead3 Bug 918350 - SpiderMonkey: Fix a compile error on Windows too. 2013-09-19 19:34:54 -07:00
Dan Gohman
bcd2088a5b Bug 918350 - SpiderMonkey: Fix compile errors on x86 and ARM. 2013-09-19 19:17:15 -07:00
Gaia Pushbot
c76100d6d8 Bumping gaia.json for 1 gaia-central revision(s) a=NPOTB
========

https://hg.mozilla.org/integration/gaia-central/rev/28971bc4c813
Author: Ghislain 'Aus' Lacroix <aus@mozilla.com>
Desc: Revert "Merge pull request #12323 from nullaus/891724-supportcontactcustomization"

This reverts commit dce497b5cf19183f51a867334dd0524c816493dc, reversing
changes made to 432a79aedb558d998ea88c04d43427a2082a67ee.
2013-09-19 19:10:22 -07:00
Geoff Brown
a1036a5105 Bug 917053 - Update webgl test manifest for Android x86 emulator; r=bjacob 2013-09-19 20:07:01 -06:00
Geoff Brown
e48194ab7f Bug 917543 - Add robocop_x86.ini to Makefiles; r=gps 2013-09-19 20:06:59 -06:00
Anthony Jones
d2c862bc9e Bug 740200 - Azure support in nsWindow; r=mattwoodrow 2013-09-20 14:00:35 +12:00
Anthony Jones
d87adc0122 Bug 740200 - Azure content rendering on Linux; r=roc 2013-09-20 14:00:35 +12:00
Anthony Jones
d37823e898 Bug 740200 - BorrowedContext support for cairo; r=mattwoodrow 2013-09-20 14:00:35 +12:00
Anthony Jones
a2a4818d2c Bug 740200 - Removed some white space 2013-09-20 14:00:35 +12:00
Anthony Jones
a5d74a1627 Bug 740200 - Enable content pref; r=mattwoodrow 2013-09-20 14:00:35 +12:00
Dan Gohman
16fbfb9ba2 Bug 918350 - SpiderMonkey: Clean up a few floating-point static constants. r=waldo 2013-09-19 18:47:55 -07:00
Dan Gohman
e79a8b021c Bug 918350 - Change UnspecifiedNaN's bit pattern to be the all-ones NaN. r=waldo 2013-09-19 18:47:55 -07:00
Dan Gohman
ce07127faf Bug 918350 - SpiderMonkey: Initialize JSRuntime's NaN and Infinity members right away instead of waiting. r=waldo 2013-09-19 18:47:52 -07:00
Dan Gohman
463a7c338e Bug 918350 - SpiderMonkey: Remove js_NaN in favor of a new mozilla::GenericNaN() function. r=waldo 2013-09-19 18:42:56 -07:00
Dan Gohman
47dc0c3032 Bug 918350 - SpiderMonkey: Remove js_{Positive,Negative}Infinity in favor of mozilla::{Positive,Negative}Infinity(). r=waldo 2013-09-19 18:42:10 -07:00
Dan Gohman
f86aa43197 Bug 915846 - IonMonkey: Rename Range's isInfinite() to canBeInfiniteOrNaN(), and hasRoundingErrors() to canHaveRoundingErrors(). r=nbp 2013-09-19 18:31:32 -07:00
Dan Gohman
7190fc45c0 Bug 915846 - IonMonkey: Make Range's setLowerInit and setUpperInit methods private. r=nbp 2013-09-19 18:31:32 -07:00
Dan Gohman
2d2d738a23 Bug 915846 - IonMonkey: Introduce several Range factory methods, to help make it explicit what kind of range is to be constructed. r=nbp 2013-09-19 18:31:32 -07:00
Dan Gohman
2232d35ff0 Bug 915846 - IonMonkey: Rename isInt32() to hasInt32Bounds() and introduce a new isInt32() which actually checks for an int32 range. r=nbp 2013-09-19 18:31:32 -07:00
Dan Gohman
3a3e2cb0f8 Bug 915846 - IonMonkey: Rename things named "infinite" when they really mean to describe the presence or absence of an int32 bound value. r=nbp 2013-09-19 18:31:32 -07:00
Wes Kocher
47008ee7d0 Backed out 2 changesets (bug 911346)
Backed out changeset 6255c31609be (bug 911346)
Backed out changeset cae77be484b9 (bug 911346)
2013-09-19 18:27:33 -07:00
Cameron McCormack
4ece4c94d3 Fix assertion text typo; no bug. rs=dholbert 2013-09-20 11:24:04 +10:00
Cameron McCormack
799a4f89bf Bug 918176 - Silence uninitialized variable warning in nsRuleNode::ComputeContentData. r=dholbert 2013-09-20 11:24:04 +10:00
Benjamin Bouvier
a0eef8b482 Bug 901110: Use Float32 constants pool on x64; r=sstangl 2013-09-19 18:20:21 -07:00
Gaia Pushbot
19f9d51db9 Bumping gaia.json for 2 gaia-central revision(s) a=NPOTB
========

https://hg.mozilla.org/integration/gaia-central/rev/1d3a29265764
Author: Ghislain 'Aus' Lacroix <aus@noiseport.org>
Desc: Merge pull request #12323 from nullaus/891724-supportcontactcustomization

bug 891724

========

https://hg.mozilla.org/integration/gaia-central/rev/4aca518388b7
Author: Ghislain 'Aus' Lacroix <aus@noiseport.org>
Desc: bug 891724

Add ability to customize Support Contacts via variant json files.

r=qDot
2013-09-19 18:00:23 -07:00
Gaia Pushbot
19fd5b6286 Bumping gaia.json for 2 gaia-central revision(s) a=NPOTB
========

https://hg.mozilla.org/integration/gaia-central/rev/009fcae0968f
Author: Bob Silverberg <bob.silverberg@gmail.com>
Desc: Merge pull request #12265 from anah/gaia_ui_tests_bug_917207

Bug 917207 - Create a system region for cards view and migrate tests to use it

========

https://hg.mozilla.org/integration/gaia-central/rev/a629deb37a8b
Author: Ana Hristova <ana.nikolaeva@gmail.com>
Desc: Bug 917207 - Create a system region for cards view and migrate tests to use it
2013-09-19 15:05:23 -07:00
Michael Comella
9f2c8f9bb2 Bug 870171 - Implement pruning service. r=rnewman,nalexander 2013-09-19 17:41:05 -04:00
Michael Comella
1ec560ea2d Bug 870171 2013-09-19 17:41:04 -04:00
Gaia Pushbot
7bcada3995 Bumping gaia.json for 2 gaia-central revision(s) a=NPOTB
========

https://hg.mozilla.org/integration/gaia-central/rev/4ff387ba1fbb
Author: Eitan Isaacson <eitan@monotonous.org>
Desc: Merge pull request #12282 from eeejay/bug-917586

Bug 917586 - Use newer version of screen reader simulator in desktop firefox. r=kgrandon

========

https://hg.mozilla.org/integration/gaia-central/rev/467adffea105
Author: Eitan Isaacson <eitan@monotonous.org>
Desc: Bug 917586 - Use newer version of screen reader simulator in desktop firefox.
2013-09-19 14:30:25 -07:00
Marco Castelluccio
f62cd88dd9 Bug 859631 - Move test_uninstall_errors to dom/apps and avoid UI confirmation. r=fabrice 2013-09-19 15:38:45 -04:00
Marina Samuel
e95d4926f2 Bug 904702 - Toggle download-progress notifications. r=mbrubeck 2013-09-19 13:55:54 -04:00
Brian Nicholson
5aff8709c6 Bug 896281 - Part 2: Remove Sync pref for guest session. r=wesj
--HG--
extra : rebase_source : 9936a08abc8c639d2cb57a65f9c964e9c6e8568b
2013-09-19 13:40:48 -04:00
Brian Nicholson
673151fb73 Bug 896281 - Part 1: Disable synced tab for guest session. r=sriram
--HG--
extra : rebase_source : 621253f2a28aca48fff7957c20fde7f8097887a2
2013-09-19 13:40:48 -04:00
Shane Caraveo
b98d9cff56 bug 904104 fix window.close usage from chat and social panels, r=felipc 2013-09-19 10:41:32 -07:00
Shane Caraveo
a935dab91b bug 914926 fix workers on startup when social disabled, r=markh 2013-09-19 10:25:08 -07:00
Gaia Pushbot
af8e39c1ec Bumping gaia.json for 2 gaia-central revision(s) a=NPOTB
========

https://hg.mozilla.org/integration/gaia-central/rev/a5b50081635b
Author: Fernando Jiménez Moreno <ferjmoreno@gmail.com>
Desc: Merge pull request #12313 from ferjm/bug915038.imei

Bug 915038 - [Dialer] MMI codes not working in dialer app. r=rik

========

https://hg.mozilla.org/integration/gaia-central/rev/e3d3374484d8
Author: Fernando Jiménez <ferjmoreno@gmail.com>
Desc: Bug 915038 - [Dialer] IMEI code not working in dialer app. r=rik
2013-09-19 09:25:24 -07:00
Gaia Pushbot
f6f225c6fa Bumping gaia.json for 1 gaia-central revision(s) a=NPOTB
========

https://hg.mozilla.org/integration/gaia-central/rev/80b4004cd338
Author: Ben Kelly <ben@wanderview.com>
Desc: Revert "Merge pull request #12304 from wanderview/contacts-css-opt" r=jmcf

This reverts commit 2216eb383b005b9f6159f2b04fd7400f4f2641af, reversing
changes made to 9043813ee4d5fb68e7dec34dd9cd97d5fc5adcfc.
2013-09-19 08:35:23 -07:00
Ed Morley
71f035b404 Merge mozilla-central and b2g-inbound 2013-09-19 16:28:54 +01:00
Gaia Pushbot
ef6090d1f5 Bumping gaia.json for 4 gaia-central revision(s) a=NPOTB
========

https://hg.mozilla.org/integration/gaia-central/rev/ca3e0c37006f
Author: Francisco Borja Salguero Castellano <borjasalguero@users.noreply.github.com>
Desc: Merge pull request #12312 from borjasalguero/followup_sms

Bug 918302 - [Followup 900443][SMS] Add a robust check when retrieving a...

========

https://hg.mozilla.org/integration/gaia-central/rev/99c1b41313cd
Author: borjasalguero <fbsc@tid.es>
Desc: Bug 918302 - [Followup 900443][SMS] Add a robust check when retrieving a contact from activity. r=julienw

========

https://hg.mozilla.org/integration/gaia-central/rev/d6876efaab51
Author: Fernando Campo <fernando.campo@o2.com>
Desc: Merge pull request #12270 from fcampo/BT-exportVcard-887534

Bug 887534 - [US] Send contact as a VCARD via bluetooth (r=borjasalguero)

========

https://hg.mozilla.org/integration/gaia-central/rev/a258d8fafed8
Author: Fernando Campo <fernando.campo@o2.com>
Desc: Bug 887534 - [US] Send contact as a VCARD via bluetooth
-------------------------------------------------------

Create bt.js and use it for bluetooth call
Add error messages, seems to work, error related to other bugs
Fixing activity parameters
Correct path for file
Getting the file from sdcard
Adding log sfor debug
More logs, seems to work now
last changes, working now, need to clean up code
Cleaning up
Refactor and final cleanup
Adding tests
2013-09-19 08:10:22 -07:00
Gaia Pushbot
eee23931cd Bumping gaia.json for 1 gaia-central revision(s) a=NPOTB
========

https://hg.mozilla.org/integration/gaia-central/rev/f8a6680334ee
Author: Corey Frang <gnarf37@gmail.com>
Desc: Bug 917956 - [Clock] Timer spinner allows for out-of-bound input - r=jugglinmike

- The "upper" limit of the select should be the length of values - 1 (not the length)
2013-09-19 08:00:23 -07:00
Ed Morley
8ecccccfc3 Merge latest green fx-team changeset and mozilla-central 2013-09-19 15:39:37 +01:00