Commit Graph

1946 Commits

Author SHA1 Message Date
Marco Bonardo
3fecd181f3 Bug 832133 - Stop using addvisit() in toolkit cpp tests.
r=Mano
2013-01-25 11:16:24 +01:00
Raymond Lee
cbfd382d9d Bug 820784 - Remove alternative add_task implementations. r=mak 2013-01-24 12:47:19 +08:00
Raymond Lee
f269502618 Bug 833125 - test_bug_411966.html and bug_411966/redirect.js are still using addURI. r=mak 2013-01-23 12:15:17 +08:00
Raymond Lee
846a23c358 Bug 831407 - test_399606.js has been replaced by browser_bug399606.js and should thus be removed from the tree. r=mak 2013-01-23 00:26:45 +08:00
Raymond Lee
619db6d23f Bug 752217 - Replace usage of setPageTitle with updatePlaces. r=mak 2013-01-23 10:50:13 +08:00
Marco Bonardo
89d3360734 Bug 824074 - Properly update frecency sorting in bookmarks queries.
r=Mano
2013-01-22 21:19:01 +01:00
Marco Bonardo
d936b0c724 Bug 619623 - Wait for the WAL checkpoint in case that helps avoiding the intermittent failure in test_IHistory.cpp
r=test-only-experiment-not-worth-it a=nonlibxul
2013-01-22 14:25:03 +01:00
Raymond Lee
c089ae192d Bug 820763 - Stop using addvisit() in toolkit tests. r=mak 2013-01-18 10:13:09 +08:00
Marco Bonardo
c57b5fa89e Bug 831725 - Fix wrong merge on toolkit/components/places/tests/browser/head.js
r=me
2013-01-19 12:30:00 +01:00
Raymond Lee
df919a53d3 Bug 752218 - Replace usage of AddURI with updatePlaces. r=mak 2013-01-17 10:28:26 +08:00
Trevor Saunders
b98e34aed0 bug 822289 - remove NS_IMPL_CYCLE_COLLECTION_CLASS and friends r=mccr8 2013-01-12 07:40:33 -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
Ed Morley
e304383c4e Bug 821781 - Disable places/tests/unit/test_399266.js on Linux for too many intermittent failures 2013-01-10 14:59:28 +00: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
William Chen
8f2a3385ae Bug 617532 - Implement UndoManager. r=ehsan 2013-01-03 22:54:26 -08:00
Nicholas Nethercote
b6939f2c42 Bug 819819 (part 2) - Remove |name| from NS_MEMORY_REPORTER_MALLOC_SIZEOF_FUN. r=jlebar.
--HG--
rename : dom/tests/mochitest/localstorage/test_localStorageQuotaPrivateBrowsing_perwindowpb.html => dom/tests/mochitest/localstorage/test_localStorageQuotaPrivateBrowsing.html
rename : toolkit/components/places/tests/browser/browser_favicon_privatebrowsing_perwindowpb.js => toolkit/components/places/tests/browser/browser_favicon_privatebrowsing.js
extra : rebase_source : 557cc60522970ce7eea3b006d357284d9b4694c4
2012-12-23 16:59:51 -08:00
Andres Hernandez
2a52457d21 Bug 823739 - Port browser_favicon_privatebrowsing.js to the new per-window PB APIs. r=jdm
--HG--
rename : toolkit/components/places/tests/browser/browser_favicon_privatebrowsing.js => toolkit/components/places/tests/browser/browser_favicon_privatebrowsing_perwindowpb.js
2012-12-28 13:10:33 -06:00
Neil Rashbrook
d8fe604ecd Bug 818861 Shouldn't allow promising a flat string from a flat string r=dbaron 2012-12-22 20:40:37 +00:00
Marco Bonardo
9512bedcbc Bug 822710 (part 1) - Implement a new getAnnotationsHavingName method.
r=Mano sr=gavin
2012-12-21 15:19:04 +01:00
Ehsan Akhgari
38b9359caf Bug 823739 - Part 0: Skip browser_favicon_privatebrowsing.js in per-window PB builds 2012-12-20 18:01:25 -05: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
Iordache Catalin
9058afe4b0 Bug 821901 - Fix some build warnings in toolkit/components/places. r=mak 2012-12-17 17:41:34 +02:00
Marco Bonardo
30bbf19fcd Bug 823156 - Speed up Library downloads query.
r=Mano
2012-12-20 14:39:12 +01:00
Raymond Lee
f4b96f4289 Bug 806741 - Port test_bug_461710.html to the new per-tab PB APIs. r=jdm
--HG--
rename : toolkit/components/places/tests/mochitest/test_bug_461710.html => toolkit/components/places/tests/mochitest/test_bug_461710_perwindowpb.html
2012-12-19 11:47:41 +08:00
Daniel Holbert
3432ed5ca9 Bug 822446: Add parens around assignment-used-as-loop-condition in nsPlacesAutoComplete.js and nsPlacesExpiration.js, to fix JS strict warning "test for equality mistyped as assignment". r=mak 2012-12-17 22:23:05 -08:00
Ryan VanderMeulen
d7448a9f7d Backed out changeset 1cd15c87f867 (bug 821901) for crashes. 2012-12-17 19:22:09 -05:00
Iordache Catalin
c6e3e5ce34 Bug 821901 - Fix build warnings in /toolkit/components/places/nsNavHistoryResult.cpp. r=mak 2012-12-17 17:43:45 -05:00
Marco Bonardo
18c881540a Bug 791562 - crash in PlacesFolderConversion::AppendFolder.
r=mano
2012-12-17 15:03:49 +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
Ehsan Akhgari
8402635611 Remove two extra instances of whenNewWindowLoaded, no bug
It's usually enough to define each function once in Javascript.
No need to keep repeating things to the compiler.  ;-)

