Граф коммитов

601095 Коммитов

Автор SHA1 Сообщение Дата
Emilio Cobos Álvarez 6a2e3606ae Bug 1470361: Remove nsIEditorStyleSheets.addStyleSheet / removeStyleSheet / replaceStyleSheet. r=m_kato
These are effectively equivalent to appending a <link> element to the body, are
not unused, and bring in a fair amount of complexity because even though they're
owned by the document and stored in the document's mStyleSheets, they're not
owned by it per se, which causes confusion.

Unless I've missed something, both bluegriffon and common-central use the
*Override APIs, which this patch leaves untouched.

MozReview-Commit-ID: EOSMOHj3A95
2018-06-25 10:46:38 +02:00
Emilio Cobos Álvarez 27ef769d59 Bug 1469354: Use the first continuation to get the layout parent style. r=mats
Continuations do not have placeholders. There's a bunch of code that already
deals with that in other places in the tree.

MozReview-Commit-ID: Htizql7692e
2018-06-25 02:50:44 +02:00
Andi-Bogdan Postelnicu 2f780cc3ed Bug 1453795 - XPCom/String - Initialize member fields in classes/ structures. r=froydnj
--HG--
extra : rebase_source : 9f9b074342cc38137ea8f57dd2eb59d4ae327956
2018-06-14 13:57:45 +03:00
Francesco Lodolo (:flod) 608609f367 Bug 1470138 - Add localization comment to RunningClearSiteDataValue and fix message r=baku
MozReview-Commit-ID: 5c8wwjqG9Pj
2018-06-21 15:09:02 +02:00
Andrea Marchesini e94f13acd9 Bug 1268889 - Implement Clear-Site-Data header - part 4 - cleanup image cache, r=aosmond 2018-06-20 11:57:50 -04:00
Andrea Marchesini 6518a03af1 Bug 1268889 - Implement Clear-Site-Data header - part 3 - reload contexts, r=smaug 2018-06-20 11:57:50 -04:00
Andrea Marchesini 5a50ce0da9 Bug 1268889 - Implement Clear-Site-Data header - part 2 - pref, r=smaug 2018-06-20 11:57:49 -04:00
Andrea Marchesini 10a98f93d1 Bug 1268889 - Implement Clear-Site-Data header - part 1, r=mayhemer 2018-06-20 11:57:49 -04:00
Andrea Marchesini 4d4dd1f272 Bug 1470109 - Move ServiceWorkerCleanUp.jsm into toolkit/components/cleardata, r=johannh
--HG--
rename : toolkit/forgetaboutsite/ServiceWorkerCleanUp.jsm => toolkit/components/cleardata/ServiceWorkerCleanUp.jsm
2018-06-21 16:50:10 +02:00
Dave Hunt cc768253df Bug 1466211 - Use --python for selecting target Python when using |mach python-test|; r=ahal
MozReview-Commit-ID: J8DSmX8mItb

--HG--
extra : rebase_source : 0e471ade56c7bb78fe090f05e7657ae1f35f7936
2018-06-13 14:18:21 -07:00
Brian Stack 3ba851c889 Bug 1465117 - Take two at updating backfill task. Use modifier this time. r=dustin,jmaher
MozReview-Commit-ID: CAs0WRb839r

--HG--
extra : rebase_source : 5da88d38315f8b6795aa6d5a97de63883eda1ab0
2018-06-08 12:08:34 -07:00
Kearwood "Kip" Gilbert cd8c9f6a3e Bug 1469972 - Remove VRPose::mFrameId and its accessor as it is unused r=rbarker
MozReview-Commit-ID: 8t2a7gQacDl

--HG--
extra : rebase_source : 9d83f329a6c26bb2188a07259a741022fecabf09
2018-06-20 13:02:03 -07:00
Mark Banner 33ac19bff0 Bug 1452645 - Remove now unused PlacesTransactions.Annotate. r=mak
MozReview-Commit-ID: JYnSX4DeibY

--HG--
extra : rebase_source : 8dff7399f04515f14b71a9f98cadd3e47a980ac1
2018-06-08 14:24:36 +01:00
Dave Hunt 3a2583759b Bug 1466211 - Switch all |mach python-test| tests to run using pipenv; r=ahal
MozReview-Commit-ID: AzmdDgAgZgI

--HG--
extra : rebase_source : cd4603b707bd4ca3f7e0783cf5b9adb8c47a9e01
extra : source : e550be515be30148c0a89c33953dff4148a6a171
2018-06-08 13:24:27 +01:00
Henrik Skupin 734f172309 Bug 1467700 - Disable download of OpenH264 and Widevine plugins for Marionette and geckodriver. r=ato
MozReview-Commit-ID: BYcxxdblzcD

