Josh Matthews
fda5be2065
Bug 723002 - Determine privacy status from provided nsILoadContext in ContentPrefService. r=ehsan
2012-06-30 07:50:07 -07:00
Masayuki Nakano
0b43196daa
Bug 782739 Handle new mousewheel prefs in browser_fullZoom.js r=smaug+dao
2012-08-16 00:51:13 +09:00
Gervase Markham
82ff7027aa
Bug 716478 - update licence to MPL 2.
2012-05-21 12:12:37 +01:00
Bellindira Castillo [:bellindira]
83637b525c
Bug 721389 - New Tab Page doesn't retain zoom level r=ttaubert
2012-04-25 13:50:09 -06:00
Ehsan Akhgari
9583e92170
Backout the merge from fx-team because of Ts regressions (no bug)
...
This is the backed out range:
http://hg.mozilla.org/mozilla-central/pushloghtml?changeset=a974c45914eb
2012-05-02 16:20:02 -04:00
Bellindira Castillo [:bellindira]
e790a03a6a
Bug 721389 - New Tab Page doesn't retain zoom level r=ttaubert
2012-04-25 13:50:09 -06:00
Tim Taubert
3034f95b20
Bug 455553 - Part 3 - about:newtab integration; r=fryn,gavin
2012-01-25 23:43:27 +01:00
Matt Brubeck
bae97f9de9
Bug 719271 - Site-specific zoom level shouldn't apply to media documents [r=gavin]
2012-01-20 11:43:24 -08:00
Matt Brubeck
38804d62a5
Bug 575830 - Image zoom is reset when switching tabs [r=gavin]
2012-01-18 16:01:19 -08:00
arno renevier
46c2f6aa69
bug 679784: let nsIContentPrefService handle private browsing mode; r=ehsan
...
Manage private browsing mode in content pref service. CPS should be available
in private browsing mode, but should not store informations on disk, and should
clear all informations once the private session ends.
When setting a pref in private mode, it is stored in an in-memory hash table.
When getting a pref, it is retrieved from that hash table if available.
Otherwise, it is retrieved using the standard mechanism. When removing a pref,
it is retrieved from the hash table. The rationale is that in private mode,
it's ok to read a pref from normal database, but not ok to set it.
The in-memory hash table is cleared when leaving the private browsing mode.
When removing a set of preferences (with removeGroupedPrefs or
removePrefsByName), preferences are removed from the in-memory hashtable, *and*
from normal mode database. The rationale is that visiting a website may trigger
setting/getting/removing for a specific preference only. But removing many
prefs at once is the result of an action not associated with a website. For
example, user may wish to delete all its informations. In that case, user
probably expects to not have those informations restored once it leaves private
browsing mode.
2011-09-01 14:13:03 -04:00
Gavin Sharp
4f165e0e3d
Bug 675037: fullzoom callback needs to handle null currentURI, r=dolske
2011-07-28 14:18:53 -07:00
Felipe Gomes
f85fb15564
Bug 559992. Implement a caching mechanism for the contentprefs service and use it to retrieve page-specific zoom values, avoiding zoom flicker with back/forward navigation. r=gavin sr=vlad a=blocking-betaN
2010-12-28 12:45:04 -08:00
Felipe Gomes
573690c4a9
Back out 435b65622b7b due to orange. a=backout
2010-12-28 12:09:37 -08:00
Felipe Gomes
a3a579dd7f
Bug 559992. Implement a caching mechanism for the contentprefs service and use it to retrieve page-specific zoom values, avoiding zoom flicker with back/forward navigation. r=gavin sr=vlad a=blocking-betaN
2010-12-28 11:05:08 -08:00
Felipe Gomes
460eff69fc
Bug 559991. Zoom flicker when switching quickly between tabs. r=gavin.sharp a=blocking-betaN
2010-09-02 18:50:32 -03:00
Dão Gottwald
ed08d7e6af
Bug 580914 - use Services.contentPrefs, Services.obs and XPCOMUtils.generateQI in browser-fullZoom.js. r=gavin
2010-07-24 10:57:04 +02:00
Phil Ringnalda
fc996f335e
Remove trailing whitespace to trigger builds in a CLOSED TREE
2010-05-10 21:28:19 -07:00
Jeff Walden
be8de8586d
Bug 560018 - Actually remove support for { get property funname() { } }, confounded merging madness... r=luke
...
--HG--
extra : rebase_source : b3c47f5fdd0fcb52f68876e9a4fab16143c16901
2010-04-17 03:19:33 -07:00
Ryan Flint
e615a4fb56
Bug 555224 - Page is repainted to default zoom level after opening a link in a background tab. r=dtownsend
2010-03-30 21:24:05 -04:00
Ryan Flint
98dd63c4e4
Bug 541779 - Make site-specific zoom check asynchronous. r=myk
2010-03-25 06:52:21 -04:00
Dão Gottwald
cdc6441716
Bug 550682 - avoid extra getService calls in browser-places.js and browser-fullZoom.js. r=gavin
2010-03-09 08:49:46 +01:00
Olli Pettay
9fdb936eb2
Bug 544018 - print preview doesn't work in view source , r=dao
2010-02-09 18:24:49 +02:00
Dão Gottwald
acdcd42b19
add missing spaces; 'switch' is not a function
2010-02-06 11:40:06 +01:00
Dão Gottwald
83b480a7fb
fix nit for bug 513912
2009-09-13 13:45:03 +02:00
Olli Pettay
69b10502e8
Bug 513912, Fix image document zoom handling in FF, r=dao, sr=jst
...
--HG--
extra : rebase_source : b562f90b4c326a5e40aa31e5bbbd363dd2047c8a
2009-09-09 23:04:05 +03:00
Dão Gottwald
ee97b227cc
Bug 504065 - Move browser.js includes to the top and rename browser-textZoom.js to browser-fullZoom.js. r=gavin
...
--HG--
rename : browser/base/content/browser-textZoom.js => browser/base/content/browser-fullZoom.js
2009-09-01 10:26:26 +02:00