--HG--
extra : rebase_source : ea8530874b20669c3f0e963836b263f07fb48768
2012-12-12 14:08:19 -05:00
Gregory Szorc
edbe265106 Bug 819033 - Part 0: Remove references to private xpcshell variables; r=paolo 2012-12-11 10:53:24 -08:00
Ed Morley
ec20fd0a1a Backout fac650c31656 & 907a846d368f (bug 819033) for xpcshell failures 2012-12-11 20:29:18 +00:00
Gregory Szorc
fab5ad8989 Bug 819033 - Part 0: Remove references to private xpcshell variables; r=paolo 2012-12-11 10:53:24 -08:00
Mario Alvarado [:marioalv]
325f979118 Bug 806738 - Port browser_visituri_privatebrowsing.js to the new per-tab PB APIs; r=ehsan
DONTBUILD since this is NPOTB for global PB builds

--HG--
rename : toolkit/components/places/tests/browser/browser_visituri_privatebrowsing.js => toolkit/components/places/tests/browser/browser_visituri_privatebrowsing_perwindowpb.js
2012-12-10 00:44:33 -06:00
Paolo Amadini
ccbb0535e1 Bug 778699 - Remove calls to addVisit from the "unit" folder. r=mak 2012-12-08 20:51:56 +01:00
Paolo Amadini
f0a6927669 Bug 778694 - Remove calls to addVisit from the "queries" folder. r=mak 2012-12-08 20:51:12 +01:00
Paolo Amadini
6dd5b37c82 Bug 776872 - Remove calls to addVisit from the "bookmarks" folder. r=mak 2012-12-08 20:51:09 +01:00
Paolo Amadini
cb16c5c3db Bug 776863 - Remove calls to addVisit from the "autocomplete" folder. r=mak 2012-12-08 20:51:07 +01:00
Paolo Amadini
ba40458f8d Bug 776855 - Remove calls to addVisit from the "favicons" folder. r=mak 2012-12-08 20:51:04 +01:00
Paolo Amadini
9f10a0ffef Bug 776465 - Remove calls to addVisit from the "expiration" folder. r=mak 2012-12-08 20:51:01 +01:00
Paolo Amadini
da733b140e Bug 775580 - Remove calls to addVisit from test_sorting.js. r=mak 2012-12-08 20:50:59 +01:00
Paolo Amadini
bc7be41455 Bug 740468 - Replace old synchronous favicons calls in the bookmarks export service. r=mak 2012-12-08 20:50:56 +01:00
Paolo Amadini
ecf49e6b46 Bug 763295 - Port the bookmarks export service to JavaScript. r=mak 2012-12-08 20:50:54 +01:00
Benedict Singer
e5ef3703f4 Bug 787134 - Make links not in a document or with an invalid href respond to :link selector. r=bzbarsky 2012-12-07 09:35:14 -05:00
Josh Matthews
303c4daa4e Bug 806740 - Unbreak Birch. DONTBUILD for NPOTB. 2012-12-06 22:52:39 -05:00
Mario Alvarado [:marioalv]
951b0e0ecb Bug 806740 - Port test_setAndFetchFaviconForPage_failures.js to the new per-tab PB APIs; r=ehsan
DONTBUILD since this is NPOTB for global PB builds

--HG--
rename : toolkit/components/places/tests/favicons/test_setAndFetchFaviconForPage_failures.js => toolkit/components/places/tests/browser/browser_favicon_setAndFetchFaviconForPage_failures.js
rename : toolkit/components/places/tests/favicons/favicon-normal16.png => toolkit/components/places/tests/browser/favicon-normal16.png
2012-12-06 18:42:36 -06:00
Mario Alvarado [:marioalv]
1a20b2f101 Bug 806739 - Port test_setAndFetchFaviconForPage.js to the new per-tab PB APIs; r=ehsan
DONTBUILD since this is NPOTB for global PB builds

--HG--
rename : toolkit/components/places/tests/favicons/test_setAndFetchFaviconForPage.js => toolkit/components/places/tests/browser/browser_favicon_setAndFetchFaviconForPage.js
2012-12-06 01:48:46 -06:00