Commit Graph

25497 Commits

Author SHA1 Message Date
Blair McBride
e94658b269 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
b1ee575843 Bug 952592 - [Australis] Collect sizemode from first window in BrowserUITelemetry. r=Gijs. 2014-01-04 16:39:14 -05:00
Ehsan Akhgari
5b8a5bf098 Merge m-c into fx-team 2014-01-04 12:20:27 -05:00
Ehsan Akhgari
1b83407ce9 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
f7b67ae5e4 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
4dd0812219 Bug 951633 - Fix assertion typos in browser_dbg_stack-02.js, r=past 2014-01-04 00:04:24 +02:00
Victor Porof
32d214fe9b Bug 951633 - Change the wording in some WidgetMethods comments, r=past 2014-01-04 00:04:24 +02:00
Victor Porof
baf881252f 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
c795ae9e68 Bug 951633 - Fix tests after the WidgetMethods API changes, r=past 2014-01-03 23:42:28 +02:00
Victor Porof
323427d634 Bug 951633 - Drop the <xul:menulist> support for WidgetMethods, r=past 2014-01-03 23:42:16 +02:00
Victor Porof
396353cbb4 Bug 952767 - Variables view scopes should always be lazily populated, r=past 2014-01-03 23:41:28 +02:00
Victor Porof
92ed141540 Bug 952734 - Sources with LabeledStatements makes ParserHelpers.getNodeLocation puke, r=past 2014-01-03 23:41:28 +02:00
Ryan VanderMeulen
807bae9f90 Merge m-c to fx-team. 2014-01-03 15:00:17 -05:00
Jared Wein
c2c3c169fe Bug 933926 - [Australis] Hide customization palette during transition phase. r=Unfocused 2014-01-03 14:57:22 -05:00
Jared Wein
ad52d37795 Bug 946320 - [Australis] history widget missing a "Tabs From Other Devices" entry. r=Gijs 2014-01-03 14:57:19 -05:00
Sam Foster
057494860b 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
3572f0ca45 Bug 947309 - DevTools themes - use new icons for toolbar;r=paul 2014-01-03 13:32:26 -06:00
Ryan VanderMeulen
0667febab1 Merge m-c to inbound. 2014-01-03 14:12:28 -05:00
Sami Jaktholm
f99f165062 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
8fa9dbf71b 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)
29b51c3c06 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
d7d9648c12 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
a36e15730f 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
db4a75f71e 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
Gijs Kruitbosch
7c89f2ddc4 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
5617653a6c Backed out changeset 4bc1cf097ca1 (bug 952963) 2014-01-02 22:10:50 +00:00
Gijs Kruitbosch
39714aa9a0 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
4d9d8dcbb8 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
82ae76f245 Merge m-c to fx-team. 2014-01-02 16:19:21 -05:00
Ryan VanderMeulen
8419c2ed8f Merge fx-team to m-c. 2014-01-02 16:13:34 -05:00
Jared Wein
162e56bcc4 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
074fac14a2 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
3653458a78 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
b1067d65af Bug 952846 - Ship PDF.js code in Metro Firefox for Nightly builds only [r=jimm] 2014-01-02 09:15:56 -08:00
Henri Sivonen
a350b990ee Bug 952736 - Fix spelling of "Ukrainian". r=dao. 2014-01-02 16:05:24 +02:00
Henri Sivonen
93d2e07020 Bug 213517 part 2 - Remove the x-user-def language group. r=jfkthame. 2014-01-02 09:18:20 +02:00
Magnus Melin
9d9fa3edc8 Bug 331772 - tooltiptext fails on XUL button in HTML page. r=enndeakin 2013-12-18 22:44:34 +02:00
Peiyong Lin
158997fd52 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
ytx
f238b99f8f Bug 956151 - Remove the perm attribute in permissions.js. r=dao 2014-01-03 09:32:57 -05:00
Ms2ger
26f2a85534 Merge inbound to m-c. 2013-12-31 10:19:24 +01:00
Ms2ger
561cae4a0e Bug 950130 - Move more INCLUDES / LOCAL_INCLUDES to moz.build; r=mshal 2013-12-31 10:06:11 +01:00
Phil Ringnalda
156b2e17c0 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
76819e44d8 Merge m-c to inbound 2013-12-24 15:25:23 -08:00
Georgiana Chelu
d50b997a29 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
40df1f40fd 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
85bbc52b7e Back out part of bug 859579 to allow PDF.js testing in nightly Metro builds 2013-12-21 21:50:20 -08:00
Hubert B Manilla
4e53556018 Bug 913665 - Detect minified files and pretty print them by default; r=fitzgen 2013-12-24 15:32:55 +01:00
Matt Brubeck
da7581e0b8 Bug 923596 - Integrate shumway into Metro UI (disabled by default) [r=jimm,gps] 2013-10-17 10:49:54 -07:00
Victor Porof
e89510f5fa Bug 952565 - Minor style tweaks for the Toolbox tabbar, r=bgrins 2013-12-21 18:55:48 +02:00
Tim Taubert
055be4025e 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