Commit Graph

756 Commits

Author SHA1 Message Date
Jed Davis
9e0d0967f3 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
16b3bad34d Bug 1136716 - Consolidate reader view strings in one .properties file, and make the strings to close reader view consistent. r=bnicholson,Unfocused 2015-02-27 11:29:18 -08:00
Abhinav Koppula
474070eded Bug 951695 - Rename 'Character Encoding' to 'Text Encoding'. r=jaws 2015-02-27 18:10:30 -05:00
Margaret Leibovic
6877857dff Bug 1134441 - Replace font size controls with +/- buttons. r=bnicholson 2015-02-24 17:15:03 -08:00
Benjamin Smedberg
cf4735b3a5 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
7e7e6beb2c 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
726c3d1e87 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
cbad64de01 Bug 547623 - Add a button to about:support to enter safe mode. r=adw 2015-02-19 16:53:00 -08:00
Paul Rouget
d402fef360 Bug 1127205 - Can't quit B2G Desktop on Mac. r=mstange 2015-02-18 16:34:00 +01:00
Ryan VanderMeulen
28a088f785 Merge m-c to fx-team. a=merge 2015-02-17 21:24:49 -05:00
Margaret Leibovic
9d46268d9a 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
18d5d86edb 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
896b98fa12 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
d481a4db36 Bug 1117889 - Fix hard-coded general data caption in about:telemetry. r=gfritzsche 2015-02-04 16:06:48 +00:00
David Keeler
6773a47845 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
6080d284d4 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
0e41b5f81c Bug 1109757 - show update channel and build ID on about:support, r=MattN 2015-01-28 02:01:26 +00:00
Gijs Kruitbosch
c8d8432aba Bug 1125378 - indicate default e10s state in remote troubleshooting, r=gavin 2015-01-28 17:13:42 +00:00
Ryan VanderMeulen
e62a56bf6c Merge fx-team to m-c. a=merge 2015-01-26 16:34:12 -05:00
J. Ryan Stinnett
e131c365c4 Bug 1103120 - Part 17: Server: Default receive OOB dialog. r=past 2015-01-26 12:47:14 -06:00
J. Ryan Stinnett
2c47d774ee Bug 1103120 - Part 14: Client: Send OOB data to server. r=past 2015-01-26 12:47:13 -06:00
J. Ryan Stinnett
f6e31ab77a Bug 1103120 - Part 7: Server: Provide session to default prompt. r=past 2015-01-26 12:47:13 -06:00
Stephen Pohl
699eb9f57f Bug 1115892: Ensure that en-GB displays the proper language in crashreporter. r=gps 2015-01-26 12:33:03 -05:00
Jared Wein
8f51b62098 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
8f71e865ec 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
aacbef0422 Bug 1077057 - Add Linux sandboxing info to about:support. r=Unfocused 2014-11-06 12:40:00 +01:00
Peter Van der Beken
192413b6ea Backout 58e2cab9572e, bad patch. 2014-11-04 12:35:02 +01:00
Peter Van der Beken
7cb694feb9 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
7038f23d85 Bug 1092176 - Add keyed histogram section in about:telemetry. r=froydnj 2014-10-31 21:47:13 +01:00
Georg Fritzsche
6dd6391fae Bug 1086252 - Show stable client id in about:telemetry. r=froydnj 2014-10-23 15:42:04 +02:00
Birunthan Mohanathas
8673e144a9 Bug 1083632 - Remove unused strings in aboutPrivateBrowsing.dtd and charsetMenu.dtd. r=Gijs 2014-10-22 06:28:00 +03:00
YFdyh000
73c7b4ee6d 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
b3b493641b 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
4a533e451f Merge inbound to m-c a=merge CLOSED TREE 2014-10-10 18:58:06 -07:00
Heather Arthur
3f7265abd5 Bug 1077523 - Enable CSS source maps by default. r=bgrins 2014-10-09 14:27:00 +02:00
Robert Strong
b67610d419 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
7420c8422d Merge m-c to fx-team. a=merge 2014-09-29 16:09:22 -04:00
Henri Sivonen
a13d72512b 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
e27f45a6cc 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
d48d0f2fc9 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
362e5a214a 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
5345c3bf87 Backed out changeset 22c0fbb87b38 (bug 1065303) due to bc1 bustage 2014-09-19 19:16:53 +12:00
Blair McBride
40f687dbe7 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
5f0d192d2d Backed out changeset 10d66191e16a because commit message fail. r=we-need-hooks 2014-09-19 17:53:11 +12:00
Blair McBride
2ef80c0a42 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
bc8d2f36a9 Bug 836415 - Kill PFS. r=bsmedberg 2014-09-18 10:01:23 -07:00
Robert Strong
a6336fe82c Bug 1080395 - Crash reporter is only partially localized on Mac OS X. r=ted 2014-10-10 04:02:20 -07:00
Ed Morley
2a3fe45e62 Backed out changeset 6e5adc14dc82 (bug 964225) 2014-09-26 16:10:57 +01:00
Henri Sivonen
fda2c93f3a 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
04e8c52526 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