Commit Graph

140567 Commits

Author SHA1 Message Date
Brian R. Bondy
32b4d9e44e Bug 900044 - MetroCompositorParent is no longer needed. r=kats 2013-07-31 20:59:27 -04:00
Brian R. Bondy
2c82773b87 Bug 900044 - Get rid of viewport-needs-updating and related code. r=kats 2013-07-31 20:59:24 -04:00
Nicholas Nethercote
ea43a48a01 Backed out changeset bad4a1691369 (bug 899834) due to suspected regression on "Mozilla-Inbound-Non-PGO - Dromaeo (CSS) - Ubuntu HW 12.04".
--HG--
extra : rebase_source : 853f81c47e49c1ac3d7685f2508e694cdd6655fb
2013-07-31 17:50:46 -07:00
Sam Foster
ff7126eed5 Bug 898651 - Dont add the find-in-page menuitem when the StartUI is visible. r=mbrubeck
--HG--
extra : rebase_source : 627dd222e76bdbbe7fe882a636ae9a90c5a58c09
2013-07-30 15:50:14 -07:00
Wes Kocher
515cc50f07 Merge m-c to inbound 2013-07-31 17:36:03 -07:00
Wes Kocher
f516ad692c Merge inbound to m-c 2013-07-31 17:31:45 -07:00
Bill McCloskey
f2eacd8ccc Bug 899812 - Error reporters should consistently report errors to stderr (r=bholley) 2013-07-31 17:04:49 -07:00
Ehsan Akhgari
e4c675b65d Backed out changeset 197b12188f3a (bug 893973) for causing bug 9000007 2013-07-31 17:06:38 -04:00
Ryan VanderMeulen
42e1e42d76 Merge m-c to inbound. 2013-07-31 16:33:59 -04:00
Ryan VanderMeulen
49f1190f5e Bug 897104 - Remove useless |is| check since the function it's looking for is gone. r=past 2013-07-31 16:29:58 -04:00
Bill McCloskey
b36089b879 Bug 899759 - Bustage fix on a CLOSED TREE. 2013-07-31 12:05:51 -07:00
Kartikaya Gupta
9f7502c9b9 Bug 892267 - Fix incorrect application of scaling the render offset. r=Cwiiis 2013-07-31 14:48:44 -04:00
Bill McCloskey
0733c019de Bug 899759 - Prevent JS_NondeterministicGetWeakMapKeys from GCing while iterating over a weakmap (r=sfink) 2013-07-31 11:45:37 -07:00
Tim Taubert
2c25baab46 Bug 895185 - Rename Promise.every() to .all() to reduce confusion about our differing implementation; r=paolo 2013-07-31 10:58:44 -07:00
Ryan VanderMeulen
8dd96c6023 Merge m-c to fx-team. 2013-07-31 13:47:57 -04:00
Ryan VanderMeulen
5f5be4b9f5 Merge m-c to fx-team. 2013-07-31 13:43:36 -04:00
Ryan VanderMeulen
e86471d798 Merge m-c to birch. 2013-07-31 13:42:54 -04:00
Gaia Pushbot
96fadcae95 Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/3ed7544ee8f4
Author: vingtetun <21@vingtetun.org>
Desc: Merge pull request #11230 from KevinGrandon/content2-initial

Bug 898352 - Implement homescreen rocket bar and opensearch.

========

https://hg.mozilla.org/integration/gaia-central/rev/922968c62be8
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Bug 898352 - Implement homescreen rocket bar and opensearch r=vingtetun
2013-07-31 10:00:23 -07:00
Gaia Pushbot
0688f978cb Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/79c130ec5ca1
Author: Fabrice Desré <fabrice@desre.org>
Desc: Bug 806374 - Don't store phone's wallpaper or the dialer ringtone or the notification ringtone as a data: URI r=vingtetun

========

https://hg.mozilla.org/integration/gaia-central/rev/68204ea0ed28
Author: Fabrice Desré <fabrice@desre.org>
Desc: Bug 806374 - Don't store phone's wallpaper or the dialer ringtone or the notification ringtone as a data: URI r=vingtetun
2013-07-31 09:05:23 -07:00
Max Li
824886f0ac Bug 900011 - Set initial content description on Search or Go image button. r=sriram 2013-07-31 11:18:00 -04:00
Gaia Pushbot
8964234863 Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/a39946ecff22
Author: Mike Pennisi <mike@mikepennisi.com>
Desc: Bug 897117 - [Clock] ClockView methods are not fully covered by unit tests r=ianliu

