Commit Graph

20847 Commits

Author SHA1 Message Date
Tim Taubert
3677c516c7 Bug 960903 - Listen for subframe loads and clear observers r=yoric 2014-01-22 13:10:58 +01:00
Tim Taubert
72fd6e7d9d Bug 960903 - Broadcast session history data r=yoric 2014-01-20 17:37:41 +01:00
Robert Strong
db5d7fbea9 Bug 925747 - patch file extraction cleanup. r=bbondy 2014-01-22 17:16:39 -08:00
Neil Rashbrook
f2bc2857a3 Bug 284673 Followup to bug 913734 to remove sepcial handling for now-removed now-unused policy machinery from about:config r=gavin 2014-01-22 21:38:57 +00:00
Ryan VanderMeulen
dc73bab6f5 Merge m-c to inbound. 2014-01-22 15:55:49 -05:00
Bill McCloskey
5ec2160ccd Bug 938904 - [e10s] Make tooltips work (r=smaug,enn) 2014-01-22 12:27:23 -08:00
Randy Lin
c99b2ced4f Bug 891705 - [MediaEncoder] Implement WebM 1.0 container writer. r=giles, r=gps, r=rillian
This is an integrated patch which includes:
1. Bug 891705: [MediaEncoder] Implement WebM 1.0 container writer. r=giles, r=gps
2. Bug 950567: [MediaEncoder] Phase-in libmkv library. r=giles
3. bug 883749: Implement Vorbis encoding. r=rillian
4. bug 881840: Implement VP8 track encoder. r=rillian
2014-01-15 14:21:14 +08:00
Tim Taubert
079f8fe835 Bug 957421 - Keep FxA pref names consistent r=markh,rnewman,nalexander 2014-01-21 14:13:45 +01:00
Tim Taubert
d8f16dc4a2 Bug 962494 - Remove Iterator() usage from SessionStore code r=yoric 2014-01-22 11:25:39 +01:00
Florian Quèze
2feae7f74e Bug 885796 - WebRTC doesn't have UI to stop sharing camera nor microphone, r=dolske, ui-r=Boriss. 2014-01-23 11:50:03 +01:00
Florian Quèze
c3a1c7ce25 Bug 958071 - PopupNotification consumers should have a way to replace the "Not Now" item, r=dolske. 2014-01-23 11:48:33 +01:00
Tim Taubert
910454863e merge m-c to fx-team 2014-01-23 10:57:35 +01:00
Panos Astithas
71a3267914 Make the debugger frontend cope with an already connected target (bug 933212); r=jryans,fitzgen
* Made the DebuggerClient, which is actually the RootActor front, not consider one of the attached child fronts as "active". Since a single DebuggerClient (or RootFront) is kept around for the App Manager's lifetime, it makes sense to move the notion of "active" tab to the toolbox's target. As each toolbox gets destroyed, the fronts should be detaching from their actors (if they are stateful) so that the app is no longer in a debugging state. Debugging a new app (or reconnecting to a previous one) will create new fronts anyway.
* Slightly refactored the TabClient, ThreadClient, SourceClient and TracerClient towards a protocol.js-based architecture, by adding parent-child references and lifecycle management. Now a tab-scoped thread actor for instance has the tab as its parent, while a global-scoped thread actor (chrome debugger) has the DebuggerCLient (RootFront) as its parent. This lets parents reference their children, so that caching in the target object can work. It also allowed me to move some methods from the DebuggerClient to the actual front that should be responsible, like reconfigureTab, reconfigureThread and attachThread. These methods now use DebuggerClient.requester, too.
* Added some error handling in the debugger client requester around "before" and "after" callbacks, which exposed some errors in tests that are now fixed.
* Fixed the state handling in the thread actor so that merely detaching from a thread doesn't put it in the exited state. This is the part that what was necessary for Firebug's use case.
* Properly loading tracer and webgl actors now on b2g.
2014-01-14 17:39:40 +02:00
Darrin Henein
52eb7c323f [Australis] Bug 956488 - Add separators to menu panel footer. r=mikedeboer 2014-01-22 18:36:49 +01:00
Mike de Boer
4af8d9e398 [Australis] Bug 916953: Bookmarks star button caption in overflow panel follow-up no. 2. r=Gijs 2014-01-22 17:50:45 +01:00
Matteo Ferretti
cf80e27d9a Bug 882910 - "Australis - toolbarbutton's icon doesn't have a max height", r=gijs
--HG--
extra : rebase_source : 225827f1288780e1db00c2c16b4e0f0490e844ec
2014-01-22 07:40:00 +00:00
Roberto A. Vitillo
52abc814f8 Bug 962153 - Drop in telemetry submissions since 2014-01-15. r=vladan 2014-01-21 21:50:23 +00:00
Kay Plößer
147b4a8341 Bug 960730 - Rewrite inline script / style in devtools/framework/connect/connect.xhtml. r=bgrins 2014-01-22 10:33:58 -05:00
Mike de Boer
5faf7d61b4 [Australis] Bug 916953: Bookmarks star button caption in overflow panel follow-up. r=Gijs 2014-01-22 15:22:07 +01:00
Tim Taubert
9a0c53a3f2 Bug 961479 - Mark pending tabs as incomplete to not override cached thumbnails r=jaws 2014-01-20 19:44:54 +01:00
Gijs Kruitbosch
07c99a809d 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
Gijs Kruitbosch
de3084f069 Bug 944947 - update bookmarks toolbar button styling some more for Australis, r=jaws 2014-01-18 01:43:21 +01:00
Gijs Kruitbosch
bdab406b0c Bug 944947 - automatically hyphenate labels for items in Australis' menupanel, r=MattN
--HG--
extra : rebase_source : 3c621f7203eaec41d545c6da884f2b6856af94a7
2014-01-17 19:11:57 +01:00
Gijs Kruitbosch
f05621fdd0 Bug 944947 - label truncation is not fully supported in Australis menu widgets, r=Enn,MattN
--HG--
extra : rebase_source : 24d502659b30d59371b8e33bba65091c546763d5
2014-01-17 18:51:02 +01:00
Mike de Boer
4a0c23efae [Australis] Bug 961848: disable pointer events when doing customize mode transition. r=mconley 2014-01-21 17:57:46 +01:00
Mike de Boer
f1287248e6 [Australis] Bug 916953: introduce separator in overflow panel buttons and bookmark star button gets different label when inside overflow panel. r=Gijs 2014-01-22 13:31:09 +01:00
Mark Capella
2dfbc06034 Bug config - Make Metro about:config better, r=mbrubeck
* * *
Bug 959031 - Make Metro about:config better -- Nits, r=mbrubeck
* * *
Bug 959031 - Make Metro about:config better -- Retro Fit Strings, r=mbrubeck

