Andrew Swan
96f846c8ce
Bug 1487173 Switch asan-reporter to built-in r=decoder
...
Differential Revision: https://phabricator.services.mozilla.com/D5615
2018-09-17 18:19:33 +00:00
Shane Caraveo
d87268f42d
Bug 1488055 - followup fix to enable the click handler actor in sidebar, r=mconley
...
Depends on D5196
Differential Revision: https://phabricator.services.mozilla.com/D5780
2018-09-13 20:12:38 +00:00
Cosmin Sabou
493aefddb6
Backed out changeset f4476938f7d7 (bug 1488055) for browser chrome failures on browser_address_edit. CLOSED TREE
2018-09-13 21:55:37 +03:00
Shane Caraveo
add857b113
Bug 1488055 - followup fix to enable the click handler actor in sidebar, r=mconley
...
Depends on D5196
Differential Revision: https://phabricator.services.mozilla.com/D5780
2018-09-13 17:00:47 +00:00
Andrew Swan
a188017cee
Bug 1488971 Move logic for disabling screenshots out of the extension r=kmag,_6a68
...
Differential Revision: https://phabricator.services.mozilla.com/D5310
2018-09-07 13:43:48 -07:00
Dorel Luca
44cae87d7f
Backed out changeset ef0c065ebe0f (bug 1488971) for browser-chrome failures on browser/base/content/test/performance/browser_preferences_usage.js. CLOSED TREE
2018-09-12 22:47:44 +03:00
Andrew Swan
f2d7eb7f17
Bug 1488971 Move logic for disabling screenshots out of the extension r=kmag,_6a68
...
Differential Revision: https://phabricator.services.mozilla.com/D5310
2018-09-07 13:43:48 -07:00
Florian Quèze
43bbf5bd5e
Bug 1489214 - Set the position of the early blank window with the screenX/Y attributes rather than with the left/top features to avoid broken CSS <-> device pixel conversions in mixed DPI environments, r=mconley.
2018-09-12 17:36:29 +02:00
Florian Quèze
c29ed59352
Bug 1489852 - convert the size from outer to inner window dimensions when setting the width and height to use when the user leaves the maximized mode, r=mconley.
2018-09-12 12:23:49 +02:00
shindli
ed1a43a869
Backed out changeset a8de31323a3b (bug 1488971) for bc failures in browser/components/uitour/test/browser_UITour_availableTargets.js
2018-09-11 22:15:49 +03:00
Andrew Swan
9ae44e7875
Bug 1488971 Move logic for disabling screenshots out of the extension r=kmag,_6a68
...
Differential Revision: https://phabricator.services.mozilla.com/D5310
2018-09-07 13:43:48 -07:00
Prathiksha
7d527decb7
Bug 1438857 - Remove the Flash plugin infobar. r=Felipe
...
Remove Flash plugin infobar code.
Differential Revision: https://phabricator.services.mozilla.com/D2943
2018-09-06 14:50:16 +00:00
Bogdan Tara
4529002e0b
Merge mozilla-central to inbound. a=merge CLOSED TREE
2018-09-05 02:45:18 +03:00
Tim Nguyen
3f8b211877
Bug 1385518 - Update sidebar styling for dark theme. r=jaws
...
Differential Revision: https://phabricator.services.mozilla.com/D4823
2018-09-04 18:49:15 +00:00
Kris Maglione
cad534a48e
Bug 1481859: Initialized PdfJs sharedData state earlier in startup. r=bdahl
...
Differential Revision: https://phabricator.services.mozilla.com/D4288
2018-08-25 14:15:50 -07:00
Mark Banner
462116b7f9
Bug 1486739 - Add missing dangling commas in browser/, services/, taskcluster/ and toolkit/. r=mossop
...
Automatic changes by ESLint, except for manual corrections for .xml files.
Differential Revision: https://phabricator.services.mozilla.com/D4439
2018-08-31 05:59:17 +00:00
Bianca Danforth
0a93f06dfe
Bug 1457226 - Revert Savant Shield study commits; r=rhelmer
...
The Savant pref flip Shield study was ended on 08-20-18 (https://bugzilla.mozilla.org/show_bug.cgi?id=1457226#c28 ), so this patch removes all temporary study code from Firefox.
Differential Revision: https://phabricator.services.mozilla.com/D4285
2018-08-27 18:17:43 +00:00
Kris Maglione
f6a4413b4c
Bug 1484496: Part 5a - Convert browser/ nsISimpleEnumerator users to use JS iteration. r=Gijs
...
Differential Revision: https://phabricator.services.mozilla.com/D3729
2018-08-18 19:27:33 -07:00
Gijs Kruitbosch
c9f398ff6c
Bug 1483935 - correctly check all windows for tabs when quitting, r=mconley
...
Bug 1438499 added an optional parameter to warnAboutClosingTabs.
In bug 1475427, the arguments to warnAboutClosingTabs changed, and instead
of passing a closing tab reference as the second argument, we now need to
pass the number of tabs as the first argument. The patch in that bug
updated the callsite in nsBrowserGlue.js to add the new argument, but
didn't remove the `null` argument that we were passing for the 'extra' tab.
Additionally, the change in bug 1475427 bails early from
warnAboutClosingTabs if the number of tabs passed is less than 2. That tab
count, too, needs to take into account multiple windows and not just the
last window iterated over.
This patch fixes both of these issues.
Differential Revision: https://phabricator.services.mozilla.com/D3807
2018-08-20 18:27:44 +00:00
Kris Maglione
b300c4193e
Bug 1483738: Part 3 - Use lazy MozInvalidForm listener on desktop. r=mconley
...
Differential Revision: https://phabricator.services.mozilla.com/D3468
2018-08-15 14:13:53 -07:00
Kris Maglione
8919074f54
Bug 1483664: Part 1 - Use lazy actor infrastructure for LightweightThemeChild. r=ntim
...
Differential Revision: https://phabricator.services.mozilla.com/D3433
2018-08-15 20:06:58 -07:00
Kris Maglione
a452597bfd
Bug 1483664: Part 0 - Dispatch pagehide/pageshow to all system group listeners on frameloader swap. r=smaug,mconley
...
Having to add pagehide/pageshow listeners to the chrome event target is a
serious inconvience for the use cases of this bug. Dispatching to system group
listeners has approximately the same effect as the old code, but is much
easier for window-bound code to handle.
2018-08-15 20:06:49 -07:00
Margareta Eliza Balazs
49329f5c3b
Merge inbound to mozilla-central. a=merge
2018-08-16 12:24:26 +03:00
Kris Maglione
4bec44e415
Bug 1480319: Split favicon loading code out of ContentLinkHandler.jsm. r=Mossop
...
MozReview-Commit-ID: KyP42P5FJRq
2018-08-01 21:36:12 -07:00
Csoregi Natalia
db7c25bd30
Backed out 4 changesets (bug 1480319) for mochitest failures on test_ext_webrequest_filter.html. CLOSED TREE
...
Backed out changeset 186ad2d171c1 (bug 1480319)
Backed out changeset 0161b3bbc9d2 (bug 1480319)
Backed out changeset 30a0f8cede1e (bug 1480319)
Backed out changeset aa14dcca91fb (bug 1480319)
2018-08-16 03:46:56 +03:00
Kris Maglione
0c8d5501cc
Bug 1480319: Split favicon loading code out of ContentLinkHandler.jsm. r=Mossop
...
MozReview-Commit-ID: KyP42P5FJRq
2018-08-01 21:36:12 -07:00
Kris Maglione
d78febbd4b
Bug 1472491: Part 5θ - Add WebRTCChild actor. r=florian f=mconley
...
MozReview-Commit-ID: 8ucJr2Hp0F9
2018-07-30 10:53:15 -07:00
Kris Maglione
87af99e773
Bug 1472491: Part 5γ - Add UITourChild actor. r=MattN
...
MozReview-Commit-ID: 7Pfu7sSOE1i
2018-07-29 23:47:26 -07:00
Kris Maglione
5c3ca99839
Bug 1472491: Part 5β - Add ShieldFrameChild actor. r=mconley
...
MozReview-Commit-ID: 5HqAEEO7nJy
2018-07-29 23:45:18 -07:00
Kris Maglione
38d598e0fa
Bug 1472491: Part 5w - Add PageMetadataChild actor. r=mconley
...
MozReview-Commit-ID: DpTG8tTJCL4
2018-07-29 23:08:52 -07:00
Kris Maglione
e6916167a1
Bug 1472491: Part 5u - Add URIFixupChild actor. r=gijs
...
MozReview-Commit-ID: IqFGfjXhc6z
2018-07-29 22:30:34 -07:00
Kris Maglione
033ebb45e2
Bug 1472491: Part 5m - Add DOMFullscreenChild actor. r=felipe
...
MozReview-Commit-ID: JwJNUieHp5d
2018-07-29 21:20:01 -07:00
Kris Maglione
c7c7064436
Bug 1472491: Part 5l - Add OfflineAppsChild actor. r=felipe
...
MozReview-Commit-ID: Jo8Uqifw7sm
2018-07-29 21:17:41 -07:00
Kris Maglione
e344e6e9af
Bug 1472491: Part 5k - Add NetErrorChild actor. r=johannh f=felipe
...
MozReview-Commit-ID: EclR3sogB4i
2018-07-29 21:00:29 -07:00
Kris Maglione
3ab20a9ace
Bug 1472491: Part 5j - Add BlockedSiteChild actor. r=johannh f=felipe
...
MozReview-Commit-ID: JnEBCvtQu7E
2018-07-29 20:53:09 -07:00
Kris Maglione
04f06c8f5e
Bug 1472491: Part 5i - Add PluginChild actor. r=felipe
...
MozReview-Commit-ID: 63iOMa9OsWu
2018-07-29 20:37:42 -07:00
Kris Maglione
0af0482872
Bug 1472491: Part 5h - Add LightWeightThemeChild actor. r=felipe
...
MozReview-Commit-ID: CmUbpPZxNeS
2018-07-29 20:34:21 -07:00
Kris Maglione
544671c683
Bug 1472491: Part 5g - Add PageInfoChild actor. r=felipe
...
MozReview-Commit-ID: G5FjgrCtldA
2018-07-29 20:31:33 -07:00
Kris Maglione
970b669394
Bug 1472491: Part 5f - Add ClickHandlerChild actor. r=felipe
...
MozReview-Commit-ID: 881jtz6qDCa
2018-07-29 20:11:22 -07:00
Kris Maglione
4da8984c59
Bug 1472491: Part 5e - Add ContextMenuChild actor. r=felipe
...
MozReview-Commit-ID: GUJfyCPkRw8
2018-07-29 20:07:33 -07:00
Kris Maglione
e19696d298
Bug 1472491: Part 5d - Add ContentSearchChild actor. r=adw f=felipe
...
MozReview-Commit-ID: 5u7VpedF3xH
2018-07-29 20:00:11 -07:00
Kris Maglione
9e3a7bf38f
Bug 1472491: Part 5c - Add PageStyleChild actor. r=felipe
...
MozReview-Commit-ID: DccnrQyiBAd
2018-07-29 19:54:17 -07:00
Kris Maglione
10e91362a6
Bug 1472491: Part 5b - Add AboutReaderChild actor. r=jaws f=felipe
...
MozReview-Commit-ID: H2vZT2lim3L
2018-07-29 19:51:00 -07:00
Kris Maglione
a6e4bc987a
Bug 1472491: Part 5a - Add BrowserTabChild actor. r=felipe
...
MozReview-Commit-ID: 38Y1xwkgxCx
2018-07-29 19:42:46 -07:00
Kris Maglione
d9ce0b9f68
Bug 1472491: Part 4a - Add helper classes for lazily loading JS IPC actors. r=felipe
...
This adds the basic framework for defining IPC actors which are lazily
instantiated for the appropriate frame loaders based on DOM events, message
manager messages, and observers. Actual actors are defined in follow-up
commits.
MozReview-Commit-ID: Jb6CWWW7v3v
2018-08-11 15:27:12 -07:00
Timothy Guan-tin Chien
6db6442393
Bug 1431255 - Part III, Create per-origin sandboxes from XPCJSRuntime and load UA widgets scripts r=bholley,jaws,sfink
...
This patch creates the basic structure on how the widget scripts can be loaded
and be pointed to the Shadow Root, from the UAWidgetsChild.jsm.
The UAWidgetsClass class asks for a sandbox from Cu.getUAWidgetScope(), which
calls into XPCJSRuntime::GetUAWidgetScope(). It creates and keeps the
sandboxes, in a GCHashMap keyed to the origin, so we could reuse it if needed.
MozReview-Commit-ID: J6W4PDQWMcN
2018-06-27 11:34:07 -07:00
Jonathan Kingston
07af5c5572
Bug 1362034 - Have addTab() provide the correct triggering principal. r=ckerschb r=Gijs
...
Reviewers: ckerschb!, Gijs!
Tags: #secure-revision
Bug #: 1362034
Differential Revision: https://phabricator.services.mozilla.com/D2046
2018-07-06 15:14:54 +01:00
dvarga
86b7ee6d9f
Backed out 2 changesets (bug 1362034) for failure at browser/tools/mozscreenshots/primaryUI/browser_primaryUI.js on a CLOSED TREE
...
Backed out changeset 1c3329958b8a (bug 1362034)
Backed out changeset f68b1b76af36 (bug 1362034)
2018-08-08 22:11:56 +03:00
Jonathan Kingston
0e48203cf4
Bug 1362034 - Have addTab() provide the correct triggering principal. r=ckerschb,Gijs
...
Reviewers: ckerschb, Gijs
Reviewed By: ckerschb, Gijs
Subscribers: mixedpuppy, reviewbot
Bug #: 1362034
Differential Revision: https://phabricator.services.mozilla.com/D2046
2018-08-08 20:03:55 +03:00
Mathieu Leplatre
366a9f37fd
Bug 1469525 - Remove blocklist clients files from profile r=Gijs
...
MozReview-Commit-ID: Fm5Pegz5LcU
2018-08-06 17:34:28 +02:00