Commit Graph

279 Commits

Author SHA1 Message Date
Christoph Kerschbaumer
72ce8edf3d Bug 1436808: Apply Meta CSP to content privileged about: pages. r=gijs,freddyb 2018-02-09 11:42:21 +01:00
Dan Mosedale ext:(%3E)
7ced76c9e1 Bug 1426705 - update license.html to include React MIT license from React 16, r=gerv
MozReview-Commit-ID: 6VgxWNbS3Xl

--HG--
extra : rebase_source : 2d3d0155f5d25533f22b80b0a8d796cbe8e21472
2017-12-21 09:11:32 -08:00
Bas Schouten
3143ad47f1 Bug 1429623: Report tracing events and thread registration to VTune when --enable-vtune is enabled. r=mstange r=ted
MozReview-Commit-ID: I47OIX16ibf
2018-01-19 17:19:29 +01:00
dmose@mozilla.org
1a2d21e774 Bug 1418130 - add prop-types license and remove activity-stream from list of reselect license users, r=gerv
MozReview-Commit-ID: ENYKMJ6iq5W
2017-12-14 13:54:15 -06:00
Michael Ratcliffe
38001b4ff6 Bug 1422258 - Remove React Virtualized r=Honza
MozReview-Commit-ID: GBsptIUroI

--HG--
extra : rebase_source : 6b9be4513fa5bc59e9f06f675a8a7a75a19575b3
2017-12-01 09:57:19 +00:00
Matthew Noorenberghe
12e4204b4d Bug 1417749 - Create a currency-amount Custom Element. r=marcosc
MozReview-Commit-ID: 1XF7UqvhQSy

--HG--
extra : rebase_source : 9eeb71ddaed32b0b9bde6a704d8bc87def0d4d1c
2017-11-16 21:58:29 -08:00
Towkir Ahmed
bf33f2b3f3 Bug 1361695 - Added illustration to about:license; r=dao
MozReview-Commit-ID: 6MIY0cvBPQ6
2017-09-27 17:03:10 +02:00
Mike Hommey
8cdad036f1 Bug 1398965 - Fold memory/mozjemalloc into memory/build. r=njn
The files relevant to the memory allocator are currently spread between
memory/mozjemalloc and memory/build, and the distinction was
historically from sharing some Mozilla-specific things between
mozjemalloc and jemalloc3. That distinction is not useful anymore, so
we fold everything together.

As we will likely rename the allocator at some point in the future, it
is preferable to move away from the mozjemalloc directory rather than in
its direction.

--HG--
rename : memory/mozjemalloc/Makefile.in => memory/build/Makefile.in
rename : memory/mozjemalloc/mozjemalloc.cpp => memory/build/mozjemalloc.cpp
rename : memory/mozjemalloc/mozjemalloc.h => memory/build/mozjemalloc.h
rename : memory/mozjemalloc/mozjemalloc_types.h => memory/build/mozjemalloc_types.h
rename : memory/mozjemalloc/rb.h => memory/build/rb.h
2017-09-12 13:14:35 +09:00
Ralph Giles
4fa6c9dd7a Bug 1396158 - Remove pocketsphinx references from the build system. r=chmanchester
These were used by b2g and are no longer needed.

MozReview-Commit-ID: DQontDwwlJ5
2017-09-06 08:37:00 -07:00
Mike Hommey
e77f51a721 Bug 1395776 - Fold replace-malloc into mozjemalloc. r=njn
Add the MPL 2.0 license header per bug 1395449.

--HG--
extra : rebase_source : c85544a178aba7e77b5b8031851b8e16b22a3848
2017-08-31 12:02:01 +09:00
Jason Laster
78573d37fe Bug 1391719 - add lodash (devtools).r=gerv
Lodash is a utility that is currently used in the debugger.
It would be nice to vendor it separately so that the library can
be used by other tools as well. Another reason to vendor it separately
is that it will keep the debugger file's line count smaller.

MozReview-Commit-ID: IzxxTzGbIVQ

