Tim Taubert
|
17ef08ca03
|
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
|
ad5b3f57fa
|
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
|
3c00b9ddd5
|
bug 956870 fix missing share icon on linux/australis, r=felipe
|
2014-01-06 14:28:06 -08:00 |
|
Peiyong Lin
|
4cfb9ce416
|
Bug 952465 - [Session Restore] Replace Components.utils.reportError with Console.jsm. r=Yoric
|
2014-01-06 15:27:25 -05:00 |
|
J. Ryan Stinnett
|
d7ab6c1c6e
|
Bug 947710 - Stop evaling and catch errors in Manifest Editor. r=vporof
|
2014-01-06 11:14:21 -06:00 |
|
Wes Kocher
|
43050e15b2
|
[Australis] Bug 956431 - Disable browser_946320_tabs_from_other_computers.js on linux for intermittent failures
|
2014-01-06 11:00:48 -08:00 |
|
Gijs Kruitbosch
|
dda02555e4
|
Bug 942393 - small nit in Australis' CustomizableUI docs, remove TYPE_BUTTON which is unused and non-useful, r=jaws for the latter, DONTBUILD because comment/dead code only
|
2014-01-06 17:58:16 +00:00 |
|
Brian Grinstead
|
5d147935e3
|
Bug 951726 - DevTools Themes: Make top tab bar thinner;r=fitzgen
|
2014-01-06 11:27:30 -06:00 |
|
Ryan VanderMeulen
|
2f3c06ca0d
|
Backed out changeset 5b19ca07781b (bug 897735) for mochitest-bc orange.
|
2014-01-06 12:02:22 -05:00 |
|
Gijs Kruitbosch
|
148c99464f
|
Bug 942393 - Add more documentation to Australis' CustomizableUI, rs=me, DONTBUILD (comments-only)
|
2014-01-06 15:08:26 +00:00 |
|
Ricardo Palomares
|
2de806dc3e
|
Bug 918017 - Add debugger accesskey entities and rename those that were named after ".key" but were accesskeys. r=fitzgen
|
2014-01-06 09:58:05 -05:00 |
|
Sachin Hosmani
|
8d24d916c5
|
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
|
cd009bc8bd
|
Bug 734666 - Style Editor default filename for saving. r=harth
|
2014-01-06 09:52:29 -05:00 |
|
Ed Morley
|
f5ef92b540
|
Merge latest green inbound changeset and mozilla-central
|
2014-01-06 12:51:38 +00:00 |
|
Neil Rashbrook
|
78bfb85ad5
|
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
|
bea8131260
|
Bug 956568 - Display more meaningful error information when Parser.jsm is sad, r=past
|
2014-01-06 08:41:19 +02:00 |
|
Mark Hammond
|
70cd5c2549
|
Bug 907689 - use example.org as the blocklist URL. r=mixedpuppy
|
2014-01-06 14:19:09 +11:00 |
|
Blair McBride
|
03ef9c82d3
|
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
|
8622b760df
|
Bug 952592 - [Australis] Collect sizemode from first window in BrowserUITelemetry. r=Gijs.
|
2014-01-04 16:39:14 -05:00 |
|
Ehsan Akhgari
|
3c7d61cae9
|
Merge m-c into fx-team
|
2014-01-04 12:20:27 -05:00 |
|
Ehsan Akhgari
|
ebd358dfd7
|
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
|
ca088190aa
|
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
|
6ecc055a6c
|
Bug 951633 - Fix assertion typos in browser_dbg_stack-02.js, r=past
|
2014-01-04 00:04:24 +02:00 |
|
Victor Porof
|
aa869084d3
|
Bug 951633 - Change the wording in some WidgetMethods comments, r=past
|
2014-01-04 00:04:24 +02:00 |
|
Victor Porof
|
c361a1640b
|
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
|
93067727a5
|
Bug 951633 - Fix tests after the WidgetMethods API changes, r=past
|
2014-01-03 23:42:28 +02:00 |
|
Victor Porof
|
1070182c25
|
Bug 951633 - Drop the <xul:menulist> support for WidgetMethods, r=past
|
2014-01-03 23:42:16 +02:00 |
|
Victor Porof
|
51c2d7c78f
|
Bug 952767 - Variables view scopes should always be lazily populated, r=past
|
2014-01-03 23:41:28 +02:00 |
|
Victor Porof
|
76db2bc33f
|
Bug 952734 - Sources with LabeledStatements makes ParserHelpers.getNodeLocation puke, r=past
|
2014-01-03 23:41:28 +02:00 |
|
Ryan VanderMeulen
|
5e3eeba66d
|
Merge m-c to fx-team.
|
2014-01-03 15:00:17 -05:00 |
|
Jared Wein
|
e119c6ef40
|
Bug 933926 - [Australis] Hide customization palette during transition phase. r=Unfocused
|
2014-01-03 14:57:22 -05:00 |
|
Jared Wein
|
ed86b484a7
|
Bug 946320 - [Australis] history widget missing a "Tabs From Other Devices" entry. r=Gijs
|
2014-01-03 14:57:19 -05:00 |
|
Sam Foster
|
ede43ec4ed
|
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
|
97b8e1b80d
|
Bug 947309 - DevTools themes - use new icons for toolbar;r=paul
|
2014-01-03 13:32:26 -06:00 |
|
Ryan VanderMeulen
|
cde3fe141c
|
Merge m-c to inbound.
|
2014-01-03 14:12:28 -05:00 |
|
Sami Jaktholm
|
ae75d6ba92
|
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
|
a93b41ed7e
|
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)
|
7b04b53ae6
|
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
|
503b756b3f
|
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
|
1e0f81d3af
|
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
|
00f896c693
|
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
|
0f625057ae
|
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
|
f714e56502
|
Backed out changeset 4bc1cf097ca1 (bug 952963)
|
2014-01-02 22:10:50 +00:00 |
|
Gijs Kruitbosch
|
9d2bc9127f
|
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
|
835ba547a7
|
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
|
3423a30693
|
Merge m-c to fx-team.
|
2014-01-02 16:19:21 -05:00 |
|
Ryan VanderMeulen
|
9a5917eeb8
|
Merge fx-team to m-c.
|
2014-01-02 16:13:34 -05:00 |
|
Jared Wein
|
2c34fee1d4
|
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
|
0176a41348
|
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
|
b8d8ae9e50
|
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 |
|