Commit Graph

259659 Commits

Author SHA1 Message Date
Andrew Comminos
14fd734414 Bug 1197059 - Disable JasPer support in GDK-PixBuf. r=karlt 2015-08-27 18:35:14 -04:00
Benoit Girard
fc358fd67e Backout d4985245dfd55ba44e0417c42c956e03d094b0df (bug 1136766) for talos regression 2015-08-27 18:29:37 -04:00
Benoit Girard
fde78307d5 Bug 1191539 - DisplayPort should ForceInside frameRect to match compositor DisplayPort. r=kats 2015-08-27 14:21:58 -04:00
Eric Faust
6d419d0546 Bug 1199172 - Only treat non-static constructor methods as the actual class constructor. (r=shu) 2015-08-27 15:27:07 -07:00
Chris Manchester
4bb887fa2a Bug 1196393 - Install psutil 3.1.1 in the desktop_unittests vitualenv so it will be available to desktop unittests. r=jlund 2015-08-27 10:38:18 -07:00
Shu-yu Guo
33ea773b81 Bug 1197636 - Rework profiler location string parsing to scan from the right. (r=jsantell) 2015-08-27 15:21:22 -07:00
Andrew Comminos
e4da3cb2b8 Revert "Bug 1191042 - Establish correct EGLConfig at GLContext creation. r=jrmuizel" CLOSED TREE
This reverts commit 99120014586d20a2921b9157e5ec81b3605cd8bd.
2015-08-27 17:12:06 -04:00
Jeff Gilbert
59e904dc50 Bug 1191042 - Establish correct EGLConfig at GLContext creation. r=jrmuizel 2015-08-27 16:55:45 -04:00
Steven Michaud
f2f5b3c893 Bug 1131473 - crash in -[NativeMenuItemTarget menuItemHit:]. r=spohl 2015-08-27 15:54:15 -05:00
Nick Fitzgerald
ca554a96b3 Bug 1198980 - Make JS::ubi::*::identifier be uint64_t instead of uintptr_t. r=sfink 2015-08-27 09:17:00 -04:00
JerryShih
2f0ae407dc Bug 1195209 - Modify the matrix calculation for landscape mode. r=mattwoodrow 2015-08-27 10:56:00 -04:00
Nick Fitzgerald
8000cc5d10 Bug 1196631 - Make JS::ubi::Node::size return 1 by default. r=sfink
The old default was zero, but one is a better default in a couple ways: (1)
there are no zero-sized things in C++ so one is closer to the truth, and (2) it
gives us an idea of what magnitude of space is consumed by node specializations
which don't have a JS::ubi::Node::size override yet.
2015-08-27 06:03:00 -04:00
J. Ryan Stinnett
c3c2fc9a19 Bug 1193227 - Exclude tests from Mac B2G / Mulet packages. r=spohl 2015-08-26 17:35:00 -04:00
Ehsan Akhgari
859574bc04 Bug 1009795 - Use toLocalString to format download size instead of the decimalSymbol hook; r=mak
Original Patch by Simon Montagu <smontagu@smontagu.org>
2015-08-27 15:32:32 -04:00
Ryan VanderMeulen
d0fab93ed6 Backed out changeset 55bea2798c68 (bug 1131473) for OSX crashes.
CLOSED TREE
2015-08-27 15:04:30 -04:00
Geoff Brown
39eaa53e6a Bug 1189784 - Disable some dom/media mochitests on Android 4.3 Debug; r=gcp 2015-08-27 11:29:02 -06:00
Geoff Brown
2d122d7572 Bug 1189784 - Enable most dom/media mochitests on Android 4.3; r=gcp 2015-08-27 11:29:01 -06:00
Geoff Brown
ea9427e2f7 Bug 1156425 - Allow Android test jobs to run for up to 90 minutes; r=RyanVM 2015-08-27 11:29:00 -06:00
Josh Matthews
94cf58081f Bug 1189582 - Fix test-response-xhr.https.html and expectation data. r=nsm 2015-07-30 21:27:34 -04:00
Nikhil Marathe
03f2de8e31 Bug 1176988 - Patch 3 - Tests. r=jdm
Update web-platform-tests expected data
2015-08-26 08:59:04 -07:00
Nikhil Marathe
eef87c3ddd Bug 1176988 - Patch 2 - Remove XHR cache bypass in cast of POST request. r=jdm 2015-08-18 11:31:27 -07:00
Nikhil Marathe
82e53b7b8c Bug 1176988 - Patch 1 - Always hit cache irrespective of HTTP method if channel is being intercepted. r=jdm 2015-08-18 11:30:38 -07:00
Steven Michaud
e590116d9b Bug 1131473 - crash in -[NativeMenuItemTarget menuItemHit:]. r=spohl 2015-08-27 12:01:56 -05:00
Kilik Kuo
b0feb69df2 Bug 1188268 - Correct the logic against |MaybeStartPlayback()| due to rebase mistake. r=jwwang 2015-08-27 14:20:18 +08:00
Dragana Damjanovic
79cc96f7f0 Bug 1197944 - Change pref so that the http auth dialog is presented for sub resources as well. r=jduell 2015-08-24 12:26:00 -04:00
Andrew McCreight
5950918c64 Bug 1194270 - Tell the cycle collector about more fields of nsGlobalWindow. r=khuey
Also, remove what looks like an obsolete pre-cycle-collector comment about cyclical ownership.
2015-08-25 11:19:00 -04:00
Gerald Squelart
be1ff7d589 Bug 1194518 - Part 5: Using std::deque instead of nsTArray to store delayed frames. r=jya 2015-08-26 18:50:00 -04:00
Gerald Squelart
d7f3f628fc Bug 1194518 - Part 4: Using delaying wrapper according to pref 'media.fuzz.video-decode-minimum-frame-interval-ms'. r=jya 2015-08-26 18:49:00 -04:00
Gerald Squelart
bd2c0c13fa Bug 1194518 - Part 3: Delaying decoder wrapper, ensures a decoder appears consistently slow. r=jya 2015-08-26 18:47:00 -04:00
Gerald Squelart
491775fec9 Bug 1194518 - Part 2: Using passthrough wrapper if pref 'media.fuzz.video-decode-passthrough' is true. r=jya 2015-08-26 18:45:00 -04:00
Gerald Squelart
fc02f4507f Bug 1194518 - Part 1: Passthrough decoder wrapper, useful to spy on MediaFormatReader-decoder calls. r=jya 2015-08-26 18:43:00 -04:00
Tim Chien
8e204ab9bf Bug 974770 - Get rid of dom.mozInputMethod.testing in test scripts. r=kanru, r=mrbkap 2015-08-26 20:18:00 -04:00
Henrik Skupin
1e3fcef139 Bug 1199202 - Fix handling of CLI options for firefox-ui-updates.py script. r=armenzg DONTBUILD 2015-08-27 18:38:37 +02:00
Brian Hackett
d8cc9abd53 Bug 1195545 - Add instruction reordering pass to IonMonkey, r=sunfish. 2015-08-27 10:33:34 -06:00
Jan Gerber
9e3cb0d5f3 Bug 1190776 - Re-enable test_BufferingWait.html. r=rillian 2015-08-25 12:51:17 +02:00
Alexandre Lissy
4aa2a317b2 Bug 1181561 - Expose a Kill Switch enabling/disabling. r=dhylands, sr=sicking 2015-08-26 03:11:00 -04:00
Ting-Yu Chou
cb6601e536 Bug 1119692 - Part 2: Always use scheme jar:remoteopenfile: for out-of-process apps to ease sandboxing code. r=fabrice 2015-08-17 10:30:22 +08:00
Ting-Yu Chou
c53cabad73 Bug 1119692 - Part 1: Get cached jar file fd if it exists instead of always openning it. r=smaug, r=jduell 2015-08-17 10:25:59 +08:00
Dragana Damjanovic
b7149c5d65 Bug 979359 - Add telemetry to to collect stats about how often Http Authentication occurs and how often it is for top-level doc, cross-origin, etc. r=jduell 2015-08-27 07:50:00 -04:00
Brian Hackett
abafc34ecc Bug 1196579, bug 1196587, bug 1196589 - Fix some unboxed array bugs, r=jandem. 2015-08-27 10:28:28 -06:00
Andrea Marchesini
48a12252da Bug 1186307 - StructuredCloneHelper in workers.postMessage(), r=smaug 2015-08-27 17:19:13 +01:00
Ryan VanderMeulen
bcba136b80 Merge m-c to inbound. a=merge
CLOSED TREE
2015-08-27 11:59:01 -04:00
Ryan VanderMeulen
aed08e2094 Merge fx-team to m-c. a=merge
CLOSED TREE
2015-08-27 11:56:51 -04:00
Ryan VanderMeulen
7f36f728d8 Merge inbound to m-c. a=merge 2015-08-27 11:43:16 -04:00
Ryan VanderMeulen
54f4c9c178 Backed out changeset 159775bbf798 (bug 1193745) for robocop crashes.
CLOSED TREE
2015-08-27 10:55:28 -04:00
Ryan VanderMeulen
65df34abfa Backed out 7 changesets (bug 1083101) for static analysis bustage and debug gtest asserts.
Backed out changeset a277ab555649 (bug 1083101)
Backed out changeset 831ad34078f3 (bug 1083101)
Backed out changeset 42d622972b02 (bug 1083101)
Backed out changeset ff4b35d2f501 (bug 1083101)
Backed out changeset 00e568d08a1f (bug 1083101)
Backed out changeset d9448dc26a8a (bug 1083101)
Backed out changeset 8c943cd72144 (bug 1083101)

CLOSED TREE
2015-08-27 10:47:55 -04:00
Nicolas Silva
3c0b8a133d Bug 1083101 - Static analysis fix on a CLOSED TREE. r=me 2015-08-27 15:51:42 +02:00
Xidorn Quan
4035b95379 Bug 1177155 part 2 - Notify the fullscreen change and resize viewport in advance in content process. r=smaug 2015-08-27 23:14:49 +10:00
Xidorn Quan
3101be7350 Bug 1177155 part 1 - Defer resize reflow and freeze refresh driver during window fullscreen change. r=smaug 2015-08-27 23:14:49 +10:00
Eugen Sawin
9f820944f5 Bug 1194014 - Remove redundant includes. r=jya 2015-08-27 15:03:49 +02:00