Commit Graph

279598 Commits

Author SHA1 Message Date
Yura Zenevich
6182cd1271 Bug 1237698 - adding support for switch to frame inside anonymous content. r=automatedtester 2016-01-12 14:14:05 -05:00
Andreas Tolfsen
fb6eeba9a5 Bug 1221187: testing/marionette/client: Explicitly define --version flag; r=automatedtester
Passing the version keyword to argparse's constructor implicitly adds
-v and --version flags that conflicts with the -v/--verbose flag that
is added in BaseMarionetteArguments.

This removes -v as an alias to --version, which unbreaks testing on try
because it uses runtests.py.

It's perhaps worth mentioning that try uses runtests.py because it does
not (yet) have a full checkout of the source when it runs the tests.
2016-01-06 16:53:35 +00:00
Andreas Tolfsen
5526b85f6d Bug 1221187: testing/marionette: Adjust log levels to match new defaults; r=automatedtester 2016-01-03 17:19:59 +00:00
Andreas Tolfsen
5cbd4203f2 Bug 1221187: testing/marionette/client: Add -v flag for trace logging output; r=automatedtester
Adds -v and --verbose flags to the `./mach marionette-test` command to
increase the verbosity of the Marionette logging output.

A single -v corresponds to Log.Level.Debug and above.  A double -vv
or more corresponds to Log.Level.Trace and above.
2016-01-01 13:56:20 +00:00
Andreas Tolfsen
88f297e12b Bug 1221187: testing/marionette: Set log level from preference; r=automatedtester
This change allows the logging level for Marionette to be set using
a preference.  This lets an out-of-process program control Marionette's
logging level.

It also changes the logging defaults to print log messages with the level
Log.Level.Info and above for optimised builds, and Log.Level.Trace
and above for non-optimised/debug builds.

