- Jun 08, 2017
-
-
Petr Sumbera authored
-
- Jun 12, 2017
-
-
Mike Taylor authored
Bug 1368920 - Remove webcompat-reporter-button for non-DevEdition RELEASE_OR_BETA builds in removeNonReleaseButtons. a=test-only MozReview-Commit-ID: L3nWSDaIJCY
-
Ryan VanderMeulen authored
-
David Anderson authored
-
Sebastian Hengst authored
Backed out changeset 76fcf40c564b (bug 1369890) for failing accessible/tests/browser/e10s/browser_caching_name.js on Linux and accessible/tests/browser/scroll/browser_test_zoom_text.js on Windows 7. r=backout
-
Andrea Marchesini authored
Bug 1372272 - AsyncStreamHelper::OnInputStreamReady() should be NOP if calling AsyncWait() in one of the substreams fails in ::Run(), r=bz
-
Ehsan Akhgari authored
Bug 1371995 - Use the browser UI direction to set the fade-out direction for the New Tab string in tab titles; r=mconley
-
Eitan Isaacson authored
-
ffxbld authored
-
ffxbld authored
-
Benjamin Smedberg authored
Bug 1372237 - Balance the test/control groups for Flash rollout. The test group grows up from 0 as it always has. The control group grows down from 1, and everyone else is "excluded" r=felipe MozReview-Commit-ID: 6BlevKeLp6G --HG-- extra : rebase_source : 4f2261efe6b3375c8b07f844a4def29dd02754a1 extra : amend_source : c8b9e7174d9cec02bd29ab976614e05a87843863
-
Paolo Amadini authored
This ensures legacy add-on compatibility by loading Task.jsm lazily when required. Once Task.jsm is removed, this code can be changed back to support only async functions. MozReview-Commit-ID: 15nY8yArNlZ --HG-- extra : rebase_source : 129fc4958730fb85176dbb26131cce79e531d41f
-
Rail Aliiev authored
Bug 1357378 - Use Firefox-devedition-latest{,-ssl} & firefox-devedition-stub products in bouncer r=nthomas a=release DONTBUILD MozReview-Commit-ID: L8uToNaGlag --HG-- extra : rebase_source : 5abfa42457f0731c2b7f575d6c0ec9c1aea6faba
-
Matteo Ferretti authored
MozReview-Commit-ID: 6Z1F5JIoSGO
-
Peter Moore authored
-
Ben Kelly authored
-
Ryan VanderMeulen authored
Bug 1371924 - Skip test_execute_script.py TestExecuteContent.test_return_value_on_alert on Android. r=ato
-
Ryan VanderMeulen authored
-
Jeff Muizelaar authored
This makes sure that we use a DrawTargetRecording when we're recording. Previously we were trying to draw a SourceSurfaceRecording into an Offscreen DrawTarget which in this case was a DrawTargetSkia which doesn't support SourceSurfaceRecordings. This changes avoids the DrawTargetSkia.
-
Ben Kelly authored
Bug 1370617 Set Authorization header using eVarietyRequestDefault to avoid exposing it to service workers. r=dragana
-
Ben Hearsum authored
--HG-- extra : amend_source : c62c7e98c49ba77dc87afdfc38262ccd8ee7255e
-
Carsten "Tomcat" Book authored
-
ffxbld authored
-
ffxbld authored
No bug - Tagging mozilla-central f9605772a0c9098ed1bcaa98089b2c944ed69e9b with FIREFOX_BETA_55_BASE a=release DONTBUILD CLOSED TREE
-
Carsten "Tomcat" Book authored
-
Carsten "Tomcat" Book authored
-
Andrea Marchesini authored
-
Carsten "Tomcat" Book authored
-
Carsten "Tomcat" Book authored
-
sotaro authored
-
Ryan VanderMeulen authored
-
Ryan VanderMeulen authored
-
- Jun 11, 2017
-
-
Kershaw Chang authored
Pass an event target argument in constructor, so we can call gNeckoChild->SetEventTargetForActor before sending constructor message to parent.
-
Kershaw Chang authored
Use neckoTarget in HttpChannelChild to label PAltDataOutputStreamChild actor.
-
Kershaw Chang authored
Add an event target parameter in nsIUDPSocketChild::bind, so we can use this labeled event target to dispatch runnables in UDPSocketChild.
-
Kershaw Chang authored
Pass an event target argument in constructor, so we can call gNeckoChild->SetEventTargetForActor before sending constructor message to parent.
-
Kershaw Chang authored
Add an event target parameter in constructor, so we can call gNeckoChild->SetEventTargetForActor before sending constructor message to parent.
-
Kershaw Chang authored
We should not directly use MainThreadChannelEvent in WyciwygChannelChild, instead, using NeckoTargetChannelEvent.
-
Kershaw Chang authored
This patch contains two parts below: 1. mNeckoTarget Since almost all child channels in necko need mNeckoTarget to dispatch runnables to main thread, it seems worth to have a holder class of mNeckoTarget and ask child channels to inherit it. 2. ChannelEvent A lot of classes in FTPChannelChild and HttpChannelChild inheriting ChannelEvent and override GetEventTarget. It should be worth to extract the same code and put it in the same space.
-
- Jun 12, 2017
-
-
Jon Coppeard authored
-