Ben Turner
d7f95aa8c9
Bug 857376 - 'Use 2k page_size for databases on B2G'. r=mak, sr=mossop.
2013-04-04 17:14:46 -07:00
Marco Bonardo
952c24e301
Bug 561450 - Stop supporting session ids in Places.
...
r=Mano sr=gavin
2013-03-25 14:44:41 +01:00
Marco Bonardo
0c64bc0ae3
Bug 838872 - Remove nsINavHistoryService::AddVisit.
...
r=Mano sr=gavin
2013-03-20 18:09:43 +01:00
Marco Bonardo
44313a5811
Bug 838874 - Stop implementing nsIGlobalHistory2.
...
r=Mano sr=gavin
2013-03-20 18:09:41 +01:00
Marco Bonardo
af5b8eb33d
Bug 830423 part 1 - Avoid repeated execution of daysOfHistory query.
...
r=Mano
2013-03-18 16:09:09 +01:00
Marco Bonardo
91d4aeb9a3
Bug 834457 - Mark the Places APIs we will remove as deprecated.
...
r=gavin
2013-02-14 13:39:20 +01:00
Marco Bonardo
d00a2f4554
Bug 826409 - Remove onBeforeDeleteURI and onBeforeItemRemoved notifications.
...
r=Mano sr=gavin
2013-02-06 20:48:56 +01:00
Daniel Holbert
f089fe53f8
Bug 835867: Use 'nsRefPtr' and 'forget()' in nsNavHistory.cpp instead of manual NS_ADDREF calls. r=mak
2013-02-01 15:15:29 -08:00
Ehsan Akhgari
32d278987e
Bug 817477 - Remove support for global private browsing mode; r=jdm,glandium
...
--HG--
rename : browser/app/profile/extensions/testpilot@labs.mozilla.com/modules/setup.js.in => browser/app/profile/extensions/testpilot@labs.mozilla.com/modules/setup.js
rename : browser/app/profile/extensions/testpilot@labs.mozilla.com/modules/tasks.js.in => browser/app/profile/extensions/testpilot@labs.mozilla.com/modules/tasks.js
2013-01-29 13:12:13 -05:00
Mats Palmgren
d5826be6d7
Bug 786533 - Replace NS_MIN/NS_MAX with std::min/std::max and #include <algorithm> where needed. r=ehsan
2013-01-15 13:22:03 +01:00
Marco Bonardo
5c77201aa0
Bug 827268 - Avoid useless onVisit work on transition filtered queries.
...
r=Mano
2013-01-07 18:54:38 +01:00
Ed Morley
f403563dad
Backout 33b1a42588c2 (bug 827268) for xpcshell failures on a CLOSED TREE
2013-01-07 20:25:13 +00:00
Marco Bonardo
40894c73fd
Bug 827268 - Avoid useless onVisit work on transition filtered queries.
...
r=Mano
2013-01-07 18:54:38 +01:00
Marco Bonardo
35d949f6ac
Bug 825849 - Add a RemoveAllDownloads API to nsIDownloadHistory.
...
r=Mano sr=gavin
2013-01-05 10:21:04 +01:00
Marco Bonardo
1218d9a0f2
Bug 766799 - Notify hidden visits to history observers.
...
Redirect sources and framed visits are considered hidden and thus not shown in
common UI history queries. So far were not even notified, but the right thing
to do is to let the observer handle them based on its needs.
r=Mano sr=Mossop
2012-12-20 23:45:00 +01:00
Marco Bonardo
30bbf19fcd
Bug 823156 - Speed up Library downloads query.
...
r=Mano
2012-12-20 14:39:12 +01:00
Jeff Walden
e0523203c9
Bug 820570 - Move mozilla::DebugOnly into DebugOnly.h to pare down the grab-baggish Util.h. r=Ms2ger
2012-12-14 18:58:45 -05:00
Josh Matthews
71845a70ae
Bug 723005 - Remove all checks for global privacy status in history-related code, and add them to callers when appropriate. r=mak sr=gavin
2012-02-18 01:40:10 -05:00
Andrew Quartey
36ae7e6c05
Bug 792581 - part 23: Replace LL_INIT and LL_UDIVMOD macros. r=ehsan
2012-11-01 20:57:25 -04:00
Andrea Marchesini
ef8da16819
Bug 794386 - do not store blob: URIs in global history, r=gavin.sharp
2012-10-08 12:59:22 -07:00
Cameron Kaiser
5ac3454662
Bug 793523 - Fix bookmarks search on big-endian platforms.
...
r=mak
2012-09-24 21:28:51 +02:00
Ehsan Akhgari
70ba385729
Bug 792502 - Kill the FunctionTimer code; r=vlad
2012-09-19 16:59:38 -04:00
Aryeh Gregor
d9fd9f6cd5
Bug 782616 - Use more appropriate return types than nsresult; r=mak
2012-08-14 12:10:42 +03:00
Randell Jesup
29ac5c0b8c
Bug 773151: Convert nsCAutoString->nsAutoCString CLOSED TREE r=bsmedberg
2012-09-01 22:35:17 -04:00
Landry Breuil
26986d4dea
Bug 785738 Part 6: use PRTime where appropriate, and add reinterpret_casts to int64_t in corresponding GetInt64 calls. r=ehsan
...
/home/landry/src/mozilla-central/toolkit/components/places/nsNavHistory.cpp:
In member function 'bool nsNavHistory::FindLastVisit(nsIURI*, int64_t*,
PRTime*, int64_t*)':
/home/landry/src/mozilla-central/toolkit/components/places/nsNavHistory.cpp:619:
error: invalid static_cast from type 'PRTime*' to type 'int64_t*'
/home/landry/src/mozilla-central/toolkit/components/places/nsNavHistory.cpp:
In member function 'bool
nsNavHistory::CheckIsRecentEvent(nsDataHashtable<nsCStringHashKey, long
long int>*, const nsACString_internal&)':
/home/landry/src/mozilla-central/toolkit/components/places/nsNavHistory.cpp:4360:
error: invalid static_cast from type 'PRTime*' to type 'int64_t*'
2012-08-30 09:10:49 +02:00
Ehsan Akhgari
8c296bbcd4
Bug 579517 - Part 1: Automated conversion of NSPR numeric types to stdint types in Gecko; r=bsmedberg
...
This patch was generated by a script. Here's the source of the script for
future reference:
function convert() {
echo "Converting $1 to $2..."
find . ! -wholename "*nsprpub*" \
! -wholename "*security/nss*" \
! -wholename "*/.hg*" \
! -wholename "obj-ff-dbg*" \
! -name nsXPCOMCID.h \
! -name prtypes.h \
-type f \
\( -iname "*.cpp" \
-o -iname "*.h" \
-o -iname "*.c" \
-o -iname "*.cc" \
-o -iname "*.idl" \
-o -iname "*.ipdl" \
-o -iname "*.ipdlh" \
-o -iname "*.mm" \) | \
xargs -n 1 sed -i -e "s/\b$1\b/$2/g"
}
convert PRInt8 int8_t
convert PRUint8 uint8_t
convert PRInt16 int16_t
convert PRUint16 uint16_t
convert PRInt32 int32_t
convert PRUint32 uint32_t
convert PRInt64 int64_t
convert PRUint64 uint64_t
convert PRIntn int
convert PRUintn unsigned
convert PRSize size_t
convert PROffset32 int32_t
convert PROffset64 int64_t
convert PRPtrdiff ptrdiff_t
convert PRFloat64 double
2012-08-22 11:56:38 -04:00
Aryeh Gregor
57c0ad57fb
Bug 777292 part 2 - Change all nsnull to nullptr
2012-07-30 17:20:58 +03:00
Gervase Markham
87620f5676
Bug 716478 - update licence to MPL 2.
2012-05-21 12:12:37 +01:00
Benjamin Smedberg
2187798a40
Bug 734847 part 2 - treewide changes resulting from the default-infallibility of hashtables; either remove useless result checks, or use the fallible version of APIs, depending on context, r=jlebar
...
--HG--
extra : rebase_source : 844b008c5167e6ca39a7ba9eeec8b30672938704
2012-05-18 13:30:49 -04:00
Paolo Amadini
17d594fba3
Bug 739213 - Kill AddPageWithDetails. r=mak
2012-05-14 20:42:29 +02:00
Marco Castelluccio
b21408a63d
Bug 739221 - Remove nsIBrowserHistory::count.
...
r=mak sr=gavin
2012-05-05 14:26:25 +02:00
Marco Castelluccio
63e41559c5
Bug 751608 - Remove the never implemented nsIBrowserHistory::hidePage method.
...
r=mak sr=gavin
2012-05-05 14:25:31 +02:00
Patrick Wong
15df25098f
Bug 745659 - Removed the nsPrintfCString constructor which takes a length and all corresponding instances that call that particular constructor. This is accomplished by removing the length component from the instantiation. r=jlebar
2012-04-24 14:43:00 -04:00
Marco Bonardo
98ac9c56b8
Bug 737841 - Part 3: remove no more useful redirectsMode query option.
...
r=dietrich rs=gavin
--HG--
rename : toolkit/components/places/tests/queries/test_redirectsMode.js => toolkit/components/places/tests/queries/test_redirects.js
2012-04-07 01:17:53 +02:00
Marco Bonardo
ef8bde9e54
Bug 737841 - Part 1: ensure Places history properly handles redirecting and error visits.
...
r=dietrich
2012-04-07 01:17:49 +02:00
Daniel Holbert
c976f87096
Bug 736541: Remove unused variable 'parentId' from nsNavHistory.cpp to fix build warning. r=mak
2012-03-16 15:45:46 -07:00
Marco Bonardo
b4f1aa2ddd
Bug 702639 - Kill excludeItemsIfParentHasAnnotation query option.
...
r=dietrich sr=gavin
2012-02-24 23:43:49 +01:00
Marco Bonardo
9927c72144
Bug 613588 (Backend) - Load-on-demand livemarks.
...
r=dietrich,mano
2012-02-24 13:42:24 +01:00
Marco Bonardo
8240b613c1
Bug 706420 - intermittent failure in test_annos_expire_session.js
...
r=dietrich
2012-02-17 14:24:54 +01:00
Marco Bonardo
11c29eb513
Bug 723044 - Don't trigger moz_hosts frecency update when updating frecency on idle.
...
r=dietrich
2012-02-07 15:59:09 +01:00
Marco Bonardo
a38fe49873
Bug 723124 - Telemetry for time needed for idle frecency update.
...
r=dietrich
2012-02-04 15:12:42 +01:00
Paolo Amadini
58fe84dd0e
Bug 672681 - Make nsIDownloadHistory::addDownload asynchronous. r=mak
2012-01-20 13:48:20 +01:00
Nathan Froyd
9983e99f99
Bug 709205 - use GetObserverService in places; r=mak
2011-12-09 14:35:59 -05:00
Marco Bonardo
faecbfc0c2
Bug 707954 - Index exclusion for tags.
...
r=dietrich
2011-12-07 21:56:28 +01:00
Richard Newman
b8ca5aab73
Bug 675996 - Part 1: extend moz_favicons with GUID to support Sync. r=mak
2011-12-01 13:58:19 -08:00
Marco Bonardo
cd8ffb7f72
Bug 702810 - mozIAsyncHistory should expose an async isURIVisited method.
...
r=dietrich sr=gavin
2011-11-30 00:48:47 +01:00
Marco Bonardo
6bc7aa5fcd
Bug 700314 - Remove nsNavHistory nsICharsetResolver implementation.
...
r=bz
2011-11-08 00:29:40 +01:00
Marco Bonardo
22620d3a8b
Bug 696900 - Avoid any shutdown work in Places when possible.
...
r=dietrich
2011-10-27 11:11:47 +02:00
Marco Bonardo
501fe2ae58
Bug 695554 - Split a Database class out of the History service. (expected fake Ts_shutdown regressions!)
...
r=dietrich
2011-10-27 11:11:34 +02:00
Ehsan Akhgari
2a602a5685
Bug 690892 - Replace PR_TRUE/PR_FALSE with true/false on mozilla-central; rs=dbaron
...
Landing on a CLOSED TREE
2011-10-17 10:59:28 -04:00