Commit Graph

317343 Commits

Author SHA1 Message Date
Boris Zbarsky
bd1400ee1f Bug 894448 part 1. Move IsChromeOrXBL to xpcpublic.h. r=bholley 2013-07-25 19:41:46 -07:00
Patrick Cloke
94845105be Bug 894367 - Handle null postData properly in Http.jsm: regression tests, r=Mossop. 2013-07-25 21:38:43 -04:00
Patrick Cloke
64c2e0ae05 Bug 894367 - Handle null postData properly in Http.jsm, r=Mossop. 2013-07-25 21:36:19 -04:00
Dan Gohman
2297263a26 Bug 897747 - IonMonkey: Fix range analysis for MMod. r=waldo 2013-07-25 19:09:50 -07:00
Dan Gohman
4cab283a2e Bug 895465 - IonMonkey: Micro-optimize test instructions using x86's "h" registers. r=sstangl 2013-07-25 18:59:50 -07:00
Ryan VanderMeulen
8670499913 Merge m-c to inbound. 2013-07-25 21:59:02 -04:00
Ryan VanderMeulen
11373a6362 Merge birch to m-c. 2013-07-25 21:56:14 -04:00
Ryan VanderMeulen
5eb297dddd Merge fx-team to m-c. 2013-07-25 21:55:41 -04:00
Stephen Pohl
ad84285dd7 Bug 896443: Fix the z-ordering of overlay scrollbars to make them appear on top of content with z-index > 0. r=roc 2013-07-25 21:31:35 -04:00
Sam Foster
188ab01295 Bug 892425 - Stabilize grid sizing in start sections with & without scrollbars. r=mbrubeck 2013-07-25 18:25:25 -07:00
Ryan VanderMeulen
496513c7cd Backed out changeset 300f5b7d72e1 (bug 897433) for intermittent Linux dromaeo crashes. 2013-07-25 21:18:20 -04:00
Daniel Holbert
5c2c464bdd Bug 581478: undef strdup before (re)defining it in mozalloc_macro_wrappers.h. r=glandium 2013-07-25 18:14:41 -07:00
Gavin Sharp
7df07435cc Bug 890690 followup: simplify test 2013-07-25 17:48:17 -07:00
Sid Stamm
e321c9c299 bug 898190 - fix test for bug 888172 to use a valid CSP policy for testing. r=grobinson 2013-07-25 17:11:12 -07:00
Till Schneidereit
6b508fffed Bug 897507 - part 2: add nsrcnotes argument to SaveSharedScriptData and use it instead of script->numNotes(). r=bhackett
--HG--
extra : rebase_source : faac238dc652bc52e83c08369ebb43cfcb868c89
2013-07-26 01:27:04 +02:00
Till Schneidereit
001e8be132 Bug 897507 - part 1: remove functions from header files that are only used in jsscript.cpp. r=bhackett
--HG--
extra : rebase_source : a05bd61019d688ab74484641d9f79e8ac64f89de
2013-07-26 01:16:05 +02:00
Till Schneidereit
637d9040dd Bug 892059 - Assert on unclonable values in self-hosting CloneValue. r=jimb
--HG--
extra : rebase_source : 0b39e57643965fc41ff1220a2c049eecce24e8c8
2013-07-26 03:04:28 +02:00
Nikhil Marathe
30bdd22f04 Bug 578700 - BinaryData ArrayType method implementations. r=nmatsakis
--HG--
extra : amend_source : 8ae08d1ce9a57328dd6a3f8028abf21d0b806222
2013-07-25 17:59:59 -07:00
Nikhil Marathe
2fac197f00 Bug 578700 - StructType and BinaryStruct implementation. r=nmatsakis
--HG--
extra : amend_source : 379738603fc3c3254f0a159e66cce038478e366a
2013-07-25 17:59:47 -07:00
Nikhil Marathe
3dcce91d0b Bug 578700 - ArrayType and BinaryArray implementation. r=nmatsakis
--HG--
extra : amend_source : 6b5fd0077a4d8f182212a6e7e775eee87bd73bd5
2013-07-25 17:59:14 -07:00
Nikhil Marathe
9fe0a85392 Bug 578700 - Numeric types implementation. r=nmatsakis
--HG--
extra : amend_source : 16bd14404c2e30589101f5b965c016b7304b7773
2013-07-25 17:58:50 -07:00
Nikhil Marathe
44bc6b526e Bug 578700 - Binary Data: initialize architecture. r=nmatsakis
--HG--
extra : amend_source : 7775dc457c0c25283608e583472dc7cf04bffe8c
2013-07-25 17:57:04 -07:00
Gaia Pushbot
6e872ed3ee Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/72f1b7c657c6
Author: Fabrice Desré <fabrice@desre.org>
Desc: Merge pull request #11101 from khuey/896755

