Mike Hommey
26e3714874
Bug 755724 - Move browser application in a subdirectory. r=jimm
2013-02-11 14:10:16 +01:00
Marco Bonardo
9ddf7fda2f
Bug 838841 - Remove experimental hints from Places async APIs.
...
sr=gavin
2013-02-07 01:12:16 +01:00
Marco Bonardo
4f925597b9
Bug 826409 - Remove onBeforeDeleteURI and onBeforeItemRemoved notifications.
...
r=Mano sr=gavin
2013-02-06 20:48:56 +01:00
Marco Bonardo
ed84888317
Bug 831094 - Avoid replacing nodes in Places query results.
...
r=Mano sr=gavin
2013-02-06 20:48:09 +01:00
Ryan VanderMeulen
3194bb62ac
Merge m-c to inbound.
2013-02-06 08:20:00 -05:00
Gregory Szorc
961a3acbeb
Merge mozilla-central into services-central
...
--HG--
rename : content/media/webaudio/AudioEventTimeline.h => content/media/AudioEventTimeline.h
2013-02-05 22:40:34 -08:00
Marco Bonardo
ab7d4e8e48
Bug 838304 - null out mResult when removing container nodes.
...
r=Mano
2013-02-05 21:56:05 +01:00
Gregory Szorc
921fdbd2ed
Bug 828546 - Part 1: Support Health Report mode when gathering Places Telemetry; r=mak
2013-02-05 10:44:14 -08:00
Marco Bonardo
7235347b03
Bug 838349 - Fix bogus use of assertions in Places
...
r=trivial
2013-02-06 02:37:07 +01:00
Marco Bonardo
dc654058b2
Backout 890368240f48 (bug 838304) for xpcshell-test failures
2013-02-05 23:06:16 +01:00
Marco Bonardo
e3cd2f5954
Bug 838304 - null out mResult when removing container nodes.
...
r=Mano
2013-02-05 21:56:05 +01:00
Raymond Lee
b51a5d17ce
Bug 836624 - Remove getFaviconForPage and getFaviconDataAsDataURL in test_bookmarks_html.js. r=mak
2013-02-04 12:05:21 +08:00
Raymond Lee
5d471268b4
Bug 816903 - Remove calls to addVisits from Places tests. r=mak
2013-01-31 15:10:46 +08:00
Andres Hernandez
df4f6bd855
Bug 739217 - Part 5: Toolkit replacements of synchronous isVisited with asynchronous isURIVisited. r=mak
2013-02-04 10:58:54 -06:00
Andres Hernandez
65d963886b
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-02-01 10:36:28 -06:00
Daniel Holbert
2289fc6a4b
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
Dave Townsend
cd10174200
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
0a9157ef27
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
78ba9e7e24
Bug 739217 - Part 5: Toolkit replacements of synchronous isVisited with asynchronous isURIVisited. r=mak
2013-01-30 11:30:58 -06:00
Andres Hernandez
86c8bcdf63
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
Daniel Holbert
208532a36e
Bug 835446: Convert nsNavHistoryResultNode::mTransitionType to be uint32_t rather than int32_t, to fix build warning when passing it to nsTArray<uint32_t>::Contains(). r=mak
2013-01-29 15:25:01 -08:00
Daniel Holbert
0a332a0602
Bug 835543 part 2: Remove deprecated interface nsINavHistoryFullVisitResultNode. r=mak
2013-01-29 14:30:13 -08:00
Daniel Holbert
fb4e543b51
Bug 835543 part 1: Remove unused class nsNavHistoryFullVisitResultNode. r=mak
2013-01-29 14:30:13 -08:00
Ehsan Akhgari
565d0479c3
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
371def9626
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
3381553379
Bug 832133 - Stop using addvisit() in toolkit cpp tests.
...
r=Mano
2013-01-25 11:16:24 +01:00
Raymond Lee
c4096e0f21
Bug 820784 - Remove alternative add_task implementations. r=mak
2013-01-24 12:47:19 +08:00
Raymond Lee
6f4b3c8301
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
3c3c943300
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
764b4eede1
Bug 752217 - Replace usage of setPageTitle with updatePlaces. r=mak
2013-01-23 10:50:13 +08:00
Marco Bonardo
70b1ad514d
Bug 824074 - Properly update frecency sorting in bookmarks queries.
...
r=Mano
2013-01-22 21:19:01 +01:00
Marco Bonardo
dc14d05d84
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
34e3c99965
Bug 820763 - Stop using addvisit() in toolkit tests. r=mak
2013-01-18 10:13:09 +08:00
Marco Bonardo
88dc089d5b
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
b8ddec986c
Bug 752218 - Replace usage of AddURI with updatePlaces. r=mak
2013-01-17 10:28:26 +08:00
Trevor Saunders
83bcbe0d6b
bug 822289 - remove NS_IMPL_CYCLE_COLLECTION_CLASS and friends r=mccr8
2013-01-12 07:40:33 -05:00
Mats Palmgren
b7ae90666d
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
e64a6c02d2
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
944e9bba9f
Bug 827268 - Avoid useless onVisit work on transition filtered queries.
...
r=Mano
2013-01-07 18:54:38 +01:00
Ed Morley
1fb8f3c7dc
Backout 33b1a42588c2 (bug 827268) for xpcshell failures on a CLOSED TREE
2013-01-07 20:25:13 +00:00
Marco Bonardo
5f2be7b450
Bug 827268 - Avoid useless onVisit work on transition filtered queries.
...
r=Mano
2013-01-07 18:54:38 +01:00
Marco Bonardo
23ba3ed604
Bug 825849 - Add a RemoveAllDownloads API to nsIDownloadHistory.
...
r=Mano sr=gavin
2013-01-05 10:21:04 +01:00
William Chen
f34fa488f4
Bug 617532 - Implement UndoManager. r=ehsan
2013-01-03 22:54:26 -08:00
Nicholas Nethercote
b7723e3c58
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
21ef686587
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
41d5c4cd99
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
17cc116f68
Bug 822710 (part 1) - Implement a new getAnnotationsHavingName method.
...
r=Mano sr=gavin
2012-12-21 15:19:04 +01:00
Ehsan Akhgari
319f599ae0
Bug 823739 - Part 0: Skip browser_favicon_privatebrowsing.js in per-window PB builds
2012-12-20 18:01:25 -05:00
Marco Bonardo
81c076fba4
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
a89bdc9295
Bug 821901 - Fix some build warnings in toolkit/components/places. r=mak
2012-12-17 17:41:34 +02:00