Swapnil R Patil
87c071cbdc
Bug 1085428 - Replaced do_log_info with do_print. r=mak
2015-01-30 22:36:34 +01:00
Brian Birtles
ab9c17ed90
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
fa9af261fa
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
f70ecd3b40
Bug 1113178 - Replace removeAllPages() in browser/components/places/tests/ r=mak
2015-01-17 19:14:42 +01:00
Brian Birtles
d947b42c20
Bug 927349 part 29 - Temporarily disable failing tests {browser_555547.js on Windows opt, test_animation-pausing.html on 10.8, test_deferred_start.html on mulet}; r=me (as discussed with jwatt)
2014-12-24 15:42:37 +09:00
Brian Birtles
097803c0c0
Back out parts 22-29 from bug 927349 for causing intermittent test failure in css-animations/test_animation-pausing.html on 10.8
2014-12-26 11:54:43 +09:00
Brian Birtles
1d4278e7aa
Bug 927349 part 29 - Disable failing browser_555547.js on Windows opt - pushed again without backing out parts 22-29 at the same time; r=me
...
In https://hg.mozilla.org/integration/mozilla-inbound/rev/3ab2ff9b9f94
I accidentally pushed part 29 along with a backout for parts 22-29. This patch
reverts that change.
If this changset causes problems, the following changesets should be backed out:
https://hg.mozilla.org/integration/mozilla-inbound/rev/477f46897b0b
https://hg.mozilla.org/integration/mozilla-inbound/rev/6c345954bce5
https://hg.mozilla.org/integration/mozilla-inbound/rev/642e400b22a9
https://hg.mozilla.org/integration/mozilla-inbound/rev/9bdf7c2279fa
https://hg.mozilla.org/integration/mozilla-inbound/rev/79cac8c71159
https://hg.mozilla.org/integration/mozilla-inbound/rev/cfe757e478d5
https://hg.mozilla.org/integration/mozilla-inbound/rev/eaf834051cbd
2014-12-26 08:49:20 +09:00
abdelrhman
605c00590b
Bug 1111276 - Replace gBrowser.selectedTab.linkedBrowser with gBrowser.selectedBrowser. r=dao
...
--HG--
extra : rebase_source : d7ef16a16f884458d99dff05efb370694d2ea5e3
2014-12-15 22:05:46 +01:00
Marco Bonardo
62ceb9a54c
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
Alex Bardas
4a6732a321
Bug 530209 - Improve search suggestions ui for locationbar prefs. r=mak
2014-11-12 08:16:00 -05:00
Marco Bonardo
a427a4acec
Bug 1068009 - Implement the async bookmarking API (tests), rs=mano
2014-10-23 16:44:41 +02:00
Wes Kocher
bca70dd02e
Merge m-c to inbound a=merge
2014-10-14 17:35:16 -07:00
Asaf Romano
4768ea8e1b
Bug 1068671 - folderReadOnly doesn't pertain to bookmarks or results. r=mak
2014-10-14 17:03:28 +03:00
Andrew Halberstadt
2da4ee197d
Bug 1066735 - Remove root b2g and android specific xpcshell manifests, r=chmanchester
2014-10-07 18:18:28 -04:00
Jon Morton
0f167a14a3
Bug 979835: Port BoxObject and its subclasses to WebIDL. r=khuey sr=bz
...
--HG--
rename : layout/xul/nsIPopupBoxObject.idl => dom/webidl/PopupBoxObject.webidl
rename : layout/xul/tree/nsITreeBoxObject.idl => dom/webidl/TreeBoxObject.webidl
rename : layout/xul/nsBoxObject.cpp => layout/xul/BoxObject.cpp
rename : layout/xul/nsBoxObject.h => layout/xul/BoxObject.h
rename : layout/xul/nsListBoxObject.cpp => layout/xul/ListBoxObject.cpp
rename : layout/xul/nsMenuBoxObject.cpp => layout/xul/MenuBoxObject.cpp
rename : layout/xul/nsPopupBoxObject.cpp => layout/xul/PopupBoxObject.cpp
2014-10-14 13:15:21 -07:00
Carsten "Tomcat" Book
29d7d7a356
Backed out changeset b30d47d94a85 (bug 1068671) for bc1 test failures
2014-10-01 13:14:06 +02:00
Asaf Romano
6860a7fd03
Bug 1068671 - Remove 'read-only' folders support from places. r=mak
2014-10-01 12:19:06 +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
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
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
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
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
Marco Bonardo
2c9d46a300
bug 970291 - Remove BookmarkJSONUtils.serializeNodeAsJSONToOutputStream. r=mano
2014-04-14 12:00:11 +02: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
Mark Hammond
cd2c8e6c5b
Bug 987404 - Disable failing mochitest-browser tests in e10s. r=ted.
2014-04-02 10:53:55 +11:00
Marco Bonardo
31eb1ae673
Bug 983571 - browser.bookmarks.autoExportHTML = true no longer works. r=Yoric
2014-03-25 17:25:58 +01: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
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
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
ab53fb2f5f
Bug 435851 - dragging a folder shortcut drags the concrete folder instead. r=mano
2014-03-04 21:44:21 +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
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
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
Marina Samuel
25f5738d76
Bug 945842: Show Metro bookmarks folder in Windows 8 only. r=bbondy
2013-12-10 13:42:16 -05:00
Marina Samuel
cf3516efe4
Bug 939092 - update test for new bookmark code. r=bbondy
2013-11-26 11:30:34 -05: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
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
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
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
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
Ms2ger
105ce73cfa
Bug 922268 - Remove empty makefiles; r=gps
2013-10-03 09:10:00 +02:00