Граф коммитов

503332 Коммитов

Автор SHA1 Сообщение Дата
Shih-Chiang Chien 7ed7acac25 Bug 1322602 - remove Fennec-to-FxOSTV video casting. r=rbarker
MozReview-Commit-ID: KjEJUPkgRLo

--HG--
extra : rebase_source : 41ecdfec4caebc18934766120501a95ae2125e2f
2016-12-08 16:02:13 -10:00
John Lin d496213476 Bug 1322679 - call MarkSentToCompositor() when VideoSink::Redraw() processing queued frame. r=jwwang
MozReview-Commit-ID: IBM6HcCpVA8

--HG--
extra : rebase_source : 7cdbe96a7236e2e0be61b6dc953963fde3fe6b84
2016-12-09 19:57:12 +08:00
Phil Ringnalda c98db552f8 Backed out changeset a82b89786b41 (bug 1122124) for Marionette failures in test_refresh_firefox.py TestFirefoxRefresh.testReset 2016-12-09 21:08:43 -08:00
Jean-Yves Avenard a993bff5b3 Bug 1322070: P8. Remove unused methods and types. r=gerald
MozReview-Commit-ID: 8azYJd98T5o

--HG--
extra : rebase_source : c0b9837292469949d7675fc1dd85a43e1cf4ec1d
2016-12-08 08:38:04 -10:00
Jean-Yves Avenard 6c996c69b5 Bug 1322070: P7. Construct VideoInfo object from Theora CodecState. r=gerald
MozReview-Commit-ID: E4gR2Ff7qo

--HG--
extra : rebase_source : c91d8912608e70016affd5de6cbdda6bb9216b8b
2016-12-11 16:54:19 -10:00
Lars T Hansen b369076ad8 Bug 1246597 - adapt existing DataView tests to SharedArrayBuffer. r=waldo
--HG--
extra : rebase_source : bfc6a97862b297aacd12142bce5085103491016a
2016-12-07 14:22:35 -10:00
Andreas Farre 06be0a2e0c Bug 1316871 - Ensure that we don't replace load popup. r=bkelly
This makes open-url-multi-window-6.htm always fail, which is intended.

MozReview-Commit-ID: 4OENwxMLUeh
2016-12-09 04:55:22 +01:00
Andreas Farre 82dff3dafb Revert rev 9211bfa02ed5 (Bug 1315260). Wrong commit message. r=me
MozReview-Commit-ID: 7uFDhNpx4XP
2016-12-09 04:50:42 +01:00
Andreas Farre c196f81e27 Bug 1315260 - Ensure that we don't replace load popup. r=bkelly
This makes open-url-multi-window-6.htm always fail, which is intended.

