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

411 Коммитов

Автор SHA1 Сообщение Дата
Gijs Kruitbosch 9f665583c9 Bug 1433133 - remove old about:newtab code, r=florian
MozReview-Commit-ID: Itlmi3E2KrG

--HG--
extra : rebase_source : e770de81575ff756bc3a99c593f5fc34491f1732
2018-03-06 17:37:31 +00:00
Brendan Dahl 77ac1fd5c8 Bug 1441378 - Replace baseMenuOverlay.xul with inlining and preprocessing. r=Gijs
The overlay defined two elements (helpMenu, menu_ToolsPopup) for all
platforms and three others (windowMenu, baseMenuCommandSet, baseMenuKeyset)
that were MacOS only. The two all platform elements and windowMenu were only
used once and inlined into browser-menubar.inc. The rest of the MacOS only
elements were conditionally inlined into browser-sets.inc.

MozReview-Commit-ID: D2uyCrnepuH

--HG--
extra : rebase_source : a3f7ecaf70c55574ee87091027a651ce429c6876
2018-02-26 16:49:34 -08:00
Brian Grinstead 18bb37dcc8 Bug 1392352 - Part 2 - Translate the tabbrowser implementation into a JS class;r=mconley,r=dao CLOSED TREE
We keep the XBL binding around for <content>, <constructor>, and <destructor>. This can
eventually be migrated to a Custom Element once we have platform support, but in the meantime
this is a way to get the many thousands of LOC into a JS class.

MozReview-Commit-ID: 1dCQp527yF9

--HG--
extra : rebase_source : 26b833413bab71168aa15e03f0f3803884be3f6b
extra : amend_source : 150cef6748ca8a9e819de0c674fac5966dd574cf
2018-02-27 10:04:14 -08:00
Tim Nguyen 2bad0918eb Bug 1437230 - Remove feed binding and build DOM using JS. r=Gijs
MozReview-Commit-ID: L60wPdwTfdn

--HG--
extra : rebase_source : f04f162c25c56d9157431b1e2c72dee1cfd40f3b
2018-02-19 12:45:03 +00:00
Brendan Dahl 40c81820ad Bug 1418403 - Remove viewing source in a standalone window. r=jryans
Along with removing the view source standalone windows and prefs this patch:
1) Re-structures several of the view source tests that were only testing the old
standalone windows to now test view source in tab.
2) Adds support viewSourceUtils.viewSource() to open a browser window when there
aren't any open (for browser toolbox view source).
3) Cleans up some of the API for viewSourceUtils and removes the old deprecated
ways of calling it.

MozReview-Commit-ID: DI6sgZwbCf

--HG--
extra : rebase_source : 64677186122f74ab95912d5f3f173cf37472458a
2018-02-05 13:33:58 -08:00
Tim Nguyen 55ba4a31c1 Bug 1404688 - Make headerURL optional and remove text-shadow when there is no headerURL. r=jaws
MozReview-Commit-ID: 5x6SPWEJ3jp

--HG--
extra : rebase_source : 2ed208a81ca59367b9140a6e73b85bf630c6e294
2018-02-15 13:37:30 +00:00
Coroiu Cristina 4d5bfdec43 Backed out changeset 067ee834b07b (bug 1404688) for xpcshell failures at toolkit/mozapps/extensions/test/xpcshell/test_LightweightThemeManager.js 2018-02-15 05:15:10 +02:00
Tim Nguyen 461f749a68 Bug 1404688 - Make headerURL optional and remove text-shadow when there is no headerURL. r=jaws
MozReview-Commit-ID: BWhStvcLpkL

--HG--
extra : rebase_source : b50632db25916f113cd85e089759e892493e3be3
2018-02-15 02:30:44 +00:00
Christoph Kerschbaumer 72ce8edf3d Bug 1436808: Apply Meta CSP to content privileged about: pages. r=gijs,freddyb 2018-02-09 11:42:21 +01:00
Brendan Dahl 29c33027fe Bug 1434050 - Inline phishing overlay into the browser. r=johannh
The phishing overlay was only used in one place and could be inlined. This
was slightly less straightforward as the original overlay was used on
browser.xul, but the elements it overlayed are defined in include files and
in another overlay (baseMenuOverlay.xul). Since baseMenuOverlay.xul is used
by other windows, the "hidden" attribute had to be added to the phishing
menuitems so they didn't show up in the other windows e.g. places.

