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

502933 Коммитов

Автор SHA1 Сообщение Дата
Andreas Pehrson 7256570f32 Bug 1317501 - Don't notify dom objects synchronously from MSG runnables in DOMMediaStream. r=padenot
--HG--
extra : rebase_source : 9fcd61afbecc1234c4ee80ba5197448ee838aad4
2016-12-07 08:56:14 +01:00
vincentliu ec6704029a Bug 1310064 - mark MediaEngineTabVideoSource draw target as uninitialized to avoid triggering assertion with Skia. r=lsalzman, jesup
---
 dom/media/webrtc/MediaEngineTabVideoSource.cpp | 16 ++++++++++------
 1 file changed, 10 insertions(+), 6 deletions(-)
2016-12-06 21:52:02 -10:00
Mike Shal 2214443444 Bug 1279221 - Remove buildbot routes for Taskcluster tasks; r=dustin
MozReview-Commit-ID: A2YxsnWo9ek

--HG--
extra : rebase_source : 2f979352c9ef2adbb33f386eb45a383cc142832b
2016-11-29 15:02:00 -05:00
Ryan Hunt 5730889559 Bug 1320817 - Move child process PAPZ initialization into TabChild::InitRenderingState. r=kats
--HG--
extra : rebase_source : 89b21123943a039e31e787f41c344574efe7989f
2016-11-28 22:21:27 -06:00
Jeff Gilbert 59ee7b049c Bug 1321450 - Update tests.
MozReview-Commit-ID: FNIVogqXLld
2016-12-06 17:33:37 -08:00
Jeff Gilbert 5744fac350 Bug 1321450 - Check our GLsizei args. - r=ethlin
MozReview-Commit-ID: CEXu5LjgMx6
2016-12-06 17:33:35 -08:00
Jeff Gilbert 6e1880d435 Bug 1321450 - Fix Invalidate[Sub]Framebuffer. - r=ethlin
MozReview-Commit-ID: nrZP6E412k
2016-12-06 17:33:33 -08:00
Neil Deakin a21a0e4cb3 Bug 1313130, change menu shortcut handling so that Windows does not call preventDefault only when the accelerator key is down rather than when a key isn't handled, r=ksteuber 2016-12-06 15:25:09 -10:00
Patrick McManus eefe030798 Bug 1321783 - Make updater be networking conservative r=dkeeler r=rstrong r=dragana 2016-12-02 16:49:23 -05:00
Jed Davis 416e1ecb8f Bug 1257361 - Simplify detecting threads that already have seccomp-bpf applied. r=tedd r=gcp 2016-12-06 12:38:22 -10:00
Aaron Klotz 0307053bdb Bug 1321622: Make DocAccessibleParent::Unbind delegate to DocAccessibleParent::RemoveChildDoc; r=tbsaunde
MozReview-Commit-ID: 4O3xJnPDpRB
2016-12-06 10:28:48 -10:00
Jan Odvarko 6859c43410 Bug 1297361 - JSON Viewer: use listeners instead of exporting postChromeMessage; r=Gijs
MozReview-Commit-ID: 2LIEU10LAV1

--HG--
extra : amend_source : 43a5409555439bae28ed7425ca0beadb7e7f2f42
2016-11-30 13:55:51 +01:00
Boris Zbarsky 41288ac4b0 Bug 1318911. When creating an about:blank content viewer during a history navigation to a javascript: URI, use the right principal. r=tanvi 2016-12-06 07:41:42 -10:00
Daniel Näslund ef771ecf98 Bug 1316803 part 1 - fold constant rhs for add/sub/shift/rotate/bitwise-ops r=lth 2016-11-24 18:39:35 +01:00
John Lin 28b5d4c496 Bug 1299068 - part 4: on Android, send one frame to compositor at a time. r=jya
MozReview-Commit-ID: IURBwIiv0q4

--HG--
extra : rebase_source : 88c864270dc4a610d94463ef53d94a89e8ac9e99
2016-11-23 15:14:28 +08:00
John Lin f2d11c05c8 Bug 1299068 - part 3: notify when VideoData are sent to compositor. r=jwwang
MozReview-Commit-ID: Jn4AqpMaXMg