--HG--
extra : rebase_source : 034e88d83063ca187a6dd88677edc04878d1d76d
2017-08-23 19:11:56 +02:00
Chris Peterson
9fc59f579b Bug 1375292 - Add licenses for Servo's third-party libraries to about:licenses. r=gerv
https://hg.mozilla.org/mozilla-central/file/tip/third_party/rust/bincode
https://hg.mozilla.org/mozilla-central/file/tip/third_party/rust/byteorder
https://hg.mozilla.org/mozilla-central/file/tip/third_party/rust/gdi32-sys
https://hg.mozilla.org/mozilla-central/file/tip/third_party/rust/kernel32-sys
https://hg.mozilla.org/mozilla-central/file/tip/third_party/rust/kernel32-sys-0.1.4
https://hg.mozilla.org/mozilla-central/file/tip/third_party/rust/lazy_static
https://hg.mozilla.org/mozilla-central/file/tip/third_party/rust/lazy_static-0.1.16
https://hg.mozilla.org/mozilla-central/file/tip/third_party/rust/matches
https://hg.mozilla.org/mozilla-central/file/tip/third_party/rust/nom
https://hg.mozilla.org/mozilla-central/file/tip/third_party/rust/ordered-float
https://hg.mozilla.org/mozilla-central/file/tip/third_party/rust/owning_ref
https://hg.mozilla.org/mozilla-central/file/tip/third_party/rust/phf
https://hg.mozilla.org/mozilla-central/file/tip/third_party/rust/phf_codegen
https://hg.mozilla.org/mozilla-central/file/tip/third_party/rust/phf_generator
https://hg.mozilla.org/mozilla-central/file/tip/third_party/rust/phf_shared
https://hg.mozilla.org/mozilla-central/file/tip/third_party/rust/precomputed-hash
https://hg.mozilla.org/mozilla-central/file/tip/third_party/rust/redox_syscall
https://hg.mozilla.org/mozilla-central/file/tip/third_party/rust/synstructure
https://hg.mozilla.org/mozilla-central/file/tip/third_party/rust/unicase
https://hg.mozilla.org/mozilla-central/file/tip/third_party/rust/unreachable
https://hg.mozilla.org/mozilla-central/file/tip/third_party/rust/utf8-ranges
https://hg.mozilla.org/mozilla-central/file/tip/third_party/rust/void

MozReview-Commit-ID: 22yLZlm4VCA

--HG--
extra : rebase_source : 205d0fc40aa7cb5064ba859fe6b24443b6ece8d1
extra : intermediate-source : c1e3b8fde653a7199c26df4648e9961786fd2926
extra : source : 05ba9f6a4446ecf1bc8c9dbb9594110193947395
2017-07-22 00:35:09 -07:00
Sean Lee
db98424284 Bug 1370429 - Part 3: Import the telephone grammar list from Chromium. r=MattN
MozReview-Commit-ID: kwPfrzi6Q3

--HG--
extra : rebase_source : 21db6185aed4b5df52b980d0bbf209257a0c1934
2017-07-19 10:16:57 +08:00
Bruce Sun
915f51a416 Bug 1368948: [4/7] Add license notices for PDFium and its dependent libraries. r=gerv
Update license.html to include PDfium related license notices:
 - "Anti-Grain Geometry Public License" for "pdfium/third_party/agg23/"
 - "Chromium License" for "pdfium/third_party/base/"
 - "lcms License" for "pdfium/third_party/lcms2-2.6/"
 - "PDFium License" for "pdfium/"
 - acknowledgment of "C++ Big Integer Library" for "pdfium/third_party/bigint/"

MozReview-Commit-ID: 90XRsQObtTy
2017-06-29 17:16:00 -07:00
Michael Ratcliffe
a5660a9c4c Bug 1371568 - Add Chris O"Hara's validator.js library for string validation in the storage inspector r=pbro
MozReview-Commit-ID: 5HM5E8LBptT

--HG--
extra : rebase_source : 173e44be5ac3e5c2e5f5fc6a604427ddf4c41b9c
2017-06-06 13:31:48 +01:00
Felipe Gomes
0f9563ee01 Bug 1369500 - Adjust about:license note about GPLv3. r=gerv. DONTBUILD
MozReview-Commit-ID: GcyU6sEb9zU
2017-06-15 15:03:45 -03:00
Sean Lee
b307c24f00 Bug 1349490 - Part 2: Use a set of regexp to recognize the input autofill type.; r=MattN
MozReview-Commit-ID: B6ypdjBxlIV

--HG--
extra : rebase_source : 15b581c4d773c0f9f7fa339db143aef306a10f98
2017-04-28 17:14:15 -07:00
tiago
ac4de5a977 Bug 1361697 - Use toolkit/themes/shared/in-content/info-pages.css for about:license. r=dao
MozReview-Commit-ID: LEdssCpq5YY