--HG--
extra : rebase_source : 5f9861860ee5033bfa807948591fff0bc2b16bb2
2018-06-08 12:12:46 +02:00
Johann Hofmann 2265952eb1 Bug 1392541 - Update tracking protection icons in the identity block. r=ntim
MozReview-Commit-ID: 7cffjVSDgYx

--HG--
extra : rebase_source : 7757b91b4268207666ef85a03f1cc41c5f6721c2
2018-06-21 12:49:35 +02:00
Margareta Eliza Balazs f20a8bbc78 Backed out changeset 97d67e0eaccf (bug 1456111) for reftest failures e.g.: worker/workspace/build/tests/reftest/tests/layout/reftests/svg/image/image-x-01.svg on a CLOSED TREE 2018-06-21 14:18:35 +03:00
Matt Woodrow f59c972b9c Bug 1456111 - Make sure an empty pixel rectangle gets converted to an empty app unit rectangle, regardless of scale factor. r=tnikkel
MozReview-Commit-ID: 1S59BARsMzZ

--HG--
extra : rebase_source : 76bf7f7809a267c0be74870217e2b9e2b0b43850
2018-06-21 15:34:25 +12:00
Henrik Skupin 4c17debbd5 Bug 1470068 - Rename LOCAL_EME_SOURCES in ProductAddonChecker to LOCAL_GMP_SOURCES. r=cpearce
OpenH264 is not an EME plugin. So listing it under LOCAL_EME_SOURCES
is not appropriate and confusing.

Given that both OpenH264 and WideVine plugins are handled by the GMP
manager, the name of the local sources list should be named like it.

MozReview-Commit-ID: NIXEg2EOm2

--HG--
extra : rebase_source : 2fa5fce316bfd905bc5bac975bab003e670ae9d9
2018-06-21 07:42:59 +02:00
Marco Bonardo 8b73e27320 Bug 1468315 - 'Last seven days' container is missing from history if there are no visits older than 2 days ago. r=Standard8
The query checking which containers should be visible is wrong and skips the day before yesterday.

Differential Revision: https://phabricator.services.mozilla.com/D1725
2018-06-21 09:26:57 +00:00
Narcis Beleuzu fae50c253d Merge mozilla-central to autoland. a=merge CLOSED TREE 2018-06-21 12:53:49 +03:00
Petru Lingurar e943f78fb5 Bug 1464990 - Allow easier testing Switchboard experiments; r=jchen,sebastian
Based on Sebastian's addon - https://github.com/pocmo/Addon-Switchboard-Experiments,
this will allow to easily enable / disable Switchboard experiments, process
that after Firefox 57 and the obsolescence of the addon was too cumbersome.

MozReview-Commit-ID: 2EkYQ42Bd8B

--HG--
extra : rebase_source : 7024c1d68897bea9d80f3fc857c5b204f77c8725
2018-06-21 09:33:20 +03:00
shindli 9910034e6c Backed out changeset f966dedaa07c (bug 1469603) for B bustages in /builds/worker/workspace/build/src/obj-firefox/dist/include/mozilla/plugins/PluginModuleParent.h:324: on a CLOSED TREE 2018-06-21 10:34:44 +03:00
Gabriele Svelto 522f71d7ca Bug 1469603 - Use a recursive lock in crash reporter callbacks that might be called synchronously r=erahm
Differential Revision: https://phabricator.services.mozilla.com/D1724
2018-06-20 20:49:35 +00:00
André Bargull 1eba073f7e Bug 1467438 - Part 4: Remove ScopedJSFreePtr, ScopedJSDeletePtr, and ScopedReleasePtr. r=sfink 2018-06-07 12:33:40 -07:00
Dave Hunt 78119bf63a Bug 1466211 - Sort dependencies in Pipfile; r=ahal
MozReview-Commit-ID: JtlHzdVlaZt

--HG--
extra : rebase_source : 31d4d583ab5900b9d473a035ccff1961d9103a4a
2018-06-07 16:06:18 +01:00
Mark Banner 5b8ba7f27e Bug 1452645 - Remove load in sidebar functionality. r=lina,mak
Based on patch by mixedpuppy.

MozReview-Commit-ID: BZwOtr4VbCH

--HG--
extra : rebase_source : 2e3ad3fedaf82d0e5d3db9bcebf1c2faa46447e7
2018-06-06 21:00:45 +01:00
Razvan Caliman 334a9f2575 Bug 1465500 - Show list of font families declared but not used. r=gl
MozReview-Commit-ID: 4GfpV8RmK0N

