Commit Graph

508255 Commits

Author SHA1 Message Date
Xidorn Quan
caab955875 Bug 1331903 part 2 - Do not add -moz-binding to gChildRule3 in test_inherit_computation.html. r=heycam
MozReview-Commit-ID: DIMW0KZeHo1

--HG--
extra : rebase_source : b4a564dc180cbeac38d2883262d7201ed71c26df
2017-01-19 16:49:05 +11:00
Xidorn Quan
92c1125f2e Bug 1331903 part 1 - Fix test_inherit_computation.html test for width and inline-size. r=heycam
MozReview-Commit-ID: HoGM5x7xVMK

--HG--
extra : rebase_source : 3b419e81561a669bdd5b0ee3877ec110f465bf4b
2017-01-19 22:33:33 +11:00
Andrew Swan
db65053d39 Bug 1317470 Show permission prompts for background webextension updates r=florian
MozReview-Commit-ID: I55ePPFPuuE

--HG--
extra : rebase_source : 0cd199712783accfc237d638336b6c70a06e9810
2017-01-19 19:28:08 -08:00
Alastor Wu
32b11ac77b Bug 1322505 - part3 : add test. r=baku,jaws
MozReview-Commit-ID: 2YnWEO98M2e

--HG--
extra : rebase_source : c4c170025d991103897c3f01846e9fa42cfff6d8
2017-01-20 11:30:25 +08:00
Alastor Wu
81e53a452c Bug 1322505 - part2 : reset suspend type for blocked media after calling media.pause(). r=baku
If the blocked media is paused before resuming it, we should not resume it again
after the tab is visible. The way to achieve that is to unregister the agent so
AudioChannelService can't resume that media because we have disconnected their
relationship.

MozReview-Commit-ID: 6Dq4K9hVsU0

--HG--
extra : rebase_source : 1a1f17e09e5ab85e18b4bce9d009ab51ccaa7aab
2017-01-20 11:30:03 +08:00
Alastor Wu
13dcc2d20e Bug 1322505 - part1 : rename audio channel wrapper's function. r=baku
Rename function and modify the comment.

MozReview-Commit-ID: F5JTmPvH7GC

--HG--
extra : rebase_source : 0195f5b52cc6b101eb8b6551f65128cd6d70252f
2017-01-20 11:29:51 +08:00
Timothy Nikkel
3ae338fa8f Bug 1317562. Make style images use async image notifications when requesting decoding. r=aosmond 2016-12-25 00:18:08 -06:00
Henry
4365be8782 Bug 1328824 - Test if about:blocked can be loaded in a secure context. r=Gijs
MozReview-Commit-ID: GQAfd4xuRJT

--HG--
extra : amend_source : 65fdbfa64ab205040a5e8a825b9196936167dbaf
2017-01-13 00:08:45 +08:00
Andrew Swan
2931855a6f Fix typo in test extension (no bug) r=rhelmer
MozReview-Commit-ID: K0TVhq3IdCI

--HG--
extra : rebase_source : 9a20cc6d891b2457e5b7fed06d0f7d1c292da2da
extra : source : 3a0be919a8df2d20e7c84088cc25b0be32a78bd6
2017-01-13 15:15:11 -08:00
Nicholas Nethercote
b1100b7e94 Bug 1330904 - Remove XPCNativeScriptableCreateInfo. r=mccr8.
XPCNativeScriptableCreateInfo is now a very thin wrapper around
nsIXPCScriptable. Removing it simplifies things quite a bit.

Note especially the change to GatherScriptableCreateInfo(), which is a
confusing function. Previously its fourth argument was never touched it was
called, but it did have a return value. Now the fourth argument is touched and
effectively replaces that return value, and the function now returns void.
* * *
Bug 1330904 - fixups. r=mccr8.

I will fold this into the previous patch before landing.

