Commit Graph

59 Commits

Author SHA1 Message Date
Gijs Kruitbosch
d948fa9892 Bug 1101287 - fix browser_934951_zoom_in_toolbar.js to use a mutation observer to wait for a label change, r=adw 2014-12-10 18:18:14 +00:00
Victor Porof
b9ee1103fc Bug 1067337 - Provide an icon for the toolbar to activate/deactivate the devtools panel. r=paul, r=gijs 2014-10-27 12:26:07 -04:00
Jim Mathies
ad73cb6c28 Bug 1072417 - Remove the browser.tabs.remote pref and turn everything it controls on by default. r=felipe 2014-09-29 16:11:08 -05:00
Jared Wein
6be1b4f7ff Bug 1007336 - Set lightweight themes in customization mode. r=gijs 2014-08-21 15:57:41 -04:00
Ms2ger
f069be120d Bug 1048780 - Call the standard matches() rather than the proprietary mozMatchesSelector(); r=jst
This also includes a test that mozMatchesSelector is still exposed and works.

--HG--
rename : js/xpconnect/tests/chrome/test_mozMatchesSelector.xul => js/xpconnect/tests/chrome/test_matches.xul
rename : js/xpconnect/tests/mochitest/file_mozMatchesSelector.html => js/xpconnect/tests/mochitest/file_matches.html
2014-08-12 14:30:59 +02:00
Gijs Kruitbosch
eff7e52e5a Bug 1014313 - part 1: add tabs options to tabstrip context menu, r=dao 2014-07-02 23:23:48 +01:00
Gijs Kruitbosch
cd60317c99 Bug 996988 - use different method to wait for window closure, r=jaws
--HG--
extra : rebase_source : cfb78153229e5722609e10e9e4a417659590c28a
2014-06-02 22:30:02 +01:00
Mike Conley
1433054b16 Bug 993712 - Remove hand-rolled timeout handler from customizableui/test/head.js. r=test-only
I'm trying to smoke out an intermittent orange in bug 993712, and I'm starting to run dry on
ideas. I'm having no luck reproducing the bug locally. What I'm trying to do here is cause
the orange (when it rears its head) to force a mochitest timeout, which will take a screenshot.
I'm hoping that screenshot gives me some clues about what's going on.
2014-05-14 17:09:34 -04: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
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
Blair McBride
c998e32ec7 Bug 980155 - [Australis] Initialization of overflowable toolbars breaks when adding them dynamically. r=Gijs r=jaws 2014-03-07 05:19:00 -05:00
Matthew Noorenberghe
029434a864 Bug 978084 - Make sure @customizing-movingItem gets removed by ensuring dragend gets fired. r=Gijs
--HG--
extra : rebase_source : 7e590a535947230f62fbbe6e0aee407379c86e5e
2014-03-04 11:12:41 -05:00
Gijs Kruitbosch
b458bb60f1 Bug 975719 - unbreak custom toolbars in Australis, r=jaws
--HG--
extra : rebase_source : cb801a739c7706cc26f4ccccabe0708d1b577850
2014-03-03 16:18:28 -05:00
Jim Mathies
9dd0ec6be2 Bug 978127 - Update various win8 specific australis customized ui tests to use new Services.metro.supported prop. r=gijs 2014-02-28 17:40:34 -06:00
Gijs Kruitbosch
2ca0429dd1 Bug 976513 - Australis - yield all the close windows in tests to avoid randomorange, rs=test-only
--HG--
extra : rebase_source : bb8c41ffea63ce3811b068edfcbd9233e1ed4e42
2014-02-28 17:46:27 +00:00
Gijs Kruitbosch
f2184d0ff6 Bug 884402 - allow users to customize out items from Australis' overflow panel, r=mconley 2014-02-12 17:32:23 +00:00
Gijs Kruitbosch
3d93cc9318 Bug 940307 - improve Australis' click-detection code so we close the panel at the right time, r=MattN 2014-01-22 13:22:15 +00:00
Mike de Boer
fb3d2102b1 [Australis] Bug 956285: test zoom label update on page navigation. r=Gijs 2014-01-20 11:25:02 +01:00
Gijs Kruitbosch
b7a193bccb Bug 889120 - Australis' customize tab gets mixed up with other tab, r=jaws 2014-01-10 15:54:48 +00:00
Ryan VanderMeulen
bd586e23cf [Australis] Backed out changesets 7c74e99d80c1 and 14e817fe25e1 (bug 956285) for mochitest-bc failures. 2014-01-17 10:30:28 -05:00
Mike de Boer
7affcb4662 [Australis] Bug 956285: test zoom label update on page navigation. r=Gijs 2014-01-17 14:13:14 +01:00
Carsten "Tomcat" Book
53381349d5 Backed out changeset d614fa6b53b2 (bug 889120) [australis] for suspicion of pgo perma-orange 2014-01-16 09:44:49 +01:00
Gijs Kruitbosch
5405fe732f Bug 889120 - Australis' customize tab gets mixed up with other tab, r=jaws
--HG--
extra : rebase_source : 12ef7ad03ece347dccd1e193a24e4e74b7b20b82
2014-01-10 15:54:48 +00: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
Peiyong Lin
f9950ce594 Bug 946754 - [Australis] Switch CustomizableUI tests from using homebrewed test runner to built-in add_task. r=mconley 2013-12-16 18:00:34 -05:00
Jared Wein
fe1fd8c964 Bug 901207 - [Australis] Cmd/Ctrl+K should open menu panel when search bar was moved there. r=Gijs 2013-12-10 17:50:08 -05:00
Wes Kocher
aa417eeb50 Backed out changeset 371cd4b623de (bug 901207) for m-bc orange 2013-12-10 17:07:39 -08:00
Jared Wein
d670711ecf Bug 901207 - [Australis] Cmd/Ctrl+K should open menu panel when search bar was moved there. r=Gijs DONTBUILD 2013-12-10 17:50:08 -05:00
Mike Conley
60c6238e8c Backed out changeset 3332e2f1ede3 due to missing Australis in commit message. 2013-12-10 18:43:39 -05:00
Jared Wein
6010280afc Bug 901207 - Cmd/Ctrl+K should open menu panel when search bar was moved there. r=Gijs
--HG--
extra : rebase_source : bde48e905cb3b2eb12e148efb8867b52f23f8610
2013-12-10 17:50:08 -05:00
Gijs Kruitbosch
de20aa4879 Bug 942581 - unregisterArea should keep placements by default so registering/unregistering doesn't lose data in Australis, r=jaws 2013-11-26 20:50:01 +01:00
Marina Samuel
240582f2af Bug 942915: Part 2: Update tests for Metro button Australis. 2013-12-02 11:17:14 -05:00
Jared Wein
2bc527fd19 Bug 941990 - The customization context menus don't appear on buttons in the menu panel in customization mode if the panel is not opened prior to entering customization mode. r=Gijs 2013-11-22 16:15:47 -05:00
Matthew Noorenberghe
a3cf621855 Bug 936378 - Fix PanelUI.show() to not require an event. r=Unfocused 2013-11-12 19:19:09 -08:00
Gijs Kruitbosch
859716c856 Bug 927717 - CustomizeMode _onDragOver does not handle the empty toolbar case, r=mconley 2013-10-16 20:52:00 +02:00
Gijs Kruitbosch
70f4be4d94 Bug 914138 - test scaffolding fix, minor overflow checking issue, r=jaws 2013-10-10 22:41:36 +02:00
Gijs Kruitbosch
9e2ebcc2fa Bug 894411 - make CustomizableUI tests run faster, r=Unfocused 2013-09-26 10:06:55 +02:00
Gijs Kruitbosch
7dd8f4117c Bug 920224 - make test wait for delayed startup, r=Unfocused 2013-09-26 10:04:21 +02:00
Gijs Kruitbosch
0c35bcf779 Bug 916735 - use a pref to fast-forward animation for tests, r=Unfocused 2013-09-20 14:16:33 +02:00
Gijs Kruitbosch
e80131c3b9 Bug 913972 - Part 2: Add some supporting assertions, r=mconley (CLOSED TREE) 2013-09-10 00:37:38 +02:00
Gijs Kruitbosch
e3ddcbec69 Bug 913972 - Part 1: Use placements for currentSet so it doesn't reorder because of overflow, r=jaws (CLOSED TREE) 2013-09-10 00:37:24 +02:00
Gijs Kruitbosch
ed6d112493 Bug 880388 - Fix test bustage, rs=bustage 2013-08-27 11:17:25 +02:00
Jared Wein
8b60376f72 Bug 907796 - Follow-up to use the correct error reporter for panelUI.js and head.js. r=MattN 2013-08-21 12:38:00 -07:00
Jared Wein
43bbc2dd4a Bug 907796 - Add error reporters to the Task.spawns within browser/components/customizableui. r=Gijs 2013-08-21 15:33:46 -04:00
Mike Conley
921b2bb70e Bug 885530 - CustomizableUI should have a way to not add widgets to private windows. r=Gijs. 2013-07-10 12:56:10 -04:00
Gijs Kruitbosch
7415bac026 Bug 887438 - Add a currentSet setter shim for all toolbars to improve add-on compatibility, r=jaws
--HG--
extra : rebase_source : 428b730b03df255c48e9e6493d8ed803e512578a
2013-07-05 15:36:00 +02:00
Jared Wein
0e2acff5d9 Bug 880382 - When customizing, dragging wide widgets in the panel should cause panel to break by rows. r=mconley 2013-06-20 19:13:01 -04:00
Jared Wein
f1a9d77d57 Backed out changeset 48334123e0c7 (bug 880382) for test timeouts on debug builds. 2013-06-21 02:56:36 -04:00
Jared Wein
ac56dd1c9c Bug 880382 - When customizing, dragging wide widgets in the panel should cause panel to break by rows. r=mconley 2013-06-20 19:13:01 -04:00