Commit Graph

1909 Commits

Author SHA1 Message Date
Marco Bonardo
27836eca10 Bug 1095411 - PlacesUtils.wrapNode is using synchronous getKeywordForBookmark. r=ttaubert 2015-05-22 19:02:41 +02:00
Marco Bonardo
57cc9e22c7 Bug 1160476 - ‘Bookmark this link’ context menu option doesn’t work. r=ttaubert 2015-05-20 13:48:17 +02:00
Marco Bonardo
7330eebd61 Bug 1163035 - Counting bookmarks is broken in Library. r=ttaubert 2015-05-11 20:26:30 +02:00
Marco Bonardo
d1410c988a Bug 1163341 - Cannot edit location of a bookmark. r=ttaubert 2015-05-11 20:26:25 +02:00
Marco Bonardo
a4a2afd118 Bug 1160864 - The description field is not shown when editing a read-only container child in the Library. r=mano 2015-05-08 12:43:29 +02:00
Marco Bonardo
8f3d7648d5 Bug 1161882 - "Add a Keyword for this search..." dialog accept button is disabled. r=ttaubert 2015-05-08 12:43:24 +02:00
Tim Taubert
1f6ae32b94 Bug 1145063 - Remove the keywords column from the Library r=mak 2015-05-04 14:22:32 +02:00
Marco Bonardo
5117bebc71 Bug 1160708 - Bookmark Properties dialog not longer allows empty bookmark names. r=ttaubert 2015-05-04 13:05:10 +02:00
Marco Bonardo
3cc2d3e440 Bug 1159812 - Bookmark All Tabs is broken. r=ttaubert 2015-05-04 13:05:07 +02:00
Marco Bonardo
c09150dc35 Bug 1160131 - editBookmarkOverlay.js throws an error when adding a tag to a bookmark. r=ttaubert 2015-05-04 13:05:03 +02:00
Marco Bonardo
c29e8d6653 Bug 1159462 - unreachable code in editBookmarkOverlay.js. r=mano 2015-04-30 10:40:10 +02:00
Wes Kocher
10fec54e1c Merge fx-team to m-c a=merge CLOSED TREE 2015-04-29 16:46:00 -07:00
ziyunfei
e1db0f779e Bug 1102219 - Part 4: Replace String.prototype.contains with String.prototype.includes in chrome code. r=till 2015-04-30 00:32:05 +09:00
Tim Taubert
4be292c267 Bug 1158750 - Reenable browser_bookmarkProperties.js subtest by manually selecting the text field's input for new folder names. r=mano 2015-04-27 13:51:16 +02:00
Asaf Romano
4926ad6112 Bug 1158900 - Editing bookmark's Location and Description in the Properties window doesn't work; bookmark title missing. r=mak 2015-04-28 11:05:42 +03:00
Asaf Romano
e8d18c2d7b Bug 1158553 - Star button / Edit Bookmark panel doesn't move the bookmark to the chosen folder. r=mak 2015-04-28 11:04:44 +03:00
Asaf Romano
3e864279a2 Bug 951651 - Make bookmarkProperties, Star UI and Library info pane work with PlacesTransactions. r=mak 2015-04-23 16:34:55 +03:00
Carsten "Tomcat" Book
113727c6bc Backed out changeset 7f9114a84892 (bug 951651) for bc2 test bustage on a CLOSED TREE 2015-04-23 08:52:56 +02:00
Asaf Romano
7f68adcfa1 Bug 951651 - Make bookmarkProperties, Star UI and Library info pane work with PlacesTransactions. r=mak. 2015-04-23 08:15:21 +03:00
Tim Taubert
42b1229275 Bug 1129498 - Replace remove_all_bookmarks() with .eraseEverything() r=mak 2015-04-20 12:29:37 +02:00
Marco Bonardo
e2d85aa876 Bug 1148466 - Use new keywords API in BookmarkHTMLUtils and BookmarkJSONUtils. r=ttaubert 2015-04-16 12:13:43 +02:00
Keita Mimura
adb7b83225 Bug 1149198 - Increase bookmark description field minimum number of rows. r=mak 2015-04-16 10:16:15 +02:00
Marco Bonardo
96724c371b Bug 1094888 - part 1: make ensurePlacesDefaultQueries async. r=ttaubert 2015-04-01 19:09:26 +02:00
Marco Bonardo
cb44324272 Bug 1144571 - Pasting multiple bookmarks should retain their order. r=ttaubert 2015-03-28 14:00:11 +01:00
Chirag Bhatia
713b2064c2 Bug 1133211 - The bookmarks menu dropmarker should not appear below the footer. r=mak
--HG--
extra : rebase_source : a5d6debac089650c790683d31a8751f847c67493
2015-03-25 10:18:00 -04:00
Marco Bonardo
05596be753 Bug 1125115 - Write a new keywords pseudo-API in PlacesUtils. r=ttaubert 2015-03-20 09:39:25 +01:00
Neil Deakin
762d1e7223 Bug 1142989, re-enable bookmarks tests that don't fail, r=mak 2015-03-17 08:04:55 -04:00
Perry Wagle
8bb3af49c6 Bug 1122941 - Remove bookmark tags field max length. r=mak 2015-03-12 11:10:00 -04:00
Jonathan Griffin
d1c61bc9b6 Bug 1116187 - Disable failing mochitest-chrome tests for B2G, r=gbrown 2015-02-06 16:30:37 -08:00
Sebastian Hengst
bb17128a40 Bug 1139427 - Define file-based metadata in /browser/components. r=gavin
Add bugzilla components as metadata to moz.build files for easier bugfiling into the correct component. More information:

