Commit Graph

447844 Commits

Author SHA1 Message Date
Simon Montagu
f1dc624008 Bug 479520: Implement IDNA2008 standard for International Domain Names, patch 3: test for transitional processing and CONTEXTJ, r=jfkthame. 2015-10-28 07:05:32 -07:00
Simon Montagu
32a4df81ae Bug 479520: Implement IDNA2008 standard for International Domain Names, patch 2: changes to existing tests, r=jfkthame. 2015-10-28 07:05:32 -07:00
Simon Montagu
b24d492d72 Bug 479520: Implement IDNA2008 standard for International Domain Names, patch 1: build system changes, r=ted; code changes, r=jfkthame 2015-10-28 07:05:15 -07:00
Gian-Carlo Pascutto
f65861f3db Bug 1214675 - Factor out cleanup functions to avoid deadlock/dispatch-without-IPC. r=jesup 2015-10-28 15:01:45 +01:00
Makoto Kato
e5153e1c2b Bug 1218315 - Use L"..." instead of MOZ_UTF16(...) for MSVS2015. r=nfroyd 2015-10-28 22:36:40 +09:00
Nathan Froyd
ce836868f3 Bug 1218488 - clarify buffer ownership for nsICanvasRenderingContextInternal::GetBuffer; r=Bas,baku
This patch started life as making ImageEncoder.cpp:EncodingRunnable not
use nsAutoArrayPtr, but the API effects rippled out from there.  On the
whole, I think using UniquePtr throughout has made the code clearer.
2015-10-26 14:31:12 -04:00
Carsten "Tomcat" Book
bc50966763 Backed out changeset 7393a036ce36 (bug 1215092) for failing on own tests on a CLOSED TREE
--HG--
rename : netwerk/protocol/websocket/PWebSocketEventListener.ipdl => netwerk/protocol/websocket/PWebSocketFrameListener.ipdl
rename : netwerk/protocol/websocket/WebSocketEventListenerChild.cpp => netwerk/protocol/websocket/WebSocketFrameListenerChild.cpp
rename : netwerk/protocol/websocket/WebSocketEventListenerChild.h => netwerk/protocol/websocket/WebSocketFrameListenerChild.h
rename : netwerk/protocol/websocket/WebSocketEventListenerParent.cpp => netwerk/protocol/websocket/WebSocketFrameListenerParent.cpp
rename : netwerk/protocol/websocket/WebSocketEventListenerParent.h => netwerk/protocol/websocket/WebSocketFrameListenerParent.h
rename : netwerk/protocol/websocket/WebSocketEventService.cpp => netwerk/protocol/websocket/WebSocketFrameService.cpp
rename : netwerk/protocol/websocket/WebSocketEventService.h => netwerk/protocol/websocket/WebSocketFrameService.h
rename : netwerk/protocol/websocket/nsIWebSocketEventService.idl => netwerk/protocol/websocket/nsIWebSocketFrameService.idl
2015-10-28 14:28:59 +01:00
Carsten "Tomcat" Book
df5ef54deb Backed out changeset 2284c3e8c336 (bug 1215092) 2015-10-28 14:28:37 +01:00
Carsten "Tomcat" Book
b8bc8b9405 Backed out changeset f527785e39c6 (bug 1215092) 2015-10-28 14:28:35 +01:00
Carsten "Tomcat" Book
b9f731bd8e Backed out changeset 2730cc97c6ec (bug 1215092) 2015-10-28 14:28:34 +01:00
Rail Aliiev
b469a6b350 Bug 1217378 - Build stub installer for en-US and locales r=nthomas 2015-10-28 08:49:41 -04:00
Heiher
bbfd4ffa2e Bug 1219125 - IonMonkey: MIPS64: Fix profiler/test-bug1026485.js failure in debug mode. r=arai
---
 js/src/jit/mips64/Trampoline-mips64.cpp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
2015-10-29 04:46:19 +08:00
Heiher
440fcf4693 Bug 1219137 - IonMonkey: MIPS: Fix PushRegsInMask and PopRegsInMaskIgnore can not shared. r=arai
---
 js/src/jit/MacroAssembler.h                        |  6 ++-
 .../jit/mips-shared/MacroAssembler-mips-shared.cpp | 57 ----------------------
 js/src/jit/mips32/MacroAssembler-mips32.cpp        | 57 ++++++++++++++++++++++
 3 files changed, 61 insertions(+), 59 deletions(-)
