Commit Graph

20510 Commits

Author SHA1 Message Date
Mike Conley
9e8e2e2cd0 Bug 944450 - [Australis] Collect UITelemetry on the total number of tabs in each window. r=Gijs. 2014-01-14 09:46:18 -05:00
Mike Conley
8cc5875b59 Bug 952585 - [Australis] Collect UITelemetry on customization events and durations with Australis. r=Gijs. 2014-01-14 09:44:20 -05:00
Sachin Hosmani
3b60cda302 Bug 897735 - Support regular expression filters for name and creator in extension blocks. r=Unfocused 2014-01-06 14:16:32 +05:30
Willian Gustavo Veiga
5cd5618a4b Bug 734666 - Style Editor default filename for saving. r=harth 2014-01-06 09:52:29 -05:00
Ed Morley
f2c3dd2277 Merge latest green inbound changeset and mozilla-central 2014-01-06 12:51:38 +00:00
Neil Rashbrook
925b28d422 Bug 940907 Re-introduce the Character Encoding menu to the View Source window r=Unfocused
--HG--
rename : browser/locales/en-US/chrome/browser/charsetMenu.dtd => toolkit/locales/en-US/chrome/global/charsetMenu.dtd
rename : browser/locales/en-US/chrome/browser/charsetMenu.properties => toolkit/locales/en-US/chrome/global/charsetMenu.properties
rename : browser/modules/CharsetMenu.jsm => toolkit/modules/CharsetMenu.jsm
2014-01-06 08:44:19 +00:00
Victor Porof
ce61dae208 Bug 956568 - Display more meaningful error information when Parser.jsm is sad, r=past 2014-01-06 08:41:19 +02:00
Mark Hammond
9dd1bdde86 Bug 907689 - use example.org as the blocklist URL. r=mixedpuppy 2014-01-06 14:19:09 +11:00
Blair McBride
b79077d551 Bug 935815 - [Australis] UITour: Allow adding a button with an action to the info panel. r=MattN 2014-01-06 12:27:25 +13:00
Tim Taubert
7b9e841c91 Bug 956826 - Check docShell's private browsing state when the frame script is loaded r=yoric
From ee65809c2e3e3eec807b8b2c4cbc0599da1d8377 Mon Sep 17 00:00:00 2001
2014-01-15 11:24:25 +01:00
Joe Walker
5301579fe6 Bug 927423 - Add promise return to EventEmitter.once; r=bbenvie 2014-01-15 10:33:18 +00:00
Mike Conley
c913e8e9dd Bug 951854 - [Australis] Add developer tools button to panel placements in BrowserUITelemetry. r=jaws. DONTBUILD 2014-01-15 03:51:32 -05:00
Mike Conley
079cc4f06a Backed out changeset 9adfbbc3549c (Bug 951854) for missing Australis commit message. 2014-01-15 03:50:51 -05:00
Mike Conley
891c5f69bc Bug 951854 - Add developer tools button to panel placements in BrowserUITelemetry. r=jaws. 2014-01-15 03:40:56 -05:00
Mike Conley
0f1adec24c Bug 949217 - [Australis] Collect UITelemetry on how many extra toolbars there are. r=Gijs. 2014-01-15 03:40:12 -05:00
Rodrigo Silveira
00802a2f7e Bug 959147 - Search Results Overlay Minimum Results has Two Blank Tiles r=sfoster 2014-01-13 16:28:17 -08:00
Wes Kocher
7c7e7a16a2 Merge m-c to fx-team 2014-01-14 16:15:24 -08:00
Ben DeCoste
dd7febf1ec Bug 910183 - Highlight trailing space in the editor. r=msucan 2014-01-14 14:12:39 -08:00
Florian Quèze
75672b073a Bug 911981 - Chat panels are lost while detaching/attaching, r=mixedpuppy. 2014-01-14 23:08:20 +01:00
Gijs Kruitbosch
cc0f3db794 Bug 941211 - use px sizes for Australis' panel/palette icons, and incorporate into height, r=jaws 2014-01-09 16:22:10 +00:00
Gijs Kruitbosch
1e1e557e8e Bug 956431 - fix Australis' intermittent browser_946320_tabs_from_other_computers.js, r=jaws 2014-01-09 23:52:00 +00:00
Blair McBride
58643e2ab2 Bug 935815 - [Australis] UITour: Allow adding a button with an action to the info panel. r=MattN 2014-01-06 12:27:25 +13:00
Mike Conley
761c45a21c Bug 952592 - [Australis] Collect sizemode from first window in BrowserUITelemetry. r=Gijs. 2014-01-04 16:39:14 -05:00
Ehsan Akhgari
86b366517d Merge m-c into fx-team 2014-01-04 12:20:27 -05:00
Ehsan Akhgari
eaa7491d77 Bug 927728 - Part 1: Replace PRUnichar with char16_t; r=roc
This patch was automatically generated by the following script:

#!/bin/bash
# Command to convert PRUnichar to char16_t

function convert() {
echo "Converting $1 to $2..."
find . ! -wholename "*nsprpub*" \
       ! -wholename "*security/nss*" \
       ! -wholename "*modules/libmar*" \
       ! -wholename "*/.hg*" \
       ! -wholename "obj-ff-dbg*" \
       ! -name prtypes.h \
       ! -name Char16.h \
         -type f \
      \( -iname "*.cpp" \
         -o -iname "*.h" \
         -o -iname "*.c" \
         -o -iname "*.cc" \
         -o -iname "*.idl" \
         -o -iname "*.ipdl" \
         -o -iname "*.ipdlh" \
         -o -iname "*.mm" \) | \
    xargs -n 1 sed -i -e "s/\b$1\b/$2/g"
}

