Marco Bonardo
b5d526410e
Bug 619623 - Ensure proper tests ordering in test_IHistory.cpp.
...
r=dietrich
2011-12-03 01:19:58 +01:00
Marco Bonardo
508b4f0157
Bug 619623 - Revert a check in test_IHistory, since, even if less frequent, a timeout is not better than a failure.
2011-11-05 13:48:29 +01:00
Marco Bonardo
1bcdc9c138
Bug 619623 - Try to fix some intermittent failures in test_IHistory.cpp.
...
r=dietrich
2011-11-05 01:01:38 +01:00
Ehsan Akhgari
478ad1a412
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
Jeff Walden
7d613942b0
Bug 693469 - Implement mozilla::ArrayLength and mozilla::ArrayEnd, and replace uses of NS_ARRAY_LENGTH whenever possible. (Exceptions: assigning to static initializers, use in static assertions, as template parameters, etc. These will go away when the relevant compilers have C++11 constexpr support.) r=cjones
2011-10-10 22:50:08 -07:00
Jeff Walden
c5e5f873d1
Back out everything since 5435ee09cf7b. Tinderbox compilers hate me. r=epic-fail
2011-10-12 12:21:53 -07:00
Jeff Walden
946f2ae0e3
Bug 639469 - Implement mozilla::ArrayLength and mozilla::ArrayEnd, and replace uses of NS_ARRAY_LENGTH whenever possible. r=cjones
2011-10-10 22:50:08 -07:00
Michael Wu
0fe7772ece
Bug 675553 - Switch from PRBool to bool on a CLOSED TREE , r=bsmedberg,khuey,bz,cjones
2011-09-28 23:19:26 -07:00
Ehsan Akhgari
f8f7ebcba1
Bug 666414 - Prevent AddRef and Release from being called on the pointers wrapped in nsCOMPtr and nsRefPtr; r=bsmedberg
2011-09-16 16:22:44 -04:00
Rafael Ávila de Espíndola
88d16492d7
Bug 687696 - Use nsRefPtr instead nsCOMPtr. r=mak.
2011-09-23 21:29:48 -04:00
Rafael Ávila de Espíndola
c1416841e9
Bug 687696 - Generate places shutdown events in the cpp tests. r=mak.
...
This uses the NS_XPCOM_WILL_SHUTDOWN_OBSERVER_ID notification to produce
the places shutdown messages, emulating what happens in the browser.
2011-09-21 14:14:40 -04:00
Boris Zbarsky
6b1031f914
Bug 598833 part 9. Store an Element pointer in Link. r=smaug,sdwilsh
2011-05-31 21:46:57 -04:00
Marco Bonardo
bc714d6fe5
Bug 619623 - Disable Idle Service to check if it's related with the intermittent failure.
...
r=sdwilsh
2011-04-29 18:12:23 +02:00
Matheus Kerschbaum
9014e25ac7
Bug 639754 - Remove MOZ_IPC checks since IPC is always built now; r=bsmedberg
2011-04-02 19:14:00 -07:00
Marco Bonardo
733758271b
Bug 619623 - Intermittent failure in test_IHistory.cpp | Wait for frecency.
...
r=sdwilsh a=tests-only
2011-02-24 14:03:51 +01:00
Phil Ringnalda
96328f9461
Bug 619623 - reorder the parts of the error messages so tbpl can spot the filename, r=sdwilsh, a=test
2010-12-18 19:30:46 -08:00
Shawn Wilsher
57d65ed3e1
Bug 607117 - create GUIDs for all bookmark and history items automatically
...
Part 2 - Make entries in moz_places generate guids automagically
r=mak
2010-12-02 14:09:52 -08:00
Shawn Wilsher
b25eee428b
Merge mozilla-central into Places.
2010-11-29 08:43:57 -08:00
Shawn Wilsher
da4a83a9e0
Fix orange on linux opt builds by ifdefing around the problem. a=orange :(
2010-11-17 14:42:13 -08:00
Marco Bonardo
989769f73f
Bug 610442 - TRANSITION_EMBED visits should be session persistent
...
r=sdwilsh a=blocking
2010-11-12 14:24:25 -08:00
Shawn Wilsher
34fa7b1297
Backed out changeset 6716b289e613.
2010-11-12 08:57:43 -08:00
Shawn Wilsher
498d141678
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
93eae20535
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
Shawn Wilsher
ea7f4d9936
Merging mozilla-central to Places.
2010-10-29 11:39:41 -07:00
Shawn Wilsher
563681347c
Bug 607469 - IPC-only Crash [@ mozilla::places::History::NotifyVisited]
...
r=dougt
a=blocking
2010-10-27 13:14:16 -07:00
Marco Bonardo
8cd24ca72f
Bug 552023 - Kill Places partitioned temp tables.
...
r=sdwilsh
r=mak
a=blocking2.0
2010-08-09 17:59:59 +02:00
Mark Banner
6c6c5f0175
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
Benjamin Stover
6fb93cf6e0
Bug 556400 - Add visits Asynchronously. r=mak r=sdwilsh sr=bz
2010-07-13 18:00:33 -07:00
Dave Townsend
3197cf7343
Backed out changeset f9a700607b86 from bug556400 due to possible browser-chrome failures.
2010-07-02 20:01:44 -07:00
Benjamin Stover
5fd5d0dce9
Bug 556400 - Make adding visits asynchronous. r=sdwilsh r=mak sr=bz
2010-06-30 16:08:28 -07:00
Daniel Holbert
899a3815c8
Bug 560393, part 1: (places directory) Fix warning: "format '%d' expects type 'int', but argument [N] has type 'size_t'". r=sdwilsh
2010-05-06 11:52:15 -07:00
6b1478e5fe
Bug 555659 - places/tests/cpp/mock_Link.h doesn't initialize mRegistered and mContent, r=sdwilsh, a=1
2010-03-29 02:10:00 -07:00
Robert Longson
d6fd7fcedb
Bug 510202 - simplify C++ code now that bug 461199 has landed. r=sdwilsh,sr=bzbarsky
2010-03-13 10:32:19 +00:00
Daniel Holbert
aea6a9c134
Trivial followup for bug 461199: fix new compiler warning about unsigned-vs-signed comparison. (carrying forward rs=sdwilsh from previous related followup)
2010-02-25 17:53:41 -08:00
Daniel Holbert
95ab7d8989
Bug 461199 followup: Fix build warning "ISO C++ does not support the 'z' printf length modifier". rs=sdwilsh
2010-02-25 10:20:43 -08:00
Shawn Wilsher
c9eab8d32e
Bug 542592 - Change how we use/store nsDocument::mLinkMap
...
This makes changes nsDocument::mLinkMap in a number of ways:
1) renamed to mStyledLinks to better reflect its new nature.
2) change it to an nsTHashtable of Link*. It no longer has a strong reference
3) add some assertions to make sure we call ForgetLink and AddStyleRelevantLink
in pairs.
This also makes mozilla::dom::Link::ResetLinkState take a boolean indicating if
we should notify or not.
r=bz
2010-02-24 08:37:03 -08:00
Shawn Wilsher
0db804fc23
Bug 461199 (Part 18) - Need an observer notification to indicate when link status is known from the database
...
Adds an observer to indicate when a URI lookup is completed and passes the
visited state with the notification. This greatly simplifies test writing.
r=mak
2010-02-24 08:37:02 -08:00
Shawn Wilsher
fd8437e1ca
Bug 461199 (Part 12) - mozilla::dom::Link should unregister with mozilla::IHistory when it goes away
...
Call UnregisterWithHistory in Link's destructor to ensure that we are no longer
registered with IHistory.
r=sicking
sr=bz
2009-12-15 16:01:53 -08:00
Daniel Holbert
8160556428
bustage fix for Bug 461199: rename global var 'link' in test_IHistory.cpp to avoid bustage due to ambiguity w/ 'link()' function in unistd.h
2010-02-19 17:22:32 -08:00
Shawn Wilsher
0f669c6870
Backed out changeset cf4d10139ec0
2010-02-18 10:05:15 -08:00
Shawn Wilsher
f1675258a2
Bug 461199 (Part 12) - mozilla::dom::Link should unregister with mozilla::IHistory when it goes away
...
Call UnregisterWithHistory in Link's destructor to ensure that we are no longer
registered with IHistory.
r=sicking
sr=bz
2009-12-15 16:01:53 -08:00
Shawn Wilsher
b5d0ea68d7
Bug 461199 (Part 2) - Create an API for asynchronous isVisited checks that content/layout can use
...
Create a new API (IHistory) to check for the visitedness of a URI.
r=mak
r=bz
sr=bsmedberg
2009-08-20 11:56:10 -07:00