--HG--
extra : rebase_source : cb4c443063ed6ec8f14363e9326e06d686cd2314
2017-05-24 16:18:29 -03:00
Mike Hommey
782725e19a Bug 1363992 - Remove jemalloc 4. r=njn
--HG--
extra : rebase_source : 9794320e96279cbb8b7b66db6720c959eaa6a95b
2017-05-11 13:23:07 +09:00
Shashwat Jolly
1a483c3f10 Bug 1361693 - Changed about:license page title from "about:license" to "Licenses". r=dao
MozReview-Commit-ID: 1BKc2HVTzJs
2017-05-12 22:40:12 +02:00
Ed Lee
e4d334a9c1 Bug 1363085 - Part 1. Update license for react-intl usage in activity-stream. r=gerv
MozReview-Commit-ID: Ec5pNkDlUX2

--HG--
extra : rebase_source : d554c18932bdedbfc009d768563fbb89d1aa33b3
2017-05-09 10:42:22 -07:00
Sebastian Hengst
6310de3f1f Backed out changeset 97c2f9bdb59f (bug 1363085) for failing eslint, e.g. at browser/extensions/activity-stream/test/unit/content-src/components/ContextMenu.test.jsx:13. r=backout 2017-05-11 20:28:54 +02:00
Ed Lee
0877049e58 Bug 1363085 - Part 1. Update license for react-intl usage in activity-stream. r=gerv
MozReview-Commit-ID: Ec5pNkDlUX2

--HG--
extra : rebase_source : d554c18932bdedbfc009d768563fbb89d1aa33b3
2017-05-09 10:42:22 -07:00
Sebastian Hengst
5b9d111495 Backed out changeset 08bb7fc6af84 (bug 1363085) for eslint failures, e.g. browser/extensions/activity-stream/test/unit/content-src/components/ContextMenu.test.js:13. r=backout 2017-05-11 19:10:21 +02:00
Ed Lee
69d3ffde9b Bug 1363085 - Part 1. Update license for react-intl usage in activity-stream. r=gerv
MozReview-Commit-ID: Ec5pNkDlUX2

--HG--
extra : rebase_source : 5e05c6ebe2182b5e945e6ea9fd29d90010eb647a
2017-05-09 10:42:22 -07:00
Luke Chang
b7a44c655a Bug 1348751 - [Form Autofill] A utility library for handling full name and separated names, r=MattN
MozReview-Commit-ID: 3rcuxbFHKOq

--HG--
extra : rebase_source : 5afb16d5c73b379220fa249bcc706d22d21e38b9
2017-04-12 20:05:54 +08:00
Wes Kocher
fbf015c904 Backed out changeset 8d6b492ebb36 (bug 1348751) for browser_all_files_referenced.js failures a=backout
MozReview-Commit-ID: LOiWlRiZOwT
2017-04-26 17:20:08 -07:00
Luke Chang
38318a7f55 Bug 1348751 - [Form Autofill] A utility library for handling full name and separated names, r=MattN
MozReview-Commit-ID: 3rcuxbFHKOq

--HG--
extra : rebase_source : 3b99534f8539f2e5425bbc1d543ababb2a3ee6e1
2017-04-12 20:05:54 +08:00
Michael Ratcliffe
0a6c15a02a Bug 1073967 - Storage Inspector columns should use natural sort r=nchevobbe
Changlist:
  - Added Jim Palmer's well proven natural sort algorithm.
  - Added natural sort license (MIT).
  - Use natural sort everywhere inside TableWidget.js wherever we use .sort()
  - Changed browser_storage_overflow.js so that the test is faster and more maintainable. The test now also tests column sorting (ascending and descending).
  - Use natural sort everywhere inside storage.js wherever we need to slice the array. Without natural sort here we get e.g. row-1, row-10, row-100, row-2 etc.

MozReview-Commit-ID: FUY7pcLIYml

--HG--
extra : rebase_source : 6e25cc962a7ab89aeb361e4036af90dcecd24b02
2017-04-10 18:04:25 +01:00
Mark Banner
2fcb7c6663 Bug 1352387 - Add Raven.js license for Screenshots. r=gerv
MozReview-Commit-ID: 7XBjF2h9Srg

--HG--
extra : source : b651a6de3cede2ec942d9071fbf00c800d59326a
2017-03-31 14:00:02 +01:00
Wes Kocher
84bcf6caeb Backed out changeset b651a6de3ced (bug 1352387) for landing with another bug that's causing devtools bustage a=backout CLOSED TREE 2017-04-13 11:22:03 -07:00
Mark Banner
0b7381b1a9 Bug 1352387 - Add Raven.js license for Screenshots. r=gerv 2017-03-31 14:00:02 +01:00
Tim Nguyen
76d0710e86 Bug 1041895 - Add support for different flags with text filtering. r=rickychien
MozReview-Commit-ID: GvHXYIxwFrM

