Commit Graph

1343 Commits

Author SHA1 Message Date
Xin Zhang
431196b4a4 Bug 82301 - Show all history should expand Today history folder by default. r=mak 2013-03-27 11:32:34 -04:00
Boris Zbarsky
0944e82e31 Bug 848796 part 1. Rename nsXULDocument to mozilla::dom::XULDocument. r=ms2ger
--HG--
rename : content/xul/document/src/nsXULDocument.cpp => content/xul/document/src/XULDocument.cpp
rename : content/xul/document/src/nsXULDocument.h => content/xul/document/src/XULDocument.h
2013-03-26 11:31:53 -04:00
Marco Bonardo
b7ea9efd3a Bug 561450 - Stop supporting session ids in Places.
r=Mano sr=gavin
2013-03-25 14:44:41 +01:00
Raymond Lee
01118e9f7c Bug 834543 - Part 2: Update use of setCharsetForURI. r=mak 2013-03-22 01:06:53 +08:00
Mike Shal
9680b82df6 Bug 844654 - Part 2: Move MODULE to moz.build; rs=gps 2013-03-19 11:47:00 -07:00
Gregory Szorc
2288b28e43 Bug 844635 - Part 3: Remove empty Makefile.in files; r=glandium 2013-03-17 18:01:25 -07:00
Mike Shal
e3d8d5c262 Bug 818246 - Part 9: Move XPIDL_FLAGS to moz.build; r=gps 2013-03-11 22:05:00 -07:00
Trevor Saunders
5756f6755f bug 407956 - make nsITreeView not take a nsISupportsArray* r=neil, bz sr=neil 2013-01-06 19:54:42 -05:00
Gregory Szorc
89d297a677 Merge mozilla-central into build-system
The 3 merged files had no conflicts and were manually verified to ensure
no incompatible changes crept in.
2013-02-27 21:02:02 -08:00
Gregory Szorc
758d7a8978 Bug 784841 - Part 18d: Convert /browser; r=gavin f=Ms2ger 2013-02-25 12:47:18 -08:00
Raymond Lee
6d14864b91 bug 839034 - move markPageAsXXX methods to nsINavHistoryService r=mak sr=gavin 2013-02-27 10:54:09 +08:00
Gavin Sharp
088d7ae9b5 Remove some unnecessary preprocessing, no bug
--HG--
extra : rebase_source : b8bfed7a5b55652fd8a9b3bf3c601accb8b2022f
2013-02-17 17:49:25 -08:00
Mike Hommey
640e79f848 Bug 755724 - Move browser application in a subdirectory. r=jimm 2013-02-11 14:10:16 +01:00
Marco Bonardo
7efbd0b8d2 Bug 838875 - Remove deprecated third argument from PlacesUIUtils.showBookmarkDialog.
r=mano
2013-02-07 22:27:42 +01:00
Marco Bonardo
e7a888df87 Bug 826409 - Remove onBeforeDeleteURI and onBeforeItemRemoved notifications.
r=Mano sr=gavin
2013-02-06 20:48:56 +01:00
Marco Bonardo
86bcfc2bb8 Bug 831094 - Avoid replacing nodes in Places query results.
r=Mano sr=gavin
2013-02-06 20:48:09 +01:00
Andres Hernandez
9ffe7c08a6 Bug 739217 - Part 4: Browser replacements of synchronous isVisited with asynchronous isURIVisited. r=mak 2013-02-04 16:12:19 -06:00
Andres Hernandez
6cdc6d3572 Bug 739217 - Part 1: addVisits replacement of synchronous isVisited with asynchronous isURIVisited. r=mak 2013-01-28 11:09:33 -06:00
Asaf Romano
d012077386 Bug 836211 - Give focus to the downloads view if the previous view had focus.
r=mak
2013-02-05 15:56:35 +01: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
df00c85a4f Bug 739217 - Part 4: Browser replacements of synchronous isVisited with asynchronous isURIVisited. r=mak 2013-01-30 10:46:32 -06:00
Andres Hernandez
194b5bef36 Bug 739217 - Part 1: addVisits replacement of synchronous isVisited with asynchronous isURIVisited. r=mak 2013-01-28 11:09:33 -06:00
Daniel Holbert
e5d0210460 Bug 835543 part 2: Remove deprecated interface nsINavHistoryFullVisitResultNode. r=mak 2013-01-29 14:30:13 -08: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
Raymond Lee
50c193452b Bug 820764 - Stop using addvisit() in browser tests r=mak77 2013-01-25 12:55:22 +08:00
Asaf Romano
ae06524227 Bug 832949 - Disable common Organize options when the Downloads view is in use. r=mak. 2013-01-23 21:19:08 +02:00
Asaf Romano
32097a219a Bug 830842 - Clear Downloads button should appear only for Downloads View. r=mak 2013-01-15 21:05:54 +02:00
Asaf Romano
480638da79 Bug 830242 - Double clicking a folder in the right side pane opens first item into the current tab. And sent the 'library' into the background. r=mak 2013-01-15 20:28:35 +02:00
Marco Bonardo
e1b03f5093 Bug 830405 - Make Clear Downloads button "tabbable" on Mac.
r=Mano
2013-01-15 00:49:36 +01:00
Asaf Romano
f4c02f117d Bug 827293 - The first list item in the downloads view should be selected when it's opened (was: Error: TypeError: view.selectNode is not a function). r=mak 2013-01-11 22:48:01 +02:00
Marco Bonardo
e6e1745496 Bug 827405 - Lazily "activate" download items when they enter the visible richlistbox area.
r=Mano
2013-01-08 21:35:41 +01:00
Marco Bonardo
a80f168d3e Bug 822572 - Add a Clear Downloads button to the Library view.
r=Mano
2013-01-05 15:46:16 +01:00
William Chen
7cd5470029 Bug 617532 - Implement UndoManager. r=ehsan 2013-01-03 22:54:26 -08:00
Marco Bonardo
d75d179cc8 Bug 822848 - hide the detailsPane for the new downloads view.
r=Mano
2012-12-28 00:54:51 +01:00
Marco Bonardo
ec99c8b12e Bug 825060 - Enable the new Library Downloads view by default when the panel is enabled.
r=mconley
2012-12-28 00:54:48 +01:00
Josh Matthews
a03e568a7d Backed out changeset 5840a8b5cc21 (bug 825060) 2012-12-27 20:44:22 -05:00
Josh Matthews
1dc8a36934 Backed out changeset cce44d592e67 (bug 822848) 2012-12-27 20:44:20 -05:00
Marco Bonardo
e729ac636a Bug 822848 - hide the detailsPane for the new downloads view.
r=Mano
2012-12-28 00:54:51 +01:00
Marco Bonardo
f2bd827433 Bug 825060 - Enable the new Library Downloads view by default when the panel is enabled.
r=mconley
2012-12-28 00:54:48 +01:00
Asaf Romano
32b4e01d87 Bug 824240 - Make the Downloads View Seamonkey-friendly. r=mak 2012-12-27 16:50:56 +02:00
Ehsan Akhgari
4b6a95ed1e Bug 823580 - Remove PlacesUIUtils.privateBrowsing usages in per-window PB builds; r=jdm
--HG--
extra : rebase_source : 4b6e55e3da4f57411cf2c3b996adad16ab22d228
2012-12-20 12:41:52 -05:00
Asaf Romano
12983421f5 Bug 815352 (part 1) - Move the Library downloads view to an overlay in browser/downloads.
r=mak