--HG--
extra : rebase_source : 9080d1fd4cbc532019134ea7087bbef03ae2600a
2016-11-23 15:08:17 +08:00
John Lin 049fe08d4b bug 1299068 - part 2: add parameter to IPC method for rendering output or not. r=snorp
MozReview-Commit-ID: 7Q5hdefoXIH

--HG--
extra : rebase_source : 68f71c322f01c03eca2bbecda41883b6cc148b0b
2016-11-23 15:18:09 +08:00
Jan-Ivar Bruaroey 31f6665fa6 Bug 1319542 - Update RTCDataChannelInit to spec, and remove support for old deprecated values. r=jesup,mrbkap
MozReview-Commit-ID: 12JbUVuSEYg

--HG--
extra : rebase_source : 120d9c16fcea651d998593286bb54bfbb0ebfffa
2016-11-22 16:13:04 -05:00
Carsten "Tomcat" Book 809fb645df Merge mozilla-central to autoland 2016-12-06 15:53:48 +01:00
Xidorn Quan c3010f1b3e Bug 1319424 - Ensure to setup line breaker before using it. r=jfkthame
MozReview-Commit-ID: EOuPLXTIBcZ

--HG--
extra : rebase_source : 166719397abf9ba8ca4e5bf9d187f2c7783981b3
2016-11-25 16:19:32 +11:00
John Lin 06a7377e06 Bug 1299068 - part 1: code refactoring/clean-up r=snorp
- move all buffer related code from the Callbacks class to (Input|Output)Pocessor
- don't implicitly release output buffer to codec. Do it when client calls releaseOutput()
- fix buffer management problem in reset()
- minor code formatting issue

MozReview-Commit-ID: FmMjFBQax0s

--HG--
extra : rebase_source : 88fcaa58fe1cae1a8603bdbce2ad0cd6c6f7a21e
2016-11-22 15:36:37 +08:00
cku a46dd4f00e Bug 1320364 - Correct NS_ASSERTION failure condition in GetPreEffectsVisualOverflowRect. r=heycam
MozReview-Commit-ID: 4675cFLehK4

--HG--
extra : rebase_source : 5ff6778a558e2773b926d9317fef34cdd79e94e6
2016-11-28 16:26:34 +08:00
Tomer Cohen b542cedc9c Bug 1322333 Misaligned "Account Management" in RTL r=Gijs
MozReview-Commit-ID: 7P7sWWaZ1mt

--HG--
extra : rebase_source : c71256b5d17ad82fb48bfe7fbf7add07b9a61ff8
2016-12-07 10:04:20 +02:00
Mike Shal 695dc33bbf Bug 1319227 - Support ObjdirFiles in tup; r=chmanchester
MozReview-Commit-ID: 5AXDZUzlg4t

--HG--
extra : rebase_source : 5741cebfedb45fa5a9190c64e23089c1ecbc69ed
2016-12-06 19:39:01 -05:00
Mike Shal 49fe504a7c Bug 1322301 - Add flags to GeneratedFiles in the tup backend; r=chmanchester
MozReview-Commit-ID: 5N6jm6RMitD

--HG--
extra : rebase_source : e64cc3dab5633adcf47b64d19f337af98a2810c5
2016-12-06 19:35:12 -05:00
Andreas Tolfsen 54d27f23ce Bug 1320643 - Bind fixture servers to public interface when testing Fennec; r=whimboo
This lets the Android emulator access the fixture servers over a public
interface when using the Marionette harness.

Unfortunately we cannot use `adb reverse`, which allows one to
reverse-forward socket connections from the emulator to the host,
because we are not yet using Android 5.0.

MozReview-Commit-ID: BGexcDq5aju

