Commit Graph

24523 Commits

Author SHA1 Message Date
Ryan VanderMeulen
89a7f707c8 Merge fx-team to m-c. a=merge 2014-08-15 16:22:55 -04:00
Andrei Oprea
47856d7740 Bug 990678 - Add ability to make audio only calls in Loop standalone and desktop. r=Standard8 2014-08-15 19:45:31 +01:00
Jordan Santell
ae2188f622 Bug 1052028 - Remove 'Node' from displayed node names in web audio editor. r=vp 2014-08-13 10:55:00 -04:00
Alex Bardas
9eb90389c0 Bug 1041678 - CTRL/Command K should goto search bar in new tab if open, rather than opening about:home. r=Gijs, r=adw 2014-08-14 15:48:00 -04:00
Manish Goregaokar
11805f92cb Bug 1028903 - Improve self-xss warning message for Scratchpad. r=jwalker 2014-08-14 07:03:00 -04:00
Jordan Santell
c634e6b165 Bug 1016037 - Remove actor IDs from web audio editor's inspector. r=vp 2014-08-14 11:57:00 -04:00
Alexander Seleznev
d1744c729d Bug 1007642 - Remove pointer cursor for Location Bar and search buttons on Linux. r=Gijs 2014-08-14 18:20:00 -04:00
J. Ryan Stinnett
d0a535ee7b Bug 1007059 - Enable WebIDE by default. r=paul 2014-08-13 15:10:00 -04:00
Alexander Seleznev
590f081d44 Bug 1003053 - Fix panel subview anchor arrow position. r=Gijs 2014-08-14 11:59:00 -04:00
Richard Marti
d7361e5a21 Bug 989469 - Move the common files from browser to global. r=Unfocused
--HG--
rename : browser/themes/linux/in-content/common.css => toolkit/themes/linux/global/in-content/common.css
rename : browser/themes/osx/in-content/common.css => toolkit/themes/osx/global/in-content/common.css
rename : browser/themes/shared/in-content/check.png => toolkit/themes/shared/in-content/check.png
rename : browser/themes/shared/in-content/check@2x.png => toolkit/themes/shared/in-content/check@2x.png
rename : browser/themes/shared/in-content/common.inc.css => toolkit/themes/shared/in-content/common.inc.css
rename : browser/themes/shared/in-content/dropdown-disabled.png => toolkit/themes/shared/in-content/dropdown-disabled.png
rename : browser/themes/shared/in-content/dropdown-disabled@2x.png => toolkit/themes/shared/in-content/dropdown-disabled@2x.png
rename : browser/themes/shared/in-content/dropdown.png => toolkit/themes/shared/in-content/dropdown.png
rename : browser/themes/shared/in-content/dropdown@2x.png => toolkit/themes/shared/in-content/dropdown@2x.png
rename : browser/themes/shared/in-content/help-glyph.png => toolkit/themes/shared/in-content/help-glyph.png
rename : browser/themes/shared/in-content/help-glyph@2x.png => toolkit/themes/shared/in-content/help-glyph@2x.png
rename : browser/themes/shared/in-content/sorter.png => toolkit/themes/shared/in-content/sorter.png
rename : browser/themes/shared/in-content/sorter@2x.png => toolkit/themes/shared/in-content/sorter@2x.png
rename : browser/themes/windows/in-content/common.css => toolkit/themes/windows/global/in-content/common.css
2014-08-12 20:54:40 +02:00
Ed Morley
99a28a6cd1 Backed out changeset ad5e5e0f18ea (bug 1026561) for intermittent test failures 2014-08-15 16:21:41 +01:00
Mike Conley
22c326b8e6 Bug 1050447 - Skip focusing content if we're opening a new about:blank or about:newtab tab. r=Unfocused.
This fixes a change in order of focus events for e10s after bug 1009628 landed.
We were accidentally focusing the content after focusing the URL bar for new
tabs. We now skip focusing the content entirely when opening a new tab.

