Jared Wein
fd84c776c7
Bug 1292042 - Enable the keyword-spacing rule for eslint. Most of this patch was autogenerated by 'eslint --fix'. Files with .xml extension needed to be changed by hand due to limitations of custom plugin. r=markh
...
MozReview-Commit-ID: EMjJ3yWt9Wt
--HG--
extra : rebase_source : 2b8327e5a7cf0bfd190d696ad5fe475f13faa3cc
2016-08-04 03:28:58 -04:00
Pushpankar
c6670d980f
Bug 1286854 - Replace ownerDocument.defaultView with ownerGlobal in browser/. r=dao
...
--HG--
extra : rebase_source : 72d50e73baf595840a2aade57ae782e4c40d4c27
2016-07-16 10:20:04 +02:00
Mike de Boer
da651f3cb1
Bug 1248616 - move simulated places nodes after a successful drag 'n drop operation, which applies to Recently Bookmarked items. r=mak
2016-05-31 11:06:37 +02:00
Sebastian Hengst
242a48ea88
Backed out changeset 4dbe106594fa (bug 1248616) for failing browser_423515.js. r=backout
2016-05-30 20:28:52 +02:00
Mike de Boer
daf1b7bb29
Bug 1248616 - move simulated places nodes after a successful drag 'n drop operation, which applies to Recently Bookmarked items. r=mak
2016-05-30 16:47:09 +02:00
Mike de Boer
08e2673c63
Bug 1248267 - allow Recently Bookmarked items to be special root nodes to allow primitive contextual actions. r=mak,dao
2016-05-19 12:37:33 +02:00
Dão Gottwald
ac879e2e39
Bug 1248268 - Add option for disabling the "Recently Bookmarked" UI. r=mak
2016-04-29 13:43:59 +02:00
Marco Bonardo
1a2184ee13
Bug 1251446 - Can't delete more than 300 items from history treeviews. r=trivial-typo-fix
...
MozReview-Commit-ID: CoMlnL0Wwht
--HG--
extra : rebase_source : f34984362c5bd2b9940a2241702168bd8c4abad5
extra : amend_source : a34e9cf5a878bc772c5b6decd40e8782d9024a57
2016-02-26 16:16:48 +01:00
Dave Townsend
0a6414b898
Bug 1245649: Turn on no-trailing-spaces. r=Gijs
...
--HG--
extra : commitid : F2OWKTvXUO4
extra : rebase_source : ec68631342e0edc59d77b6bab1cdc975ad175327
2016-02-03 14:22:33 -08:00
Marco Bonardo
7eb562e238
Bug 1230471 - Basic eslint fixes in places. r=mconley
...
--HG--
extra : commitid : 3qDaDd3cKSc
extra : rebase_source : 8dc99f1b7dc0bb7bb7b9059ff4d8527685a50291
2015-12-10 06:46:49 -05:00
simplyblue
34af26c5b6
Bug 1228976 - Remove array comprehensions from Places .r=mak
2015-12-03 16:26:58 +05:30
Hassen ben tanfous
45492f28fb
Bug 1074804 - Replace arrays .indexOf with .includes in Places. r=mak
2015-10-11 20:24:32 +02:00
Kapeel Sable
8b36eb6981
Bug 1212171 - Change for referencing a different object Component.utils. instead of Cu. r=mak
2015-10-08 06:53:00 +02:00
Tooru Fujisawa
3fc2581f0c
Bug 1207491 - Part 10: Remove use of expression closure from browser/components/places/content/. r=Gijs
...
--HG--
extra : commitid : LlW5LSkRgzy
extra : rebase_source : 1b1038758a0c4b83fe8e00ebe397065def10cf7c
2015-09-23 18:36:21 +09:00
Shu-yu Guo
64db2267cf
Bug 1202902 - Mass replace toplevel 'let' with 'var' in preparation for global lexical scope. (rs=jorendorff)
2015-09-15 11:19:45 -07:00
Marco Bonardo
27836eca10
Bug 1095411 - PlacesUtils.wrapNode is using synchronous getKeywordForBookmark. r=ttaubert
2015-05-22 19:02:41 +02: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
Marco Bonardo
cb44324272
Bug 1144571 - Pasting multiple bookmarks should retain their order. r=ttaubert
2015-03-28 14:00:11 +01: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
Marco Bonardo
b34a02ceac
Bug 1095069 - Cannot copy or delete bookmarks from search results in library. r=mano
...
--HG--
rename : browser/components/places/tests/browser/browser_library_left_pane_commands.js => browser/components/places/tests/browser/browser_library_commands.js
2014-11-13 10:19:19 +01:00
Asaf Romano
a63486fa3f
Bug 982115 - PlacesTransactions: (1) Decouple |transact| and |batch|, and make batch work like Task.spawn, rather than the custom solution we had so far (yielding transactions rather than calling |transact| for the batched transactions). so that |transact| may be called during a batch from any function, not limiting the batch 'context' to the function passed to |batch|; (2) Rename the uri input property to URL, and allow passing DOM URL objects for it (in addition to plain specs and nsIURI objects) - this matches recent Bookmark.jsm and History.jsm work; (3) Improve the module documentation. r=mak.
2014-11-10 10:36:56 +02:00
Gijs Kruitbosch
386c4ea334
Bug 1090609 - don't disable open in tabs when there's only one item there, r=mak
2014-11-03 10:44:47 +00:00
Asaf Romano
d83f8d60e1
Bug 1068671 - folderReadOnly doesn't pertain to bookmarks or results. r=mak
2014-10-14 17:03:28 +03:00
Carsten "Tomcat" Book
459781f902
Backed out changeset b30d47d94a85 (bug 1068671) for bc1 test failures
2014-10-01 13:14:06 +02:00
Asaf Romano
896f516dd7
Bug 1068671 - Remove 'read-only' folders support from places. r=mak
2014-10-01 12:19:06 +03:00
Asaf Romano
464d71888d
Bug 1070503 - Async Places Transactions: Delete command implementation. r=mak.
2014-09-23 09:11:26 +03:00
Asaf Romano
5786c4db38
Bug 1069235 - make guid and parentGuid naming consistent. r=mak
2014-09-20 10:57:34 +03:00
Asaf Romano
268a8a3563
Fix the 'bustage' of browser_parsable_script.js coming from bug 1067954 by whitelisting controller.js. It broke due to bug 1015578 (see mak's comment 2 there). CLOSED TREE
2014-09-19 18:23:20 +03:00
Asaf Romano
00c2d6bc3f
Bug 1067956 - Async Places Transactions: Drop functionality. r=mak.
2014-09-19 17:04:51 +03:00
Asaf Romano
0493c2157b
Bug 1067954 - Async Places Transactions: Paste functionality. r=mak
2014-09-19 16:53:27 +03:00
Gijs Kruitbosch
e0a07f062e
Bug 1006989 - hide and disable cut/copy/delete/properties when opening bookmarks context menu with no selection, r=mano
2014-06-05 15:28:07 +01:00
Jim Blandy
7e20285e70
Bug 914753: Make Emacs file variable header lines correct, or at least consistent. DONTBUILD r=ehsan
...
The -*- file variable lines -*- establish per-file settings that Emacs will
pick up. This patch makes the following changes to those lines (and touches
nothing else):
- Never set the buffer's mode.
Years ago, Emacs did not have a good JavaScript mode, so it made sense
to use Java or C++ mode in .js files. However, Emacs has had js-mode for
years now; it's perfectly serviceable, and is available and enabled by
default in all major Emacs packagings.
Selecting a mode in the -*- file variable line -*- is almost always the
wrong thing to do anyway. It overrides Emacs's default choice, which is
(now) reasonable; and even worse, it overrides settings the user might
have made in their '.emacs' file for that file extension. It's only
useful when there's something specific about that particular file that
makes a particular mode appropriate.
- Correctly propagate settings that establish the correct indentation
level for this file: c-basic-offset and js2-basic-offset should be
js-indent-level. Whatever value they're given should be preserved;
different parts of our tree use different indentation styles.
- We don't use tabs in Mozilla JS code. Always set indent-tabs-mode: nil.
Remove tab-width: settings, at least in files that don't contain tab
characters.
- Remove js2-mode settings that belong in the user's .emacs file, like
js2-skip-preprocessor-directives.
2014-06-24 22:12:07 -07:00
Asaf Romano
971075f2a7
Bug 993391 - Places async transactions: Implement "move bookmarks" command. r=mak.
2014-04-22 08:42:23 +03:00
Tetsuharu OHZEKI
7a96785fdf
Bug 994188 - Fix "ReferenceError: Cu is not defined" in browser/components/places/content/controller.js. r=mak
2014-04-12 01:11:10 +09:00
Asaf Romano
9e2d98e42e
Bug 993274 - Remove cmd_new:livemark. r=mak
2014-04-08 12:05:26 +03:00
Asaf Romano
08a4a240bf
Bug 983623 - Implement cmd_un/redo for the new async TM. r=mak
2014-04-08 11:42:06 +03:00
Carsten "Tomcat" Book
78e5561cb8
Backed out changeset 3fbf2620c5de (bug 983623) for mochitest-other bustage
2014-04-08 09:35:04 +02:00
Asaf Romano
fce9a1cf00
Bug 984900 - Places async transactions: Implement 'sort by name' ui command. r=mak
2014-04-08 09:14:49 +03:00
Asaf Romano
443d6d2f0d
Bug 984898 - Places async transactions: Implement 'new separator' ui command. r=mak
2014-04-08 09:07:03 +03:00
Asaf Romano
1b69fb67cd
Bug 983623 - Implement cmd_un/redo for the new async TM. r=mak
2014-04-08 08:55:46 +03:00
Asaf Romano
0377790278
Bug 983623 - Async transactions: Add a preference for turning it, implement undo & redo commands. r=mak
2014-03-15 23:49:07 +02:00
Marco Bonardo
784031cd19
Bug 969318 - Mute "A promise chain failed to handle a rejection" error from the livemarks service. r=mano
2014-03-12 16:24:23 +01:00
Marco Bonardo
05e6b87a72
Bug 435851 - dragging a folder shortcut drags the concrete folder instead. r=mano
2014-03-04 21:44:21 +01:00
Peter Van der Beken
04632f8c63
Bug 803106 part 2. Convert DOMStringList to WebIDL bindings - add WebIDL API and switch. r=bzbarsky
2013-07-09 13:54:21 -04:00
Sushant Hiray
f2dcd05e53
Bug 887320 - Modify deprecated yield without value to yield undefined. r=mak
2013-07-02 15:49:06 -04:00
Matthew Noorenberghe
22672faedb
Bug 888570 - Lazily load ForgetAboutSite.jsm from browser/components/places/content/controller.js. r=jaws
...
--HG--
rename : toolkit/content/resetProfile.js => toolkit/modules/ResetProfile.jsm
extra : rebase_source : 840e79ad4b087999f08ffbdbf152418ecb9182ea
2013-06-30 21:12:26 -04:00
Marco Bonardo
24208690f3
Bug 561450 - Stop supporting session ids in Places.
...
r=Mano sr=gavin
2013-03-25 14:44:41 +01:00
Daniel Holbert
0a332a0602
Bug 835543 part 2: Remove deprecated interface nsINavHistoryFullVisitResultNode. r=mak
2013-01-29 14:30:13 -08:00