--HG--
rename : browser/components/places/content/downloadsView.js => browser/components/downloads/content/allDownloadsViewOverlay.js
rename : browser/components/places/content/download.css => browser/components/downloads/content/download.css
rename : browser/themes/gnomestripe/downloads/downloads.css => browser/themes/gnomestripe/downloads/allDownloadsViewOverlay.css
rename : browser/themes/winstripe/downloads/downloads.css => browser/themes/winstripe/downloads/allDownloadsViewOverlay.css
2012-12-20 12:03:11 +01:00
Asaf Romano
57942253a4 Bug 822343 - Downloads view takes far too long to render. Step 1 - fix some trivial stuff (use document fragments and resue nsiuri objects). This alone has somewhat limited impact on performance. r=mak 2012-12-19 07:18:56 +00:00
Marco Bonardo
8a5baa2971 Bug 822692 - Downloads titles are often empty in the Library view.
r=mconley
2012-12-18 18:02:05 +01:00
Asaf Romano
5eddaa4414 Bug 675902 - Follow up patch: Don't reload the download views multiple times when it's loaded. r=mak 2012-12-17 19:21:55 +00:00
Marco Bonardo
14b3d1585d Bug 821328 - PlacesUIUtils._openNodeIn throws with alt modifier.
r=dao
2012-12-17 15:13:52 +01:00
Mike Conley
cf1d8f6e65 Bug 817006 - "Remove from List" option in the Downloads Panel should be clarified as "Remove from History". r=mak. 2012-12-14 12:51:52 -05:00
Asaf Romano
4fdf3c3b69 Relanding Bug 675902 - New Downloads view for Places Library. r=mak. Test fix contributed by Mike Conley (r=me). The new view is still disabled. 2012-12-17 07:38:53 +00:00
Boris Zbarsky
a89675b411 Back out bug 675902 (rev 627a842914d0) from CLOSED TREE because it fails browser-chrome tests. 2012-12-14 16:48:49 -05:00
Boris Zbarsky
2464d473a4 Back out bug 817006 (rev 0852e5efadac) because it depends on a patch I'm about to back out for test failures. 2012-12-14 16:46:51 -05:00
Mike Conley
30f0b5af3b Bug 817006 - "Remove from List" option in the Downloads Panel should be clarified as "Remove from History". r=mak. 2012-12-14 12:51:52 -05:00
Asaf Romano
6127b64713 Bug 675902 - Implement the new Downloads view for the places Library window; r=mak 2012-12-14 12:32:20 -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
Paolo Amadini
1d617b7bd7 Bug 763295 - Port the bookmarks export service to JavaScript. r=mak 2012-12-08 20:50:54 +01:00
Seth Fowler
630ed49838 Bug 812241 - Remove disabled test warnings. r=khuey 2012-11-20 16:13:04 -08:00
Josh Matthews
42e88bf5c5 Bug 812828 - If there's no active window when opening targets in tabs, assume we don't want private browsing. r=mak 2012-11-19 16:40:32 +00:00
Marco Bonardo
a61f8dc9e4 Bug 773982 - Always show hidden entries when searching history.
r=mano
2012-11-15 12:33:06 +01:00
Josh Matthews
03a47e15d5 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
Paolo Amadini
6dc2df3e0e Bug 775495 - Replace waitForClearHistory and waitForAsyncUpdates with versions that return promises, and remove waitForFrecency. r=mak 2012-11-11 14:01:49 +01:00
Kyle Huey
1482122303 Bug 798491: Add an option to stick all chrome JSMs/JS components in the same compartment. r=mrbkap,philikon
--HG--
extra : rebase_source : 98337b6a8c07d05e8c961a452dd05a7d75c3c60b
2012-10-31 09:13:28 -07:00
Johan Charlez
e51aadd3fc Bug 750544 - Remove the scope bar from the Library window. r=mano. 2012-10-30 19:36:16 +02:00
Andres Hernandez
44980cac5f Bug 722987 - Places UI makes decisions based on global Private Browsing state; r=ehsan 2012-10-24 14:04:38 -06:00
David Zbarsky
cdfa3a402e Bug 797419 - Fix strict mode warnings in controller.js r=mak 2012-10-10 15:20:39 -04:00
Ehsan Akhgari
129e401577 Bug 799126 - Rename ClearRecentHistory to ForgetAboutSite; r=jdm
--HG--
rename : browser/components/privatebrowsing/src/ClearRecentHistory.jsm => browser/components/privatebrowsing/src/ForgetAboutSite.jsm
2012-10-08 11:55:41 -04:00
Ehsan Akhgari
6a6d0d8405 Bug 774963 - Remove removeDataFromDomain from nsIPrivateBrowsingService, and put it in its own JS module, ClearRecentHistory; r=jdm 2012-10-03 11:29:10 -04:00
OHZEKI Tetsuharu
ade318a874 Bug 797430 - Fix cannot move a bookmark separator by drag & drop. r=mak 2012-10-03 18:19:23 -04:00
Dão Gottwald
d5d12e468b Bug 783273 - Work around doGetPlacesControllerForCommand being called while the browser window is already closed (fixes intermittently failing browser_350525.js and browser_bug734076.js). r=mak 2012-10-03 12:23:05 +02:00
Yosy
fbc8b4825a Bug 792968 - Replace some regular expression string matches with String.startsWith and replace /^https?/ URI scheme tests with /^https?$/. r=dao 2012-09-23 21:09:29 +02:00
Benjamin Peterson
a5fc829344 Backed out changeset 3ca1f19e4c2a (bug 792968) for mochitest-oth failures 2012-09-23 12:25:39 -04:00
Yosy
6684ca9137 Bug 792968 - Replace some regular expression string matches with String.startsWith and replace /^https?/ URI scheme tests with /^https?$/. r=dao 2012-09-23 16:48:23 +02:00
Andres Hernandez
6c0b339ed1 Bug 781973 - Use filepicker's open() instead of the obsolete show() in /browser. r=bbondy 2012-09-19 17:21:38 -06:00
Andres Hernandez
fd33841755 Bug 325901 - fix unnecessarily preprocessed files in browser/, r=gavin
--HG--
extra : rebase_source : cc42d98604e38528f3bc9941dce4f15ec8ad5d67
2012-08-10 14:20:25 -06:00
Mike Hommey
6173fa297f Bug 774032 bonus - Use @DEPTH@ and @relativesrcdir@ in Makefile.in. r=ted 2012-08-04 20:26:44 +02:00
Dão Gottwald
b182917035 Bug 776271 - Don't focus the content area when closing a places context menu. r=mano 2012-07-31 02:16:08 +02:00
Asaf Romano
02dfe00bf5 Bug 760940 - Bookmarks and history menus behave incorrectly due to non-node weak map keys. r=mak 2012-07-24 17:20:57 +03:00
Ekanan Ketunuti
6a26c29c8b Bug 772463 - Unprefix CSS3 transforms in browser/. r=dao
--HG--
extra : rebase_source : d22aeb4bcb6e14ff9bef9408e483b9a26d17bdc0
2012-07-16 22:10:27 +07:00
Michal Novotny
596010fc99 Bug 737615 - Remove use of synchronous cache API from unit tests - browser tests, r=bsmith 2012-07-11 11:18:13 +02:00
Nathan Froyd
a7eb97f896 Bug 370750 - consolidate mochitest files installation; r=glandium
With assistance on the patch from Ms2ger, Waldo, and Mossop.
2012-07-03 16:49:02 -04:00
Asaf Romano
620f375440 Bug 762799 - Cannot open bookmark from sidebar with keyboard (with Enter key). r=mak 2012-06-28 21:24:44 +03:00
Asaf Romano
e7226e0e49 Bug 761494 - Cannot open all Bookmarks in tabs by Middle clicking a folder in Sidebar. r=mak 2012-06-28 21:14:45 +03:00
Ehsan Akhgari
45fe6d3ae2 Bug 722872 - Part 1: Add nsITransferable::Init(nsILoadContext*), enforce that it's called in debug builds, and add nsIDOMDocument* arguments to nsIClipboardHelper methods; r=roc
This patch does the following:

