Commit Graph

562329 Commits

Author SHA1 Message Date
Neil Deakin
4251bca019 Bug 1356674, only adjust arrow position in panel once, r=dao 2017-10-04 11:10:18 -04:00
Neil Deakin
f5010781c8 Bug 1359991, remove flush when clicking tab, r=mconley 2017-10-04 11:10:14 -04:00
Neil Deakin
4d3b46e590 Bug 1330144, don't focus 'noinitialfocus' elements at all in dialogs, r=gijs 2017-10-04 11:10:05 -04:00
Jeff Muizelaar
98bc4660c7 Bug 1405445. Preallocate the display list buffer to a reasonable size. r=kats
This exposes the capacity of the underlying vec and sets it to the capacity of
the previous display list (mLastDisplayListSize). Doing so helps us avoid
reallocing up to the desired size every frame.
2017-10-04 11:09:01 -04:00
Tim Taubert
b811958ed2 Bug 1404556 - Support libc::ioctl() call on musl libc
Differential Revision: https://phabricator.services.mozilla.com/D96

--HG--
extra : amend_source : 7f7bd7003aa4f9f2dea4c00b67b5a1aaa7c8bd4f
2017-10-04 16:53:17 +02:00
Jon Coppeard
5a57adf461 Bug 1384049 - Trigger an incremental GC based on malloc memory counters r=pbone 2017-10-04 15:45:30 +01:00
Tom Schuster
e9b18c4d63 Bug 1405457 - Scalar replacement for call objects. r=nbp 2017-10-04 16:41:45 +02:00
Ben Kelly
5c16150f0b Bug 1405529 Make test_devtools_serviceworker_interception.html close its window so its registration cleans up. r=asuth 2017-10-04 07:36:25 -07:00
Tom Schuster
2362c11c90 Bug 1403721 - Limit management.get to allowed addon types. r=mixedpuppy 2017-10-04 16:06:27 +02:00
Florian Quèze
d906e37232 Bug 1401919 - Functions used after the seekToNextFrame promise should not be interpreted half the time, r=nbp. 2017-10-04 16:01:04 +02:00
Nathan Froyd
ac2f2367a9 Bug 1405105 - remove Rust init hack now that we require 1.19; r=ccorcoran
We added this to avoid race conditions, but a fix which removes the need
for it has been landed in Rust 1.19+, which we now require.
2017-10-04 09:53:20 -04:00
Kris Maglione
3676137220 Bug 1404172: Remove MatchPattern.jsm. r=aswan
MozReview-Commit-ID: ItGMuChHS3z

--HG--
rename : toolkit/modules/addons/MatchPattern.jsm => toolkit/modules/addons/MatchURLFilters.jsm
extra : rebase_source : 986542ba4270799ca1d213d5b4807d12ab7ac148
2017-09-28 18:27:44 -07:00
Andi-Bogdan Postelnicu
9ba9d1c984 Bug 1405602 - Add clang-apply-replacements to the clang-tidy build generated by toolchains. r=ehsan
MozReview-Commit-ID: 1BT2ukzLoC3
2017-10-04 18:27:02 +03:00
Emilio Cobos Álvarez
109bd88bea Bug 1404897: followup: Fixup documentation of nsINode::WithSelectorList. r=me
DONTBUILD since it's comment-only.

MozReview-Commit-ID: 4UOdTuQRx0o
2017-10-05 01:52:09 +02:00
Wes Kocher
9408094d14 Merge m-c to inbound, a=merge
MozReview-Commit-ID: FnOGO7LJHCB
2017-10-04 16:45:36 -07:00
James Willcox
59bfaa0f09 Bug 1402461 - Improve user input detection for focus changes in Fennec r=jchen
Differential Revision: https://phabricator.services.mozilla.com/D94

MozReview-Commit-ID: 9VyoskwRrO1
2017-10-04 17:42:24 -05:00
Sebastian Hengst
9047c35a43 Backed out changeset 135e50ccfd3c (bug 1383870) for failing devtools/client/inspector/test/browser_inspector_highlighter-cssshape_05.js. r=backout 2017-10-05 00:01:09 +02:00
Sebastian Hengst
7003cafaec Backed out changeset 69ce595533cd (bug 1405339) for failing devtools' browser_inspector_highlighter-cssshape_05.js. r=backout 2017-10-04 23:52:56 +02:00
Jeff Muizelaar
5a5f5bcef6 Bug 1405778. Remove largely unneeded call to nsDisplayBackgroundColor::GetLayerState. r=kats
Text clipping is the only thing we don't handle and it's better to just have this inline.
2017-10-04 17:03:16 -04:00
Mike Park
64679f72a4 Bug 1405339 - Turn on CSS shapes highlighter by default for clip-path only. r=gl
MozReview-Commit-ID: DjhaIBdWuRY
2017-10-03 11:36:20 -04:00
Tom Ritter
c6c164aef4 Bug 1404147 Make string index and lengths unsigned to resolve signed/unsigned comparison warning r=jimm
MozReview-Commit-ID: Cpo5Gd1puzd