https://gecko.readthedocs.org/en/latest/build/buildsystem/mozbuild-symbols.html#bug-component
2015-03-08 20:43:22 +01:00
Blair McBride
40d4ef0e6c Bug 1123517 - Refactor sidebar code. r=florian
--HG--
extra : transplant_source : %04%FAZ%B3%DD%EB%8C%28%9Bj%CB%B3%D1%89%D9AJ%22%08%C6
2015-02-20 21:21:33 +13:00
Tim Taubert
682c153cbd Bug 1094864 - Convert mochitest-browser tests in browser/components/places to Bookmarks.jsm API r=Mano 2015-02-09 16:13:22 +01:00
Tim Taubert
18b3dd4de2 Bug 1129978 - Replace promiseAddVisits() usage with PlacesTestUtils.addVisits() r=mak 2015-02-05 22:36:55 +01:00
Tim Taubert
736d848071 Bug 1129978 - Replace custom addVisits() implementations with the one in PlacesTestUtils r=mak 2015-02-05 21:58:58 +01:00
Chris Peterson
6d54bd3f21 Bug 1129321 - Remove nonstandard let blocks from browser. r=ttaubert 2015-01-24 23:39:14 -08:00
Wes Kocher
834e2d3042 Merge inbound to m-c a=merge CLOSED TREE 2015-02-05 16:55:01 -08:00
Tim Taubert
2989e9ca45 Bug 1094853 - Convert chrome tests in browser/components/places to Bookmarks.jsm API r=mak 2015-01-28 17:36:46 +01:00
Tim Taubert
046ff0b5b4 Bug 1129697 - Fix browser_555547.js r=mak 2015-02-05 14:19:41 +01:00
Ryan VanderMeulen
cc0521ed21 Bug 1116457 - Skip browser_history_sidebar_search.js on Linux and OSX e10s due to frequent intermittent failures. 2015-02-05 12:17:35 -05:00
Tim Taubert
ae46bb187d Bug 1094846 - Convert xpcshell-tests in browser/components/places to Bookmarks.jsm API r=mak 2015-01-27 12:29:28 +01:00
Hiroyuki Ikezoe
c8a6c32ba9 Bug 1127612 - Remove promiseAsyncUpdates from head.js, use PlacesTestUtils.promiseAsyncUpdates instead. r=mak77 2015-02-01 21:08:00 +01:00
Swapnil R Patil
d674965080 Bug 1085428 - Replaced do_log_info with do_print. r=mak 2015-01-30 22:36:34 +01:00
Brian Birtles
493c1655a1 Bug 1126633 - Use Array.prototype.some() instead of Array.prototype.includes() in promiseSetToolbarVisibility; r=mak
Array.prototype.includes() is disabled for all channels except Nightly so this
patch switches the code in head.js to use some() instead.
2015-01-30 08:46:03 +09:00
Brian Birtles
2835514e3e Bug 1115276 - Make tests that set toolbar visibility wait for any animations to finish before continuing; r=mak 2015-01-27 16:05:33 +09:00
Tim Taubert
12e53991fb Bug 1113178 - Replace removeAllPages() in browser/components/places/tests/ r=mak 2015-01-17 19:14:42 +01:00
Avijit Gupta
c21c31ffd4 Bug 1112618 - Use an empty string instead of null for the label attribute of null-titled bookmarks. r=mak 2015-01-20 18:26:33 +05:30
Christopher Reyes
d7d94c10e1 Bug 1122709 - Removed expression closures from getters; r=dao 2015-01-18 00:39:20 +01:00
Wes Kocher
b3151d95ae Merge fx-team to m-c a=merge 2015-01-13 17:44:56 -08:00
Tom Schuster
25b1ed7fdf Bug 821724 - Implement a menuitem for places/bookmarks to open them in a private window. r=mak 2015-01-13 21:18:33 +01:00
Abhishek Bhattacharya
bbcc0cba77 Bug 737046 - Remove dead Places protocol handler. r=mak 2015-01-13 05:07:00 -05:00