--HG--
extra : histedit_source : ce4239e776b58992ccec65d2ade578e68978240c%2Cb9bded035324f4bdc3e6533c1edffb8dc0107ff3
2014-08-15 10:42:37 -04:00
Brian Grinstead
7ddbbacb0e Bug 1050442 - If persisted, focus split console input when toolbox opens;r=jwalker 2014-08-15 07:52:08 -05:00
Brian Grinstead
a537346a65 Bug 1050439 - Focus should be restored to previously active element after split console is closed;r=jwalker 2014-08-15 07:50:43 -05:00
Mark Banner
02f68bcd12 Bug 1022594 Part 1a Add a getLoopBoolPref function to the MozLoopAPI. r=mikedeboer
--HG--
rename : browser/components/loop/test/mochitest/browser_mozLoop_charPref.js => browser/components/loop/test/mochitest/browser_mozLoop_prefs.js
rename : browser/components/loop/test/xpcshell/test_loopservice_get_loop_char_pref.js => browser/components/loop/test/xpcshell/test_loopservice_loop_prefs.js
2014-08-15 13:33:51 +01:00
Ed Lee
94d9c98429 Bug 1026561 - The New Tab Page should be smarter about showing more tiles when on large screens [r=adw]
Bump up default columns to fit most Firefox users including 2560px wide resolutions.
2014-08-15 02:40:20 -07:00
Ed Lee
08d1221884 Bug 1044602 - about:newtab tiles look different than anything else in the browser [r=adw]
Use a solid color background and remove now unused texture. Tweak gradient, hover images, borders.
2014-08-14 17:03:48 -07:00
Ed Lee
528cf46059 Bug 1048137 - Page title color is poor contrast in New Tab Page [r=adw] 2014-08-14 17:03:47 -07:00
Ed Lee
32477dfde5 Bug 1048148 - Reduce rounded corners and glow on tiles [r=adw] 2014-08-14 17:03:47 -07:00
Ed Lee
0895429293 Bug 1045769 - Adjust new tab whitespace: whitespace sizing, positioning of undo box [r=adw]
Move undo box to the top left above the seach box which now contains its appropriate padding.
2014-08-14 17:03:46 -07:00
Ed Lee
6e7f3d8599 Bug 1053937 - Visiting localhost prevents later tiles from being shown [r=adw]
Fallback to asciiHost when IP/insufficient levels. Update tests to localhost to trigger failure codepath.
2014-08-14 17:03:46 -07:00
Ryan VanderMeulen
9f14687e30 Merge fx-team to m-c. a=merge 2014-08-14 17:11:56 -04:00
Daniel Holbert
4593a8f473 Bug 1050654: Replace "flex: 0 0 main-size" with equivalent & more concise "none" keyword, in webconsole.inc.css. r=robcee 2014-08-14 10:38:38 -07:00
Florian Quèze
077fd2af61 Bug 1052779 - Clicking on Mac share icons does not get Firefox into focus, r=Enn. 2014-08-14 19:30:52 +02:00
Florian Quèze
018dbc7842 Bug 1051855 - window sharing indicator on the URL bar stays on after stream.stop has been called, r=Gijs. 2014-08-14 19:29:49 +02:00
Ed Morley
c94f6f6c8d Backed out changeset 011c29fd2668 (bug 1016037) for webaudioeditor test failures; CLOSED TREE 2014-08-14 17:08:58 +01:00
Alexandre Poirot
3605a12d02 Bug 1053164 - Ensure that exception during debuggerserver instanciation are displayed. r=jryans 2014-08-13 05:11:00 -04:00
Brian Grinstead
2aa0f08fe8 Bug 1051136 - Wait for onEditorChange before opening menu in browser_projecteditor_menubar_02.js. r=mratcliffe 2014-08-13 08:06:00 -04:00
Brian Grinstead
9194d45eb4 Bug 1039484 - Prevent closing WebIDE or switch to a new project if any file hasn't been saved. r=paul 2014-08-13 13:35:00 -04:00
Jordan Santell
bf8e054248 Bug 1016037 - Remove actor IDs from web audio editor's inspector. r=vp 2014-08-13 15:11:00 -04:00
Mark Banner
bbabf6101c Bug 1046490 Ensure Loop is always enabled in tests, so that turning the pref off doesn't cause failures. r=mikedeboer 2014-08-14 12:22:04 +01:00
Gijs Kruitbosch
48c278d59e Bug 1053245 - ignore number-only hosts in showing notification bars for keyword URI redirection, r=jaws
--HG--
extra : rebase_source : bd1932037f7b2db212db5943a12ae7d377b49bbe
2014-08-13 21:04:03 +01:00
Gijs Kruitbosch
cb499691f2 Bug 1043372 - sharing indicator in main menu for keyboard accessibility, r=florian,ui-r=phlsa
--HG--
extra : rebase_source : e9beec954c65b126c2653032066b4c1e276e6929
2014-08-08 13:34:46 +01:00
Ryan VanderMeulen
11585b0a0d Merge m-c to fx-team. a=merge 2014-08-13 15:32:14 -04:00
Ryan VanderMeulen
a746fa8cec Merge inbound to m-c. a=merge 2014-08-13 15:30:49 -04:00
Mark Banner
14b1d845a4 Bug 1053181 Fix Loop's standalone pages to display correctly on the proper dev server. r=dmose NPOTB DONTBUILD 2014-08-13 19:01:34 +01:00
Ed Morley
12beb129a1 Merge mozilla-central and b2g-inbound 2014-08-13 17:02:34 +01:00
Tim Taubert
a6a1832ae8 Bug 1052756 - Fix Toolbox.destroy() to properly clean up with add-on targets r=Mossop 2014-08-13 14:42:29 +02:00
Gijs Kruitbosch
fd44c433f3 Bug 1052750 - try to fix intermittent timeouts in browser urlbar search test by waiting for focus on the newly opened window, rs=firebot 2014-08-13 10:56:52 +01:00
Ed Morley
a242dc7b5c Bug 577266 - Correct another handful of incorrect spellings 2014-08-13 09:04:36 +01:00
Andrea
fb1e301916 Bug 963042 - Added event listener for SwapDocShells to ensure we save state when swapping docShells r=ttaubert 2014-08-13 08:36:49 +02:00
Blair McBride
75b6ad609c Bug 1045927 - UI Tour: Add ability to highlight Loop icon in browser chrome. r=MattN 2014-08-13 15:27:40 +12:00
Alexandre Poirot
47561b972d Bug 1051980 - Hide the profiler when not available. r=vp 2014-08-13 05:29:00 -04:00
Alexandre Poirot
1dde2f6c38 Bug 1046394 - Fix profiler in (b2g and e10s) content processes. r=vp, r=dcamp 2014-08-13 05:26:00 -04:00
Alex
091c9f72fe Bug 1004679 - Use text-align: start or end instead of left or right in DevTools themes. r=bgrins 2014-08-13 05:27:00 -04:00
Ed Morley
5dfe313aca Backed out changeset 5cc333cb4b97 (bug 1007059) for failures in browser_dynamic_tool_enabling.js; CLOSED TREE 2014-08-13 15:53:16 +01:00
Alex Bardas
6ec9ca6b02 Bug 1052750 - Added info logs for test, r=gijs 2014-08-12 15:13:00 +01:00
Ryan VanderMeulen
71a6149ce7 Merge m-c to fx-team. a=merge 2014-08-12 16:26:11 -04:00
Ryan VanderMeulen
d7de573f64 Merge inbound to m-c. a=merge 2014-08-12 16:24:50 -04:00
Ryan VanderMeulen
9a903b10c0 Backed out changesets ac87dabb3890, 753ebd9be952, and 4dbbffc0b5cd (bug 1014332) for causing bug 1052762. 2014-08-12 16:20:00 -04:00