--HG--
extra : rebase_source : eefd06c99c11a4be59804b5745a7567a32ca5677
2018-06-06 14:06:47 +02:00
Bryce Van Dyk a347705d9a Bug 1450845 - Add crashtest for seekToNextFrame when a seek is already in progress. r=jya
MozReview-Commit-ID: 892uIqNuLSg

--HG--
extra : rebase_source : bbe50807fb575fb0776646cbd233f3310741b848
2018-06-07 09:44:48 -04:00
Bryce Van Dyk 926f765909 Bug 1450845 - MediaDecoderStateMachine now ignores SeekToNextFrame if already seeking. r=jya
SeekToNextFrame is handled differently than other seeks by the
MediaDecoderStateMachine, and should not take place while other seeks already
are. Bug 1410225 implemented some changes in HTMLMediaElement to prevent this,
but it's still possible to move to a seeking state in the MDSM and accept
SeekToNextFrame (as in this bug).

This changeset changes the MDSM to reject SeekToNextFrame if a seek is already
happening. Since the MDSM now does this the changes from bug 1410225 can be
removed.

This has the functional change of the promise from SeekToNextFrame being
rejected if the seek in not performed due to another seek. Previously the
promise would succeed when the other seek completed. This seems sensible as the
next frame seek does not actually take place.

MozReview-Commit-ID: HD9WRFq3LZV

--HG--
extra : rebase_source : fb276010119038db4319b3b81bcbf51ef2cab1d9
2018-06-06 15:17:30 -04:00
Gijs Kruitbosch 3ef7ec26e5 Bug 1464858 - make visually hidden / screenreader content not display:none, r=eeejay
MozReview-Commit-ID: JzO7tyO4wv3

--HG--
extra : rebase_source : 6d06af9208d58b2c958d0fbe73e46251541e76d0
2018-06-19 16:33:19 +01:00
Margareta Eliza Balazs 7a2b0ea957 Backed out 7 changesets (bug 1466211) for bustage e.g. z/task_1529662815/src/js/src/configure --enable-ctypes --enable-optimize on a CLOSED TREE
Backed out changeset 6680ca0acc27 (bug 1466211)
Backed out changeset dfdf4ea83655 (bug 1466211)
Backed out changeset 23eb377e2e6d (bug 1466211)
Backed out changeset fe821d61ecbf (bug 1466211)
Backed out changeset e04950c7c496 (bug 1466211)
Backed out changeset 4b197754381a (bug 1466211)
Backed out changeset 1695d4464c54 (bug 1466211)
2018-06-22 14:33:21 +03:00
Razvan Caliman 818d660315 Bug 1466225 - (Part 2) Split scale and transform shape path editor test to prevent exceeding max test run time. r=pbro
MozReview-Commit-ID: CT0bGAWmU36

--HG--
extra : rebase_source : 784d8cd695a1c1543b25976fd81db2f75adf666e
2018-06-21 16:26:00 +02:00
Razvan Caliman 0a7f44e5ae Bug 1466225 - (Part 1) Rename browser_inspector_highlighter-cssshape_06.js r=pbro
MozReview-Commit-ID: 4GY0pScutDI

--HG--
rename : devtools/client/inspector/test/browser_inspector_highlighter-cssshape_06.js => devtools/client/inspector/test/browser_inspector_highlighter-cssshape_06-translate.js
extra : rebase_source : 02340866d436618c3382307081720b8ddcce1c6b
2018-06-21 16:21:39 +02:00
Andreas Tolfsen 1c8c3887ef Bug 1469307 - Pretty-print Attr objects in format.pprint. r=whimboo
Attr objects are returned from Node.getAttribute() and this provides
a readable string like the one offered in devtools for them.

MozReview-Commit-ID: 60Pb0AV1tjt

--HG--
extra : rebase_source : e5ae61bdeb283f635714cd6b9d422eaeb0dbf0e4
2018-06-18 16:05:39 +01:00
Dave Hunt 08aa21b426 Bug 1466211 - Detect if we are running in a virtual environment; r=chmanchester
When we're running using pipenv, we have more than one virtual environment. This means the current check to see if python matches the initial virtual environment gives a false positive when we're in a secondary virtual environment. This patch changes the condition to check if the current python path exists within the virtual environments root directory.

MozReview-Commit-ID: AAONwLWsigL

--HG--
extra : rebase_source : ae758a35ae047f71fa1fdf614df2355f63750b48
2018-06-15 18:05:20 -07:00
Dave Hunt a9121c5eef Bug 1466211 - Use --python for selecting target Python when using |mach python-test|; r=ahal
MozReview-Commit-ID: J8DSmX8mItb

