Commit Graph

140170 Commits

Author SHA1 Message Date
Ed Morley
d3b3b0d686 Merge mozilla-central and inbound 2013-07-29 15:42:41 +01:00
Jon Coppeard
fd4d274d46 Bug 897484 - GC: Convert JS_GetProperty APIs to take MutableHandleValue r=terrence r=bholley r=smaug 2013-07-26 10:00:38 +01:00
Ted Mielczarek
55be65e72d bug 894382 - support libudev.so.1 in Linux Gamepad backend. r=karlt 2013-07-29 09:04:56 -04:00
Mina Almasry
696e141753 Bug 898455 - remove domUtils.getCSSValuesForProperty duplicate entries; r= bz
Removes duplicate entries from the values that are returned by getCSSValuesForProperty,
and returns url for the proper properties.
2013-07-29 14:42:51 +02:00
Jacek Caban
7a764d0234 Bug 899045 - Linkage to sse_enabled/sse2_enabled failure on mingw. r=glandium 2013-07-29 14:42:33 +02:00
secretrobotron
8f02d85140 Bug 856361. Part 5: Implement MediaStreamAudioSourceNode. r=ehsan
--HG--
extra : rebase_source : ee1a8c2dc39574aeb6165a063553489f08d19380
2013-07-24 23:29:39 +12:00
Robert O'Callahan
36cf03dce0 Bug 856361. Part 4: Create AudioNodeExternalInputStream. r=ehsan
--HG--
extra : rebase_source : 6e172f800942b0f9f1aff047a142764da2dd57a3
2013-07-24 22:15:11 +12:00
Robert O'Callahan
126382b197 Bug 856361. Part 3: Refactor AudioNodeStream to create ComputeFinalOuputChannelCount, AccumulateInputChunk and AdvanceOutputSegment, and make AudioNodeStreams be treated as always consumed by the MediaStreamGraph. r=ehsan
--HG--
extra : rebase_source : 3c1fe8769dc616d0ea70f00e41d6952346ead491
2013-07-24 22:11:35 +12:00
Robert O'Callahan
0bcfa0b5cc Bug 856361. Part 2: Block data from a non-same-origin media resource entering a MediaStream from a media element. r=cpearce
--HG--
extra : rebase_source : fd0ac711b6be627b87634b5a6c518c82ffd46448
2013-07-24 21:55:23 +12:00
Robert O'Callahan
0c0de93e83 Bug 856361. Part 1: Fix documentation of MediaInputPort flags. r=jesup
--HG--
extra : rebase_source : 509fc344912aa6da728ad8dd10398ae501921ebb
2013-07-17 15:16:09 +12:00
Luke Wagner
998eab593a Bug 898619 - put the rest of the JSRuntime:: methods into vm/Runtime.cpp (r=billm) 2013-07-28 21:27:38 -05:00
Christian Holler
0309d28890 Bug 898230 - Disable alloc-dealloc checking under AddressSanitizer. r=glandium 2013-07-29 02:44:00 +02:00
Robert O'Callahan
343eac0301 Bug 837242. Part 1: Convert bool parameters to flags. r=mats 2013-07-26 14:31:41 +12:00
Robert O'Callahan
55f5153795 Backing out 6ba07a3e0c80 (bug 892978) to fix test failures 2013-07-29 11:51:37 +12:00
Nicholas Cameron
908fdf34c3 Bug 756606. Add LockDrawTarget to shmem texture clients. r=Bas 2013-07-29 10:12:37 +12:00
Nicholas Cameron
55c1931c05 Bug 756606. Don't try to fast path D2D A8 surfaces in GetSourceSurfaceForSurface. r=Bas 2013-07-29 10:12:37 +12:00
Chris Pearce
50e8d08a10 Bug 846769 - OggReader::SeekBisection() should use granule end times, not start times. r=rillian 2013-07-29 10:03:21 +12:00
Chris Pearce
89003737e2 Bug 846769 - Mark Ogg frames with MediaResource offset, instead of (incorrectly) trying to infer and then use the offset of pages. r=rillian 2013-07-29 10:03:06 +12:00
Mark Capella
759883d61c Bug 896764 - Initially populate Find in Page string with current text selection, r=margaret 2013-07-28 16:36:47 -04:00
Alexander Surkov
25db64d524 Bug 810268 - there's no way to know unselected item when selection in single selection was changed, r=tbsaunde 2013-07-28 14:33:57 -04:00
Boris Zbarsky
238b6bebd6 Bug 895495 followup. Pass the needed second string to the exception message if the first argument of _create is not a Window. r=ms2ger 2013-07-28 10:50:35 -07:00
Guillaume Abadie
9948cf0afc bug 892978 - [WebGL 2.0] Query objects (GL_ARB_occlusion_query) - r=jgilbert 2013-07-28 11:59:03 -04:00
Nikhil Marathe
0fb9da0e2a Bug 898661 - Temporarily disable Binary Data in Nightly builds too. r=nmatsakis
--HG--
extra : amend_source : 4ba33977d6d6990b17f44218f8382d2a92c86a2c
2013-07-28 08:26:13 -07:00
Nikhil Marathe
8254390159 Bug 898623 - Root StructType FieldInfo properties. r=terrence
--HG--
extra : rebase_source : 8d9c9a3da29f8289b3c1f0bd2e5bc1fc5c6eb1df
2013-07-26 16:21:53 -07:00
Neil Rashbrook
309c30787e Bug 898438 nsITableEditor.getCellAt doesn't default to the current table r=ehsan 2013-07-28 11:04:09 +01:00
Jeff Walden
c184cc6855 Bug 895792 - Fix RoundUpPow2's required precondition to not be wrong. r=terrence
--HG--
extra : rebase_source : e42420628dad8b8e9fe37287fa8e08eb262fe615
2013-07-25 20:01:45 -07:00
Jeff Walden
98971b1513 Add #include <new> to mfbt/Vector.h so that placement-new actually works when that header hasn't been bootlegged. No bug, r=too-long-spent-debugging-this
--HG--
extra : rebase_source : b4b3a5a10757d01d1c5957736210ed09e3c2b157
2013-07-25 20:01:42 -07:00
Jeff Walden
b7afdfa45f Bug 890127 - Properly initialize and cleanup ICU, when enabled in JS engine builds. r=njn
--HG--
extra : rebase_source : f1dd0e44afe1561e225bef1f31735caef1cea18c
2013-07-19 20:18:01 -07:00
Jeff Walden
70e6b51fcb Bug 896124 - Implement a JS_Init() JSAPI function, to be called before any other JSAPI operations (except JS_SetICUMemoryFunctions) are performed, to centralize whole-engine initialization tasks. r=bsmedberg for the XPCOM bits, r=luke for the JS bits
--HG--
extra : rebase_source : fd308ab3bd76c67a0b128eaefae3edf177893fe1
2013-07-19 20:14:34 -07:00
Gregor Wagner
8e87af9f12 Bug 897924, Bug 897657 - Disable Contacts tests on Android. r=permaorange. 2013-07-27 19:00:51 -07:00
Ryan VanderMeulen
8262747c69 Merge inbound to m-c. 2013-07-27 21:52:40 -04:00
Ryan VanderMeulen
2ecb03cb41 Merge fx-team to m-c. 2013-07-27 21:51:16 -04:00
Ryan VanderMeulen
44516eaba9 Merge birch to m-c. 2013-07-27 21:50:37 -04:00
Shu-yu Guo
ea9ba911f0 Bug 898750 - Attach Array.build only if ENABLE_PARALLEL_JS. (r=shell bustage) 2013-07-27 21:39:02 +02:00
Nick Fitzgerald
5b05bc419d Bug 895272 - don't show the list of breakpoints for black boxed sources.patch; r=vporof 2013-07-27 12:28:09 -07:00
Gaia Pushbot
213129a98c Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/878cc221e0fd
Author: Fabien Cazenave <fabien@cazenave.cc>
Desc: Merge pull request #11200 from fabi1cazenave/cellBroadcastLabel-bug890151

