JerryShih
98247421f3
Bug 1295456 - add the versioned spec link for css-color-4 reftest. r=dholbert
...
MozReview-Commit-ID: LPEdcod1roQ
2016-10-18 14:14:35 -07:00
Nathan Froyd
d1108c1e52
Bug 1311068 - remove InitializerList.h; r=botond
...
We needed this polyfill for <initializer_list> when some of our C++
standard libraries did not support said header. They all do now, so the
polyfill is redundant.
2016-10-19 00:33:14 -04:00
Georg Fritzsche
f827f7c526
Bug 1311021 - Add BUG_COMPONENT build meta-data for Telemetry. r=froydnj
2016-10-18 16:27:35 +02:00
André Bargull
fc4b28ccf3
Bug 1310935 - Add missing check for SharedArrayBuffer availability. r=evilpie
2016-10-18 02:21:56 -07:00
Edgar Chen
4e1969f9a4
Bug 1309508 - Part 2: Remove FormPasswordEventDispatcher class that could be replaced by AsyncEventRunning() approach. r=bz
...
MozReview-Commit-ID: EJZfQ6qX1di
--HG--
extra : rebase_source : 4ee0b9844344c038433e1a1c4c6d5f8206cd2a29
extra : histedit_source : 42883995c6fa925115ac135dcaae4a4e02405cee
2016-10-13 14:33:53 +08:00
Edgar Chen
c6b9205f7f
Bug 1309508 - Part 1: Remove ToggleEventDispatcher class that could be replaced by AsyncEventRunning() approach. r=bz
...
MozReview-Commit-ID: 7mp7yRVH31C
--HG--
extra : rebase_source : 2483b7fa7f1b39095826585fa1b0f1c9d7bf4aee
extra : histedit_source : 1359a96d8e96fe27638f3fe66fa3ea960350fce1
2016-10-13 12:22:13 +08:00
Saurabh Singhal
0a5645d30d
Bug 1278275 - Update Headers::GetAll and Headers::Get to match the specification. r=jdm, r=bkelly
2016-10-10 22:50:14 +05:30
Eric Rahm
f17e00d7f9
No Bug - Add include to fix unified bustage. r=me
2016-10-18 12:10:35 -07:00
Eric Rahm
1eb4ae7e0d
Bug 1309698 - Remove usage of nsISupportsArray from nsIDragService. r=smaug
2016-10-18 11:56:20 -07:00
Eugen Sawin
940c54d37b
Bug 1294736 - [5.0] Switch to CRC64 integrity checking. r=glandium
2016-10-18 20:53:33 +02:00
Eugen Sawin
c1ad292ceb
Bug 1294736 - [3.2] Detect and decode XZ streams when extracting files. r=glandium,snorp
2016-10-18 20:53:33 +02:00
Eugen Sawin
45ea103938
Bug 1294736 - [2.3] Implement XZStream interface for decoding with XZ Embedded. r=glandium,snorp
2016-10-18 20:53:33 +02:00
Eric Rahm
3ee733ccd7
Bug 1310040 - Make nsSupportsArray implement nsIArray. r=froydnj
...
This makes nsSupportsArray implement the |nsIArray| interface. This will allow
us to replace references to nsISupportsArray as a param in our gecko interfaces
with nsIArray instead.
The goal is to remove this adapter (and nsISupportsArray) after a full release
cycle.
MozReview-Commit-ID: If7RiO5muIk
2016-10-18 11:52:08 -07:00
Eric Rahm
ac6647aa97
Bug 1308317 - Part 10: Just use an nsCOMArray. r=froydnj
...
This switches over from using a half-baked auto array to nsCOMArray.
MozReview-Commit-ID: 6FR2SjOhoZR
2016-10-18 11:36:41 -07:00
Eric Rahm
5b5f49eb80
Bug 1308317 - Part 9: Remove nsSupportsArray::Compact. r=froydnj
...
This removes the scriptable method |Compact| which is unused in
our codebase and turns up no references in the plugins repo.
MozReview-Commit-ID: 5sJtO5COJpB
2016-10-18 11:36:39 -07:00
Eric Rahm
7fde5ad2f6
Bug 1308317 - Part 8: Remove nsSupportsArray::LastIndexOf. r=froydnj
...
This removes the scriptable method |GetLastIndexOf| which is unused in
our codebase and turns up no references in the plugins repo. This allows to
remove the non-scriptable |LastIndexOf|.
MozReview-Commit-ID: 54Ux7yZMh4F
2016-10-18 11:36:38 -07:00
Eric Rahm
7292673607
Bug 1308317 - Part 7: Remove nsSupportsArray::RemoveElementsAt. r=froydnj
...
MozReview-Commit-ID: H3A3gxckw5o
2016-10-18 11:36:37 -07:00
Eric Rahm
d4f6772880
Bug 1308317 - Part 6: Remove nsSupportsArray::GetIndexOfStartingAt. r=froydnj
...
This removes the scriptable method |GetIndexOfStartingAt| which is unused in
our codebase and turns up no references in the plugins repo. This allows to
remove the non-scriptable |IndexOfStartingAt| which is folded into |IndexOf|.
MozReview-Commit-ID: 2ADz5mLIvMU
2016-10-18 11:36:36 -07:00
Eric Rahm
1cd7bbde2c
Bug 1308317 - Part 5: Remove nsSupportsArray::DeleteLastElement. r=froydnj
...
|DeleteLastElement| is scriptable, but a search of our add-on repo turned up
no hits and there were no references in gecko code. This also allows us to
remove the non-scriptable |RemoveLastElement| which was only called by
|DeleteLastElement|.
MozReview-Commit-ID: 20FXBrosacA
2016-10-18 11:36:35 -07:00
Eric Rahm
15057c80cb
Bug 1308317 - Part 4: Remove nsSupportsArray::Equals. r=froydnj
...
|Equals| is not scriptable and unused in our codebase.
MozReview-Commit-ID: BsbJIuR9fSk
2016-10-18 11:36:33 -07:00
Eric Rahm
5eb6276d7f
Bug 1308317 - Part 3: Remove nsSupportsArray::SizeTo. r=froydnj
...
|SizeTo| is not scriptable and unused in our codebase.
MozReview-Commit-ID: 1DrTm46qbar
2016-10-18 11:36:32 -07:00
Eric Rahm
9be4258264
Bug 1308317 - Part 2: Remove nsSupportsArray::MoveElement. r=froydnj
...
|MoveElement| is not scriptable and unused in our codebase.
MozReview-Commit-ID: CBe8WZHG1JG
2016-10-18 11:36:31 -07:00
Eric Rahm
f89a684018
Bug 1308317 - Part 1: Remove debug code. r=froydnj
...
MozReview-Commit-ID: 7TQG7flcJkj
2016-10-18 11:36:30 -07:00
Tooru Fujisawa
f72bca21ae
Bug 1283710 - followup: Free owned linebuf in JSErrorReport. r=jwalden CLOSED TREE
2016-10-19 03:22:07 +09:00
Dan Minor
397fdefcf6
Bug 957024 - Update PannerNode distance calculations to match the web audio spec; r=karlt
...
Distances less than refDistance should be treated as refDistance when calculating
the gain.
MozReview-Commit-ID: JASGb7jLp5L
--HG--
extra : rebase_source : 24e0207b7e6482000ec134bbde59ce448eee25f7
2016-08-16 11:07:12 -04:00
Wes Kocher
8f8236ba1e
Backed out 2 changesets (bug 1310967) for failures in messageEvent tests a=backou
...
Backed out changeset dac69b2b8d26 (bug 1310967)
Backed out changeset 133feae49330 (bug 1310967)
2016-10-18 10:53:44 -07:00
Julian Descottes
d97edc1016
Bug 1310615
- eslint: force unix style linebreaks in devtools;r=jryans
...
MozReview-Commit-ID: BOmZ5vBJ3Fm
--HG--
extra : rebase_source : dc7938df48b9e7b253387020fe12288e7d28b1ff
extra : source : fcbda6d0afa62931d49a94ec2f490271b528ac5e
2016-10-17 11:47:03 +02:00
Steve Fink
e4e517faa7
Bug 1310819
- Fix developer runs of hazard analysis, r=fitzgen
...
--HG--
extra : rebase_source : 5aab1ed27703342fbabeadcde258f94a497de5a5
2016-10-17 14:04:38 -07:00
Dão Gottwald
fa96575c7f
Bug 1309604 - Stop using the fill filter for tab-sharing-icon-overlay, use designated sharing icon variants instead. r=florian
2016-10-18 19:35:30 +02:00
Trevor Saunders
cb5a7921ed
bug 1305402 - implement the AtkTablecell interface r=davidb
...
This is a pretty straight forward wrapper around the internal table cell
interface. However we need to be careful to only expose this interface if we
are dealing with a version of ATK new enough to understand it.
2016-10-18 13:37:26 -04:00
Trevor Saunders
6e30d32f4e
bug 1305402 - dynamically lookup the atk_table_cell_get_type function r=davidb
...
We need to deal with versions of the atk library that don't provide this
function, so we need to dynamically look it up instead of statically refering
to it.
2016-10-18 13:37:25 -04:00
Trevor Saunders
3bee0c9b28
bug 1305402 - add new IPC messages needed for AtkTableCell interface r=davidb
...
To implement the interface with 1 IPC message per method we need these new
messages.
2016-10-18 13:37:25 -04:00
Trevor Saunders
b995498c46
bug 1305402 - import atktablecell.h r=davidb
...
This is a somewhat new header upstream that we need to import to support the
AtkTableCell interface. The one tricky bit is that upstream has started using
AVAILABLE_IN_ATK_X_Y macros defined in a generated header. To avoid needing
to generate that header on every build or checking in generated code we just
define the macros manually in atk.h.
2016-10-18 13:37:25 -04:00
Randell Jesup
5226fcb643
Bug 1307042: Disables of tests to get android to pass with fake audio updates r=drno
2016-10-18 13:26:29 -04:00
Randell Jesup
68f10870b7
Bug 1307042: generate fake audio for getUserMedia from MSG callbacks r=pehrsons
2016-10-03 14:35:36 -04:00
Tooru Fujisawa
fe381e93f3
Bug 1283710 - Part 9: Make JSErrorToXPCException a file static function. r=bholley
2016-10-19 02:10:33 +09:00
Tooru Fujisawa
5c00af639e
Bug 1283710 - Part 8: Do not duplicate zero arguments error message. r=jwalden
2016-10-19 02:10:33 +09:00
Tooru Fujisawa
77ecb9e276
Bug 1283710 - Part 7: Use UTF-8 in js::ExpandErrorArgumentsVA and AutoMessageArgs. r=jwalden
2016-10-01 16:23:25 +09:00
Tooru Fujisawa
e013a67ed2
Bug 1283710 - Part 6: Make CompileError subclass of JSErrorReport. r=jwalden
2016-08-14 20:39:31 +09:00
Tooru Fujisawa
8d69b4f507
Bug 1283710 - Part 5: Rename message to toStringResult if it is the result of toString. r=bholley,jwalden,froydnj
2016-08-14 20:39:31 +09:00
Tooru Fujisawa
84473915d8
Bug 1283710 - Part 4: Do not duplicate message in ExpandErrorArgumentsVA, and remove message parameter from WarningReporter. r=jwalden
2016-08-14 20:39:31 +09:00
Tooru Fujisawa
84b8403a67
Bug 1283710 - Part 3: Release JSErrorReport.linebuf_ in destructor if own. r=jwalden
2016-08-14 20:39:31 +09:00
Tooru Fujisawa
81c1a988e3
Bug 1283710 - Part 2: Change JSErrorReport.ucmessage to JSErrorReport.message_ with ConstUTF8CharsZ, and release them in destructor if it is owned. r=jwalden
2016-08-14 20:39:30 +09:00
Tooru Fujisawa
3c7705c4b5
Bug 1283710 - Part 1: Reorder JSErrorReport members. r=jwalden
2016-08-14 20:39:30 +09:00
Sotaro Ikeda
5a134d6b42
Bug 1210357 - Handle VP9 colorspace BT.709 r=mattwoodrow,bas.schouten
2016-10-18 10:09:00 -07:00
Jon Coppeard
1989821a93
Bug 1308116 - Improve GC telemetry for non-incremental GCs r=sfink
2016-10-18 18:02:54 +01:00
Jon Coppeard
556585c65f
Bug 1297558 - Remove explicit calls to Expose*ToActiveJS r=mccr8
2016-10-18 17:58:19 +01:00
Andrea Marchesini
8a55aab649
Bug 1310967 - Update MessageEvent to the latest spec - part 2, r=me
2016-10-18 18:25:26 +02:00
Andrea Marchesini
8349366911
Bug 1310967 - Update MessageEvent to the latest spec, r=smaug
2016-10-18 18:19:59 +02:00
Jan de Mooij
a00dbb24ab
Bug 1309903 - Fix Ion regalloc to require call instruction uses to be atStart. r=bhackett
2016-10-18 17:52:56 +02:00