Dave Townsend
4e295aa48d
Bug 1316882: Turn on space-before-function-paren eslint rule (browser). r=jaws
...
MozReview-Commit-ID: 2ZvTiZDHchz
2016-11-11 08:10:51 -08:00
Dave Townsend
12596ced47
Bug 1316882: Turn on space-infix-ops eslint rule. r=jaws
...
MozReview-Commit-ID: HBpjT2uHJaZ
2016-11-10 14:48:04 -08:00
Mark Banner
0dc78b7964
Bug 1314918 - Fix most of the remaining no-unused-vars issues for local scope in browser/. r=mossop
...
MozReview-Commit-ID: LdoXLniNeT7
2016-11-03 11:51:48 +00:00
Jared Wein
99638e1465
Bug 1294621 - Enable the no-lonely-if rule for eslint. r=gijs
...
MozReview-Commit-ID: 8izEqc8IyCu
2016-08-12 11:50:35 -04:00
Mike de Boer
bb1fb58dcc
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
L. David Baron
38d7232f8e
Bug 1111440 - Replace rest of -moz-/Moz prefixed logical margin/padding/border properties with their standard versions. r=heycam
...
This patch was generated by the command:
find * -type f -exec sed -i -f ../mozpropsub {} \;
in the root of the repository, with the file ../mozpropsub containing:
s/-moz-padding-end\>/padding-inline-end/g
s/-moz-padding-start\>/padding-inline-start/g
s/-moz-margin-end\>/margin-inline-end/g
s/-moz-margin-start\>/margin-inline-start/g
s/-moz-border-end\>/border-inline-end/g
s/-moz-border-end-color\>/border-inline-end-color/g
s/-moz-border-end-style\>/border-inline-end-style/g
s/-moz-border-end-width\>/border-inline-end-width/g
s/-moz-border-start\>/border-inline-start/g
s/-moz-border-start-color\>/border-inline-start-color/g
s/-moz-border-start-style\>/border-inline-start-style/g
s/-moz-border-start-width\>/border-inline-start-width/g
s/\<MozPaddingEnd\>/paddingInlineEnd/g
s/\<MozPaddingStart\>/paddingInlineStart/g
s/\<MozMarginEnd\>/marginInlineEnd/g
s/\<MozMarginStart\>/marginInlineStart/g
s/\<MozBorderEnd\>/borderInlineEnd/g
s/\<MozBorderEndColor\>/borderInlineEndColor/g
s/\<MozBorderEndStyle\>/borderInlineEndStyle/g
s/\<MozBorderEndWidth\>/borderInlineEndWidth/g
s/\<MozBorderStart\>/borderInlineStart/g
s/\<MozBorderStartColor\>/borderInlineStartColor/g
s/\<MozBorderStartStyle\>/borderInlineStartStyle/g
s/\<MozBorderStartWidth\>/borderInlineStartWidth/g
The diffs for the following files:
layout/style/nsCSSPropAliasList.h
layout/style/test/property_database.js
layout/style/test/test_value_computation.html
were then manually removed from the patch.
MozReview-Commit-ID: 8fbYnlZcn9U
2016-05-14 00:00:18 -07:00
Dave Townsend
a2ba043d69
Bug 1245649: Turn on no-trailing-spaces. r=Gijs
2016-02-03 14:22:33 -08:00
simplyblue
ba6a9ec486
Bug 1228975 - Remove Array generics usage from Places code. r=mak
2015-12-01 15:40:30 +05:30
Xidorn Quan
e5b3283179
Bug 962249 part 1 - Add Element.scroll{Top,Left}Min (chrome-only) and convert most of scrollLeftMax uses and part of scrollTopMax uses to combinations with the new properties. r=roc,bz
2015-10-27 13:38:02 +09:00
Hassen ben tanfous
aa7b48bf89
Bug 1074804 - Replace arrays .indexOf with .includes in Places. r=mak
2015-10-11 20:24:32 +02:00
Seth Fowler
fe09292c5c
Bug 1118926 (Part 2) - Remove remnants of -moz-resolution in JavaScript code. r=dolske
2015-09-30 17:00:56 -07:00
Muhsin Ali Steiman
4712994b1d
Bug 1188787 - Use AppConstants.jsm instead of preprocessing in browser/components/places. r=mak
2015-08-28 07:37:00 -04:00
Jorg K
fc2fb3f526
Bug 730829 - Make 'open all in tabs' work for livemarks. r=mak
2015-07-01 04:03:00 -04:00
Marco Bonardo
19425c3f03
Bug 1095411 - PlacesUtils.wrapNode is using synchronous getKeywordForBookmark. r=ttaubert
2015-05-22 19:02:41 +02:00
Avijit Gupta
21ce07be92
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
0d5fb78cf1
Bug 1122709 - Removed expression closures from getters; r=dao
2015-01-18 00:39:20 +01:00
Jim Mathies
29aa5bfdba
Bug 1083376 - Fix for typeo error in browserPlacesViews.js, regression from bug 1068671. r=mak
2014-10-16 14:28:50 -05:00
Asaf Romano
fbed712ada
Bug 1068671 - folderReadOnly doesn't pertain to bookmarks or results. r=mak
2014-10-14 17:03:28 +03:00
Carsten "Tomcat" Book
720b2367b9
Backed out changeset b30d47d94a85 (bug 1068671) for bc1 test failures
2014-10-01 13:14:06 +02:00
Asaf Romano
ce0d37a700
Bug 1068671 - Remove 'read-only' folders support from places. r=mak
2014-10-01 12:19:06 +03:00
Asaf Romano
a9fb56da73
Bug 1067956 - Async Places Transactions: Drop functionality. r=mak.
2014-09-19 17:04:51 +03:00
Asaf Romano
acc27114a6
Bug 1067954 - Async Places Transactions: Paste functionality. r=mak
2014-09-19 16:53:27 +03:00
Bernardo P. Rittmeyer
b65941839b
Bug 1052174 - Applied -moz-resolution fragment to favicons to enable support for high resolution throughout the UI. r=MattN
2014-08-18 14:42:00 -07:00
Bernardo P. Rittmeyer
027ec52a91
Bug 951396 - Bookmark toolbar now can show icons in HiDPI resolution using a new helper function in PlacesUIUtils.jsm. r=MattN,mak
2014-07-31 19:29:57 -07:00
Gijs Kruitbosch
9ace2cd351
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
Mike Conley
d7253258eb
Bug 984455 - Bookmarks menu and toolbar context menus can be broken after underflowing from nav-bar chevron. r=mak,mdeboer,Gijs.
2014-03-28 10:30:00 -04:00
Ryan VanderMeulen
7f11193069
Backed out changeset 8b94363b10f1 (bug 984455) for debug OSX mochitest-bc failures.
2014-04-02 14:48:13 -04:00
Mike Conley
71dc699ffd
Bug 984455 - Bookmarks menu and toolbar context menus can be broken after underflowing from nav-bar chevron. r=mak,mdeboer,Gijs.
2014-03-28 10:30:00 -04:00
Gijs Kruitbosch
b00ea781cb
Bug 989009 - should theme live bookmark submenu items correctly, r=mak
2014-03-29 13:17:58 +00:00
Stephen Horlander
9f8f5ce565
Bug 969584 - Patch 3: Consolidate typography and sizing of panel subview items for Australis, r=mikedeboer
2014-03-06 08:57:00 -05:00
Darrin Henein
e504790205
Bug 969592 - Restyle Australis' Bookmarks Menu Popups, r=mak
2014-03-07 13:31:00 +00:00
Marco Bonardo
fd265057ac
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
Gijs Kruitbosch
7814126084
Bug 979456 - fix extra padding in bookmarks toolbar on Australis, r=mconley
2014-03-05 15:39:52 -05:00
Gijs Kruitbosch
796f06e74b
Bug 969780 - Australis - places controller gets lost if bookmarks button is moved to overflow or moved outside of customize mode, r=mak
2014-02-18 18:29:51 +00:00
Mike de Boer
ece7f0650b
[Australis] Bug 938578: update separator styling in subviews and align related items accordingly. r=Gijs
2014-02-13 14:58:19 +01:00
Mike de Boer
3058883e99
[Australis] Bug 963095: adjust toolbar widget panel styling. r=Gijs
2014-01-29 12:20:40 +01:00
Mike de Boer
9ff3520ce5
[Australis] Bug 878546: refresh the styling of sub-views. r=Gijs
2014-01-23 14:06:17 +01:00
Gijs Kruitbosch
cf74b7bb20
Bug 940292 - when using Australis' customize mode, the bookmarks toolbar chevron breaks, r=jaws
2013-12-05 23:11:24 +01:00
Masayuki Nakano
e2f03f5cb4
Bug 300710 part.1 Specify context menu for bookmark items to bookmark toolbar items r=mak
2013-11-27 10:12:43 +09:00
Marco Bonardo
30190e9521
Bug 855805 - Create the Bookmarks widget with subview - Functional part.
...
r=mconley
2013-07-25 12:02:05 +02:00
Marco Bonardo
1e3da3a614
Bug 561450 - Stop supporting session ids in Places.
...
r=Mano sr=gavin
2013-03-25 14:44:41 +01:00
Marco Bonardo
f0beb158de
Bug 831094 - Avoid replacing nodes in Places query results.
...
r=Mano sr=gavin
2013-02-06 20:48:09 +01:00
Asaf Romano
baa7296b23
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
339ac7156b
Back out bug 675902 (rev 627a842914d0) from CLOSED TREE because it fails browser-chrome tests.
2012-12-14 16:48:49 -05:00
Asaf Romano
f2064eaebf
Bug 675902 - Implement the new Downloads view for the places Library window; r=mak
2012-12-14 12:32:20 -05:00
Dão Gottwald
55809920d6
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
087345b066
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
cf5c90cfbc
Bug 772463 - Unprefix CSS3 transforms in browser/. r=dao
2012-07-16 22:10:27 +07:00
Asaf Romano
0065eeb20b
Bug 730340 - Fix typo found by neil, remove useless comments.
2012-06-02 23:24:19 +03:00
Asaf Romano
f790aaa4ac
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