--HG--
rename : mobile/android/chrome/content/config.js => browser/metro/base/content/pages/config.js
rename : mobile/android/chrome/content/config.xhtml => browser/metro/base/content/pages/config.xhtml
2014-01-22 05:57:23 -05:00
Marco Bonardo
ad3becb5b2 Bug 958413 - [Australis] Bookmarks menu button dropdown icon has the wrong aspect ratio when placed in the Bookmarks Toolbar. r=Gijs 2014-01-22 10:42:51 +01:00
Wes Kocher
cd53766559 Merge m-c to fx-team 2014-01-21 17:37:43 -08:00
Wes Kocher
a28ac0737a Merge fx-team to m-c 2014-01-21 17:27:53 -08:00
Brandon Benvie
c4f4bf02fb Bug 962357 - Disable browser_toolbox_raise.js. r=dcamp 2014-01-21 17:13:53 -08:00
Michael Maslaney
d35e48b898 Bug 961481 - panorama icon is not displayed on Australis OS X non-retina, r=gijs 2014-01-22 00:46:21 +00:00
Blake Winton
99db0d6c12 Bug 962220 - [Australis] Only adjust the padding once we're in customize mode. r=mconley 2014-01-21 16:00:40 -05:00
Ryan VanderMeulen
c285ba396d Merge m-c to inbound. 2014-01-21 15:20:25 -05:00
Tim Taubert
336e1444d2 Bug 961380 - Should be able to undo closing tabs in private windows r=yoric, ui-r=phlsa
From 0e17ede5f79d9894b8fc7d391615767766dd9aa6 Mon Sep 17 00:00:00 2001

