Commit graph

3092 commits

Author SHA1 Message Date
Brian Grinstead
c71400c85e Bug 1206916 - Crop permissions labels if there isn't enough space in the Control Center;r=paolo
--HG--
extra : commitid : Ii05UJF4eA3
2015-09-30 12:03:27 -07:00
David Rajchenbach-Teller
34c2816fc1 Bug 1089695 - Async sanitize.js;r=mak
--HG--
extra : transplant_source : n%84iA%8D%87%D1t%81C%22%E9%02Z%BB%04%D1Q%93%3C
2015-07-27 19:18:19 +02:00
Steven Englehardt
201f99551c Bug 1191442 - Add "New Container Tab" to File Menu. r=paolo 2015-09-28 13:00:28 -07:00
Paolo Amadini
97fcfb08be Bug 1204486 - Simplify gIdentityHandler and show connection type in the fullscreen notification. r=ttaubert
--HG--
extra : commitid : EWCjQdIerD7
extra : rebase_source : 963b59d8880ae87fdb51255a5e550d008771e32f
2015-09-22 14:37:39 +01:00
J. Ryan Stinnett
eab474923e Bug 1201535 - Open view source tabs with about:blank. r=bz
Loading a view source tab as "about:blank" gets us the fresh tab we need without
making redundant requests.  The view source module will retrieve the actual data
as needed.
2015-09-24 12:39:07 -05:00
Dave Townsend
a22c2d1f9e Bug 1192924: Expose the update URL formatting code a new UpdateUtils module. r=rstrong
The GMP manager uses a copy of the update service's url formatting code and has
since fallen out of sync. We'll also want to use the same formatting code for
the system add-on update checks so this just exposes it in a shared API.

I've moved the contents of UpdateChannel.jsm to UpdateUtils.jsm and exposed
formatUpdateURL there as well as a few properties that the update service still
needs access to.

UpdateUtils.UpdateChannel is intended to be a lazy getter but isn't for now
since tests expect to be able to change the update channel at runtime.

--HG--
extra : commitid : KsbH21csjH4
extra : rebase_source : bc7c08de1ec6e802261b8cd294d88ee2c4e75c2d
2015-09-14 11:04:19 -07:00
Gijs Kruitbosch
7b8e36ae79 Bug 1183296 - feeds should display in e10s mode, r=billm
--HG--
extra : commitid : 6Jo98qH97L6
extra : rebase_source : fcb7c57f4ff649df1a8899462367d3192cb4d0c4
extra : amend_source : 3ea64db9df55775cdba4cea1ae664bf1cbaeb42b
2015-09-17 18:06:44 +01:00
Wes Kocher
468b697f04 Backed out 3 changesets (bug 1192924) for Android bustage CLOSED TREE
Backed out changeset 30d612836685 (bug 1192924)
Backed out changeset a6860f880e01 (bug 1192924)
Backed out changeset 10e1fa2cc23a (bug 1192924)

--HG--
rename : toolkit/mozapps/extensions/test/xpcshell/data/system_addons/system1_1.xpi => toolkit/mozapps/extensions/test/xpcshell/data/system_addons/app1/features/system1@tests.mozilla.org.xpi
rename : toolkit/mozapps/extensions/test/xpcshell/data/system_addons/system2_1.xpi => toolkit/mozapps/extensions/test/xpcshell/data/system_addons/app1/features/system2@tests.mozilla.org.xpi
rename : toolkit/mozapps/extensions/test/xpcshell/data/system_addons/system1_2.xpi => toolkit/mozapps/extensions/test/xpcshell/data/system_addons/app2/features/system1@tests.mozilla.org.xpi
rename : toolkit/mozapps/extensions/test/xpcshell/data/system_addons/system3_1.xpi => toolkit/mozapps/extensions/test/xpcshell/data/system_addons/app2/features/system3@tests.mozilla.org.xpi
rename : toolkit/mozapps/extensions/test/xpcshell/data/system_addons/system1_1_badcert.xpi => toolkit/mozapps/extensions/test/xpcshell/data/system_addons/app3/features/system1@tests.mozilla.org.xpi
2015-09-22 11:02:55 -07:00
Dave Townsend
fb7653707b Bug 1192924: Expose the update URL formatting code a new UpdateUtils module. r=rstrong
The GMP manager uses a copy of the update service's url formatting code and has
since fallen out of sync. We'll also want to use the same formatting code for
the system add-on update checks so this just exposes it in a shared API.

I've moved the contents of UpdateChannel.jsm to UpdateUtils.jsm and exposed
formatUpdateURL there as well as a few properties that the update service still
needs access to.

UpdateUtils.UpdateChannel is intended to be a lazy getter but isn't for now
since tests expect to be able to change the update channel at runtime.

--HG--
extra : commitid : FuPUB9X4oYJ
extra : rebase_source : cfcd31d7da5f5b636a2ec11546dbada973d681de
extra : histedit_source : 3df840dc502c6ee4177f1858920d1260e4dc27af
2015-09-14 11:04:19 -07:00
J. Ryan Stinnett
efe328f1b2 Bug 912121 - Rewrite require / import to match source tree. rs=devtools
In a following patch, all DevTools moz.build files will use DevToolsModules to
install JS modules at a path that corresponds directly to their source tree
location.  Here we rewrite all require and import calls to match the new
location that these files are installed to.

