Tarashish Mishra
e28b9a5036
Bug 933539 - Use parseFloat instead of parseInt for the titlebar calculations in browser.js, r=gijs
2013-11-01 07:18:00 +01:00
Gijs Kruitbosch
a880139178
Merge mozilla-central and ux
2013-11-01 09:20:15 +01:00
Benjamin Smedberg
a73b68fb6b
Bug 932786 - CTP doorhanger does not update to show the new plugin state after the user clicks allow or block; update pluginInfo.fallbackType with the new state in gPluginHandler._updatePluginPermission, r=keeler
2013-11-02 11:53:27 -04:00
Benjamin Smedberg
4cf31b05e8
Bug 745187 part B - If a plugin is already activated, don't refresh the page.
2013-11-02 11:53:26 -04:00
Benjamin Smedberg
1265d097c4
Bug 745187 - Don't introduce a delay notifying the frontend about new plugins added to the document, because script may immediately remove them from the page. To fix the delayed layout of XBL, introduce a separate method to calculate the notification icon visibility, r=jaws
...
Note: this patch still has one potential hole: if content creates a plugin and destroys it without forcing reflow, the XBL binding will not be instantiated. This doesn't appear to be a problem in practice, because every site that wants to use a plugin also has to trigger frame construction to get the plugin to instantiate (document.write of the embed element appears to do this automatically).
2013-11-02 11:53:26 -04:00
Tim Taubert
1312f4b118
Backed out changeset 109710b0f5f6 (bug 754344)
2013-11-01 12:08:37 +01:00
Ryan VanderMeulen
c80a525c6d
Merge m-c to inbound on a CLOSED TREE.
2013-10-30 22:42:13 -04:00
Shane Caraveo
4cf5f1217b
Bug 906839 - test fixes. r=markh
2013-10-31 10:59:36 +11:00
Shane Caraveo
c59873227f
Bug 906839 - enable by default social.allowMultipleWorkers - update tests to work pref'd on and fix a missing update to the worker state, r=markh.
2013-10-31 10:59:35 +11:00
Richard Newman
cca5bc78a8
Merge m-c to s-c.
2013-10-29 19:20:42 -07:00
Richard Newman
26d662e84a
Bug 925521 - Fix yet another test with a hardcoded version. r=me
2013-10-29 15:00:35 -07:00
Richard Newman
28fb096ce4
Bug 925521 - Follow-up: context search changes. r=gps
2013-10-29 09:24:46 -07:00
Richard Newman
8b058c0309
Bug 925521 - Follow-up: change measurement version in browser_contextSearchTabPosition.js. r=me
2013-10-28 21:37:35 -07:00
Stephen Pohl
62ea9aff8c
Bug 931787: Avoid tracking vertical overscrolls on OSX if elastic overscroll is disabled. r=felipe
2013-10-29 15:03:05 -04:00
Bill McCloskey
d08dd36d0e
Bug 919835 - Make session data collection work with multiple processes (r=ttaubert,Yoric)
2013-10-29 08:44:25 -07:00
Stephen Pohl
af1bd1509c
Bug 938189 - Add telemetry for kicking off snapshot compression. r=felipe
2013-11-15 21:46:40 -05:00
Stephen Pohl
c08d707dc4
Bug 938189 - Avoid duplicate snapshot taking and compression when using history swipe animations. r=felipe
2013-11-15 21:46:40 -05:00
David Rajchenbach-Teller
62608e4dda
Bug 860493 - Add telemetry for history swipe animations. r=spohl,felipe
2013-11-11 13:20:35 -05:00
Florian Quèze
2ade80d4c1
Bug 773988 - Allow saving a snapshot from a media stream without a known filename, r=dolske.
2013-11-07 14:01:55 +01:00
Tareq Khandaker
ad2a8aab78
Bug 927680 - errorNotification should inherit from basicNotification in browser_popupNotification.js; r=MattN
2013-10-18 15:32:00 -07:00
Richard Newman
7102c0b14f
Merge m-c to s-c.
2013-10-28 17:51:05 -07:00
Richard Newman
2549498db1
Bug 925521 - Part 3: follow-up to fix browser tests. r=trivial
2013-10-18 17:43:42 -07:00
Richard Newman
07df1f49b4
Bug 925521 - Part 2: correctly record identifiers for non-pre-installed engines. r=gps
...
* * *
Bug 925521 - Review comments.
2013-10-18 12:31:39 -07:00
Stephen Pohl
442b84a9be
Bug 836430 - Support changes between HiDPI and LoDPI. r=felipe
2013-11-15 21:46:37 -05:00
Tim Taubert
c2a00b5ee5
Bug 754344 - Make in-content prefs navigation look like about:addons r=jaws
...
From 958cacee91f0730b407bf35a65dd0bc9116cdd9e Mon Sep 17 00:00:00 2001
2013-10-17 16:42:31 -07:00
Matthew Noorenberghe
988e101eaf
Bug 915951 - Fix browser_popupNotification.js to test that subframe navigations don't remove PopupNotifications. r=bsmedberg
...
This patch was based on work from Tanvi Vyas and Benjamin Smedberg.
2013-10-31 22:13:35 -07:00
Tanvi Vyas
972897afdb
Bug 915951 - Notifications should ignore sub-frame navigation. r=dao
2013-10-31 22:13:43 -07:00
Drew Willcoxon
ae5ce8cb7a
Bug 910036 - about:newtab shouldn't load thumbnails in background when hidden by preloader. r=gavin
2013-10-30 19:33:02 -07:00
Tim Taubert
2fb7777a18
Bug 933551 - Add SocialShare.uninit() to unload iframe r=felipe
2013-11-01 12:52:07 +01:00
Tim Taubert
2fdb29e9ea
Bug 933699 - TabView.uninit() leaks the TabView window r=gijs
...
From eb90c41f6a6d3f1b2d9d4dcbfa1bb32de497c597 Mon Sep 17 00:00:00 2001
2013-11-01 11:28:40 +01:00
Benjamin Smedberg
4f2c7dcf68
Bug 926605 part B - automatically refresh the page if the users chooses to enable a plugin but its no longer on the page, r=jaws
2013-10-27 14:41:29 -04:00
Benjamin Smedberg
275916cc28
Bug 926605 part A - When a plugin is removed from a page, continue showing it in the plugin doorhanger, to deal with the cases where the site removes a plugin immediately after trying to use it, r=jaws
2013-10-27 14:41:28 -04:00
Christopher Butcher
dcfb758588
Bug 924723 - Bookmark a page only when left-clicking the star icon. r=mak
2013-10-26 21:34:06 -04:00
Phil Ringnalda
b5d3cfce8a
Merge m-c to m-i
2013-10-25 19:52:22 -07:00
Phil Ringnalda
cef532b380
Merge f-t to m-c
2013-10-25 19:24:55 -07:00
Jared Wein
d1a82d3726
Bug 931169 - waitForCondition should guard the condition evaluation. r=dkeeler
...
--HG--
extra : rebase_source : 13b3ba78cccf9e4f6e25ec305f2def2a59a41c74
2013-10-25 17:48:05 -04:00
Ed Morley
7ab0476528
Merge mozilla-central and fx-team
2013-10-25 12:19:55 +01:00
Carsten "Tomcat" Book
7449ccaa85
Merge Fx-Team to Mozilla-Central
2013-10-25 11:21:15 +02:00
Ed Morley
aa6fce8e84
Backed out changeset 9eaf00ec189a (bug 906839) on suspicion of increasing the failure rate of browser_frameworker.js
2013-10-24 18:51:16 +01:00
Ed Morley
96e0b38b92
Backed out changeset 6c3eb5fd4ade (bug 906839)
2013-10-24 18:50:34 +01:00
Shane Caraveo
12176a73fb
Bug 906839 - enable by default social.allowMultipleWorkers - fix a port closed error, r=markh.
2013-10-24 15:53:37 +02:00
Shane Caraveo
a1c1ac9561
Bug 906839 - enable by default social.allowMultipleWorkers - update tests to work pref'd on and fix a missing update to the worker state, r=markh.
2013-10-24 15:53:36 +02:00
Jared Wein
bc902e373c
Bug 930071 - Remove site identity panel telemetry probe. r=felipe
2013-10-23 12:08:00 +01:00
Tim Taubert
8bc74f7dcb
Bug 928335 - Disable 'Restore Last Session' menuitem after restoring the last session; r=dao
2013-10-22 08:20:15 +02:00
Carsten "Tomcat" Book
342f65b334
Merge mozilla-central to fx-team
2013-10-24 07:10:24 +02:00
Mark Hammond
f8ceba11c2
Bug 910566 - handle remote frameworker process crashes. r=felipe
2013-10-24 15:22:16 +11:00
Nicholas Hurley
3181b71877
Bug 881804 (part 6) - Plumb browser UI into predictive network actions to allow clearing data. r=ttaubert r=mossop f=gavin
2013-10-25 14:57:00 -07:00
Bill McCloskey
b39e04a7a4
Bug 927132 - Fix about:home in e10s (r=mdeboer)
2013-10-25 14:14:55 -07:00
Carsten "Tomcat" Book
9d22415bcf
Merge mozilla-central to mozilla-inbound
2013-10-18 14:13:10 +02:00
Carsten "Tomcat" Book
72edda2f47
merge fx-team to mozilla-central
2013-10-18 11:40:53 +02:00
Benjamin Smedberg
a1e838726d
Bug 927174 - Add a "More Info..." link to the plugin click-to-activate panel which links to SUMO, r=jaws
...
--HG--
extra : rebase_source : 06f59db92ea08e64f0d9e39bfeb20460ea780d36
2013-10-16 16:35:40 -04:00
Carsten "Tomcat" Book
f001c620ff
Merge mozilla-central to fx-team
2013-10-17 13:56:42 +02:00
Georg Fritzsche
5d98d69c6e
Bug 922349 - Removing iframe with plugin content breaks doorhanger. r=gavin
2013-10-16 00:42:48 +02:00
Gijs Kruitbosch
dff538442c
Bug 928640 - middle click open recent tabs and restore all tabs broken, r=jaws
2013-10-20 22:06:24 +02:00
Benjamin Smedberg
3f8b3d5a20
Fixup for bug 927174 - use the preexisting app.support.baseURL pref instead of a custom one
...
--HG--
extra : rebase_source : 90f2f8dc85b9198bca608b46bee037d93a118543
2013-10-21 10:33:49 -04:00
Georg Fritzsche
25de7d1660
Bug 853694 - Cannot send crash reports for click-to-play plugins. r=jaws
2013-10-19 17:15:18 +02:00
Stephen Pohl
299439070b
Bug 867629: Ensure that snapshots for history swipe animations are of the right size at all zoom levels. r=felipe
2013-11-01 10:29:44 -04:00
Michael Henretty
c36e06c2dd
Bug 899574 - Part 2, add Notification.get() with notification storage. r=bent
...
--HG--
rename : dom/tests/mochitest/notification/create_notification.html => dom/tests/mochitest/notification/desktop-notification/create_notification.html
rename : dom/tests/mochitest/notification/notification_common.js => dom/tests/mochitest/notification/desktop-notification/notification_common.js
rename : dom/tests/mochitest/notification/test_basic_notification.html => dom/tests/mochitest/notification/desktop-notification/test_basic_notification.html
rename : dom/tests/mochitest/notification/test_basic_notification_click.html => dom/tests/mochitest/notification/desktop-notification/test_basic_notification_click.html
rename : dom/tests/mochitest/notification/test_leak_windowClose.html => dom/tests/mochitest/notification/desktop-notification/test_leak_windowClose.html
rename : dom/tests/mochitest/notification/test_notification_tag.html => dom/tests/mochitest/notification/desktop-notification/test_notification_tag.html
rename : dom/tests/mochitest/notification/test_system_principal.xul => dom/tests/mochitest/notification/desktop-notification/test_system_principal.xul
2013-10-02 18:27:53 -07:00
Christoph Kerschbaumer
18fac947fb
Bug 909920 - Mixed content warning should not show on a HTTP site - tests (r=tanvi,smaug)
2013-09-23 08:52:53 -07:00
Paolo Amadini
43a05f12e6
Bug 899110 - Remove the code to switch between different back-ends from the Downloads Panel. r=enn
2013-11-04 19:21:13 +01:00
Shane Caraveo
f2892ab2e4
Bug 906839 - test fixes. r=markh
2013-10-31 10:59:36 +11:00
Shane Caraveo
b886b4cf3a
Bug 906839 - enable by default social.allowMultipleWorkers - update tests to work pref'd on and fix a missing update to the worker state, r=markh.
2013-10-31 10:59:35 +11:00
Benjamin Smedberg
1551771374
Bug 933935 - Strip parentheticals when making nice plugin names, r=dolske
2013-11-04 09:59:38 -05:00
Tim Taubert
c1760d1877
Bug 932898 - Fix leaks in /browser/base/content/test/general/ r=jaws
...
From 703bffabe0374690ecce1ca6a82cfb1f1ace30e8 Mon Sep 17 00:00:00 2001
2013-11-02 16:14:52 +01:00
Ryan VanderMeulen
4d4269d27c
Bug 924307 - Disable browser_aboutHealthReport.js due to intermittent failures.
2013-11-20 14:06:56 -05:00
Carsten "Tomcat" Book
dee636909d
Merge m-c to mozilla-inbound
2013-11-27 12:41:30 +01:00
Mike Hommey
a30ae6e347
Bug 943733 - Finish removing PRE_RELEASE_SUFFIX. r=rstrong
2013-11-27 17:13:32 +09:00
Markus Stange
66dccf3af2
Bug 920123 - Make Start/Stop FrameTimeRecording work with OMTC and remove paint time recording. r=mattwoodrow
2013-11-27 08:32:19 +01:00
Drew Willcoxon
d5ae03f4dc
Bug 927688 - Enable background thumbnailing on beta and release. r=markh,gps
2013-10-24 17:17:46 -07:00
Ryan VanderMeulen
f90de9eccd
Merge m-c to inbound on a CLOSED TREE.
2013-11-14 20:58:52 -05:00
Olli Pettay
9975c45f57
Bug 938030 - Fix race with PAC file loading causing frequent failures. r=ehsan
...
CLOSED TREE
2013-11-14 20:42:04 -05:00
Ryan VanderMeulen
937abeb25b
Backed out changesets 2e36a398a61f, fd2aafdc34d0, and 8f2cd9cf4d65 (bug 932854) for Windows mochitest-other crashes on a CLOSED TREE.
2013-11-12 16:24:51 -05:00
Ryan VanderMeulen
6282baaad4
Merge m-c to fx-team on a CLOSED TREE.
2013-11-12 15:37:07 -05:00
Shane Caraveo
f250820317
bug 936637 fix context menu in status panel, r=markh
2013-11-12 09:37:10 -08:00
Jared Wein
31699a042a
Bug 931183 - Remove dead TabOpenListener code from click-to-play tests. r=gfritzsche
2013-11-12 11:38:25 -05:00
Benjamin Smedberg
6d2bfcc3ea
Bug 883404 (UI portion) - Disable running plugins on the current page when the user chooses "Block", r=jaws
2013-11-11 16:11:12 -05:00
Benjamin Smedberg
9e19f125a5
Bug 932854 - when a site uses a hidden plugin, show a notification bar to aid discoverability. This patch, suitable for trunk and branch, uses existing strings which are not ideal. r=jaws
2013-11-11 16:11:12 -05:00
Christoph Kerschbaumer
4a1515282c
Bug 906190 - Persist 'disable protection' option for Mixed Content Blocker in child tabs - tests. r=tanvi
2013-08-29 13:45:43 -07:00
Christoph Kerschbaumer
ed773773be
Bug 906190 - Persist 'disable protection' option for Mixed Content Blocker in child tabs - tabbrowser part. r=gavin
2013-10-10 21:26:32 -07:00
Dagger
85b0d001cc
Bug 867957 - Location bar ends up empty when displaying invalid URI error pages. r=dao
2013-12-02 11:52:35 -05:00
Bill McCloskey
529cc8d35c
Bug 923331 - Remove disablehistory attr from first browser tab (r=gavin)
2013-10-17 08:38:59 -07:00
Drew Willcoxon
193596a845
Bug 933984 - Fix "this._mutationObserver is undefined" error on new tab page. r=gavin
2013-11-04 22:32:33 -08:00
Markus Stange
a7e6eb475f
Bug 851652 - Change position of the standardWindowButtons for Australis [r=smichaud r=mnoorenberghe+bmo r=jaws r=roc]
...
--HG--
extra : rebase_source : 4936bfc62a4712871caa5d767b1dd2e496e0826c
2013-06-12 23:42:00 +02:00
Gijs Kruitbosch
47beeef3be
Bug 930045 - make [customizing] selectors more specific, r=mikedeboer
2013-10-28 11:47:18 +01:00
Gijs Kruitbosch
a9ac8f9beb
Merge mozilla-central and ux
2013-10-29 17:23:48 +01:00
Gijs Kruitbosch
c4475086a0
Bug 919945 - Fix intermittent failure of browser_windowopen_reflows.js by adding the sessionstore reflow, rs=me/testonly
2013-10-28 20:22:48 +01:00
Gijs Kruitbosch
8dcf6fc1bf
Merge m-c to ux
2013-10-28 10:18:27 +01:00
Matthew Noorenberghe
f990e1cbb7
Bug 921038 - Move selected tab curve clip-paths into SVG-as-an-image so it is cached. r=mconley,gps
2013-10-28 00:49:37 -07:00
Gijs Kruitbosch
3e54109a58
merge m-c to UX
2013-10-27 21:18:18 +01:00
Matthew Noorenberghe
a65ad34081
Merge mozilla-central to UX
2013-10-25 18:30:46 -07:00
Gijs Kruitbosch
424b41255e
Bug 887406 - don't use chevron class, it only gets us trouble, r=jaws
2013-10-25 18:11:03 +02:00
Gijs Kruitbosch
e0cd81c15d
Merge m-c to ux
2013-10-25 11:45:31 +02:00
Gijs Kruitbosch
a6c5684a9d
Merge mozilla-central and ux
2013-10-25 10:23:03 +02:00
Gijs Kruitbosch
4593d1248d
Merge mozilla-central and ux
2013-10-24 10:18:26 +02:00
Gijs Kruitbosch
fa9514433e
Bug 929750 - fix (literal) edge case in overflow scroll test, r=jaws
...
--HG--
extra : rebase_source : ab749cade090d47eb772454ed0138fd27c4db72e
2013-10-23 20:25:03 +02:00
Gijs Kruitbosch
4fd7b7c65f
Merge mozilla-central and ux
2013-10-23 00:37:14 +02:00
Gijs Kruitbosch
29b2d6b3f8
Bug 888115 - rename customizableui-areatype and customizableui-anchorid to cui-areatype/cui-anchorid to save our poor fingers, r=jaws
2013-10-22 22:26:09 +02:00
Gijs Kruitbosch
8c3ff46490
Fix bug 875180-related test failures by fixing the test, rs=jaws over IRC
2013-10-22 20:52:32 +02:00
Gijs Kruitbosch
6a1dadc627
Bug 860648 - shouldn't be able to dnd tabs in customize mode, r=mconley
2013-10-22 18:51:39 +02:00
Jared Wein
24fe8cb2de
Bug 875180 - When a tab scrolls into view, half of the curve remains out of view. r=Unfocused
2013-10-22 09:19:30 -07:00
Gijs Kruitbosch
c165842c74
Bug 890319 - about:customize doesn't work if we try to enter before the window has loaded, r=mikedeboer
2013-10-22 13:07:30 +02:00
Gijs Kruitbosch
2e97b0c56d
Merge mozilla-central and ux
2013-10-22 10:34:17 +02:00
Gijs Kruitbosch
fd0ccd1a5e
Bug 900593 - Remove parent flex stuff, r=jaws
2013-10-21 12:01:07 +02:00
Gijs Kruitbosch
4bc48ef511
Merge mozilla-central and ux
2013-10-21 10:03:47 +02:00
Gijs Kruitbosch
f1949add74
Merge mozilla-central and ux
2013-10-19 12:28:13 +02:00
Jared Wein
3177f901df
Bug 924933 - Follow-up to fix the separator styling for the zoom controls. r=Gijs
2013-10-18 15:10:26 -07:00
Gijs Kruitbosch
71ddb0e829
Merge m-c to UX
2013-10-18 12:56:16 +02:00
Gijs Kruitbosch
8075b6f634
Merge mozilla-central and ux
2013-10-17 13:48:43 +02:00
Gijs Kruitbosch
b546eab442
Merge mozilla-central and ux
2013-10-16 23:24:59 +02:00
Gijs Kruitbosch
9f466ffaf0
Merge mozilla-central and ux
2013-10-16 13:15:41 +02:00
Gijs Kruitbosch
25786e5bcc
Merge mozilla-central and ux
2013-10-16 10:20:09 +02:00
Wes Kocher
f27029d43a
Merge m-c to fx-team
2013-10-15 20:32:13 -07:00
Henri Sivonen
61f07128a7
Bug 871161 - Stop inheriting charset where other browsers do not inherit it. r=bzbarsky.
2013-10-16 04:46:10 +03:00
Gijs Kruitbosch
ed9d589d6c
Merge mozilla-central and ux
2013-10-15 08:27:26 +02:00
Jared Wein
9e65a74846
Bug 888572 - Add 'Recently Closed Tabs' and 'Recently Closed Windows' to the History subview. r=Gijs
2013-10-14 14:33:17 -04:00
Gijs Kruitbosch
df46ecf97e
Merge m-c to ux
2013-10-13 23:58:05 +02:00
Ryan VanderMeulen
7a36f3f584
Merge m-c to inbound.
2013-10-11 17:03:36 -04:00
Dão Gottwald
05520b14c6
Bug 925712 - Back and forward buttons are shorter than other toolbar buttons. r=mdeboer
2013-10-11 16:11:54 +02:00
Dão Gottwald
5528f59692
Bug 925338 - Remove obsolete defaultmode, lockmode, defaulticonsize, lockiconsize attributes. r=Gijs
2013-10-11 14:34:28 +02:00
Gijs Kruitbosch
368dd8209d
Merge mozilla-central and ux
2013-10-10 20:23:18 +02:00
Gijs Kruitbosch
a23fb1751e
Bug 893849 - search box should fill entire width of panel, part 1: change class name, apply to search box, r=mikedeboer
2013-10-10 19:43:58 +02:00
Dão Gottwald
97afc81607
Bug 896008 - The navigation toolbar should have iconsize="small", not iconsize="large". r=Gijs
2013-10-10 15:47:46 +02:00
Gijs Kruitbosch
392e2189f8
Merge mozilla-central and ux
2013-10-10 09:27:14 +02:00
Gijs Kruitbosch
7be20d910a
Merge mozilla-central and ux
2013-10-09 13:39:14 +02:00
Carsten "Tomcat" Book
55bf9692c8
merge fx-team to mozilla-central
2013-10-09 10:15:37 +02:00
Gavin Sharp
095b3244dd
Bug 908844 (eee919f11f5a) bustage followup: XML is hard
...
--HG--
extra : rebase_source : 85a61533e6192fd84f89cfabb5af7c1ab8f1171a
2013-10-08 15:55:29 -07:00
Gavin Sharp
7ca7c14c7a
Bug 922338: update link to phishing protection info in Firefox, r=dao,wesj,mbrubeck,fabrice
2013-10-08 14:00:48 -07:00
Gijs Kruitbosch
3fd6f54dbe
Merge mozilla-central and ux
2013-10-09 06:19:14 +02:00
Jared Wein
661a6ffe34
Bug 924388 - There should be small separators between the sub-edit controls and sub-zoom controls when each controls is placed in a toolbar. r=gijs
2013-10-08 17:45:07 -04:00
Drew Willcoxon
a5d5f779e7
Bug 555390 - Fix intermittent failure in browser_bug419612.js by waiting for location-change notification after tabs are removed. r=mak
2013-10-07 21:59:22 -07:00
Reuben Morais
86a9d6e3c3
Backed out 2 changesets (bug 899574) for breaking Gaia tests
...
--HG--
rename : dom/tests/mochitest/notification/desktop-notification/create_notification.html => dom/tests/mochitest/notification/create_notification.html
rename : dom/tests/mochitest/notification/desktop-notification/notification_common.js => dom/tests/mochitest/notification/notification_common.js
rename : dom/tests/mochitest/notification/desktop-notification/test_basic_notification.html => dom/tests/mochitest/notification/test_basic_notification.html
rename : dom/tests/mochitest/notification/desktop-notification/test_basic_notification_click.html => dom/tests/mochitest/notification/test_basic_notification_click.html
rename : dom/tests/mochitest/notification/desktop-notification/test_leak_windowClose.html => dom/tests/mochitest/notification/test_leak_windowClose.html
rename : dom/tests/mochitest/notification/desktop-notification/test_notification_tag.html => dom/tests/mochitest/notification/test_notification_tag.html
rename : dom/tests/mochitest/notification/desktop-notification/test_system_principal.xul => dom/tests/mochitest/notification/test_system_principal.xul
2013-10-07 14:41:13 -04:00
Phil Ringnalda
cea1616fed
Merge b-i to m-c
2013-10-06 18:31:14 -07:00
Gijs Kruitbosch
7525a375c0
Bug 923843 - fix Windows tabsontop=false styling by moving the downloads animation element out of the toolbox, r=dao
2013-10-06 16:42:15 +02:00
Michael Henretty
3678897716
Bug 899574 - Part 2, add Notification.get() with notification storage. r=bent
...
--HG--
rename : dom/tests/mochitest/notification/create_notification.html => dom/tests/mochitest/notification/desktop-notification/create_notification.html
rename : dom/tests/mochitest/notification/notification_common.js => dom/tests/mochitest/notification/desktop-notification/notification_common.js
rename : dom/tests/mochitest/notification/test_basic_notification.html => dom/tests/mochitest/notification/desktop-notification/test_basic_notification.html
rename : dom/tests/mochitest/notification/test_basic_notification_click.html => dom/tests/mochitest/notification/desktop-notification/test_basic_notification_click.html
rename : dom/tests/mochitest/notification/test_leak_windowClose.html => dom/tests/mochitest/notification/desktop-notification/test_leak_windowClose.html
rename : dom/tests/mochitest/notification/test_notification_tag.html => dom/tests/mochitest/notification/desktop-notification/test_notification_tag.html
rename : dom/tests/mochitest/notification/test_system_principal.xul => dom/tests/mochitest/notification/desktop-notification/test_system_principal.xul
2013-10-02 18:27:53 -07:00
Matt Brubeck
0e87de14da
Merge fx-team to mozilla-central
2013-10-03 07:38:41 -07:00
Ms2ger
9d5ce8dfb7
Bug 922268 - Remove empty makefiles; r=gps
2013-10-03 09:10:00 +02:00
Adam Dane [:hobophobe]
4406a757f3
Bug 897751 - Tab close button's DoubleClick protection handler leaks. r=mano
2013-10-10 15:27:15 -05:00
David Anderson
6bc345841c
Re-focus browser elements after changing their remote attribute (bug 925058, r=felipe).
2013-10-09 15:50:46 -07:00
Gavin Sharp
ceedb3f8df
Bug 908844: add UTM parameters to Mozilla logo on about:home, r=dao
...
--HG--
extra : rebase_source : dde46f332f1d6fa9cf0b1588a374f3fc47ed1a72
2013-10-01 10:46:27 -04:00
Gijs Kruitbosch
2710f71030
Bug 922847 - Separate animation from download button, r=mconley
2013-10-01 14:15:00 +02:00
Gijs Kruitbosch
f74dad9d18
Bug 923186 - Download button should use regular XBL. r=mconley
2013-10-02 19:53:25 +02:00
Gijs Kruitbosch
d4e072ad4f
Merge mozilla-central and ux
2013-10-08 09:09:32 +02:00
Gijs Kruitbosch
5475ea4d60
Merge m-c to ux
2013-10-07 07:15:41 +02:00
Gijs Kruitbosch
22110af63c
Bug 923850 - swap nav-bar and customizationtarget flex values, r=jaws
2013-10-06 13:20:33 +02:00
Gijs Kruitbosch
a1a793b67a
Merge m-c to ux
2013-10-03 17:20:04 +02:00
Gijs Kruitbosch
6571c9c165
Merge mozilla-central and ux
2013-10-02 00:00:14 +02:00
Gijs Kruitbosch
830036ca96
Merge m-c to UX
2013-10-01 12:00:42 +02:00
Ed Morley
4c5013daf4
Merge latest green inbound changeset and mozilla-central
2013-10-01 10:27:39 +01:00
Gijs Kruitbosch
f29604a04c
Merge m-c to UX
2013-10-01 00:36:26 +02:00
Gijs Kruitbosch
b73767e423
Merge mozilla-central and ux
2013-09-30 19:26:47 +02:00