MozReview-Commit-ID: 4OENwxMLUeh
2016-12-09 04:33:00 +01:00
Andreas Farre 40d5595f1e Bug 1316871 - Throttle background setTimeouts. r=bkelly
MozReview-Commit-ID: 2bN3NZfdCzv
2016-12-09 04:33:00 +01:00
Phil Ringnalda 15190c112d Backed out changeset b3b5af78a162 (bug 919391) for failures in resource-timing.html
MozReview-Commit-ID: ExeMekKcoJd
2016-12-08 19:27:05 -08:00
Jan de Mooij 624a9954d5 Bug 1318627 followup - Add br_table.wast.js to cgc-jittest-timeouts.txt. r=bustage
--HG--
extra : rebase_source : 63651a1c0d14204185a98c2d38bc4ec05e886b25
2016-12-08 16:42:30 -10:00
Boris Zbarsky 679c9e41a6 Bug 1321835. Assert that the givenProto argument for binding wrap methods is in the right compartment. r=peterv 2016-12-08 16:41:45 -10:00
Boris Zbarsky 162c8766a4 Bug 1310796 part 4. Get rid of 'content-targetable' values for the 'type' attribute everywhere except tabbrowser.xml. Just use 'content' instead. r=gijs 2016-12-08 16:41:45 -10:00
Boris Zbarsky e0e53c48ae Bug 1310796 part 3. Remove the aTargetable argument of contentShellAdded. r=mystor 2016-12-08 16:41:45 -10:00
Boris Zbarsky 55f0730a5b Bug 1310796 part 2. Get rid of the now-unused nsXULWindow::mTargetableShells. r=mystor 2016-12-08 16:41:45 -10:00
Boris Zbarsky 846587070f Bug 1310796 part 1. Get rid of GetTargetableShellCount in favor of a more explicit GetTabCount. r=mystor,gijs 2016-12-08 16:41:45 -10:00
Bob Owen 7e63f54abd Bug 1319456: Hold DrawEventRecorders in the correct structure in PathRecording. r=bas
MozReview-Commit-ID: 1bJxJnKXzVc
2016-12-09 02:25:50 +00:00
Michael Layzell 73d3750562 Bug 1322390 - Iterate over a copy of mOwnedDirectListeners when removing them, r=pehrsons
MozReview-Commit-ID: PCLCEiKTFO
2016-12-08 15:54:46 -10:00
Michael Layzell c6fccac579 Bug 1299489 - Change nsTArray to use a custom iterator based on index instead of pointers to improve iterator invalidation safety of ranged for loops, r=froydnj
MozReview-Commit-ID: CahPOcRYvES
2016-12-08 15:54:45 -10:00
Jan Varga d80cf26c97 Bug 1312808 - rewrite stored WebAssembly.Module when build-id changes; r=asuth,luke 2016-12-08 15:37:13 -10:00
Trevor Saunders b2e95c2ac2 bug 1321884 - clean up the HeldMutexStack on helper threads r=jonco
The HeldMutexStack is cleaned up in JS_ShutDown() on the main thread, but since
it is thread local we need to clean it up on other threads where it is used.
2016-12-08 15:41:54 -10:00
Ehsan Akhgari 8ccfaa7a63 Bug 1322204 - Fail gracefully when the URL classifier service isn't available because we're in safe mode; r=smaug 2016-12-08 15:20:14 -10:00
Jan de Mooij 46babc66fe Bug 1315856 - Fix dynamic slot base address passed to fillSlotsWithUndefined. r=jonco 2016-12-08 14:49:38 -10:00
Jan de Mooij 1c6ab814be Bug 1318627 - Remove Zone::active and related infrastructure. r=jonco, f=bhackett 2016-12-08 14:26:36 -10:00
Timothy Nikkel 04b319ae6d Bug 1322435. Limit the number of image decoding threads we use in the parent process. r=aosmond
There aren't as many images in chrome to decode, and they aren't as big, so we don't need as many threads.
2016-12-08 18:20:13 -06:00
a13d957952 Bug 1321877. Fix compiler warnings in Downscaler.h when skia is not enabled. r=tnikkel 2016-12-08 18:20:12 -06:00
Hannes Verschore 36a4f8a9a7 Bug 1322443 - TraceLogging: Report irregexp execution in Ion, r=bbouvier 2016-12-08 13:56:11 -10:00
Hannes Verschore 5539b06fb0 Bug 1310155 - IonMonkey, part 1.1: Use a separate allocator for all control flow graphs, r=jandem 2016-12-08 13:53:07 -10:00
Hannes Verschore d889fa48d3 Bug 1310155 - IonMonkey, part 1.0: Split graph creation from IonBuilder, r=jandem 2016-12-08 13:53:05 -10:00
Hannes Verschore 1daea96f16 Bug 1310155 - IonMonkey, part 0.2: Make sure debug_check_operand works again, r=nbp 2016-12-08 13:53:03 -10:00
Hannes Verschore b6b07482d4 Bug 1310155 - IonMonkey, part 0.1: Make sure to report the out of memory during IonBuilder, r=nbp 2016-12-08 13:53:00 -10:00
Benjamin Smedberg e2074c41cd Bug 1322377 - frequent intermittent timeouts in TestNamedPipeService - there was a race between notifying the monitor and waiting for it, so instead of a monitor use an event, r=bagder
MozReview-Commit-ID: 6xgSH6shSm6

--HG--
extra : rebase_source : 36554d14857eb441b52f386a2984d02bd683cdd4
2016-12-08 09:05:39 -10:00
Andrea Marchesini 458019a9d8 Bug 1322518 - PermissionKey should propagate the error if nsIPrincipal::GetOrigin fails, r=ehsan 2016-12-08 10:45:52 -10:00
Andrea Marchesini 912e678ea6 Bug 1322514 - nsIPrincipal::GetOrigin should use the parent principal when dealing with blobURL, r=ehsan 2016-12-08 10:44:59 -10:00
Jan-Ivar Bruaroey 068729d852 Bug 1322274: Test sender.replaceTrack and other methods on close in parallel. r=mt
MozReview-Commit-ID: 1aDeoLVDHkL

--HG--
extra : rebase_source : 5b03e8ae5ed029b11898607b7563af2561d95bb4
2016-12-07 18:37:51 -05:00
Karl Tomlinson 4c027cc4bc bug 1322422 use assertSnapshots() to log failures better r=Ehsan
MozReview-Commit-ID: 54WgoCdKjMX

