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

17133 Коммитов

Автор SHA1 Сообщение Дата
Ehsan Akhgari eb98e83e7c Revert to 176fae7de173 which was fine.
Sorry for breaking the history, won't trust TBPL, ever again. :(
2011-09-02 09:15:54 -04:00
Ehsan Akhgari cd0b1441fd Keep changeset e5c8fdabdf66 backed out on the reverted tree 2011-09-02 09:04:58 -04:00
Ehsan Akhgari 2489ec0182 Revert to changeset e6fc4594c22e which was the last one to get a green Win7 tp run 2011-09-02 09:03:08 -04:00
Marco Bonardo 43721bbca3 Backout 6a70000360a0, e5c8fdabdf66 to figure out Windows reftest permaorange on a CLOSED TREE 2011-09-02 10:57:36 +02:00
Jeff Muizelaar d57eee72d9 Bug 630880. Decrease update interval length for nightly users. r=gavin
This will hopefully get nightly users to update sooner.
2011-09-01 18:12:22 -04:00
Kev Needham 4071c5fb4d Bug 671307: Add Twitter to default search plugins for en-US, r=gavin
--HG--
extra : rebase_source : 970c2a96a2094144dd9e82dd47dfceb111504cb5
2011-08-31 18:54:56 -07:00
arno renevier 2e1809b7b1 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
Ed Morley 650a8a75a6 Merge last green changeset on m-i to m-c 2011-09-01 08:41:18 +01:00
Philipp von Weitershausen de98d4b894 Merge services-central with mozilla-central 2011-08-31 11:20:28 -07:00
Kyle Huey f6079c243d Merge again ... 2011-08-31 11:00:13 -04:00
Kyle Huey c777c06b2a Merge b-s to m-c. 2011-08-31 10:59:12 -04:00
Mounir Lamouri bff4e3a338 Merging mozilla-inbound into mozilla-central. 2011-08-31 16:56:23 +02:00
Rob Campbell 97b7143695 merge m-c to fx-team 2011-08-31 09:21:43 -03:00
Kyle Huey a733d4d347 Merge m-c to b-s. 2011-08-31 07:52:43 -04:00
Marco Bonardo 767c43cab7 Bug 681420 - Improve responsiveness of history deletion.
r=dietrich sr=rstrong
2011-08-31 13:46:22 +02:00
Marina Samuel 0fa7657a00 Bug 683254 - On startup with no network, sync icon spins endlessly. r=philikon 2011-08-30 15:38:31 -07:00
Marco Castelluccio 5f875ccc04 Bug 521264 - Don't use file.exists() when not necessary - browser/base part; r=dietrich 2011-08-30 22:45:31 +01:00
Paul O’Shannessy a9548eefc2 Bug 674452 - Always restore pinned tabs (regardless of restore_on_demand) [r=dietrich] 2011-08-30 13:14:58 -07:00
Mike Ratcliffe 35154a8553 Bug 672743 - Remove category view from style inspector; r=msucan 2011-08-30 13:40:29 -03:00
Mike Ratcliffe 3ae6a94c58 Bug 680111 - style inspector is not showing the correct selected rule, r=msucan 2011-08-30 13:38:30 -03:00
Mike Ratcliffe 49aa83fb77 Bug 582596 - Style view centered around answering common CSS questions, f=l10n, r=dolske, msucan 2011-08-30 09:12:02 -03:00
Philipp von Weitershausen 02e60c780b Merge m-c to s-c 2011-08-29 12:58:49 -07:00
Rob Campbell c97ad1dabe merge m-c to fx-team, clobbered windows 2011-08-29 12:19:08 -03:00
Michael Wu f1450f55a0 Bug 676188 - Misc misuses of PRBool caught by the compiler, r=jimm,jst,bz,dougt,roc,mak 2011-08-30 11:55:14 -07:00
Kyle Huey 9c4473dff5 Merge m-c to b-s. 2011-08-28 06:00:17 -04:00
Marina Samuel ef2134611b Bug 659067 - Part 3: Only show network errors for user triggered sync, not for scheduled ones. r=philikon 2011-08-26 14:01:35 -07:00
Marina Samuel 1dd8709396 Bug 659067 - Part 2: Move _syncError to ErrorHandler. r=philikon 2011-08-26 14:01:35 -07:00
Marina Samuel 297f922e20 Bug 659067 - Part 1: Move error handling and logging from Service to ErrorHandler. r=philikon
--HG--
rename : services/sync/tests/unit/test_service_filelog.js => services/sync/tests/unit/test_errorhandler_filelog.js
rename : services/sync/tests/unit/test_service_sync_checkServerError.js => services/sync/tests/unit/test_errorhandler_sync_checkServerError.js
2011-08-26 14:01:35 -07:00
Rob Campbell cd93042dfd Backout 7c5e399e8bfb, Bug 679753 - Remove status bar in Scratchpad, a=testfailures 2011-08-26 14:07:29 -03:00
Allison Naaktgeboren d74242e834 Bug 681402 - Manage Accounts menu has My Sync Key
r=philikon
2011-08-26 09:37:39 -07:00
Mike Hommey eebda429c5 Bug 682217 - HUDService uses some resource://gre/ urls that ought to be resource:///; r=gavin, r=rcampbell 2011-08-26 08:42:20 +02:00
Cedric Vivier cc0b9dd751 Bug 679753 - Remove status bar in Scratchpad. Make Browser context more discoverable and notify user more visibly. Based on patch by Clochix. r=robcee 2011-08-26 11:32:18 -03:00
Jez Ng b716724e87 Bug 631189 - 'About Mozilla' link overlaps other page elements at small window sizes. r=mak 2011-08-26 20:50:23 +01:00
Ed Morley 614e8bdc51 Merge last green changeset of m-c to m-i 2011-08-26 10:26:46 +01:00
Rob Campbell f53ef1600f merge fx-team to m-c 2011-08-25 15:31:27 -03:00
Marco Bonardo fc016aaf1d Merge last green changeset from mozilla-inbound to mozilla-central 2011-08-25 13:26:15 +02:00
Raymond Lee 66aa6e73d8 Bug 681599 - Ctrl+T while in search mode should close search layer; r=ttaubert 2011-08-25 18:53:40 +08:00
Tim Taubert 65b9c0ada7 merge the last green changeset on m-c to fx-team 2011-08-25 11:19:18 +02:00
Ed Morley a7d04bdd15 Merge tip of m-c to m-i (will need clobber) 2011-08-25 08:45:33 +01:00
Ed Morley 16078ec601 Merge last green changeset of mozilla-inbound to mozilla-central 2011-08-25 01:09:05 +01:00
Landry Breuil b74d644cd3 Bug 679324 - Don't show the update channel on the about dialog if the updater is disabled; r=margaret 2011-08-24 15:48:02 +01:00
Stephen Horlander b593704ab3 Bug 679708 - Update toolbar icon styling for 10.7 Lion. r=dao 2011-08-24 10:36:24 -04:00
Mihai Sucan 4a781e904b Bug 566084 - Highlighter should be disabled when navigating to new pages; f=rcampbell r=rcampbell,dolske,dao ui-r=limi 2011-08-23 23:34:32 +03:00
Mihai Sucan dfbf0350aa Bug 670896 - Add inner window ID and timestamp to nsIScriptError2; r=bzbarsky 2011-08-24 23:44:35 +03:00
Raymond Lee cbf95f645c Bug 674794 - favicons of app tabs aren't updated on Panorama r=tim 2011-08-23 22:48:53 +08:00
Tim Taubert df09afc14e Bug 679853 - switching from private browsing does not show panorama if it was open before; r=dietrich 2011-08-24 13:38:17 +02:00
Rob Campbell 2d07bbdca8 merge m-c to fx-team 2011-08-23 10:00:28 -03:00
Tim Taubert 3123535ba6 merge m-c to fx-team 2011-08-22 14:06:39 +02:00
Kyle Huey 644af90925 Merge m-i to m-c. 2011-08-22 07:39:22 -04:00
Tim Taubert 17dc756f79 merge the last green changeset on fx-team to m-c 2011-08-22 08:47:16 +02:00