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

95 Коммитов

Автор SHA1 Сообщение Дата
Andres Hernandez f67282a3de Bug 722993 - WindowsJumpLists.jsm uses global Private Browsing state to make decisions; f=jdm, r=ehsan 2012-11-20 19:31:35 -06:00
Ehsan Akhgari 1decd83639 Bug 802274 - Part 2: Show about:privatebrowsing when starting Firefox with the -private flag in both global and per-window private browsing mode; r=jdm,gavin 2012-11-12 12:26:53 -05:00
Kyle Huey 0469a02b25 Bug 798491: Add an option to stick all chrome JSMs/JS components in the same compartment. r=mrbkap,philikon
--HG--
extra : rebase_source : 98337b6a8c07d05e8c961a452dd05a7d75c3c60b
2012-10-31 09:13:28 -07:00
Vicamo Yang a78b5b38c7 Backout 67cb43bb8865: Breaks B2G Marionette 2012-10-31 16:35:11 +08:00
Kyle Huey 9a3674d80a Bug 798491: Add an option to stick all chrome JSMs/JS components in the same compartment. r=mrbkap,philikon 2012-10-30 12:28:11 -07:00
Ed Morley 4144129728 Backout a145ded68994, e0cf397089ec & 1545e91c658e (bug 798491) for bustage on a CLOSED TREE 2012-10-30 17:02:31 +00:00
Kyle Huey 50b5d3f681 Bug 798491: Add an option to stick all chrome JSMs/JS components in the same compartment. r=mrbkap,philikon 2012-10-30 08:26:12 -07:00
Marco Bonardo 7aeb35d403 Bug 749477 - Stop abusing about:home localStorage from browser code.
r=fryn
2012-09-12 12:02:03 +02:00
Marco Bonardo db05fdca4d Backout a933e3c0ec0f (bug 749477) for causing a new random failure in m-oth 2012-09-12 21:26:38 +02:00
Marco Bonardo 0c661928eb Bug 749477 - Stop abusing about:home localStorage from browser code.
r=fryn
2012-09-12 12:02:03 +02:00
Jonas Sicking abf244acdd Bug 774585: Fix browser code and tests to be aware of app principals. r=mounir 2012-07-21 00:29:40 -07:00
Justin Dolske 4a375890b9 Bug 731926 - Refactor init/shutdown functions in browser.js (rename some functions). r=gavin 2012-06-15 12:09:48 -07:00
Alice0775 White bb09f3deb8 Bug 682944 - Prevent snippets with iframes from breaking about:home. r=gavin 2012-06-13 15:44:28 -07:00
Gervase Markham 82ff7027aa Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
Tim Taubert 293158a1a7 Backed out changeset 7a5807d68ddc (bug 682944) 2012-05-15 08:17:05 +02:00
Frank Yan e4f485a6a8 Bug 682944 - Prevent snippets with iframes from breaking about:home. r=gavin 2012-04-24 13:43:38 -04:00
Devan Sayles 1588bcb0ed Bug 735471 - Add a pref to switch between window'd preferences and in-content preferences. r=jaws,bmcbride 2012-05-08 19:31:51 -07:00
Gavin Sharp 46e59eb863 Bug 739793: add old version to post-update whatsnew URL to allow differentiating various upgrade scenarios, r=mak
--HG--
extra : transplant_source : %94%F1O%DEK%D0n%F3%F5%07%7D%20%C7%E2%C6%3C%922%01%DB
2012-03-28 09:56:56 -07:00
Robert Strong 885df8ebbc Bug 491947 - Disable DDE shell integration. r=jmathies 2012-03-26 12:45:29 -07:00
Frank Yan ad5dbd581e Bug 711157 - about:home Visual Refresh & Launcher. r=mak ui-r=shorlander
--HG--
rename : browser/base/content/aboutHome.css => browser/base/content/abouthome/aboutHome.css
rename : browser/base/content/aboutHome.js => browser/base/content/abouthome/aboutHome.js
rename : browser/base/content/aboutHome.xhtml => browser/base/content/abouthome/aboutHome.xhtml
rename : browser/base/content/aboutHome-snippet1.png => browser/base/content/abouthome/snippet1.png
rename : browser/base/content/aboutHome-snippet2.png => browser/base/content/abouthome/snippet2.png
2012-03-14 16:10:12 -07:00
Dão Gottwald cd6c2a6c1b Bug 728932 - needHomepageOverride should use nsIXULAppInfo::platformVersion instead of nsIHttpProtocolHandler::misc. r=gavin 2012-02-21 04:26:51 +01:00
Margaret Leibovic b35b1a3a59 Bug 691524 - Remove support for browser.startup.page == 2 and deprecate lastPageVisited. r=mak, sr=gavin 2011-10-03 15:57:19 -07:00
Margaret Leibovic 90fa56aa26 Bug 691579 - Get rid of broken multiple homepage code in startPage() r=gavin 2011-10-03 16:28:13 -07:00
arno renevier 94dd98221c Bug 665003 - browser/components/nsBrowserContentHandler.js contains unecessary const; r=gavin
--HG--
extra : rebase_source : 7415b9de1233a34f8c7197ed9be8f5003c50586c
2011-06-17 22:36:46 +02:00
Pascal Chevrel bc6d7f94b5 Bug 619069 - Command line options --new-tab and --new-window not documented; r=gavin.sharp 2011-01-14 07:33:00 -05:00
Ehsan Akhgari cccdef8b2f Backout the latest cedar merge wholesale until I test the correctness of the merge locally. This commit takes the tree state back to changeset 8d3f6093c425 (the last known good changeset before the merge) 2011-04-01 12:23:48 -04:00
Pascal Chevrel d6ea08bcf8 Bug 619069 - Command line options --new-tab and --new-window not documented; r=gavin.sharp 2011-01-14 07:33:00 -05:00
Marco Bonardo e129297652 Bug 603674 - User-modifiable preference for base URL of snippets service in about:home.
r=gavin a=blocking
2010-11-08 15:03:42 +01:00
Ehsan Akhgari 7bb26ec0ad Bug 568816 - Switching out of privacy mode fails when privacy mode is enabled via the command line option 'privacy-toggle'; r=zpao,dolske,jimm sr=rstrong a=blocking-beta7+
--HG--
rename : browser/components/privatebrowsing/test/unit/test_0-privatebrowsing.js => browser/components/privatebrowsing/test/unit/do_test_0-privatebrowsing.js
rename : browser/components/privatebrowsing/test/unit/test_0-privatebrowsing.js => browser/components/privatebrowsing/test/unit/test_0-privatebrowsingwrapper.js
2010-10-02 11:53:37 -04:00
Ehsan Akhgari 667aa064de Backed out changeset b08b684644a1 (bug 568816) because of Ts regression on Windows 2010-10-03 22:18:18 -04:00
Ehsan Akhgari 4fc4b53c27 Bug 568816 - Switching out of privacy mode fails when privacy mode is enabled via the command line option 'privacy-toggle'; r=zpao,dolske sr=rstrong a=blocking-beta7+
--HG--
rename : browser/components/privatebrowsing/test/unit/test_0-privatebrowsing.js => browser/components/privatebrowsing/test/unit/do_test_0-privatebrowsing.js
rename : browser/components/privatebrowsing/test/unit/test_0-privatebrowsing.js => browser/components/privatebrowsing/test/unit/test_0-privatebrowsingwrapper.js
2010-10-02 11:53:37 -04:00
Marco Bonardo b95ebd5cd9 Bug 563738 (part2) - Add current Mozilla "snippets" (links and special events) in the about:home page. r=gavin,Pike a=blocking 2010-09-11 09:45:08 +02:00
Gavin Sharp 138d201223 Bug 591371: use originalDefaultEngine for keyword search and about:home, r=jrmuizel, a=blocker
--HG--
extra : rebase_source : 44727c4806b8810f7cdf12219ee717f00ac6e855
2010-08-27 16:39:20 -04:00
Gavin Sharp ac57c4c6ed Remove unintentionally-landed reportError, rs+a=dtownsend 2010-08-26 14:46:47 -04:00
Marco Bonardo 4ab88aa150 Bug 563723 - Add an about:home page that mimics current start page. r=gavin,mano,dietrich a=blocking 2010-08-26 12:19:37 +02:00
Mike Hommey f25860c110 Bug 587593 - Remove extra usage line in firefox --help output. r=gavin.sharp, a2.0=bsmedberg
--HG--
extra : rebase_source : aae2337678da371e1c3886642fce0c55b1d66478
2010-08-18 19:47:57 +02:00
Benjamin Smedberg 4f8e7bcf17 Fix review comments from bug 568691 comment 45. 2010-06-24 11:56:28 -04:00
Benjamin Smedberg 31432df1fb Bug 568691 - Convert existing JS components to use NSGetFactory and add manifest files for them. In a followup we will link the .manifest files together at packaging time. This patch was developed on Linux: Windows and Mac may require additional changes.
--HG--
rename : toolkit/components/filepicker/src/nsFilePicker.js.in => toolkit/components/filepicker/src/nsFilePicker.js
2010-06-22 12:59:15 -04:00
Marco Bonardo edd3739d86 Bug 572425 - nsISearchEngine.getSubmission reponseType should be an [optional] param. r=gavin 2010-06-16 18:54:29 +02:00
Robert Strong 472ef22f32 Bug 538331 - On update perform action based upon the update metadata. r=dietrich, r=dtownsend, r=gavin, ui-r=beltzner 2010-04-06 19:49:23 -07:00
Ehsan Akhgari d331d3d51c Bug 506955 - Support the -private command line option even when Firefox is already running; r=mconnor 2009-12-17 16:08:36 -05:00
Romain BEZUT 9bda704751 Bug 458631 - Misalignment in --help command line. r=gavin 2009-10-09 12:50:42 +02:00
Bobby Holley cd0b27cceb Bug 504822 - Remove XBM support from Mozilla. r=joe sr=vladimir 2009-07-29 10:13:08 -04:00
David Humphrey e08f9e92b2 Bug 290057 - Thunderbird should integrate with the Spotlight Search; Add Mac -file arg handling so Spotlight can open mail files from searches v7; r=(bienvenu + joshmoz) sr=benjamin 2009-02-02 18:49:56 +01:00
Justin Dolske b29f89662a Bug 462478 - Make nsBrowserContentHandler use nsBrowserGlue's getMostRecentBrowserWindow(). r=gavin 2009-01-12 16:26:48 -08:00
Justin Dolske bcfa71bdb4 Bug 462254 - Remove EULA from Firefox installer / .dmg and related bits. r=gavin, r=rstrong 2008-11-05 19:17:27 -08:00
Daniel Holbert 5492039225 Bug 458167 - (comments-only changes) Grammar Nazi Vol1: s/it's/its/ for the posessive version of the word, and a few other misc comment-typos, in these directories: accessible browser config profile rdf toolkit tools xpcom xpfe 2008-10-01 23:49:45 -07:00
Phil Ringnalda a0c3300d49 Bug 454360 - Use Components.results.NS_BINDING_ABORTED instead of hardcoding the value, r=gavin 2008-09-09 21:33:27 -07:00
Gavin Sharp 986c32a684 Bug 441120 / bug 221445: don't split URLs on '|' when passed on the command line, r=mconnor, r=dveditz 2008-07-03 16:30:24 -04:00
reed@reedloden.com 135a6c9d08 Bug 422189 - ""New window" opens a blank window when startup action is set to "show my windows and tabs from last time"" (Use homepage pref when page pref is set to session restore) [p=tbertels+bugzilla@gmail.com (Thomas Bertels) r=gavin ui-r=mconnor a=blocking-firefox3+] 2008-03-28 23:47:04 -07:00