Commit Graph

459139 Commits

Author SHA1 Message Date
Ed Lee
ea0da6902e Bug 1239976 - Change conversation window title to have ellipses at the end, rather than in the middle. r=mixedpuppy 2016-01-26 05:46:06 -07:00
Gijs Kruitbosch
2df3a1b2b8 Bug 1138737 - improve naming of sharedGlobal list of exceptions, r=jsantell
--HG--
extra : commitid : 44jVFuEBuSC
extra : rebase_source : c755026d10dcf13846cd771c2af87d3430ba3859
2016-01-26 12:25:31 +00:00
Gijs Kruitbosch
0f1604de71 Bug 1226781 - add a regression test for going back from pages that cause about:neterror to be shown, r=mconley
--HG--
extra : commitid : DFW2kFNgfqs
extra : rebase_source : 4d196bc9b3303eb9ff407435f098d71bfd8b5934
2016-01-26 16:20:51 +00:00
Gijs Kruitbosch
f6f7600762 Bug 1226781 - only manually switch remoteness if we were trying to switch remoteness to begin with, r=mconley
--HG--
extra : commitid : 4aiPYOh6YsK
extra : rebase_source : d591dce10c87d85ec39af6aed2e73d5ece016260
2016-01-22 11:27:06 +00:00
Gijs Kruitbosch
90dcd6df86 Bug 1241614 - don't overflow:auto the container, use em to size the dialog to avoid hidpi visibility issues, r=dolske,ttaubert
--HG--
extra : commitid : DaBFhFU1YtS
extra : rebase_source : 28c1f92fcabe8a46fe40e805a763f7a508b592c0
2016-01-22 11:18:54 +00:00
Florian Quèze
7787b9faec Bug 1239985 - make the browser_devices_get_user_media_about_url.js test pass with e10s, r=felipe. 2016-01-26 17:50:55 +01:00
James Long
4bec8149a9 Bug 1239018 - add file watching and hot reloading for devtools files r=jryans 2016-01-26 11:29:32 -05:00
Gabriel Luong
4f689a4857 Bug 1238133 - Part 8: Select the default inspector sidebar tab on open and record the tool opened r=bgrins 2016-01-26 11:17:48 -05:00
Gabriel Luong
dba62e0031 Bug 1238133 - Part 7: Update test methods for opening the inspector sidebar panels r=bgrins 2016-01-26 11:17:48 -05:00
Gabriel Luong
0a1c9bf0fe Bug 1238133 - Part 6: Make the layout view live inside the inspector panel frame r=bgrins 2016-01-26 11:17:48 -05:00
Gabriel Luong
0529e8a060 Bug 1238133 - Part 5: Make the font inspector live inside the inspector panel frame r=bgrins 2016-01-26 11:17:48 -05:00
Gabriel Luong
f5172856d6 Bug 1238133 - Part 4: Make the computed view live inside the inspector panel frame r=bgrins 2016-01-26 11:17:48 -05:00
Gabriel Luong
9197a5ebf7 Bug 1238133 - Part 3: Make the rule view live inside the inspector panel frame r=bgrins 2016-01-26 11:17:47 -05:00
Gijs Kruitbosch
318722bcf1 Bug 1242909, r=ckerschb
--HG--
extra : commitid : 4MmsATsPR5X
2016-01-26 11:52:31 +00:00
Mark Banner
cd4bd64797 Bug 1149955 - Renable test_shared_all.py as intermittents seem resolved. r=mikedeboer 2016-01-26 14:50:32 +00:00
Mark Capella
ede11d4e28 Bug 1242349 - Provide unique AccessibleCaret pref for JS selection changes, r=TYLin 2016-01-26 09:27:36 -05:00
malayaleecoder
5b9c27f284 Bug 1234875 - Remove alwaysAcceptSessionCookies pref. r=mak
--HG--
extra : commitid : KPqusH2iZ5h
2016-01-26 14:54:21 +01:00
Carsten "Tomcat" Book
2899251f1a Merge mozilla-central to fx-team 2016-01-26 12:46:28 +01:00
Alexandre Poirot
927c24ec04 Bug 1238939 - Fix reentrance loop with active requests during client close. r=jryans 2016-01-26 03:23:47 -08:00
Alexandre Poirot
4a1db20d59 Bug 1238939 - Fix NetMonitorController race on disconnect. r=vporof 2016-01-26 03:23:47 -08:00
Alexandre Poirot
df7141649a Bug 1242567 - Cleanup OptionsPanel.open by using Task.async. r=bgrins 2016-01-26 03:23:47 -08:00
Carsten "Tomcat" Book
41d8030f77 merge mozilla-inbound to mozilla-central a=merge 2016-01-26 11:53:21 +01:00
Phil Ringnalda
bd69bce2db Back out changeset 3380feadf35b (bug 1242201) for being the wrong patch
CLOSED TREE
2016-01-25 19:54:12 -08:00
Gabriel Luong
5cea417412 Bug 1242201 - Part 1: Make one instance of markup.css r=bgrins 2016-01-25 22:32:42 -05:00
Brian Grinstead
a67a694da6 Bug 1016024 - Increase time limit for the log to finish in webconsole test to give extra space for linux debug runs;r=me
This test isn't actually meant to test the performance of logging, just that the timestamps are sensible.