--HG--
extra : commitid : F2ItGm8ptRz
extra : rebase_source : b082fe4bf77e22e297e303fc601165ceff1c4cbc
2015-09-21 12:04:18 -05:00
Richard Barnes
d1f14337d5 Bug 1204616 - Control Center should show full host name (w/ subdomains) in security block. r=MattN,liuche
--HG--
extra : commitid : CCWgbbWihKu
extra : rebase_source : 294f5ae1654926cad1c54ac72741a2ee7c2c9edd
2015-09-16 18:01:27 -07:00
Wes Kocher
5b879dacff Merge mozilla-inbound to m-c a=merge CLOSED TREE 2015-09-16 10:52:53 -07:00
Tim Taubert
4a63c69f3a Bug 1193004 - Always show permissions section in the Control Center r=bgrins 2015-09-16 12:51:19 +02:00
Carsten "Tomcat" Book
5b9d50c59a Backed out 1 changesets (bug 1193004) for bc7 test failures
Backed out changeset 98f6e793e383 (bug 1193004)

--HG--
extra : rebase_source : ad701c683a51d4f9d85239d7c65d40ed74c28b5d
2015-09-14 15:18:25 +02:00
Tim Taubert
ce9b360431 Bug 1193004 - Always show permissions section in the Control Center r=bgrins 2015-09-04 14:02:41 +02:00
Blake Kaplan
bd5cfd1a0f Bug 1121052 - Reset the zoom level for crashed tab pages. 2015-09-11 11:21:14 +05:30
Gijs Kruitbosch
03609b9428 Bug 1195757 - treat about:cache as chrome, make checks on about: pages stricter, catch exceptions from NetUtil.jsm, r=ttaubert
--HG--
extra : commitid : GLNeY743YnS
extra : rebase_source : a74b3afd9f50503ed842e5397a36702e8330e90a
extra : histedit_source : 31646d69d58aa53127f45ad84f7ed7729acfc791
2015-09-08 19:07:07 +01:00
Brian Grinstead
969db82f87 Bug 1203280 - Back out all non-test changes from changeset f460ad2878d9 (bug 1193158);r=MattN
--HG--
extra : commitid : JOZBXThqYTw
2015-09-09 15:19:36 -07:00
Brian Grinstead
ce53bb1989 Bug 1203280 - Back out all non-test changes from changeset 064a1ae9f3d4 (bug 1199790);r=MattN
--HG--
extra : commitid : DZAN4miPJkE
2015-09-09 15:19:34 -07:00
J. Ryan Stinnett
78852db01c Bug 1165599 - Restore basic external view source. r=jsantell
CLOSED TREE

This restores external view source after changes in bug 1025146.  It does
function in e10s, however the page descriptor is not used, so viewing a POST
result will GET the page instead.  This is the same as it was before bug
1025146.

Follow ups will add usage tracking and improve e10s behavior if there is enough
usage.