2015-10-29 04:46:16 +08:00
Sotaro Ikeda
515f989f4b Bug 1219140 - Remove AskMediaCodecAndWait() r=bwu 2015-10-28 05:30:12 -07:00
Rail Aliiev
f1fd49d6c4 Bug 1218763 - Antivirus should retry on SSLError. r=nthomas DONTBUILD 2015-10-28 08:19:13 -04:00
Rail Aliiev
30de0738de Bug 1218914 - Add win64 bouncer configs. r=nthomas DONTBUILD 2015-10-28 08:15:12 -04:00
Jon Coppeard
42e1147d00 Bug 1217919 - Separate dynamic module scopes from those of function calls r=shu 2015-10-28 11:45:30 +00:00
Jon Coppeard
68a0e7dcf4 Bug 1215678 - Nuke cross compartment wrappers if we fail to add them to the wrapper map r=terrence 2015-10-28 11:45:30 +00:00
Andrea Marchesini
17e360f5e5 Bug 1215092 - WebSocketEventService and WebSocket discovering - part 4 - MessageAvailable event, r=michal 2015-10-28 11:42:53 +00:00
Andrea Marchesini
7a36913896 Bug 1215092 - WebSocketEventService and WebSocket discovering - part 3 - Events, r=michal 2015-10-28 11:42:21 +00:00
Andrea Marchesini
e0173ff60c Bug 1215092 - WebSocketEventService and WebSocket discovering - part 2 - Unique Serial number for WebSocketChannel in IPC, r=michal 2015-10-28 11:42:00 +00:00
Andrea Marchesini
4d8e79e969 Bug 1215092 - WebSocketEventService and WebSocket discovering - part 1 - Renaming WebSocketFrameService, r=michal
--HG--
rename : netwerk/protocol/websocket/PWebSocketFrameListener.ipdl => netwerk/protocol/websocket/PWebSocketEventListener.ipdl
rename : netwerk/protocol/websocket/WebSocketFrameListenerChild.cpp => netwerk/protocol/websocket/WebSocketEventListenerChild.cpp
rename : netwerk/protocol/websocket/WebSocketFrameListenerChild.h => netwerk/protocol/websocket/WebSocketEventListenerChild.h
rename : netwerk/protocol/websocket/WebSocketFrameListenerParent.cpp => netwerk/protocol/websocket/WebSocketEventListenerParent.cpp
rename : netwerk/protocol/websocket/WebSocketFrameListenerParent.h => netwerk/protocol/websocket/WebSocketEventListenerParent.h
rename : netwerk/protocol/websocket/WebSocketFrameService.cpp => netwerk/protocol/websocket/WebSocketEventService.cpp
rename : netwerk/protocol/websocket/WebSocketFrameService.h => netwerk/protocol/websocket/WebSocketEventService.h
rename : netwerk/protocol/websocket/nsIWebSocketFrameService.idl => netwerk/protocol/websocket/nsIWebSocketEventService.idl
2015-10-28 11:41:24 +00:00
Carsten "Tomcat" Book
b4bb8871b5 Backed out changeset 533f3277cdbb (bug 479520) for bustage on a CLOSED TREE 2015-10-28 12:29:27 +01:00
Carsten "Tomcat" Book
7602d3a792 Backed out changeset ce23fa9ffb16 (bug 479520) 2015-10-28 12:29:13 +01:00
Carsten "Tomcat" Book
d059dd57dc Backed out changeset 80f9778bb787 (bug 479520) 2015-10-28 12:29:11 +01:00
Sotaro Ikeda
e95d404678 Bug 1216056 - Always sent OpRemoveTextureAsync as pending async Messages r=nical 2015-10-28 04:04:28 -07:00
Simon Montagu
f738f2cd6c Bug 479520: Implement IDNA2008 standard for International Domain Names, patch 3: test for transitional processing and CONTEXTJ, r=jfkthame. 2015-10-28 03:46:44 -07:00
Simon Montagu
f56bc3c1bf Bug 479520: Implement IDNA2008 standard for International Domain Names, patch 2: changes to existing tests, r=jfkthame. 2015-10-28 03:46:44 -07:00
Simon Montagu
89109c7aa9 Bug 479520: Implement IDNA2008 standard for International Domain Names, patch 1: build system changes, r=ted; code changes, r=jfkthame 2015-10-28 03:46:44 -07:00
Tooru Fujisawa
8b91606b4f Bug 1218967 - Do not stop executing autospider.sh on test failure. r=sfink
--HG--
extra : commitid : 5DfuCBjiLCu
extra : rebase_source : 86d21f0f944c23c2c96ac08cf8d8b8652587144c
2015-10-28 05:10:25 +09:00
Tooru Fujisawa
d026d014d6 Bug 1219028 - Remove use of non-standard Function.prototype.isGenerator from devtools/. r=fitzgen
--HG--
extra : commitid : G4gBdr2Ghw8
extra : rebase_source : 44e225f53a1275ee135cd8d953faf02498bb2b26
2015-10-28 07:28:18 +09:00
Carsten "Tomcat" Book
7c7b0199e3 Merge mozilla-central to mozilla-inbound 2015-10-28 10:51:36 +01:00
simplyblue
4a7be920fb Bug 1218204 - Remove else after return from Parser<ParseHandler>::maybeParseDirective. r=arai 2015-10-27 19:07:58 +05:30
Ed Lee
9df91ffdf4 Bug 1216918 - Style the conversation window title bar in blue [r=mikedeboer] 2015-10-22 23:28:44 -07:00
Paolo Amadini
b75a370510 Bug 1207089 - Telemetry for permission notifications. r=MattN,vladan
--HG--
extra : commitid : HfXAsBdp6Ji
extra : rebase_source : 2bdc1ac79b043a6d35a0dc85b541c460055ab84b
2015-10-27 14:24:51 +00:00
Carsten "Tomcat" Book
f033128ee4 Backed out changeset 5f17f4325f31 (bug 1218679) for memory leaks on a CLOSED TREE 2015-10-28 13:09:57 +01:00
Carsten "Tomcat" Book
63b5112216 Backed out changeset 2e4f2de05673 (bug 1219066) 2015-10-28 13:09:40 +01:00
Carsten "Tomcat" Book
6c7ca6161a Backed out changeset 2e2f56672850 (bug 1218560) 2015-10-28 13:09:38 +01:00
Carsten "Tomcat" Book
07a12a9763 Backed out changeset 167cd2f19d93 (bug 1219079) 2015-10-28 13:09:36 +01:00
Jeremy Francispillai
65b12488cf Bug 1173715 - Removed the bottom border off of the search-panel-current-engine element and removed the check to see if the search suggestions is collapsed, r=florian. 2015-10-28 12:38:27 +01:00
Florian Quèze
8f9f3cce67 Bug 1218882 - lz4.js should be usable outside of workers, r=Yoric.
--HG--
rename : toolkit/components/workerlz4/lz4.cpp => toolkit/components/lz4/lz4.cpp
rename : toolkit/components/workerlz4/lz4.js => toolkit/components/lz4/lz4.js
rename : toolkit/components/workerlz4/lz4_internal.js => toolkit/components/lz4/lz4_internal.js
rename : toolkit/components/workerlz4/moz.build => toolkit/components/lz4/moz.build
rename : toolkit/components/workerlz4/tests/xpcshell/data/chrome.manifest => toolkit/components/lz4/tests/xpcshell/data/chrome.manifest
rename : toolkit/components/workerlz4/tests/xpcshell/data/compression.lz => toolkit/components/lz4/tests/xpcshell/data/compression.lz
rename : toolkit/components/workerlz4/tests/xpcshell/data/worker_lz4.js => toolkit/components/lz4/tests/xpcshell/data/worker_lz4.js
rename : toolkit/components/workerlz4/tests/xpcshell/test_lz4.js => toolkit/components/lz4/tests/xpcshell/test_lz4.js
rename : toolkit/components/workerlz4/tests/xpcshell/xpcshell.ini => toolkit/components/lz4/tests/xpcshell/xpcshell.ini
2015-10-28 12:35:05 +01:00
Nicholas Nethercote
0cfefe7558 Bug 1209812 (part 4) - Add comments to SurfaceFormat. r=jrmuizel,Bas.
--HG--
extra : rebase_source : fd76bbda2698ab495d3f0c428e9a40e89faadcec
2015-10-22 23:04:40 -07:00
Nicholas Nethercote
a34d272e2b Bug 1209812 (part 3) - Rename SurfaceFormat::R5G6B5 as R5G6B5_UINT16. r=Bas.
--HG--
extra : rebase_source : 1efcfb2522e823e55b5c7b77531a9d2c42c49c8b
2015-10-22 23:01:31 -07:00
Mike Hommey
df0256c913 Bug 1186748 - Switch mulet builds to Gtk+3. r=mshal 2015-10-29 10:27:50 +09:00
Mike Hommey
851e5844b5 Bug 1218628 - Remove reference to non-existent desktop Firefox default theme related files from b2g and fennec package manifests. r=mshal 2015-10-29 10:26:25 +09:00
Heiher
3e1a602c9f Bug 1218640 - IonMonkey: MIPS64: Add support into irregexp. r=arai
---
 js/src/irregexp/NativeRegExpMacroAssembler.cpp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
2015-10-29 17:03:36 +08:00
Jared Wein
73aa35e82b Bug 1216161 - XUL notifications on Linux can't be closed. r=MattN 2015-10-22 15:50:47 -04:00
Victor Porof
603fd3fe06 Bug 859042 - Show onload and DOMContentLoaded markers in the timeline, r=smaug, jsantell 2015-10-27 13:10:08 +01:00
Carsten "Tomcat" Book
5e5bd5d9da Backed out changeset 077054793949 (bug 1215147) for android test failures on a CLOSED TREE 2015-10-27 12:22:04 +01:00
Carsten "Tomcat" Book
8fe71db627 Merge mozilla-central to fx-team 2015-10-27 10:59:26 +01:00