* It adds nsITransferable::Init(nsILoadContext*).  The load context
  might be null, which means that the transferable is non-private, but
  if it's non-null, we extract the boolean value for the privacy mode
  and store it in the transferable.
* It adds checks in debug builds to make sure that Init is always
  called, in form of fatal assertions.
* It adds nsIDOMDocument* agruments to nsIClipboardHelper methods which
  represent the document that the string is coming from.
  nsIClipboardHelper implementation internally gets the nsILoadContext
  from that and passes it on to the transferable upon creation.  The
  reason that I did this was that nsIClipboardHelper is supposed to be a
  high-level helper, and in most of its call sites, we have easy access
  to a document object.
* It modifies all of the call sites of the above interfaces according to
  this change.
* It adds a GetLoadContext helper to nsIDocument to help with changing
  the call sites.
2012-04-16 22:14:01 -04:00
Asaf Romano
a2e9e1b54e Bug 730340 - Bug 730340 - Don't use expando properties for storing data on places nodes. Don't use an expando to mark cut nodes. r=mak. 2012-06-03 15:01:15 +03:00
Asaf Romano
01ccb8bd35 Bug 730340 - Fix typo found by neil, remove useless comments. 2012-06-02 23:24:19 +03:00
Asaf Romano
8f87a1a12b Bug 730340 - Don't use expando properties for storing data on places nodes. Part 3 - cache livemark-info object in the controller for each view instead of setting _feedURI and _siteURI exapndos on livemark nodes. Also fix a bug I introduced in the previous check for this bug, in PVB_nodeHistoryDetailsChanged. r=mak 2012-06-02 16:54:25 +03:00
Asaf Romano
068caef0d1 Bug 730340 - Don't use expando properties for storing data on places nodes. part 1 - use a WeakMap for mapping places nodes to DOM nodes. part 2 - use a WeakMap for cellProperties in treeView.js; stop caching _plainContainer. r=mak 2012-06-01 23:03:00 +03:00
Marco Bonardo
2b89a4f349 Bug 753672 - Remove old code that is breaking live-update of the bookmarks chevron view.
r=mano
2012-05-30 16:11:34 +02:00
Asaf Romano
ff2265239e Bug 748569 - Fix few migration regressions (reset profile feature is broken - bug 748047, bookmarks.html not imported during migration - bug 738263, default-browser detection during migration is completely broken and few more minor issues). r=mak 2012-05-28 12:43:59 +03:00
Marco Bonardo
bef0f6ea46 Bug 753205 - Add back separators support to bookmarks HTML import.
r=dietrich

