Jonathan Griffin
de866982ce
Bug 1179292 - Update runtimes, r=ahal
...
--HG--
extra : commitid : BcvbhvmlLOl
2015-07-13 11:03:30 -07:00
Jonathan Griffin
0858f44655
Bug 1179292 - Make mozinfo recognize linux64-asan as a distinct platform, r=ahal
...
--HG--
extra : commitid : 2i02cOq3Jzv
2015-07-16 13:17:56 -07:00
Jason Orendorff
b99588d3e5
Bug 987514, part 4 - Implement most of the standard Reflect methods. r=Waldo.
...
Reflect.construct will be added in bug 1178932.
Reflect.enumerate is not implemented because we do not implement the underlying internal method to spec yet.
--HG--
extra : rebase_source : 47f533df6e2b4f38b3812c1ce955fa90ce055a75
2014-11-05 00:32:29 -06:00
Jason Orendorff
3a5f570d6f
Bug 987514, part 3 - Make every global have a (usually empty) Reflect object; rename JS_InitReflect -> JS_InitReflectParse. r=Waldo.
...
The bit in MIRGenerator.h fixes a straight-up bug in the code, masked until now by unified builds (and unmasked because this patch adds a .cpp file, perturbing the unified build boundaries).
--HG--
extra : rebase_source : aa6bf55dc1ce87b9fc10af76cb506560b14c3de9
2014-11-04 21:41:43 -06:00
Jason Orendorff
afa8fe9661
Bug 987514, part 2 - Rename jsreflect.cpp -> builtin/ReflectParse.cpp. r=Waldo.
...
--HG--
rename : js/src/jsreflect.cpp => js/src/builtin/ReflectParse.cpp
extra : rebase_source : 716bb8a3264f3b1b4b7ed4cd90e81ef75bd9fd9f
2014-11-21 16:24:37 -06:00
Jason Orendorff
86c5e58740
Bug 987514, part 1 - Move the contents of jsreflect.h into the sole file that includes it (jsreflect.cpp). No change in behavior. r=Waldo.
...
--HG--
extra : rebase_source : 66094e2531411c36c4ac0c1acc76189c29827f10
2014-11-04 18:58:48 -06:00
Brad Lassey
341abc46ae
Bug 1160166 - Disabled plugin meta information often isn't available to content processes. r=jimm
2015-07-14 09:21:14 -04:00
Christoph Kerschbaumer
1eb1817b3a
Bug 1183563 - Fix incorrect mixed content warning after internal redirects. r=tanvi, r=seth
2015-07-15 14:52:47 -07:00
Nick Fitzgerald
a1d5622844
Bug 1182104 - Part 4: Consolidate CCW root tracing for per-zone GCs into a single method. r=jonco
2015-07-15 10:52:00 -04:00
Nick Fitzgerald
d6722f57e9
Bug 1182104 - Part 3: Consolidate CCW edge fixing after a moving gc into a single method. r=jonco
2015-07-14 19:17:00 -04:00
Nick Fitzgerald
7622b93a08
Bug 1182104 - Part 2: Consolidate JSCompartment roots tracing within JSCompartment::traceRoots. r=jonco
2015-07-14 19:16:00 -04:00
Nick Fitzgerald
a7305b0f99
Bug 1182104 - Part 1: s/mark/trace/ on relevant JSCompartment methods. r=jonco
2015-07-13 14:33:00 -04:00
Jonathan Kew
68793c3765
Bug 1131451 followup - Remove one more bidi-in-vertical-mode hack that is no longer required. r=dholbert
2015-07-16 21:04:06 +01:00
Anthony Miyaguchi
a578fb5bec
Bug 1168979 part 7 - Update to private production image; r=mrrrgn
2015-07-16 11:13:47 -07:00
Anthony Miyaguchi
3d3e2560e1
Bug 1168979 part 6 - Bump version of upload_symbols container, with addition of new arguments; r=mrrrgn
2015-07-10 10:18:14 -07:00
Anthony Miyaguchi
5062d5fabe
Bug 1168979 part 5 - Add allowed_build_tasks to distinguish builds that require symbol uploading; r=mrrrgn
2015-07-09 14:47:34 -07:00
Anthony Miyaguchi
f4191faa25
Bug 1168979 part 4 - Factor out building dependent tasks as a function; Create a task/post-builds for upload_symbols to live in; r=mrrrgn
...
--HG--
rename : testing/taskcluster/tasks/upload_symbols.yml => testing/taskcluster/tasks/post-builds/upload_symbols.yml
2015-07-08 15:55:30 -07:00
Anthony Miyaguchi
be9ec73948
Bug 1168979 part 3 - Clean up upload_symbol template. r=mrrrgn
2015-07-07 17:45:36 -07:00
Anthony Miyaguchi
607f59a82c
Bug 1168979 part 2 - Add symbol uploading as a build dependency; r=mrrrgn
2015-07-06 11:17:33 -07:00
Anthony Miyaguchi
e73ef57d83
Bug 1168979 part 1 - Add fallback for buildconfig in standalone use of upload_symbols script; r=mrrrgn
2015-07-10 09:56:16 -07:00
Karl Tomlinson
7ca1ccc3cc
bug 914392 don't check engine's Node existence in ProcessBlock r=padenot
...
If DestroyMediaStream() has cleared the node on the engine, then it will call
MediaStream::Destroy(). I doubt the additional code and cost of repeatedly
checking this is worth the savings in no-op events dispatched to main thread
between MediaStream::Destroy() on the main thread and destruction on the graph
thread.
Also ScriptProcessorNode should not be potentially ignoring its output buffer
immediately when the ScriptProcessor loses its last reference. At least the
block currently being processed should output the output buffer.
(Deterministically playing the remainder of the output buffer would be best.)
--HG--
extra : rebase_source : 279f08808f4fbdbb41d67da0c3e495b65fdb24de
2015-07-14 23:11:59 +12:00
Karl Tomlinson
c9fab7e34e
bug 914392 move mSharedBuffers ownership to engine r=padenot
...
so that it is always available.
--HG--
extra : rebase_source : b30ba835c2048a1316f436525fc98b695f7233bc
2015-07-14 22:51:44 +12:00
Karl Tomlinson
d907e81454
bug 914392 use NodeMainThread() to avoid NodeMutex() use on main thread r=padenot
...
--HG--
extra : rebase_source : 69ba42aeada680ff8d4c7bb3a78cb506551526bb
2015-07-14 21:57:01 +12:00
Jan-Ivar Bruaroey
c49c2b6556
Bug 1184426 - Unprefix RTCIceCandidatePairStats.priority (formerly mozPriority). r=bwc, r=smaug
...
--HG--
extra : transplant_source : %5C%F5Yk%F3%90A%99%89%0F%0AW%CB-%1333FTQ
2015-07-15 22:43:37 -04:00
Paul Rouget
dfe7fcd341
Bug 1174733 - Browser API: iframe.executeScript. r=kanru, r=bholley
2015-07-16 03:56:00 -04:00
Tom Tromey
3ff8c1f3fa
Bug 1160307 - Capture async stack frames on Javascript timeline markers. r=fitzgen, r=smaug, r=Paolo
2015-07-15 12:15:00 -04:00
Frédéric Wang
55c39da18b
Bug 1177765 - Add tests for MathML xmlroles. r=surkov
2015-07-06 04:44:00 -04:00
Frédéric Wang
a5efb9235a
Bug 1177765 - Add xmlroles for MathML. r=surkov
2015-07-16 05:43:00 -04:00
Frédéric Wang
729b7b3747
Bug 1177765 - Make nsIMathMLFrame expose the fence and separator properties of operators. r=karlt
2015-07-16 05:41:00 -04:00
Yao Wei
c2c561a45c
Bug 1183633 - Use PingFang TC/SC as default font for OS X 10.11. r=jdaggett
2015-07-16 14:37:30 +08:00
Gerald Squelart
fab84317db
Bug 1183433 - Replace GMPParent's crash report annotations (using multiple keys) with centralized reporting. r=cpearce
2015-07-15 21:33:00 -04:00
Gerald Squelart
7c33619cb0
Bug 1183433 - Implement centralized crash report annotations, so that all async-shutdown hangs use only one key, and keeping track of all states each plugin has been through. r=cpearce
2015-07-15 21:32:00 -04:00
Gerald Squelart
268307adf7
Bug 1183433 - Make GMPParent's AbortWaitingForGMPAsyncShutdown class-static, to simplify upcoming work. r=cpearce
2015-07-15 21:32:00 -04:00
Gerald Squelart
36c7e0dff4
Bug 1183433 - Remove G-M-PServiceParent::AbortAsyncShutdown declaration, as it's not defined nor used anywhere. r=cpearce
2015-07-15 14:39:00 -04:00
Andreas Pehrson
b734b32311
Bug 1173654 - Part 5: Test streaming of all playable videos in test_peerconnection_capturedvideo.html. r=jwwang, r=jib
...
--HG--
extra : transplant_source : %B3%11%94%11j%5Eu%D2%9E%BB%1C%CE%9B%AF%244%8B%08%F4%28
2015-07-16 09:31:06 +08:00
Andreas Pehrson
b9055642ac
Bug 1173654 - Part 4: Add detailed logging and asserts to MediaPipeline::ProcessVideoChunk. r=bwc
...
--HG--
extra : transplant_source : %24Z%EB%0B%AEB%B5y%F5%AB%7C%D0%00%AE%BDl%E0M%FD%B3
2015-07-16 09:30:39 +08:00
Andreas Pehrson
249cffa06e
Bug 1173654 - Part 3: Attempt to GetDataSurface() and convert if sending pure I420 fails. r=bwc, r=jesup
...
--HG--
extra : transplant_source : %FB%3C%FEV%BA%D0N%D7%402%DB%A4%B6j%FBD%08%1F%B4%3F
2015-07-16 09:30:23 +08:00
Andreas Pehrson
0c0baa6962
Bug 1173654 - Part 2: Use namespaces in MediaPipeline.cpp. r=bwc
...
--HG--
extra : transplant_source : %F24P%F6%25%D2%EC%0D%FC%B2QNT%12%B2%BFX%C2%2C%A2
2015-07-16 09:30:12 +08:00
Andreas Pehrson
a27a5947a8
Bug 1173654 - Part 1: Add logging methods for SurfaceType and ImageFormat. r=Bas
...
--HG--
extra : transplant_source : %11%DF%CFw%EC%B1%03%D9%A8%27I%EEe%05%83%F1%FB%00%DD%AC
2015-07-16 09:29:26 +08:00
Andrew Comminos
3792527c55
Bug 1182972 - Fallback to GTK monitor scale factor when mGdkWindow is null. r=karlt
2015-07-15 20:26:00 -04:00
Andrew Comminos
ab856f24b0
Bug 1173907 - Don't use gtk_render_activity for drawing progress chunks on GTK versions above 3.13.7. r=karlt
2015-07-15 11:47:00 -04:00
Trevor Rowbotham
174dd44881
Bug 1183164 - Modify the test from Bug 980943 to also check for the presence of the dismissed attribute. r=mconley
2015-07-14 10:53:00 -04:00
Trevor Rowbotham
080ae2cf9e
Bug 1183164 - Add a new dismissed state that indicates when the user has intentionally dismissed the CTP overlay. r=mconley
2015-07-14 10:47:00 -04:00
Spenser Andrew Bauman
3fe46f2f7d
Bug 1030095 - Remove restriction on inlining recursive calls. r=hv1989
2015-07-14 09:36:00 -04:00
Ryan VanderMeulen
e826c2bc72
Backed out changeset 00ec02ec876e (bug 1184395) for Android crashes.
...
CLOSED TREE
2015-07-16 15:18:35 -04:00
Terrence Cole
d75b7ebb0d
Bug 1182658 - Add TraceNullableRoot and use it to simplify RootedMarking; r=jonco
...
--HG--
extra : rebase_source : 8b0bb07a2da4f15928da18a5a9ab08037f9bddb8
2015-07-15 16:42:32 -07:00
Ehsan Akhgari
698096b26d
Bug 1182976 follow-up: Address njn's drive-by comment
2015-07-16 14:56:47 -04:00
Michael Layzell
017f50b6d7
Bug 1172080 - Part 2: Use ^ instead of ! to delimit originAttributes from the URI in nsIPrincipal.origin, r=bholley
2015-07-16 14:50:07 -04:00
Michael Layzell
d45aee21b9
Bug 1172080 - Part 1: Throw when requesting origin for poorly behaved URIs, r=bholley
2015-07-16 14:50:05 -04:00
Michael Layzell
a30ff0929b
Bug 1165263 - Part 7: Update tracking protection to account for new nsPermissionManager semantics, r=margaret
2015-07-16 14:50:03 -04:00