Andrea Marchesini
d4b954e4fa
Bug 1238515 - nsIFilePicker methods should clearly say when they return directories and files, r=smaug
2016-01-12 19:18:15 +00:00
Yura Zenevich
c2c8661a70
Bug 1237698 - adding support for switch to frame inside anonymous content. r=automatedtester
2016-01-12 14:14:05 -05:00
Andreas Tolfsen
0ecfbbcd7b
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.
--HG--
extra : rebase_source : 39ce70480c06268c9c7d49ef707514c817dbf922
2016-01-06 16:53:35 +00:00
Andreas Tolfsen
522c335953
Bug 1221187: testing/marionette: Adjust log levels to match new defaults; r=automatedtester
...
--HG--
extra : rebase_source : e8abfc0bfed9d74f90ba5f758a74ebbdd4da3605
2016-01-03 17:19:59 +00:00
Andreas Tolfsen
3f1a51fad7
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.
--HG--
extra : rebase_source : 68fd4ff830447247a2d89fc7b2c398248cbfa186
2016-01-01 13:56:20 +00:00
Andreas Tolfsen
54dd561ad2
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.
--HG--
extra : rebase_source : ef1cba2e26c3ad002bb1c28dac5654b68d02cb8f
2016-01-02 15:08:54 +00:00
Wes Kocher
cadac86336
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)
--HG--
extra : commitid : 6KuHiKS94jA
2016-01-12 11:07:51 -08:00
Till Schneidereit
241c9dbf7c
Bug 1101817 - Part 6: Remove Weak{Map,Set}.prototype.clear. r=evilpie
...
--HG--
extra : rebase_source : 6cbd10e249d75e71ed7b771707f293b133a0c1ad
2016-01-12 20:04:11 +01:00
Till Schneidereit
1ad35f8952
Bug 1101817 - Part 5: Remove WeakMap.prototype.clear from Loop addon. r=mikedeboer
...
--HG--
extra : rebase_source : 2530d11198a2fd71b80bfe25ac6c66140357c906
2016-01-04 18:46:07 +01:00
Till Schneidereit
5933177f28
Bug 1101817 - Part 4: Remove WeakMap.prototype.clear from web-platform test. r=Ms2ger
...
--HG--
extra : rebase_source : 80809ba265380a6478eb66c961109e8513d41487
2016-01-04 13:06:55 +01:00
Till Schneidereit
7f18c4084f
Bug 1101817 - Part 3: Remove WeakMap.prototype.clear usages from Addons SDK. r=mossop
...
--HG--
extra : rebase_source : 45c1935d03eb07b24a72208397a3c35261f7d1aa
2016-01-04 13:06:55 +01:00
Till Schneidereit
f49f16b651
Bug 1101817 - Part 2: Remove WeakMap.prototype.clear usages from Shumway. r=me
...
--HG--
extra : rebase_source : 1e5bc44e40c359f065d77ad6c1fae2108ae9455d
2016-01-04 13:06:55 +01:00
Till Schneidereit
5dec54d943
Bug 1101817 - Part 1: Remove usages of WeakMap.prototype.clear from Gecko. r=yzen,mak,yoric,gijs,jlongster
...
--HG--
extra : rebase_source : ef9f83be96af75ee25f8e9fb90ce2b84ab3689bd
2016-01-04 13:06:50 +01:00
Jan de Mooij
4c87c378bb
Bug 1237564 - Fix minor bug with a lexical declaration shadowing a non-configurable global. r=shu
...
--HG--
extra : rebase_source : d8c67ef94022fb06870f18e605c841f3447105f2
2016-01-12 19:23:26 +01:00
Jan de Mooij
8c665083ad
Bug 1234845 part 1 - Remove fun() method from frames and remove some dead code. r=luke
...
--HG--
extra : rebase_source : c513ee1233f99f3675148a15fc2460efc75db3ee
2016-01-12 19:20:49 +01:00
Andrea Marchesini
7167daa292
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
caa2f9b456
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
fa1db4f4b7
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
83b88d383f
Bug 1231378 - part 2 - Fix uninitialized members of classes in dom/*, r=smaug
2016-01-12 18:16:59 +00:00
Andrea Marchesini
8ed4c36149
Bug 1231378 - part 1 - Fix uninitialized members of classes in docshell/*, r=smaug
2016-01-12 18:16:59 +00:00
Jim Mathies
6f0e60feab
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
a849bcad46
Bug 1193055 - Follow up, remove extraneous methods noted in review comments. r=followup
2016-01-12 11:32:12 -06:00
Till Schneidereit
ede112d6b3
Bug 1000780 - Part 7: Fix perf regressions introduced in part 1. r=jandem
...
--HG--
extra : rebase_source : 2c7e365993669ab9e3d9af65d56262d8ea885f6f
2016-01-12 18:28:09 +01:00
Markus Stange
808bbc8624
Bug 1238755 - Use Skia for BasicCompositor composition on Mac. r=mattwoodrow
...
--HG--
extra : commitid : FWQX2HXwWzG
extra : rebase_source : 6fbe3f57a937e755a711ffa57a09070262de7a57
2016-01-11 20:22:33 +01:00
Markus Stange
f61c03e766
Bug 1238755 - Avoid a copy when uploading the BasicCompositor result to a texture. r=mattwoodrow
...
--HG--
extra : commitid : 5qEEfOpgYfb
extra : rebase_source : 5a9425952fc358a3c5cc7bba392809fcf65137f4
2016-01-12 14:20:08 +01:00
Markus Stange
ebf52b3a75
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.
--HG--
extra : commitid : EFN68WKwWyp
extra : rebase_source : 00d8b063d23500b72a7f0c5fb03f5b726a3d5ac9
2016-01-12 13:27:14 +01:00
Markus Stange
4739df03c1
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.
--HG--
extra : commitid : Kk418GAOqzR
extra : rebase_source : daded4e660d2fe20f8ffc654c4ef38ac53cda16e
2016-01-11 20:12:25 +01:00
Markus Stange
c6fb172a65
Bug 1238753 - Make BasicCompositor respect changes to mInvalidRegion through StartRemoteDrawingWithRegion properly. r=mattwoodrow
...
--HG--
extra : commitid : 65tZtDLZZYx
extra : rebase_source : 8caf66555fee511daf0c336b9e8986da383f2704
2016-01-12 13:14:42 +01:00
Markus Stange
e69314a2fd
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.
--HG--
extra : commitid : 2xE66rOGdFx
extra : rebase_source : 4a81bbee35ae342add1bfca742d99b2c6dd73dcc
2016-01-12 12:47:36 +01:00
Markus Stange
4eb9692846
Bug 1234800 - Move this line to the right place. r=tn
...
--HG--
extra : commitid : 2ZToJWEO51B
extra : rebase_source : 919b7f5e3bb991ce99cc427a0a26fbad0a533b79
2016-01-07 20:34:24 +01:00
Daniel Holbert
9efb70c9e6
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
268f43e4f7
Bug 1218996 - Allow Remote New Tab to ride release trains r=marcosc
...
--HG--
extra : rebase_source : 4f3e45ee392385451f979b084a1d3afab215b925
2016-01-11 20:30:24 -05:00
Olivier Yiptong
25a0061e43
Bug 1218996 - Remove now redundant messaging code for remote newtab r=marcosc
...
--HG--
extra : rebase_source : 667b19c153820198977d423703c08c0274a05c8f
2016-01-11 20:30:18 -05:00
Olivier Yiptong
e9b515f263
Bug 1218996 - Fuse aboutNewTabService and RemoteNewTabLocation and return resource URLS r=marcosc
...
--HG--
extra : rebase_source : 6280fdc5cdad7c122e4ce71e809d812f8e75386f
2016-01-11 20:30:13 -05:00
Olivier Yiptong
05ae43811e
Bug 1218996 - AboutRedirector uses aboutNewTabService exclusively for about:newtab r=mconley
...
--HG--
extra : rebase_source : 69dc781b09b42ac09a5318baec82d5f78de12765
2016-01-11 20:30:07 -05:00
Jim Mathies
5127430884
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
9e48f3f866
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
44daa19658
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
0f68cf1319
Bug 1096804 - Add support to PageThumbs for requesting non-downsampled content screenshots. r=dao
2016-01-12 11:08:33 -06:00
Jim Mathies
3e43959d68
Bug 1096804 - Update WindowsPreviewPerTab to support e10s. r=dao
2016-01-12 11:08:33 -06:00
Jan-Ivar Bruaroey
35b62a4704
Bug 1232082 - fix removal of remote tracks to update receivers. r=bwc
...
--HG--
extra : rebase_source : 79d2a719cf9bd19ef908330438c2cdfe4eb6a80e
2016-01-05 19:51:52 -05:00
Jan-Ivar Bruaroey
4a7de0b9d5
Bug 1232082 - add pc.ontrack and RTCTrackEvent r=jesup,smaug
...
--HG--
extra : rebase_source : ce468d0972aa79dc4abb3669d46d7e62f9128693
2016-01-04 12:46:21 -05:00
Jan-Ivar Bruaroey
bd2f733905
Bug 1232082 - add RTCRtpReceiver for each remote track. r=jesup
...
--HG--
extra : rebase_source : 46030e980fde82c6971014781a7f91b24b01c22c
2015-12-11 23:47:29 -05:00
Jim Mathies
1c7a623149
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
e2bc5dfde1
Bug 1193055 - Only fire TransformBegin/TransformEnd notifications for actual wheel animations. r=botond
2016-01-12 11:05:53 -06:00
Lars T Hansen
57825a6a22
Bug 1225031 - get rid of the AnyTypedArray abstraction (updated). r=waldo
...
--HG--
extra : rebase_source : 755ccbede897d145c106951214033a392154a1ca
2016-01-12 14:47:51 +01:00
Kartikaya Gupta
6e12e0b31f
Bug 1234838 - Update the windows backwards time skew fix code to use a PostMessage rather than a gecko NS_DispatchToMainThread. r=karlt
...
--HG--
extra : commitid : 9yGf6w0Xo6k
2016-01-12 11:53:55 -05:00
Dave Townsend
f27556ce7d
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.
--HG--
extra : rebase_source : fa20216cecf457081fc6fc65a974a73b358d1ae2
2016-01-11 14:28:54 -08:00
Kartikaya Gupta
1b8ce76eee
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
...
--HG--
extra : commitid : 2aMyjyc2i9C
2016-01-12 09:47:29 -05:00
Armen Zambrano Gasparnian
aa987b66a2
Bug 1238948 - Switch TC Linux64 debug mochitests to 8 chunks. r=jmaher
...
--HG--
extra : rebase_source : 256983b5b3da748afe7fe23f6cb7132596dfdc18
2016-01-11 17:04:34 -05:00