Commit Graph

232152 Commits

Author SHA1 Message Date
Karl Tomlinson
14d009b649 bug 1138229 GetOutputStreamInfo() after each SetOutputType() r=cpearce 2015-02-26 17:59:37 +13:00
Karl Tomlinson
10d481fc98 bug 1138238 reset video frame geometry on each init r=cpearce 2015-02-26 15:25:55 +13:00
Karl Tomlinson
3c911ae09d bug 1138238 ensure mUseHwAccel is set appropriately when WMFVideoMFTManager::Init() is called after Shutdown() r=cpearce 2015-02-26 14:24:33 +13:00
Karl Tomlinson
2d82a73b83 bug 1138238 remove unused member variables from WMFVideoMFTManager r=cpearce 2015-02-26 14:40:47 +13:00
Chris Manchester
1364707690 Bug 1139722 - Allow use of nested job objects in mozprocess on windows versions that support them.;r=ahal
This patch detects when breaking away from the parent job isn't strictly necessary to manage processses in a new job to allow using nested job objects to manage processes and their children. Loss of job object functionality is handled in mozprocess as non-fatal, however mozrunner and others doing things like restarting firefox require it.
2015-03-05 18:02:38 -08:00
L. David Baron
dcbb325ffb Bug 1139640 test: Add mochitest for DOM properties for CSS properties. r=heycam 2015-03-05 18:02:16 -08:00
L. David Baron
f587dfb8b0 Bug 1139640: Change DOM property for -moz-osx-font-smoothing to match standard camel-casing algorithm. r=jdaggett 2015-03-05 18:02:16 -08:00
Bas Schouten
991c98d30b Bug 1138934: Make sure the white texture of a component alpha pair is fully uploaded when new. r=nical
This is slightly wasteful since this will also always upload the full black texture. The wastage here is so rare and generally so few though that I don't think it's worth adding plumming for the texture host to know if this is the texture on white of on black.
2015-03-06 02:37:12 +01:00
Jeff Walden
894e42cf7b Bug 1139769 - Self-host %TypedArray%.prototype.subarray. r=till 2015-03-03 11:29:49 -08:00
Jeff Walden
311179ef78 Bug 1139769 - Add TypedArrayBuffer, TypedArrayByteOffset, and TypedArrayElementShift intrinsics to safely get the relevant information for a typed array. r=till 2015-03-03 11:29:45 -08:00
Jeff Walden
e40dae4a4c Bug 1139759 - Self-host %TypedArray%.prototype.copyWithin. r=till 2015-03-03 11:29:02 -08:00
Jeff Walden
8a79499588 Bug 1127012. r=jorendorff 2015-03-02 17:06:46 -08:00
Nikhil Marathe
9a1c4444d2 Bug 1139667 - CSP tests for fetch(). r=ckirschb 2014-10-16 11:26:39 -07:00
Jim Blandy
4aae8d92a0 Bug 1139570: JS GDB pretty-printer: Add a pretty-printer for js::InterpreterRegs. DONTBUILD r=ttromey 2015-03-04 11:40:47 -08:00
Jim Blandy
b6a4446f8b Bug 1140179: Adapt to new JSObject structure, which indirects through the ObjectGroup. DONTBUILD r=sfink 2015-03-05 15:00:13 -08:00
Jim Blandy
aec334ce0d Bug 1139535: In js/src/gdb: Remove workaround for 2012 GDB bug. DONTBUILD r=sfink 2015-03-04 10:33:44 -08:00
Steve Fink
78b3d91140 Bug 1136309 - Rename the spidermonkey build variants, r=terrence 2015-02-24 11:27:45 -08:00
Timur Valeev
3d73622a96 Bug 1135627 - Add implementation of DragEvent constructor. r=jdm r=smaug 2015-03-04 17:52:03 +03:00
Aaron Klotz
d48dc34152 Bug 1136930: Hook PluginAsyncSurrogate into NPP_DestroyStream; r=jimm 2015-02-25 16:25:33 -07:00
Paul Rouget
0f6af80f8b Bug 1138252 - Load BrowserElementPanning.js only if touch events are enabled. r=botond 2015-03-05 16:38:51 -08:00
Guillaume Maudoux
e0d3eee0e6 Bug 1136189 - SIMD: inline SIMD constructors with missing arguments. r=bbouvier 2015-03-05 16:38:40 -08:00
Ben Kelly
1bf8ddaeb5 Bug 1140065 Check for null actor before using it in CacheStorageChild::RecvOpenResponse(). r=ehsan 2015-03-05 16:31:21 -08:00
Miranda Emery
02d84af655 Bug 945584: Part 9 - Tests for scroll snapping (v4 Patch) r=roc 2014-02-04 14:54:23 +13:00
Kearwood (Kip) Gilbert
1ba6aaedda Bug 945584: Part 8 - Implement Scroll Snapping for Middle Mouse Button Scrolls (v2 Patch), r=roc, r=bz
- Implemented scroll snapping at the end of a middle-mouse-button scroll.
- As this scrolling occurs within chrome Javascript, chrome-only DOM methods
  had to be added: window.MozScrollSnap and element.MozScrollSnap