This commit also fixes a bug in the tested method's implementation,
where the minute boundary was being calculated incorrectly. This bug
would induce the method to asynchronously recurse during the second of
time before the minute rolled over.

========

https://hg.mozilla.org/integration/gaia-central/rev/c09c5d448650
Author: Mike Pennisi <mike@mikepennisi.com>
Desc: Bug 897103 - [Clock] Utility methods are not fully covered by unit tests r=ianliu
2013-07-31 08:10:23 -07:00
Gaia Pushbot
a7160f090d Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/d791136d48f3
Author: Mike Pennisi <mike@mikepennisi.com>
Desc: Bug 897090 - [Clock] L10n mocking is fragmented across test files r=ianliu

========

https://hg.mozilla.org/integration/gaia-central/rev/0ad3e929c87a
Author: Mike Pennisi <mike@mikepennisi.com>
Desc: Bug 897089 - [Clock] Utility methods pollute global scope r=ianliu

Organizing utility methods under a single namespace increases code
readability and minimizes global namespace pollution.
2013-07-31 08:00:26 -07:00
Ed Morley
3d591629ad Merge mozilla-central and inbound 2013-07-31 14:25:28 +01:00
Hannes Verschore
ef674e7e66 Bug 899051 - IonMonkey: Don't generate fastpath for dense setelem with sparse property after a boundscheck failure, r=bhackett 2013-07-31 15:07:57 +02:00
Hannes Verschore
460926c33f Bug 899572 - IonMonkey: Don't emit SetElementCache when there are setters, r=nbp 2013-07-31 15:07:39 +02:00
Hannes Verschore
6136c80e97 Bug 899735 - IonMonkey: Add a function to the shell that makes it possible to cause a bailout in IM, r=jandem 2013-07-31 15:07:34 +02:00
Kartikaya Gupta
e56113f533 Bug 890932 - Add a missing lock in AsyncPanZoomController::SendAsyncScrollEvent. r=BenWa 2013-07-31 08:53:17 -04:00
Kartikaya Gupta
aa06750a8e Bug 890932 - Remove unnecessary internal method now that the monitor re-entrant. r=BenWa 2013-07-31 08:53:16 -04:00
Kartikaya Gupta
e7eb189cc7 Bug 890932 - Make AsyncPanZoomController::mMonitor re-entrant to reduce code madness. r=BenWa 2013-07-31 08:53:16 -04:00
Ming
c7a9d0baae Bug 898044 - Remove unnecessary null check from GeckoApp.onSaveInstanceState. r=kats 2013-07-31 08:33:17 -04:00
Jan de Mooij
c12b86e978 Bug 896529 - Move some methods from IonCompartment to IonRuntime. r=nbp 2013-07-31 14:19:00 +02:00
Ed Morley
75f33f681b Merge latest green fx-team changeset and mozilla-central 2013-07-31 13:02:44 +01:00
Ed Morley
a3d88c33b7 Merge latest green birch changeset and mozilla-central 2013-07-31 12:42:30 +01:00
Luke Wagner
c9ecd27297 Bug 899936 - OdinMonkey: fix faulty floating point logic in ExtractNumericLiteral (r=mjrosenb)
--HG--
extra : rebase_source : ff323d369202b5b7868165fec7128b934b2afac4
2013-07-31 05:26:29 -05:00
Szu-Yu Chen [:aknow]
dc6bdde547 Bug 880643 - Part 2: Address the suggestion from jshint. r=hsinyi
---
 dom/system/gonk/RILContentHelper.js    |    6 +++---
 dom/system/gonk/RadioInterfaceLayer.js |    2 +-
 dom/system/gonk/ril_worker.js          |    4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)
2013-07-31 16:03:57 +08:00
Szu-Yu Chen [:aknow]
780d938594 Bug 880643 - Part 1: Add a test for coding style check on RIL code by JSHint. r=hsinyi
---
 dom/system/gonk/tests/marionette/manifest.ini      |    1 +
 .../gonk/tests/marionette/ril_jshint/README.md     |    9 +
 .../gonk/tests/marionette/ril_jshint/jshint.js     |11096 ++++++++++++++++++++
 .../gonk/tests/marionette/ril_jshint/jshintrc      |  118 +
 .../gonk/tests/marionette/test_ril_code_quality.py |  353 +
 5 files changed, 11577 insertions(+)
 create mode 100644 dom/system/gonk/tests/marionette/ril_jshint/README.md
 create mode 100644 dom/system/gonk/tests/marionette/ril_jshint/jshint.js
 create mode 100644 dom/system/gonk/tests/marionette/ril_jshint/jshintrc
 create mode 100644 dom/system/gonk/tests/marionette/test_ril_code_quality.py
