Marco Bonardo
2a9c7ac66c
Bug 428690 - Two entries added to history menu when visiting a page that redirects, r=dietrich
2009-03-17 22:00:50 +01:00
Dão Gottwald
f82c781d1a
Bug 483370 - Buttons on Security tab are broken when windows are already open. r=mconnor
2009-03-17 14:08:07 +01:00
Dão Gottwald
0afc3963b2
cookies.js whitespace cleanup
2009-03-14 14:32:36 +01:00
Edward Lee
d30af4b08a
Bug 476299 - Decay frecency values to estimate recalculating frecencies. r=dietrich
...
Bug 482069 - Awesome bar adaptiveness totally sucks
2009-03-14 01:08:51 -05:00
Shawn Wilsher
ab6681a101
Bug 481227 - nsAnnoProtocolHandler gets favicon data synchronously from the database
...
The moz-anno protocol has a special case for favicons that would load them from
the database synchronously. This patch changes this behavior to load them
asynchronously so we do not block the main thread while they load.
r=mak
r=bz
sr=bz
2009-03-12 17:49:37 -04:00
Shawn Wilsher
5cdb2ed9fc
Test to ensure that the content type for moz-anno favicon URIs is set as expected.
...
This test is being added in bug 481227 but does not depend on the code changes
in that bug. This test should pass with and without those changes.
r=bz
2009-03-12 14:01:12 -04:00
Ehsan Akhgari
a057df275e
Backed out changeset 113bda3be8df (bug 463256) due to test failures on Mac
2009-03-12 13:35:14 +03:30
Ehsan Akhgari
0e7ed572d4
Bug 463256 - SSL sites sometimes don't load after re-entering regular browsing mode (from Private Browsing); r=mconnor,sdwilsh
2009-03-12 12:28:09 +03:30
Shawn Wilsher
ee8a12ed8f
Tests for moz-anno protocol for favicons.
...
The code this was testing was originally added in bug 316077. This test was
reviewed in bug 481227 because we are modifying the favicon code path.
r=mak
2009-03-11 14:04:05 -04:00
Marco Bonardo
09ebf6052e
Bug 482276 - mDBVisitsForFrecency query doesn't use indices for sorting (we can be 7x faster!), r=sdwilsh
2009-03-11 14:34:26 +01:00
Dave Camp
d4612bdc64
Bug 482073 - test_classifier.html issues leading to intermittent failures. r=waldo
2009-03-10 14:57:59 -07:00
Justin Dolske
07277df7fe
Bug 481087 - add getAllEncryptedLogins stub to storage-mozStorage.js. r=gavin
2009-03-10 14:15:47 -07:00
Boris Zbarsky
fcfa2adb06
Bug 481257. Make the insertion triggers not do an O(N) scan of the whole table. r=sdwilsh
2009-03-09 13:13:55 -04:00
Jeff Walden
05ae092b34
Bug 482068 - Finalize places statements in tests, because failure to do so => assertions that make debug builds and the people who run tests in them angry. r=sdwilsh
2009-03-08 22:12:48 -07:00
Ehsan Akhgari
fc1c78bb6c
Bug 479588 - Error console's text box should always be LTR; r=dao
2009-03-09 00:42:21 +03:30
Marco Bonardo
2bb18fd030
Bug 480437 - test_expiration is working on wrong assumptions, r=dietrich
2009-03-05 13:08:43 +01:00
Marco Bonardo
11cb940c58
Bug 431153 - Middle clicking on a tag in the Library left pane does not open in tabs, r=dietrich
2009-03-05 13:08:18 +01:00
Dietrich Ayala
06272416e2
Bug 469422 - tag autocomplete disappears on every other character that is typed, r=mak77
2009-03-05 13:07:15 +01:00
Shawn Wilsher
601cd500e4
Bug 480211 - Stop expiring history on every page visit
...
This makes the history code expire when we flush the temporary table data to
disk instead of every single time we add a visit. This is also now done on a
background thread as opposed to the main thread, in a transaction with other
work. In theory, this reduces fsyncs (but in practice, no change was noticed).
Regardless, this removes fsyncs from the main thread, which is always a good
thing to do.
r=dietrich
r=mak
2009-03-03 13:27:01 -05:00
Ryan Flint
85c1b72a87
Bug 480737 - lastModifiedTime cache invalidation is broken. r=gavin
2009-03-02 23:14:46 -05:00
Ehsan Akhgari
246552fa9c
Bug 478430 - [RTL] URLs in exceptions dialogs are right-to-left; r=gavin
2009-03-01 20:03:52 +04:30
Marco Bonardo
f961ae77c4
Bug 476636 - nsFaviconService::ExpireAllFavicons cannot work, r=sdwilsh
2009-02-28 14:17:36 +01:00
Drew Willcoxon
8f4199f372
Bug 479082 - AutoComplete should not show unvisited not-bookmarked-elsewhere children of livemark containers, r=sdwilsh
2009-02-28 13:01:36 +01:00
Justin Dolske
1b59466b50
Bug 475634 - Login manager should send observer notifications on various events. r=mconnor
2009-02-25 23:40:38 -08:00
Justin Dolske
af7fe87c1a
Bug 477917 - expose login GUIDs through login manager API. r=gavin
2009-02-25 23:40:38 -08:00
Edward Lee
22100ede35
Bug 479739 - Make location bar autocomplete even faster. r=sdwilsh
2009-02-25 21:46:13 -08:00
Arpad Borsos
10ba7084fc
Bug 474369 - get rid of nsVoidArray; toolkit part; r+sr=benjamin
2009-02-25 16:25:10 +01:00
Antonio Gomes (tonikitoo)
f2a9697470
Bug 465783: Fennec default download location inaccessible to users. r=sdwilsh sr=bsmedberg
2009-02-25 03:26:45 -04:00
Gavin Sharp
208968d907
Bug 468543: sort autocomplete items case insensitively, r=sdwilsh
2009-02-24 10:34:36 -08:00
Ehsan Akhgari
71379763ff
Bug 475141 - Create a C++ wrapper for the private browsing service for Firefox 3.1; r+sr=mconnor
2009-02-22 18:21:52 +03:30
Shawn Wilsher
ec4c3cda36
Bug 478097 - Make location bar AutoComplete faster
...
Slightly modifies our base query for the location bar that makes the query about
20% faster in some basic benchmarking.
r=dietrich
2009-02-21 15:53:07 -08:00
Shawn Wilsher
f6b06c1e49
Bug 478948 - SQL statements not finalized warnings during shutdown
...
r=mak
2009-02-20 14:25:45 -08:00
Edward Lee
55f5e1eea4
Bug 472924 - Remove RDF import from the download manager. r=sdwilsh
...
--HG--
rename : toolkit/components/downloads/test/unit/bug_381535_downloads.rdf => toolkit/components/downloads/test/unit/empty_downloads.rdf
rename : toolkit/components/downloads/test/unit/test_bug_329741.js => toolkit/components/downloads/test/unit/test_old_download_files_removed.js
2009-02-19 17:28:12 -06:00
Shawn Wilsher
ce9ed14fef
Bug 476174 - Default Download Directory (DfltDwnld) uses old Safari 2's value instead of Leopard's ~/Downloads
...
This changeset makes us default to the Downloads folder on OS X 10.5 and later,
and the Desktop for 10.4. Additionally, this fixes bug 301647 ([Mac] remove
support of retrieving the 'system' download folder from
nsDirectoryService::GetFile).
r=gavin
r=josh
sr=bsmedberg
ui-r=beltzner
2009-02-19 18:06:49 -05:00
Boris Zbarsky
a79385332a
Backed out changeset dcb3aa2fd0ab to see whether this fixes unit test bustage
2009-02-19 09:14:36 -05:00
Ehsan Akhgari
b73a635113
Bug 475141 - Create a C++ wrapper for the private browsing service for Firefox 3.1; r+sr=mconnor
2009-02-19 09:22:08 +03:30
Marco Bonardo
5227553ab5
Bug 478218 - onQuit expiration is not working, changes are never synced to disk, r=dietrich a=blocking191
2009-02-16 12:09:19 +01:00
Drew Willcoxon
fc021d2fe4
Bug 455315 - when removing a bookmark we recalculate frecency with wrong isBookmark, r=dietrich
2009-02-16 12:09:19 +01:00
Shawn Wilsher
3c7fe9c4a1
Bug 468705 - cache the result of _getSyncTableStatement in nsDBFlush
...
We can avoid some of the statement parsing, which will help mobile out!
r=mak
2009-02-13 18:01:55 -05:00
Marco Bonardo
df64ac3ad1
Bug 477739 - Exception when clicking star icon (no editBookmarkPanel, broken JSON backup), r=dietrich a=blocking191
2009-02-12 12:32:52 +01:00
Hubert Gajewski
411c93ada8
Bug 471989 - atEndOfSession define in cookieAcceptDialog.properties should be capitalize; r=gavin.sharp
2009-02-12 05:16:02 +01:00
Marco Bonardo
c1dcb1a673
Bug 477916 - Don't allow removing the Places root through bookmarks API, r+a191=dietrich
2009-02-11 11:53:35 +01:00
Marco Bonardo
d4a5636acc
Bug 477793 - Make sure preventive maintenance cannot act on roots, r=sdwilsh a=blocking191
2009-02-11 11:53:35 +01:00
Vladimir Vukicevic
371fbe35e0
b=477727; fix unaligned access in URL classifier; r=dcamp,sr=stuart
2009-02-10 15:10:08 -08:00
Daniel Holbert
f8f9766310
Bug 461047 follow-up patch - Fix a number of small issues from the nsStringArray to nsTArray<nsString> switchover, mostly related to signed vs unsigned array sizes. r+sr=roc
2009-02-10 12:39:43 -08:00
Dave Camp
364057055f
Bug 475632: properly update the classifier's clean fragment cache. r=tony
2009-02-09 22:40:39 -08:00
Dave Camp
352813a4ea
Bug 475436: reloading a blocked page would bypass blocking in some cases. r=tony
2009-02-09 22:40:39 -08:00
Marco Bonardo
f07c67f02f
bug 474582 - Disable lastModifiedTime check to try fixing test orange on Linux
2009-02-09 21:49:17 +01:00
Marco Bonardo
0495370b92
Bug 474582 - With initial migration Shiretoko doesn't import favorites from Internet Explorer 7 anymore, r=dietrich
2009-02-09 19:16:02 +01:00
Edward Lee
13d86d106c
Bug 476297 - Switch frecency idle timer to idle-daily observer. r=dietrich
2009-02-07 15:51:19 -06:00