--HG--
extra : rebase_source : 91e217701e43cc78fd638c09f889ca16e81af35f
2017-04-09 17:42:00 +02:00
k88hudson
a5803e3997 Bug 1349288 - Update license to allow activity-stream to use React, Redux, Reselect, and ReactRedux r=gerv,standard8
MozReview-Commit-ID: FTZ626l2QG2

--HG--
extra : rebase_source : 3493dbb921a1c9eea130ac2fd743d7efa295e07a
2017-03-30 13:30:30 -04:00
Henri Sivonen
c514501f1a Bug 1295611 - Add mozilla::Span. r=froydnj,gerv.
MozReview-Commit-ID: HGNDClVctbE
2017-03-31 13:32:18 +03:00
Jason Laster
a539a77119 Bug 1338567 - add licenses for new debugger dependencies;r=gerv
MozReview-Commit-ID: 7lb4Wcuh6sY

--HG--
extra : rebase_source : 0250dacfcf8366911f3a608f5ef479fd38e2fe33
2017-03-01 12:02:15 +01:00
Carsten "Tomcat" Book
e7b9b5b19c Backed out changeset c08af8aad4ce (bug 1338567) on developers request 2017-03-02 10:47:51 +01:00
Jason Laster
201453ea6c Bug 1338567 - add licenses for new debugger dependencies;r=gerv
MozReview-Commit-ID: 7lb4Wcuh6sY

--HG--
extra : rebase_source : 44ccd6064130ca88cab67f0c58fd95211c134725
extra : source : c594a1353f5dca6f24b45cfc5fd979d3bae837bd
2017-03-01 12:02:15 +01:00
Wes Kocher
686e0997b9 Backed out 2 changesets (bug 1338567) for near permafailing debugger test failures a=backout CLOSED TREE
Backed out changeset c594a1353f5d (bug 1338567)
Backed out changeset e9dcba1a87af (bug 1338567)

MozReview-Commit-ID: 4vB5haf8zyB
2017-03-01 10:38:33 -08:00
Jason Laster
0654033820 Bug 1338567 - add licenses for new debugger dependencies;r=gerv
MozReview-Commit-ID: 7lb4Wcuh6sY
2017-03-01 12:02:15 +01:00
Ricky Chien
941b2b29b9 Bug 1340469 - Get licensing signoff on using JSZip r=gerv
MozReview-Commit-ID: 9raceTBrisO

--HG--
extra : rebase_source : 625c9afb2a3d688fd6b0dedb9190d26f77a5fd87
2017-02-22 15:41:41 +08:00
Randell Jesup
0f57327296 Bug 836876: license for inet_ntop() r=gerv
MozReview-Commit-ID: Kf64tBGqdga
2013-02-01 08:26:00 -05:00
Sean Stangl
4e8843518e Bug 1332466 - Update VTune integration. r=sfink 2017-01-17 14:35:42 -08:00
Kearwood Gilbert
7f9b3dc8cd Bug 1287545 - Rename "Valve BSD License" to "OpenVR License" in about:license,r=gerv
MozReview-Commit-ID: AGuS3TJRPy8

--HG--
extra : rebase_source : 417740bef33196656884f6048505439c1f60dee5
2017-02-07 11:44:58 -08:00
Julian Descottes
d233e8d386 Bug 1331654 - add licenses for new debugger dependencies;r=gerv
MozReview-Commit-ID: 9FClLciQfCF

--HG--
extra : rebase_source : 2416f046d638ba90a083b0887f9f435bf66ab7d8
2017-01-20 16:47:24 +01:00
Benjamin Smedberg
2b3617b084 Bug 1332631 part C - file moves from xpcom/glue to xpcom/ds, r=froydnj
MozReview-Commit-ID: 9ZhC5bROWdO

