Commit Graph

270020 Commits

Author SHA1 Message Date
Jean-Yves Avenard
282655272a Bug 1218577: Use only Blank PDM if enabled. r=kamidphish 2015-10-29 10:35:52 +11:00
Tooru Fujisawa
fb85e03c36 Bug 1217982 - Remove for-each from storage/. r=mak 2015-10-19 03:53:14 +09:00
Tooru Fujisawa
66133809b3 Bug 819125 - Reset return value before executing catch/finally block. r=jandem 2015-10-28 03:41:04 +09:00
Tooru Fujisawa
60e3eea3c3 Bug 1219057 - Do not show "Unable to print stack trace" for exception thrown while compiling top-level script. r=jandem 2015-10-28 08:58:35 +09:00
Jean-Yves Avenard
66efc6dee7 Bug 1213177: Enable WebM on machines where H264 HW decoding is disabled. r=kentuckyfriedtakahe 2015-10-29 10:18:59 +11:00
Jean-Yves Avenard
639b4af7b7 Bug 1218157: Only ever read from cached data in NotifyDataArrived. r=cpearce
The logic of queuing NotifyDataArrived and read data there was fundamentally flawed as we would continually perform reads from the same MediaResource at two different ends.
This would cause repetitive seeks and data being removed from the media cache. Worse, a read in NotifyDataArrived would cause another NotifyDataArrived to be scheduled.

As range-request are extremely slow, it would result in stutters and constant interruptions.
2015-10-29 10:18:58 +11:00
Ehsan Akhgari
d61e6c71d9 Fix the help string for ./mach web-platform-tests --e10s, no bug, DONTBUILD 2015-10-28 19:16:32 -04:00
Bas Schouten
de7135b0f3 Bug 1219411: Correctly use RGBA instead of RGB for the background color in background-blending-moz-element reftest. r=mstange 2015-10-29 00:04:05 +01:00
Ralph Giles
43353d8d9e Bug 1219452 - Fix unused attribute warning. r=kinetik
Results of running the new update-rust script.

- Include some #[inline] directives missed in bug 1215234.
- Remove #[crate-name] directive to silence a warning caused
  by our building byteorder as a submodule instead of a crate.
2015-10-28 15:29:09 -07:00
Ralph Giles
84ae899c4a Bug 1219452 - Update script for rust mp4parser. r=kinetik
Automate update and patching of the rust mp4 parser from the
upstream repo. A rev for mp4parse-rust can be passed on the
command line, but the byteorder crate's version is hardcoded.

Differences to adapt to the gecko build system are applied as
patches like we do for other media code.

