Commit Graph

1346 Commits

Author SHA1 Message Date
Asaf Romano
d1e96e8c5f Bug 1058566 - Transaction for duplicating any places item. r=mak. 2014-09-17 14:59:23 +03:00
Ryan VanderMeulen
fd52901cb5 Backed out changeset ae6de471bcd7 (bug 1058566) for causing bug 1067978. 2014-09-16 15:41:27 -04:00
Ed Morley
3ba186e9e5 Backed out changeset f1d1f89e5bd5 (bug 407821) for xpcshell failures 2014-09-16 16:23:15 +01:00
Iaroslav (Yarik) Sheptykin
448b5158a6 Bug 407821 - Limit the max length of tags for bookmarks to 100 characters. r=paolo 2014-09-16 01:34:00 +01:00
Asaf Romano
82ae7ca4e6 Bug 1058566 - Transaction for duplicating any places item. r=mak 2014-09-16 12:25:18 +03:00
Shu-yu Guo
320f4e1440 Bug 1001090 - Part 5: Fix errors in tests throughout the tree. (r=robcee,gavin) 2014-09-15 16:30:47 -07:00
Bernardo P. Rittmeyer
554dd86ff6 Bug 1058951 - Added telemetry probes to measure possible performance impacts of future changes at the places database. r=mak 2014-09-04 14:15:00 +02:00
Alan K
635f49e75e Bug 993584 - Initial landing for CloudSync. r=rnewman 2014-09-04 21:44:00 +02:00
Bill McCloskey
42257acb97 Bug 1061013 - Disable various browser chrome tests when running with e10s. r=jimm 2014-09-02 13:47:12 -05:00
Roberto A. Vitillo
4c71609655 Bug 1058599 - Use string instead of nsIURI when calling xulstore. r=enn 2014-08-27 06:08:00 -04:00
Roberto A. Vitillo
c5c2af51c5 Bug 1056796 - Use documentURIObject to retrieve document uri. r=enndeakin 2014-08-21 06:42:00 -04:00
Roberto A. Vitillo
5ff93e6b9c Bug 559505 - Deprecate localstore.rdf and replace it with xulstore. r=enn, sr=bsmedberg
CLOSED TREE
2014-08-19 10:31:00 -04:00
Ed Morley
74d6fa680a Backed out changeset 143ae44587b2 (bug 559505) for xperf failures 2014-08-20 17:10:05 +01:00
Roberto A. Vitillo
1f842452fc Bug 559505 - Deprecate localstore.rdf and replace it with xulstore. r=enn, sr=bsmedberg 2014-08-19 10:31:00 -04:00
Bernardo P. Rittmeyer
d82d593eca 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
a57efa129a Bug 1041845 - Apply image-rendering: -moz-crisp-edges style to favicons throughout the UI when resolution is 2dppx. r=MattN 2014-08-11 14:03:00 -04:00
Bernardo P. Rittmeyer
940ba3ab42 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
Birunthan Mohanathas
d8357c3703 Bug 1038458 - Part 5: Flatten browser/components/places/src/ directory. r=mak
--HG--
rename : browser/components/places/src/BrowserPlaces.manifest => browser/components/places/BrowserPlaces.manifest
rename : browser/components/places/src/PlacesProtocolHandler.js => browser/components/places/PlacesProtocolHandler.js
rename : browser/components/places/src/PlacesUIUtils.jsm => browser/components/places/PlacesUIUtils.jsm
2014-07-26 09:32:02 -07:00
Alexandre Poirot
5a3800bc64 Bug 1027242 - Blacklist mulet's failing tests + expose 'mulet' to ini files; fix previous bustage on a CLOSED TREE, r=ahal 2014-07-02 15:40:56 -07:00
Gijs Kruitbosch
929d06afe2 Bug 1033463 - don't null out gEditBookmarkOverlay, r=mak
--HG--
extra : rebase_source : ca28e8c7faba88eb4851737c960fe89a61e20955
2014-07-10 15:57:31 +01:00
Gijs Kruitbosch
d95abd46e3 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
4d6a633bba 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
Dão Gottwald
aecebde2e3 Bug 867317 - Implement transition for showing and hiding toolbars. r=jaws 2014-06-20 14:11:55 +02:00
Althaf Hameez
a3e0d5b456 Bug 818587 - Adding a compression option for bookmark backups. r=mak 2014-05-24 19:48:00 +02:00
Asaf Romano
ecf0f3e66c Bug 988070 - New PlacesUtils.promiseBookmrksTree API for retrieving bookmarks data, a generalization of PlacesBackups.getBookmarksTree. r=mak, sr=gavin. 2014-05-22 19:06:57 +03:00
Asaf Romano
82a704728f Bug 993391 - Places async transactions: Implement "move bookmarks" command. r=mak. 2014-04-22 08:42:23 +03:00
Marco Bonardo
2c9d46a300 bug 970291 - Remove BookmarkJSONUtils.serializeNodeAsJSONToOutputStream. r=mano 2014-04-14 12:00:11 +02:00
Gijs Kruitbosch
38c036e3fb Bug 977572 - catch drag end and drop events from bookmarks drag handler so we can clean up, r=mak
--HG--
extra : rebase_source : 6a725c15b2802d7bf641e22f9ae322974f6639cc
2014-04-10 17:14:44 +01:00
Tetsuharu OHZEKI
218003d00c 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
Carsten "Tomcat" Book
a99b75244f Merge m-c to mozilla-inbound 2014-04-08 15:39:46 +02:00
Neil Deakin
fab82349b5 Bug 610545, add animation to bookmarks panel, r=dao 2014-04-08 08:45:52 -04:00
Neil Deakin
16437e7796 Bug 610545, fix tests to disable arrow panel transitions to speed them up and fix mouse targetting issues, r=felipe 2014-04-08 08:45:52 -04:00
Asaf Romano
2346ab6804 Bug 993274 - Remove cmd_new:livemark. r=mak 2014-04-08 12:05:26 +03:00
Asaf Romano
4e97a29621 Fix for the patch checked in for bug 983623 - Don't import PlacesUtils twice. 2014-04-08 11:50:33 +03:00
Asaf Romano
903a9eec4a Bug 983623 - Implement cmd_un/redo for the new async TM. r=mak 2014-04-08 11:42:06 +03:00
Carsten "Tomcat" Book
173f2a8995 Backed out changeset 3fbf2620c5de (bug 983623) for mochitest-other bustage 2014-04-08 09:35:04 +02:00
Asaf Romano
4684c38acf Bug 984900 - Places async transactions: Implement 'sort by name' ui command. r=mak 2014-04-08 09:14:49 +03:00
Asaf Romano
6e4de18a2f Bug 984898 - Places async transactions: Implement 'new separator' ui command. r=mak 2014-04-08 09:07:03 +03:00
Asaf Romano
4831333e6b Bug 983623 - Implement cmd_un/redo for the new async TM. r=mak 2014-04-08 08:55:46 +03:00
Mike Conley
8ac1b80480 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
0e611ba185 Backed out changeset 8b94363b10f1 (bug 984455) for debug OSX mochitest-bc failures. 2014-04-02 14:48:13 -04:00
Ed Morley
a9eca49755 Merge mozilla-central and fx-team 2014-04-02 18:25:23 +01:00
Mike Conley
4250f37dae 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
Mark Hammond
cd2c8e6c5b Bug 987404 - Disable failing mochitest-browser tests in e10s. r=ted. 2014-04-02 10:53:55 +11:00
Gijs Kruitbosch
7211362fdc Bug 989009 - should theme live bookmark submenu items correctly, r=mak
--HG--
extra : rebase_source : 2f15dd69b48e0e5b81a84f74224c8c3dcc5c66ec
2014-03-29 13:17:58 +00:00
Marco Bonardo
31eb1ae673 Bug 983571 - browser.bookmarks.autoExportHTML = true no longer works. r=Yoric 2014-03-25 17:25:58 +01:00
Phil Ringnalda
b9b8a97985 Back out 43663582cfdb (bug 987404) because it looks like it disabled things even without e10s being defined 2014-03-30 23:18:57 -07:00
Mark Hammond
555f838434 Bug 987404 - Disable failing mochitest-browser tests in e10s. r=ted. 2014-03-31 14:11:49 +11:00
Marco Bonardo
9bd8bc602c Backout 0469cf95fbfe (bug 983571) cause didn't mean to land it yet. 2014-03-22 15:43:20 +01:00
Marco Bonardo
f2ab276e4d Bug 983571 - browser.bookmarks.autoExportHTML = true no longer works. r=Yoric 2014-03-22 14:26:52 +01:00
Paolo Amadini
c94a8fba8e Bug 984872 - Remove deprecated promise.js usage in Firefox for Desktop. r=mak 2014-03-20 22:21:05 +01:00
Asaf Romano
2ed4b8f9e2 Bug 983623 - Async transactions: Add a preference for turning it, implement undo & redo commands. r=mak 2014-03-15 23:49:07 +02:00
Stephen Horlander
34b4374e18 Bug 969584 - Patch 3: Consolidate typography and sizing of panel subview items for Australis, r=mikedeboer
--HG--
extra : rebase_source : c9fcac25fedf0521fdcca7bccb7052587b4c1594
2014-03-06 08:57:00 -05:00
Darrin Henein
02b14507fd Bug 969592 - Restyle Australis' Bookmarks Menu Popups, r=mak 2014-03-07 13:31:00 +00:00
Mike de Boer
d0857fe3a9 [Australis] Bug 980374: update browser_toolbarbutton_menu_context.js test. r=MattN 2014-03-12 23:29:55 +01:00
Marco Bonardo
31d61f5db9 Bug 981592 - Ensure the Library selected left pane container is open before selecting one of its descendants. r=mano 2014-03-12 16:24:28 +01:00
Marco Bonardo
edaa060572 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
Marina Samuel
2b53eb62d4 Bug 961587: Only create Windows 8 Touch smart bookmark once a user has intialized their Metro bookmark list. r=mbrubeck, r=mak77 2014-03-10 12:53:19 -04:00
Marco Bonardo
71d5bb404a Bug 967192 - Bookmarks restore and import should use OS.File. r=mano 2014-03-07 08:41:47 +01:00
Gijs Kruitbosch
0be61d8e87 Bug 979456 - fix extra padding in bookmarks toolbar on Australis, r=mconley 2014-03-05 15:39:52 -05:00
Gijs Kruitbosch
ed0c6f2d9d Bug 979587 - attempt to fix sidebar opening from Australis bookmarks menu, r=mconley
--HG--
extra : rebase_source : 8d0d3ca939b8f7327da50b5cf52327e3a37d19fa
2014-03-04 21:46:32 -05:00
Marco Bonardo
ab53fb2f5f Bug 435851 - dragging a folder shortcut drags the concrete folder instead. r=mano 2014-03-04 21:44:21 +01:00
Marco Bonardo
e415443129 Bug 968177 - Apply the shared backups code to bookmarks.html export. r=mano 2014-03-03 17:51:42 +01:00
Jim Mathies
3efc8a683a Bug 969831 - Use the new feature level check for desktop browser 'switch to metro' ux elements. r=msamuel 2014-02-28 07:37:31 -06:00
Peter Van der Beken
46ee609d7b Bug 803106 part 2. Convert DOMStringList to WebIDL bindings - add WebIDL API and switch. r=bzbarsky 2013-07-09 13:54:21 -04:00
Gijs Kruitbosch
36c969ac7a Bug 973217 - Australis' bookmarks menu shouldn't allow for mouse events during the transition (transition event handler variant), r=jaws 2014-02-24 17:44:42 +00:00
Gijs Kruitbosch
c935f2fbd9 Bug 969780 - Australis - places controller gets lost if bookmarks button is moved to overflow or moved outside of customize mode, r=mak
--HG--
extra : rebase_source : dca1ab1dd901468f9dacaff4b7466c27bef84b47
2014-02-18 18:29:51 +00:00
Jared Wein
3794e304ec Bug 940379 - [Australis] Bookmarks panel isn't aligned with other panels. r=Gijs 2014-02-13 12:07:22 -05:00
Mike de Boer
f7f858d2f1 [Australis] Bug 938578: update separator styling in subviews and align related items accordingly. r=Gijs 2014-02-13 14:58:19 +01:00
Marco Bonardo
efc6b43f8d Bug 824433 - Bookmarks backup takes a long time to write out on shutdown. r=mano 2014-02-04 14:43:20 +01:00
Mike de Boer
750a66cd18 [Australis] Bug 963095: adjust toolbar widget panel styling. r=Gijs 2014-01-29 12:20:40 +01:00
Neil Deakin
95de2e33ba Bug 941409, add support for an anchor attribute to menus so that the popup can be anchored to a different element than the menu itself, this is used to avoid repositioning the bookmarks toolbar button menu, also changes popups to default to vertical orientation [Australis] r=neil,mconley 2014-01-28 11:28:45 -05:00
Mike de Boer
5410117758 [Australis] Bug 878546: refresh the styling of sub-views. r=Gijs 2014-01-23 14:06:17 +01:00
Seif Lotfy
ef99a4184b Bug 725252 - "Bookmark All Tabs" dialog window doesn't resize properly (gtk). r=mak 2014-01-13 08:38:59 -05:00
Jared Wein
ed86b484a7 Bug 946320 - [Australis] history widget missing a "Tabs From Other Devices" entry. r=Gijs 2014-01-03 14:57:19 -05:00
Gregory Szorc
158ed8b3ec Bug 774572 - Part 2: Define JAR_MANIFESTS in moz.build files; r=glandium
Every directory with a jar.mn now has JAR_MANIFESTS defined in its
moz.build file.

