Commit Graph

165455 Commits

Author SHA1 Message Date
Wes Johnston
bc4166f17f backout f4c5e883482a r=mfinkle 2014-01-28 16:25:40 -08:00
B2G Bumper Bot
84b27001e2 Bumping manifests a=b2g-bump 2014-01-28 15:21:43 -08:00
B2G Bumper Bot
166a6f822d Bumping manifests a=b2g-bump 2014-01-28 15:16:13 -08:00
B2G Bumper Bot
00697eeaa0 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/35b28d5eb8a5
Author: Jose Antonio Olivera Ortega <josea.olivera@gmail.com>
Desc: Merge pull request #15735 from jaoo/964345

Bug 964345 - [DSDS] Wrong panel navigation flow for call settings and cellular and data menu items. r=arthurcc

========

https://hg.mozilla.org/integration/gaia-central/rev/2b84159698e0
Author: Jose Antonio Olivera Ortega <josea.olivera@gmail.com>
Desc: Bug 964345 - [DSDS] Wrong panel navigation flow for call settings and cellular and data menu items
2014-01-28 15:15:15 -08:00
B2G Bumper Bot
167a03274d Bumping manifests a=b2g-bump 2014-01-28 15:11:00 -08:00
B2G Bumper Bot
0ad0862241 Bumping gaia.json for 9 gaia revision(s) a=gaia-bump
Truncated some number of revisions since the previous bump.

========

https://hg.mozilla.org/integration/gaia-central/rev/dbec389e249f
Author: Fabien Cazenave <fabien@mozilla.com>
Desc: Merge pull request #15766 from Archaeopteryx/system-crashPrivacyPolicyWhitespace-bug961870-v4

Bug 961870 - [system] Whitespace missing before privacy policy in 'What's in a crash report?' page, r=kaze

========

https://hg.mozilla.org/integration/gaia-central/rev/353d044ad684
Author: Sebastian Hengst <archaeopteryx@coole-files.de>
Desc: Bug 961870 - [system] Whitespace missing before privacy policy in 'What's in a crash report?' page

========

https://hg.mozilla.org/integration/gaia-central/rev/e10c3a7bb9fb
Author: Hubert Figuière <hub@figuiere.net>
Desc: Merge pull request #15775 from hfiguiere/bug964888

Bug 964888 - blacklist fullscreen test app. r=julienw

========

https://hg.mozilla.org/integration/gaia-central/rev/d0a5bbde077d
Author: Hubert Figuière <hub@figuiere.net>
Desc: Bug 964888 - blacklist fullscreen test app

========

https://hg.mozilla.org/integration/gaia-central/rev/de58ee3001e4
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Merge pull request #15657 from KevinGrandon/bug_961495_to_master

Bug 961495 - [Task Manager] Opening transition

========

https://hg.mozilla.org/integration/gaia-central/rev/8142c7d7f908
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Bug 961495 - [Task Manager] Clean up opening transition r=alive,aus

========

https://hg.mozilla.org/integration/gaia-central/rev/fd282fda00bd
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Revert "Bug 913782 - [Keyboard] Build time default keyboard selection work for"

This reverts commit 41891f2f87d6304410776e043d53b36a13f26cad.

========

https://hg.mozilla.org/integration/gaia-central/rev/89daccf183cc
Author: Ben Kelly <bkelly@mozilla.com>
Desc: Merge pull request #15774 from wanderview/opus-json

Bug 964768:  Fix opus file names in json files. r=fabrice r=21

========