--HG--
extra : rebase_source : 4c2e3a347f25cb22e6c2e2c13f006fd420b5a513
2016-12-02 19:46:46 +00:00
Andreas Tolfsen ccbc6f6b7c Bug 1320643 - Let HTTPDs bind to custom interface; r=whimboo
Allows HTTPDs to be started on a custom networking interface
(host) by using the `host` keyword argument.  This may be passed to
`serve.http_server`, `serve.https_server`, `serve.start_servers`, and
`serve.start`.

This also changes the default host to 127.0.0.1, which is a loopback
device.

MozReview-Commit-ID: 3QeMx3zqPyW

--HG--
extra : rebase_source : fc7a1cda7dfeee57742ab5a3fd8d036c3d32ccc0
2016-12-02 19:44:28 +00:00
Andreas Tolfsen c67b15da93 Bug 1320643 - Remove Device.setup_port_forward from mozrunner; r=jmaher,whimboo
The only consumer of `mozrunner.devices.base.Device.setup_port_forward`
was Marionette, which now uses `mozdevice.DeviceManagerADB.forward`
directly.

MozReview-Commit-ID: 72ROrOixKvM

--HG--
extra : rebase_source : f998e6c37161f851da450bd98ee27ba04a50f16f
2016-12-02 19:49:37 +00:00
Andreas Tolfsen 9e5f177093 Bug 1320643 - Use device manager directly when forwarding Marionette port; r=whimboo
The `mozrunner.devices.base.setup_port_forwarding` function adds extra
complexity if the `local_port` argument is undefined which we do not
need here.

MozReview-Commit-ID: GSAgTT9nlmK

--HG--
extra : rebase_source : 80a2b1266808eda14d579bebc27cf9a47628a168
2016-12-02 17:30:00 +00:00
Rob Wood 5379f7712e Bug 1311814 - talos tc configs for linux; r=wcosta
MozReview-Commit-ID: 7rzzqdGRwJU

--HG--
extra : rebase_source : 07aa846c5c1760bd635459d779fefc1f407e429c
2016-11-22 12:12:44 -05:00
Maja Frydrychowicz c7523bf2f3 Bug 1311224 - Talos jobs don't get scheduled for artifact builds on try; r=chmanchester
Enabled talos sendchange on linux,linux64,win32,win64,macosx64.

MozReview-Commit-ID: 8M0VSZ5fr8d

--HG--
extra : rebase_source : 68766e106f57a1afb0b3617cd02f0333cec3b765
2016-12-06 23:40:25 -05:00
Julian Descottes 70d2279376 Bug 1321509 - Remove unused parameters from node-highlight event;r=pbro
The last parameter sent with the node-highlight event is never used.
Also toSource is a Firefox only API, in the context of devtools-html it
would be nice to get rid of it.

MozReview-Commit-ID: E80utdu80Sn

--HG--
extra : rebase_source : 884c00a6a5bc1e2f1afae65047ceaf446e8d2161
2016-11-28 22:47:02 +01:00
Julian Descottes 54c3ef166c Bug 1321509 - allow non devtools prefs to be loaded in webpack prefs loader;r=tromey
MozReview-Commit-ID: IVWK16kvWzw

--HG--
extra : rebase_source : ef864848933984cac0677f0b7a3f9a10c3a875be
2016-11-22 16:47:15 +01:00
Julian Descottes 3f0ff25997 Bug 1321509 - use devtools-local-toolbox to load the inspector in content;r=bgrins,tromey
Add package.json to devtools/client/inspector
Integration with devtools-local-toolbox:
- provides development server
- default webpack config
- landing page to select a tab