--HG--
extra : commitid : Fu9ou1sASL4
2016-01-25 18:37:46 -08:00
Ehsan Akhgari
c4a79a467d Bug 1242722 - Remove clang-cl command-line argument workarounds; r=glandium
In https://llvm.org/bugs/show_bug.cgi?id=26090, we changed the default
behavior of clang-cl to accept unknown command line arguments.  This
patch removes the Firefox workaround for this issue.
2016-01-25 21:34:57 -05:00
Ehsan Akhgari
f0b139bf4f Bug 1242004 - Skip -Xclang arguments when generating clang compilation database or YouCompleteMe config; r=froydnj
clang based tools typically choke when they encounter a lot of -XClang
arguments, and since those args are passed to the cc1 driver they're
unnecessary for such tools anyways.

This helps people who have things like --enable-clang-plugin in their
mozconfig use clang based tools without having to remove these arguments
manually.
2016-01-25 21:34:57 -05:00
J. Ryan Stinnett
82608243d7 Bug 1239437 - Browser mochitests for responsive.html. r=pbrosset 2016-01-25 19:44:08 -06:00
J. Ryan Stinnett
bc17ebb4d3 Bug 1239437 - xpcshell tests for responsive.html. r=pbrosset 2016-01-25 19:44:08 -06:00
J. Ryan Stinnett
482e796bd3 Bug 1239437 - Allow run_test to be unused in xpcshell tests. r=pbrosset 2016-01-25 19:44:08 -06:00
J. Ryan Stinnett
291fcf80ac Bug 1239437 - Stir in React and Redux. r=pbrosset,jlongster 2016-01-25 19:44:08 -06:00
J. Ryan Stinnett
8cf6614854 Bug 1239437 - Hide iframe border. r=pbrosset 2016-01-25 19:44:08 -06:00
J. Ryan Stinnett
6bd419a14d Bug 1239437 - Add a basic viewport frame. r=pbrosset 2016-01-25 19:44:08 -06:00
J. Ryan Stinnett
310c7f9a77 Bug 1239437 - Delegate to empty, new responsive UI tool if enabled. r=pbrosset 2016-01-25 19:44:08 -06:00
Makoto Kato
d03ef7caac Bug 1241408 - Update selection cache even if having read lock. r=masayuki 2016-01-26 10:33:38 +09:00
Matthew Gregan
4691552993 Bug 1242807 - Fix mp4parse-rust's error reporting via telemetry. r=giles 2016-01-26 14:27:35 +13:00
James Long
b299ca191c Bug 1239060 - add exports hook in loader r=zer0 2016-01-25 20:23:04 -05:00
Dave Townsend
4bc6562ad3 Backing out bug 1237820 due to test failures.
--HG--
extra : commitid : 3AZ12ILpIwM
2016-01-25 16:44:19 -08:00
Matt Woodrow
10dde3e3a8 Bug 1231538 - Build a ContainerLayer for position:fixed and background-attachment:fixed content. r=roc 2016-01-26 13:36:48 +13:00
Brian Grinstead
9b30ac0218 Bug 1242716 - Get rid of CPOW usage in browser_webconsole_bug_585237_line_limit.js;r=linclark
--HG--
extra : commitid : Gx2cAnfw4bl
2016-01-25 16:07:51 -08:00
Hugo Arregui
18da53aab7 Bug 1225063 - add option (devtools.markup.collapseAttributes) to enable/disable attribute collapsing from settings panel;r=bgrins
--HG--
extra : commitid : 7AKsC2gbakg
2016-01-25 16:02:31 -08:00
Wes Kocher
9d24ca2703 Merge m-c to fx-team, a=merge
--HG--
extra : commitid : KSEbGPeZZae
2016-01-25 14:07:49 -08:00
Nils Meinert
3872a2da46 Bug 1225102 - Stop recording addon telemetry details for GMP plugins. r=gfritzsche
--HG--
extra : commitid : DJ7NWNoqrED
2016-01-25 14:00:01 -08:00
Matthew Noorenberghe
e1a625861c Bug 1242103 - Add browser-chrome-screenshots test configs for Windows and Linux. r=armenzg
--HG--
extra : commitid : A9fQAQ91xoF
2016-01-25 13:57:34 -08:00
Matthew Noorenberghe
e4427e6f59 Bug 1242101 - Only capture mozscreenshots for Nightlies, try pushes and local builds. r=felipe
Don't generate images unless they're wanted and useful.

--HG--
extra : commitid : UHOnVpEOos
2016-01-25 13:57:37 -08:00
Gabriel Luong
9f804b7b10 Bug 1242278 - Eslint cleanup of Inspector markup view r=pbro 2016-01-25 15:00:04 -05:00
Alexandre Poirot
36c834aaa6 Backed out 3 changesets (bug 1003860) for dt6//browser_storage_basic.js failure on win7-debug a=merge
Backed out changeset 824ccce70bcf (bug 1003860)
Backed out changeset d1d1dbec6725 (bug 1003860)
Backed out changeset a4fe93d921ad (bug 1003860)

--HG--
extra : commitid : GaF4v3IRuvG
extra : source : 2ecd643f6c78d5a6af7c7e9b5dcb38b45ae02cbe
2016-01-25 11:56:07 -08:00
Wes Kocher
4c903e5685 Merge fx-team to m-c a=merge
--HG--
extra : commitid : FjB8gobt4Wu
2016-01-25 13:57:54 -08:00
Wes Kocher
d1e2ce658e Merge inbound to central, a=merge
--HG--
extra : commitid : F8p9ipIdXut
2016-01-25 13:17:08 -08:00
Alexandre Poirot
9c1aa1000d Backed out 3 changesets (bug 1003860) for dt6//browser_storage_basic.js failure on win7-debug
Backed out changeset 824ccce70bcf (bug 1003860)
Backed out changeset d1d1dbec6725 (bug 1003860)
Backed out changeset a4fe93d921ad (bug 1003860)
2016-01-25 11:56:07 -08:00