Unfortunately cargo isn't much help here. It can download
crates for us, and we can set CARGO_HOME to force it to
use a specific directory, but it doesn't return enough
information to get the versions, etc. without some guessing/scraping
to find the packaged source.
2015-10-28 15:28:16 -07:00
Mason Chang
4da0110202 Backout bug 842894 for lack of skia documentation. r=me 2015-10-28 15:17:04 -07:00
Nicholas Nethercote
82f0fc9967 Bug 1214476 - Remove unused code for encoding BMPv2 files. r=seth.
nsBMPEncoder produces either BMPv3 or BMPv5 files. (See the Version enum which
only has VERSION_3 and VERSION_5 values, and ParseOptions()'s handling of the
|version| parameter.

Nonetheless, there is some code to handle encoding of BMPv2 files. This patch
removes this.
2015-10-14 14:47:29 -07:00
Mason Chang
1d372daa72 Bug 842894 - Support DirectWrite using the Skia backend. r=bas 2015-10-28 14:54:54 -07:00
Nicholas Nethercote
a0b6805739 Bug 1187782 (part 5) - Replace nsBaseHashtable::EnumerateRead() calls in dom/base/ with iterators. r=khuey. 2015-10-27 15:13:04 -07:00
Nicholas Nethercote
298af7337f Bug 1187782 (part 4) - Replace nsBaseHashtable::EnumerateRead() calls in dom/base/ with iterators. r=khuey. 2015-10-26 22:22:31 -07:00
Nicholas Nethercote
087874d2bd Bug 1187782 (part 3) - Replace nsBaseHashtable::EnumerateRead() calls in dom/base/ with iterators. r=khuey. 2015-10-26 22:22:10 -07:00
Nicholas Nethercote
72256ab2ac Bug 1187782 (part 2) - Replace nsBaseHashtable::EnumerateRead() calls in dom/base/ with iterators. r=khuey. 2015-10-26 22:21:51 -07:00
Nicholas Nethercote
bc7dde69c6 Bug 1187782 (part 1) - Replace nsBaseHashtable::EnumerateRead() calls in dom/base/ with iterators. r=khuey. 2015-10-26 22:19:59 -07:00
Steve Fink
33e67ce731 Bug 1215752 - Weakmap refactoring, r=terrence 2015-10-15 16:59:11 -07:00
Sean Stangl
16c6635b37 Bug 1218587 - Add -G option for running jit-tests under rr. r=terrence 2015-10-26 15:11:40 -07:00
Shu-yu Guo
bd1d8cf2a8 Bug 932517 - Followup: remove let-block logic in sloppy mode ES6 let declaration check. (rs=evilpie) 2015-10-28 14:37:54 -07:00
Wes Kocher
9b8eefda97 Backed out changeset 71cb0cec8da0 (bug 1219085) for wpt orange 2015-10-28 13:43:59 -07:00
Terrence Cole
7b05432d14 Bug 1219419 - Keep DefaultTracer simple for now; r=fitzgen 2015-10-28 13:42:16 -07:00
Eric Faust
a0972a9388 Bug 1201460 - Follow up: Ensure added classes tests are safe for uplift. (rs=jorendorff) 2015-10-28 13:01:07 -07:00
Eric Faust
e124b234c6 Bug 1215889 - Fix tests for uplift. (r=jorendorff) 2015-10-28 13:01:06 -07:00
Kartikaya Gupta
638aed38ca Bug 1219391 - Request snapping for the entire handoff chain when ending the fling animation. r=botond 2015-10-28 15:39:13 -04:00
Botond Ballo
f25998e955 Bug 1218618 - Assert that the hit-testing tree's root node doesn't have siblings. r=kats 2015-10-28 15:27:35 -04:00
Andrea Marchesini
24c39d6717 Bug 1215092 - WebSocketEventService and WebSocket discovering - part 4 - MessageAvailable event, r=michal 2015-10-28 19:11:25 +00:00
Andrea Marchesini
2e6a2a322f Bug 1215092 - WebSocketEventService and WebSocket discovering - part 3 - Events, r=michal 2015-10-28 19:11:05 +00:00
Andrea Marchesini
1477445cc4 Bug 1215092 - WebSocketEventService and WebSocket discovering - part 2 - Unique Serial number for WebSocketChannel in IPC, r=michal 2015-10-28 19:10:42 +00:00
Andrea Marchesini
ef6b1ffb6e Bug 1215092 - WebSocketEventService and WebSocket discovering - part 1 - Renaming WebSocketFrameService, r=michal 2015-10-28 19:10:20 +00:00
James Willcox
16a5e4b54c No bug, use attached widget listener mode on iOS, NPOTB 2015-10-28 14:10:31 -05:00
James Willcox
ae41de697d Bug 1218991 - Save initial zoom constraints to be used once compositor is created r=kats 2015-10-28 14:10:30 -05:00
James Willcox
24611864e4 Bug 1209260 - Don't use sincos on iOS r=npb 2015-10-28 14:10:29 -05:00
James Willcox
5cb0071b88 No bug, add missing include to StackWalk.cpp, DONTBUILD 2015-10-28 14:10:29 -05:00
James Willcox
b507969ba9 Bug 1214678 - Allow Apple media decoders to work on iOS r=jya 2015-10-28 14:10:28 -05:00
James Willcox
37383b8e56 Bug 1213968 - Renew the surface on iOS when resuming the compositor r=kats 2015-10-28 14:10:28 -05:00
James Willcox
2e39a0eab6 Bug 1213970 - Enable APZ on iOS r=kats 2015-10-28 14:10:27 -05:00
James Willcox
720a1ec650 Bug 1208513 - Add support for GL_APPLE_sync r=jgilbert 2015-10-28 14:10:26 -05:00
Jeff Gilbert
fa5d384753 Bug 1207672 - Add support for APPLE_framebuffer_multisample r=snorp 2015-10-28 14:10:26 -05:00
James Willcox
c26aaadebd Bug 1208513 - Resurrect SharedSurface_GLTexture for use on iOS r=jgilbert 2015-10-28 14:10:25 -05:00
James Willcox
fb8a3c20f5 Bug 1174703 - Add GLContextEAGL and GLContextProviderEAGL as an OpenGL provider for iOS. r=jgilbert 2015-10-28 14:10:25 -05:00
Ted Mielczarek
275b59ab6f bug 1170987 - Fix gfx/2d to build on iOS. r=jrmuizel 2015-10-28 14:10:24 -05:00
Trevor Saunders
f79e1c0edd bug 1218564 - remove check for password roles in AccessibleWrap::get_accValue r=surkov
The text computed for a password entry's accessible should not include the
actual password text, so this check is not necessary.
2015-10-28 14:58:24 -04:00
Nicolas B. Pierron
e399c1a358 Bug 1186973 - Evaluate assertEqBytecode: Print length as numbers. r=h4writer 2015-10-28 18:51:59 +00:00
Ehsan Akhgari
e4f042d5d4 Bug 1219085 - Import the fetch-request-redirect.https.html test from Blink; r=jdm 2015-10-28 14:47:32 -04:00
Tom Schuster
aab8d7bf98 Bug 1217887 - Fix reference to href in ContentClick.jsm. r=mak 2015-10-28 19:25:26 +01:00
Andrew McCreight
fafb6eb770 Bug 1219371 - Add suppression for Aurora-only Windows leak. r=erahm 2015-10-28 11:16:06 -07:00
Kartikaya Gupta
fc9f62c340 Bug 1190469 - Request scroll snapping in a few places that animations are cancelled so that we don't leave things unsnapped. r=botond 2015-10-28 14:02:36 -04:00
Kartikaya Gupta
6c52843c64 Bug 1190469 - Refactor some code to have a general-purpose snap function available in APZC. r=botond 2015-10-28 14:02:33 -04:00