--HG--
extra : rebase_source : 0f47604366d2cfd8356c4d76c6dccdb03a42b0fe
2017-09-28 18:01:58 -05:00
Tom Ritter
97b86e893f Bug 1404147 Resolve inconsistency between GetLastError (DWORD - unsigned) and HRESULT (signed) r=smaug
MozReview-Commit-ID: AzyiFjAG5Wt

--HG--
extra : rebase_source : f31c89e010661798506c9ed334a71f97a9e8ad6d
2017-09-28 17:50:52 -05:00
Tom Ritter
26f1bc6cd8 Bug 1404147 Cast constants to the type they are compared to r=smaug
MozReview-Commit-ID: JQDZTBOALZm

--HG--
extra : rebase_source : 5cb3ed5da7f99defd524247ff798c9c501ef851a
2017-09-28 17:47:43 -05:00
Tom Ritter
99edbfc566 Bug 1404147 Fix signed/unsigned comparison of uints r=jld
MozReview-Commit-ID: 7z3JocWOrW5

--HG--
extra : rebase_source : f90aacbe737deff81da9aca0f6b64cad268074f4
2017-09-28 17:45:46 -05:00
Tom Ritter
3912879fa7 Bug 1404147 Fixed Signed/Unsigned comparison of HRESULT r=cpearce
MozReview-Commit-ID: GpOCB2TKGG7

--HG--
extra : rebase_source : 7947c96bfd170183b4e0028cd505a456a10d4b5e
2017-10-02 14:28:24 -05:00
Tom Ritter
206913cd78 Bug 1404147 Fixed Unsigned/Signed comparison in WindowsGamepad.cpp r=qdot
MozReview-Commit-ID: 8qjkVdk6zWT

--HG--
extra : rebase_source : 4ab94a26c163eba551874d9aee05a9498d3a11fd
2017-09-28 17:00:05 -05:00
Sebastian Hengst
3b29437193 Backed out changeset fae2d636bbcb (bug 1385995) for frequently failing new devtools test browser_webconsole_context_menu_copy_object.js on Windows 7 debug without e10s. r=backout 2017-10-04 18:42:34 +02:00
Ian Bicking
ffc62c210a Bug 1404078 - notify user when full page is cut off r=kmag
Adds a new captureType, fullPageTruncated

Fixes upstream bug: https://github.com/mozilla-services/screenshots/issues/2129
Export of commit: e31c321cbc

MozReview-Commit-ID: HB3e5Q24afT

--HG--
extra : rebase_source : 1780f8acc7af0ae1b7c60c383460b8e62dd7e786
2017-09-28 15:18:35 -05:00
Ian Bicking
07b58d56f7 Bug 1403665 - remove " and ? from filenames r=kmag
This is an export of this commit: 42a561d6ad

And fixes this Screenshots bug: https://github.com/mozilla-services/screenshots/issues/3517

MozReview-Commit-ID: GPkfNCFGflZ

--HG--
extra : rebase_source : fb1d7012039c3ebe43ea29bb8ca7b1d44b2f3c99
2017-09-27 13:15:52 -05:00
Kyle Machulis
7b422ad271 Bug 1405162 - Simplify CC macros for HTMLOutputElement; r=bz
MozReview-Commit-ID: 4d4ZSztVCCI

--HG--
extra : rebase_source : 9b5b4f7a3175b419782f3b4aacc29db4887cc754
2017-10-02 16:21:17 -07:00
Manish Goregaokar
5e35e3886f servo: Merge #18712 - stylo: use FnvHashMap everywhere, remove default HashMap construction methods (from Manishearth:fnv); r=bholley
r=bholley bug 1385971

Source-Repo: https://github.com/servo/servo
Source-Revision: 89724c6b32c6c0b7673df6d5b735e057a392f51b

--HG--
extra : subtree_source : https%3A//hg.mozilla.org/projects/converted-servo-linear
extra : subtree_revision : 83c9102c7fc7c6339ee9d5d0e31d645f39a85428
2017-10-03 18:47:46 -05:00
Glenn Watson
43a41d2141 servo: Merge #18669 - Update WR (reduce GPU allocations for render targets) (from glennw:update-wr-memory); r=jdm,emilio
Source-Repo: https://github.com/servo/servo
Source-Revision: 82cc22fab40c6b422c08ca66358a1fead13e9bc4