--HG--
extra : rebase_source : 1ab5cccb586edad9f3a30c90f413124df006820f
2016-12-06 22:38:23 -10:00
Jean-Yves Avenard 01a35548b6 Bug 1322070: P6. Construct AudioInfo object from Vorbis CodecState. r=gerald
MozReview-Commit-ID: GitrIqFbSVd

--HG--
extra : rebase_source : 1b3c9c9968948f6b2bb06caa21c45cdbda681f67
2016-12-06 15:41:52 -10:00
Jean-Yves Avenard e7793efa50 Bug 1322070: P5. Construct AudioInfo object from Opus CodecState. r=gerald
MozReview-Commit-ID: 3lCqIOuIhV2

--HG--
extra : rebase_source : 02753bc5f9dc9713b067d2a1c8b33389a574aa11
2016-12-05 20:34:38 +11:00
Jean-Yves Avenard 8c03f7a631 Bug 1322070: P4. Correctly fill FLAC metadata if present. r=gerald
Metadata were incorrectly overwritten.

MozReview-Commit-ID: 2GHpQ6vUcEE

--HG--
extra : rebase_source : 8c85efa24573715139333a243400d9ba833ded7a
2016-12-05 19:20:58 +11:00
Jean-Yves Avenard 6da48addfe Bug 1322070: P3. Remove unused field. r=gerald
It was used by the now defunct OggReader

MozReview-Commit-ID: j73s6uDjlG

--HG--
extra : rebase_source : 7efc47bc4b14b54b96fe5cc195b8b4c3f51f0a58
2016-12-05 19:05:17 +11:00
Jean-Yves Avenard 36c61f8abc Bug 1322070: P2. Add virtual methods to retrieve TrackInfo. r=gerald
MozReview-Commit-ID: AepxIr1qkei

--HG--
extra : rebase_source : 95d1ea67166e03dcef551dc9921effb722c56919
2016-12-05 18:06:11 +11:00
Jean-Yves Avenard 716c21f071 Bug 1322070: P1. Don't attempt to decode some audio format. r=jolin
Rather than asserting that the bit depth is 16 bits, let it fallback to other PDMs

MozReview-Commit-ID: DnO3nvgEFAe

--HG--
extra : rebase_source : 486e2aece7ebbbdf7058a6580198b1dc5c97247a
2016-12-05 08:05:35 +11:00
Nicholas Nethercote d307e2a3a9 Bug 1322080 (part 3) - Remove nsIXPCScriptable::addProperty. r=peterv.
The only non-trivial implementation of this method is in nsEventTargetSH, but
it's never called, so no point keeping it around. (Similar methods were removed
in bug 1132184 and bug 1132187.)
2016-12-02 17:37:55 +11:00
Nicholas Nethercote f4dc382625 Bug 1322080 (part 2) - Remove XPC_MAP_WANT_POST_CREATE_PROTOTYPE. r=peterv.
It's never defined, and there's a comment in
XPCWrappedNativeProto::CallPostCreatePrototype() explaining how
PostCreatePrototype() doesn't have an associated "want" check.
2016-12-02 17:12:08 +11:00
Nicholas Nethercote f00c0d326b Bug 1322080 (part 1) - Remove nsEventTargetSH::doCreate(). r=peterv.
It's unused.

--HG--
extra : rebase_source : 4757d2ccf82194dda566f26ccf432bb869f4edba
2016-12-02 16:37:31 +11:00
Hector Zhao 820b4609ce Bug 1318736 - Copy image file only if it's successfully decoded. r=tnikkel
MozReview-Commit-ID: DoTGyjUDzUh
2016-12-02 11:25:25 +08:00
Tom Klein 1368b01c9d Bug 1202861 - 2. Refresh tabs panel when compact tabs configuration changes. r=sebastian
MozReview-Commit-ID: HV9EQcLtCrE

--HG--
extra : rebase_source : 4eab2b439632ad60321b480f46aa408e6c32fc42
2016-11-28 09:27:24 -06:00
Tom Klein cb910a483d Bug 1202861 - 1. Create compact (two column) tabs tray option for portrait mode phones. r=sebastian
Changing the setting currently won't take effect until you rotate the tabs
panel (to cause it to be recreated); that will be fixed in the next commit.

MozReview-Commit-ID: HZfQRy8zubV

--HG--
extra : rebase_source : 78c3606eb55146afe3d59b0cdfa623999f09796b
2016-11-29 13:22:37 -06:00
Brian Birtles 3a6e8529d3 Bug 1322589 - Correct description of StyleAnimationValue::Accumulate; r=hiro
MozReview-Commit-ID: 39gWkeIs11F

--HG--
extra : rebase_source : 6d94af4fd16fbc705ad9847643ed22b148de563b
2016-12-08 14:45:57 -10:00