convert PRUnichar char16_t
2014-01-04 10:02:17 -05:00
Jared Wein
c9b5bd3d2a Bug 946320 - Followup, remove all logins after disabling sync. r=me
--HG--
extra : rebase_source : 1a0da944bb2cde11e899b78b2421ab87837553d2
2014-01-03 17:28:16 -05:00
Victor Porof
f417180c8e Bug 951633 - Fix assertion typos in browser_dbg_stack-02.js, r=past 2014-01-04 00:04:24 +02:00
Victor Porof
43ef36d2f3 Bug 951633 - Change the wording in some WidgetMethods comments, r=past 2014-01-04 00:04:24 +02:00
Victor Porof
b8595b7dba Bug 952767 - Yield waiting for the FETCHED_VARIABLES event and fix a few typos in browser_dbg_variables-view-override-01.js, r=past 2014-01-04 00:04:23 +02:00
Victor Porof
12baaeb40f Bug 951633 - Fix tests after the WidgetMethods API changes, r=past 2014-01-03 23:42:28 +02:00
Victor Porof
ac8d0589be Bug 951633 - Drop the <xul:menulist> support for WidgetMethods, r=past 2014-01-03 23:42:16 +02:00
Victor Porof
823bbe9ec0 Bug 952767 - Variables view scopes should always be lazily populated, r=past 2014-01-03 23:41:28 +02:00
Victor Porof
6ac911b175 Bug 952734 - Sources with LabeledStatements makes ParserHelpers.getNodeLocation puke, r=past 2014-01-03 23:41:28 +02:00
Ryan VanderMeulen
29500d1a05 Merge m-c to fx-team. 2014-01-03 15:00:17 -05:00
Jared Wein
6e0c24644b Bug 933926 - [Australis] Hide customization palette during transition phase. r=Unfocused 2014-01-03 14:57:22 -05:00
Jared Wein
fdfb165666 Bug 946320 - [Australis] history widget missing a "Tabs From Other Devices" entry. r=Gijs 2014-01-03 14:57:19 -05:00
Sam Foster
bfd87ac71e Bug 948139 - Use UITelemetry to capture clicks on the 'switch to desktop' appbar item. r=mbrubeck 2014-01-03 11:47:45 -08:00
Brian Grinstead
f265af2009 Bug 947309 - DevTools themes - use new icons for toolbar;r=paul 2014-01-03 13:32:26 -06:00
Ryan VanderMeulen
e6fb1464e3 Merge m-c to inbound. 2014-01-03 14:12:28 -05:00
Sami Jaktholm
aef4262864 Bug 953184 - Do not show an error if user cancels the file chooser dialog when importing a CSS file in Devtools Style Editor. r=harth 2014-01-03 09:29:05 -05:00
Paul Rouget
c098559563 Bug 949858 - Make sure we're not duplicating toolboxes and that we forget about them at the app-manager level. r=ochameau 2014-01-03 09:28:23 -05:00
Francesco Lodolo (:flod)
a3faf5ace7 Bug 952742 - [Australis] "Move to menu" label is using the wrong entity for accesskey; r=dolske 2014-01-03 15:04:56 +01:00
Mike Conley
1e2f53713b Bug 956138 - [Australis] Have BrowserUITelemetry wait for sessionstore-windows-restored before gathering measurements. r=jaws. 2014-01-02 19:02:46 -05:00
Jared Wein
5fded17145 Bug 956130 - [Australis] The tab groups button has the wrong icon when it is shown in non-overflow mode on Windows. r=mconley 2014-01-02 18:05:28 -05:00
Jared Wein
7ce0417292 Bug 934951 - [Australis] Zoom controls percentage label doesn't update when it's in the toolbar and you navigate. r=mconley 2014-01-02 18:02:55 -05:00
Fernando Jiménez
9158242d47 Bug 958546 - s/isVerified/verified in all FxAccounts related code. r=markh 2014-01-14 17:00:36 +01:00
Gijs Kruitbosch
9930606f5b Bug 952963 - Australis: areaType getter in widget wrapper shouldn't assume area exists, r=jaws
Fixing commit msg; DONTBUILD, identical to 4bc1cf097ca1
2014-01-02 21:17:58 +00:00
Gijs Kruitbosch
f0f1a3132e Backed out changeset 4bc1cf097ca1 (bug 952963) 2014-01-02 22:10:50 +00:00
Gijs Kruitbosch
2ce882592a Bug 952963 - areaType getter in widget wrapper shouldn't assume area exists, r=jaws
--HG--
extra : rebase_source : adf2bb0d616b9ad92d88854a903f1b9de33661bb
2014-01-02 21:17:58 +00:00
Gijs Kruitbosch
a8c6b9a074 Bug 953153 - Australis: download button width changes when pressed, r=jaws
--HG--
extra : rebase_source : aa94a3d67bdb3a6e1537b6881a02b67c71628acd
2014-01-02 21:17:49 +00:00
Ryan VanderMeulen
2047150905 Merge m-c to fx-team. 2014-01-02 16:19:21 -05:00
Ryan VanderMeulen
63aa753625 Merge fx-team to m-c. 2014-01-02 16:13:34 -05:00
Jared Wein
e3579754fe Bug 940107 - [Australis] Home icon not shown when moved to Bookmarks toolbar, only text. r=mconley
--HG--
extra : rebase_source : 0514eeda6abfc319d6316898a65bcb99c287ff6e
2014-01-02 15:32:09 -05:00
Jim Mathies
a3b69e3970 Bug 943071 - When caretPositionFromPoint fails fall back on selectAtPoint apis for selecting text. r=mbrubeck 2014-01-02 13:05:33 -06:00
Jim Mathies
e6b5066beb Bug 943071 - Regression fix from bug 950832: call the right browser translational helper for the y coord. r=mbrubeck 2014-01-02 13:05:33 -06:00
Matt Brubeck
75a3b0921d Bug 952846 - Ship PDF.js code in Metro Firefox for Nightly builds only [r=jimm] 2014-01-02 09:15:56 -08:00
Gavin Sharp
ea64d1c164 Bug 601409: Add a comment to some confusing search.xml code 2014-01-04 16:45:29 -05:00
Henri Sivonen
f638128e1b Bug 952736 - Fix spelling of "Ukrainian". r=dao. 2014-01-02 16:05:24 +02:00
Henri Sivonen
0a59ad7382 Bug 213517 part 2 - Remove the x-user-def language group. r=jfkthame. 2014-01-02 09:18:20 +02:00
Tim Taubert
1ec67d02b4 Bug 952998 - Follow-up to fix test and use document.documentURIObject rs=Unfocused
From 9609390ee1e49e13e8beaac9dc26eb2c9b37887b Mon Sep 17 00:00:00 2001
2014-01-07 11:56:28 +01:00
Tim Taubert
df39efc09c Bug 952998 - Use FrameTree to collect DOMSessionStorage data r=yoric
From 594cc2bdabe535ef356276bce49c4b36c73ab3a2 Mon Sep 17 00:00:00 2001
2013-12-20 14:23:32 +01:00
Tim Taubert
91a330d3d3 Bug 952934 - Use onFrameTreeReset() to re-collect docShell capability data r=smacleod
From b3a6d0ab445df9e336b969f230c1394f457dd91c Mon Sep 17 00:00:00 2001
2013-12-22 18:26:27 +01:00
Shane Caraveo
06e559585e bug 956870 fix missing share icon on linux/australis, r=felipe 2014-01-06 14:28:06 -08:00
Peiyong Lin
0b99d17f2d Bug 952465 - [Session Restore] Replace Components.utils.reportError with Console.jsm. r=Yoric 2014-01-06 15:27:25 -05:00
J. Ryan Stinnett
2c70257b82 Bug 947710 - Stop evaling and catch errors in Manifest Editor. r=vporof 2014-01-06 11:14:21 -06:00
Magnus Melin
03cb911e3d Bug 331772 - tooltiptext fails on XUL button in HTML page. r=enndeakin 2013-12-18 22:44:34 +02:00
Peiyong Lin
320f9951a2 Bug 950378 - Focus and select the findbar input when using Control-F while findbar is displayed; r=mbrubeck 2014-01-02 20:58:57 +01:00
Georg Fritzsche
6c81e90760 Bug 950435 - Move click-to-play notification bar tests out of browser_pluginnotification.js. r=jaws
--HG--
rename : browser/base/content/test/general/browser_CTP_hideBar.js => browser/base/content/test/general/browser_CTP_notificationBar.js
2013-12-20 14:20:32 +01:00
Garrett Robinson
64abf55eea Bug 713980 - Log warnings about blocked cross-site requests to the Web Console. r=smaug 2014-01-07 09:51:05 -05:00
Steven MacLeod
c0902ae1b2 Bug 945667 - Disable failing portion of browser_aboutHome.js and enable the dependent tests. r=gavin 2014-01-08 15:58:47 -05:00
ytx
ab293b2da6 Bug 956151 - Remove the perm attribute in permissions.js. r=dao 2014-01-03 09:32:57 -05:00
Kevin Grandon
1c42fd00bd Bug 957418 - Enable Inter-App Communication API for non-release builds of Firefox. r=ehsan 2014-01-09 12:50:24 -05:00
Olli Pettay
e0b9b7d268 Bug 857427 - Try to load the page again if not yet loaded. r=ehsan 2014-01-10 10:20:09 -05:00
Carsten "Tomcat" Book
71fdbc4f4e Merge mozilla-central to mozilla-inbound 2014-01-14 16:11:37 +01:00
Axel Hecht
0213220786 bug 958703, remove several locales from Firefox as they're stuck, r=jbeatty, DONTBUILD 2014-01-14 15:46:56 +01:00
Ehsan Akhgari
16d1db5d25 Bug 958985 - Fix the variable names (pushed the wrong patch) 2014-01-14 08:44:11 -05:00
Ehsan Akhgari
e2344d6399 Bug 958985 - Make isBidiEnabled check the intl.uidirection.<locale> pref; r=smontagu 2014-01-14 08:41:41 -05:00
Ms2ger
52fa2f5973 Merge inbound to m-c. 2013-12-31 10:19:24 +01:00
Ms2ger
6c7c16c6b2 Bug 950130 - Move more INCLUDES / LOCAL_INCLUDES to moz.build; r=mshal 2013-12-31 10:06:11 +01:00
Phil Ringnalda
c9a9b03eff Bug 952422 - Disable browser_overflow_anchor.js on Linux for excessive timeouts and extremely excessive fallout from them 2013-12-30 19:53:54 -08:00
Wes Kocher
70babb0726 Merge m-c to inbound 2013-12-24 15:25:23 -08:00
Georgiana Chelu
6956ed9628 Bug 948889 - Move the inline script in aboutTabCrashed.xhtml into a separate file; r=ttaubert 2013-12-24 15:32:55 +01:00
Emma Sajic
6dbf20feee Bug 387849 - [Australis] Remove the "Open Location..." menu item as it's no longer needed. The Location bar is now not removable so it will always be present. Hence no need for a menu item that does the same thing as the bar. r=dao 2013-12-23 11:27:16 +01:00
Matt Brubeck
853dc84650 Back out part of bug 859579 to allow PDF.js testing in nightly Metro builds 2013-12-21 21:50:20 -08:00
Matt Brubeck
0257080076 Bug 957150 - Fix errors in history deserialization on Metro [r=TimAbraldes] 2014-01-15 07:56:15 -08:00
Blake Winton
6c01c95343 Bug 932947 - Make the styling of Australis' customizable dragged items look more like Philipp's prototype. r=Gijs, ui-r=phlsa
--HG--
extra : rebase_source : b0b0c41294844266a06f0a74dc168c2224c5230f
2014-01-15 02:21:00 +01:00
Gijs Kruitbosch
2c8aa5cfd7 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
Ehsan Akhgari
1b93eab0ff Bug 959768 - Add non-unified mozconfigs for desktop and mobile builds (linux64 bits); r=catlee 2014-01-15 10:38:45 -05:00
Dão Gottwald
0661fdb510 Bug 827084 - A tab being moved to a different window shouldn't prevent the page from opening dialogs. r=enndeakin 2014-01-15 15:53:20 +01:00
Jim Mathies
ec76e47a82 Bug 952993 - Reset the browser deck offset when finder wraps to the top of the page. r=rsilveira 2014-01-14 10:24:28 -06:00
cptanu
943e67da90 Bug 940838 - [Australis] Clicking tab does not switch tab after popup Nav-Bar-overflow panel. r=dao 2014-01-15 09:34:42 -05:00
Patrick Brosset
69aa57b40f Bug 958169 - Switch to the inspector panel on click of the pick button; r=bgrins 2014-01-15 14:03:18 +01:00
Terrence Cole
921e4d13f1 Bug 753203 - Enable exact rooting by default on desktop; r=sfink,r=jonco,sr=naveed 2013-11-22 16:44:44 -08:00
Marco Bonardo
ebbaeb1dde Bug 957585 - Make jumplists listen for "active" idle topic instead of the defunct "back". r=jimm 2014-01-08 18:43:01 +01:00
Carsten "Tomcat" Book
c5a86da212 Merge mozilla-central to mozilla-inbound 2014-01-08 13:25:28 +01:00
Markus Stange
994a52511c Bug 874792 - [Australis] Make the PanelUI popup slide instead of flip when it doesn't fit on the screen. r=Gijs 2014-01-08 10:34:55 +01:00
Tomer Cohen
2f2f12e30f Bug 744659 - [about:home][rtl] Use dir=auto in search box to change direction if query is RTL, r=ehsan 2014-01-07 23:36:39 -08:00
Wes Kocher
8100da35c9 Merge fx-team to m-c 2014-01-07 18:16:39 -08:00
Hubert B Manilla
8ddc66ac73 Bug 913665 - Detect minified files and pretty print them by default; r=fitzgen 2013-12-24 15:32:55 +01:00
Carsten "Tomcat" Book
b0e605aade Merge mozilla-central to mozilla-inbound for australis backout
--HG--
extra : amend_source : c72e232f00e11417faabc3eac492edcc704a1003
2014-01-16 09:53:11 +01:00
Gian-Carlo Pascutto
4ecb4f84ff Bug 783047 - Update SafeBrowsing URLs to use HTTPS. r=mmc,dcamp sr=gavin 2014-01-16 09:27:59 +01:00
Alex Henrie
bd103dbad3 Bug 157846. Main patch: Propagate text <input> padding down to its scrolled child and add 1px left/right padding to stylesheets as needed. Fix tests. r=roc
Original patch by Charly Molter. Help from Robert O'Callahan and Jim Mathies.