MozReview-Commit-ID: 6t0MpWmgyGg
Signed-off-by: Brendan Dahl <brendan.dahl@gmail.com>

--HG--
extra : rebase_source : 09a691d24cec78c72111a9d3e476c8c80e097178
2018-01-30 15:46:50 -08:00
Brendan Dahl bcad35fb75 Bug 1434046 - Inline software update overlay in to master document. r=rstrong
This is part of the work to remove XUL overlays. This overlay is only
used once and can be inlined.

MozReview-Commit-ID: 1R0pZqpVTIZ

--HG--
extra : rebase_source : 8a3eaa8119981616160a58e316cadb49ac78f238
2018-01-30 13:53:48 -08:00
Johann Hofmann ce118716a5 Bug 1167238 - Part 2 - Convert sanitize.js to a module. r=mak
MozReview-Commit-ID: IWu7Dg61Vv4

--HG--
rename : browser/base/content/sanitize.js => browser/modules/Sanitizer.jsm
extra : rebase_source : 63b0f274f8e84e4003edb61f2dace78981884048
2018-01-18 15:58:03 +01:00
Dzmitry Malyshau 05561ae950 Bug 1433139 - WebRender capture integration on Nightly. r=mikedeboer
MozReview-Commit-ID: 6oIUlPSfLMg
2018-01-26 10:09:30 -05:00
Kartikaya Gupta b9bc1f73c5 Back out cset 75b5af791006 (bug 1433139) for OS X debug mochitest-chrome-3 failure. r=me 2018-01-26 11:31:34 -05:00
Dzmitry Malyshau 90b1205b68 Bug 1433139 - WebRender capture integration on Nightly. r=mikedeboer
MozReview-Commit-ID: 6oIUlPSfLMg
2018-01-26 10:09:30 -05:00
Dão Gottwald aff5b2a7f6 Bug 1352497 - Remove about:healthreport. r=gfritzsche,nechen
MozReview-Commit-ID: 4FQ5aL2XrU5

--HG--
extra : rebase_source : a8863472a82697b3e7668866a35f14b6f01fafe7
2017-11-28 11:38:15 +01:00
Cosmin Sabou 651cb90a8a Backed out changeset be86ccde4f4a (bug 1352497) for bc failures on Windows 7 debug with e10s at docshell/test/browser/browser_bug1309900_crossProcessHistoryNavigation.js r=backout a=backout 2017-11-26 01:36:44 +02:00
Dão Gottwald bfd060da04 Bug 1352497 - Remove about:healthreport. r=gfritzsche,nechen
MozReview-Commit-ID: 8aPg9oDFIlu

--HG--
extra : rebase_source : 6e9836a6d66b464df1228f7ed84e9b37bad8809c
2017-11-22 13:51:08 +01:00
Brian Grinstead 862b484e28 Bug 1410540 - Remove the 'viewbutton' XBL binding and pageInfo.xml;r=dao
Instead of creating a new binding that extends the radio binding to remove the actual
radio input from the DOM, with this change we use the default radio binding and hide
the radio input via CSS.

MozReview-Commit-ID: GMEFinhRehU

--HG--
extra : rebase_source : 66cf2e302e8e095f4d9f77228d721673c70a40e2
2017-11-08 12:26:31 -08:00
Edouard Oger 1b0cd12bff Bug 1395460 p2 - Remove about:accounts. r=tcsc
MozReview-Commit-ID: CdNZRf4divV

--HG--
extra : rebase_source : d7552c6b4808b5d5bfe9dd37ada4030100b6d749
2017-10-24 17:57:03 -04:00
Sebastian Hengst 93903f0306 Backed out 2 changesets (bug 1395460) for eslint failure at browser/components/uitour/UITour.jsm:556 (no return value from arrow function). r=backout on a CLOSED TREE
Backed out changeset 0bc6d186d609 (bug 1395460)
Backed out changeset 6c028123001d (bug 1395460)
2017-10-26 23:33:04 +02:00
Edouard Oger dc67fe3fc7 Bug 1395460 p2 - Remove about:accounts. r=tcsc
MozReview-Commit-ID: CdNZRf4divV