Bug 890151 - [CB] CH50 message should not be displayed when the Cell Broadcast service is off, r=kaze

========

https://hg.mozilla.org/integration/gaia-central/rev/b10f7f809290
Author: hyuna.cho <hyuna.cho@lge.com>
Desc: Bug 890151 - [CB] CH50 CB message should not be displayed when the Cell Broadcast service is off
2013-07-27 11:10:23 -07:00
Matt Brubeck
8e611bf37c Bug 897674 - Don't use STL wrappers when building maintenance service [r=gps] 2013-07-27 11:07:10 -07:00
Nick Fitzgerald
22b9456d34 Bug 892605 - part 2: add 'dbg blackbox' and 'dbg unblackbox' gcli commands; r=vporof 2013-07-27 10:50:57 -07:00
Nick Fitzgerald
f755d9cf2e Bug 892605 - part 1: move the BlackBoxChange DOM event to blackboxchange thread client event; r=vporof 2013-07-27 10:49:45 -07:00
Nick Fitzgerald
572404a826 Bug 892605 - part 0: add callMethod to WidgetHelpers, checkItem to SideMenuWidget; r=vporof 2013-07-27 10:48:10 -07:00
Ryan VanderMeulen
ae20d0e59b Merge m-c to inbound. 2013-07-27 13:31:57 -04:00
Dão Gottwald
57c9372e6e Bug 896276 - Use Date.now() rather than nsIAppStartup.getStartupInfo().process to detect profiles that haven't been used for a while. r=mak 2013-07-27 17:22:56 +02:00
Dão Gottwald
527e9d0a01 Bug 788422 - Use UserAgentOverrides.jsm as designed to fix YouTube on tablets. r=bnicholson 2013-07-27 16:18:25 +02:00
Dão Gottwald
ed2711d6ab Backed out fe1213d6035d (bug 887868) because it seems to have caused bug 898713. CLOSED TREE 2013-07-27 15:47:36 +02:00
Olli Pettay
26e794eac5 Bug 897433 - Telemetry for SnowWhite and more async SnowWhite freeing (patch v4), r=mccr8 2013-07-27 13:48:45 +03:00
ffxbld
365135bace No bug, Automated HSTS preload list update from host bld-linux64-ec2-489 - a=hsts-update 2013-07-27 03:17:36 -07:00
gkrizsanits@mozilla.com
b4128d7a53 Bug 877164, return early if nsDocument::Init fails, r=smaug 2013-07-27 12:12:38 +03:00
Tim Taubert
5558d8edd0 Bug 898308 - Clean up SessionStore initialization; f=smacleod, r=dao 2013-07-27 07:40:07 +02:00
Nick Fitzgerald
96447fcc8b Merge fx-team 2013-07-26 22:28:35 -07:00
Nick Fitzgerald
1334032600 Bug 897777 - fix source mapped source resolution when there is no source root; r=jimb 2013-07-26 22:27:15 -07:00