Commit Graph

422743 Commits

Author SHA1 Message Date
Victor Porof
1eec7b83e6 Bug 1167298 - Remove the ordinal property on categories, r=jsantell 2015-05-22 16:28:57 -04:00
Victor Porof
e197c19b40 Bug 1167300 - Fix all performance tool imports to work with the new file locations, r=jsantell 2015-05-22 16:25:52 -04:00
Victor Porof
7015eff91b Bug 1167300 - Create a way to get strings from multiple localization files, r=jsantell 2015-05-22 16:25:52 -04:00
Victor Porof
4b7d7bd9d0 Bug 1167300 - Consolidate the performance tool directory, r=jsantell
--HG--
rename : browser/devtools/shared/timeline/global.js => browser/devtools/performance/modules/global.js
rename : browser/devtools/performance/modules/actors.js => browser/devtools/performance/modules/logic/actors.js
rename : browser/devtools/performance/modules/compatibility.js => browser/devtools/performance/modules/logic/compatibility.js
rename : browser/devtools/shared/profiler/frame-utils.js => browser/devtools/performance/modules/logic/frame-utils.js
rename : browser/devtools/performance/modules/front.js => browser/devtools/performance/modules/logic/front.js
rename : browser/devtools/performance/modules/io.js => browser/devtools/performance/modules/logic/io.js
rename : browser/devtools/shared/profiler/jit.js => browser/devtools/performance/modules/logic/jit.js
rename : browser/devtools/shared/timeline/marker-utils.js => browser/devtools/performance/modules/logic/marker-utils.js
rename : browser/devtools/performance/modules/recording-model.js => browser/devtools/performance/modules/logic/recording-model.js
rename : browser/devtools/performance/modules/recording-utils.js => browser/devtools/performance/modules/logic/recording-utils.js
rename : browser/devtools/shared/profiler/tree-model.js => browser/devtools/performance/modules/logic/tree-model.js
rename : browser/devtools/performance/modules/graphs.js => browser/devtools/performance/modules/widgets/graphs.js
rename : browser/devtools/shared/timeline/marker-details.js => browser/devtools/performance/modules/widgets/marker-details.js
rename : browser/devtools/shared/timeline/markers-overview.js => browser/devtools/performance/modules/widgets/markers-overview.js
rename : browser/devtools/shared/profiler/tree-view.js => browser/devtools/performance/modules/widgets/tree-view.js
rename : browser/devtools/shared/timeline/waterfall.js => browser/devtools/performance/modules/widgets/waterfall.js
2015-05-22 16:25:52 -04:00
Patrick Brosset
8f77347ec6 Bug 1022726 - Focus the devtools window after switching host type; r=bgrins
After switching to a different toolbox host, make sure the toolbox window
receives the focus so that the toolbox keyboard shortcuts (like move to next
or previous tool) still work.

--HG--
rename : browser/devtools/framework/test/browser_keybindings.js => browser/devtools/framework/test/browser_keybindings_01.js
extra : rebase_source : 19031f525e211121be513f221b5ac7e3852716a3
2015-05-22 16:06:37 +02:00
Jordan Santell
4f19e9a87d Bug 1049865 - part 2 - fix up browser_profiler_tree-frame-node.js to handle the new stripping of query params from a displayed filename in tree models. 2015-05-22 11:56:49 -07:00
Ravi Shankar
daab31aa92 Bug 1049865 - Remove url query from items in the call tree; r=jsantell 2015-05-22 11:59:12 -07:00
Ryan VanderMeulen
3a69f754a0 Backed out changeset 76c0e3be4fe8 (bug 1159043) for test_telemetry.html failures.
--HG--
extra : rebase_source : 10711b4243175d04b0e5b91bf10b91eafa09fbcd
2015-05-22 14:55:38 -04:00
Patrick Brosset
6b0f771384 Bug 1167617 - Remove SpiderMonkey specific JS syntax from inspector; r=jryans
--HG--
extra : rebase_source : 95a9daf992adf418831ed362c07ac3402e0c5f5f
extra : histedit_source : 4e2d9d6fadc0da7bb7b29bad6dffd7576df6f16a
2015-05-22 20:50:01 +02:00
Michael Comella
18a590f139 Bug 1158282 - Correct showDefaultFavicon comment. r=me
I thought the dominant color box was always used, but it is only used when it
is enabled in XML attrs.

--HG--
extra : rebase_source : f37eed7fcf726918eb89394693854a5aca7a504c
2015-05-22 11:35:45 -07:00
Michael Comella
a437fb1f8e Bug 1158282 - Clarify existing comment in FaviconView.formatImage. r=margaret
--HG--
extra : rebase_source : 11af2c5e798866eb31072a3f52d07392b2d15ba1
2015-05-21 14:11:41 -07:00
Michael Comella
e064b0c599 Bug 1158282 - Handle the default favicon as any other favicon. r=margaret
This removes the complications of handling the "default favicon" as a special
case simplifying the code into two branches - no favicon (i.e. blank) and a
custom favicon.  Under the hood, the Android framework probably does a similar
amount of work (e.g. opening & scaling the bitmap) so I doubt this is less
efficient.