--HG--
extra : rebase_source : 22e7fd0c44dd7c4174f8edf3e1d3ae362bf95757
2017-01-13 11:26:02 +11:00
Ehsan Akhgari
9d0fe5c3d4 Bug 1332022 - Part 2: Update clang-tidy config files to LLVM r292415; r=mystor
This revision includes the changes needed in run-clang-tidy.py
(https://reviews.llvm.org/D28334).
2017-01-18 23:04:11 -05:00
Ehsan Akhgari
9e44ebaa16 Bug 1332022 - Part 1: Use the libc++ headers from the libc++ project being built; r=mystor
LLVM relies on new libc++ features that may not be present in
the system headers.
2017-01-18 23:04:10 -05:00
Phil Ringnalda
02a49ead47 Backed out 2 changesets (bug 1317322) for Windows mochitest-4 leaks
Backed out changeset 51116aebee59 (bug 1317322)
Backed out changeset 3f63b9d012c0 (bug 1317322)
2017-01-18 19:54:48 -08:00
Boris Zbarsky
bdfd8efaa4 Bug 1330759 part 6. Make the null-termination asserts in nsStringBuffer::ToString into diagnostic asserts. r=froydnj 2017-01-18 22:20:15 -05:00
Boris Zbarsky
1ae3af9b2c Bug 1330759 part 5. Back out the nsTSubstring changes we made in bug 1324430, because they can lead to non-null-terminated nsStrings. r=froydnj 2017-01-18 22:20:15 -05:00
Boris Zbarsky
ffe339f775 Bug 1330759 part 4. Change XMLHttpRequest's responseText getter to take a DOMString, not an nsAString. r=froydnj 2017-01-18 22:20:15 -05:00
Boris Zbarsky
3293a4cd98 Bug 1330759 part 3. Add a "stringbuffer we own" mode to DOMString. r=froydnj
We're going to need it because we're going to add a consumer that cannot in fact
promise that its stringbuffer reference will outlive the DOMString.
2017-01-18 22:20:14 -05:00
Boris Zbarsky
ced1c6138f Bug 1330759 part 2. Fix XPCConvert::JSData2Native to not share an external string stringbuffer if it would create a non-null-terminated string. r=froydnj 2017-01-18 22:20:14 -05:00
Boris Zbarsky
10ac0b56b4 Bug 1330759 part 1. Change various bits of DOMString code to work better when it has a stringbuffer which is effectively not null-terminated (in the sense that indexing into it at the DOMString's length doesn't yield '\0'). r=froydnj 2017-01-18 22:20:14 -05:00
Shu-yu Guo
6982c31973 Bug 1331585 - Allow falsy "done" values for IteratorClose due to exception during array destructuring. (r=arai) 2017-01-18 18:33:45 -08:00
Michael Layzell
def473eb44 Bug 1317322 - Fix a windows devtools test failure on inbound, a=bustage
MozReview-Commit-ID: 9weebSW2yOi
2017-01-18 21:12:01 -05:00
Nicholas Nethercote
7f3476781b Bug 1328373 (part 2) - Remove mozilla_sampler_get_responsiveness declaration. r=mstange.
It's unused.

--HG--
extra : rebase_source : 6e1e0f896f10367bb538c8e5839e2ac36174230c
2017-01-19 08:07:51 +11:00
Nicholas Nethercote
5fa7607c99 Bug 1328373 (part 1) - Remove mozilla_sampler_save. r=mstange.
It's unused.

--HG--
extra : rebase_source : ae05fc3bb205833e86f542ad2eba36de4d71b3b4
2017-01-19 08:07:50 +11:00
Nicholas Nethercote
a0ab21e630 Bug 1328369 - Remove tlsStackTop and set_tls_stack_top. r=mstange.
They are unused.

--HG--
extra : rebase_source : 1dd53c26f07c828102b3c12122d22bb1b0e74f3f
2017-01-19 08:07:23 +11:00
Nicholas Nethercote
eee9038a2f Bug 1317771 (part 2) - Remove SPS_STANDALONE. r=mstange.
This patch removes all the |#ifdef SPS_STANDALONE| blocks.

--HG--
extra : rebase_source : 0ccb72987e6b951360c6b9905ab47c61f59282c0
2017-01-19 08:07:00 +11:00
Nicholas Nethercote
4a820fa2dd Bug 1317771 (part 1) - Remove SPS_STANDALONE. r=mstange.
This patch removes all the |#ifndef SPS_STANDALONE| guards.

--HG--
extra : rebase_source : af03e38e521d7ef0c3c920209cc8330a40d9b007
2017-01-19 08:06:59 +11:00
Nicholas Nethercote
d7d1bbbb95 Bug 1331571 - Remove Intel Power Gadget integration from the compiler. r=mstange.
Nobody has ever used this, and measuring power consumption while running a
sampling profiler at 1000 Hz isn't a good idea.

--HG--
extra : rebase_source : b84255a08bfea07b90bedc1f24086695143d5c8e
2017-01-19 08:05:47 +11:00
Ruturaj K. Vartak
81cba3873b Bug 1314919 - Firebug layout problems. r=ntim.
- CSS Rules
- Background colors of tabs
- Background color of tab buttons
- borders of tabs / buttons
- Variable-izing backgrounds and colors
- netmonitor: cell header color, sorted cell header color
- widgets: cell header color, sorted cell header color
- Toolbar Buttons
- Fixing breadcrumbs in HTML inspector
- JSON View tabs

MozReview-Commit-ID: JqUG5zwvQ0a
2017-01-18 06:35:00 +01:00
Matt Woodrow
e5e3cecf98 Bug 1329386 - Fix bustage 2017-01-19 12:52:49 +13:00
Matt Woodrow
cb44a7993f Bug 1316652 - Silence unnecessary warning in MediaDecoder. r=jya
--HG--
extra : rebase_source : 39e4dbefc436fd8b82a8cd5f2231d5b83b4688cd
2017-01-19 12:40:06 +13:00
Matt Woodrow
2f00b8ce05 Bug 1329386 - Fallback to WMF decoding if the OOP decoder fails. r=jya
--HG--
extra : rebase_source : 126e76c97538c429660f6e34a718c8dd57fb4a41
2017-01-19 12:35:44 +13:00
Wes Kocher
95949a3432 Merge m-c to inbound, a=merge
MozReview-Commit-ID: EMipuOLERUq
2017-01-18 15:39:49 -08:00
Michael Layzell
203808678f Bug 1317322 - Activate paste in menus when within <textarea> controls, r=ehsan
MozReview-Commit-ID: 7YD8qtsC3u6
2017-01-18 17:37:02 -05:00
Wes Kocher
54c460dbd6 Merge inbound to m-c a=merge
MozReview-Commit-ID: 3cGydlfeaPN
2017-01-18 14:17:10 -08:00
Wes Kocher
77e565ca6f Merge autoland to central, a=merge
MozReview-Commit-ID: 9c5kMZqzvuh
2017-01-18 13:56:39 -08:00
Justin Wood
6ca2360558 Bug 1331986 - Set more nightly stuff as tier 1 too. r=jlund a=Kwierso
MozReview-Commit-ID: DC4KfHM8gG1

--HG--
extra : amend_source : a44e6c1b8660df8e9d7a9d0e2342fa92c5ee281a
2017-01-18 12:43:39 -05:00
Justin Wood
d251147a80 Bug 1331986 - Set linux and android builds previously in buildbot as tier 1. r=jlund
MozReview-Commit-ID: Ad3bjOx1mPZ

--HG--
extra : amend_source : 931b13d5f3653a4644d087f69a5542b7283a5c4d
extra : histedit_source : 40bad6199fd121fc5efcbfd1e4c73e098838932b
2017-01-18 11:46:19 -05:00
Justin Wood
484b7264f4 Bug 1331986 - Set linux and android test tasks previously in buildbot as tier 1. r=jmaher
MozReview-Commit-ID: 5sZ6HBWOg8P
2017-01-18 11:48:18 -05:00
Sebastian Hengst
5baf0e453e Backed out changeset 8acb67f2e136 (bug 1331838) for failing GTest CSPParser.SimplePolicies. r=backout on a CLOSED TREE 2017-01-18 17:28:03 +01:00
Ricky Chien
d63188c35b Bug 1331821 - Details Panel is unable to shrink when docking to right side r=Honza
MozReview-Commit-ID: 6rrscohSED9

--HG--
extra : rebase_source : ecf8d7899fb83298445b5cb2a99d38f90b9e736e
2017-01-18 23:28:53 +08:00
André Bargull
c5d028b9b1 Bug 1313799 - Remove Date.prototype.toLocaleFormat uses in devtools/client/netmonitor/har. r=Honza
--HG--
extra : rebase_source : 009957fd799ad7dda0022c28a54fe112a95f892d
2017-01-18 03:02:41 -08:00
Dan Gohman
faa9b11f04 Bug 1324032 - BaldrMonkey: Require non-fallthrough instructions to be followed by end or else r=luke 2017-01-18 10:42:44 -08:00
Premang
2f57305d52 Bug 498976 - Scroll the selected tab into view on mouseover when it's only partially visible. r=dao
--HG--
extra : rebase_source : 8ad50aca55a0ec462c079a7fa2c48e826eb369b3
2017-01-18 17:31:26 +01:00
Sean Stangl
64a4ab480c Bug 1324910 - Remove unnecessary assertion. r=luke
--HG--
extra : rebase_source : 3bbd17b6b0783c1ec259d8affd8ecfd7ace48081
2017-01-18 13:11:00 -05:00
Henrik Skupin
c61f1603f3 Bug 1331037 - Fix failures in test_localization.py for Fennec. r=ato
Fennec uses a different set of DTD and properties files. As such the current
entity and property names do not work. To fix the tests a DTD and properties
file gets added for the test_dialog.xul example dialog, which means that we
have identical resources for every supported application.

MozReview-Commit-ID: LXDeADHlxja

--HG--
extra : rebase_source : 47a4023af8ebaef28ca58868529df5e78ea7b309
2017-01-18 09:47:58 +01:00
Gijs Kruitbosch
4b62af8a94 Bug 1285176 - fix intermittent test_mousecapture.xhtml by removing a check whose success we can't guarantee, r=kats
MozReview-Commit-ID: KzuOs4e9mCe

--HG--
extra : rebase_source : 2b19ff9a9a3b9bc60c5df87068c06526584b3bfc
2017-01-18 16:10:49 +00:00
David Parks
033c45c4ef Bug 1306239 - Add pref to toggle OS X sandbox violation debugging, default on. r=haik
Turns on sandbox denial logging if security.sandbox.logging.enabled is true.

Removes most sandbox violation messages but some related messages generated
by other processes will still get through.

--HG--
extra : rebase_source : 4f06e70d53b0f500cc85a869c5bd7f8ea20d8341
2017-01-17 15:47:13 -08:00
Wes Kocher
c23daab8bc Backed out changeset 5fb91cd2e2fc (bug 1314919) on the assumption that it turned browser_jsonview_filter.js failtastic a=backout
MozReview-Commit-ID: EEwUWOFFKty
2017-01-18 13:32:17 -08:00
Kevin Gibbons
f12563c61d Bug 1332052 - Test framework for Reflect.parse now checks undefined. r=evilpie 2017-01-18 22:28:03 +01:00
Wes Kocher
1d57cf3099 Backed out changeset bfcc3984fa6c (bug 1332022) for Clang-Tidy bustage a=backout
MozReview-Commit-ID: 42w843ZSidA
2017-01-18 13:27:01 -08:00