--HG--
extra : rebase_source : 3ffeb9e025d48d3bbf3362addc800b14b9488acc
2017-10-24 17:57:03 -04:00
Ursula Sarracini 5cc71c5ceb Bug 1400326 - Preparing existing about:home for 57 if we decide not to ship activity stream on it r=k88hudson,Mardak
MozReview-Commit-ID: IprIOuZQJxL

--HG--
extra : rebase_source : 98eeb2852dea7f4a2bd2a2d261bd6bbb16fd4d3f
2017-10-06 17:20:11 -04:00
Johann Hofmann 9b1f14e379 Bug 1394451 - Add an illustration to net errors. r=ewright
MozReview-Commit-ID: LSfyFYEgUMS

--HG--
extra : rebase_source : bc195aba89b3d10c84b4037c018b24f788fb426f
2017-09-20 18:29:20 +02:00
Henrik Adolfsson 2b97d02c70 Bug 1366369 - Change default theme icons. r=dao
MozReview-Commit-ID: KYXIRd7m9O2

--HG--
rename : browser/base/content/defaultthemes/compactdark.icon.svg => browser/base/content/defaultthemes/dark.icon.svg
rename : browser/base/content/defaultthemes/compactlight.icon.svg => browser/base/content/defaultthemes/light.icon.svg
extra : rebase_source : a1281aff2dea24f3d28941f644467eef76683557
2017-09-20 10:18:34 +02:00
Johann Hofmann 4a84c97ab7 Bug 1394462 - Update dnsNotFound error copy and illustration. r=nhnt11
MozReview-Commit-ID: KFp3JhkCDJJ

--HG--
extra : rebase_source : 62449541d1d5362fbc15b18fde9b4964cd153c4c
2017-09-19 21:54:29 +02:00
Erica Wright 5203d976cb Bug 1394460 - Update illustration and copy for error: invalid URL. ui-r=shorlander r=johannh
MozReview-Commit-ID: 8mMUvlOzygj

--HG--
extra : rebase_source : 6b93f7de2bbf55c330c4c25f08555386362dce04
2017-08-29 16:55:31 -04:00
Jonathan Kingston 774f114ec8 Bug 1339610 - Move chrome:// container icons to be resource:// paths so extension developers can use them. r=baku
MozReview-Commit-ID: JLmKPftt2rG

--HG--
rename : browser/base/content/usercontext-briefcase.svg => browser/components/contextualidentity/content/briefcase.svg
rename : browser/base/content/usercontext-cart.svg => browser/components/contextualidentity/content/cart.svg
rename : browser/base/content/usercontext-chill.svg => browser/components/contextualidentity/content/chill.svg
rename : browser/base/content/usercontext-circle.svg => browser/components/contextualidentity/content/circle.svg
rename : browser/base/content/usercontext-dollar.svg => browser/components/contextualidentity/content/dollar.svg
rename : browser/base/content/usercontext-fingerprint.svg => browser/components/contextualidentity/content/fingerprint.svg
rename : browser/base/content/usercontext-food.svg => browser/components/contextualidentity/content/food.svg
rename : browser/base/content/usercontext-fruit.svg => browser/components/contextualidentity/content/fruit.svg
rename : browser/base/content/usercontext-gift.svg => browser/components/contextualidentity/content/gift.svg
rename : browser/base/content/usercontext-pet.svg => browser/components/contextualidentity/content/pet.svg
rename : browser/base/content/usercontext-tree.svg => browser/components/contextualidentity/content/tree.svg
rename : browser/base/content/usercontext-vacation.svg => browser/components/contextualidentity/content/vacation.svg
extra : rebase_source : 0f7875ce0fd4c7c987beb7953e66ffc0e475f13d
2017-08-25 12:30:16 +01:00
Zibi Braniecki 625fb0084a Bug 1393848 - Move search-plugin resource entry to browser's content jar.mn. r=Pike
MozReview-Commit-ID: JJD222TkR8a