--HG--
rename : browser/components/places/tests/unit/bookmarks.corrupt.html => toolkit/components/places/tests/unit/bookmarks.corrupt.html
rename : browser/components/places/tests/unit/bookmarks.preplaces.html => toolkit/components/places/tests/unit/bookmarks.preplaces.html
rename : browser/components/places/tests/unit/test_384370.js => toolkit/components/places/tests/unit/test_384370.js
rename : browser/components/places/tests/unit/test_398914.js => toolkit/components/places/tests/unit/test_398914.js
rename : browser/components/places/tests/unit/test_bookmarks_html.js => toolkit/components/places/tests/unit/test_bookmarks_html.js
rename : browser/components/places/tests/unit/test_457441-import-export-corrupt-bookmarks-html.js => toolkit/components/places/tests/unit/test_bookmarks_html_corrupt.js
rename : browser/components/places/tests/unit/test_bookmarksRestoreNotification.js => toolkit/components/places/tests/unit/test_bookmarks_restore_notification.js
2012-05-24 17:33:54 +02:00
Raymond Lee
2387c41adf Bug 728626 - Non-Firefox tests should not use 'about:robots' which is Firefox specific. r=ttaubert 2012-05-22 09:25:49 +08:00
Gervase Markham
ca171eec44 Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
Johan Charlez
b5ff7b1465 Bug 503370 - Library doesn't handle CTRL+F correctly. r=dao 2012-05-03 06:22:32 -04:00
Raymond Lee
17cfb3a1c1 Bug 730840 - Use getBrowserURL() in Firefox tests to ease porting them. r=dao 2012-04-27 09:44:53 +08:00
Marco Bonardo
d6808d4598 Bug 739968 - MigrationUtils.jsm import should use app modules resource url.
r=fryn a=desktop-only
2012-04-19 22:17:02 +02:00
Marco Bonardo
922596908b Bug 741506 - Removing nodes while a bookmarks popup is open in OS X native menubar zombifies them.
r=Mano
2012-04-14 14:08:43 +02:00
Paolo Amadini
dbac832882 Bug 715355 - Deprecate and remove old style GUIDs. r=mak
--HG--
extra : rebase_source : 0d0a2ac825ed674075e8e85607a496668953c6c1
2012-04-12 12:27:57 +02:00
Paolo Amadini
d240aaa722 Bug 728174 - Replace old synchronous favicons calls in the bookmarks HTML import. r=mak
--HG--
extra : rebase_source : ddb3109fa13f41bdfb2f265f7850453905145a07
2012-04-12 12:27:36 +02:00
Ms2ger
22e29fc829 Merge m-c to m-i. 2012-04-09 09:32:28 +02:00
Serge Gautherie
36a4e05837 Bug 739041. (Dv1a-FF) test_384370.js: Move after_import() into run_test(), Use Services.prefs too. f=neil r=mak77. 2012-04-07 01:56:32 +02:00
Serge Gautherie
d5bda02a7b Bug 739041. (Cv1a-FF) test_browserGlue_prefs.js: Move comment back to its related code, s/print/do_log_info/g. r=mak77. 2012-04-06 16:31:25 +02:00
Marco Bonardo
13f1c8ba2e 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
Asaf Romano
5a8db2bf91 Bug 739451 - Don't rely on XPConnect-magic for getting the owner window of a places view (Required for compartment-per-global work). r=mak 2012-04-06 16:43:54 +03:00
Serge Gautherie
a9aafffa5c Bug 741066. (Av1) browserPlacesViews.js: Fix 2 "function ... does not always return a value". r=mak77. 2012-04-03 15:43:25 +02:00
Serge Gautherie
d7696b3460 Bug 741065. (Av1) controller.js: Fix "function PCDH_onDrop does not always return a value". r=mak77. 2012-04-03 15:42:06 +02:00
Serge Gautherie
6b8d69ee40 Bug 741064. (Av1) Fix "function PTV__buildVisibleSection does not always return a value". r=mano. 2012-04-01 18:13:44 +02:00
OHZEKI Tetsuharu
f3707ef083 Bug 647951 - Fix for "window.top.XULBrowserWindow is null" error. r=mak 2012-03-28 20:35:13 +02:00
Henri Sivonen
1f2063d730 Bug 482911 addendum - Tell nsBrowserGlue not to import initial bookmarks in a couple of tests to avoid fatal assertions on Mac. r=mak. 2012-03-23 16:57:13 +02:00
Henri Sivonen
511f3c52e5 Bug 482911 - Reimplement Netscape bookmark import using the HTML5 parser. r=mak, sr=gavin.
--HG--
rename : toolkit/components/places/nsPlacesImportExportService.cpp => toolkit/components/places/nsPlacesExportService.cpp
rename : toolkit/components/places/nsPlacesImportExportService.h => toolkit/components/places/nsPlacesExportService.h
2012-03-23 09:15:36 +02:00
Henri Sivonen
b83f701d54 Back out changeset d2693e86769d (bug 482911) due to crashes on Mac xpcshell tests. r=orange. 2012-03-23 11:25:08 +02:00
Henri Sivonen
7168af5fc7 Bug 482911 - Reimplement Netscape bookmark import using the HTML5 parser. r=mak, sr=gavin.
--HG--
rename : toolkit/components/places/nsPlacesImportExportService.cpp => toolkit/components/places/nsPlacesExportService.cpp
rename : toolkit/components/places/nsPlacesImportExportService.h => toolkit/components/places/nsPlacesExportService.h
2012-03-23 09:15:36 +02:00
Asaf Romano
88eb298398 Bug 718608 - Migration code shrink and cleanup: unified code for notifications and error handling, prepare for deCOM. r=mak. sr=gavin on the interface change. browser/components/build part was done by mak (r=bsmedberg. 2012-03-21 21:20:47 +02:00
Marco Bonardo
bb48eb96ed Bug 735625 - Get rid of ImportHTMLFromFileToFolder.
r=dietrich sr=gavin
2012-03-16 00:12:49 +01:00
Owen Jones
4c7d69150d Bug 603817 - Properly update personal-bookmarks contents when it's put in the tabs toolbar.
r=mak
2012-03-13 00:33:54 +01:00
Marco Bonardo
1779626773 Bug 734646 - Duplicate bookmark item in the toolbar chevron popup.
r=mano
2012-03-12 14:59:55 +01:00
Marco Bonardo
1a997b3214 Bug 734631 - Properly handle status menuitem changes in Places popups.
r=mano
2012-03-12 14:59:54 +01:00
Marco Bonardo
534fbb64ec Bug 725047 - Remove the hack for dragging bookmarks toolbar folders on Linux.
r=mano
2012-03-08 18:00:46 +01:00
Marco Bonardo
585d150603 Bug 731274 - Make reloadLivemarks optionally force reloads and use it to speed up livemarks population.
r=dietrich sr=gavin
2012-03-08 11:14:59 +01:00
Marco Bonardo
a0c5f23358 Bug 732404 - Remove dead handlers from editBookmarkOverlay.xul
r=mano
2012-03-08 11:14:57 +01:00
Marco Bonardo
7d169993ad Merge inbound and central 2012-03-07 10:33:11 +01:00
Marco Bonardo
aa0c44a607 Bug 731563 - Make Places view markers proper elements in the popups.
r=mano
2012-03-06 20:28:51 +01:00
Serge Gautherie
f0b09ba492 Bug 731663. (Bv1a-FF) test_bookmarks_html.js: Fix nits, Add/Use do_print(), Improve documentation. r=mak77. 2012-03-05 19:44:47 +01:00
OHZEKI Tetsuharu
664e1bfd0d Bug 580814 - Avoid accessing rows that don't exist in treeviews for Places. r=mak 2012-03-04 12:36:14 -05:00
Marco Bonardo
96b8546f8a Bug 658744 - disable browser_sidebarpanels_click.js cause it breaks the treeview and then tests zombie nodes.
rs=dietrich
2012-02-29 23:18:02 +01:00
Marco Bonardo
0bf5fb28af Bug 731123 - Live Bookmarks in bookmarks menu no longer update.
r=mano
2012-02-29 11:24:31 +01:00
OHZEKI Tetsuharu
6ad86ebbbb Bug 575955 - Replace internal usage of old transactions shim, add a new toolkit test. r=mak
--HG--
rename : browser/components/places/tests/unit/test_placesTxn.js => toolkit/components/places/tests/unit/test_placesTxn.js
rename : browser/components/places/tests/unit/test_txnGUIDs.js => toolkit/components/places/tests/unit/test_txnGUIDs.js
2012-02-28 18:40:38 -05:00
Marco Bonardo
efe05da08b Bug 702639 - Kill excludeItemsIfParentHasAnnotation query option.
r=dietrich sr=gavin
2012-02-24 23:43:49 +01:00
Marco Bonardo
76ac38c278 Bug 613588 (Tests) - Load-on-demand livemarks.
r=dietrich
2012-02-24 13:42:30 +01:00
Marco Bonardo
5226ce6445 Bug 613588 (Frontend) - Load-on-demand livemarks.
r=dietrich,mano
2012-02-24 13:42:26 +01:00
Marco Bonardo
4f32695f7b Bug 723165 - Telemetry for time needed to show the Bookmarks toolbar.
r=dietrich
2012-02-09 11:10:15 +01:00
Panagiotis Koutsourakis
791aa57b19 Bug 702388 - Convert Makefiles to use |TEST_DIRS += foo| r=khuey
Files named Makefile.in containing the expression

DIRS += <foo>
or
DIRS = <foo>

inside the conditional expression

ifdef ENABLE_TESTS
...
endif

are changed to

TEST_DIRS += tests

outside any conditional expression.

The files

./layout/Makefile.in
./layout/Makefile.in
./layout/style/Makefile.in
./rdf/Makefile.in
./security/manager/Makefile.in
./content/Makefile.in
./content/smil/Makefile.in
./content/xul/templates/Makefile.in
./content/xul/content/Makefile.in
./content/base/Makefile.in
./content/media/Makefile.in
./parser/htmlparser/Makefile.in
./dom/sms/Makefile.in
./js/jsd/Makefile.in
./js/xpconnect/Makefile.in
./widget/Makefile.in
./widget/windows/Makefile.in
./Makefile.in
./startupcache/Makefile.in
./storage/Makefile.in
./gfx/Makefile.in
./intl/strres/Makefile.in
./intl/uconv/Makefile.in
./intl/unicharutil/Makefile.in
./intl/lwbrk/Makefile.in
./embedding/Makefile.in
./modules/libjar/Makefile.in
./modules/libpref/Makefile.in
./build/Makefile.in
./build/win32/Makefile.in
./xpcom/Makefile.in
./extensions/spellcheck/hunspell/Makefile.in
./extensions/cookie/Makefile.in
./netwerk/Makefile.in
./netwerk/streamconv/Makefile.in
./editor/txmgr/Makefile.in
./toolkit/mozapps/shared/Makefile.in
./toolkit/mozapps/update/Makefile.in
./toolkit/library/Makefile.in
./toolkit/library/Makefile.in
./toolkit/crashreporter/Makefile.in
./toolkit/components/perf/Makefile.in
./toolkit/components/perf/Makefile.in
./toolkit/components/feeds/Makefile.in
./toolkit/components/url-classifier/Makefile.in

contain the string

ifdef ENABLE_TESTS

but have some other statement inside (e.g. TOOL_DIRS += <foo> etc) and
they remain unchanged by this patch.
2012-02-04 17:32:24 +00:00
Rafael Ávila de Espíndola
27f9e95772 Bug 715554 - Missing semicolon. r=mak. 2012-01-09 10:12:15 -05:00
Rafael Ávila de Espíndola
162e027fc8 Bug 715554 - - Send quit-application in browser/components/places/tests/unit/test_clearHistory_shutdown.js. r=mak. 2012-01-09 10:07:42 -05:00
Jared Wein
a82bbe6d7d Bug 419231 - Floating scrollbar in the toolbar customization palette is funky. r=dao 2011-12-21 15:16:05 -08:00
Dão Gottwald
88dac5f765 Bug 707672 - openUILink[In] behavior should not be determined by browser.tabs.loadBookmarksInBackground. r=mak
--HG--
extra : rebase_source : a4bb56be12da09134fb83c9b6dee6edee4030a54
2011-12-20 01:17:08 +01:00
Marek Stepien
ad5883ae28 Bug 590283 - Bookmark folder item count should use correct plural forms. r=mak77 f=pike
--HG--
extra : rebase_source : bb512289678a750063890e43ac9a74c5c0c69696
2011-12-14 11:33:01 +01:00
Thomas Prip Vestergaard
d5b8ffaab3 Bug 705043 - Avoid cutting off Places URI titles unnecessarily. r=mak 2011-12-07 16:44:00 -05:00
Jan Bambach
2cd6ae449b Bug 707677 - Use defaultPrevented instead of the deprecated getPreventDefault() in front-end code. r=dao 2011-12-08 10:21:32 +01:00
Marco Bonardo
26f5648ef9 Bug 700296 (Places) - Remove dynamic containers implementation from Places.
r=dietrich
2011-11-29 02:22:51 +01:00
Cameron McCormack
aa938452a2 Bug 703174 - Make browser_drag_bookmarks_on_toolbar.js only call finish() once. r=mak 2011-11-18 08:05:51 +11:00
Marco Bonardo
9d3a1947c9 Bug 702081 - Add back the folder picker to bookmarks dialog missing it.
r=dietrich
2011-11-15 20:42:27 +01:00
Cameron McCormack
75f1bbc8b2 Bug 652494 - Report uncaught JS exceptions in chrome mochitests as test failures. r=jmaher 2011-11-12 22:06:54 +11:00
Marco Bonardo
1a2d6e25f7 Bug 700348 - fix showBookmarkDialog warnings.
r=dietrich
2011-11-11 22:39:26 +01:00
Oonishi Atsushi
ebc58fb880 Bug 311007 - Add aFlags arg to onLocationChange(...), to distinguish between same-document and different-document. r=smaug, sr=bzbarsky 2011-11-10 15:01:11 +01:00
Ed Morley
6a998be2c5 Backout 4997c6f8b24d (bug 616542) for causing locally run mochitest-browser-chrome test runs to fail 2011-11-05 18:35:59 +00:00
Rail Aliiev
364e83c545 Bug 616542 - Shorten file path length of mochitest; r=ted 2011-11-04 21:13:42 +00:00
Jeff Muizelaar
02f534aa58 Bug 696163. Remove default livemark. r=mak77, ui-r=limi
The livemark service does sqlite io on the main thread.  The default livemark
has become pretty hard to discover now that we have hidden the bookmarks
toolbar, so there probably won't be a lot of new users using it.  I suggest we
get rid of it so that we're not paying these IO costs for a feature that new
users are unlikely to use.

--HG--
extra : rebase_source : 1ec9c111077e3dbda1316116928582c20a0148f7
2011-10-21 11:28:17 -04:00
Marco Bonardo
7279ff22e3 Bug 696159 - Remove some deprecated Places code.
r=dietrich sr=rstrong
2011-10-27 11:11:43 +02:00
Dão Gottwald
107cc2b52c Bug 690227 - Back out bug 455694 (tab drag/detach animations). a=dolske a=legneato 2011-10-26 17:46:58 -07:00
Paul Biggar
d8fd60d75c Change in-tree users of Array.prototype.splice to not rely on non-standard behavior of deleting all elements from |k| onward for |arr.splice(k)|. r=jwalden
--HG--
extra : rebase_source : b2f041ab27c500636598fe6213481c1a5f0989e8
2011-09-22 15:43:11 -07:00
Rafael Ávila de Espíndola
935ed2bcfd Bug 673017 - Misc places fixes. r=mak77.
This patch removes places-connection-closing, which is unused, reverts
1d1143dde4bb which was unnecessary and finalizes sql statements.

--HG--
extra : rebase_source : 8923378f4b1c58da8e128009efdf309f8ec29da3
2011-09-21 13:02:40 -04:00
Malini Das
841f72da21 Bug 677626 - Add a profiling test suite for mochitest. r=jmaher 2011-09-19 14:52:04 -04:00
Marco Bonardo
22ac610317 Bug 681420 - Improve responsiveness of history deletion.
r=dietrich sr=rstrong
2011-08-31 13:46:22 +02:00
Brian R. Bondy
fae523e7bd Bug475045 - Can't drag unlinkified URL to bookmarks toolbar. r=mak,enndeakin 2011-08-24 08:52:53 -04:00
Marco Bonardo
fd2c793a9a Bug 680550 - Handle removeAllPages more sanely in tests.
r=dietrich
2011-08-23 14:34:15 +02:00
Marco Bonardo
4653c495f0 Bug 669905 - Searching in Downloads folder should limit the search to downloads.
r=dietrich
2011-08-19 15:01:21 +02:00
Jared Wein
c44c700af7 Bug 676713 - Removed duplicate implementations of waitForClearHistory. r=mak77 2011-08-16 17:56:33 -04:00
Malini Das
da32b5cbd3 Bug 367393 - Add a packed MochiKit that contains only SimpleTest dependencies- update tests. r=jmaher, a=test-only 2011-08-12 12:21:37 -04:00
Malini Das
e306b1b5aa Bug 367393 - Add a packed MochiKit that contains only SimpleTest dependencies- chrome. r=jmaher, a=test-only 2011-08-12 12:21:36 -04:00
Marco Bonardo
5e1c11e0d6 Backout changeset a8bca81215ea (Bug 475045) due to m-oth permaorange. 2011-08-05 22:34:14 +02:00
Brian R. Bondy
925a24dc5f Bug 475045 - Can't drag unlinkified URL to bookmarks toolbar
r=mak
2011-08-05 21:08:34 +02:00
Mehdi Mulani ext:(%2C%20Jared%20Wein%20%3Cjwein%40mozilla.com%3E)
81eaf93efa Bug 564900 - Add a Downloads view to the Library.
Patch further modified and fixed by Jared Wein <jwein@mozilla.com>.
r=mak
2011-08-05 21:08:33 +02:00
Jez Ng
3194f3fc24 Bug 440093 - Bookmarks opened via "Open All in Tabs" should not replace current tab. r=mak 2011-08-04 14:34:02 +02:00
Tim Taubert
bda47cf25d back out 6458c6116c97 (pushed with the wrong bug number) 2011-08-04 14:27:30 +02:00
Jez Ng
13e79f8b7f Bug 440098 - Bookmarks opened via "Open All in Tabs" should not replace current tab. r=mak 2011-08-03 11:19:55 -07:00
Marco Bonardo
f1fa1f8538 Bug 674486 - browser_410196_paste_into_tags.js leaks places.xul
r=dietrich
2011-08-01 23:09:22 +02:00
Frank Yan
2a99c84938 Bug 455694 - Animate tab reordering & detaching: Places changes. r=mak 2011-07-26 22:26:13 -07:00
Dão Gottwald
5e1a6a4487 Bug 670851 - browser_bug519216.js, browser_popupNotification.js and browser_library_middleclick.js cause exception in tabbrowser.xml. r=gavin
--HG--
extra : rebase_source : d9d307f97548425891d5899d058d58cac9c7f319
2011-07-13 02:46:50 +02:00
Dão Gottwald
4ad7176a45 test cleanup for bug 658738 2011-07-09 15:53:23 +02:00
Chris Leary
679a65fe47 Merge mozilla-central and tracemonkey. 2011-07-05 17:30:35 -07:00
Marco Bonardo
186c73cf42 Bug 416459 - Implement proper cut action for bookmarks.
r=dietrich
2011-06-30 15:34:02 +02:00
Jeff Walden
1a51bb7cb1 Bug 645922 - Remove nsIJSON.encode/decode, because their functionality is subsumed by JSON.parse and JSON.stringify, and their idiosyncrasies are hindering code improvements. Also remove js_TryJSON and JS_TryJSON, which are no longer used after these changes and have no clear use cases. r=brendan, r=jst 2011-03-28 19:27:15 -07:00
Dão Gottwald
74a2cf9b49 Bug 663630 - Remove unused places UI perf tests.
r=mak
2011-06-17 16:37:55 +02:00
Dão Gottwald
26abf8b4da Bug 663763 - Provide helper function for opening the library in tests.
r=mak
2011-06-17 16:37:53 +02:00
Marco Bonardo
4acb6c380a Merge Places and mozilla-central 2011-06-16 11:55:54 +02:00
Marco Bonardo
908a60c4c3 Bug 663269 - Handle null livemarks siteURIs.
r=dietrich
2011-06-15 01:54:31 +02:00
Marco Bonardo
4273ec9eb1 Bug 663104 - Livemarks status menuitems are incorrectly updated. DONTBUILD
r=dietrich
2011-06-10 00:33:03 +02:00
Marco Bonardo
811997414c Backed out changeset 2493c263304f due to wrong commit message. 2011-06-10 00:57:40 +02:00
Marco Bonardo
11fb5ffee2 Livemarks status menuitems are incorrectly updated.
r=dietrich
2011-06-10 00:33:03 +02:00
Marco Bonardo
f6fa75c63f Bug 593566 - Bookmarks with blank names are exported as garbage.
r=dietrich
2011-06-08 22:55:49 +02:00
ithinc
f3654b61f7 Bug 606884 - Remove the Places controller on view uninit.
r=mak
2011-06-08 15:18:50 +02:00
Marco Bonardo
eb9452df88 Bug 556721 - Remove flaky timeout from browser_library_panel_leak.js.
rs=places-team
2011-05-26 23:37:00 +02:00
Robert Kaiser
10a9af9843 Bug 588027 - Clean up places library code. r=mak 2011-05-25 08:49:29 +02:00
Philipp von Weitershausen
7ca97a9aa8 Merge services-central with mozilla-central 2011-05-23 21:16:34 -07:00
Marco Bonardo
9ddd984a08 Bug 629620 followup - Add test to xpcshell.ini. a=bustage 2011-05-23 21:15:32 -07:00
Marco Bonardo
1d4d6212bb Merge places and mozilla-central. a=developers 2011-05-24 04:51:59 +02:00
Marco Bonardo
8fe7daeae8 Bug 629620 - Copied bookmarks shouldn't inherit all annotations, since they are new entitities.
r=dietrich
2011-05-18 22:41:39 +02:00
Joel Maher
6993636556 Bug 616999. Xpcshell manifest support; manifest files. r=ted, a=test-only 2011-05-20 11:54:01 -04:00
David Shiga
06e635c615 Bug 644161 - Open All in Tabs from native bookmarks menu fails if no window is open.
r=mak
2011-05-14 11:14:17 -04:00
Marco Bonardo
114ccfbb5d Bug 633274 - Improve nsINavBookmarkObserver (Places observers changes).
r=sdwilsh
2011-05-13 21:24:25 +02:00
Marco Bonardo
4bea37c393 Bug 630622 - Update the Library design to Windows 7 Aero style.
r=dao
2011-05-13 21:03:01 +02:00
Dão Gottwald
9e3c046bbe more random browser chrome test cleanup (no bug) 2011-06-11 16:54:23 +02:00
Dão Gottwald
d0986b9f70 remove redundant jsm imports from browser chrome tests
--HG--
extra : rebase_source : 3eee5463d514dfe1f62cd59a9c317e31903e7313
2011-06-10 11:58:45 +02:00
Dão Gottwald
dfd0fdcac6 Bug 658738 - clean out each test's scope. r=gavin 2011-06-10 09:00:45 +02:00
Marco Bonardo
8179a3190d Bug 631374 - Adding or removing tags in the selector listbox always scrolls to top.
r=dietrich
2011-05-05 13:14:21 +02:00
Phil Ringnalda
37239bed15 Bug 652473 - PlacesUIUtils deprecation messages need to lay off the whitespace.
r=mak
2011-04-29 18:47:15 +02:00
Marco Bonardo
3914c254ba Bug 524091 - Remove microsummaries support. (Places changes) 2011-04-26 14:25:07 +02:00
Marco Bonardo
a75d40810e Bug 641531 - Close Places containers after use (mechanical changes)
rs=me
2011-04-23 02:09:13 +02:00
Marco Bonardo
28155c0088 Bug 651107 - Allow waitForClipboard to check for any custom flavor.
r=ehsan,ted
2011-04-23 02:04:15 +02:00
Marco Bonardo
a38d9441f1 Bug 630225 - Expose frecency as a sorting order for the history sidebar (with slight query builder optimization).
r=dietrich
2011-04-13 22:15:41 +02:00
Marco Bonardo
5d3f667f0f Bug 553885 - Followup for permaorange. 2011-04-13 03:15:39 +02:00
Marco Bonardo
28b33183a7 Bug 539067 - Cleanup and re-enable test_browserGlue_prefs.js.
r=sdwilsh
2011-04-13 02:43:28 +02:00
Marco Bonardo
63f4ad2208 Bug 553885 - cleanup and re-enable test_browserGlue_distribution.js
r=sdwilsh
2011-04-12 16:32:20 +02:00
Marco Bonardo
e5ba4b039e Bug 556721 - cleanup test_browserGlue_migrate.js
r=sdwilsh
2011-04-12 16:31:49 +02:00
Tyler Colgan
6c223fbdc3 Bug 507387 - Update license blocks to use "Mozilla Foundation" instead of "Mozilla Corporation"; r=gerv f=sgautherie.bz
DONTBUILD
2011-03-10 21:17:00 -08:00
Steffen Wilberg
db27faeeee Bug 611568: Move File > Import to the Library. ui-r=faaborg, r=dao 2011-06-27 21:32:53 +02:00
Marco Bonardo
0a201730a6 Bug 636924 - Part 2: test updates; r=mano 2011-03-22 10:56:19 -04:00
Asaf Romano
1b2a6855eb Bug 636924 - Copied livemarks appear as folders in sidebar; r=dietrich 2011-03-22 10:55:47 -04:00
Marco Bonardo
e32bbd278c Bug 551538 - intermittend timeout in browser_bookmarksProperties.js
r=sdwilsh a=tests-only
2011-03-03 13:51:03 +01:00
Marco Bonardo
ac1d660c80 Bug 619689 - Intermittent browser_sidebarpanels_click.js | Item is visited followed by timeout and havoc in other tests.
r=sdwilsh a=tests-only
2011-03-03 13:50:59 +01:00
Richard Newman
47f17f8c22 Bug 387138: set livemark attribute on toolbar entries. r=mak a=dolske 2011-02-25 19:06:00 -08:00
Marco Bonardo
7187ca1e7c Bug 507172 - Request longer timeout in browser_ui_*_sidebar.js Places tests and sync bookmarks test with others.
r=trivial a=tests-only
2011-02-24 14:03:56 +01:00
Serge Gautherie
6ea5b946df Bug 632893 - Remove useless Cc/Ci/Cr/Cu/Services.jsm from Firefox tests; (Cv1) /components/places/tests/browser/.
r=mak77 (a=test-only).
2011-02-22 18:34:48 +01:00
Serge Gautherie
e3fc1537ab Bug 634245 - Correctly fix bug 607309; (Av1) Correctly fix browser_library_views_liveupdate.js.
r=mak77 (a=test-only).
2011-02-16 19:42:39 +01:00
Serge Gautherie
e0c6859bf8 Bug 632893 - Remove useless Cc/Ci/Cr/Cu/Services.jsm from Firefox tests; (Av1) /components/places/tests/chrome/.
r=mak77 (a=test-only).
2011-02-16 19:42:38 +01:00
Phil Ringnalda
19a20db461 Bug 633846 - Places tests hit the network from www.mozilla.org bookmark properties, r=sdwilsh, a=test 2011-02-13 12:12:00 -08:00
Dão Gottwald
95353df627 Backed out changeset 9698ac3f1c61 because of string impact 2011-02-12 11:55:25 +01:00
Steffen Wilberg
0fa3d24561 Bug 611568 - Move File->Import to the Library. r+a=dolske 2011-02-01 22:13:29 +01:00
Simon Montagu
2f5bc78507 Bug 508816: remove browser workarounds. a=blocker 2011-02-07 09:59:32 +02:00
Asaf Romano
5bd9e94f22 Bug 555547 - A command of placesContextMenu is carried out for a wrong bookmark item.
r=mak a=blocking
2011-02-02 17:00:52 +01:00
Asaf Romano (Mano)
07a6c3de8f Bug 629889 - open all in tabs is broken from Library when no browser window is open. r=mak. a=blocker. 2011-01-31 22:02:43 +02:00
Asaf Romano
f5a0fb447e Bug 562998 - Selecting commands from a bookmarks context menu while the window isn't active does nothing.
r=mak a=blocker
2011-01-28 17:46:51 +01:00
Marco Bonardo
cda3091ae8 Bug 394353 (Part 2) - Tag list is not updated when manually adding, renaming, or deleting tags from within the tags field.
r+a=dietrich
2011-01-27 12:18:20 +01:00
Marco Bonardo
0d565615d8 Bug 628258 - inverted method arguments in treeView.js::_buildVisibleSection.
r+a=dietrich
2011-01-27 12:18:17 +01:00
Marco Bonardo
309ce70e5b Backed out changeset dd398fdba56f due to permaorange 2011-01-22 02:44:33 +01:00
Asaf Romano (Mano)
7581f75759 Bug 562998 - Selecting commands from a bookmarks context menu while the window isn't active does nothing. r=mak. a=blocker. 2011-01-22 02:39:39 +02:00
Shawn Wilsher
0f1517b5ad Merge mozilla-central to Places. 2011-01-19 15:01:12 -08:00
Marco Bonardo
f3c43f05bf Bug 620198 (follow-up) - Fix permaorange. Fix a previous test and use a unique uri.
a=permaorange
2011-01-18 17:10:49 +01:00
Marco Bonardo
64c6ad7ae3 Bug 394353 - Tag list is not updated when manually adding, renaming, or deleting tags from within the tags field.
r+a=dietrich
2011-01-18 15:01:14 +01:00
Marco Bonardo
ab42c736c7 Bug 620198 - Right pane tree of Library is not updated when i delete a selected folder in left pane tree.
r=dietrich a=blocker
2011-01-18 15:01:12 +01:00
Marco Bonardo
435698f755 Bug 597995 - Tags of bookmarks is lost doing UNDO after a CUT or DELETE.
r+a=dietrich
2011-01-14 14:51:56 +01:00
Andreas Gal
6278051362 Make Shark work with 64-bit MacOSX builds and rename to start/stopProfiling() (bug 625962, r=sayrer). 2011-01-14 17:58:40 -08:00
Marco Bonardo
504c59b8a4 Bug 574514 - Hide personal toolbar only if user did not customize it or edited bookmarks.
r=gavin a=blocking
2010-12-22 19:26:18 +01:00
Shawn Wilsher
ade39d2c6a Merge mozilla-central to Places. 2010-12-13 15:08:04 -08:00
Shawn Wilsher
2ed7d826a8 Merge mozilla-central into Places 2010-12-06 09:48:54 -08:00
Shawn Wilsher
9cdab945a8 Merge mozilla-central into Places. 2010-11-29 08:43:57 -08:00
Marco Bonardo
cda96e3e39 Bug 493557 - Entries for "Recent Tags" and "Recently Bookmarked" are flipped on upgrade.
r=dietrich a=dietrich
2010-11-23 14:04:07 +01:00
Marco Bonardo
6de8b4c912 Bug 613477 - Make the primary Star UI async.
r=sdwilsh ui-r=limi a=blocking
2010-11-22 20:34:57 +01:00
Shawn Wilsher
abacada9dc Merge mozilla-central into Places 2010-11-17 10:55:34 -08:00
Marco Bonardo
c3cb283d6a Bug 610442 - TRANSITION_EMBED visits should be session persistent
r=sdwilsh a=blocking
2010-11-12 14:24:25 -08:00
Shawn Wilsher
ce541c50b8 Attempt to fix bug 551540 by not waiting for focus. This hangs here locally for me for no good reason (appears to have focus).
r=ehsan
2010-11-10 11:00:31 -08:00
Shawn Wilsher
afd77bf70a Fix test failure due to merge. _views are no longer around on the places branch. 2010-11-10 10:24:44 -08:00
Shawn Wilsher
06f60f7a34 Merge mozilla-central to Places 2010-11-10 09:38:08 -08:00
Shawn Wilsher
711f9322dc Orange fix from bug 599969 Part 6. Make sure we clean up the tabs we add. 2010-11-10 08:54:56 -08:00
Shawn Wilsher
3692066348 Bug 599969 - Do not use steps for async visit adding
Part 6 - Do not add javascript URIs for history (trunk is already doing this,
and the Places branch was getting assertions because GetReversedHostname would
fail on the background thread which would cause nsJSURI to be released off of
the main thread, which is bad).
r=mak
r=ehsan
2010-11-09 11:43:18 -08:00
mano@mozilla.com
33ff5038c9 Bug 612230 - The bookmarks toolbar is empty in RTL Firefox if even one bookmark overflows the width of the toolbar [FOLLOWUP] (r=mak77, a=blocking) 2010-11-16 20:50:51 +07:00
Dietrich Ayala
cfdd9ab211 Bug 612230 - The bookmarks toolbar is empty in RTL Firefox if even one bookmark overflows the width of the toolbar (r=mak77, a=blocking) 2010-11-16 20:43:54 +07:00
Shawn Wilsher
20967855ac Merge mozilla-central to Places. 2010-10-27 12:28:31 -07:00
Shawn Wilsher
8c46198937 Merge mozilla-central into places. 2010-10-20 12:33:53 -07:00
Shawn Wilsher
fee260454c Merging places and mozilla-central. 2010-10-15 09:26:15 -07:00
Shawn Wilsher
878becc3e3 Bug 607309 - Modify nsINavBookmarkObserver::onItemAdded to include the URI
r=mak
sr=mconnor
a=blocking
2010-10-26 17:20:53 -05:00