Bug 896755: Handle app crashes in the cost control widget.

========

https://hg.mozilla.org/integration/gaia-central/rev/2199b1c81bf2
Author: Kyle Huey <khuey@kylehuey.com>
Desc: Bug 896755: Handle app crashes in the cost control widget. r=salva

This still makes no effort to handle non-fatal 'mozbrowsererror's.
2013-07-25 14:35:23 -07:00
Gaia Pushbot
f4758df86a Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/1b2749831fc2
Author: Jonathan Griffin <jgriffin@mozilla.com>
Desc: Merge pull request #11169 from jonallengriffin/bug898108

Bug 898108 - Disable frequently failing test in TBPL, a=test-only

========

https://hg.mozilla.org/integration/gaia-central/rev/633ef140b5d1
Author: Jonathan Griffin <jgriffin@mozilla.com>
Desc: Bug 898108 - Disable frequently failing test in TBPL, a=test-only
2013-07-25 13:16:24 -07:00
Dave Hylands
7b957af952 Bug 896250 - Set layers to 1 for android, since 20 causes reftest to fail. r=joe 2013-07-25 12:41:13 -07:00
Ed Morley
768786d2fe Merge latest green fx-team changeset and mozilla-central 2013-07-25 16:51:21 +01:00
Ed Morley
e1444d4588 Merge latest green birch changeset and mozilla-central 2013-07-25 16:32:43 +01:00
Mats Palmgren
cde517b135 Bug 868327 - Only allow the drop-down menu to open above the combobox if there is room for it, otherwise open it below even though it doesn't fit. r=roc 2013-07-25 12:55:32 +00:00
Ryan VanderMeulen
6f8b642629 Backed out changeset 489046125fa6 (bug 897683) due to Ubuntu debug Jetpack perma-orange. 2013-07-25 08:51:50 -04:00
Gaia Pushbot
a9df95ea6f Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/701cd7f0334b
Author: Dominic Kuo <dkuo@mozilla.com>
Desc: Merge pull request #11162 from dominickuo/bug-893171

Bug 893171 - Only prompt error message when error name is NO_PROVIDER, r=dkuo

========

https://hg.mozilla.org/integration/gaia-central/rev/fd45ea39b9e1
Author: Punam Dahiya <punamdahiya@yahoo.com>
Desc: Bug 893171 - Only prompt error message when error name is NO_PROVIDER
2013-07-25 04:00:23 -07:00
Gaia Pushbot
d85681391e Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/0d2075c3e9ed
Author: Timothy Guan-tin Chien <timdream@gmail.com>
Desc: Merge pull request #11160 from timdream/fix-icon-selection-dppx

Bug 883819 - Use 90@1x icon as 60@1.5x icon for now, r=crdlc

========

https://hg.mozilla.org/integration/gaia-central/rev/3f94f5fc1600
Author: Timothy Guan-tin Chien <timdream@gmail.com>
Desc: Bug 883819 - Use 90@1x icon as 60@1.5x icon for now
2013-07-25 03:35:23 -07:00
Gaia Pushbot
7ab80264e0 Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/bb346d13970d
Author: George <georgeiscoming@gmail.com>
Desc: Merge pull request #11035 from cctuan/system-image

Bug 891807 - @1.5x assets are required for system app

========