--HG--
extra : rebase_source : 9e6fb7e165fda08b497849ec660c802cf2311449
2017-08-25 10:00:17 -07:00
Zibi Braniecki e04ee6faf7 Bug 1377911 - Move the override chrome entries from language manifests to product manifests. r=Pike
MozReview-Commit-ID: 7VgO2ui9yH5

--HG--
extra : rebase_source : 0e59cbfa320c75e64614594e7927f48d84f5a1c1
2017-08-24 16:21:48 -07:00
Shane Caraveo 1fe5a3a13e Bug 1388902 remove socialapi share, r=florian
MozReview-Commit-ID: Kcjugf3Ql6y

--HG--
extra : rebase_source : 8f82fa6beabfa89916bbc97ec799c6e5d6b3ff18
2017-08-16 08:54:21 -07:00
Zibi Braniecki a0c27c3047 Bug 1389963 - Backout "Bug 1377911 - Move the override chrome entries from language manifests to product manifests." r=gandalf
MozReview-Commit-ID: 3DKrucSbUKy

--HG--
extra : rebase_source : 3e933dd08867b589e4660f337a5085fa0f5df674
2017-08-13 11:16:05 -07:00
Zibi Braniecki fecdd95904 Bug 1377911 - Move the override chrome entries from language manifests to product manifests. r=Pike
In order to simplify the language pack manifests and tighten the security around them,
we'd like to move the overrides for language resources to product manifest.

MozReview-Commit-ID: J8Y7epUWcxD

--HG--
extra : rebase_source : 88b132b015f9bf2395a6efc0bc03205d684f97fd
2017-08-03 20:18:08 -07:00
Brian Grinstead 74f3a35a6d Bug 1385452 - Add a keyboard shortcut in local builds to restart the browser;r=mossop
MozReview-Commit-ID: Du4PTPawzhm

--HG--
extra : rebase_source : fbfca40a61b21fd06463e7075b9e1c8f758cc52d
2017-08-08 11:35:47 -07:00
Jonathan Kingston 610bf6f965 Bug 1387003 - Adding container icons from test pilot experiment. r=jaws
MozReview-Commit-ID: FYScQpSh11m

--HG--
extra : rebase_source : 32c4d95a15325674ac4b52ad860a82c1aee4f0a1
2017-08-03 13:05:17 +01:00
Drew Willcoxon 6f9f704b57 Bug 1374477 - Add browser-pageActions.js for Photon page actions. r=Gijs
MozReview-Commit-ID: DUl7WlSnk4k

--HG--
extra : rebase_source : 2f7f39fc30216f330a1488c574cad856189fbe8d
2017-07-29 20:24:58 -07:00
Florian Quèze cfb8e478a5 Bug 1381853 - Remove browser-refreshblocker.js and move its code to tabbrowser.xml, avoiding the RefreshBlocked event completely, r=mconley. 2017-07-23 00:17:58 +02:00
Jonathan Watt 5ccae642ae Bug 1368411 - Convert content/browser/usercontext.svg to use context paint and avoid filtering to improve performance. r=dao 2017-05-05 11:43:16 +01:00
Chris AtLee 2dd73df1e4 Bug 1363853: Remove LWT footers r=Gijs
MozReview-Commit-ID: 90sm2IcUmxf

--HG--
extra : rebase_source : 4be48d509c685763b2e5a94bd228bb9c56a6074a
2017-05-24 09:21:51 -04:00
Andreas Tolfsen b17eddc1c3 Bug 1366366 - Use non-animated robot icon with Marionette; r=Gijs
The browser/base/content/robot.ico resource is animated, displaying
a robot that occasionally rolls its eyes.  This causes fallouts
when taking screenshots of the entire ChromeWindow area, such as
https://bugzilla.mozilla.org/show_bug.cgi?id=1364762.

This patch provides a PNG copy of the robot that does not roll its eyes
for use with Marionette.

MozReview-Commit-ID: LFqamkfOXJO

--HG--
extra : rebase_source : 4057f6b1e30c042296c17cc1cfbe6107881f11e4
2017-05-23 13:45:54 +01:00
Edouard Oger d198d9c234 Bug 1365273 - Remove about:sync-tabs. r=markh
MozReview-Commit-ID: HFsc4xf8N3a