This solves the custom search engine icons changing on FaviconView reuse
(i.e. scrolling) and the incorrect scaling of the default favicon in the
search engine bar.

I attempted to solve the issue while keeping the default favicon as a special
case and it caused a lot of hard to follow code branches so it wasn't worth it.
This special casing is also why this bug existed in the first place!

One caveat to the handle-the-default-as-any-other-approach is mentioned in
the code comments (see FaviconView.showDefaultFavicon).

--HG--
extra : rebase_source : b155ca835cc2d9b9c0b1ce85bbf6e4dc7eb548ef
2015-05-21 14:03:16 -07:00
Jordan Santell
36c46ebfad Bug 1150761 - Rename the performance tool's details view names to better describe the data visualizations. r=vp 2015-05-21 23:06:19 -07:00
Jordan Santell
3ac62ebdb0 Bug 1162662 - Map JS markers to human readable keys, and hide if platform related via (Gecko). r=vp 2015-05-19 23:02:28 -07:00
Jordan Santell
5d38170b84 Bug 1167006 - Refactor marker details to not handle stack traces explicitly, and move logic into marker utils. Separate out some source link styles. r=vp 2015-05-22 11:26:51 -07:00
Ryan VanderMeulen
8556f54b04 Merge m-c to fx-team. a=merge 2015-05-22 14:21:30 -04:00
Ryan VanderMeulen
8f6f16604c Merge inbound to m-c. a=merge 2015-05-22 14:02:47 -04:00
Felipe Gomes
851909f27e Bug 1164640 - Reset the flag for disabling e10s when an a11y tool is active. r=mconley
There's now a blacklist in place for the tools that should be disabled, so we want to give another change for users with tools that are not blacklisted to test e10s.
2015-05-22 15:01:57 -03:00
Felipe Gomes
de885c12ab Bug 1163422. r=Gijs 2015-05-22 15:01:55 -03:00
Shane Caraveo
9a766333ae Bug 1164979 move socialapi docShell access to content script, r=markh 2015-05-22 10:36:30 -07:00
Shane Caraveo
ab7e93a1ea Bug 1162322 change social error handling to use messagemanager, r=markh 2015-05-22 10:33:18 -07:00
Ryan VanderMeulen
14cbd0dc83 Merge fx-team to m-c. a=merge 2015-05-22 11:11:20 -04:00
Ryan VanderMeulen
f6ecc37a06 Backed out changeset e602cb65a030 (bug 1142816) for jsapi test segfaults.
CLOSED TREE
2015-05-22 10:47:29 -04:00
B2G Bumper Bot
6f209120d4 Bumping manifests a=b2g-bump 2015-05-22 05:47:27 -07:00
B2G Bumper Bot
6f647b7e18 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/667627b8fc14
Author: Gareth Aye <gaye@mozilla.com>
Desc: Merge pull request #30196 from gaye/marionette-js-runner@1.1.0

Bug 1154035 - marionette-js-runner@1.1.0

========

https://hg.mozilla.org/integration/gaia-central/rev/1ba3e7de8f61
Author: gaye <gaye@mozilla.com>
Desc: Bug 1154035 - marionette-js-runner@1.1.0
2015-05-22 05:45:30 -07:00
J. Ryan Stinnett
0b24acdc8b Backed out changeset da3c181e9fae on CLOSED TREE (bug 1067325)
--HG--
extra : histedit_source : d52a95a6b0a20b1dd0e68ef3f7c7c78fba568bf1
2015-05-22 07:08:05 -05:00
J. Ryan Stinnett
a761902e90 Backed out changeset f32ee4ca1af4 on CLOSED TREE (bug 1067325)
--HG--
extra : histedit_source : dc8e856fb9a268d2d6f2c053db4c92f94ec5c194
2015-05-22 07:07:49 -05:00
J. Ryan Stinnett
8e98439801 Backed out changeset 038f30351bb3 on CLOSED TREE (bug 1067325)
--HG--
extra : histedit_source : 8c6a9382aa4e8fc7f3072e5372872ca6114264e9
2015-05-22 07:07:33 -05:00
J. Ryan Stinnett
5dff74213e Backed out changeset a6c91e3114ca on CLOSED TREE (bug 1067325)
--HG--
extra : histedit_source : 5aa0c266db6acd1a1ce3f8147ebabf0cb9222b85
2015-05-22 07:07:17 -05:00
J. Ryan Stinnett
97f41229f3 Backed out changeset 0dbdd6fc4701 on CLOSED TREE (bug 1067325)
--HG--
extra : histedit_source : 44c565d7e0419326f904f049eb38dedce7d47bf8
2015-05-22 07:06:36 -05:00
J. Ryan Stinnett
7e69a4853c Backed out changeset 2f9d54c153ed on CLOSED TREE (bug 1067325)
--HG--
extra : histedit_source : 15eb51ca71b07316c115671d0df75769f67bac81
2015-05-22 07:06:05 -05:00
J. Ryan Stinnett
9822493c08 Backed out changeset 03243db46bf0 on CLOSED TREE (bug 1067325)
--HG--
extra : histedit_source : 9ad8ee94f492eeda43a8512988c9b0f57526ec92
2015-05-22 07:05:31 -05:00
J. Ryan Stinnett
cf5f5fc965 Backed out changeset 71aa79b01224 on CLOSED TREE (bug 1067235)
--HG--
extra : histedit_source : d8f836dbbedf5d8d0e29c1b07324a186d377db99
2015-05-22 07:03:14 -05:00
J. Ryan Stinnett
cf6686ca14 Backed out changeset a5e245f216b7 on CLOSED TREE (bug 1067325)
--HG--
extra : histedit_source : 96b040b151c109c4843ba62e352509a0ab76714a
2015-05-22 07:01:59 -05:00
B2G Bumper Bot
160387936e Bumping manifests a=b2g-bump 2015-05-22 04:52:14 -07:00
B2G Bumper Bot
56f37cde1f Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/e231e7306c99
Author: Gareth Aye <gaye@mozilla.com>
Desc: Merge pull request #30132 from yzen/bug-1154035-1

