Marco Bonardo
c3cb283d6a
Bug 610442 - TRANSITION_EMBED visits should be session persistent
...
r=sdwilsh a=blocking
2010-11-12 14:24:25 -08:00
Shawn Wilsher
3e1f89f94a
Backed out changeset 6716b289e613.
2010-11-12 08:57:43 -08:00
Shawn Wilsher
15eb6225a3
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
06f60f7a34
Merge mozilla-central to Places
2010-11-10 09:38:08 -08:00
Shawn Wilsher
3eebff3a9d
Follow-up to address review comment for bug 599969 part 6
2010-11-09 15:46:30 -08:00
Shawn Wilsher
3692066348
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
f062a26357
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
4e0695a15d
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
56ba0666f5
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
4d309d490a
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
5ef44c8570
Bug 612235 - "Forget about this site" makes Library a zombie.
...
r=dietrich a=blocking
2010-11-16 18:15:09 +01:00
Shawn Wilsher
ffb1973389
Merging mozilla-central to Places.
2010-10-29 11:39:41 -07:00
Shawn Wilsher
20967855ac
Merge mozilla-central to Places.
2010-10-27 12:28:31 -07:00
Marco Bonardo
c14b21f7c6
Bug 606460 - Queries enhancements after temp tables removal.
...
r=sdwilsh a=blocking
2010-10-27 14:53:22 +02:00
Shawn Wilsher
c6b0570139
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
050e1c6da0
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
583bbabe67
Bug 603002 - History folders labelled with wrong month names.
...
r=mak a=sdwilsh
2010-10-19 11:03:07 +13:00
Marco Bonardo
c8008e7bc0
Bug 595139 - Use global VACUUM in Places.
...
r=sdwilsh a=blocking
2010-10-21 12:19:05 +02:00
Marco Bonardo
a80d8b069a
Bug 605464 - Reduce work at bookmarks service startup.
...
r+a=sdwilsh
2010-10-21 02:51:18 +02:00
Marco Bonardo
0e0216170d
Bug 605463 - Lazily initialize history statements.
...
r+a=sdwilsh
2010-10-21 02:37:59 +02:00
Marco Bonardo
4dd39d5300
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
8c46198937
Merge mozilla-central into places.
2010-10-20 12:33:53 -07:00
Shawn Wilsher
026e0d8d20
Test failure fix. No bug, but change talked over with mak on irc.
2010-10-18 08:53:53 -07:00
Shawn Wilsher
fee260454c
Merging places and mozilla-central.
2010-10-15 09:26:15 -07:00
Shawn Wilsher
878becc3e3
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
1d601191aa
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
3002b8b720
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
3fe0fe5fc9
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
2e5c960ec1
Bug 556631 (part 3) - Cleanup AsyncStatementCallback inheritance. r=sdwilsh a=blocking
2010-10-11 14:53:42 +02:00
Marco Bonardo
5160bf1f25
Bug 556631 (part 2) - Make frecency updates async. r=sdwilsh a=blocking
2010-10-11 14:53:39 +02:00
Marco Bonardo
2ac6334523
Bug 556631 (part 1) - Refactor frecency calculation code. r=sdwilsh a=blocking
2010-10-11 14:53:31 +02:00
Chris Jones
28d67e6217
Bug 550611: Make nsTArray optionally infallible. sr=bsmedberg a=blocking
...
--HG--
rename : xpcom/glue/nsTArray.cpp => xpcom/glue/nsTArray-inl.h
2010-11-08 20:48:59 -06:00
Marco Bonardo
495daf2b18
Bug 612255 - Don't handle duplicate batches in nsPlacesDBFlush.
...
r+a=sdwilsh
2010-11-15 16:51:46 +01:00
Marco Bonardo
7889f0a683
Bug 472343 (Part 3) - Merge history and bookmarks batchers.
...
r=dietrich a=blocking
2010-11-12 22:20:04 +01:00
Marco Bonardo
460d7a7811
Bug 472343 (part 2) - Make Places views aware of batches.
...
r=dietrich sr=vlad a=blocking
2010-11-12 22:20:00 +01:00
Marco Bonardo
eb235093ae
Bug 472343 (part 1) - Make Places results directly handle batches and refreshes.
...
r?dietrich a=blocking
2010-11-12 22:14:47 +01:00
Marco Bonardo
d7f4ad406c
Bug 556721 - Fix some CRLF line endings in Places tests.
...
no-review a=tests-only
2010-11-12 22:14:20 +01:00
Marco Bonardo
f1465754e4
Bug 598229 (part 2) - Increase performance of Win7 JumpList favorites queries. r=sdwilsh,jimm sr=rstrong a=blocking
2010-10-14 10:46:38 +02:00
Justin Lebar
241ab761e5
Bug 570975 - Don't convert UTF-8 strings to UTF-16 in MatchAutoCompleteFunction r=sdwilsh, a2.0=blocking
...
--HG--
extra : rebase_source : 70dd986a655e1670fec86e21c8cea7a596e3b0ac
2010-08-31 18:03:40 -07:00
Justin Lebar ext:(%2C%20Kyle%20Huey%20%3Cme%40kylehuey.com%3E)
8b20bfbcec
Bug 145975 - Implement nsCaseInsensitiveUTF8StringComparator r=smontagu
...
--HG--
extra : rebase_source : 8e5d63a6a5ca50b6e95a80421ad96a1d4a52ae77
2010-08-31 18:03:40 -07:00
Marco Bonardo
6b48bd0ad3
Bug 606638 - Intermittent failure in test_393498.js. Consider timers resolution on Win. a=orange
2010-10-23 13:23:32 +02:00
Marco Bonardo
4882721b06
Bug 602872 - Some Places xpcshell tests are failing due to idle-daily notified for each test. r=mak a=orange
2010-10-08 11:18:00 -04:00
Marco Bonardo
424154655a
Bug 602085 - followup: some tinderboxes are permanently idle, try to fix frecency tests that rely on idle-daily. a=orange
2010-10-08 14:18:54 +02:00
Marco Bonardo
181f7fb107
Bug 570387 - PlacesDBUtils should register itself in the idle-daily category. r+a=dietrich
2010-10-19 12:44:03 +02:00
Marco Bonardo
029b65abf6
Bug 602872 - remove the idle-daily workaround introduced in Places unit tests, no more needed. a=tests-only
2010-10-19 11:18:42 +02:00
Marco Bonardo
ca855c3491
Bug 570905 - intermittent timeout in test_adaptive.js: skip vacuum and use batches. r=dietrich a=test-only
2010-10-16 11:06:37 +02:00
Marco Bonardo
f4b0ea5b4a
Bug 458026 (part 2) - Do not allow creation of empty-named tags. r=mano sr=rs a=blocking
2010-10-16 11:06:35 +02:00
Marco Bonardo
c420bfa983
Bug 458026 (part 1) - Use modules in taggingService. r=mano a=blocking
2010-10-16 11:06:29 +02:00
Marco Bonardo ext:(%2C%20Shawn%20Wilsher%20%3Cme%40shawnwilsher.com%3E)
50d31806a3
Bug 552023 - Kill Places partitioned temp tables.
...
r=sdwilsh
r=mak
a=blocking2.0
2010-08-09 17:59:59 +02:00
Marco Bonardo ext:(%2C%20Shawn%20Wilsher%20%3Cme%40shawnwilsher.com%3E)
bf20473281
Bug 573492 - Use WAL journaling for places.sqlite.
...
r=sdwilsh
r=mak
a=blocking2.0
2010-09-13 09:29:42 -07:00
Marco Bonardo
e36f8ef99e
Bug 556721 - test_adaptive.js cleanup. rs=places-team a=tests-only
2010-10-07 10:41:23 +02:00
Justin Wood
64f971535e
Bug 594707 - browser_settitle.js does not pass |finish| and should (instead of calling). r=gavin a=gavin
...
[MacOSX SeaMonkey] mochitest-browser-chrome: "browser_visituri.js | Test timed out"
2010-09-18 11:08:58 +01:00
Robert Sayre
4659902f34
jaegermonkey. what. a=arewefastyet
2010-09-11 15:06:33 -04:00
Robert Sayre
59773ae503
Merge mozilla-central to tracemonkey.
2010-09-10 11:47:11 -04:00
David Zbarsky
3276e221ce
Bug 556007 (2/3) - Use values from datalist in autocomplete popups. r=dolske ui-r=limi a2.0=sicking
2010-09-10 07:19:20 +02:00
Robert Sayre
357a4a6366
Merge mozilla-central to tracemonkey.
2010-09-01 22:27:07 -07:00
Taras Glek
f849918830
Bug 581606 - Avoid sqlite fragmentation via SQLITE_FCNTL_CHUNK_SIZE r=asuth sr=shaver a=b6
2010-09-01 20:35:46 -05:00
Joel Maher
161d8ae5ae
Bug 591325 Fix regression due to relativesrcdir landing in xpchsell test, continued cleanup in chrome tets r=ctalbert a=NPOTB
2010-09-10 10:20:38 -07:00
Serge Gautherie
1293e54bbf
Bug 589611 - [SeaMonkey 2.1, mochitest-browser-chrome] browser_visituri_privatebrowsing.js:64 - TypeError: Cc['@mozilla.org/privatebrowsing;1'] is undefined; (Av1) Skip this test when PB service is not available.
...
r=sdwilsh (a=test only).
2010-08-31 04:41:42 +02:00
Robert Sayre
abe80b4593
Merge mozilla-central to tracemonkey. CLOSED TREE
2010-08-31 10:24:22 -07:00
Robert Sayre
fa6b5c8801
Merge mozilla-central to tracemonkey.
2010-08-29 01:40:40 -04:00
Marco Bonardo
5652bfc359
Bug 590081 - keywords matching is no longer case insensitive. r=dietrich a=blocking
2010-08-27 22:44:05 -07:00
Dan Witte
ca321bb701
Merge e10s -> m-c.
2010-09-07 15:34:44 -07:00
Dan Witte
835b8ad761
Bug 575357 - nsNavHistory::VacuumDatabase should check if vacuum succeeded. r=mak, a=final+
2010-08-31 19:36:02 -07:00
Marco Bonardo
0054893ef4
Bug 580892 - Checking 'clear history when minefield closes' is not clearing cache on shutdown. r=sdwilsh a=blocking
2010-08-27 21:24:54 -04:00
Joel Maher
b61eda4b1d
Bug 586754 Xpcshell tests should use relativesrcdir instead of $MODULE (android prepartion) r=mitchell.field a=NPOTB
2010-08-26 14:47:28 -07:00
Jeff Walden
04a95a7188
Bug 564621, bug 582077 - JSON.parse shouldn't allow {"a" : "b",} or [1,]. But, because Firefox's bookmarks "JSON" generation has historically generated invalid JSON (it no longer does, see bug 505656), preserve a "legacy" mode of parsing that can be used to load bookmarks.json files (at least until we no longer support migration from Firefox <4 profiles :-) ). r=sayrer
2010-07-14 13:48:36 -05:00
Marco Bonardo
5f01872653
Bug 585969 - getBookmarkedURIFor should not try to add new pages. r+a=sdwilsh
2010-08-26 12:19:34 +02:00
Drew Willcoxon
c600391d65
Bug 575609 - "Switch to Tab" autocomplete entries should have icon decorations (star, magnifier glass, et al.) like other entries. r=gavin, a=blocking-final
2010-08-25 21:01:22 -07:00
Clint Talbert
1afdc1b8df
Backed out changeset 49beef9387a0 due to Xpcshell orange a=backout
...
--HG--
extra : rebase_source : 01307f705ab07b7784401d69a53921b200544978
2010-08-25 14:03:44 -07:00
Joel Maher
51fff79f07
Bug 586754 Change xpcshell to use $relativesrcdir instead of $module for android support a=NPOTB r=mitchell.field
2010-08-25 11:47:39 -07:00
Joel Maher
ce269022ab
Bug 574189 - Fix chrome tests to work from an extension for android and e10s support a=NPOTB r=ctalbert
2010-08-24 10:29:34 -07:00
Phil Ringnalda
61eccbd082
Bug 607133 - Remove the unneeded bits of test_404630.js which hit the network, and thus make it flaky, r=mak, a=orange
2010-11-30 08:03:42 -08:00
Jonas Sicking
cbc0676504
Backout bugs 586754, 574189, 584611 due to orange. a=backout
2010-08-20 11:08:43 -07:00
Joel Maher
6763342e81
Bug 586754 xpcshell tests should use relativesrcdir instead of $MODULE r=:Mitch a=NPOTB
2010-08-20 09:32:58 -07:00
Joel Maher
978a4a1ad2
Bug 574189 - Fix chrome tests so they can run from a .jar bundle (e10s, android) r=ctalbert a=NPOTB
2010-08-20 09:28:13 -07:00
Mark Banner
45e775309d
Bug 614550 - Ensure places is enabled for places related c++ tests; r=mak, a=test-only change
2010-11-24 15:13:47 +00:00
Joel Maher
a1ced5aa8a
Bug 601245 Stop packaging test files which are in tests.jar r=ctalbert a=test-only
2010-12-09 14:47:21 -08:00
Marco Bonardo
e8367bd74b
Bug 617779 - Downgrading from places branch to trunk wrongly assumes the database is corrupt.
...
r=sdwilsh a=blocking
2010-12-09 20:14:45 +01:00
Mark Banner
055848b769
Bug 610974 - Ensure places is enabled for places related tests; r=sdwilsh, a=test-only change
2010-11-19 13:23:35 +00:00
Makoto Kato
1bb0376f66
follow up Bug 600469. indent only fix. r=mak77, a=whitespace fix
2010-10-22 21:27:44 +09:00
Makoto Kato
8d84cada94
Bug 600469 - Cu is not defined into PAC_handleError (nsPlacesAutoComplete.js). r=gavin, a=gavin
2010-10-22 20:42:55 +09:00
Marco Bonardo
3701723caa
Merge backout
2010-08-14 09:57:09 +02:00
Marco Bonardo
80172e37a6
Backed out changeset dfd35987dd82 (WAL journaling - bug 573492) due to Ts regressions
2010-08-14 09:56:19 +02:00
Marco Bonardo
0d6b44d30c
Bug 573492 - Use WAL journaling for places.sqlite. r=sdwilsh a=blocking
2010-08-13 21:04:24 +02:00
Marco Bonardo
49550d2b5c
Bug 546253 - moz_openpages_temp table needs to describe pages that may not be in moz_places. r=sdwilsh a=blocking
2010-08-13 21:53:05 -04:00
Marco Bonardo
11be4ff865
Bug 572030 - Use a memory cache for keywords associations. r=dietrich a=sdwilsh
2010-08-09 17:59:43 +02:00
Marco Bonardo
618e76a12c
Bug 585966 - Async-sync contentions when adding new pages ("19 constraint failed" error). r=sdwilsh a=blocking
2010-08-12 12:28:04 +02:00
Marco Bonardo
19f9749d25
Bug 584731 - new History.cpp should check aReason for HandleCompletion. r=sdwilsh a=blocking
2010-08-06 17:42:53 +02:00
Michael Wu
953d3c4563
Bug 556644 - 3. Let the browser reset bookmarks from the omnijar, r=sdwilsh sr=vlad a=blocking2.0
2010-08-10 15:15:26 -07:00
Marco Bonardo
f4f48e0c16
Backed out changeset e0c443c09d67
2010-08-10 17:41:13 +02:00
Marco Bonardo
130ddcb53e
Bug 584731 - new History.cpp should check aReason for HandleCompletion. r=sdwilsh a=blocking
2010-08-06 17:42:53 +02:00
Marco Bonardo
0e45704655
Backed out changeset 5037343f92fc on CLOSED TREE
2010-08-10 00:15:50 +02:00
Marco Bonardo
697912c684
Bug 572030 - Use a memory cache for keywords associations. r=dietrich a=sdwilsh
2010-08-09 17:59:43 +02:00
Shawn Wilsher
4ba935953c
Backed out changeset e6e0200b6e03 (bug 568969) because it appears to have caused orange on a CLOSED TREE.
2010-08-06 11:53:39 -07:00
Shawn Wilsher
17eda7ec10
Bug 568969 - Nuke nsContentUtils::GetHistory
...
r=bz
a=bsmedberg
2010-08-05 10:07:46 -07:00
Shawn Wilsher
727a69293b
Bug 584111 - Better logging of errors for places autocomplete
...
r=mak
a=gavin
2010-08-05 10:06:21 -07:00
Marco Bonardo
1ef9d25634
Bug 581660 - places-teardown should be double enqueued. r=sdwilsh
2010-08-03 10:01:47 +02:00
Marco Bonardo
1e5de50e51
Bug 581657 - Async favicons fails on null data. r=sdwilsh
2010-08-06 13:48:12 +02:00
Bjarne
100caa546d
Bug 546606 - Make redirect API async - part 2; r=honzab.moz,cbiesinger,bjarne,jst sr=jst
2010-08-04 22:15:55 -04:00