We also removed the may_skip special consideration of jar.mn files
because this information is now available during tier traversal by the
reader courtesy of the variables being present in moz.build files.

--HG--
extra : rebase_source : 21049b15e6bd9cf65b0805ccaccc4ba5aae93c98
extra : amend_source : 0b1ea866d725beef92d37c6f6d475369ac002e19
2013-12-10 16:18:11 +09:00
Marina Samuel
25f5738d76 Bug 945842: Show Metro bookmarks folder in Windows 8 only. r=bbondy 2013-12-10 13:42:16 -05:00
Gijs Kruitbosch
57ab9981c2 Bug 940292 - when using Australis' customize mode, the bookmarks toolbar chevron breaks, r=jaws
--HG--
extra : rebase_source : a2eae90f12ec780af4d0c646fe49ee4d8f5d35d2
2013-12-05 23:11:24 +01:00
Marina Samuel
cf3516efe4 Bug 939092 - update test for new bookmark code. r=bbondy 2013-11-26 11:30:34 -05:00
Masayuki Nakano
908f13b4d2 Bug 300710 part.1 Specify context menu for bookmark items to bookmark toolbar items r=mak 2013-11-27 10:12:43 +09:00
Gijs Kruitbosch
6ac0c963fa Merge mozilla-central and ux 2013-11-11 22:41:49 +01:00
cptanu
85f5063885 Bug 649002 - Use XPCOMUtils.defineLazyModuleGetter in places.js. r=dao 2013-11-11 09:04:08 -05:00
Gijs Kruitbosch
5ac2fc613a merge m-c to ux 2013-11-06 22:25:39 +01:00
Honza Bambas
e3021733ad Bug 931383 - nsICacheEntryOpenCallback is not defined in pageInfo.js, test_clearHistory_shutdown.js, r=dao 2013-11-06 16:59:05 +01:00
Gijs Kruitbosch
2312eb362b Merge mozilla-central and ux 2013-11-02 11:33:53 +01:00
Gijs Kruitbosch
63530f7b09 Merge mozilla-central and ux 2013-11-01 23:24:47 +01:00
Tim Taubert
eaf77b6b92 Bug 933693 - Fix 'aFolderId is undefined' in browser_views_liveupdate.js rs=gijs
From f55314f12e62b685be1afe0a8f1626e5609203e5 Mon Sep 17 00:00:00 2001
2013-10-31 14:54:51 +01:00
Dustin J. Mitchell
c44b505650 Bug 925458 - Fix test_browserGlue_shutdown.js to not fail most of the time. r=mak 2013-10-10 15:23:01 -04:00
Gijs Kruitbosch
55f01425f8 Bug 924463 - clean up browser/components moz.build/test manifest, r=gps 2013-10-18 14:55:19 +02:00
Phil Ringnalda
a798fe8008 Back out e9f46c81c28e (bug 924463) on suspicion of being the One True cause of mass browser-chrome orange
CLOSED TREE
2013-10-18 18:54:22 -07:00
Gijs Kruitbosch
737fa0f1f0 Bug 924463 - clean up browser/components moz.build/test manifest, r=gps 2013-10-18 14:55:19 +02:00
Gijs Kruitbosch
1d094f07a0 Merge mozilla-central and ux 2013-10-21 10:03:47 +02:00
Gijs Kruitbosch
f1ea73ec9b Merge mozilla-central and ux 2013-10-10 09:27:14 +02:00
Gijs Kruitbosch
291eea969e Merge mozilla-central and ux 2013-10-09 13:39:14 +02:00
Asaf Romano
6ccf3fd497 Bug 912855 - Can't remove check-mark on "Load this bookmark in the sidebar". r=mak 2013-10-09 16:33:58 +02:00
Gijs Kruitbosch
9c8a9ee095 Merge mozilla-central and ux 2013-10-08 09:09:32 +02:00
Raymond Lee
f861035356 Bug 859695 - OS.File should be adopted in PlacesBackups.jsm and PlacesUtils.jsm. r=mak 2013-10-07 14:52:08 +08:00
Gijs Kruitbosch
c18d784b3c Merge m-c to ux 2013-10-03 17:20:04 +02:00
Ms2ger
105ce73cfa Bug 922268 - Remove empty makefiles; r=gps 2013-10-03 09:10:00 +02:00
Gijs Kruitbosch
5d3ed7cf58 Merge m-c to UX 2013-10-01 00:36:26 +02:00