Gijs Kruitbosch
b3825516b4
Bug 1033463 - don't null out gEditBookmarkOverlay, r=mak
...
--HG--
extra : rebase_source : ca28e8c7faba88eb4851737c960fe89a61e20955
2014-07-10 15:57:31 +01:00
Gijs Kruitbosch
38d9b7195d
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
b6b202b6bb
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
86bfcee22e
Bug 867317 - Implement transition for showing and hiding toolbars. r=jaws
2014-06-20 14:11:55 +02:00
Althaf Hameez
ca3510e12c
Bug 818587 - Adding a compression option for bookmark backups. r=mak
2014-05-24 19:48:00 +02:00
Asaf Romano
181ce2dac5
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
e1705f2d08
Bug 993391 - Places async transactions: Implement "move bookmarks" command. r=mak.
2014-04-22 08:42:23 +03:00
Marco Bonardo
b9277dfbb2
bug 970291 - Remove BookmarkJSONUtils.serializeNodeAsJSONToOutputStream. r=mano
2014-04-14 12:00:11 +02:00
Gijs Kruitbosch
e78a92875e
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
07980e1d1e
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
6a4d67f8ec
Merge m-c to mozilla-inbound
2014-04-08 15:39:46 +02:00
Neil Deakin
d269bf8317
Bug 610545, add animation to bookmarks panel, r=dao
2014-04-08 08:45:52 -04:00
Neil Deakin
df603a7f4d
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
162588a904
Bug 993274 - Remove cmd_new:livemark. r=mak
2014-04-08 12:05:26 +03:00
Asaf Romano
ab2c95ce76
Fix for the patch checked in for bug 983623 - Don't import PlacesUtils twice.
2014-04-08 11:50:33 +03:00
Asaf Romano
65a7a1ca10
Bug 983623 - Implement cmd_un/redo for the new async TM. r=mak
2014-04-08 11:42:06 +03:00
Carsten "Tomcat" Book
0b09c82a7b
Backed out changeset 3fbf2620c5de (bug 983623) for mochitest-other bustage
2014-04-08 09:35:04 +02:00
Asaf Romano
c77ef63e3a
Bug 984900 - Places async transactions: Implement 'sort by name' ui command. r=mak
2014-04-08 09:14:49 +03:00
Asaf Romano
c66bf31141
Bug 984898 - Places async transactions: Implement 'new separator' ui command. r=mak
2014-04-08 09:07:03 +03:00
Asaf Romano
43e98c099d
Bug 983623 - Implement cmd_un/redo for the new async TM. r=mak
2014-04-08 08:55:46 +03:00
Mike Conley
9f2ed6b948
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
d57e3ee7c2
Backed out changeset 8b94363b10f1 (bug 984455) for debug OSX mochitest-bc failures.
2014-04-02 14:48:13 -04:00
Ed Morley
757c230f65
Merge mozilla-central and fx-team
2014-04-02 18:25:23 +01:00
Mike Conley
e364d801e7
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
763885adb1
Bug 987404 - Disable failing mochitest-browser tests in e10s. r=ted.
2014-04-02 10:53:55 +11:00
Gijs Kruitbosch
97b37465c9
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
4b89c3b473
Bug 983571 - browser.bookmarks.autoExportHTML = true no longer works. r=Yoric
2014-03-25 17:25:58 +01:00
Phil Ringnalda
d969de5efb
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
d2d06f28f8
Bug 987404 - Disable failing mochitest-browser tests in e10s. r=ted.
2014-03-31 14:11:49 +11:00
Marco Bonardo
6b2c382db0
Backout 0469cf95fbfe (bug 983571) cause didn't mean to land it yet.
2014-03-22 15:43:20 +01:00
Marco Bonardo
aa3410c3af
Bug 983571 - browser.bookmarks.autoExportHTML = true no longer works. r=Yoric
2014-03-22 14:26:52 +01:00
Paolo Amadini
982a4b2f43
Bug 984872 - Remove deprecated promise.js usage in Firefox for Desktop. r=mak
2014-03-20 22:21:05 +01:00
Asaf Romano
0c80674197
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
a4f369ecc8
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
c7ebeea563
Bug 969592 - Restyle Australis' Bookmarks Menu Popups, r=mak
2014-03-07 13:31:00 +00:00
Mike de Boer
34225922fa
[Australis] Bug 980374: update browser_toolbarbutton_menu_context.js test. r=MattN
2014-03-12 23:29:55 +01:00
Marco Bonardo
8b8eb3f8e1
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
0fb30b7764
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
388d96eb07
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
f6b8f2d06e
Bug 967192 - Bookmarks restore and import should use OS.File. r=mano
2014-03-07 08:41:47 +01:00
Gijs Kruitbosch
e7ee0accf2
Bug 979456 - fix extra padding in bookmarks toolbar on Australis, r=mconley
2014-03-05 15:39:52 -05:00
Gijs Kruitbosch
d2d9316d51
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
c3fa83bfc8
Bug 435851 - dragging a folder shortcut drags the concrete folder instead. r=mano
2014-03-04 21:44:21 +01:00
Marco Bonardo
3241538a41
Bug 968177 - Apply the shared backups code to bookmarks.html export. r=mano
2014-03-03 17:51:42 +01:00
Jim Mathies
01c1a6f6fd
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
fa5238349a
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
dbb7a466f5
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
91e90effc9
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
b1f5614328
Bug 940379 - [Australis] Bookmarks panel isn't aligned with other panels. r=Gijs
2014-02-13 12:07:22 -05:00
Mike de Boer
c5e36e7f9a
[Australis] Bug 938578: update separator styling in subviews and align related items accordingly. r=Gijs
2014-02-13 14:58:19 +01:00