The log level can be set through the marionette.logging preference.
It holds a string value that needs to correspond to a level defined in
toolkit/modules/Log.jsm's Log.Level enum.
2016-01-02 15:08:54 +00:00
Wes Kocher
3eb230922b Backed out 3 changesets (bug 1232082) for wpt bustage in rtcpeerconnection-idl.html
Backed out changeset ec89afa7163c (bug 1232082)
Backed out changeset 47de4d036349 (bug 1232082)
Backed out changeset a595577a8247 (bug 1232082)
2016-01-12 11:07:51 -08:00
Till Schneidereit
be8d83e9ff Bug 1101817 - Part 6: Remove Weak{Map,Set}.prototype.clear. r=evilpie 2016-01-12 20:04:11 +01:00
Till Schneidereit
877c25fe5a Bug 1101817 - Part 5: Remove WeakMap.prototype.clear from Loop addon. r=mikedeboer 2016-01-04 18:46:07 +01:00
Till Schneidereit
898d8fc5f7 Bug 1101817 - Part 4: Remove WeakMap.prototype.clear from web-platform test. r=Ms2ger 2016-01-04 13:06:55 +01:00
Till Schneidereit
0c4b8e2857 Bug 1101817 - Part 3: Remove WeakMap.prototype.clear usages from Addons SDK. r=mossop 2016-01-04 13:06:55 +01:00
Till Schneidereit
3d056a3683 Bug 1101817 - Part 2: Remove WeakMap.prototype.clear usages from Shumway. r=me 2016-01-04 13:06:55 +01:00
Till Schneidereit
4818bc57dd Bug 1101817 - Part 1: Remove usages of WeakMap.prototype.clear from Gecko. r=yzen,mak,yoric,gijs,jlongster 2016-01-04 13:06:50 +01:00
Jan de Mooij
3dfabb5904 Bug 1237564 - Fix minor bug with a lexical declaration shadowing a non-configurable global. r=shu 2016-01-12 19:23:26 +01:00
Jan de Mooij
a0e44c4919 Bug 1234845 part 1 - Remove fun() method from frames and remove some dead code. r=luke 2016-01-12 19:20:49 +01:00
Andrea Marchesini
39ad2edb6d summary: Bug 1231378 - part 5 - Fix uninitialized members of classes in dom/{workers,events,media,canvas}, r=smaug 2016-01-12 18:16:59 +00:00
Andrea Marchesini
2d7253a040 Bug 1231378 - part 4 - Fix uninitialized members of classes in netwerk/widget/storage/uriloader/memory/tools, r=smaug 2016-01-12 18:16:59 +00:00
Andrea Marchesini
a2094fbf55 Bug 1231378 - part 3 - Fix uninitialized members of classes in modules/libjar and mfbt, r=smaug 2016-01-12 18:16:59 +00:00
Andrea Marchesini
da5c7a3c74 Bug 1231378 - part 2 - Fix uninitialized members of classes in dom/*, r=smaug 2016-01-12 18:16:59 +00:00
Andrea Marchesini
40339f259e Bug 1231378 - part 1 - Fix uninitialized members of classes in docshell/*, r=smaug 2016-01-12 18:16:59 +00:00
Jim Mathies
fdbe7a1f22 Bug 1096804 - Fix debug build error, remove use of non-existent HRESULT and assert. r=buildfix 2016-01-12 11:55:20 -06:00
Jim Mathies
0be330ab01 Bug 1193055 - Follow up, remove extraneous methods noted in review comments. r=followup 2016-01-12 11:32:12 -06:00
Till Schneidereit
ddd5e2e97d Bug 1000780 - Part 7: Fix perf regressions introduced in part 1. r=jandem 2016-01-12 18:28:09 +01:00
Markus Stange
9bf055258b Bug 1238755 - Use Skia for BasicCompositor composition on Mac. r=mattwoodrow 2016-01-11 20:22:33 +01:00
Markus Stange
d15ad538e6 Bug 1238755 - Avoid a copy when uploading the BasicCompositor result to a texture. r=mattwoodrow 2016-01-12 14:20:08 +01:00
Markus Stange
24a23d06b0 Bug 1238753 - Don't skip the call to StartRemoteDrawing in from BasicCompositor::BeginFrame if the invalid region is empty. r=mattwoodrow
Sometimes we need a composition even if nothing has changed, for example for window resizes on Mac.
LayerManagerComposite::UpdateAndRender() already has a check that skips the call to BasicCompositor
if it's not necessary.
2016-01-12 13:27:14 +01:00
Markus Stange
163da492ce Bug 1238753 - Use StartRemoteDrawingInRegion on Mac. r=mattwoodrow
This improves upload performance and lets us override the invalid region if we need more than what BasicCompositor thinks we need.
2016-01-11 20:12:25 +01:00
Markus Stange
7817e83ddd Bug 1238753 - Make BasicCompositor respect changes to mInvalidRegion through StartRemoteDrawingWithRegion properly. r=mattwoodrow 2016-01-12 13:14:42 +01:00
Markus Stange
c0bc3823b1 Bug 1236282 - Clip color layer drawing in BasicCompositor so that unbounded operators don't erase stuff outside the layer. r=Bas
The same as bug 1077358, but for BasicCompositor.
2016-01-12 12:47:36 +01:00
Markus Stange
0d490c4468 Bug 1234800 - Move this line to the right place. r=tn 2016-01-07 20:34:24 +01:00
Daniel Holbert
eb971e9384 Bug 1238827: Don't let webkit CSS prefix support be default-enabled in release/beta builds, for the time being. r=heycam 2016-01-12 09:19:13 -08:00
Olivier Yiptong
24f35f1e16 Bug 1218996 - Allow Remote New Tab to ride release trains r=marcosc 2016-01-11 20:30:24 -05:00
Olivier Yiptong
8c119eec86 Bug 1218996 - Remove now redundant messaging code for remote newtab r=marcosc 2016-01-11 20:30:18 -05:00
Olivier Yiptong
65190184cd Bug 1218996 - Fuse aboutNewTabService and RemoteNewTabLocation and return resource URLS r=marcosc 2016-01-11 20:30:13 -05:00
Olivier Yiptong
053128c06f Bug 1218996 - AboutRedirector uses aboutNewTabService exclusively for about:newtab r=mconley 2016-01-11 20:30:07 -05:00
Jim Mathies
539a002c6d Bug 1096804 - Enable existing taskbar tests. Remove one test that uses old sync api. r=me 2016-01-12 11:08:34 -06:00
Jim Mathies
7940f9c518 Bug 1096804 - Update taskbar thumbnail and preview handler code to support an asynchronous response that receives a canvas from front end js. Deprecate old sync apis. r=roc 2016-01-12 11:08:34 -06:00
Jim Mathies
ba0b3a9251 Bug 1096804 - Add a new asynchronous callback interface for Windows taskbar thumbnail and preview image requests. r=roc 2016-01-12 11:08:33 -06:00
Jim Mathies
b0f1365512 Bug 1096804 - Add support to PageThumbs for requesting non-downsampled content screenshots. r=dao 2016-01-12 11:08:33 -06:00
Jim Mathies
d9fe760572 Bug 1096804 - Update WindowsPreviewPerTab to support e10s. r=dao 2016-01-12 11:08:33 -06:00
Jan-Ivar Bruaroey
b78a870810 Bug 1232082 - fix removal of remote tracks to update receivers. r=bwc 2016-01-05 19:51:52 -05:00
Jan-Ivar Bruaroey
073ddece7a Bug 1232082 - add pc.ontrack and RTCTrackEvent r=jesup,smaug 2016-01-04 12:46:21 -05:00
Jan-Ivar Bruaroey
b724971828 Bug 1232082 - add RTCRtpReceiver for each remote track. r=jesup 2015-12-11 23:47:29 -05:00
Jim Mathies
78d667ae1f Bug 1193055 - Update windowed plugin visibility in response to apz scroll in the chrome process vs. relying on a full round trip through content. Reduces lag in windowed plugin updates. r=kats 2016-01-12 11:05:58 -06:00
Kartikaya Gupta
9e2bab91e4 Bug 1193055 - Only fire TransformBegin/TransformEnd notifications for actual wheel animations. r=botond 2016-01-12 11:05:53 -06:00
Lars T Hansen
0a89fb3566 Bug 1225031 - get rid of the AnyTypedArray abstraction (updated). r=waldo 2016-01-12 14:47:51 +01:00
Kartikaya Gupta
000779ef9a Bug 1234838 - Update the windows backwards time skew fix code to use a PostMessage rather than a gecko NS_DispatchToMainThread. r=karlt 2016-01-12 11:53:55 -05:00
Dave Townsend
fec43e589c Bug 1231956: Add devtools to .eslintignore. r=pbrosset
Devtools has a lot of eslint failures right now that would block us from turning
on compile time eslint checks in bug 1229588. For now I'd like to just ignore
the directory and then you can work to clean up the warnings and re-enable
checks at whatever pace you like.
2016-01-11 14:28:54 -08:00
Kartikaya Gupta
1a423fb68c Bug 1233468 - If we get the load event before the before-first-paint, make sure the CSS viewport is set up properly for content load listeners. r=tnikkel 2016-01-12 09:47:29 -05:00
Armen Zambrano Gasparnian
d165ed82d6 Bug 1238948 - Switch TC Linux64 debug mochitests to 8 chunks. r=jmaher 2016-01-11 17:04:34 -05:00
Julien Pagès
b93473d9f0 Bug 1236467 - [mozdevice] raise exception when missing devices access permissions. r=ahal
Also bump the version to 0.48.
2016-01-04 16:29:36 +01:00