Commit Graph

165372 Commits

Author SHA1 Message Date
Nikhil Marathe
bf5779d924 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
1250baa3a1 Bug 964813 - Make HandleUncaughtException JNI wrapper multithreaded; r=kats 2014-01-28 18:32:28 -06:00
Jim Chen
1231d2bc33 Bug 963242 - Only save JNI env in TLS when first attaching; r=kats 2014-01-28 18:32:28 -06:00
Boris Zbarsky
e1996a999d Bug 952873 part 2. Expose JSAPI for doing for-of iteration. r=jorendorff 2014-01-28 16:16:03 -08:00
Boris Zbarsky
1c80bdbc7d 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
fe2f73f77f 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
deebdeb68e Bug 952011 - Add gfx3DMatrix API for untransformed rects and points. r=bjacob 2014-01-29 13:10:35 +13:00
Matt Woodrow
dc72d839db Bug 952011 - Remove some nsLayoutUtils transform functions that are no longer needed. r=roc 2014-01-29 13:10:35 +13:00
Matt Woodrow
2b66d6f29a Bug 962786 - Convert nsDragService to use Moz2D. r=roc 2014-01-29 13:10:33 +13:00
Doug Sherk
c034e6b8df 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
0d2f93f21a Bug 937343: Remove unchanged touches from touch event sent to RenderFrameParent r=kats 2014-01-27 17:41:12 +00:00
Doug Sherk
f21220320e Bug 937343: Remove pan start logic on pinch end from APZC r=botond 2014-01-24 22:13:12 +00:00
Doug Sherk
7db6e5eb05 Bug 937343: Spoof a touch start event on pinch end in GestureEventListener r=botond 2014-01-24 22:13:10 +00:00
Doug Sherk
d785ec575a Bug 960846: Round Gonk touches instead of truncating them. r=mwu 2014-01-28 12:55:46 -05:00
Masatoshi Kimura
345e5564bf Bug 965008 - Suppress warning C4996 for VC12+. r=froydnj 2014-01-29 08:37:47 +09:00
Nathan Froyd
06388f9f8d 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
6dea74fe88 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
3b489846fc Bug 964744 - Refactor mozboot packages into the constructor, r=gps 2014-01-28 18:27:43 -05:00
Tim Taubert
d4899ef556 Bug 956284 r=khuey 2014-01-28 09:51:44 -08:00
Botond Ballo
e6a11b0727 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
49a38a6b30 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
b60f2a333a Bug 940554 - Fix Marionette's newSession to return capabilities. r=mdas 2014-01-28 17:54:44 -05:00
Douglas Crosher
403d9710cc 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
0f344fe86c Bug 959391 - Remove hard to debug assert. r=jdm 2014-01-28 17:15:29 -05:00
Jonathan Wei
ec269f6551 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
ebe73621c8 Bug 861320 - HTMLMediaElement has no textTracks without a <source>. r=rillian 2014-01-27 12:26:50 -05:00
Oskar Eisemuth
ae2878f93d 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
2ae169c64e Merge inbound to m-c. 2014-01-28 16:25:05 -05:00
Ryan VanderMeulen
20d9019262 Merge fx-team to m-c. 2014-01-28 16:18:18 -05:00
Ryan VanderMeulen
cc70c1ad0d Merge b2g-inbound to m-c. 2014-01-28 16:12:29 -05:00
Wes Johnston
fb5f33eeb6 backout 4e6fcc7b5d13, 58d9759ff3d1, and 45d37d92612d CLOSED TREE 2014-01-28 12:28:46 -08:00
Nikhil Marathe
75db1aeb4c Bug 957926 - Add JS::CreateTypeError. r=jorendorff
--HG--
extra : rebase_source : d621273cbff342f10864c2843a53eb55421fe582
2014-01-28 09:19:48 -08:00
B2G Bumper Bot
7c49584f95 Bumping manifests a=b2g-bump 2014-01-28 09:14:39 -08:00
B2G Bumper Bot
4e5d5399b0 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
4cc79e2930 Bumping manifests a=b2g-bump 2014-01-28 08:49:35 -08:00
B2G Bumper Bot
af03ec1e84 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
f28b3e14cb Bumping manifests a=b2g-bump 2014-01-28 08:22:21 -08:00
Honza Bambas
53877ecac2 Bug 963703 - Don't use LoadUnblocked flag as cache priority load indication, r=michal 2014-01-28 17:21:21 +01:00
B2G Bumper Bot
636208fe9b Bumping manifests a=b2g-bump 2014-01-28 08:19:22 -08:00
B2G Bumper Bot
f13ba7a123 Bumping gaia.json for 3 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/3451eb6b72d2
Author: Zac Campbell <zcampbell@mozilla.com>
Desc: Bug 946812 - Disable test_camera_flash on Hamachi (no flash present) a=testonly r=me