2013-07-31 16:03:10 +08:00
Ed Morley
044db07f93 Backed out changeset 5a8a8ee17ab5 (bug 883364) for Android 2.2 armv6 reftest failures 2013-07-31 08:59:33 +01:00
Ed Morley
e425b0df95 Backed out changeset 85109095dd71 (bug 883364) 2013-07-31 08:58:40 +01:00
Ed Morley
73b237d7f9 Backed out changeset f10f7c79846c (bug 883364) 2013-07-31 08:58:32 +01:00
Ed Morley
7ad8ac55f6 Backed out changeset 3b1c068244a2 (bug 881681) 2013-07-31 08:58:23 +01:00
Jose Antonio Olivera Ortega
59faa9ddc1 Bug 897869 - [b2g-ril] Need to keep CLIR settings across reboots. r=vicamo 2013-07-31 09:56:43 +02:00
Gaia Pushbot
220d101a90 Bumping gaia.json for 6 gaia-central revision(s)
========

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

Bug 899503 - FB Link is broken after landing bug 895824

========

https://hg.mozilla.org/integration/gaia-central/rev/589c5e9d560c
Author: Jose M. Cantera <jmcanterafonseca@gmail.com>
Desc: Bug 899503 - FB Link is broken after landing bug 895824

========

https://hg.mozilla.org/integration/gaia-central/rev/fe2329f31cf3
Author: George <georgeiscoming@gmail.com>
Desc: Merge pull request #11260 from cctuan/899422

Bug 899422 - [System][HD] lack of image assets

========

https://hg.mozilla.org/integration/gaia-central/rev/4acc89b1bb75
Author: cctuan <georgeiscoming@gmail.com>
Desc: Bug 899422 - [System][HD] lack of image assets

========

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

Bug 899525 - In passive mode merge do not match existing FB Contacts

========

https://hg.mozilla.org/integration/gaia-central/rev/02a817b06f5e
Author: Jose M. Cantera <jmcanterafonseca@gmail.com>
Desc: Bug 899525 - In passive mode merge do not match existing FB Contacts
2013-07-31 00:55:23 -07:00
Martijn Wargers
7f63b0ec1a Bug 898696 - Fix some content/media test files by adding preload=metadata to media element. r=cpearce 2013-07-31 09:35:44 +02:00
Gaia Pushbot
a44fdce7fd Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/9e7b27494d61
Author: Olav Nymoen <olav@comoyo.com>
Desc: Merge pull request #11251 from comoyo/replaceable_homescreen

Bug 898330 - Add a panel in the Settings app in order to switch homescreens. r=vingtetun

========

https://hg.mozilla.org/integration/gaia-central/rev/ad23abaf8f70
Author: Olav Nymoen <olav@comoyo.com>
Desc: Bug 898330 - Add a panel in the Settings app in order to switch homescreens. r=vingtetun
2013-07-31 06:40:23 -07:00
Gaia Pushbot
ada6e750fc Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/ddecb0524d95
Author: Julien Wajsberg <felash@gmail.com>
Desc: Merge pull request #11111 from TheoChevalier/Bug859035-unknown-size-author

Bug 859035 - [l10n] Do not use the same unknown entity for Size & Author...
r=julien

========

https://hg.mozilla.org/integration/gaia-central/rev/e13a2b2fb4ae
Author: TheoChevalier <theo.chevalier11@gmail.com>
Desc: Bug 859035 - [l10n] Do not use the same unknown entity for Size & Author when installing a WebApp
2013-07-31 06:30:25 -07:00
Gregory Szorc
6d4af5d774 Bug 899818 - Don't add quotes to values when writing Mercurial configs; r=Gijs
DONTBUILD (NPOTB)
2013-07-31 00:07:57 -07:00
Nick Fitzgerald
81d36c49a9 Bug 895543 - part 2: show a "this source is black boxed" message and big "un black box" button instead of the source editor for black boxed sources; r=robcee 2013-07-30 20:36:13 -07:00
Nick Fitzgerald
6d3dd046dd Bug 895543 - part 1: cache SourceClient instances; r=robcee 2013-07-30 20:36:12 -07:00
Nicholas Cameron
a2cdf1ab09 Bug 895873 - backout bug 893117 for Win8 mc bustage 2013-07-30 23:32:35 -04:00
Boris Zbarsky
75bbe6d667 Bug 892609. Implement support for [ArrayClass]. r=khuey 2013-07-30 22:28:30 -07:00