Marco Bonardo
e5f2c67526
Bug 614790 - Bookmarks roots init could be locking with the first visit addition.
...
r=sdwilsh a=blocking
2010-11-29 18:33:26 +01:00
Shawn Wilsher
7a35d860e3
Merge mozilla-central into Places.
2010-11-29 08:43:57 -08:00
Marco Bonardo
387c297167
Bug 614224 (followup) - further subtests in test_removeVisitsByTimeframe.js should wait for visits addition.
...
a=tests-only
2010-11-29 15:41:08 +01:00
Marco Bonardo
7d34afdbee
Bug 614560 - History should not try to register "resource:" uris.
...
r=dietrich a=dietrich
2010-11-24 16:43:14 +01:00
Marco Bonardo
c91a023899
Bug 614439 - Downgrading from a Places branch version leaves user with double triggers.
...
r=dietrich a=blocking
2010-11-24 16:36:05 +01:00
Marco Bonardo
f05a93f655
Bug 614224 - Try to use waitForAsyncUpdates in test_removeVisitsByTimeframe.js
...
a=tests-only
2010-11-24 10:44:05 +01:00
Marco Bonardo
300ff79a94
Bug 614222 - Try to use waitForAsyncUpdates in test_frecency.js
...
a=tests-only
2010-11-24 10:44:03 +01:00
Shawn Wilsher
e4f5a9d025
Bug 607115 - use a much smaller guid format than we currently use for bookmarks
...
Part 3 - Create a function we can use with SQL queries to generate a guid.
r=mak
2010-11-23 16:04:28 -08:00
Shawn Wilsher
b20517e64e
Bug 607115 - use a much smaller guid format than we currently use for bookmarks
...
Part 2 - Create a helper method to generate a guid
r=mak
2010-11-23 16:04:28 -08:00
Marco Bonardo
ac635aae45
Bug 613477 - Make the primary Star UI async.
...
r=sdwilsh ui-r=limi a=blocking
2010-11-22 20:34:57 +01:00
Shawn Wilsher ext:(%2C%20Marco%20Bonardo%20%3Cmbonardo%40mozilla.com%3E)
b82341a3bb
Bug 582703 - Improve the concurrency of location bar searches.
...
Initial patch from sdwilsh is r=mak, further changes from mak are r=sdwilsh. switch-to-tab changes are r=unfocused
sr=rstrong
a=blocking
2010-11-20 01:39:55 +01:00
Marco Bonardo
2bdea4bec7
Bug 609122 - Limit the size of places.sqlite-wal.
...
r=sdwilsh a=blocking
2010-11-18 02:23:32 +01:00
Shawn Wilsher
4d3e9f45bc
Bug 612455 - History.cpp should finalize statementCache on the background thread
...
Also fixes the favicon service to do this in a safer manner.
r=mak
a=blocking
2010-11-18 02:23:29 +01:00
Shawn Wilsher
a55a68a88d
Bug 612617 - Assertions due to thread-safety issues on Places branch.
...
Fix it by never ever passing an nsIURI to the background thread. EVER.
r=mak
a=blocking
2010-11-17 16:15:49 -08:00
Shawn Wilsher
8938033f35
Fix orange on linux opt builds by ifdefing around the problem. a=orange :(
2010-11-17 14:42:13 -08:00
Shawn Wilsher
f1db0ae444
Merge mozilla-central into Places
2010-11-17 10:55:34 -08:00
Marco Bonardo
d4274613f0
Bug 612281 - Remove some unnecessary reads from visits and icons addition.
...
r=sdwilsh a=blocking
2010-11-16 13:44:05 +01:00
Marco Bonardo
f85147cbd5
bustage fix for bug 599973 a=bustage
2010-11-16 11:30:42 +01:00
Marco Bonardo
c5f1dd10d4
Bug 599973 (Part 2) - Don't use steps for async favicons.
...
r=sdwilsh a=blocking
2010-11-16 02:22:01 +01:00
Marco Bonardo
84a7c00bed
Bug 599973 (part 1) - Don't use steps for async favicons.
...
r=sdwilsh a=blocking
2010-11-16 02:13:37 +01:00
Marco Bonardo
5e72cbedaf
Bug 610442 - TRANSITION_EMBED visits should be session persistent
...
r=sdwilsh a=blocking
2010-11-12 14:24:25 -08:00
Shawn Wilsher
cdb6fae3a8
Backed out changeset 6716b289e613.
2010-11-12 08:57:43 -08:00
Shawn Wilsher
8a72a947c4
Disables all link coloring lookups to the db. Wanted to run this on try, but it is not cooperating. There will be orange, but that's OK. This will be backed out shortly.
2010-11-12 08:56:09 -08:00
Shawn Wilsher
deaabcb2a2
Merge mozilla-central to Places
2010-11-10 09:38:08 -08:00
Shawn Wilsher
87f3cefe6a
Follow-up to address review comment for bug 599969 part 6
2010-11-09 15:46:30 -08:00
Shawn Wilsher
5ff757f31f
Bug 599969 - Do not use steps for async visit adding
...
Part 6 - Do not add javascript URIs for history (trunk is already doing this,
and the Places branch was getting assertions because GetReversedHostname would
fail on the background thread which would cause nsJSURI to be released off of
the main thread, which is bad).
r=mak
r=ehsan
2010-11-09 11:43:18 -08:00
Shawn Wilsher
030eb79e0d
Bug 599969 - Do not use steps for async visit adding
...
Part 5 - be smarter about how we release our references to nsIURI objects so we
do not get threadsafety assertions.
r=mak
2010-11-08 11:47:07 -08:00
Shawn Wilsher
6096df47ea
Bug 599969 - Do not use steps for async visit adding
...
Part 4 - use one event (ran on the background thread) for setting the page
title, and one event (ran on the main thread) for notifying.
r=mak
2010-11-08 11:45:46 -08:00
Shawn Wilsher
4d9df04df8
Bug 599969 - Do not use steps for async visit adding
...
Part 3 - Use the statement cache from storage to do less work on the background
thread.
r=mak
2010-11-08 11:43:46 -08:00
Shawn Wilsher
b1d1ca5412
Bug 599969 - Do not use steps for async visit adding.
...
Part 1 - use one event (ran on the background thread) for adding a visit, and
one event (ran on the main thread) for notifying.
r=mak
r=bmcbride for test change
2010-11-08 11:42:08 -08:00
Marco Bonardo
a3044835cb
Bug 612235 - "Forget about this site" makes Library a zombie.
...
r=dietrich a=blocking
2010-11-16 18:15:09 +01:00
Shawn Wilsher
8ac1eb1dc7
Merging mozilla-central to Places.
2010-10-29 11:39:41 -07:00
Shawn Wilsher
bf23f7fcc4
Merge mozilla-central to Places.
2010-10-27 12:28:31 -07:00
Marco Bonardo
5998e66b19
Bug 606460 - Queries enhancements after temp tables removal.
...
r=sdwilsh a=blocking
2010-10-27 14:53:22 +02:00
Shawn Wilsher
d4c2a3fd6a
Bug 607469 - IPC-only Crash [@ mozilla::places::History::NotifyVisited]
...
r=dougt
a=blocking
--HG--
extra : rebase_source : 74fbebfccb8544ef56adb0f66e778372148b0506
2010-10-27 13:14:16 -07:00
Marco Bonardo
cff68d5e0a
Use a batch in head_queries.js and dump table in case of failures (test_redirectsMode.js failure).
...
a=perma-orange
2010-10-22 18:43:12 +02:00
Geoff Lankow
692ecd4fbf
Bug 603002 - History folders labelled with wrong month names.
...
r=mak a=sdwilsh
2010-10-19 11:03:07 +13:00
Marco Bonardo
a6e9ea8827
Bug 595139 - Use global VACUUM in Places.
...
r=sdwilsh a=blocking
2010-10-21 12:19:05 +02:00
Marco Bonardo
f47ea23a70
Bug 605464 - Reduce work at bookmarks service startup.
...
r+a=sdwilsh
2010-10-21 02:51:18 +02:00
Marco Bonardo
1cf2a5abf9
Bug 605463 - Lazily initialize history statements.
...
r+a=sdwilsh
2010-10-21 02:37:59 +02:00
Marco Bonardo
001dbaf95e
Bug 595530 - Searching Places is slower after SQLite 3.7.x upgrade. Remove LENGTH check.
...
r=sdwilsh a=blocking
2010-10-21 02:27:07 +02:00
Shawn Wilsher
3be92a2c5b
Merge mozilla-central into places.
2010-10-20 12:33:53 -07:00
Shawn Wilsher
c72aa6e391
Test failure fix. No bug, but change talked over with mak on irc.
2010-10-18 08:53:53 -07:00
Shawn Wilsher
b8cbaa99f9
Merging places and mozilla-central.
2010-10-15 09:26:15 -07:00
Shawn Wilsher
4e205a3fb7
Bug 607309 - Modify nsINavBookmarkObserver::onItemAdded to include the URI
...
r=mak
sr=mconnor
a=blocking
2010-10-26 17:20:53 -05:00
Shawn Wilsher
b3e339ced4
Bug 599978 - Part 3: Asynchronous isVisited checks should use a read-only cloned connection
...
Finalize the statement so we do not crash in debug builds.
r=orange
2010-10-13 12:02:22 -07:00
Shawn Wilsher
fca3e1ad34
Bug 599978 - Part 2: Asynchronous isVisited checks should use a read-only cloned connection
...
Changes to create and use the read-only cloned connection.
r=mak
2010-10-06 08:21:31 -07:00
Shawn Wilsher
d04448c8b3
Bug 599978 - Part 1: Asynchronous isVisited checks should use a read-only cloned connection
...
Remove the exclusive lock on the places database file.
r=mak
2010-10-06 08:21:31 -07:00
Marco Bonardo
ee6d14ff57
Bug 556631 (part 3) - Cleanup AsyncStatementCallback inheritance. r=sdwilsh a=blocking
2010-10-11 14:53:42 +02:00
Marco Bonardo
2f47cf47d7
Bug 556631 (part 2) - Make frecency updates async. r=sdwilsh a=blocking
2010-10-11 14:53:39 +02:00