========

https://hg.mozilla.org/integration/gaia-central/rev/24822dd90ea8
Author: Zac Campbell <zcampbell@mozilla.com>
Desc: Bug 949897 - Disable test_cards_view_kill_apps_two_apps for device a=testonly r=me

========

https://hg.mozilla.org/integration/gaia-central/rev/a8ac9ba099f3
Author: rwood-moz <rwood@mozilla.com>
Desc: Bug 964280 - Add option to override b2g start timeout duration. r=dhunt
2014-01-28 08:19:12 -08:00
B2G Bumper Bot
0856f86183 Bumping manifests a=b2g-bump 2014-01-28 07:23:30 -08:00
B2G Bumper Bot
8cc0fb59d5 Bumping gaia.json for 1 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/3a65abec09d8
Author: Zac Campbell <zcampbell@mozilla.com>
Desc: Bug 960240 - Re-enable test_persona_cookie.py as bug 963582 is resolved a=testonly r=me
2014-01-28 07:23:19 -08:00
B2G Bumper Bot
3d665dd44c Bumping manifests a=b2g-bump 2014-01-28 06:41:58 -08:00
B2G Bumper Bot
333f909cce Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/914a39fc598d
Author: Fernando Jiménez Moreno <ferjmoreno@gmail.com>
Desc: Merge pull request #15683 from ferjm/bug939021.mozpay.tests

Bug 939021 - [UITest][API] Fix and improve mozPay tests. r=zac

========

https://hg.mozilla.org/integration/gaia-central/rev/cfeb07a51508
Author: Fernando Jiménez <ferjmoreno@gmail.com>
Desc: Bug 939021 - [UITest][API] Fix and improve mozPay tests. r=zac
2014-01-28 06:40:14 -08:00
B2G Bumper Bot
6b32d8fd48 Bumping manifests a=b2g-bump 2014-01-28 06:28:52 -08:00
B2G Bumper Bot
6cfe20c784 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/756725dbbb50
Author: Gareth Aye <gaye@mozilla.com>
Desc: Merge pull request #15587 from gaye/email-mass-reenable

Bug 962959 - Fix and reenable broken or disabled marionette tests in email

========

https://hg.mozilla.org/integration/gaia-central/rev/37581d4ad8b4
Author: Gareth Aye <gaye@mozilla.com>
Desc: Bug 962959 - Fix and reenable broken or disabled marionette tests in email
2014-01-28 06:25:19 -08:00
B2G Bumper Bot
7687891fde Bumping manifests a=b2g-bump 2014-01-28 06:16:50 -08:00
B2G Bumper Bot
73f7c08dbe Bumping gaia.json for 1 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/8371602fc92e
Author: Zac Campbell <zcampbell@mozilla.com>
Desc: Bug 922647 - Disable e.me tests on Travis to save time a=testonly r=me
2014-01-28 06:15:16 -08:00
Jed Davis
b84e184fac Bug 964427 - Whitelist msync (asm.js cache) and sched_get_priority_m{in,ax} (webrtc). r=kang 2014-01-28 09:04:39 -05:00
Jim Chen
3491e5208c Bug 963592 - Perform replacements for updated UA overrides. r=fabrice 2014-01-28 09:04:39 -05:00