https://hg.mozilla.org/integration/gaia-central/rev/6fa7c6cbea1f
Author: cctuan <georgeiscoming@gmail.com>
Desc: Bug 891807 - @1.5x assets are required for system app
2013-07-25 03:25:22 -07:00
Gaia Pushbot
adea3ef274 Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/923bd215fb8f
Author: Jose M. Cantera <jmcanterafonseca@gmail.com>
Desc: Merge pull request #11157 from jmcanterafonseca/bkelly_bug

Revert "Bug 894611: Defer contact placeholder creation during load."

========

https://hg.mozilla.org/integration/gaia-central/rev/bb1a3e3264ce
Author: Jose M. Cantera <jmcanterafonseca@gmail.com>
Desc: Revert "Bug 894611: Defer contact placeholder creation during load."

This reverts commit 5adb1074a9c9f6a96579174c0751516ffd38b2b5.
2013-07-25 01:45:24 -07:00
Gaia Pushbot
e68d541e22 Bumping gaia.json for 4 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/65b56a32ea70
Author: Germán Toro del Valle <gtorodelvalle@gmail.com>
Desc: Merge pull request #11001 from gtorodelvalle/dialer-bug-892880-load-latest-outgoing-call

Bug 892880 - Gaia implementation of bug 887488 (Press call once to show last called number in the dialer app) (r=etiennesegonzac)

========

https://hg.mozilla.org/integration/gaia-central/rev/36483cd47af6
Author: Germán Toro del Valle <gtorodelvalle@gmail.com>
Desc: Bug 892880 - Gaia implementation of bug 887488 (Press call once to show last called number in the dialer app).

========

https://hg.mozilla.org/integration/gaia-central/rev/ea8ac5341c20
Author: Jose M. Cantera <jmcanterafonseca@gmail.com>
Desc: Merge pull request #11155 from jmcanterafonseca/update_matching_rules_passive

Bug 897864 - Passive mode must match names (first or last) when they are...

========

https://hg.mozilla.org/integration/gaia-central/rev/e6b80b59e8a9
Author: Jose M. Cantera <jmcanterafonseca@gmail.com>
Desc: Bug 897864 - Passive mode must match names (first or last) when they are both null
2013-07-25 01:30:23 -07:00
Gaia Pushbot
6869ed3ee5 Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/0c12ef1bc157
Author: Jose M. Cantera <jmcanterafonseca@gmail.com>
Desc: Merge pull request #11143 from jmcanterafonseca/fb_match_and_link

Bug 895824 - while importing FB Contacts automatically link with local c...

========

https://hg.mozilla.org/integration/gaia-central/rev/248d3954b47c
Author: Jose M. Cantera <jmcanterafonseca@gmail.com>
Desc: Bug 895824 - while importing FB Contacts automatically link with local contact if there is a matching
2013-07-25 01:10:24 -07:00
Gaia Pushbot
f68032e884 Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/66da5a7070f6
Author: Ian Liu <iliu@mozilla.com>
Desc: Merge pull request #11145 from ian-liu/clock/Bug896931_Clock_app_need_1.5x_ratio_pictures_for_hd_versions

Bug 896931 - [Clock][UX][HD] Clock app need 1.5x ratio pictures for hd versions, r=@rexboy7

========

https://hg.mozilla.org/integration/gaia-central/rev/c11c5464f253
Author: ian-liu <iliu@mozilla.com>
Desc: Bug 896931 - [Clock][UX][HD] Clock app need 1.5x ratio pictures for hd versions
2013-07-24 22:00:26 -07:00
Gaia Pushbot
69b61dcf12 Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/089e712b0ed6
Author: Rex KM Lee <rexboy@mozilla.com>
Desc: Merge pull request #10976 from rexboy7/fix-bug882056

Bug 882056 - [Dialer] Single call on hold can only be performed from BT devices

========