--HG--
rename : xpcom/glue/Observer.h => xpcom/ds/Observer.h
rename : xpcom/glue/PLDHashTable.cpp => xpcom/ds/PLDHashTable.cpp
rename : xpcom/glue/PLDHashTable.h => xpcom/ds/PLDHashTable.h
rename : xpcom/glue/nsArrayEnumerator.cpp => xpcom/ds/nsArrayEnumerator.cpp
rename : xpcom/glue/nsArrayEnumerator.h => xpcom/ds/nsArrayEnumerator.h
rename : xpcom/glue/nsArrayUtils.cpp => xpcom/ds/nsArrayUtils.cpp
rename : xpcom/glue/nsArrayUtils.h => xpcom/ds/nsArrayUtils.h
rename : xpcom/glue/nsBaseHashtable.h => xpcom/ds/nsBaseHashtable.h
rename : xpcom/glue/nsCOMArray.cpp => xpcom/ds/nsCOMArray.cpp
rename : xpcom/glue/nsCOMArray.h => xpcom/ds/nsCOMArray.h
rename : xpcom/glue/nsClassHashtable.h => xpcom/ds/nsClassHashtable.h
rename : xpcom/glue/nsDataHashtable.h => xpcom/ds/nsDataHashtable.h
rename : xpcom/glue/nsDeque.cpp => xpcom/ds/nsDeque.cpp
rename : xpcom/glue/nsDeque.h => xpcom/ds/nsDeque.h
rename : xpcom/glue/nsEnumeratorUtils.cpp => xpcom/ds/nsEnumeratorUtils.cpp
rename : xpcom/glue/nsEnumeratorUtils.h => xpcom/ds/nsEnumeratorUtils.h
rename : xpcom/glue/nsHashKeys.h => xpcom/ds/nsHashKeys.h
rename : xpcom/glue/nsInterfaceHashtable.h => xpcom/ds/nsInterfaceHashtable.h
rename : xpcom/glue/nsJSThingHashtable.h => xpcom/ds/nsJSThingHashtable.h
rename : xpcom/glue/nsPointerHashKeys.h => xpcom/ds/nsPointerHashKeys.h
rename : xpcom/glue/nsQuickSort.cpp => xpcom/ds/nsQuickSort.cpp
rename : xpcom/glue/nsQuickSort.h => xpcom/ds/nsQuickSort.h
rename : xpcom/glue/nsRefPtrHashtable.h => xpcom/ds/nsRefPtrHashtable.h
rename : xpcom/glue/nsTArray-inl.h => xpcom/ds/nsTArray-inl.h
rename : xpcom/glue/nsTArray.cpp => xpcom/ds/nsTArray.cpp
rename : xpcom/glue/nsTArray.h => xpcom/ds/nsTArray.h
rename : xpcom/glue/nsTArrayForwardDeclare.h => xpcom/ds/nsTArrayForwardDeclare.h
rename : xpcom/glue/nsTHashtable.h => xpcom/ds/nsTHashtable.h
rename : xpcom/glue/nsTObserverArray.cpp => xpcom/ds/nsTObserverArray.cpp
rename : xpcom/glue/nsTObserverArray.h => xpcom/ds/nsTObserverArray.h
rename : xpcom/glue/nsTPriorityQueue.h => xpcom/ds/nsTPriorityQueue.h
extra : rebase_source : 5f0638e3268acb932e1a8d3f499d283bc1922acd
extra : histedit_source : dcea9485885877bb02f95a1ecc627465a507f757
2017-01-20 13:59:21 -05:00
lochang
e65e157c70 Bug 1323120 - Add license for Chromium and third party code in mortar project. r=gerv
--HG--
extra : rebase_source : ccdb16e7287fad3566587b73b1654252f017d36d
2016-12-13 00:52:00 -05:00
Michael Ratcliffe
8fd7191757 Bug 1315639 - Event listener popup needs rewriting r=gerv,pbro
Changes:
  - Removed 5 lines from toolkit/content/license.html as requested by gerv.

MozReview-Commit-ID: COFNoCDVyp6

--HG--
rename : devtools/client/inspector/markup/test/browser_markup_events1.js => devtools/client/inspector/markup/test/browser_markup_events_01.js
rename : devtools/client/inspector/markup/test/browser_markup_events2.js => devtools/client/inspector/markup/test/browser_markup_events_02.js
rename : devtools/client/inspector/markup/test/browser_markup_events3.js => devtools/client/inspector/markup/test/browser_markup_events_03.js
rename : devtools/client/inspector/markup/test/doc_markup_events1.html => devtools/client/inspector/markup/test/doc_markup_events_01.html
rename : devtools/client/inspector/markup/test/doc_markup_events2.html => devtools/client/inspector/markup/test/doc_markup_events_02.html
rename : devtools/client/inspector/markup/test/doc_markup_events3.html => devtools/client/inspector/markup/test/doc_markup_events_03.html
extra : rebase_source : a8257bfe65c6b69bb90add5c37e99dfaad14bf2d
2016-11-04 17:16:50 +00:00
André Bargull
2e47577847 Bug 1299615 - Part 4: Change license note for ICU to point to Unicode license. r=Waldo 2016-10-27 15:37:35 -07:00
Lin Clark
cf2e15df76 Bug 1312481 - Part 1: Add react-virtualized. r=Honza 2016-11-03 14:56:00 -04:00