--HG--
extra : rebase_source : 0af5802196622a3c44b162a4de7e2ceadfde666d
2017-05-17 11:39:22 -04:00
Sebastian Hengst cb81b8de15 Backed out changeset b8d0fdf79562 (bug 1365273) for build bustage: Unused pattern 'sync/**' in browser/base/content/moz.build and unreferenced files detected by browser_all_files_referenced.js. r=backout 2017-05-18 19:09:55 +02:00
Edouard Oger ca11d95460 Bug 1365273 - Remove about:sync-tabs. r=markh
MozReview-Commit-ID: HFsc4xf8N3a

--HG--
extra : rebase_source : 841763ceb5a2ce3630e2f0f3625f7d3d20569135
2017-05-17 11:39:22 -04:00
Mason Chang 31c2614b44 Bug 1340627. OS X XUL UI test to check for CG Borrow/Return CGContext r=lsalzman 2017-05-17 08:20:39 -07:00
Andreas Tolfsen 6935e40966 Bug 1355890 - Move robot favicon to separate file r=Gijs
Robot favicon (image/png) is currently only used in about:robots
(browser/base/content/aboutRobots.xhtml), but we intend to re-use this
resource for indicating that the browser is under remote (robot) control.

MozReview-Commit-ID: 4eTNbAITPQx

--HG--
extra : rebase_source : 765e4e2d7abe95ecc48b6a55582bde73fb689d5e
2017-04-27 22:59:16 +01:00
Dão Gottwald 9cc94f157a Bug 1364090 - Detach the reload and stop buttons from the location bar. r=johannh
MozReview-Commit-ID: Ltp6EghiI44

--HG--
extra : rebase_source : f033cadab35b56cf96f25786260853a8a5f9a1ed
2017-05-11 19:16:05 +02:00
Ed Lee b7eda53134 Bug 1241390 - Remove Suggested Tiles and related features. r=adw,emtwo
Remove suggested and enhanced tiles along with related campaign, frequency-cap, inadjacency, pings, preferences, strings, styles, tests.

MozReview-Commit-ID: FkjaSpSFQHu

--HG--
extra : rebase_source : 1c58ac542180f0abb290639ec1c61b9edf3d0a51
2017-05-02 17:09:16 -07:00
Dão Gottwald a92309f93f Bug 1351827 - Use new mozilla logo in about:home. r=Dolske
MozReview-Commit-ID: HgkukbZJyuJ

--HG--
extra : rebase_source : ee9ccdf21806d8a7aea082eb996e417c7b294d77
2017-05-08 19:06:21 +02:00
Michael Ratcliffe 639285b5e5 Bug 1356033 - chrome://browser/content/gcli_sec_{bad,good,moderate}.svg should be moved to devtools r=jdescottes
This is easy to test:

Green tick marks (gcli_sec_good.svg) and Red Crosses (gcli_sec_bad.svg):
1. Go to https://csp-evaluator.withgoogle.com/
2. Shift+F2
3. security csp

I couldn't find a way to show the Orange Minus (gcli_sec_moderate.svg) but the path is changed in line with the other images and I did test it programatically so it will be fine.

MozReview-Commit-ID: 5897IV7epax

--HG--
rename : browser/base/content/gcli_sec_bad.svg => devtools/client/themes/images/gcli_sec_bad.svg
rename : browser/base/content/gcli_sec_good.svg => devtools/client/themes/images/gcli_sec_good.svg
rename : browser/base/content/gcli_sec_moderate.svg => devtools/client/themes/images/gcli_sec_moderate.svg
extra : rebase_source : 2aeb4c295a8e1b256cf2f53337b05496ef63f239
2017-05-04 14:41:36 +01:00
Sebastian Hengst 96151b2b6b Backed out changeset 2febf984044a (bug 1356033) for bustage due to now unused pattern "gcli*" in browser/base/content/moz.build. r=backout on a CLOSED TREE
--HG--
rename : devtools/client/themes/images/gcli_sec_bad.svg => browser/base/content/gcli_sec_bad.svg
rename : devtools/client/themes/images/gcli_sec_good.svg => browser/base/content/gcli_sec_good.svg
rename : devtools/client/themes/images/gcli_sec_moderate.svg => browser/base/content/gcli_sec_moderate.svg
2017-05-05 09:43:54 +02:00