https://hg.mozilla.org/integration/gaia-central/rev/be445a6bf681
Author: Rex Lee <rexboy@mozilla.com>
Desc: Bug 882056 - [Dialer] Single call on hold can only be performed from BT devices
2013-07-24 21:05:23 -07:00
Wes Kocher
71b379de9e Merge m-c to birch 2013-07-24 20:07:45 -07:00
Wes Kocher
e1ec7bf56f Backout 4ededc9b11f (bug 897433) for intermittent dromeao crashes 2013-07-24 19:45:31 -07:00
Mike de Boer
8ecbcfc2a9 Bug 890690: added unit test for POST search engines in about:home, r=gavin
--HG--
extra : transplant_source : %B0%16%95/%08%1B5%A4%BC%B9U%F4x%D5%92%BED%B3%CC%AF
2013-07-25 02:15:54 +02:00
Mike de Boer
bb48df9ad1 Bug 890690 - Support POST searches in about:home. r=gavin
--HG--
extra : transplant_source : %A5%23%F7%EC%87%DC%ED%D3V%00%C1%D7K%90%D4%009Pp%24
2013-07-25 02:43:19 +02:00
Ryan VanderMeulen
2cd9d5dae5 Merge m-c to inbound. 2013-07-24 18:27:51 -04:00
Ryan VanderMeulen
6cc28e31e6 Merge m-c to inbound. 2013-07-24 18:22:45 -04:00
Ryan VanderMeulen
f0022c3922 Merge m-c to birch. 2013-07-24 18:22:06 -04:00
Gaia Pushbot
bd2f353f10 Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/755ad2936b1b
Author: Fabrice Desré <fabrice@desre.org>
Desc: Merge pull request #11107 from khuey/896825

Bug 896825: Call the closeCallback even if the close transition has been cancelled.

========

https://hg.mozilla.org/integration/gaia-central/rev/ec55d3f26b76
Author: Kyle Huey <khuey@kylehuey.com>
Desc: Bug 896825: Call the closeCallback even if the close transition has been
cancelled. r=alive
2013-07-24 15:05:25 -07:00
Gaia Pushbot
4ce4f691df Bumping gaia.json for 4 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/142505d882b3
Author: Aki Sasaki <aki@escapewindow.com>
Desc: Merge pull request #11134 from escapewindow/master

bug 896324 - Add Catalan to languages-dev.json.

========

https://hg.mozilla.org/integration/gaia-central/rev/57d1de6505fb
Author: Aki Sasaki <aki@escapewindow.com>
Desc: Delete languages_shira.json

========

https://hg.mozilla.org/integration/gaia-central/rev/11449be9daa6
Author: Aki Sasaki <aki@escapewindow.com>
Desc: Delete languages_basecamp.json

========

https://hg.mozilla.org/integration/gaia-central/rev/a32a0afc8146
Author: Aki Sasaki <aki@escapewindow.com>
Desc: bug 896324 - Add Catalan to languages-dev.json.
2013-07-24 15:03:41 -07:00
Gaia Pushbot
c0667c6368 Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/b201c99bbf0b
Author: Ryan VanderMeulen <rvandermeulen@mozilla.com>
Desc: Merge pull request #10859 from leob2g/Bug_891299_String_disappear

Bug 891299 - [Dialer] String disapper when using keypad and hide

========

https://hg.mozilla.org/integration/gaia-central/rev/aec4e8c211bc
Author: sungwoo.yoon <sungwoo.yoon@lge.com>
Desc: Bug 891299 - [Dialer] String disapper when using keypad and hide
2013-07-24 14:50:44 -07:00
Gaia Pushbot
7a082c5617 Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/eaa7e832a813
Author: Ryan VanderMeulen <rvandermeulen@mozilla.com>
Desc: Merge pull request #10890 from EverythingMe/890437

[Bug 890437] E.me swipe keyboard hide [r=Evyatron]

========

https://hg.mozilla.org/integration/gaia-central/rev/1738fd4a1b75
Author: Ran Ben Aharon <ran@ranbena.com>
Desc: [Bug 890437] E.me swipe keyboard hide [r=Evyatron]
2013-07-24 14:50:23 -07:00
Ryan VanderMeulen
fd2218b43a Backed out changeset 8322b4eeb9c6 (bug 897239) to avoid the same Android reftest failures we hit when bug 896250 landed.
CLOSED TREE
2013-07-24 16:14:01 -04:00
Olli Pettay
3ab7146f5d Bug 897433, Telemetry for SnowWhite and more async SnowWhite freeing, r=mccr8
--HG--
extra : rebase_source : 8dc76b113da44372fe3e558a588a8fc70d2cfaab
2013-07-24 22:34:51 +03:00