--HG--
rename : browser/components/sessionstore/src/PrivacyLevelFilter.jsm => browser/components/sessionstore/src/PrivacyFilter.jsm
2014-01-18 09:51:46 +01:00
Kay Plößer
dee5544eac Bug 960734 - Remove inline script / style in browser/devtools/layoutview/view.xhtml. r=bgrins 2014-01-21 11:48:04 -05:00
Aleh Zasypkin
65e605c022 Bug 956576 - Add tests. r=mbrubeck 2014-01-19 15:21:39 +01:00
Bill McCloskey
60070765ab Bug 961868 - [e10s] Fix pinned tabs (r=felipe) 2014-01-21 09:53:37 -08:00
Bill McCloskey
7a7373a94b Bug 961863 - [e10s] Update browser remoteness attribute when restoring a tab (r=ttaubert,felipe) 2014-01-21 09:53:33 -08:00
Bill McCloskey
4c2be91823 Bug 961861 - [e10s] Make sure content-sessionStore.js is always loaded (r=ttaubert) 2014-01-21 09:51:02 -08:00
Aleh Zasypkin
7f2c6f90e8 Bug 956576 - Location app bar pops up when fragment identifier changes (URL stuff after hash / number sign). r=mbrubeck 2014-01-17 17:58:39 +01:00
Alexandre Poirot
d6048e3229 Bug 961519 - Prevent touch event mode to be disable on iframes unload. r=paul 2014-01-21 11:29:46 -05:00
Mike Conley
fa349042e8 Bug 942144 - [Australis] Add-on provided toolbar button icons need proper margins in the menu panel. r=jaws. 2014-01-21 09:56:33 -05:00
Aleh Zasypkin
cc0455b143 Bug 947505 - Right-click in a designMode document should display a context menu. r=mbrubeck, r=sfoster 2014-01-17 10:47:02 +01:00
Rob Campbell
e663b1c86a Bug 961767 - Remove dead toggleWebConsole method from hudservice.js; r=msucan 2014-01-21 12:40:00 -05:00
Brian Grinstead
c72ce95179 Bug 913630 - [rule view] Pasting in multiple CSS declarations should automatically split them up;r=pbrosset 2014-01-16 20:40:54 -06:00
Stephen Horlander
d947ea9e99 Bug 900428 - Increase Australis Menu Panel Label Font-Size (part of the patch worked out by Gijs), r=jaws 2014-01-21 13:59:22 +00:00
Carsten "Tomcat" Book
9456fb8f52 Merge mozilla-central to fx-team 2014-01-21 14:50:47 +01:00
Mihai Sucan
537e512dcc Bug 961621 - Fix for intermittent browser_webconsole_bug_766001_JS_Console_in_Debugger.js | Timed out while waiting for: correct source and line test for debugger for index 2; r=me 2014-01-20 23:09:18 +02:00
Mike Conley
817cc16ccb Bug 961034 - [Australis] Collect UITelemetry on how many times the Australis menu button is clicked. r=Gijs. 2014-01-20 16:33:21 -05:00
Patrick Brosset
a93b4ce571 Bug 961740 - Shows highlighter outline again after hovering over an element, then a text node, then the same element again, r=harth 2014-01-20 21:30:13 +01:00
Patrick Brosset
fcee083a3f Bug 958966 - Fix intermittent browser_webconsole_bug_653531_highlighter_console_helper.js due to highlighter not shown, r=msucan 2014-01-20 21:23:44 +01:00
Mike Conley
d86d16022a Bug 944453 - [Australis] Collect UITelemetry on if the menubar is displayed, and how many times menuitems are clicked. r=Gijs. 2014-01-20 11:51:32 -05:00
Rob Campbell
cd5b6a309f Bug 960695 - Focus Input line when clicking anywhere in the console; r=msucan 2014-01-16 11:57:00 -05:00
Jared Wein
3aebce54c3 Bug 932928 - [Australis] Show something when "More Tools" section is empty in customization mode. r=gijs 2014-01-21 19:04:24 +00:00
Gijs Kruitbosch
040e5a8926 Bug 941109 - use closemenu instead of noautoclose attribute in Australis menupanel, r=mconley
--HG--
extra : rebase_source : 89c32805249cebe4c29e135b1d27b7679eb1fbd8
2014-01-21 19:01:16 +00:00
Phil Ringnalda
26492beb27 Merge m-c to m-i 2014-01-20 18:46:36 -08:00
Bill McCloskey
7a5055ecd6 Bug 959531 - More about:home testing (r=felipe) 2014-01-20 15:13:35 -08:00
Carsten "Tomcat" Book
28faec8513 merge fx-team to mozilla-central 2014-01-20 15:38:43 +01:00
Mike de Boer
cd6f3b5999 [Australis] Bug 956285: test zoom label update on page navigation. r=Gijs 2014-01-20 11:25:02 +01:00
Mike de Boer
646f92aec2 [Australis] Bug 956285: update zoom controls percentage label upon navigation. r=Gijs 2014-01-20 11:25:00 +01:00
Carsten "Tomcat" Book
a64e3e1202 merge fx-team to mozilla-central with australis change included
--HG--
extra : amend_source : 775ddd556112681669257547e825f4c9c6f3c62d
2014-01-20 10:42:04 +01:00
Mike Hommey
21f91ef593 Bug 672509 - Add a make sdk rule at toplevel. r=gps 2014-01-20 09:10:12 +09:00
Gijs Kruitbosch
e9863f07ee Bug 961532 - get rid of win7-specific-but-really-identical inverted Toolbar.png for Australis, r?ttaubert 2014-01-19 21:57:51 +00:00
Tim Taubert
0f78b6c5d8 merge m-c to fx-team 2014-01-19 10:42:28 +01:00
Gavin Sharp
c937b609a5 Backed out changeset 4d2cefab5e0f (bug 960864) CLOSED TREE 2014-01-18 19:00:27 -08:00
Phil Ringnalda
685a462788 Merge m-i to m-c 2014-01-18 15:17:10 -08:00
AK
f8cdc97bed Bug 960997 - Change the DOMWebNotificationClicked handler to use window.focus() instead of focusManager.activeWindow = window. r=dao 2014-01-18 14:30:56 +01:00
Dão Gottwald
504f5ba6b9 Bug 960864 - Initialize _destroyed as false such that it doesn't stay true when the binding gets destroyed and reconstructed. r=gavin 2014-01-18 14:30:09 +01:00
Dão Gottwald
2acbd50332 Backed out Australis changeset f9e54107a580 2014-01-18 14:23:49 +01:00
Dão Gottwald
15f9c262be Backed out Australis changeset b1494e03f231 2014-01-18 14:23:13 +01:00
ffxbld
259a14678c No bug, Automated blocklist update from host bld-linux64-ec2-474 - a=blocklist-update 2014-01-18 03:16:28 -08:00
Mihai Sucan
d7342fb874 Bug 952865 - Fix for intermittent browser_console.js | Timed out while waiting for: messages displayed | jsterm eval result is displayed - Didn't expect -1, but got it; r=me 2014-01-17 20:45:35 +02:00
Tim Taubert
488e85398d Bug 961106 - Remove observers on frame script unload r=billm
From 173bf18bbcfc0e2a2f2637471b1e61d2115c7e67 Mon Sep 17 00:00:00 2001
2014-01-18 00:47:58 +01:00
Gijs Kruitbosch
4bb5595855 Bug 888601 - update panorama icons for Australis, r=jaws 2014-01-17 17:34:48 +01:00
Carsten "Tomcat" Book
addbc75a3d Merge mozilla-central to fx-team 2014-01-20 12:54:33 +01:00
Michael Ratcliffe
aabcf8537a Bug 952511 - markupview still change attribute values. r=pbrosset 2014-01-10 17:55:58 +00:00
Peiyong Lin
df00bb77ab Bug 938248 - [Session Restore] Move GlobalState from SessionStore.jsm to its own JSM. r=smacleod 2014-01-17 10:41:22 -05:00
Ryan VanderMeulen
7bb3418dbe [Australis] Backed out changesets 7c74e99d80c1 and 14e817fe25e1 (bug 956285) for mochitest-bc failures. 2014-01-17 10:30:28 -05:00
Mike Conley
48d5340d0f Bug 944801 - [Australis] Collect UITelemetry on how many links are opened from the bookmarks menu button. r=Gijs. 2014-01-17 10:12:47 -05:00
Drew Willcoxon
37c9ef9b1c Bug 960941 - Base gBrowserThumbnails's expiration filter on top sites, not open pages. r=markh 2014-01-17 14:57:04 +01:00
Gijs Kruitbosch
ec4dd579ed Bug 922834 - Australis: Need a more high-res version of the bookmarks toolbar item placeholder icon for the palette/panel, r=mconley 2014-01-15 15:27:30 +01:00
Gijs Kruitbosch
4bdd08a72b Bug 959848 - Australis' customize mode drag/reordering behavior in customization mode causes some unwanted movement, r=jaws 2014-01-16 00:44:48 +01:00
Jared Wein
bc0f7f553c Bug 875479 - Australis toolbar buttons for Linux. r=gijs 2014-01-17 14:51:11 +01:00
Mike de Boer
734b8e0cdf [Australis] Bug 956285: test zoom label update on page navigation. r=Gijs 2014-01-17 14:13:14 +01:00
Mike de Boer
e7eb71857f [Australis] Bug 956285: update zoom controls percentage label upon navigation. r=Gijs 2014-01-17 14:04:15 +01:00
Jared Wein
8c388c3825 Bug 960045 - [Australis] Bottom-left corner on the customize button in the menu panel should have a rounded corner. r=gijs DONTBUILD 2014-01-17 13:38:09 +01:00
Jared Wein
79f4dc6e34 Backed out changeset a2da63ec58c7 (bug 960045) for bad commit message. 2014-01-17 14:05:51 +01:00
Mihai Sucan
2263784a75 Bug 950565 - Fix for intermittent browser_webconsole_bug_782653_CSS_links_in_Style_Editor.js | Test timed out; r=me 2014-01-16 23:33:02 +02:00
Mihai Sucan
f002c65ea8 Bug 951146 - Fix for intermittent browser_webconsole_console_logging_api.js | Timed out while waiting for: 1 message shown for exception (logging turned on); r=me 2014-01-16 22:49:20 +02:00
Mihai Sucan
2661e35ad4 Bug 946066 - Fix for intermittent browser_webconsole_bug_658368_time_methods.js | Timed out while waiting for: bTimer (or aTimer) started; r=me 2014-01-16 19:20:21 +02:00
Mihai Sucan
176251ea50 Bug 945489 - Fix for intermittent browser_webconsole_bug_642615_autocomplete.js | Timed out while waiting for: completion value for 'docu'; r=me 2014-01-16 18:08:08 +02:00
Mihai Sucan
ce386df079 Bug 867992 - Fix for intermittent browser_webconsole_bug_630733_response_redirect_headers.js | Timed out while waiting for: 301 and 404 responses; r=me 2014-01-16 14:43:57 +02:00
Jared Wein
867d82bd44 Bug 960045 - Bottom-left corner on the customize button in the menu panel should have a rounded corner. r=gijs 2014-01-17 13:38:09 +01:00
Jared Wein
7cc0732a96 Bug 952191 - Australis Customization doesn't work if the window is too small. r=mattn 2014-01-17 13:32:06 +01:00
Mike de Boer
6b806703a2 [Australis] Bug 944138: remove secondary hoverstate from combined buttons in panel. r=mconley 2014-01-17 11:21:25 +01:00
Tim Taubert
b9715baaa7 Bug 952092 - Get rid of post data in SessionStore r=smacleod
From 243232f7d2522e82622c031923271ed76ffdc42a Mon Sep 17 00:00:00 2001
2014-01-14 18:21:48 +01:00
Matthew Noorenberghe
446e5a5212 Bug 958300 - [Australis] UITour: Add ability to query whether Sync is enabled. r=mhammond,Unfocused 2014-01-17 12:21:33 +01:00
Gijs Kruitbosch
4b29623e1d Bug 889120 - Australis' customize tab gets mixed up with other tab, r=jaws 2014-01-10 15:54:48 +00:00
Birunthan Mohanathas
3f40662962 Bug 960600 - Allow an optional URL to be specified with -private-window. r=ehsan 2014-01-17 07:29:00 +01:00
Darrin Henein
fab825a135 Bug 938941 - Remove hover styling in Places organizer sidebar on OS X. r=MattN
OVERRIDE HOOK
2014-01-18 01:32:20 +01:00
Tim Taubert
615bf488a0 Bug 961016 - Fix icon and label for pending tabs with async restore r=billm,dao
From 6028548aa44e6d289c0fb5e756a4004451ea882b Mon Sep 17 00:00:00 2001
2014-01-17 17:17:14 +01:00
Jim Mathies
39172a0421 Bug 960999 - Fix for random test failure in browser_form_selects.js. r=mbrubeck 2014-01-17 17:44:40 -06:00
Patrick Brosset
6db7582711 Bug 958687 - Fixes pseudo-class lock in highlighter intermittent test failure; r=jwalker 2014-01-17 23:07:48 +01:00
Jared Wein
1079db9b4b Bug 958089 - [Australis] Remove the padding-top on Linux while in customization mode. r=mikedeboer 2014-01-17 22:57:28 +01:00
Jared Wein
3185c0b0a9 Bug 960043 - [Australis] Update the quit icon on the menu panel to make it more clear that it will quit the browser. r=mikedeboer 2014-01-17 22:57:25 +01:00
Patrick Brosset
67f5a06349 Bug 958456 - Hides highlighter when hovering over non-visible nodes in markup-view; r=jwalker 2014-01-17 22:33:59 +01:00
Anton Kovalyov
a236584bd1 Bug 960704 - Upgrade CodeMirror to 3.21. r=msucan 2014-01-17 13:04:00 -08:00
Anton Kovalyov
29e01f2e59 Bug 960270 - Streamline Editor API. r=msucan 2014-01-17 12:58:45 -08:00
Tom Schuster
b78c5fe7c7 Bug 691614 - [Australis] Change zoom widget to work with e10s. r=felipe 2014-01-17 20:58:56 +01:00
Tom Schuster
85fab7a62f Bug 691614 - Make content zooming work with e10s Firefox. r=felipe 2014-01-13 18:36:26 +01:00
Rodrigo Silveira
4f23327766 Bug 957588 - Bookmark navbar button is checked for non-metro bookmarks r=sfoster 2014-01-16 11:16:32 -08:00
Brandon Benvie
11a8435174 Bug 947612 - Fix VariablesView so that editableName._onCleanup is called. r=vp 2014-01-17 10:40:41 -08:00
Allison Naaktgeboren
605a8561b8 Bug 958993 - taping Clear button under Options several times creates multiple modal prompts.r=mbrubeck 2014-01-17 10:47:24 -08:00
Gijs Kruitbosch
a0d8197ac2 Bug 944947 - automatically hyphenate labels for items in Australis' menupanel, r=MattN 2014-01-17 19:11:57 +01:00
Gijs Kruitbosch
ae9b1f5fae Bug 944947 - label truncation is not fully supported in Australis menu widgets, r=MattN 2014-01-17 18:51:02 +01:00
Gijs Kruitbosch
164c380fef Bug 960389 - mess with Australis overflow test to resolve winxp pgo issue, rs=me 2014-01-17 18:44:02 +01:00
Mihai Sucan
2642bba711 Bug 961051 - Fix for intermittent browser_console_addonsdk_loader_exception.js | This test exceeded the timeout threshold; r=me 2014-01-17 19:36:40 +02:00
Jared Wein
0f587bb875 Bug 959446 - [Australis] "Restore Defaults" button isn't pinned to the bottom of the window while we transition into customize mode. r=felipe 2014-01-17 18:35:11 +01:00
Dão Gottwald
53076c62bf Bug 965772 - [Australis] search text box changes size when opening a new tab. r=enn 2014-01-30 17:33:39 +01:00
Aleh Zasypkin
99516b47f8 Bug 960889 - Monocles moving when swiping up/down through gmail email draft. r=jimm 2014-01-27 20:25:04 +01:00
Tim Taubert
114abef594 Bug 965541 - [Australis] Fix sync widget styling located in the panel UI r=gijs 2014-01-29 13:59:53 -08:00
Patrick Brosset
19f8936c4e Bug 947733 - Tooltips are shown on !important properties in the rule-view; r=miker 2014-01-30 16:04:47 +01:00
Blair McBride
9b7a1cc28b Bug 956990 - Temporarily make extensions.checkCompatibility=false not work for Australis-incompatible themes. r=Mossop 2014-01-31 01:00:47 +13:00
Victor Porof
c5950813cf Bug 965171 - Opening a variables view popup will change the scroll position in the editor if a watch expression is present, r=past 2014-01-30 12:46:09 +02:00
Mike de Boer
c916e7b9a6 [Australis] Bug 870593: update locale strings with brandShortName to be used for tips in Customize Mode. r=Gijs 2014-01-29 18:38:42 +01:00
Carsten "Tomcat" Book
4395385011 Backed out changeset 2b4f723f6c60 (bug 965461) for XPC Bustage on a CLOSED TREE 2014-01-30 10:39:40 +01:00
Mark Hammond
03131fb6d2 Bug 965461 - ensure sync itself and sync prefs pane considers we are logged in after key fetch. r=ttaubert 2014-01-30 00:22:55 -08:00
Kay Plößer
20384147cb Bug 960737 - Remove inline script / style in browser/devtools/fontinspector/font-inspector.xhtml;r=bgrins 2014-01-24 10:49:37 -06:00
Peiyong Lin
f31564924c Bug 961771 - Disable highlighter when switching tools. r=pbrosset 2014-01-24 17:28:41 +01:00
Ryan VanderMeulen
9267d16c15 Bug 960051 - Update pdf.js to version 0.8.934. r=bdahl, r=Mossop, r=yury 2014-01-23 16:26:26 -05:00
Ryan VanderMeulen
c35f698cda Backed out changeset 41143dba70eb (bug 962736) for xperf regressions. 2014-01-24 09:50:16 -05:00
Dão Gottwald
cf2932530f Bug 946395 - [Australis] Back out bug 881937 (panel menu keyboard access). r=Gijs ui-r=phlsa 2014-01-24 15:44:08 +01:00
Aleh Zasypkin
3dec0c122c Bug 960886 - Selection monocles being spilled over to other tabs when switching. r=jimm 2014-01-23 15:16:17 +01:00
Yury Delendik
e532325d3f Bug 962736 - Update Shumway to version 0.8.2. r=till 2014-01-22 14:13:47 -06:00
Mark Hammond
2c5396ebd1 Bug 960332 - update Fxa URLs to production server. r=ckarlof. 2014-01-25 00:33:39 +11:00
Mark Hammond
de16d7db54 Bug 963314 - Add pref for Fxa 'settings' URL. r=ttaubert 2014-01-25 00:33:39 +11:00
Zachary Carter
55291b69dd Bug 957425 - make landing pages for sync on about:accounts. r=markh 2014-01-25 00:33:39 +11:00
Gijs Kruitbosch
3122bba994 Bug 941910 - fix placeholder styling in Australis menu panel, r=mikedeboer
--HG--
extra : rebase_source : fe7620114429165eaf560ac7bbb130fd8e245aca
2014-01-24 13:26:05 +00:00
Carsten "Tomcat" Book
53cf71f4de Merge mozilla-central to fx-team 2014-01-24 13:44:58 +01:00
Gijs Kruitbosch
311f9d762d Bug 924314 - Australis panel binding shouldn't care about popup events from other things, r=mikedeboer
--HG--
extra : rebase_source : e9b58da59d930307afc68844b16519f584c3cf04
2014-01-24 12:16:43 +00:00
Gijs Kruitbosch
977a6cd1c2 Bug 963494 - Australis' customization reset doesn't reset wrap attribute, r=mikedeboer
--HG--
extra : rebase_source : 7de9c97229722ef762461d5c6cb34faf7316058f
2014-01-24 12:16:10 +00:00
Mihai Sucan
d4f799b2bc Bug 939783 - console.trace() group traces even if part of trace is different; r=robcee 2014-01-23 23:37:32 +02:00
Gijs Kruitbosch
ae1d887aaa Bug 940669 - add button menu to toggle toolbars in Australis' customize mode, r=mconley
--HG--
extra : rebase_source : 096d92876f4827251fd534f7ea76b8dbfd81a691
2013-11-21 22:59:49 +01:00
Steven MacLeod
59e67076fd Bug 887780 - Stop writing state immediately after startup and switch to CrashMonitor for crash detection. r=Yoric, r=ttaubert
X-Git-Commit-ID: bb02f51399059295041176769438b0f451f983bf
2014-01-17 11:40:18 +01:00
Tim Taubert
551e838127 Bug 947212 - Tests for broadcasting form data r=yoric
From 53d47a84c35781e73545eab3e665d63c742a9d20 Mon Sep 17 00:00:00 2001