https://hg.mozilla.org/integration/gaia-central/rev/de630cc767ee
Author: Ben Kelly <ben@wanderview.com>
Desc: Bug 964768:  Fix opus file names in json files.
2014-01-28 15:10:13 -08:00
Olli Pettay
11135ed6c2 Bug 959585, clear capturing content before entering modal state, r=mrbkap, f=enn
--HG--
extra : rebase_source : 31d6fa26fbabd6cdded638fa24d946f9f9d97a13
2014-01-28 09:15:47 -08:00
Nikhil Marathe
fcd51ca0c7 Bug 945766 - DOM Promise should pass Promise/A+ tests. r=bz
--HG--
extra : rebase_source : efd56968e490fcde3ede6535002864104511a1d1
2014-01-28 10:14:57 -08:00
Jim Chen
21f2bd4395 Bug 964813 - Make HandleUncaughtException JNI wrapper multithreaded; r=kats 2014-01-28 18:32:28 -06:00
Jim Chen
b87c611459 Bug 963242 - Only save JNI env in TLS when first attaching; r=kats 2014-01-28 18:32:28 -06:00
Boris Zbarsky
8baa2ee19b Bug 952873 part 2. Expose JSAPI for doing for-of iteration. r=jorendorff 2014-01-28 16:16:03 -08:00
Boris Zbarsky
8e2e630681 Bug 952873 part 1. Rename the cx member of ForOfIterator to cx_ instead. r=jorendorff 2014-01-28 16:14:47 -08:00
Matt Woodrow
7ed8283be1 Bug 952011 - Use Untransform API to safetly untransform points when we have a projective matrix. r=roc 2014-01-29 13:10:35 +13:00
Matt Woodrow
5b5e8d92fe Bug 952011 - Add gfx3DMatrix API for untransformed rects and points. r=bjacob 2014-01-29 13:10:35 +13:00
Matt Woodrow
04d6dba7fe Bug 952011 - Remove some nsLayoutUtils transform functions that are no longer needed. r=roc 2014-01-29 13:10:35 +13:00
Matt Woodrow
0d06c40a64 Bug 962786 - Convert nsDragService to use Moz2D. r=roc 2014-01-29 13:10:33 +13:00
Doug Sherk
c1c1d9edfb Bug 937343: Use out event instead of immutable event for wheel events in TabParent r=kats 2014-01-27 18:03:30 +00:00
Doug Sherk
e0178c02c2 Bug 937343: Remove unchanged touches from touch event sent to RenderFrameParent r=kats 2014-01-27 17:41:12 +00:00
Henry Chang
1a62da2aa8 Bug 811635 - Part 6: DOM API test. r=mrbkap, r=bz 2014-01-27 11:22:15 +08:00
Henry Chang
5b48662edd Bug 811635 - Part 5: Start wpa_supplicant with proper 'p2pSupported' flag. r=vchang 2014-01-27 15:49:22 +08:00
Doug Sherk
448c66aeb3 Bug 937343: Remove pan start logic on pinch end from APZC r=botond 2014-01-24 22:13:12 +00:00
Doug Sherk
01131fb434 Bug 937343: Spoof a touch start event on pinch end in GestureEventListener r=botond 2014-01-24 22:13:10 +00:00
Doug Sherk
df4be65f37 Bug 960846: Round Gonk touches instead of truncating them. r=mwu 2014-01-28 12:55:46 -05:00
Masatoshi Kimura
30b43288e5 Bug 965008 - Suppress warning C4996 for VC12+. r=froydnj 2014-01-29 08:37:47 +09:00
Gijs Kruitbosch
60281808db Bug 944947 - Australis - fix binding and styling for wrapped toolbarbuttons to correctly hide/show wrapped labels, r=Enn
--HG--
extra : rebase_source : 30f5fd0fb1f4cbf8503390076dbf31df17f989e7
2014-01-24 09:39:31 +00:00
Michael Comella
dd7cd2c8ed Bug 964454 - Correct ReferenceError 'panel' in Home.jsm. r=margaret 2014-01-28 10:36:11 -08:00
Edgar Chen
6b02c1bcd8 Bug 962522 - Part 2: Refactor test_mobile_{voice|data}_state.js and add more tests for data roaming status. r=hsinyi 2014-01-24 16:44:11 +08:00
Nathan Froyd
afaf2b9bfe Bug 963280 - pass more options by default when using valgrind as a debugger; r=njn 2014-01-23 16:49:56 -05:00
Dave Hunt
0f7bfe5628 Bug 952530 - List all skipped/disabled tests rather than just the conditionally skipped tests. r=jgriffin 2014-01-28 15:28:56 -08:00
Andrew Halberstadt
832c436936 Bug 964744 - Refactor mozboot packages into the constructor, r=gps 2014-01-28 18:27:43 -05:00
Tim Taubert
a2fa5bc1ec Bug 956284 r=khuey 2014-01-28 09:51:44 -08:00
Botond Ballo
9bea243ff4 Bug 962791 - Do not wrap a position:absolute item into a ScrollLayer item if its containing block if outside the scrolled frame. r=roc 2014-01-27 19:51:35 -05:00
Kartikaya Gupta
a3716e9b05 Bug 961280 - Prevent the APZ repaint request from clobbering a layout-driven async scroll. r=tn 2014-01-28 17:54:59 -05:00
Andreas Tolfsen
456f67ec4a Bug 940554 - Fix Marionette's newSession to return capabilities. r=mdas 2014-01-28 17:54:44 -05:00
Douglas Crosher
318f92a65e Bug 964797 - Odin ARM: Correct the VCVT instructions encoding of the fraction bits. r=mjrosenb 2014-01-29 02:35:38 +11:00
Gregor Wagner
bad83f423a Bug 959391 - Remove hard to debug assert. r=jdm 2014-01-28 17:15:29 -05:00
Jonathan Wei
ac5fc42620 Bug 957610 - NODE_CHILD_OF/NODE_PARENT_OF relations are not always symmetrical. r=tbsaunde 2014-01-28 17:13:57 -05:00
Rick Eyre
5e2db9afd6 Bug 861320 - HTMLMediaElement has no textTracks without a <source>. r=rillian 2014-01-27 12:26:50 -05:00
Oskar Eisemuth
bc6679b13d Bug 701479 - Remove usage of EnumPrintersW to test if port is FILE:. nsDeviceContextSpecWin shouldn't start UI for asking for a filename nor query all possible printers. r=jimm 2014-01-28 16:31:20 +01:00
Ryan VanderMeulen
56ad345355 Merge inbound to m-c. 2014-01-28 16:25:05 -05:00
Ryan VanderMeulen
cdf1e69671 Merge fx-team to m-c. 2014-01-28 16:18:18 -05:00
Ryan VanderMeulen
23022f3fa0 Merge b2g-inbound to m-c. 2014-01-28 16:12:29 -05:00
Wes Johnston
562b93fe74 backout 4e6fcc7b5d13, 58d9759ff3d1, and 45d37d92612d CLOSED TREE 2014-01-28 12:28:46 -08:00
Nikhil Marathe
6a771ba40f Bug 957926 - Add JS::CreateTypeError. r=jorendorff
--HG--
extra : rebase_source : d621273cbff342f10864c2843a53eb55421fe582
2014-01-28 09:19:48 -08:00
B2G Bumper Bot
dc75c31d84 Bumping manifests a=b2g-bump 2014-01-28 09:14:39 -08:00
B2G Bumper Bot
72479ca3d3 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/2f947703e8fd
Author: Eitan Isaacson <eitan@monotonous.org>
Desc: Merge pull request #15482 from eeejay/bug-961169

Bug 961169 - [Settings] Clean up range inputs, and make them more screen... r=kaze

========

https://hg.mozilla.org/integration/gaia-central/rev/d07e762767ae
Author: Eitan Isaacson <eitan@monotonous.org>
Desc: Bug 961169 - [Settings] Clean up range inputs, and make them more screen reader friendly.
2014-01-28 09:10:21 -08:00
B2G Bumper Bot
06de1f7ceb Bumping manifests a=b2g-bump 2014-01-28 08:49:35 -08:00
B2G Bumper Bot
a68c703a63 Bumping gaia.json for 1 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/3d4209fdf720
Author: Dave Hunt <dave.hunt@gmail.com>
Desc: Bug 909839 - Merge JavaScript 'atoms' used by gaia and gaiatest. r=jgriffin r=zcampbell
2014-01-28 08:45:21 -08:00
B2G Bumper Bot
630f1a7def Bumping manifests a=b2g-bump 2014-01-28 08:22:21 -08:00
Honza Bambas
72ebac915b Bug 963703 - Don't use LoadUnblocked flag as cache priority load indication, r=michal 2014-01-28 17:21:21 +01:00