--HG--
extra : subtree_source : https%3A//hg.mozilla.org/projects/converted-servo-linear
extra : subtree_revision : 6433200420634c9f1d2f56eb53815ab9010e5e89
2017-10-03 17:03:55 -05:00
Sebastian Hengst
91443682cd Backed out changeset bc7ca663b817 (bug 1403366) because it depended on backed out bug 1405174. r=backout 2017-10-04 01:27:50 +02:00
Sebastian Hengst
a327457b39 Backed out changeset 78f4fbeaac20 (bug 1403366) 2017-10-04 01:27:13 +02:00
Sebastian Hengst
1d5497084d Backed out changeset 582d112281f9 (bug 1403366) 2017-10-04 01:27:07 +02:00
Sebastian Hengst
2d086eadde Backed out changeset 207925bbf88d (bug 1403366) 2017-10-04 01:27:02 +02:00
Sebastian Hengst
2e58d81866 Backed out changeset ff0705eda4bd (bug 1403366) 2017-10-04 01:26:56 +02:00
Sebastian Hengst
ce032a9797 Backed out changeset 4a0129621fe8 (bug 1403366) 2017-10-04 01:26:51 +02:00
Sebastian Hengst
15179c0abe Backed out changeset aa58d5c8fe1a (bug 1403366) 2017-10-04 01:26:45 +02:00
Rob Wu
11d4ea9489 Bug 1404661 - Fix typo in comment of flac::FrameHeader::Parse r=kamidphish
MozReview-Commit-ID: 7AlN8i4WYu5

--HG--
extra : rebase_source : 376dfaa2d6bf539972fb31932f8cce561a5d5421
2017-10-01 02:26:38 +02:00
Sebastian Hengst
ebd4a79eb5 Backed out changeset 9c05226e2248 (bug 1405174) for failing browser-chrome's toolkit/components/addoncompat/tests/browser/browser_addonShims.js and netwerk/test/browser/browser_child_resource.js. r=backout 2017-10-04 01:19:30 +02:00
Matt Howell
be4fbc10e3 Bug 1405438 - Make sure the stub installer exit code is initialized before the user can exit it. r=agashlin
Also make sure the download phase time is initialized, so it will always be
correct in affected pings.

MozReview-Commit-ID: 3aLHbMiRUZl

--HG--
extra : rebase_source : 17c7f475a9fdfcc72b4d8c4d6b5d35a134aa584d
2017-10-03 13:18:21 -07:00
Sebastian Hengst
773adb3c2f Backed out changeset b8b9f1dbeda3 (bug 1348981) for failing xpcshell toolkit/components/telemetry/tests/unit/test_TelemetryEnvironment.js. r=backout 2017-10-04 01:01:14 +02:00
Sebastian Hengst
4be222f271 Backed out changeset f397bfb365e1 (bug 1348981) 2017-10-04 01:00:21 +02:00
Sebastian Hengst
3c14e73ba8 Backed out changeset 199b3fe8114f (bug 1348981) 2017-10-04 01:00:15 +02:00
Sebastian Hengst
d8e232c88a Backed out changeset 8dda8bbcf385 (bug 1348981) 2017-10-04 01:00:09 +02:00
Xidorn Quan
0f0bb7e74c Bug 1404179 - Prepend rather than append frames from overflow list of prev-in-flow for ruby frames. r=dholbert
MozReview-Commit-ID: 1xUEf1S6GEK

--HG--
extra : rebase_source : d4aba39066b147ce0bcbe736b6e936676861c7db
2017-10-03 16:19:41 +11:00
Drew Willcoxon
b5bff8c930 Bug 1402272 - Replace adjustSiteIconStart with padding on all richlistitems. r=mak
MozReview-Commit-ID: 8JyJWLL0nJU

--HG--
extra : rebase_source : 5f5288b92180744cb5f4a23a8c5ab6d03ed71cdb
2017-10-03 12:12:19 -07:00
Andreas Tolfsen
894334f11e Bug 1405304 - Add Unix formatter for mozlint. r=ahal
This patch introduces a new report formatter for the mozlint
framework used by "./mach lint" that respects Unix output conventions,
popularised by grep(1), compilers, and preprocessors.

The output format looks like this:

	testing/marionette/driver.js:1153:48: no-unused-vars error: 'resp' is defined but never used.

Many editors (ed, Emacs, vi, Acme) recognise this format, allowing
users to interact with the output like a hyperlink to jump to the
specified location in a file.

MozReview-Commit-ID: 3IyiFmNbtMY

--HG--
extra : rebase_source : a2628a999c187a1c43f3cc5d32e6db835028eca4
2017-10-03 14:45:17 +01:00
Ian Bicking
ad03745361 Bug 1403661 - stop Screenshots in Private Browsing; r=kmag
bootstrap.js sends the tab ID with the Photon page action, but it doesn't have the complete set of information that the WebExtension tab object has

Export of commit 3c6ad114d4

MozReview-Commit-ID: F1o81MieEei

--HG--
extra : rebase_source : da3355b1513a4f20b025c1af8eb0c7fad47dfb30
2017-09-27 12:57:40 -05:00