Felix Fung
fa75e206b8
Bug 626626 - Reference Correct Strings in Password Manager. r=dolske
2011-09-08 12:36:35 -07:00
Margaret Leibovic
6a3ea80459
Bug 670194 - Startup numbers don't account for interactive startup interruptions. r=dtownsend
2011-08-25 14:11:18 -04:00
Geoff Brown
189738a917
Bug 684965 - update xpcshell manifests for Android; r=jmaher
2011-09-06 22:29:00 -07:00
Jonathan Protzenko
d38f840e0d
Bug 681873 - Add basic Telemetry support to Thunderbird r=tglek
2011-09-09 13:47:53 +02:00
Masayuki Nakano
163fc7efff
Bug 669028 part.14 toolkit should use mozilla::LookAndFeel rather than nsILookAndFeel r=neil
2011-09-09 11:27:13 +09:00
Gian-Carlo Pascutto
7e6390a2ca
Bug 669410 - Add telemetry for PrefixSet usage. r=tglek
2011-09-08 22:17:34 +02:00
Gian-Carlo Pascutto
9f7dc632a3
Bug 669410 - Prevent hash collisions from occuring in the same place in every client. r=tony
...
See also bug 669407.
2011-09-08 22:17:25 +02:00
Gian-Carlo Pascutto
8eb6610582
Bug 669410 - Don't store host prefixes in memory. Rework prefix fetching from SQLite. r=tony
2011-09-08 22:17:14 +02:00
Gian-Carlo Pascutto
a78023b65c
Bug 669410 - Make the url-classifier PrefixSet persistent on startup/shutdown. r=tony
2011-09-08 22:16:59 +02:00
Gian-Carlo Pascutto
ada96f6436
Bug 669410 - Remove old fragment cache code. r=dcamp
2011-09-08 22:15:48 +02:00
Gian-Carlo Pascutto
4b118a48b8
Bug 669410 - Reduce the SQLite caches' default size in url-classifier. r=dcamp
2011-09-08 22:15:37 +02:00
Gian-Carlo Pascutto
d91fdb36cf
Bug 669410 - Probe PrefixSet directly from the main thread. r=tony
2011-09-08 22:15:27 +02:00
Gian-Carlo Pascutto
e59151216c
Bug 669410 - Use PrefixSet to speed up URL classification. r=tony
2011-09-08 22:15:18 +02:00
Gian-Carlo Pascutto
9a5f444432
Bug 669410 - Add PrefixSet datastructure for SafeBrowsing. r=dcamp
2011-09-08 22:15:08 +02:00
Jeff Muizelaar
67aaa7519b
Bug 684091. Keep a histogram of how often we've decoded images. r=jlebar
...
This will help track if we're decoding the right amount. e.g. if we
try to decode less we should see changes here.
2011-09-08 14:05:11 -04:00
Taras Glek
91be730933
Bug 673292. Provide raw histogram data to c++ consumers. r=jmuizelaar
...
This will be useful for manually controlling histogram values instead of
just acummulating.
2011-08-05 09:53:48 -04:00
Ehsan Akhgari
5b93c455d2
Backout changesets 8e9aea2febed, 604544452285 and 9f150c4e1a48 because of Mac OS X 32-bit reftest orange
...
--HG--
extra : rebase_source : dbc017628f469e980efc8edfa26f8cce0ac7a956
2011-09-08 11:30:22 -04:00
Geoff Lankow
76c5c61cfa
Bug 230959 - Inconsistent extra 1 pixel width of XUL window. r=neil
2011-09-07 22:14:04 +12:00
Felix Fung
0bc71ca85d
Bug 577266 - Correct misspellings in source code
2011-09-06 17:20:35 -07:00
Justin Lebar
2ff4d17af1
Bug 684323 - In about:memory, set text-overflow: ellipsis when in non-verbose mode, and set max-width: 100% when in verbose mode. r=njn
2011-09-07 20:14:47 -04:00
Ehsan Akhgari
7eabefddd2
Bug 684339 - about:memory should link to about:support; r=njn
...
DONTBUILD
2011-09-07 11:26:15 -04:00
Justin Lebar
81a4fe113d
Bug 674290 - Expose contents of /proc/self/maps and smaps in about:memory. r=njn
...
--HG--
extra : rebase_source : 3bbe2f926ba3b0c46a122d51b027a5a6283ae2b0
2011-08-05 18:22:11 -04:00
Matt Brubeck
353c30193a
Back out 6cd3556fc807 (bug 674290) because of unittest leaks
2011-09-06 20:42:09 -07:00
Justin Lebar
b8add9c282
Bug 674290 - Expose contents of /proc/self/maps and smaps in about:memory. r=njn
2011-08-05 18:22:11 -04: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
Marco Bonardo
a025869f6a
Backout 04545026b4ae (Bug 658305) due to increase in reftests shutdown crashes on Linux.
2011-09-01 14:33:15 +02:00
Marco Bonardo
adaec09bc1
Bug 658305 - Use journal_size_limit on places.sqlite.
...
r=dietrich
2011-09-01 12:01:59 +02:00
Marco Bonardo
d2bb67796d
Bug 682676 - Urlbar performance regression with SQLite 3.7.7.1.
...
r=sdwilsh
2011-09-01 12:01:58 +02:00
Brian R. Bondy
9d8cb28653
Bug 676906 - xpcshell test for async getFaviconDataForPage in mozIAsyncFavicons. r=mak
2011-08-31 10:28:20 -04:00
Brian R. Bondy
7374e2a323
Bug 676906 - Added async getFaviconDataForPage in mozIAsyncFavicons. r=mak
2011-08-31 10:28:17 -04:00
Brian R. Bondy
b9a5702625
Bug 676906 - XPIDL for async getFaviconDataForPage in mozIAsyncFavicons. r=gavin
2011-08-31 10:28:13 -04:00
Marco Bonardo
0ac46ce463
Bug 681420 - Improve responsiveness of history deletion.
...
r=dietrich sr=rstrong
2011-08-31 13:46:22 +02:00
Michael Wu
a66b1751b7
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
Marco Bonardo
638cc44627
Bug 487809 - Stop using visit_count to invalidate frecencies.
...
r=dietrich
2011-08-30 16:24:01 +02:00
Marco Bonardo
19f6ecd50b
Bug 674210 - Reduce places.sqlite cache size and reorganize history expiration around the new value.
...
r=dietrich
2011-08-30 16:23:59 +02:00
Richard Newman
5577d63cb9
Bug 615413 - Part 1: Clear out old weave/ and sync/ annotations. r=mak
2011-08-29 12:52:49 -07:00
Richard Newman
5eaae03fd7
Bug 615413 - Part 0: trailing whitespace. r=mak
2011-08-29 12:52:47 -07:00
Phil Ringnalda
c30938f7e1
No bug, dos2unix feed tests, \r=\n DONTBUILD
2011-08-28 19:16:38 -07:00
Philipp von Weitershausen
6c71c32ba7
Merge m-c to m-i
2011-08-23 18:33:02 -07:00
Allison Naaktgeboren
f99fc1128e
Merge services-central into mozilla-central.
2011-08-23 14:38:16 -07:00
Marco Bonardo
8ad28d0ee6
Bug 680550 - Handle removeAllPages more sanely in tests.
...
r=dietrich
2011-08-23 14:34:15 +02:00
Ehsan Akhgari
cbcdcb0a61
Backout changeset e57b659ee5dd (bug 678842) because the test is wrong, and it should never pass
2011-08-22 22:27:47 -04:00
Javi Rueda
19a852d5de
Bug 355846 - Add a pref to disable sliding effect for alerts. r=enndeakin
2011-08-22 18:43:37 +02:00
Josh Matthews
677290f8fb
Bug 681061 - Avoid compartment mismatch error when displaying a growl notification. r=mrbkap
2011-08-22 17:20:52 -04:00
arno renevier
e6a982f07d
bug 678842: remember spell check setting per site; r=ehsan
2011-08-23 15:03:33 -04:00
Richard Newman
697a053b1c
Merge mozilla-central to services-central.
2011-08-22 08:03:23 -07:00
Geoff Brown
fcf5c93a68
Bug 668349 - Changes to xpcshell.ini; r=jmaher
2011-08-22 09:00:50 +01:00
Matt Brubeck
eb3dcefecf
Merge last green changeset from mozilla-central to mozilla-inbound
2011-08-19 16:26:25 -07:00
Philipp von Weitershausen
c5114c7599
Bug 676110 - Part 3b: Remove double enqueuing from PlacesEvent. r=mak
...
--HG--
extra : rebase_source : cfd6970c8de81b2cdd81329084ca79516d02104e
2011-08-19 10:12:11 -07:00
Philipp von Weitershausen
3e9348d717
Bug 676110 - Part 3: Replace 'places-updateplaces-complete' observer notification with mozIVisitInfoCallback::handleCompletion. r=mak
...
--HG--
extra : rebase_source : 36f5f1dc8fe6abd7a8dcd0059fce6bbacdeee184
2011-08-19 10:11:41 -07:00