In this patch:
- bin/dev-server-js contains the inspector specific routes
- webpack/*-sham.js : inspector dependencies that had to be mocked
  ideally, decoupling work should continue and the inspector client
  should only ever require files that require no chrome priviledged
  APIs.
- toolbox.js contains the interface with devtools-local-toolbox bootstrap
  and the inspector panel initialization
- configs/development.json is the inspector config for the devtools-local-toolbox

MozReview-Commit-ID: 7YQLUlgSyDX

--HG--
extra : rebase_source : aba8fac87b66546dbb98f8f8d476cd1557c2659d
2016-12-07 18:24:51 +01:00
Julian Descottes 374fd022cf Bug 1321509 - remove references to Array.slice in addon-sdk util/object;r=zer0
MozReview-Commit-ID: 8HCwdqy4kwl

--HG--
extra : rebase_source : e6712c8ec0e18427151e1db53769efea35fd5106
2016-12-07 18:03:32 +01:00
Julian Descottes 2142ad7820 Bug 1321509 - move client/package.json to sourceeditor;r=bgrins
MozReview-Commit-ID: 5lte5RWiwJe

--HG--
rename : devtools/client/package.json => devtools/client/sourceeditor/package.json
rename : devtools/client/webpack.config.js => devtools/client/sourceeditor/webpack.config.js
extra : rebase_source : a6310a09b98295800d1434914afd20c910c63e85
2016-11-24 17:04:05 +01:00
Kaku Kuo 36f4bc694f Bug 1321497 - correct the logic of resuming from AudioChannel; r=alwu,jwwang
MozReview-Commit-ID: JxeqdzADlrU

--HG--
extra : rebase_source : 0263f14e4cdf482150af2a1697c201cedbe5ddcb
2016-12-01 16:30:18 +08:00
Chris Manchester 0c1ef21042 Bug 1321872 - Set MOZILLA_OFFICIAL in artifact mozconfigs to allow Talos to run in this configuration. r=armenzg
MozReview-Commit-ID: Hy5QTjHWqBc

--HG--
extra : rebase_source : 9f7f0836cd76cf3f57b89622a5f50f82e33021a0
2016-12-02 13:17:04 -08:00
Andrew Krawchyk 2227195b6d Bug 1135915 - fix svg viewbox; r=Gijs
MozReview-Commit-ID: HCJrkqn4jTv

--HG--
extra : rebase_source : 4f52bcbd08414227f2e5d13d33ffa85d46d82355
2016-12-07 11:54:05 -05:00
Carsten "Tomcat" Book b54e4ad90d Merge mozilla-central to autoland 2016-12-07 11:40:35 +01:00
Mike Conley 6d8fc9f0d5 Bug 1318383 - Add tests for hidden CTP plugin functionality. r=bsmedberg
MozReview-Commit-ID: 5aNBGZFDnRC

--HG--
extra : rebase_source : a2cef8d685ba2b83467a8de0943da3ae68c8ff50
2016-11-17 12:01:58 -05:00
Carsten "Tomcat" Book dc8cf05768 merge mozilla-inbound to mozilla-central a=merge 2016-12-05 15:33:22 +01:00
Carsten "Tomcat" Book 86871ad067 merge autoland to mozilla-central a=merge 2016-12-05 15:32:18 +01:00
ffxbld a74b90b3f3 No bug, Automated HPKP preload list update from host bld-linux64-spot-486 - a=hpkp-update 2016-12-05 06:26:31 -08:00
ffxbld 3eef2baf49 No bug, Automated HSTS preload list update from host bld-linux64-spot-486 - a=hsts-update 2016-12-05 06:26:28 -08:00
Nathan Froyd b6d1e89b1d Bug 1317046 - avoid using todo_is in browser_use_counters.js; r=dholbert
Using todo_is can cause spurious UNEXPECTED-PASSes.
2016-12-05 01:24:18 -05:00
Cameron McCormack cbdbb4dafa Bug 1322098 - Tweak Servo_DeclarationBlock_SerializeOneValue declaration to match Servo definition. r=emilio 2016-12-04 22:09:32 -10:00
Daniel Holbert ea97e57c32 Bug 1319343: Remove unused & broken SVG testcase/demo from layout/svg/tests. r=longsonr
MozReview-Commit-ID: CTERD7KfI8w
2016-12-04 23:06:57 -08:00
Jan de Mooij db2c17c84a Bug 1320145 part 2 - Port length/callee stubs on lazy arguments to CacheIR. r=nbp 2016-12-04 20:14:05 -10:00
Jan de Mooij a7aebbd063 Bug 1320145 part 1 - Port string.length stub to CacheIR. r=nbp 2016-12-04 20:13:22 -10:00