Raymond Lee
c4c2fe11a4
Bug 816903 - Remove calls to addVisits from Places tests. r=mak
2013-01-31 15:10:46 +08:00
Dave Townsend
f1c830614d
Bug 793928: Switch users of the promise library to the new location and move tests files. r=gavin
...
--HG--
rename : toolkit/addon-sdk/test/Makefile.in => addon-sdk/test/Makefile.in
rename : toolkit/addon-sdk/test/unit/head.js => addon-sdk/test/unit/head.js
rename : toolkit/addon-sdk/test/unit/test_promise.js => addon-sdk/test/unit/test_promise.js
rename : toolkit/addon-sdk/test/unit/xpcshell.ini => addon-sdk/test/unit/xpcshell.ini
2013-02-01 11:43:15 -08:00
Ryan VanderMeulen
a9c703a4ce
Backed out 7 changesets (bug 739217) for mochitest-1 orange on a CLOSED TREE.
...
--HG--
rename : toolkit/components/places/tests/mochitest/bug94514-postpage.html => docshell/test/bug94514-postpage.html
rename : toolkit/components/places/tests/mochitest/test_bug_94514.html => docshell/test/test_bug94514.html
2013-01-31 19:36:04 -05:00
Andres Hernandez
81082fc78f
Bug 739217 - Part 5: Toolkit replacements of synchronous isVisited with asynchronous isURIVisited. r=mak
2013-01-30 11:30:58 -06:00
Andres Hernandez
fd816b2fd1
Bug 739217 - Part 2: docshell replacement of synchronous isVisited with asynchronous isURIVisited. r=mak
...
--HG--
rename : docshell/test/bug94514-postpage.html => toolkit/components/places/tests/mochitest/bug94514-postpage.html
rename : docshell/test/test_bug94514.html => toolkit/components/places/tests/mochitest/test_bug_94514.html
2013-01-17 14:52:44 -06:00
Ehsan Akhgari
84c4ac3c75
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
Jeff Walden
891be940c1
Bug 786135 - Make parseInt(stringStartingWith0ButNot0xOr0X) parse as decimal to comply with ES5. r=dmandelin
...
--HG--
rename : js/src/tests/js1_8_5/extensions/parseInt-octal.js => js/src/tests/ecma_5/Global/parseInt-default-to-decimal.js
extra : rebase_source : 824fe7e00fbb6ffa38ebba5c43f6c0801f387309
2013-01-28 13:08:32 -08:00
Marco Bonardo
f5c101fb07
Bug 832133 - Stop using addvisit() in toolkit cpp tests.
...
r=Mano
2013-01-25 11:16:24 +01:00
Raymond Lee
4707c6f79e
Bug 820784 - Remove alternative add_task implementations. r=mak
2013-01-24 12:47:19 +08:00
Raymond Lee
8303d5c79f
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
3f0185e9c2
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
9c848d5bc7
Bug 752217 - Replace usage of setPageTitle with updatePlaces. r=mak
2013-01-23 10:50:13 +08:00
Marco Bonardo
a384188bf5
Bug 824074 - Properly update frecency sorting in bookmarks queries.
...
r=Mano
2013-01-22 21:19:01 +01:00
Marco Bonardo
63b4e0b3f5
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
a2d8072f3d
Bug 820763 - Stop using addvisit() in toolkit tests. r=mak
2013-01-18 10:13:09 +08:00
Marco Bonardo
ea2ca9b0fe
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
d148ad2a5d
Bug 752218 - Replace usage of AddURI with updatePlaces. r=mak
2013-01-17 10:28:26 +08:00
Ed Morley
fad3c1f5c8
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
2a0990e70c
Bug 825849 - Add a RemoveAllDownloads API to nsIDownloadHistory.
...
r=Mano sr=gavin
2013-01-05 10:21:04 +01:00
William Chen
7cd5470029
Bug 617532 - Implement UndoManager. r=ehsan
2013-01-03 22:54:26 -08:00
Andres Hernandez
42779407f8
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
Marco Bonardo
ec97496687
Bug 822710 (part 1) - Implement a new getAnnotationsHavingName method.
...
r=Mano sr=gavin
2012-12-21 15:19:04 +01:00
Ehsan Akhgari
995bee8441
Bug 823739 - Part 0: Skip browser_favicon_privatebrowsing.js in per-window PB builds
2012-12-20 18:01:25 -05:00
Marco Bonardo
643d69f402
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
Raymond Lee
a857de510f
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
Marco Bonardo
364be2e283
Bug 791562 - crash in PlacesFolderConversion::AppendFolder.
...
r=mano
2012-12-17 15:03:49 +01:00
Ehsan Akhgari
61b1fe31c8
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
9e63161b8c
Bug 819033 - Part 0: Remove references to private xpcshell variables; r=paolo
2012-12-11 10:53:24 -08:00
Ed Morley
58f66d8a75
Backout fac650c31656 & 907a846d368f (bug 819033) for xpcshell failures
2012-12-11 20:29:18 +00:00
Gregory Szorc
be40444435
Bug 819033 - Part 0: Remove references to private xpcshell variables; r=paolo
2012-12-11 10:53:24 -08:00
Mario Alvarado [:marioalv]
8f0a297232
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
22866cd1ef
Bug 778699 - Remove calls to addVisit from the "unit" folder. r=mak
2012-12-08 20:51:56 +01:00
Paolo Amadini
5e30ff315f
Bug 778694 - Remove calls to addVisit from the "queries" folder. r=mak
2012-12-08 20:51:12 +01:00
Paolo Amadini
c8311eb391
Bug 776872 - Remove calls to addVisit from the "bookmarks" folder. r=mak
2012-12-08 20:51:09 +01:00
Paolo Amadini
98900f3a53
Bug 776863 - Remove calls to addVisit from the "autocomplete" folder. r=mak
2012-12-08 20:51:07 +01:00
Paolo Amadini
71b973afba
Bug 776855 - Remove calls to addVisit from the "favicons" folder. r=mak
2012-12-08 20:51:04 +01:00
Paolo Amadini
f79d894a17
Bug 776465 - Remove calls to addVisit from the "expiration" folder. r=mak
2012-12-08 20:51:01 +01:00
Paolo Amadini
0979674b2d
Bug 775580 - Remove calls to addVisit from test_sorting.js. r=mak
2012-12-08 20:50:59 +01:00
Paolo Amadini
1d617b7bd7
Bug 763295 - Port the bookmarks export service to JavaScript. r=mak
2012-12-08 20:50:54 +01:00
Benedict Singer
eef8ddc2e4
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
56475ee349
Bug 806740 - Unbreak Birch. DONTBUILD for NPOTB.
2012-12-06 22:52:39 -05:00
Mario Alvarado [:marioalv]
cc47e11a85
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]
decb7e3186
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
Ehsan Akhgari
04dd7bedc8
Bug 806741 - Part 0: Don't run test_bug_461710.html in per-window PB builds
2012-12-06 00:48:57 -05:00
Ehsan Akhgari
728e66028d
Bug 806740 - Part 0: Don't run test_setAndFetchFaviconForPage_failures.js in per-window PB builds
2012-12-06 00:47:14 -05:00
Ehsan Akhgari
dd482610c3
Bug 806739 - Part 0: Don't run test_setAndFetchFaviconForPage.js in per-window PB builds
2012-12-06 00:44:58 -05:00
Ehsan Akhgari
4c0909ec11
Bug 806738 - Part 0: Don't run browser_visituri_privatebrowsing.js in per-window PB builds
2012-12-06 00:43:54 -05:00
Virgil Dupras
d0943e17dd
Bug 801450 - Can't import bookmarks from Safari-created HTML files. r=mak
2012-12-03 20:26:15 -05:00
Ted Mielczarek
9017b65900
bug 816963 - Enable crash reporting in places C++ unit tests. r=mak
2012-11-30 14:26:19 -05:00
Andres Hernandez
7c8a36e1db
Bug 814749 - Disable test_248970.js in per-window PB builds; r=ehsan
...
--HG--
extra : rebase_source : 8c19f0754799aea9326d7a42caac4e0511d0546b
2012-11-28 15:03:30 -06:00