--HG--
extra : rebase_source : 1366a59d847cb8d9289161207b3b708280e70bae
2018-06-13 14:18:21 -07:00
Dave Hunt 026a332568 Bug 1466211 - Switch all |mach python-test| tests to run using pipenv; r=ahal
MozReview-Commit-ID: AzmdDgAgZgI

--HG--
extra : rebase_source : 8db60e196667ae97e0f994930c9adbb4d2030d34
extra : source : e550be515be30148c0a89c33953dff4148a6a171
2018-06-08 13:24:27 +01:00
Dave Hunt 76628fcb2a Bug 1466211 - Sort dependencies in Pipfile; r=ahal
MozReview-Commit-ID: JtlHzdVlaZt

--HG--
extra : rebase_source : 31d4d583ab5900b9d473a035ccff1961d9103a4a
2018-06-07 16:06:18 +01:00
Michael Kelly 102c99a2d0 Bug 1461439: Enable browser error telemetry on non-Nightly channels. r=Gijs
MozReview-Commit-ID: GAwbFC49b8H

--HG--
rename : browser/modules/test/browser/browser_BrowserErrorReporter.js => browser/modules/test/browser/browser_BrowserErrorReporter_nightly.js
extra : rebase_source : 34673db22aa83be183cff403b719f97884400cac
extra : source : 679189574ff3e79298ead44b35484c549356b086
2018-06-05 11:15:54 -07:00
Brad Werth e87dd19f09 Bug 1468416 Part 2: Update a grid API test to check fieldsets and buttons. r=mats
MozReview-Commit-ID: C12piKGougo

--HG--
extra : rebase_source : b7244170ee60877f0854e05a2a329de0b6c1c82a
2018-06-15 09:27:26 -07:00
Brad Werth d05658dbf1 Bug 1468416 Part 1: Make nsGridContainerFrame::GetGridFrameWithComputedInfo use the same code to find the grid container frame as used by the layout algorithm itself. r=mats
MozReview-Commit-ID: 85GeT1MOApS

--HG--
extra : rebase_source : c45ca3129fac46a61025e41e2d5dd508a955223b
2018-06-14 16:35:42 -07:00
Mark Striemer 549ae82f55 Bug 1446101 - Part 4: Remove old alltabs code, rename alltabs-popup to newtab-popup r=dao
MozReview-Commit-ID: 1U0Jg9bpEGV

--HG--
extra : rebase_source : 08a4f7dc03efefe447bdff10b22bca69fce157fe
2018-06-06 16:34:49 -05:00
Ryan Hunt 27b4840273 Bug 1466146 - Add FlushRasterization as a metric for CONTENT_PAINT_PHASE_WEIGHT. r=mattwoodrow, data-review=francois
--HG--
extra : rebase_source : dcbf77adc7891b5f9ca49627370ce71f64ab3b87
2018-06-05 12:30:42 -05:00
Ryan Hunt 177db04075 Bug 1309442 - Elaborate on descriptions for CONTENT_PAINT histograms. r=mattwoodrow
--HG--
extra : rebase_source : 11c1f656614c0fcbe21b8722c0b1789ffdfe2ea8
2018-06-08 14:01:32 -05:00
Ekanan Ketunuti f2e8d63639 Bug 1468887 - Add words to en-US dictionary. r=ehsan 2018-06-15 08:27:56 +07:00
Tom Schuster 7c01dffca0 Bug 1469540 - Remove option to disable Array.prototype.values. r=jandem
--HG--
extra : rebase_source : 5b935db0e58c076b289a7b5a3a8a43fe6e9446b3
2018-06-05 14:57:13 +02:00
Andi-Bogdan Postelnicu bc2e783a14 Bug 1453795 - JS/JIT - Initialize member fields in classes/ structures. r=jandem
--HG--
extra : rebase_source : 50665a1febfd5e92536f9f49540e1e6fa64ec672
2018-06-14 23:26:11 +03:00
Andi-Bogdan Postelnicu 60330d6169 Bug 1453795 - DevTools - Initialize member fields in classes/ structures. r=jimb
--HG--
extra : rebase_source : e4a52936922ef6c95afce72741a5f8fec589c9af
2018-06-16 15:36:55 +03:00
Steve Fink c4fedd185f Bug 1468677 - [reftest] remove dummy reftest.manifests entry used for global filter, r=ahal
--HG--
extra : topic : gcstats.thresh
extra : rebase_source : 3412664711287a0862bdc4d0c3323367f650c624
2018-06-13 21:28:26 -07:00