--HG--
extra : rebase_source : eacfe5696e9831f149157bbd7fe697c0f8020604
2014-01-13 08:13:10 -05:00
Matt Brubeck
b0b000eb85 Bug 923596 - Integrate shumway into Metro UI (disabled by default) [r=jimm,gps] 2013-10-17 10:49:54 -07:00
Victor Porof
8cbe5d31e1 Bug 952565 - Minor style tweaks for the Toolbox tabbar, r=bgrins 2013-12-21 18:55:48 +02:00
Tim Taubert
3c761043d1 Bug 952401 - Collect scroll and pageStyle data as soon as the frame tree is available r=smacleod
From 84ca4ca357b94a5dc9449627e88bb4e3cde69557 Mon Sep 17 00:00:00 2001
2013-12-20 11:13:49 +01:00
Carsten "Tomcat" Book
5af407a8bf merge fx-team to mozilla-central 2013-12-21 13:41:05 +01:00
ffxbld
4e24edaabf No bug, Automated blocklist update from host bld-linux64-ix-037 - a=blocklist-update 2013-12-21 03:14:46 -08:00
Jared Wein
80055144a3 Bug 940052 - [Australis] Customize tab gets truncated after entering customization mode. r=mconley 2013-12-21 01:17:02 -05:00
Wes Kocher
9f3dbd06c6 Merge m-c to fx-team 2013-12-20 19:02:25 -08:00
Wes Kocher
18ed09c2b6 Merge fx-team to m-c 2013-12-20 18:28:28 -08:00
Rodrigo Silveira
c2f6ca0798 Bug 883930 - The soft keyboard should not be able to obscure input in dialogs r=mbrubeck
--HG--
extra : rebase_source : 60975825fe841562729daafd7e8ec55d5b76e0b4
2013-12-20 15:01:23 -08:00
Tim Taubert
c5ecbf72a9 merge m-c to elm 2013-12-20 15:05:28 +01:00
Wes Kocher
1604d77962 Merge fx-team to m-c 2013-12-19 19:09:04 -08:00
Jeff Walden
98fe78423c Update debugger tests for new JSON.parse syntax error message format. Followup to bug 507998, r=yetmoreorangesigh
--HG--
extra : rebase_source : 9e4009922085b67d2ca7f8e92c7ec269c7446924
2013-12-19 18:26:26 -05:00
Tim Taubert
6f4002d450 merge m-c to elm 2013-12-19 15:52:32 +01:00
Mark Hammond
c8e0341c3c Have the sync setup dialog do the right thing if identity.fxaccounts.enabled=true 2013-12-19 16:38:35 +11:00
Tim Taubert
9f685f4d29 Bug 951857 - Bring back UI entry points and the setup dialog for old sync r=markh
From 046c19dae155a175cf6fa5e480f1fa1882f7d51f Mon Sep 17 00:00:00 2001
2013-12-18 23:10:11 +01:00
Ryan VanderMeulen
ff99a5a9c8 Merge m-c to fx-team. 2013-12-18 21:29:09 -05:00
Ryan VanderMeulen
d1e170e512 Merge fx-team to m-c. 2013-12-18 21:19:33 -05:00
Ryan VanderMeulen
b54a42a694 Backed out changeset be2eafebfb4d (bug 935815) for mochitest-bc orange.
CLOSED TREE
2013-12-18 20:37:30 -05:00
Nick Fitzgerald
77e22fc34d Bug 929349 - Integrate a tracing debugger into our existing debugger; r=vporof,past 2013-12-18 14:17:27 -08:00
Mike Conley
27ac8abace Bug 951747 - [Australis] Add simple measurement to BrowserUITelemetry for toolbar contents. r=jaws. 2013-12-18 16:54:59 -05:00
Tim Taubert
46e29d4462 merge m-c to elm 2013-12-18 17:54:23 +01:00
Carsten "Tomcat" Book
329e7e96dc merge fx-team to mozilla-central 2013-12-18 15:47:44 +01:00
Carsten "Tomcat" Book
0ad8852b50 merge fx-team to mozilla-central 2013-12-18 12:40:28 +01:00
Michael Ratcliffe
324d5e55ba Bug 864098 - Add "Disable Cache" to options panel r=jwalker
--HG--
rename : browser/devtools/framework/test/browser_toolbox_options_disablejs.html => browser/devtools/framework/test/browser_toolbox_options_disable_js.html
rename : browser/devtools/framework/test/browser_toolbox_options_disablejs.js => browser/devtools/framework/test/browser_toolbox_options_disable_js.js
rename : browser/devtools/framework/test/browser_toolbox_options_disablejs_iframe.html => browser/devtools/framework/test/browser_toolbox_options_disable_js_iframe.html
2013-12-18 09:34:49 +00:00
Phil Ringnalda
a4ed7a6042 Back out fc79fa2fd2e3 (bug 941002) for Win8 browser_880382_drag_wide_widgets_in_panel.js bustage
CLOSED TREE
2013-12-17 23:12:09 -08:00
Wes Kocher
171c7a07cb Merge m-c to fx-team 2013-12-17 21:21:30 -08:00
Wes Kocher
e365f41e60 merge inbound to m-c 2013-12-17 21:00:02 -08:00
Mike Conley
9490402adb Bug 944147 - [Australis] Collect UITelemetry on bookmark star usage. r=jaws. 2013-12-17 23:57:36 -05:00
Tetsuharu OHZEKI
bd9834a7ac Bug 881436 - [Australis] Add History Sidebar toggle item to History widget panel. r=jaws DONTBUILD 2013-12-17 22:12:13 -05:00
Jared Wein
f01fc19efa Backed out changeset 8d77e66558eb (bug 881436) for not including [Australis] in the commit message. 2013-12-17 22:20:26 -05:00
Tetsuharu OHZEKI
fc89f378c9 Bug 881436 - Add History Sidebar toggle item to History widget panel. r=jaws
--HG--
extra : rebase_source : a6b7b7e2cf689c35b2a18e705cc232efa86eeac4
2013-12-17 22:12:13 -05:00
Jared Wein
21ed44fb9c Bug 941002 - [Australis] Add Developer Tools button to menu default set. r=Unfocused 2013-12-17 21:11:59 -05:00
Jared Wein
faaab61909 Bug 941568 - [Australis] History subview shows no URLs/addresses in the tooltips. r=Unfocused 2013-12-17 21:11:57 -05:00
Brian Warner
aca417b105 Leave the fxa jelly up after signin/signup. r=ckarlof
The UX is still pretty bad, but this is marginally better, because
the instructions to "go check your email" remain on the screen.
Related to Bug 949699.
2013-12-17 17:59:55 -08:00
Ryan VanderMeulen
f1871d37dd Bug 945667 - Disable browser_google_behavior.js on Linux due to relying on browser_aboutHome.js. 2013-12-17 20:01:58 -05:00
Tim Abraldes
bda0f2b765 bug 941457. When clearing history, close all open tabs so the browser (including overlay buttons) is in a consistent state. r=mbrubeck 2013-12-17 15:05:37 -08:00
Mike Conley
7edac9928b Bug 944049 - [Australis] Collect UITelemetry on bookmarks toolbar usage. r=jaws. 2013-12-17 17:00:13 -05:00
Masayuki Nakano
b258d7f789 Bug 947115 All tests shouldn't use nsIDOMWindowUtils.sendNativeKeyEvent() directly. Use synthesizeNativeKey() instead. r=smaug 2013-12-18 16:02:46 +09:00
Nick Alexander
bd12407b3a Merge m-c to elm 2013-12-17 13:31:03 -08:00
Ryan VanderMeulen
b9ea898a47 Merge m-c to fx-team. 2013-12-17 16:23:55 -05:00
Justin Dolske
76814b4c2f Bug 951364 - [Australis] button context menu should offer to "move", not "add". r=jaws 2013-12-17 13:21:37 -08:00
Jim Mathies
19c320d2e5 Bug 950241 - Fix: when the browser restarts for an update, a new instance doesn't launch. r=bbondy 2013-12-17 15:17:26 -06:00
Ryan VanderMeulen
bf724388cc Merge fx-team to m-c. 2013-12-17 16:10:10 -05:00
Matt Brubeck
0e933828ba Bug 950832 - Disable double-tap zoom and 300ms tap delay in Metro to fix OSK bugs [r=jimm] 2013-12-17 12:50:49 -08:00
Brian Grinstead
2943f4d5c4 Bug 948324 - DevTools Themes: Remote connection screen does not have devtools text input styling;r=past 2013-12-17 11:07:37 -06:00
Paul Rouget
72a3422760 Bug 950739 - Don't scroll toolbox on raise. r=robcee 2013-12-17 11:05:13 -05:00
Albert Juhe
b924cc3b5d Bug 947839 - The top green border of a "highlighted" tab doesn't extend over the margins like "selected" tabs. r=bgrins 2013-12-17 11:05:00 -05:00
Carsten "Tomcat" Book
63b88cc2fa Backed out changeset 812c5f165aca (bug 864098) for XPC Bustage on a CLOSED TREE
--HG--
rename : browser/devtools/framework/test/browser_toolbox_options_disable_js.html => browser/devtools/framework/test/browser_toolbox_options_disablejs.html
rename : browser/devtools/framework/test/browser_toolbox_options_disable_js.js => browser/devtools/framework/test/browser_toolbox_options_disablejs.js
rename : browser/devtools/framework/test/browser_toolbox_options_disable_js_iframe.html => browser/devtools/framework/test/browser_toolbox_options_disablejs_iframe.html
2013-12-17 13:58:55 +01:00
Michael Ratcliffe
63a781b7e1 Bug 864098 - Add "Disable Cache" to options panel r=jwalker
--HG--
rename : browser/devtools/framework/test/browser_toolbox_options_disablejs.html => browser/devtools/framework/test/browser_toolbox_options_disable_js.html
rename : browser/devtools/framework/test/browser_toolbox_options_disablejs.js => browser/devtools/framework/test/browser_toolbox_options_disable_js.js
rename : browser/devtools/framework/test/browser_toolbox_options_disablejs_iframe.html => browser/devtools/framework/test/browser_toolbox_options_disable_js_iframe.html
2013-12-17 10:58:21 +00:00
Carsten "Tomcat" Book
45ff41b74f Backed out changeset af77b8d3a9e1 (bug 885052) for b-c testfailures on a CLOSED TREE 2013-12-17 09:12:44 +01:00
Brian Warner
51e317799a Bug 949699 - switch fxa jelly to "moar_native". 2013-12-17 15:45:03 +11:00
Mark Hammond
807f960170 Get browser-aboutAccounts test working. 2013-12-17 15:45:02 +11:00
Jared Wein
c54daea4b4 Bug 885052 - Fullscreen-button is checked during customization mode if the browser is in fullscreen. r=Unfocused 2013-12-16 23:20:13 -05:00
Jared Wein
037773c308 Backed out changeset 663470a9a54b (bug 885052) 2013-12-17 00:45:00 -05:00
Shane Caraveo
ca3686017f bug 935640 part 3 Australis, update social sidebar with new ux, test updates, r=markh 2013-12-16 21:38:39 -08:00
Shane Caraveo
26a7f2e9b1 bug 935640 part 2 Australis, update social sidebar with new ux, activation panel, r=markh 2013-12-16 21:38:22 -08:00
Shane Caraveo
862d9885b4 bug 935640 part 1 Australis, update social sidebar with new ux, r=markh 2013-12-16 21:37:30 -08:00
Shane Caraveo
8cbeba7cc6 bug 940155 make marks button work in Australis menu panel, r=markh 2013-12-16 21:24:44 -08:00
Shane Caraveo
47254b9a46 bug 914921 make status button work in Australis menu panel, r=markh 2013-12-16 21:21:17 -08:00
Jared Wein
602778da29 Bug 885052 - Fullscreen-button is checked during customization mode if the browser is in fullscreen. r=Unfocused 2013-12-16 23:20:13 -05:00
Nicholas Nethercote
fd1c9119b2 Bug 937635 - Install libdmd. r=glandium. 2013-12-16 19:27:10 -08:00
Ryan VanderMeulen
0e2134394f Bug 945667 - Disable browser_aboutHome.js on Linux due to intermittent failures.
--HG--
extra : rebase_source : 3c51923054c83821feeff9a81e265409ace454d8
2013-12-17 16:25:48 -05:00
Ryan VanderMeulen
81208466f0 Merge m-c to inbound. 2013-12-17 16:20:31 -05:00
Justin Dolske
1f02646fea Bug 946549 - Remove dead code obsoleted by bug 355063 for filling passwords on load. r=MattN 2013-12-16 13:27:47 -08:00
Jared Wein
a013500ed1 Bug 885052 - [Australis] Fullscreen-button is checked during customization mode if the browser is in fullscreen. r=Unfocused 2013-12-16 23:20:13 -05:00
Jared Wein
32e7a01ddf Bug 950014 - [Australis] Ctrl-K no longer goes to home page of default search engine (when search toolbar hidden). r=mconley,gijs
--HG--
extra : rebase_source : 011ff25a2a6ed81e93c45f041ead35d5cf2be82b
2013-12-17 13:45:00 -05:00
Jared Wein
7befddc561 Bug 933961 - [Australis] Hide the tab-view-deck background during customization transition. r=mconley
--HG--
extra : rebase_source : 6e913265db2b56ad1c8c7794e9e7f7ca5ec62ad5
2013-12-17 13:44:14 -05:00
Gijs Kruitbosch
ac7ba8c9b9 Bug 700363 - [Australis] Hide conditional forward button permanently when not in use to prevent accidental glitches. r=Unfocused,jaws
--HG--
extra : rebase_source : 981cf692f5e7df0b4dc59a4eb926915363de1fec
2013-12-17 13:43:50 -05:00
Nick Alexander
16a571629c Merge m-c to elm 2013-12-16 09:13:10 -08:00
Steven MacLeod
227b183c61 Bug 546169 - Use an event listener instead of a timeout to avoid intermittent failures. r=gavin 2013-12-15 14:05:53 -05:00
Mike Connor
778c4d0872 bug 950204 - Bing search suggestions on desktop do not include locale, r=gavin 2013-12-19 14:51:09 -05:00
Phil Ringnalda
c6cca52a67 Merge m-c to m-i 2013-12-14 18:37:06 -08:00
Phil Ringnalda
090c7b57b2 Merge f-t to m-c 2013-12-14 18:21:57 -08:00
Phil Ringnalda
5ee23c4e72 Merge m-i to m-c 2013-12-14 18:20:38 -08:00
Jim Mathies
bcc3ee9ff9 Bug 947146 - Remove hover states from elements that get touch tapped, plus some tests. r=mbrubeck 2013-12-14 14:40:56 -06:00
Jim Mathies
6bcb765b2b Bug 945765 - Add some basic front end apzc tests to catch regressions. r=mbrubeck 2013-12-14 14:40:56 -06:00
Peiyong Lin
a26e629203 Bug 950072 - Metro "View Source" menu item should open a "child" tab. r=mbrubeck 2013-12-14 08:56:28 -08:00
ffxbld
04521c3d14 No bug, Automated blocklist update from host bld-centos6-hp-016 - a=blocklist-update 2013-12-14 03:11:25 -08:00
Tim Taubert
a948498768 Backed out changeset 7b156069de68 (bug 936065) for causing bug 950320 r=smacleod 2013-12-14 09:38:07 +01:00
Florian Quèze
c91942cc13 Bug 950051 - context-menu reload in SocialAPI panels doesn't reload the panel, r=mixedpuppy. 2013-12-17 00:10:30 +01:00
Peiyong Lin
08a82c304e 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
Ryan VanderMeulen
64cc5ca3eb Merge m-c to fx-team. 2013-12-16 17:00:19 -05:00
Ryan VanderMeulen
1afb369d7b Merge inbound to m-c. 2013-12-16 16:58:27 -05:00
Steffen Wilberg
246e3cf4a5 Bug 950357: The About dialog shouldn't check for updates without asking if the 'Never check for updates' option is selected. Instead, present a 'Check for Updates' button. r=felipe 2013-12-16 22:55:44 +01:00
Ryan VanderMeulen
0421526d35 Merge fx-team to m-c. 2013-12-16 16:54:22 -05:00
Heather Arthur
f22df63ea1 Bug 949678 - Rule view should show inline sheet links as 'inline:<lineno>' instead of '/:<lineno>' when source maps are enabled; r=pbrosset 2013-12-16 11:49:17 -08:00
Kartikaya Gupta
cede2efb3a Bug 949132 - Use the FrameMetrics flag on the layers update to update APZC scroll offset instead of tracking it in widget code. r=Cwiiis 2013-12-16 12:04:46 -05:00
Gijs Kruitbosch
e14a2da358 Bug 950334 - Australis' (un)registerWindow methods in BrowserUITelemetry assume areaNode exists, r=mconley 2013-12-16 11:28:38 +00:00
Gijs Kruitbosch
ac58a4e1e9 Bug 947410 - Australis' addonbar shim doesn't check collapsed state correctly, r=mikedeboer 2013-12-16 11:12:11 +00:00
Sam Foster
7998875fc1 Bug 943201 - Add gradient to download progress ring image, rotate it with progress angle. r=mbrubeck 2013-12-16 10:33:36 -08:00
Sam Foster
d7318a530d Bug 938324 - Improve synchronization of system on-screen keyboard animation with appbar positioning animation. r=jimm 2013-12-16 10:25:06 -08:00
Matt Brubeck
ddfe4b7904 Bug 949333 - Make Metro prompt service work for Master Password [r=TimAbraldes] 2013-12-16 10:15:09 -08:00
Matt Brubeck
eecc1db9a4 Bug 905369 - Use cached favicons on the start page [r=jimm] 2013-12-16 09:22:24 -08:00
Marina Samuel
4a9ad0d4e9 Bug 920236 - Add a pref to display a page on first run after install/upgrade r=mbrubeck 2013-12-13 13:42:02 -08:00
Ryan VanderMeulen
c7ce80e17d Merge inbound to m-c. 2013-12-13 16:15:52 -05:00
Brian Grinstead
4783fb9e1f Bug 950097 - [ruleview] Styles not being updated on some pages;r=paul 2013-12-13 13:17:23 -06:00
Matt Brubeck
7166747176 Bug 950075 - Don't forward non-navigation keys to the menu list [r=rsilveira] 2013-12-13 10:40:23 -08:00
Jan Beich
fefbb8a472 Bug 948946 - Test toolkit, not platform, for linux theme. r=dao 2013-12-13 12:12:00 -05:00
Jim Mathies
85a2553b7f Bug 949590 - fix windows build bustage. r=bustage 2013-12-13 11:00:44 -06:00
Jim Mathies
0daa8f1d62 Bug 949590 - Follow up, turn off CEH debug console. r=me 2013-12-13 09:54:46 -06:00
Jim Mathies
5e155a22a4 Bug 949590 - When switching browsers, wait for the previous instance to close the profile before launching. r=bbondy 2013-12-13 09:51:21 -06:00
Markus Stange
f6795f5cdd Bug 944937 - Add a shim for Services.metro on non-Metro platforms. r=mbrubeck 2013-12-17 17:11:14 +01:00
Brian R. Bondy
e7e88b45f2 Bug 948478 - Metro Firefox hangs at startup trying to show add-on update dialog. r=mbrubeck 2013-12-12 20:47:50 -05:00
Matthew Noorenberghe
e8ff4e285a Bug 949380 - [Australis] Add @hidden=true initially to UITour panels. r=Unfocused 2013-12-13 23:54:04 +13:00
Wes Kocher
3b7fc0a192 Merge inbound to m-c 2013-12-12 19:12:51 -08:00
Jared Wein
c0dc59da1c Bug 949589 - In-Content Preferences openDialog typo in features string (model= should be modal=). r=Unfocused
--HG--
extra : rebase_source : 02726a2a1de45b923dfa420d97ee7c21862e4cc2
2013-12-12 18:14:19 -05:00
Jim Mathies
97366ac743 Bug 949509 - Disable strict compat for addons in metrofx. r=mbrubeck 2013-12-12 10:34:18 -06:00
Nick Alexander
1ddc9ba089 Merge m-c to elm
--HG--
rename : mobile/android/base/resources/drawable-mdpi/crash_reporter.png => mobile/android/base/crashreporter/res/drawable-mdpi/crash_reporter.png
rename : mobile/android/base/resources/layout/crash_reporter.xml => mobile/android/base/crashreporter/res/layout/crash_reporter.xml
rename : mobile/android/branding/aurora/content/fennec_72x72.png => mobile/android/branding/aurora/res/drawable-hdpi/icon.png
rename : mobile/android/branding/aurora/content/fennec_48x48.png => mobile/android/branding/aurora/res/drawable-mdpi/icon.png
rename : mobile/android/branding/aurora/content/fennec_96x96.png => mobile/android/branding/aurora/res/drawable-xhdpi/icon.png
rename : mobile/android/branding/aurora/content/fennec_144x144.png => mobile/android/branding/aurora/res/drawable-xxhdpi/icon.png
rename : mobile/android/branding/beta/content/fennec_72x72.png => mobile/android/branding/beta/res/drawable-hdpi/icon.png
rename : mobile/android/branding/beta/content/fennec_48x48.png => mobile/android/branding/beta/res/drawable-mdpi/icon.png
rename : mobile/android/branding/beta/content/fennec_96x96.png => mobile/android/branding/beta/res/drawable-xhdpi/icon.png
rename : mobile/android/branding/beta/content/fennec_144x144.png => mobile/android/branding/beta/res/drawable-xxhdpi/icon.png
rename : mobile/android/branding/nightly/content/fennec_72x72.png => mobile/android/branding/nightly/res/drawable-hdpi/icon.png
rename : mobile/android/branding/nightly/content/fennec_48x48.png => mobile/android/branding/nightly/res/drawable-mdpi/icon.png
rename : mobile/android/branding/nightly/content/fennec_96x96.png => mobile/android/branding/nightly/res/drawable-xhdpi/icon.png
rename : mobile/android/branding/nightly/content/fennec_144x144.png => mobile/android/branding/nightly/res/drawable-xxhdpi/icon.png
rename : mobile/android/branding/official/content/fennec_72x72.png => mobile/android/branding/official/res/drawable-hdpi/icon.png
rename : mobile/android/branding/official/content/fennec_48x48.png => mobile/android/branding/official/res/drawable-mdpi/icon.png
rename : mobile/android/branding/official/content/fennec_96x96.png => mobile/android/branding/official/res/drawable-xhdpi/icon.png
rename : mobile/android/branding/official/content/fennec_144x144.png => mobile/android/branding/official/res/drawable-xxhdpi/icon.png
rename : mobile/android/branding/unofficial/content/fennec_72x72.png => mobile/android/branding/unofficial/res/drawable-hdpi/icon.png
rename : mobile/android/branding/unofficial/content/fennec_48x48.png => mobile/android/branding/unofficial/res/drawable-mdpi/icon.png
rename : mobile/android/branding/unofficial/content/fennec_96x96.png => mobile/android/branding/unofficial/res/drawable-xhdpi/icon.png
rename : mobile/android/branding/unofficial/content/fennec_144x144.png => mobile/android/branding/unofficial/res/drawable-xxhdpi/icon.png
2013-12-12 08:21:15 -08:00
Carsten "Tomcat" Book
1aface9dae merge fx-team to mozilla-central 2013-12-12 13:28:08 +01:00
Patrick Brosset
21a2aeaf17 Bug 946331 - Rule/Computed views tooltip closes on new selection, r=miker 2013-12-12 08:57:37 +01:00
Mike Conley
40e39c9456 Bug 944145 - [Australis] Collect UITelemetry on default toolbar button usage. r=jaws. 2013-12-20 14:15:50 -05:00
Mihai Sucan
75dadac317 Bug 843004 - Part 4: Tests for pretty output of objects; r=nfitzgerald
--HG--
rename : browser/devtools/webconsole/test/browser_webconsole_bug_598357_jsterm_output.js => browser/devtools/webconsole/test/browser_webconsole_output_01.js
2013-12-19 23:07:54 +02:00
Mihai Sucan
c651ef571f Bug 843004 - Part 3: VariablesView ObjectActor pretty output; r=benvie,vporof 2013-12-18 20:17:05 +02:00
Victor Porof
fa3e11b5b0 Bug 952421 - Disabling and re-enabling a breakpoint turns it into a conditional breakpoint with an undefined expression, r=past 2013-12-20 19:05:18 +02:00
Albert Juhe
51ef22900b Bug 950667 - DevTools CSS - Use an attribute instead of .highlighted class for styling tabs like the paused debugger. r=bgrins 2013-12-20 11:40:21 -05:00
Tim Taubert
d0a43d08a1 Bug 951675 - Make sure to always copy data from the persistent cache r=yoric
From bbe5effc34b6e81e57750ec05164e7e10de75d7a Mon Sep 17 00:00:00 2001
2013-12-18 16:26:53 +01:00
Rodrigo Silveira
bca30bc405 Bug 941284 - First run experience r=mbrubeck
--HG--
extra : rebase_source : fa7ac4b0baf2bcb0b7ca47086c275959f4303e8d
2013-12-11 20:58:29 -08:00
Nick Fitzgerald
5048396367 Bug 949908 - There should be only one way to start/stop tracing in the debugger; r=vporof 2013-12-18 15:50:36 -08:00
Blair McBride
58dfd06ca3 Bug 935815 - [Australis] UITour: Allow adding a button with an action to the info panel. r=MattN 2013-12-19 12:36:29 +13:00
Matt Brubeck
411cdadc85 Bug 946296 - Add a pref to completely disable add-on providers in Metro [r=Unfocused] 2013-12-11 16:23:36 -08:00
Matt Brubeck
f22f1abbbf Back out c237f02b3578 (bug 946296) because it broke mochitest-metro-chrome 2013-12-11 18:46:53 -08:00
Matt Brubeck
924067d37e Bug 946340 - Enable vertical scrolling on about:start in portrait [r=ally] 2013-12-11 16:24:24 -08:00
Matt Brubeck
761e142d7e Bug 946296 - Add a pref to completely disable add-on providers in Metro [r=Unfocused] 2013-12-11 16:23:36 -08:00
Matt Brubeck
c90c7d7476 Back out 86a9b2253199 (bug 943681) because of mochitest timeouts on OS X on a CLOSED TREE 2013-12-13 17:41:54 -08:00
Jared Wein
00e7e3038a Bug 931891 - [Australis] Backed out bug 887515 and the followups (bug 896291, 909662, 896896). r=ttaubert
--HG--
extra : rebase_source : f6568e83e23c036f21270e0f133ee06b192b1f9e
2013-12-13 16:55:49 -05:00
Ryan VanderMeulen
1c0cf8ab13 Merge m-c to fx-team. 2013-12-13 16:18:16 -05:00
Jared Wein
d9450e4f5a Backed out changeset 1566f020e34e (bug 931891) for timing out some mochitest-bc tests on a CLOSED TREE
--HG--
extra : rebase_source : 423f491a0bedebfd9350167340d6f65d275a64cd
2013-12-13 15:57:31 -05:00
Victor Porof
b212ee71eb Bug 948893 - Hovering certain bounds in a HTML source while paused in the debugger can sometimes incorrectly show a variable inspection popup, r=past 2013-12-13 22:28:04 +02:00
Jared Wein
d6c33a8631 Bug 931891 - [Australis] Backed out bug 887515 and the followups (bug 896291, 909662, 896896). r=ttaubert 2013-12-13 14:27:56 -05:00
Nick Alexander
ca9d630761 Merge m-c to elm 2013-12-11 14:08:02 -08:00
Olli Pettay
c8f50c38c7 Bug 942229 - Intermittent browser_cmd_screenshot.js, r=jwalker
--HG--
extra : rebase_source : f44fec6e46526a1381ac956bc362f82e11c1123c
2013-12-11 22:36:24 +02:00
Ryan VanderMeulen
8141ef40e8 No bug - Miscellaneous tabview test manifest cleanups. 2013-12-18 11:42:31 -05:00
Ryan VanderMeulen
2625778809 Bug 736036 - Disable browser_tabview_bug610242.js on all platforms for intermittent failures. 2013-12-18 11:42:31 -05:00
Ryan VanderMeulen
b39ccabc52 Bug 944300 - Disable browser_tabview_privatebrowsing_perwindowpb.js on Linux for intermittent failures. 2013-12-18 11:42:31 -05:00
Ryan VanderMeulen
65b203cdba Bug 951477 - Disable browser_tabview_bug613541.js on Windows for intermittent failures. 2013-12-18 11:42:31 -05:00
Ryan VanderMeulen
6674db09df Bug 945687 - Disable browser_tabview_group.js on OSX and Windows for intermittent leaks. 2013-12-18 11:42:30 -05:00
Ryan VanderMeulen
5707928335 Bug 947521 - Disable browser_tabview_bug607108.js on Linux for intermittent failures. 2013-12-18 11:42:30 -05:00
Ryan VanderMeulen
90c241323c Bug 946918 - Disable browser_tabview_bug656778.js on OSX for intermittent failures. 2013-12-18 11:42:30 -05:00
Ryan VanderMeulen
a08682f08e Bug 922422 - Disable browser_tabview_bug630157.js and browser_tabview_bug631662.js on all platforms for intermittent failures. 2013-12-18 11:42:30 -05:00
Ryan VanderMeulen
0b049c6ad5 Bug 939617 - Disable browser_tabview_bug659594.js on OSX for intermittent failures. 2013-12-18 11:42:30 -05:00
Ryan VanderMeulen
6292d5e586 Merge fx-team to m-c. 2013-12-11 13:29:43 -05:00
Nick Alexander
f11096ce9f Merge m-c to elm 2013-12-11 10:25:40 -08:00
Victor Porof
8e77993afa Bug 815280 - Add a enable/disable all breakpoints button to the sources toolbar, r=rcampbell
--HG--
rename : browser/themes/linux/devtools/blackBoxMessageEye.png => browser/themes/linux/devtools/debugger-blackboxMessageEye.png
rename : browser/themes/osx/devtools/blackBoxMessageEye.png => browser/themes/osx/devtools/debugger-blackboxMessageEye.png
rename : browser/themes/windows/devtools/blackBoxMessageEye.png => browser/themes/windows/devtools/debugger-blackboxMessageEye.png
2013-12-11 14:34:53 +02:00
Carsten "Tomcat" Book
ee52c53bd6 merge fx-team to mozilla-central 2013-12-11 10:15:44 +01:00
Matthew Noorenberghe
47cebc7499 Bug 936273 - [Australis] UITour: Allow page to specify which highlight animation to use. r=Unfocused 2013-12-10 23:35:31 -08:00
Matthew Noorenberghe
40b79a4e22 Bug 948807 - [Australis] UITour: Fix highlight position and clipping when a dimension is smaller than the minimum. r=Unfocused 2013-12-10 23:35:31 -08:00
Matthew Noorenberghe
1098c5da2e Bug 936187 - [Australis] UITour: Switch highlight to a <panel> so it overlays the menu panel. r=Unfocused 2013-12-10 23:35:20 -08:00
Matthew Noorenberghe
6e5babcfa1 Bug 936187 - [Australis] UITour: Make the menu panel work except the z-order of annotations. r=Unfocused 2013-12-10 23:35:11 -08:00