Commit Graph

1019 Commits

Author SHA1 Message Date
Jed Davis
19355a43d5 Bug 1137007 - Detect namespace and SECCOMP_FILTER_FLAG_TSYNC support in SandboxInfo. r=kang, r=Unfocused
Currently, only user namespace support is detected.  This is targeted at
desktop, where (1) user namespace creation is effectively a prerequisite
for unsharing any other namespace, and (2) any kernel with user
namespace support almost certainly has all the others.

Bonus fix: remove extra copy of sandbox flag key names in about:support;
if JS property iteration order ever ceases to follow creation order, the
table rows could be permuted, but this doesn't really matter.
2015-03-06 13:59:00 -05:00
Margaret Leibovic
c8bbe85af8 Bug 1136716 - Consolidate reader view strings in one .properties file, and make the strings to close reader view consistent. r=bnicholson,Unfocused
--HG--
extra : rebase_source : e50c9c99a919a660fb064fc452c0cee62a04ee43
2015-02-27 11:29:18 -08:00
Abhinav Koppula
75f61d9f2d Bug 951695 - Rename 'Character Encoding' to 'Text Encoding'. r=jaws 2015-02-27 18:10:30 -05:00
Margaret Leibovic
b1c8846285 Bug 1134441 - Replace font size controls with +/- buttons. r=bnicholson
--HG--
extra : rebase_source : 0251d53ec2ecef1506ce985414f814f9f582c974
2015-02-24 17:15:03 -08:00
Benjamin Smedberg
d4201803b0 Bug 1133000 - Expose the protected-mode toggle in the Addons-manager UI options pane for Flash. r=Unfocused/MattN
--HG--
extra : rebase_source : 6917fdbc19c7b2a03d3a65c1f2d7eff01afc61fd
extra : histedit_source : bcb328b11de86da2e7d84b8b1d730a43e5d515db
2015-02-13 14:55:37 -05:00
Margaret Leibovic
94cb523c5c Bug 1135234 - Use "serif" and "sans-serif" in reader mode controls to match desktop. r=bnicholson
--HG--
extra : rebase_source : 2133c4d475ea326f5fe8115e1b8a08723f5af092
extra : amend_source : 0504d868a9554d9aa07d913d52210ca020d49d4b
2015-02-20 13:27:09 -08:00
Margaret Leibovic
79579aae38 Bug 1131303 - Update strings for reader view/reading list UI, and add title text to reader view toolbar buttons. r=Unfocused,rnewman
--HG--
extra : rebase_source : 42a40f76da543930c9f08373fb0836774a1c5290
2015-02-12 09:15:45 -08:00
shreyas
00fade12a6 Bug 547623 - Add a button to about:support to enter safe mode. r=adw 2015-02-19 16:53:00 -08:00
Paul Rouget
410db13a8c Bug 1127205 - Can't quit B2G Desktop on Mac. r=mstange 2015-02-18 16:34:00 +01:00
Ryan VanderMeulen
75cd780807 Merge m-c to fx-team. a=merge 2015-02-17 21:24:49 -05:00
Margaret Leibovic
f013fe48c4 Bug 1132547 - Move reader.has_used_toolbar logic to Android's Reader.js. r=bnicholson
--HG--
extra : rebase_source : 6c3e57259a0dc4a70222fa2fdf4aa1c5b823f93c
2015-02-12 15:23:26 -08:00
Margaret Leibovic
f63aff6e67 Bug 1120735 - Implement desktop reader mode controls. r=jaws,bnicholson
--HG--
extra : rebase_source : 931f6bd5497ca84fa54eb0f8365acf940a7cd86f
2015-01-21 17:21:11 -08:00
Gijs Kruitbosch
b24f5b4422 Bug 1123771 - don't expose search icon as button if all it does is focus input and label it otherwise, r=Mossop 2015-02-06 11:44:37 +00:00
Gabriel Machado
0bcf668a82 Bug 1117889 - Fix hard-coded general data caption in about:telemetry. r=gfritzsche 2015-02-04 16:06:48 +00:00
David Keeler
dcc3953291 bug 832837 - move insecure form submission warning from nsSecureBrowserUIImpl to the HTML form implementation r=mrbkap r=phlsa
As a result, we can remove nsSecurityWarningDialogs completely, which this patch also does.
2015-01-15 11:01:10 -08:00
Stephen Pohl
b7563655ca Bug 1089867: Refactor GMPProvider and make it compatible with EME CDMs. r=gfritzsche
--HG--
rename : toolkit/mozapps/extensions/content/openH264Prefs.xul => toolkit/mozapps/extensions/content/gmpPrefs.xul
2015-02-17 12:50:21 -05:00
Gijs Kruitbosch
8350d13bd6 Bug 1109757 - show update channel and build ID on about:support, r=MattN 2015-01-28 02:01:26 +00:00
Gijs Kruitbosch
6221a1a10b Bug 1125378 - indicate default e10s state in remote troubleshooting, r=gavin 2015-01-28 17:13:42 +00:00
Ryan VanderMeulen
ab1e320c97 Merge fx-team to m-c. a=merge 2015-01-26 16:34:12 -05:00
J. Ryan Stinnett
98e695f743 Bug 1103120 - Part 17: Server: Default receive OOB dialog. r=past 2015-01-26 12:47:14 -06:00
J. Ryan Stinnett
c627aeda11 Bug 1103120 - Part 14: Client: Send OOB data to server. r=past 2015-01-26 12:47:13 -06:00
J. Ryan Stinnett
b12406c387 Bug 1103120 - Part 7: Server: Provide session to default prompt. r=past 2015-01-26 12:47:13 -06:00
Stephen Pohl
f2ca5b3bd5 Bug 1115892: Ensure that en-GB displays the proper language in crashreporter. r=gps 2015-01-26 12:33:03 -05:00
Jared Wein
bf86aa7030 Bug 1115717 - Warning dialog when exiting Private Browsing with active downloads could be made less technical. r=paolo
--HG--
extra : rebase_source : eef8230916b779cb1bc7fb640ad68dc1123bfd2c
2015-01-15 16:04:34 -05:00
Margaret Leibovic
de5e9c40f7 Bug 793920 - (Part 1) Move majority of Android reader mode code to a shared place in /toolkit. r=Mossop,bnicholson
--HG--
rename : mobile/android/chrome/content/JSDOMParser.js => toolkit/components/reader/content/JSDOMParser.js
rename : mobile/android/chrome/content/Readability.js => toolkit/components/reader/content/Readability.js
rename : mobile/android/chrome/content/aboutReader.html => toolkit/components/reader/content/aboutReader.html
rename : mobile/android/chrome/content/aboutReader.js => toolkit/components/reader/content/aboutReader.js
rename : mobile/android/chrome/content/readerWorker.js => toolkit/components/reader/content/readerWorker.js
rename : mobile/android/locales/en-US/chrome/aboutReader.properties => toolkit/locales/en-US/chrome/global/aboutReader.properties
extra : rebase_source : f0b900c46bb5dc894303ddf3701be7b019b61ae0
extra : histedit_source : 7417d0e4032ed3a3b1ab83af8f7e8a92951fdead
2014-12-10 16:44:53 -08:00
Jed Davis
80b2289b66 Bug 1077057 - Add Linux sandboxing info to about:support. r=Unfocused 2014-11-06 12:40:00 +01:00
Peter Van der Beken
688c64b71b Backout 58e2cab9572e, bad patch. 2014-11-04 12:35:02 +01:00
Peter Van der Beken
baa4f7ed4e Bug 1089049 - crash in nsContentUtils::CanCallerAccess(nsINode*), Browser crashes if contextNode is null of document.evaluate. r=bz.
--HG--
extra : rebase_source : 00d2454f8de660a6432d30324529df02b52dd618
2014-11-04 10:20:08 +01:00
Georg Fritzsche
b897505e65 Bug 1092176 - Add keyed histogram section in about:telemetry. r=froydnj 2014-10-31 21:47:13 +01:00
Georg Fritzsche
9d396c3220 Bug 1086252 - Show stable client id in about:telemetry. r=froydnj 2014-10-23 15:42:04 +02:00
Birunthan Mohanathas
cf163f024f Bug 1083632 - Remove unused strings in aboutPrivateBrowsing.dtd and charsetMenu.dtd. r=Gijs 2014-10-22 06:28:00 +03:00
YFdyh000
6a59367151 Bug 771215 - Add an accesskey to the "Copy Username" menu item in the Saved Passwords dialog. r=MattN 2014-10-16 00:12:01 -07:00
Mark Hammond
647a58c354 Bug 1063702 - Update all Reset Firefox strings and relevant UI to new UX requirements. r=MattN
--HG--
extra : rebase_source : 4e9f51eb421ccd12e2fc14b6294a104d1c7a1aff
2014-10-11 12:37:16 +11:00
Wes Kocher
0dadefde36 Merge inbound to m-c a=merge CLOSED TREE 2014-10-10 18:58:06 -07:00
Heather Arthur
9e513f212d Bug 1077523 - Enable CSS source maps by default. r=bgrins 2014-10-09 14:27:00 +02:00
Robert Strong
43f38a791e Mac v2 signing - Bug 1076370 - Fix Firefox.app l10n repacks for Mac v2 signing. r=jmaher 2014-10-02 09:12:36 -07:00
Ryan VanderMeulen
c8d14e42a2 Merge m-c to fx-team. a=merge 2014-09-29 16:09:22 -04:00
Henri Sivonen
67a076444a Bug 964225 - Remove the GBK decoder class and remove GB2312 as a Gecko-canonical encoding. r=emk. 2014-09-26 15:12:02 +03:00
Stephen Pohl
517f06ea2b Mac v2 signing - Bug 1047584 - Modify the .app file structure to allow for OSX v2 signing. r=bsmedberg 2014-09-29 11:50:56 -07:00
Blair McBride
d240e00242 Bug 1067888 - Add autocomplete result type for searching via current search engine. r=mak
--HG--
rename : toolkit/components/places/tests/unifiedcomplete/test_searchEngine.js => toolkit/components/places/tests/unifiedcomplete/test_searchEngine_restyle.js
extra : transplant_source : n%86%86%E2%23%85d%15%A8%0D%DD%F0%9A%A4%8B%E8y-%3DY
2014-09-25 17:04:06 +12:00
Blair McBride
9de8c71e4e Bug 1065303 - Prepare autocomplete.xml/UnifiedComplete for adding new special result types and heuristics. r=mak
--HG--
extra : transplant_source : %96%27%20FGCQ%D9%B5%FC%8E%CAV%F3%80%5DN%88%0F.
2014-09-19 23:58:46 +12:00
Blair McBride
869d88deb2 Backed out changeset 22c0fbb87b38 (bug 1065303) due to bc1 bustage 2014-09-19 19:16:53 +12:00
Blair McBride
c4c094c2df Bug 1065303 - Prepare autocomplete.xml/UnifiedComplete for adding new special result types and heuristics. r=mak
--HG--
extra : transplant_source : %147%8B%E3sN%BC%9B%25%8CR%C2%A5%D1i9%14%B9%7B%F5
2014-09-19 17:50:55 +12:00
Blair McBride
80c5c0d00a Backed out changeset 10d66191e16a because commit message fail. r=we-need-hooks 2014-09-19 17:53:11 +12:00
Blair McBride
49e1a67e44 Bug 1065303 - Prepare autocomplete.xml/UnifiedComplete for adding new special result types and heuristics.
--HG--
extra : transplant_source : 7%B63%B7%1DN%DBiU%86%82%FC%26H%EF9%B6%BF%BB%A0
2014-09-19 17:42:38 +12:00
Justin Dolske
c80af2ab0d Bug 836415 - Kill PFS. r=bsmedberg 2014-09-18 10:01:23 -07:00
Robert Strong
5746138bb6 Bug 1080395 - Crash reporter is only partially localized on Mac OS X. r=ted 2014-10-10 04:02:20 -07:00
Ed Morley
4a493a3d61 Backed out changeset 6e5adc14dc82 (bug 964225) 2014-09-26 16:10:57 +01:00
Henri Sivonen
c02f4630b6 Bug 964225 - Remove the GBK decoder class and remove GB2312 as a Gecko-canonical encoding. r=emk. 2014-09-26 15:12:02 +03:00
Alex Bardas
341ce7d5b7 Bug 1047433 - Add 'Search with (engine)' label for past search results in the location bar. r=Paolo 2014-08-25 15:22:00 -04:00