- Bug 1137937 tracks implementation of a replacement for these chome-only DOM methods,
  to be replaced with a web accessible API.
2015-02-19 16:03:07 -08:00
Kearwood (Kip) Gilbert
1059a1d89c Bug 945584: Part 7 - Implement Scroll Snapping for Autoscroll, r=roc
- Triggering scroll snapping at the end of an autoscroll.
- This enables text selection to be unencumbered by scroll snapping, while
  restoring the scroll position to a valid snapping position when the drag
  operation is completed.
2015-02-19 16:00:53 -08:00
Kearwood (Kip) Gilbert
957ced20f0 Bug 945584: Part 6 - Implementation of scroll snapping (v10 Patch), r=roc, r=kats
- Implemented CSS scroll snapping (http://dev.w3.org/csswg/css-snappoints/)
2015-02-19 15:53:30 -08:00
Kearwood (Kip) Gilbert
2879261784 Bug 945584: Part 5 - Implement ScrollVelocityQueue (v4 Patch), r=roc
- Implemented ScrollVelocityQueue class to calculate the velocity of a scroll
  when given periodic samples of scroll position.
- Added BasePoint::Clamp to simplify code.
2015-02-19 15:51:08 -08:00
Kearwood (Kip) Gilbert
a1aac15c2a Bug 945584: Part 4 - Add scroll snapping preferences (v3 Patch), r=roc
- Added preferences to allow trackpad and mousewheel flinging between
snap points to be tuned:
- layout.css.scroll-snap.prediction-max-velocity
- layout.css.scroll-snap.prediction-sensitivity
2015-02-19 15:43:14 -08:00
Kearwood (Kip) Gilbert
c716b3ce2c Bug 945584: Part 3 - Enable cancellation of OSX synthesized mousewheel scrolling events (v2 Patch),r=roc
- Mouse wheel events synthesized by OSX for momentum scrolling can now
  be interrupted by DOM triggered and CSS scroll snapping triggered scroll
  events for consistent behavior with the scrolling and fling gestures
  in the APZC.
2014-02-04 14:54:22 +13:00
Kearwood (Kip) Gilbert
e60a54601c Bug 945584: Part 2 - Add CSS scroll snapping attributes to ScrollbarStyles (v10 Patch),r=mstange
- ScrollbarStyles now carries additional variables to support new
  CSS scroll snapping attributes:
  - scroll-snap-type / scroll-snap-type-x / scroll-snap-type-y
  - scroll-snap-points-x / scroll-snap-points-y
  - scroll-snap-destination
  - (scroll-snap-coordinate does not apply to the scroll container)
- Simplified the constructor and operator== for ScrollbarStyles.
2014-02-04 14:54:22 +13:00
Kearwood Gilbert
94fe9d996d Bug 945584: Part 1 - Style support for scroll snapping attributes, r=cam
- Implemented style support for new attributes:
  - scroll-snap-type
  - scroll-snap-type-x
  - scroll-snap-type-y
  - scroll-snap-points-x
  - scroll-snap-points-y
  - scroll-snap-destination
  - scroll-snap-coordinate
2014-02-04 14:54:22 +13:00
Shu-yu Guo
60209c024c Bug 1140077 - Don't invoke read barriers inside IsTypeMarkedFromAnyThread. (r=terrence) 2015-03-05 16:23:17 -08:00
Shu-yu Guo
c3dc117590 Bug 1136834 - Stop leaking markers in ProfileBuffer. (r=mstange) 2015-03-05 16:23:17 -08:00
David Burns
45ddaa6e34 Bug 1108590: Update key that is used to return elements from marionette to the client; r=chmanchester 2015-03-05 23:01:05 +00:00
Wes Kocher
54e2f5bc11 Merge m-c to inbound a=merge CLOSED TREE 2015-03-05 15:39:58 -08:00
Wes Kocher
42d1d838fa Merge b2g-inbound to m-c a=merge CLOSED TREE 2015-03-05 15:35:34 -08:00
Wes Kocher
8cd7de362d Merge inbound to m-c a=merge CLOSED TREE 2015-03-05 15:17:41 -08:00
Wes Kocher
4ef44dbc63 Merge fx-team to m-c a=merge CLOSED TREE 2015-03-05 14:51:48 -08:00
Nikhil Marathe
4319fab17e Bug 1133861 - Bustage fix. a=bustage CLOSED TREE 2015-03-05 12:16:18 -08:00
B2G Bumper Bot
1005d1bb0f Bumping manifests a=b2g-bump 2015-03-05 11:57:20 -08:00
B2G Bumper Bot
e13fa2099e Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

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

Bug 1138084 - Remove bookmarks-reader application

========

https://hg.mozilla.org/integration/gaia-central/rev/e150fa3cf5e2
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Bug 1138084 - Remove bookmarks-reader application r=kgrandon
2015-03-05 11:47:06 -08:00
Terrence Cole
3cc9a2ea49 Backout a0844d972d08 (Bug 1133140) for OOM bustage on TBPL test machines on a CLOSED TREE. 2015-03-05 11:31:57 -08:00
Margaret Leibovic
665dfec342 Bug 1140045 - Disable desktop reader view toolbar button on Nightly. r=me 2015-03-05 11:26:40 -08:00
B2G Bumper Bot
4083cf31b8 Bumping manifests a=b2g-bump 2015-03-05 10:38:00 -08:00
B2G Bumper Bot
924552117a Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/167901b9e735
Author: autolander <bug.autolander@gmail.com>
Desc: Bug 1138517 - merge pull request #28606 from mwargers:test_inbox_to_settings.py to mozilla-b2g:master

========

https://hg.mozilla.org/integration/gaia-central/rev/525ea5eb9ee2
Author: Martijn Wargers <mwargers@mozilla.com>
Desc: Bug 1138517 - test_inbox_to_settings.py failing consistently, element not visible exception
2015-03-05 10:35:28 -08:00
Mitchell Field
76054867fa Bug 987902 - Add a "doctor" mach command; r=gps 2015-03-05 10:14:08 -08:00
Alexander Surkov
a92de680c2 Bug 1139900 - make tag name based roles faster, r=marcoz 2015-03-05 13:16:12 -05:00
B2G Bumper Bot
b094055e43 Bumping manifests a=b2g-bump 2015-03-05 09:49:48 -08:00
B2G Bumper Bot
4f61d48367 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/0df374a6ef7e
Author: Aleh Zasypkin <aleh.zasypkin@gmail.com>
Desc: Merge pull request #28494 from azasypkin/bug-1088458-usage-rtl

Bug 1088458 - [Usage][RTL] Make Data Usage View RTL compatible. r=mai

========

https://hg.mozilla.org/integration/gaia-central/rev/f8a228a37da0
Author: Aleh Zasypkin <azasypkin@mozilla.com>
Desc: Bug 1088458 - [Usage][RTL] Make Data Usage View RTL compatible. r=mai
2015-03-05 09:46:56 -08:00
Nikhil Marathe
0f61f58788 Bug 1139990 - Remove No activatingWorker warning. r=ehsan 2015-03-05 09:39:58 -08:00