Christoph Kerschbaumer
5049be70f6
Bug 1307736 - Store triggeringPrincipal with all history entries. r=mdeboer
2017-01-27 11:19:27 +01:00
Christoph Kerschbaumer
9a01e58d61
Bug 1307736 - Ensure History loads pass valid triggeringPrincipal. r=bz
2017-01-27 11:19:13 +01:00
Beekill95
ebd1ad47ba
Bug 1308434 - Add testcase for calling DecodeAudioData on detached buffer. r=padenot,dminor
...
MozReview-Commit-ID: 25zz7RfVHxO
--HG--
extra : rebase_source : 35f8364bf8025a5c440934add359d440c09af9bb
2017-01-26 13:45:51 +07:00
Beekill95
0dc2d443bb
Bug 1308434 - Throw TypeError if calling decodeAudioData on a detached buffer. r=padenot,dminor
...
MozReview-Commit-ID: JxFyFCECTeK
--HG--
extra : rebase_source : c69df64616cfe014684f1049c6e2b2b84b899b64
2017-01-21 13:11:46 +07:00
Jon Coppeard
87e23bd975
Bug 1313897 - Suppress assertion about non-empty UnboxedLayout list if GC cells were leaked at shutdown r=sfink
2017-01-27 10:21:58 +00:00
Carsten "Tomcat" Book
dca07ffc3a
merge mozilla-central to mozilla-inbound
2017-01-27 11:16:17 +01:00
Florian Quèze
b11907c7aa
Bug 1334156 - script-generated patch to replace .ownerDocument.defaultView with .ownerGlobal, r=jaws.
2017-01-27 10:51:03 +01:00
Florian Quèze
0cb03c69e1
Bug 1334156 - replace ownerDocument.defaultView usages by hand in a few places, r=jaws.
2017-01-27 10:51:02 +01:00
Florian Quèze
2cf30507bd
Bug 1334261 - script-generated patch to remove more newURI null parameters, r=jaws.
2017-01-27 10:51:02 +01:00
Florian Quèze
9815fa9ed8
Bug 1334261 - make the no-useless-parameters rule reject newURI call with an empty string as the last parameter, r=jaws.
2017-01-27 10:51:02 +01:00
Florian Quèze
be4dbae285
Bug 1334199 - script-generated patch to omit getComputedStyle's second argument when it's falsy, r=jaws.
2017-01-27 10:51:02 +01:00
Florian Quèze
dca267bbc7
Bug 1334199 - make the no-useless-parameters eslint rule report getComputedStyle's second argument when it's falsy, r=jaws.
2017-01-27 10:51:01 +01:00
Florian Quèze
f187782ccf
Bug 1334250 - script-generated patch to avoid removeEventListener calls when a variable is used for the event name, r=jaws.
2017-01-27 10:48:00 +01:00
Florian Quèze
15bab6d46b
Bug 1334250 - adapt the no-useless-removeEventListener rule to handle the listener being added and removed with the same variable + some hand fixes, r=jaws.
2017-01-27 10:47:57 +01:00
Carsten "Tomcat" Book
a516a86a24
merge mozilla-inbound to mozilla-central a=merge
2017-01-27 10:42:54 +01:00
Lars T Hansen
5b550f83b7
Bug 1321521
- fix include order. r=me
...
--HG--
extra : rebase_source : 2cef7cf8a0f39e9ac4d9dcd1a8dead4f782da6b5
2017-01-27 09:47:04 +01:00
Phil Ringnalda
8295b28102
Backed out changeset 25c931f199e8 (bug 1334026) for Android crashes @ nsFormFillController::StartSearch
...
CLOSED TREE
2017-01-26 21:30:50 -08:00
Franziskus Kiefer
4551817b24
Bug 1334127 - land NSS dbbf303cf467, r=me
...
--HG--
extra : rebase_source : 0275628dd4cb24c87ce4a59c8d5e60e07a2ada20
2017-01-26 19:49:57 +01:00
David Parks
6126517411
Bug 1334182 - Turn off sandbox violation logging by default on Windows. r=jimm
...
Make security.sandbox.logging.enabled false by default on Windows only.
2017-01-26 09:42:02 -08:00
Franziskus Kiefer
2971191875
Bug 1334127 - bump NSS version to 3.30 in old-configure.in, r=me
...
--HG--
extra : rebase_source : c6a01e2cd680a3184876cbda4dec377540b61c91
2017-01-26 16:36:34 +01:00
Lars T Hansen
afed35b4bb
Bug 1321521
- register set adjustments for 'none' platform, r=me
...
--HG--
extra : rebase_source : ba53f9f102a317403ae7a8459b563c763bc88db6
extra : histedit_source : 828a56fcc8353fedb1efb1a440f365e64134eb47
2017-01-27 09:14:26 +01:00
Lars T Hansen
24993e240d
Bug 1333770
- wasm baseline, remove dead asm.js support. r=luke
...
--HG--
extra : rebase_source : 44c1892b1ac965192d3f55165c33e21a89a57d65
extra : histedit_source : 1c6081344d48e0fd0e4e102ffe82287e66a0c91b
2017-01-27 09:13:18 +01:00
Alin Selagea
73c32e9431
Bug 1326471 - Ash runs talos-g4 despite being 'enable_talos': False, r=kmoir
2017-01-27 10:14:53 +02:00
Makoto Kato
461fd31b94
Bug 1334372 - Part 2. Don't use virtual method for CreateTxnForAddStyleSheet and CreateTxnForRemoveStyleSheet. r=masayuki
...
We don't have no overload method for both methods. So we shouldn't use virtual.
And, other transaction methods return transaction object directly, we should change to it.
MozReview-Commit-ID: 7CXz4XeOobk
--HG--
extra : rebase_source : e208484decec42496e88bbee5ed7d19b1f6daf91
extra : amend_source : 1ebe4378f6c8133b874e573c10c368ae96a51d45
2017-01-27 13:29:00 +09:00
Makoto Kato
f1e9546f92
Bug 1334372 - Part 1. Use EditorBase directly in AddStyleSheetTransaction/RemoveStyleSheetTransaction. r=masayuki
...
Other transaction classes use EditorBase directly, but these transaction classes use nsIEditor. To remove nsIDOMDocument XPCOM interface usage, I would like to use EditorBase directly.
MozReview-Commit-ID: 3alRd9Zj5aZ
--HG--
extra : rebase_source : ed8e917201a7b8b84551aa8494b7879202553238
2017-01-27 13:15:20 +09:00
Ricky Chien
2f76dc4d66
Bug 1333004 - Selecting the details panel request is slow r=Honza
...
MozReview-Commit-ID: 43EoGR6IZGo
--HG--
extra : rebase_source : c2bfc1f7dcf66744bfa6105dc8497f2557a8b559
2017-01-25 15:40:30 +08:00
Andrew Swan
f44650f485
Bug 1203330 Part 3 Remove EventManager r=kmag
...
Also clean up some test warnings related to event listener IPC
along the way.
MozReview-Commit-ID: KOBQX3TynV
--HG--
extra : rebase_source : d833b580c7a55abf1618fcbefdc8e11d78a1651e
2017-01-26 11:27:31 -08:00
Andrew Swan
322ee1283f
Bug 1203330 Part 2 Convert EventManager uses to SingletonEventManager r=kmag
...
MozReview-Commit-ID: A12TPwAYzTS
--HG--
extra : rebase_source : 10526ee923dc1eed24bac3c9b9c80c54b8e174e9
2017-01-26 11:27:03 -08:00
Andrew Swan
30deceecf8
Bug 1203330 Part 1 Fix SingletonEventManager r=kmag
...
This patch adds the ability to run SingletonEventManager handlers in
different modes: sync, async, raw (no exception handling, arg cloning,
or asynchrony), or asyncWithoutClone. When you call the handler,
you're required to specify which variant you want.
Existing uses of SingletonEventManager are all converted to async calls.
Note that some of them were previously synchronous, but it didn't appear
to be necessary.
Also added a callOnClose for SingletonEventManager when the last listener
is removed.
MozReview-Commit-ID: ATHO97dWf3X
--HG--
extra : rebase_source : bf02d79e3fbab84892be8a7e52ea7a1caf2e003d
2017-01-26 20:00:33 -08:00
Matthew Noorenberghe
b3352c971b
Bug 1334026 - Show the the insecure field warning on insecure password fields even if they're not marked. r=mconley
...
MozReview-Commit-ID: JwEYWQmexj
--HG--
extra : rebase_source : 4e429750d21d49fab28521a51d0a3a9cbcebc547
2017-01-26 18:03:16 -08:00
JW Wang
9b0debfda1
Bug 1333576 - Ensure Shutdown() is called before releasing the decoder. r=gerald
...
MozReview-Commit-ID: CBEOgh5v90L
2017-01-25 10:49:29 +08:00
Ryan VanderMeulen
2ca2a9b0df
Bug 1334363 - Update pdf.js to version 1.7.227. r=bdahl
2017-01-26 21:35:12 -05:00
Nicholas Nethercote
988ca917d4
Bug 1333296 (part 8) - Remove more SPS references. r=mstange.
...
--HG--
extra : rebase_source : c30833d55b8e1ed0cc95192bf1aebd36b35bfef1
2017-01-25 12:55:50 +11:00
Nicholas Nethercote
265eb793ce
Bug 1333296 (part 7) - Remove SPS references in tookit/moz.configure. r=glandium.
...
--HG--
extra : rebase_source : 238cfb13ecf57426b80ed73fe431df160e4c92ce
2017-01-25 09:08:15 +11:00
Nicholas Nethercote
f4ea404f5e
Bug 1333296 (part 6) - Remove SPS references in js/. r=shu.
...
The most significant thing about this is that it changes some built-in function
names:
- enableSPSProfiling() -> enableGeckoProfiling()
- enableSPSProfilingWithSlowAssertions() -> enableGeckoProfiling(WithSlowAssertions)
- disableSPSProfiling() -> disableGeckoProfiling()
- {en,dis}ableSPSProfiling*() -> {en,dis}ableGeckoProfiling*()
- readSPSProfilingStack() -> readGeckoProfilingStack()
It also requires two filename changes:
- SPSProfiler.{h,cpp} -> GeckoProfiler.{h,cpp}
And some type name changes, e.g.:
- AutoSPSEntry -> AutoGeckoProfilerEntry
- SPSProfiler -> GeckoProfiler
- SPSInstrumentation -> GeckoProfilerInstrumentation
- SPSEntryMarker -> GeckoProfilerEntryMarker
- SPSBaselineOSRMarker -> GeckoProfilerBaselineOSRMarker
And various method/function/variable name changes, and some comment changes.
--HG--
rename : js/src/vm/SPSProfiler.cpp => js/src/vm/GeckoProfiler.cpp
rename : js/src/vm/SPSProfiler.h => js/src/vm/GeckoProfiler.h
extra : rebase_source : f681e2c3c269aec483bba9d60c7afc39776e14bf
2017-01-25 09:08:15 +11:00
Nathan Froyd
960aa50e1b
Bug 1324296 - only enable verbose cargo output if BUILD_VERBOSE_LOG; r=ted.mielczarek
...
This mirrors what we do elsewhere for C/C++/etc.
2017-01-26 20:38:27 -05:00
Kartikaya Gupta
f41ed85d6d
Bug 1333892 - Remove unused IPC message leftover from B2G days. r=kanru
...
MozReview-Commit-ID: 2qBq6WjzbcO
2017-01-25 16:21:12 -05:00
David Anderson
45a56742ad
Add an xpcshell test for memory reporting in the GPU process. (bug 1321492 part 9, r=erahm)
2017-01-26 16:35:55 -08:00
David Anderson
b0238351a0
Allow controlling the GPU process from xpcshell. (bug 1321492 part 8, r=mattwoodrow)
2017-01-26 16:35:55 -08:00
David Anderson
1a407d3a95
Add GPU process support to nsMemoryReportingManager. (bug 1321492 part 7, r=erahm)
2017-01-26 16:35:55 -08:00
David Anderson
23572be8d6
Add memory reporting message support to PGPU. (bug 1321492 part 6, r=rhunt, r=erahm)
2017-01-26 16:35:54 -08:00
David Anderson
654acb89e0
Move MaybeFileDesc out of PContent and into an IPDL header. (bug 1321492 part 5, r=erahm)
2017-01-26 16:35:54 -08:00
David Anderson
79ae0d0a47
Factor ContentParent methods out of nsMemoryReportingManager. (bug 1321492 part 4, r=erahm)
2017-01-26 16:35:54 -08:00
David Anderson
694639356f
Remove PMemoryReportRequest. (bug 1321492 part 3, r=erahm)
...
--HG--
rename : dom/ipc/PMemoryReportRequest.ipdl => dom/ipc/MemoryReportTypes.ipdlh
2017-01-26 16:35:54 -08:00
David Anderson
b953cadaaa
Remove the MemoryReportRequestChild dependency on ContentChild. (bug 1321492 part 2, r=erahm)
2017-01-26 16:35:53 -08:00
David Anderson
356cc23a9a
Move PMemoryReportRequest classes to a separate source file. (bug 1321492 part 1, r=erahm)
2017-01-26 16:35:53 -08:00
David Anderson
ef0d2650f7
Add tests that the GPU process is running. (bug 1333684, r=mattwoodrow)
...
--HG--
extra : rebase_source : 436bcdaba4019040ce36a53e60f15a90e0131df7
2017-01-26 16:26:10 -08:00
Wes Kocher
65216b775b
Merge m-c to inbound, a=merge
...
MozReview-Commit-ID: 5CIctUOTFma
2017-01-26 16:32:26 -08:00
Wes Kocher
8fa84ca644
Merge inbound to central, a=merge
...
MozReview-Commit-ID: BZgxmhS6OtM
2017-01-26 16:19:05 -08:00
Wes Kocher
7365007b83
Merge autoland to central, a=merge
...
MozReview-Commit-ID: EnErkgbuNge
2017-01-26 16:08:33 -08:00