--HG--
rename : browser/components/sessionstore/test/browser_346337_sample.html => browser/components/sessionstore/test/browser_formdata_xpath_sample.html
2013-12-04 10:15:43 +01:00
Tim Taubert
ae888ca852 Bug 947212 - Broadcast form data and move it out of tabData.entries[] r=yoric
From 3111a6c4272a1e058db6a88e02f8688f8c49cc5f Mon Sep 17 00:00:00 2001
2013-12-03 18:56:33 +01:00
Blake Winton
08e7579013 Bug 932947 - Make the styling of Australis' dragged items look more like Philipp's prototype. r=Gijs, ui-r=phlsa
--HG--
extra : rebase_source : 8006a355aa7e5a2cf310843f1e0b2927d475b75f
2014-01-17 00:40:54 +01:00
Tim Abraldes
78bc8c372d bug 959399. Make metroFx honor the "show my tabs from last time" startup option. r=mbrubeck. r=jimm. 2014-01-16 15:38:12 -08:00
Gijs Kruitbosch
005252e528 Bug 956431 - re-disable Australis' browser_946320_tabs_from_other_computers.js as it's clearly still not fixed on Linux, rs=intermittent-failure 2014-01-17 00:16:59 +01:00
Jim Mathies
220404e591 Bug 960354 - Various fixes for multi-select dropdowns plus tests. r=mbrubeck 2014-01-16 15:48:38 -06:00
Ryan VanderMeulen
65381e8cc7 Merge m-c to fx-team. 2014-01-16 15:09:31 -05:00
Ryan VanderMeulen
208917083a Merge inbound to m-c. 2014-01-16 15:06:12 -05:00
Bill McCloskey
b15accce59 Bug 942374 - Enable session restore for electrolysis (r=ttaubert) 2014-01-16 11:43:44 -08:00
Bill McCloskey
85290e3fdd Bug 942374 - Restore sessions by message passing (r=ttaubert) 2014-01-16 11:43:40 -08:00
Ryan VanderMeulen
95f82896ca [Australis] Backed out changeset db5091d58b58 (bug 959848) for mochitest-bc orange.
DONTBUILD
2014-01-16 14:27:42 -05:00
Gijs Kruitbosch
4383ccbe1a Bug 959848 - Australis' customize mode drag/reordering behavior in customization mode causes some unwanted movement, r=jaws
--HG--
extra : rebase_source : ce2efc03b00d45731b6027994620bcfc9073810d
2014-01-16 00:44:48 +01:00
Sam Foster
cae1df4150 Bug 957806 - Implement new design for netError pages. r=rsilveira 2014-01-16 09:36:31 -08:00
Stephen Pohl
bc2f42cda2 Bug 927402: Ensure that about:telemetry correctly reflects whether or not telemetry is turned on. r=jimm 2014-01-16 09:37:14 -05:00
Olli Pettay
eea699ef60 Bug 960351 - browser_bug726427_csstransform_tooltip.js times out, r=pbrosset
--HG--
extra : rebase_source : e05f39f7ef4d73823bb5445b1cc398f81e560253
2014-01-16 15:38:10 +02:00
Olli Pettay
b70637980f Bug 960309, make browser_tabview_bug625269.js more reliable, r=roc
--HG--
extra : rebase_source : 0a5ac4d8578ea73d1fc0d6a5c6e90651a1a4418d
2014-01-16 15:37:16 +02:00
Jared Wein
cc4ebd5f1e Bug 853972 - Clicking on a notification should select the originating tab. r=felipe,wchen
--HG--
extra : rebase_source : e8f794ff0e474d669489eff7e82b3b0eccf4db0e
2014-01-13 13:56:28 +01:00
Aleh Zasypkin
fb4ce02722 Bug 953433 - Download button using two different colors after completing download. r=sfoster 2014-01-15 14:43:06 +01:00
Mihai Sucan
5f4ba8c867 Bug 919072 - Fix for intermittent TEST-UNEXPECTED-FAIL | browser_webconsole_bug_601352_scroll.js | scroll location is not at the top - Didn't expect 0, but got it; r=me 2014-01-16 13:02:25 +02:00
Victor Porof
195bd90f8f Bug 960237 - Re-enable browser_dbg_break-on-dom-05.js, r=past 2014-01-16 12:36:53 +02:00
Carsten "Tomcat" Book
646f818d57 Merge mozilla-central to fx-team for a australis backout 2014-01-16 10:11:58 +01:00
Carsten "Tomcat" Book
364671235d Backed out changeset d614fa6b53b2 (bug 889120) [australis] for suspicion of pgo perma-orange 2014-01-16 09:44:49 +01:00
Carsten "Tomcat" Book
dbf3f53340 Backed out changeset dad295e99240 (bug 932947) [australis] for suspicion of pgo perma-orange 2014-01-16 09:44:17 +01:00
Anton Kovalyov
322459aa71 Bug 734439 - Add code folding support to the source editor. r=msucan r=benvie 2014-01-15 16:23:32 -08:00
Victor Porof
57c4dc85e6 Bug 960237 - Link to this bug in debugger/test/browser.ini for re-enabling browser_dbg_break-on-dom-05.js, r=me 2014-01-15 23:09:18 +02:00
Victor Porof
e7e6fe5344 Bug 947544 - Disable browser_se_bfcache.js because of intermittent oranges, r=me 2014-01-15 22:59:15 +02:00
Victor Porof
4c95236e12 Backed out changeset 55c0b8b56600 because it doesn't fix bug 947544, r=me 2014-01-15 22:59:14 +02:00
Marina Samuel
7b17ef152a Bug 958170: Check selectedWindow exists before using it. r=mbrubeck 2014-01-15 15:34:55 -05:00
Jim Mathies
1ecd8ca478 Bug 956286 - Hand off focus rights to the desktop browser process when launched via the command execute handler. r=bbondy 2014-01-15 14:24:26 -06:00
Anton Kovalyov
2a4d53f0e8 Bug 941725 - Add emacs and vim key bindings to source editor. r=harth r=benvie r=msucan 2014-01-15 12:04:19 -08:00
Ryan VanderMeulen
7de8cb1456 Merge m-c to fx-team. 2014-01-15 14:36:54 -05:00
Ryan VanderMeulen
b6f0a2657c Merge inbound to m-c. 2014-01-15 14:34:05 -05:00
Allison Naaktgeboren
f9f90ae8ab Bug 947078 - Make the "Include URLs" option for the crash reporter into a checkbox instead of a toggle.r=mbrubeck 2014-01-15 11:32:22 -08:00
Ryan VanderMeulen
36b4a64960 Merge b2g-inbound to m-c. 2014-01-15 14:25:35 -05:00
Ed Morley
99155ba26d Merge mozilla-central and b2g-inbound
--HG--
rename : content/events/src/nsDOMEvent.h => dom/events/nsDOMEvent.h
2014-01-15 18:09:12 +00:00
Ed Morley
bed1d48fc2 Merge mozilla-central and fx-team 2014-01-15 18:04:51 +00:00
Ed Morley
dd9a768fb4 Merge latest green fx-team changeset and mozilla-central 2014-01-15 16:14:41 +00:00
Ed Morley
bc13501d1f Merge latest green inbound changeset and mozilla-central 2014-01-15 15:54:08 +00:00
Ehsan Akhgari
e8818c5d17 Bug 959768 - Add non-unified mozconfigs for desktop and mobile builds (linux64 bits); r=catlee 2014-01-15 10:38:27 -05:00
Ehsan Akhgari
4e5974eecd Bug 959768 - Add non-unified mozconfigs for desktop and mobile builds (linux64 bits); r=catlee 2014-01-15 10:38:07 -05:00
Blair McBride
82a9b957ba Bug 956160 - [Australis] UITour: Highlight panel looks unsurprisingly ugly with a border. r=MattN 2014-01-16 00:04:41 +13:00
Wes Kocher
4feb8dd8e3 Merge b2g-inbound to m-c 2014-01-14 15:44:06 -08:00
Wes Kocher
ac83e0314a Merge inbound to m-c 2014-01-14 15:24:45 -08:00
Matt Brubeck
8ccd7212fc Bug 953430 - Fix double padding under notifications on Metro start page [r=emtwo] 2014-01-14 12:35:53 -08:00
Ed Morley
f14299e3f3 Backed out changeset 194dc8f8f9fe (bug 947535) since the socialapi tests appear to rely on each other :-/
CLOSED TREE
2014-01-14 19:18:14 +00:00
Ed Morley
9fc130ec32 Bug 952865 - Disable browser_console.js on Linux for intermittent failures 2014-01-14 16:39:04 +00:00
Ed Morley
53c53bfd93 Bug 951965 - Disable browser_UITour.js on Linux for intermittent failures 2014-01-14 16:39:04 +00:00
Ed Morley
8b9747eb92 Bug 951680 - Disable browser_alltabslistener.js on Linux for intermittent failures 2014-01-14 16:39:04 +00:00
Ed Morley
58f94f9685 Bug 951146 - Disable browser_webconsole_console_logging_api.js on Linux for intermittent failures 2014-01-14 16:39:03 +00:00
Ed Morley
f0d3e575d1 Bug 947535 - Disable social/browser_blocklist.js for intermittent failures 2014-01-14 16:39:03 +00:00
Ed Morley
77b19bd67c Bug 944372 - Disable browser_394759_basic.js for intermittent failures 2014-01-14 16:39:03 +00:00
Ed Morley
1625ea613f Bug 925225 - Disable browser_bug676619.js on OS X for intermittent failures 2014-01-14 16:39:03 +00:00
Ed Morley
ab80d8427c Bug 917535 - Disable browser_locationBarCommand.js on Linux for intermittent failures 2014-01-14 16:38:26 +00:00
Ed Morley
085ec82f9d Bug 900641 - Disable mochitest-metro-chrome browser_selection_caretfocus.js for intermittent failures 2014-01-14 16:38:26 +00:00
Ed Morley
6881be49b6 Bug 898317 - Disable browser_newtab_bug735987.js on OS X for intermittent failures 2014-01-14 16:38:26 +00:00
Ed Morley
3649701586 Bug 894063 - Disable browser_819510_perwindowpb.js on Linux for intermittent failures 2014-01-14 16:38:25 +00:00
Ed Morley
a565a42665 Bug 867992 - Disable browser_webconsole_bug_630733_response_redirect_headers.js on Linux for intermittent failures 2014-01-14 16:38:25 +00:00
Alexandre Poirot
6a13f8e9f2 Bug 891882 - Activate touch events on b2g desktop. r=vingtetun, r=mdas 2014-01-15 09:28:04 -05:00
Chris Karlof
b226e1c4ec Bug 959859: Update remote Firefox Accounts content URL to use new deployment. r=markh 2014-01-15 09:53:41 +01:00
Sachin Hosmani
4ce169f118 Bug 897735 - Support regular expression filters for name and creator in extension blocks. r=Unfocused
CLOSED TREE
2014-01-06 14:16:32 +05:30
Ryan VanderMeulen
9d42f4f467 Backed out changeset 933bf791b773 (bug 897735) for Windows test bustage.
CLOSED TREE
2014-01-14 11:10:33 -05:00
Heather Arthur
66da82568d Bug 950921 - UI for flipping CSS source map pref. r=dcamp 2014-01-14 10:13:47 -05:00
Carsten "Tomcat" Book
ee8f899e26 Merge mozilla-central to fx-team 2014-01-14 16:02:20 +01:00
Hubert B Manilla
1cf745045b Bug 913665 - Fix wrong entity. r=fitzgen 2014-01-14 09:49:08 -05:00
Carsten "Tomcat" Book
e424652542 merge fx-team to mozilla-central 2014-01-14 15:45:38 +01:00
Sterling Graham
bb7467aec1 Hide the "Open in new tab" context menu when no request is selected (bug 958686). r=past 2014-01-13 19:32:00 +02:00
Patrick Brosset
d99a1af647 Bug 942297 - Make the rule-view element style change on node change and page reload; r=harth 2014-01-14 09:32:45 +01:00
Dão Gottwald
12a409a8c3 Bug 951928 - [Australis] Reduce the browser window's minimum size. r=jaws 2014-01-14 09:12:49 +01:00
Alexey Novak
af22451a0f Bug 957634: Changed Tooltip's setTextContent function signature. Now Tooltip can contain a warning image 32x32 when isAlertTooltip passed = true; r=vp 2014-01-14 08:59:43 +02:00
Matt Brubeck
efc899ab4c Bug 952906 - New image for Metro autocomplete close button [r=rsilveira] 2014-01-13 20:19:37 -08:00
Matt Brubeck
37b9de3c40 Bug 958101 - Pass named params to onFindResult as object properties [r=evilpie] 2014-01-13 17:58:33 -08:00
Matt Brubeck
3e8d553e34 Backed out changeset c15cacb7efd6 (bug 941725) because of test failures 2014-01-13 17:56:58 -08:00
Anton Kovalyov
7bfd0c4832 Bug 941725 - Add emacs and vim key bindings to source editor. r=harth r=benvie r=msucan 2014-01-13 16:10:58 -08:00
Alex Shoronov
2cb6a25103 Bug 889057 - Make the Console toolbar respond better to small window widths; r=msucan 2014-01-13 23:00:18 +02:00
Rodrigo Silveira
28ab52475b Bug 956741 - Load first run on start page for the first 3 tabs r=mbrubeck 2014-01-09 14:02:47 -08:00
Rodrigo Silveira
a24edd65be Bug 948778 - Add vertical rule to tab strip to visually indicate a cut-off point r=sfoster 2014-01-09 11:00:03 -08:00
Ryan VanderMeulen
321303479c Backed out changesets e8b0b4daa733 and d89066cb6f59 (bug 853972) for mochitest-bc timeouts. 2014-01-13 11:37:19 -05:00
Patrick Brosset
cad39e29fd Bug 950732 - Make the show-all-nodes button clickable again in the markup-view, r=jwalker 2014-01-13 16:32:19 +01:00
Matthew Noorenberghe
78299a5c49 Bug 937415 - UITour: Add ability to highlight the selected tab's icon in Australis. r=Unfocused 2014-01-13 16:28:18 +01:00
Jared Wein
579b708209 Bug 853972 - Followup, add a return in the case that alertWindow is null. r=me
--HG--
extra : rebase_source : bc17b22e1764e72904df6bc4c482b6d238d7f589
2014-01-13 15:46:23 +01:00
Wes Kocher
965f9b9bb4 Merge m-c to inbound 2014-01-13 20:54:24 -08:00
Masayuki Nakano
e003e58417 Bug 951966 part.1 Add new pref to support IMM-IME even in TSF mode and rename intl.enable_tsf_support to intl.tsf.enable r=jimm 2014-01-14 11:00:59 +09:00
J. Ryan Stinnett
1e0a3e0fb3 Bug 946813 - Part 3: Use independent loaders, mark them invisible. r=past 2014-01-10 23:37:09 -06:00
Seif Lotfy
a0b5a55965 Bug 725252 - "Bookmark All Tabs" dialog window doesn't resize properly (gtk). r=mak 2014-01-13 08:38:59 -05:00
Jared Wein
9b861c3cac Bug 853972 - Clicking on a notification should select the originating tab. r=felipe,wchen
--HG--
extra : rebase_source : bfbf92b91d7562404b54b87f25f879881be7643a
2014-01-13 13:56:28 +01:00
Carsten "Tomcat" Book
6459b7e4b7 Merge mozilla-central to fx-team 2014-01-13 13:13:04 +01:00
Carsten "Tomcat" Book
0a42034c15 merge mozilla-inbound to mozilla-central 2014-01-13 12:43:23 +01:00
Carsten "Tomcat" Book
3163b20938 Backed out changeset 2edc821cd2da (bug 951928) [australis] for mochitest-bc test failures 2014-01-13 12:07:10 +01:00
Dão Gottwald
8db245b767 [Australis] update browser_901207_searchbar_in_panel.js for bug 951928 2014-01-13 11:58:43 +01:00
Dão Gottwald
b971685398 Bug 951928 - [Australis] Reduce the browser window's minimum size. r=jaws 2014-01-13 10:22:19 +01:00
Tim Taubert
404a97dcc8 merge m-c to fx-team 2014-01-12 10:25:39 +01:00
Matt Brubeck
3f5154143e Bug 952846 (followup) - accidentally changed the wrong line in package-manifest.in 2014-01-11 21:11:55 -08:00
ffxbld
773b56b343 No bug, Automated blocklist update from host bld-linux64-ix-031 - a=blocklist-update 2014-01-11 03:16:14 -08:00
David Rajchenbach-Teller
097da774c7 Bug 942340 - Extracting many Telemetry statistics from sessionstore.js;r=ttaubert,froydnj 2014-01-11 09:51:24 +01:00
Tim Taubert
5be6d503e8 Bug 958809 - Don't put broadcasted data into the regular TabStateCache r=yoric
From c4c69269516391beb36f362d76f3e440bb8cd50b Mon Sep 17 00:00:00 2001
2014-01-11 08:56:22 +01:00
Wes Kocher
918da1335e Backed out changeset e4a784a2c735 (bug 946813) for bustage on a CLOSED TREE 2014-01-10 14:36:16 -08:00
Ryan VanderMeulen
3b526ca45c Merge inbound to m-c. 2014-01-10 14:46:40 -05:00
Gijs Kruitbosch
9394a37982 Bug 942393 - Document Australis' CustomizableUI; fix some nits, DONTBUILD because comments-only, rs=me
--HG--
extra : rebase_source : 1e07be590fba8951d669ac5f67496380ec5567d3
2014-01-10 18:31:40 +00:00
Jim Mathies
18f5ea41fb Bug 952989 - Hide the find bar when the options flyout is displayed. r=mbrubeck 2014-01-10 10:56:26 -06:00
Wes Kocher
5612dca1f7 Merge m-c to fx-team 2014-01-09 17:11:34 -08:00
Wes Kocher
73c32aa1d4 Merge fx-team to m-c 2014-01-09 16:50:03 -08:00
Wes Kocher
a7587ba6d7 Merge b2g-inbound to m-c 2014-01-09 16:32:37 -08:00
Shane Caraveo
0f07b0df73 bug 935773 Australis fix mark icon on windows, r=gijs 2014-01-09 15:49:08 -08:00
Sam Foster
f318583067 Bug 951635 - Move CrossSlide.Handler instantiation to be driven by the View via _adjustDOMforViewState method. r=mbrubeck 2014-01-09 14:46:19 -08:00
Gijs Kruitbosch
3dc0d4bc52 Backed out Australis changeset 5e2752c9cf2b (bug 941211) which totally shouldn't have made it into the tree, rs=stupid-me 2014-01-09 22:15:37 +00:00