--HG--
extra : amend_source : 41f2607f62a0c472effc0f2433352230014dbc9d
extra : transplant_source : %9F%3E%9D%D5w%11%B0t%94%C3%91W_%82G%8Ei%D5%CB%9A
2015-09-09 15:41:20 -05:00
Nikhil
4707006540 Bug 1078705 - Removed the # which appears when opening preferences more than once. r=jaws,dao
--HG--
extra : rebase_source : adba990baf2b9f6bf61d5494d965b7ad912e5f5b
2015-09-08 15:20:39 -04:00
Florian Quèze
267485b251 Bug 1119250 - remove old searchbar UI - part 3 - remove the old search drop down, r=Mossop. 2015-09-04 22:54:27 +02:00
Brian Grinstead
56824267bd Bug 1199790 - Add grouping in Control Center Permissions subpanel;r=ttaubert
--HG--
extra : commitid : 1Y3HZTwCHKF
2015-09-03 10:25:31 -07:00
Brian Grinstead
f230542190 Bug 1193158 - Create a basic site permissions subview;r=ttaubert
--HG--
extra : commitid : 2mKT8phamrs
2015-09-01 13:35:08 -07:00
Ehsan Akhgari
0bb85a8213 Bug 1200381 - Enable themes to customize the appearance of the toggle mute tab context menu; r=jaws
This is done by setting the muted and soundplaying attributes on the
context menu item, similar to what has been done for the tab.
2015-08-31 23:40:04 -04:00
Bill McCloskey
53cf90af0b Bug 1193527 - Fix common PB warning (r=Gijs) 2015-08-28 16:03:52 -07:00
Neil Deakin
4ca387549d Bug 1148505, remove cpow usage from back-forward menu by using sessionstore data, r=dao,billm 2015-08-28 03:13:03 -04:00
Ehsan Akhgari
a35fb77d60 Bug 1170011 - Disable infinite recursion on the View Source command; r=jaws
This disables the View Source command on view-source documents in the
view-source-in-tab mode.
2015-08-27 08:20:23 -04:00
Ryan VanderMeulen
2978facdf2 Backed out changeset e7402272f257 (bug 1170011) for more browser_viewSourceInTabOnViewSource.js failures.
CLOSED TREE
2015-08-26 11:12:33 -04:00
Ehsan Akhgari
0daeb4bc0b Bug 1197569 - Add a tab context menu entry for toggling the tab's muted state; r=jaws 2015-08-26 09:45:30 -04:00
Ehsan Akhgari
48639c61a8 Bug 1170011 - Disable infinite recursion on the View Source command; r=jaws
This disables the View Source command on view-source documents in the
view-source-in-tab mode.
2015-08-26 09:33:52 -04:00
Ryan VanderMeulen
e304066dd1 Backed out changeset de77ab24fab9 (bug 1170011) for browser_viewSourceInTabOnViewSource.js failures. 2015-08-25 23:16:22 -04:00
Shu-yu Guo
64db2267cf Bug 1202902 - Mass replace toplevel 'let' with 'var' in preparation for global lexical scope. (rs=jorendorff) 2015-09-15 11:19:45 -07:00
Ehsan Akhgari
9d0e4e2cdb Bug 1170011 - Disable infinite recursion on the View Source command; r=jaws
This disables the View Source command on view-source documents in the
view-source-in-tab mode.
2015-08-25 21:24:51 -04:00
Dave Townsend
cbedcf3b95 Bug 1042699: Block cross-origin add-on install requests. r=dveditz
--HG--
extra : commitid : FdVvNum7B1w
extra : rebase_source : db8d8aff572798f35b80e20feb6aaaa9094cf79c
extra : amend_source : 14e54c9a677784e9f520a454ee579208f8385384
2015-08-18 17:21:05 -07:00
Ya-Chieh Wu
fd911f3502 Bug 1196737 - Remove redundant NewTabURL.jsm import from browser.js. r=dao 2015-08-20 08:06:00 -04:00
Brian Grinstead
cce02680b1 Bug 1192162 - Only set the ciphers attribute in the Control Center when no mixed content is detected;r=tanvi,r=MattN
--HG--
extra : commitid : GbjkImm6Ful
2015-08-21 09:29:00 -07:00
Brian Grinstead
f52fb37f9b Bug 1192162 - Show not-secure icon in Control Center for http pages that have https frames with MCB;r=tanvi,r=MattN
--HG--
extra : commitid : LdT4DAbXCB5
2015-08-21 09:28:23 -07:00
Jimmy Wang
fa2afab424 Bug 1175794 - Rename and cleanup pageinfo code. r=florian 2015-08-13 03:37:02 -04:00
Dão Gottwald
e0bb5614ac Bug 1182102 - Stop setting the bookmark-item class on the home button or the bookmarks button when moving them to the bookmarks toolbar. r=gijs 2015-08-17 15:51:22 +02:00
Xidorn Quan
89f6321036 Bug 1160023 part 5 - Implement the new fullscreen warning box. r=dao
--HG--
extra : source : 5feba587802aaa472a72b9c9f7543bd6eabef83a
2015-08-13 22:42:06 +10:00
Brian Grinstead
e3558c90b8 Bug 1184312 - Remove the bad-content notification;r=ttaubert
--HG--
extra : commitid : Ii0whPBJhSH
2015-08-07 15:22:54 -07:00
Paolo Amadini
41593c22f6 Bug 1190427 - Update the design of about:privatebrowsing. r=ttaubert
--HG--
extra : commitid : 5yCOpUu71tw
extra : rebase_source : 5370a3aedd6ba82588163dbd3dd07211ed84cb5e
2015-08-06 15:51:41 +01:00
Tim Taubert
9dc8d793f1 Bug 1175702 - Fix browser_bug590206.js failures r=paolo 2015-08-06 15:35:52 +02:00
Tim Taubert
5b57f06c26 Bug 1175702 - Fix browser_identity_UI.js failures r=paolo 2015-08-06 15:01:37 +02:00
Tim Taubert
2d06faf7c4 Bug 1175702 - Implement mixed content states in the control center r=paolo 2015-08-04 20:04:24 +02:00
Brian Grinstead
f3f695c8a6 Backed out changeset 657bc9b41d71 (bug 1175702)
--HG--
extra : commitid : 6qJWtAsJq8W
extra : rebase_source : 328815d4c1eceb9e7b40135344976f320c4d40f2
2015-08-06 17:00:31 -07:00
Brian Grinstead
19c02557e7 Backed out changeset dc33bb49347d (bug 1175702)
--HG--
extra : commitid : 3VRtJmtTRzi
extra : rebase_source : 016f85a611f405760dbfe07eedbf5a012189755e
2015-08-06 17:00:16 -07:00
Brian Grinstead
dfe6ceded6 Backed out changeset 7216b345380e (bug 1175702)
--HG--
extra : commitid : 12e4K25LrrI
extra : rebase_source : 25536245d7019402973becf141955e442589839b
2015-08-06 16:59:56 -07:00
Ryan VanderMeulen
6b37d9c465 Merge m-c to fx-team. a=merge 2015-08-06 15:53:46 -04:00