Bob Owen
4f68f5682b
Bug 1173371 Part 2: Change Chromium sandbox to allow rules for files on network drives to be added. a=aklotz
2016-02-01 08:59:00 +00:00
Bob Owen
09e1c980e1
Bug 1173371 Part 1: Take Chromium commit 0e49d029d5a1a25d971880b9e44d67ac70b31a80 for sandbox code. r=aklotz
...
From Chromium commit comment:
Sandbox: Add support for file system policies that use implied device paths.
A policy rule of the form \HarddiskVolume0\Foo\bar allows sandboxed code
to use \\.\HarddiskVolume0\Foo\bar directly.
2016-02-01 08:59:00 +00:00
ywu
7317711fff
Bug 1240664 - Only enable bug 1216148's behavior when there is a wakelock support. r=kanru
2016-02-01 16:40:21 +08:00
vincentliu
62209be289
Bug 801176 - part0-v3: Modify Coding Style for 2d Canvas. r=roc
...
---
dom/canvas/CanvasRenderingContext2D.cpp | 1336 +++++++++++++++----------------
dom/canvas/CanvasRenderingContext2D.h | 508 ++++++------
2 files changed, 922 insertions(+), 922 deletions(-)
2016-02-01 16:39:08 +08:00
Phil Ringnalda
a77765513e
Merge m-i to m-c, a=merge
2016-01-31 17:53:22 -08:00
Phil Ringnalda
7051fe25a5
Merge f-t to m-c, a=merge
2016-01-31 17:52:17 -08:00
Nick Thomas
9dc9d35b54
Bug 1243873 - KEY file missing for releases, r=bhearsum DONTBUILD
2016-02-01 09:45:45 +13:00
Phil Ringnalda
23428c914b
Bug 1237176 - actually disable test_bfcache.html on Android
2016-01-31 11:58:58 -08:00
Kartikaya Gupta
e7173a9fa8
Back out 3 csets from bug 1242690 for causing bug 1244549. r=backout
2016-01-31 14:44:58 -05:00
Phil Ringnalda
863943dfb7
Back out 7 changesets (bug 1235261) for cpptest failures in TestTArray
...
CLOSED TREE
Backed out changeset d66c3f19a210 (bug 1235261)
Backed out changeset 467d945426bb (bug 1235261)
Backed out changeset 32b61df13142 (bug 1235261)
Backed out changeset c50bb8ed4196 (bug 1235261)
Backed out changeset 0ff0fa6fe81f (bug 1235261)
Backed out changeset df70e89669da (bug 1235261)
Backed out changeset 064969357fc9 (bug 1235261)
2016-01-31 10:10:57 -08:00
Phil Ringnalda
6342273139
Back out e8d8faa25955 (bug 1241111) for breaking platform.ini, a=bustage
2016-01-31 10:01:22 -08:00
Birunthan Mohanathas
55258dc397
Bug 1235261 - Part 7: Remove AutoInfallibleTArray. r=froydnj
2016-01-31 17:12:13 +02:00
Birunthan Mohanathas
f84f90b705
Bug 1235261 - Part 6: Rename AutoInfallibleTArray to AutoTArray. r=froydnj
2016-01-31 17:12:12 +02:00
Birunthan Mohanathas
3d16ef5794
Bug 1235261 - Part 5: Merge nsAutoArrayBase into AutoTArray. r=froydnj
...
nsAutoArrayBase is no longer needed because AutoTArray is its only subclass.
2016-01-31 17:12:12 +02:00
Birunthan Mohanathas
c4a964ab81
Bug 1235261 - Part 4: Remove AutoFallibleTArray. r=froydnj
2016-01-31 17:12:12 +02:00
Birunthan Mohanathas
fefae7df1f
Bug 1235261 - Part 3: Switch remaining uses of AutoFallibleTArray to AutoTArray. r=froydnj
...
This is effectively a no-op because the affected array operations already use
`mozilla::fallible`.
2016-01-31 17:12:12 +02:00
Birunthan Mohanathas
915d94e017
Bug 1235261 - Part 2: Switch some uses of AutoFallibleTArray to AutoTArray. r=froydnj
...
This changes some function signatures to take a nsTArray<T>& instead of a
FallibleTArray<T>& because AutoTArray does not inherit from FallibleTArray.
This is effectively a no-op because the affected array operations already use
`mozilla::fallible`.
2016-01-31 17:12:12 +02:00
Birunthan Mohanathas
f94b4ff6a2
Bug 1235261 - Part 1: Rename nsAutoTArray to AutoTArray. r=froydnj
2016-01-31 17:12:12 +02:00
Phil Ringnalda
cf5e6f9eb3
Merge f-t and m-i to m-c, a=merge
2016-01-30 17:08:37 -08:00
James Graham
07fb0654fe
Bug 1244461 - Update web-platform-tests expected data to revision f3f87e1a2cc3845819038a8a6fe435bb6092e213, a=testonly
2016-01-30 18:25:13 +00:00
James Graham
170180a2b6
Bug 1244461 - Update web-platform-tests to revision f3f87e1a2cc3845819038a8a6fe435bb6092e213, a=testonly
2016-01-30 18:24:54 +00:00
Tom Schuster
6f7efe6bbf
Bug 1244442 - Warn about Proxy.create and Proxy.createFunction. r=Waldo
2016-01-30 17:46:52 +01:00
Phil Ringnalda
c6000dca8a
Merge m-c to m-i
2016-01-30 09:43:42 -08:00
Kyle Huey
0fab08d885
Bug 1241764: Merge bug 1212323. r=me CLOSED TREE
2016-01-30 09:33:24 -08:00
Phil Ringnalda
accaa766dd
Merge m-i to m-c, a=merge
2016-01-30 09:28:35 -08:00
Kyle Huey
94f653c385
Bug 1241764: Replace nsPIDOMWindow with nsPIDOMWindowInner/Outer. r=mrbkap,smaug
2016-01-30 09:05:36 -08:00
Jacek Caban
b9f5d6ea56
Bug 1240589 - Cross compilation fixup.
2016-01-30 17:31:37 +01:00
Masatoshi Kimura
60cc7f9ab5
Bug 1242720 - Followup: reduce code duplication. r=jfkthame
2016-01-30 18:29:40 +09:00
Marco Bonardo
181fbb7e2b
Bug 1158511 - Add 'most recent expired visit' telemetry. r=adw
2016-01-29 17:06:04 +01:00
Mark Capella
41443fd558
Bug 1240286 - Deleting text with backspace causes the action bar to glitch, r=smaug, TYLin, jchen
2016-01-30 00:08:55 -05:00
Tim Nguyen
52ca557cf0
Bug 762979 - Update toggle breakpoints icon to match new gutter style. r=bgrins
2016-01-29 23:42:41 -05:00
Tim Nguyen
1e3186cbb4
Bug 762979 - Implement conditional breakpoint gutter style. r=jlongster
2016-01-29 23:42:27 -05:00
Tim Nguyen
7bae6cff99
Bug 762979 - Implement shorlander's line gutter mockup for the source editor. r=vporof, bgrins
2016-01-29 23:42:09 -05:00
Phil Ringnalda
129d6694f3
Back out 3958782fe187 (bug 989960) for Android crashes in test_watchdog_default.js
2016-01-29 20:12:44 -08:00
James Long
75cac0160e
Bug 1243490 - fix leak in devtools hot reloading code r=jryans
2016-01-29 22:53:29 -05:00
Kris Maglione
3b26461dc0
Bug 1190680: Part 2 - [webext] Add initial support for lastError callbacks. r=billm
2016-01-29 18:38:08 -08:00
Kris Maglione
724b49e80c
Bug 1190680: Part 1 - [webext] Factor common extension context logic into a shared base class. r=billm
2016-01-29 18:39:29 -08:00
Paolo Amadini
45d06a6b40
Bug 1242525 - Enable notification on first activation of Tracking Protection in normal mode. r=past
2016-01-29 13:01:29 +00:00
Paolo Amadini
40cb6baf8e
Bug 989960 - Unhandled rejections in DOM Promises should cause xpcshell tests to fail. r=Yoric
2016-01-30 18:53:56 +00:00
Andreas Tolfsen
023ec5201d
Bug 1243704 - Serialise errors sent over IPC; r=automatedtester
...
This fixes an instance of passing an Error prototype over the message
manager as a CPOW. We solve this by marshaling the error, which is
now done automatically by the new AsyncMessageChannel. It allows us to
create an (almost) transparent promise-based interface between chrome-
and content contexts.
The patch also makes AsyncMessageChannel reusable on both sides of the
message listener, but it's currently not used at its maximum potential
because of the way the listener is architected.
2016-01-29 12:57:46 +00:00
Kartikaya Gupta
f4d4f56f69
Bug 1180706 - Enable touch event support on Windows Nightly. r=botond
2016-01-29 22:58:43 -05:00
Luke Wagner
cbe1f8b9b2
Fix recent non-unified build bustage (no bug, rs=sunfish)
2016-01-29 21:54:47 -06:00
Botond Ballo
a306f370d6
Bug 1237905 - Add logging to test_wheel_transactions to help investigate an intermittent failure. r=kats
2016-01-29 18:50:02 -05:00
Jean-Yves Avenard
b002ceac11
Bug 1212323: P3. Use promise with supportsHardwareH264Decoding. r=felipe
...
Detecting if hardware decoding is available is an asynchronous operation/
The use of Promise allows the value displayed to be accurate on all platforms and not just windows.
2016-01-30 12:52:36 +11:00
Jean-Yves Avenard
4809d851fb
Bug 1212323: P2. Have IsVideoAccelerated return a Promise. r=cpearce
2016-01-30 12:52:35 +11:00
Jean-Yves Avenard
50f9742656
Bug 1212323: P1. Use a 640x360 SPS to test for HW decoding support. r=cpearce
...
Some machines will always use software decoding for a 64x64 videos.
2016-01-30 12:52:35 +11:00
Masayuki Nakano
d9af3563da
Bug 1243657 spellchecker should check if IME composition works as deleting whole text r=ehsan
2016-01-30 09:56:03 +09:00
Lee Salzman
41c61715b2
Bug 1243876 - fix ConvertibleTester to not cause incomplete type errors with UniquePtr and Skia. r=nfroyd
2016-01-28 16:08:27 -05:00
Dave Townsend
e8afce7583
Bug 1243935 - "Restartless add-ons that get into the pending disable state never disable". r=aswan
2016-01-28 16:01:00 +01:00
Matthew Wein
bb74f34100
Bug 1234308 - Fix tabs.onCreated callback to receive bare tabs object (bug 1234308); r=kmag
2016-01-27 16:33:32 -08:00