Bug 1154035 - (part 1) folding marionette client arguments into an op…

========

https://hg.mozilla.org/integration/gaia-central/rev/f8a0bc400358
Author: Yura Zenevich <yzenevich@mozilla.com>
Desc: Bug 1154035 - (part 1) folding marionette client arguments into an options object.
2015-05-22 04:50:17 -07:00
J. Ryan Stinnett
cf719c969d Bug 1067325 - DevTools test fixes for view source in tab. r=pbrosset 2015-05-22 05:16:24 -05:00
J. Ryan Stinnett
723f52758a Bug 1067325 - Allow DevTools to use view source in tab. r=jsantell 2015-05-22 05:16:24 -05:00
J. Ryan Stinnett
cdda231a4c Bug 1067325 - Context menu actions for view source tabs. r=mconley 2015-05-22 05:16:24 -05:00
J. Ryan Stinnett
8f89ab15ce Bug 1067325 - Control syntax highlighting via a class. r=hsivonen 2015-05-22 05:16:24 -05:00
J. Ryan Stinnett
2ad5f375a5 Bug 1067325 - MathML source in tab. r=mconley 2015-05-22 05:16:24 -05:00
J. Ryan Stinnett
4e292bb27b Bug 1067325 - Selection source in tab via frame scripts. r=mconley 2015-05-22 05:16:24 -05:00
J. Ryan Stinnett
3516db2912 Bug 1067325 - Update charset when history is disabled. r=mconley 2015-05-22 05:16:23 -05:00
J. Ryan Stinnett
2f84003843 Bug 1067325 - Extract view source core to support tabs. r=mconley 2015-05-22 05:16:23 -05:00
J. Ryan Stinnett
9f49dea573 Bug 1067325 - Fix line endings in several browser / toolkit files. r=mconley 2015-05-22 05:16:23 -05:00
B2G Bumper Bot
834dc6eefb Bumping manifests a=b2g-bump 2015-05-22 03:07:28 -07:00
B2G Bumper Bot
4380236594 Bumping gaia.json for 4 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/3adc84240f43
Author: Alive.Kuo <alegnadise@gmail.com>
Desc: Merge pull request #30168 from alivedise/bugzilla/1166595/set-nfc-focus-fail-to-fallback

Bug 1166595 - Blur the activity opener before opening activity window

========

https://hg.mozilla.org/integration/gaia-central/rev/bd41f7dac163
Author: Alive Kuo <alegnadise@gmail.com>
Desc: Bug 1166595 - Blur the activity opener before opening activity window

========

https://hg.mozilla.org/integration/gaia-central/rev/b591d6a916c6
Author: autolander <bug.autolander@gmail.com>
Desc: Bug 1163169 - merge pull request #30155 from albertopq:1163169-taskmanager-logo to mozilla-b2g:master

========

https://hg.mozilla.org/integration/gaia-central/rev/d6db3766d302
Author: albertopq <albert.pastor@gmail.com>
Desc: Bug 1163169 - Blocking home events on Logo handler
2015-05-22 03:05:31 -07:00
Jordan Santell
bd27262286 Bug 1166494 - part3: Correctly handle marker definition fields that are described via function rather than array. r=vp 2015-05-22 02:37:06 -07:00
Mark Banner
af6a90041d Bug 1165266 - Upgrade Loop's use of eslint to version 0.21.x and eslint-react-plugin to 2.3.x and enable no-undef rule. r=dmose 2015-05-22 08:53:09 +01:00
Georg Fritzsche
dbec76581a Bug 1166128 - Don't rely on datareporting.healthreport.uploadEnabled to control telemetry submission on Android. r=vladan 2015-05-22 00:10:29 +07:00