Patrick Brosset
26781c890a
Bug 1125636 - Make the test browser_styleeditor_xul.js not depend on about:config's internal structure. r=jwalker
2015-02-11 01:59:00 -05:00
Luca Greco
45a9eb0aec
Bug 1124536 - Fix Debugger UI loadSourceError on PageMod content scripts associated to 'javascript:SOURCECODE' urls. r=jlongster
2015-02-07 11:13:00 -05:00
Jordan Santell
e3013f0300
Bug 1101235 - Move tree utilities out of profiler, r=vp
...
--HG--
rename : browser/devtools/profiler/test/browser_profiler_categories.js => browser/devtools/performance/test/browser_profiler_categories.js
rename : browser/devtools/profiler/test/browser_profiler_content-check.js => browser/devtools/performance/test/browser_profiler_content-check.js
rename : browser/devtools/profiler/test/browser_profiler_tree-abstract-01.js => browser/devtools/performance/test/browser_profiler_tree-abstract-01.js
rename : browser/devtools/profiler/test/browser_profiler_tree-abstract-02.js => browser/devtools/performance/test/browser_profiler_tree-abstract-02.js
rename : browser/devtools/profiler/test/browser_profiler_tree-abstract-03.js => browser/devtools/performance/test/browser_profiler_tree-abstract-03.js
rename : browser/devtools/profiler/test/browser_profiler_tree-abstract-04.js => browser/devtools/performance/test/browser_profiler_tree-abstract-04.js
rename : browser/devtools/profiler/test/browser_profiler_tree-frame-node.js => browser/devtools/performance/test/browser_profiler_tree-frame-node.js
rename : browser/devtools/profiler/test/browser_profiler_tree-model-01.js => browser/devtools/performance/test/browser_profiler_tree-model-01.js
rename : browser/devtools/profiler/test/browser_profiler_tree-model-02.js => browser/devtools/performance/test/browser_profiler_tree-model-02.js
rename : browser/devtools/profiler/test/browser_profiler_tree-model-03.js => browser/devtools/performance/test/browser_profiler_tree-model-03.js
rename : browser/devtools/profiler/test/browser_profiler_tree-model-04.js => browser/devtools/performance/test/browser_profiler_tree-model-04.js
rename : browser/devtools/profiler/test/browser_profiler_tree-model-05.js => browser/devtools/performance/test/browser_profiler_tree-model-05.js
rename : browser/devtools/profiler/test/browser_profiler_tree-view-01.js => browser/devtools/performance/test/browser_profiler_tree-view-01.js
rename : browser/devtools/profiler/test/browser_profiler_tree-view-02.js => browser/devtools/performance/test/browser_profiler_tree-view-02.js
rename : browser/devtools/profiler/test/browser_profiler_tree-view-03.js => browser/devtools/performance/test/browser_profiler_tree-view-03.js
rename : browser/devtools/profiler/test/browser_profiler_tree-view-04.js => browser/devtools/performance/test/browser_profiler_tree-view-04.js
rename : browser/devtools/profiler/test/browser_profiler_tree-view-05.js => browser/devtools/performance/test/browser_profiler_tree-view-05.js
rename : browser/devtools/profiler/test/browser_profiler_tree-view-06.js => browser/devtools/performance/test/browser_profiler_tree-view-06.js
rename : browser/devtools/profiler/test/browser_profiler_tree-view-07.js => browser/devtools/performance/test/browser_profiler_tree-view-07.js
rename : browser/devtools/timeline/test/browser_timeline_blueprint.js => browser/devtools/performance/test/browser_timeline_blueprint.js
rename : browser/devtools/profiler/utils/global.js => browser/devtools/shared/profiler/global.js
rename : browser/devtools/profiler/utils/tree-model.js => browser/devtools/shared/profiler/tree-model.js
rename : browser/devtools/profiler/utils/tree-view.js => browser/devtools/shared/profiler/tree-view.js
rename : browser/devtools/timeline/widgets/global.js => browser/devtools/shared/timeline/global.js
rename : browser/devtools/timeline/widgets/marker-details.js => browser/devtools/shared/timeline/marker-details.js
rename : browser/devtools/timeline/widgets/markers-overview.js => browser/devtools/shared/timeline/markers-overview.js
rename : browser/devtools/timeline/widgets/memory-overview.js => browser/devtools/shared/timeline/memory-overview.js
rename : browser/devtools/timeline/widgets/waterfall.js => browser/devtools/shared/timeline/waterfall.js
2015-02-11 12:23:32 -08:00
Jordan Santell
976c714414
Bug 1107949 - framerate actor now continues recording in e10s after a page refresh. r=vp
2015-02-09 17:17:43 -08:00
Jared Wein
492ab5c9bc
Bug 1044597 - Limit the minimum size of subdialogs in the in-content preferences. r=Gijs
2015-02-11 15:13:36 -05:00
Mark Banner
4c09f21c35
Bug 1132064 - Local video is sometimes displayed in the wrong location on the standalone Loop UI. r=mikedeboer
2015-02-11 20:28:11 +00:00
Allison Naaktgeboren
fd37c0ce7d
Bug 1124711 - Site identity popup overlaps the URL Bar on phone.r=margaret
2015-02-11 12:07:56 -08:00
Nick Alexander
7b81067393
Bug 1123116 - Include Reading List checkbox in status activity. r=rnewman
...
I have tested and see no issues with hiding the checkbox when the
service is build-time disabled.
========
d2890e5747
Author: Nick Alexander <nalexander@mozilla.com>
Date: Mon Feb 9 15:47:59 2015 -0800
Bug 1123116 - Include Reading List checkbox in status activity.
We're careful to only show the checkbox when the service is compiled in.
2015-02-11 12:12:36 -08:00
Nick Alexander
39903fe4a8
Bug 1123107 - Include Reading List checkbox during account creation. r=rnewman
...
This is a reasonable-sized refactoring underneath a small feature-patch.
The refactor reworks what information we maintain (and pickle) about
"enabled" services. We've moved from a boolean "Sync enabled" flag to a
map of Android authorities (which map to services like Firefox Sync and
reading list) and boolean flags indicating whether each authority is
"automatically synced". The checkboxes in the status activity
correspond directly to whether the authority (service) is automatically
synced.
The set of authorities we care about is determined by the DEFAULT_* map.
Said map is interrogated and written to the pickle file at Sync time.
When the pickle file is un-pickled, only the set of known authorities is
acted upon. What that means is that both writing and reading a pickle
file with different sets of authorities should work across upgrades: if
a known authority is missing, the default value will be used; if an
unknown authority is present, it will be ignored. This lets us alter
the set of known authorities via the build flag.
I have tested and Android maintains the "sync automatically" state for
an authority even when the authority is not present in the list of sync
checkboxes.
All in all, I'm not concerned about toggling the build flag multiple
times in the future. (If we backed out the updated pickling code, we
would need to handle pickle downgrades, but we already needed to handle
that.)
========
fc8936549a
Author: Nick Alexander <nalexander@mozilla.com>
Date: Wed Feb 11 10:37:34 2015 -0800
Bug 1123107 - Part 3: Include Reading List checkbox during account creation.
We are careful to show the checkbox only when the reading list service
is enabled.
========
c90ea353cc
Author: Nick Alexander <nalexander@mozilla.com>
Date: Wed Feb 11 10:31:15 2015 -0800
Bug 1123107 - Part 2: Thread authorities to sync automatically through sign up/sign in flow.
========
e0c4d20744
Author: Nick Alexander <nalexander@mozilla.com>
Date: Mon Feb 9 12:35:15 2015 -0800
Bug 1123107 - Part 1: Manage map of automatically synced authorities.
========
7f7e308190
Author: Nick Alexander <nalexander@mozilla.com>
Date: Mon Feb 9 11:54:54 2015 -0800
Bug 1123107 - Part 0: Remove "account needs to be enabled" warning in status activity.
As we move Sync to a model where a status checkbox sets whether a single
ContentProvider is synced, it no longer makes sense to message when the
"account" is not automatically syncing.
2015-02-11 12:12:31 -08:00
Florian Quèze
6c676d213b
Bug 1123620 - remove the one-time intro popup for the new searchbox UI, r=Mossop.
2015-02-11 20:47:28 +01:00
Florian Quèze
5b852e3a2f
Bug 1102038 - the 'Change Search Settings' button and the open search items cannot be used via the keyboard - follow-up to also apply the CSS changes on Windows and Linux, r=Mossop.
2015-02-11 20:47:27 +01:00
Florian Quèze
080b75a87a
Bug 1111638 - add a localization note for the 'changeSearchSettings.button' string, r=flod.
2015-02-11 20:47:27 +01:00
Florian Quèze
b5fa153146
Bug 1129401 - Can't copy URL by right clicking it the first time, r=Mossop.
2015-02-11 20:47:27 +01:00
Eddy Bruël
f98eb4f24c
Bug 943517 - Convert to Promise.jsm in the debugger server;r=jlong
2015-02-11 20:29:51 +01:00
Nick Alexander
fe81721747
No bug - Allow manually syncing a Legacy Sync account.
...
We accidentally set the "can account be synced at all" flag to the value
of the "should account be synced in response to network activity" flag.
2015-02-11 10:15:11 -08:00
Paolo Amadini
a3cdc63a81
Bug 1125618
- Revise NetUtil.jsm API for creating channels and fetching data while providing load info. r=sicking
2015-02-11 17:37:05 +00:00
Matt Brubeck
7d892cbd94
Bug 1097337 - Set the Android 5 statusbar color. r=wesj
2015-02-11 09:16:22 -08:00
Brian Grinstead
dd7a62ee8d
Bug 1129155 - Add console.mihai shortcut to evalWithDebugger;r=past
2015-02-11 09:08:05 -08:00
Mike de Boer
185d9758f4
Bug 1126286: update screenshare icon in conversation view toolbar. r=Standard8
2015-02-11 14:58:55 +01:00
Gijs Kruitbosch
f6e1b9d19e
Bug 1132031 - fix test to actually enforce in-content-prefs, r=florian
2015-02-11 14:57:36 +00:00
Carsten "Tomcat" Book
ba74506cf4
Merge mozilla-central to fx-team
2015-02-11 15:01:53 +01:00
Carsten "Tomcat" Book
34b660c646
merge mozilla-inbound to mozilla-central a=merge
2015-02-11 14:58:16 +01:00
Carsten "Tomcat" Book
84a60faecb
merge b2g-inbound to mozilla-central a=merge
2015-02-11 14:51:31 +01:00
Mike de Boer
3449309ca9
Bug 1121210: notify UITour when the active tab changes and don't show the get started info panel when the rooms tab is not selected. r=MattN
2015-02-11 10:07:22 +01:00
Mark Banner
c248ea5f5a
Bug 1131688 - In the standalone view the conversation window we're currently overlaying the toolbar on top of the remote video. r=mikedeboer
2015-02-11 12:39:38 +00:00
Greg Weng
92c9ab770d
Bug 1130938 - B2G RIL: Remove the duplicated RilWorkerBuffer in ril_worker.js r=:echen
2015-02-11 09:28:10 +08:00
Jessica Jong
9e7b25cfc2
Bug 973543 - Part 2: remove 'removeHostRoutes()' as it is no longer needed. r=echen
2015-02-11 16:01:10 +08:00
Jessica Jong
fb072c3250
Bug 973543 - Part 1: add reference counting to added routes. r=echen
2015-02-11 16:01:08 +08:00
B2G Bumper Bot
c1b2820026
Bumping manifests a=b2g-bump
2015-02-10 22:36:48 -08:00
B2G Bumper Bot
6ef98421cc
Bumping gaia.json for 4 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/e6a1cfc70305
Author: John Hu <johu@mozilla.com>
Desc: Merge pull request #28064 from sean2449/Bug_1130250
Bug 1130250 - [Stingray][AppDeck] The focused button at bottom the should be a complete circle, r=johnhu, r=dwi2
========
https://hg.mozilla.org/integration/gaia-central/rev/a472262ac31a
Author: Sung Chiu <suchiu@mozilla.com>
Desc: Bug 1130250 - [Demo][Stingray] The bottom app that you selected should be a complete circle
========
https://hg.mozilla.org/integration/gaia-central/rev/d87284aa9f02
Author: Timothy Guan-tin Chien <timdream@gmail.com>
Desc: Merge pull request #27951 from timdream/bug1128053
Bug 1128053, revert bug 1085233
========
https://hg.mozilla.org/integration/gaia-central/rev/f96c97ff6367
Author: Timothy Guan-tin Chien <timdream@gmail.com>
Desc: Revert "Merge pull request #25305 from timdream/value-selector-focus"
This reverts commit 47faa4651f8feb11152ef475850cc9641fd5cbeb, reversing
changes made to 4c7e1e5f68ec57241d488568080732b318d652f5.
Conflicts:
build/jshint/xfail.list
2015-02-10 22:35:20 -08:00
B2G Bumper Bot
c0d9113eeb
Bumping manifests a=b2g-bump
2015-02-10 20:16:27 -08:00
B2G Bumper Bot
5aebbdb015
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/141032bd342a
Author: autolander <bug.autolander@gmail.com>
Desc: Bug 1130479 - merge pull request #28026 from millermedeiros:1130479-rtl-swipe-month-view to mozilla-b2g:master
========
https://hg.mozilla.org/integration/gaia-central/rev/7e61b9d74742
Author: Miller Medeiros <miller@millermedeiros.com>
Desc: Bug 1130479 - [Calendar][RTL] swipe direction should be mirrored on month view for RTL locales
2015-02-10 20:14:05 -08:00
B2G Bumper Bot
18425206fd
Bumping manifests a=b2g-bump
2015-02-10 19:57:31 -08:00
B2G Bumper Bot
e9f36069a9
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/beea810aba49
Author: autolander <bug.autolander@gmail.com>
Desc: Bug 1130317 - merge pull request #28052 from mnjul:bug_1130317_dict_blob_predetermine_length to mozilla-b2g:master
========
https://hg.mozilla.org/integration/gaia-central/rev/b746bccf6af9
Author: John Lu [:mnjul] <jlu@mozilla.com>
Desc: Bug 1130317 - Pre-determine length of Uint8Array of Keyboard user dictionary dict blob
- The total byte length of serialized nodes can be inferred when filling each node's offset information, and is subsequently combined with header & character table size to initialize the Uint8Array total length.
- We thus avoid pushing to a JS array one-byte-by-one-byte and convert the array to Uint8Array, which should lead to better performance.
2015-02-10 19:55:08 -08:00
B2G Bumper Bot
2200b01740
Bumping manifests a=b2g-bump
2015-02-10 19:21:57 -08:00
B2G Bumper Bot
728d486457
Bumping gaia.json for 4 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/769403f166d4
Author: gasolin <gasolin@gmail.com>
Desc: Merge pull request #28057 from gasolin/issue-1114476
Bug 1114476 - rename privacy panel to privacy controls, r=arthur,marta
========
https://hg.mozilla.org/integration/gaia-central/rev/a413fdc6f3ce
Author: gasolin <gasolin@gmail.com>
Desc: Bug 1114476 - rename privacy panel to privacy controls
========
https://hg.mozilla.org/integration/gaia-central/rev/db353dd92e19
Author: Arthur Chen <crh0716@gmail.com>
Desc: Merge pull request #28021 from crh0716/1129630
Bug 1129630 - Add RTL support to the date picker r=alive
========
https://hg.mozilla.org/integration/gaia-central/rev/e4f1f867f7e1
Author: Arthur Chen <crh0716@gmail.com>
Desc: Bug 1129630 - Add RTL support to the date picker
2015-02-10 19:20:28 -08:00
B2G Bumper Bot
5f55675eb7
Bumping manifests a=b2g-bump
2015-02-10 19:12:11 -08:00
B2G Bumper Bot
18decad281
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/455698f145c9
Author: John Hu <johu@mozilla.com>
Desc: Merge pull request #27868 from sean2449/Bug_1122428
Bug 1122428 - [Stingray] UI-Transition - Global Activity transition enter/exit, r=johnhu
========
https://hg.mozilla.org/integration/gaia-central/rev/5692363c5151
Author: Sung Chiu <suchiu@mozilla.com>
Desc: Bug 1122428 - [Stingray] UI-Transition - Global Activity transition enter / exit
2015-02-10 19:09:15 -08:00
B2G Bumper Bot
8a25237836
Bumping manifests a=b2g-bump
2015-02-10 17:27:54 -08:00
B2G Bumper Bot
d99dd9bc96
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/33da6ab6711e
Author: Sam Foster <sam@sam-i-am.com>
Desc: Merge pull request #28076 from sfoster/ftu-tutorial-video-update-bug-1129108
Bug 1129108 - Updated homescreen video assets via epang. r=me
========
https://hg.mozilla.org/integration/gaia-central/rev/7e7718f4f10a
Author: Sam Foster <sfoster@mozilla.com>
Desc: Bug 1129108 - Updated homescreen video via epang. r=me
2015-02-10 17:25:24 -08:00
Richard Newman
587f0012b7
Bug 1126240 - Correctly encode APK paths in SearchEngineManager. r=margaret
...
This is the approach we already take everywhere else we make a jar🫙 URI.
I've unified those places into GeckoJarReader, cleaned up imports, fixed a
typo, and wrote a trivial test for this case.
I made a few utility methods static to facilitate testing and future refactoring.
2015-02-10 16:11:24 -08:00
Wes Kocher
25edb8d9ad
Backed out changeset ea1ed091f31e (bug 1126240) for android build failures
...
--HG--
extra : rebase_source : 604d42d88e5221777ea441da8aed6199ae523b26
2015-02-10 16:42:39 -08:00
Richard Newman
b346923fd3
Bug 1131257 - Part 1: split LocalReadingListDB out of LocalBrowserDB. r=margaret
...
Centralizing reading list access logic will make Bug 1130461 much easier. This bug is the first part of that.
We follow the same pattern as for URLMetadata, TabsAccessor, and Searches; BrowserDB hands over a single class that's specialized to handle the Reading List.
2015-02-10 16:42:13 -08:00
Richard Newman
0f831ec15a
Bug 1126240 - Correctly encode APK paths in SearchEngineManager. r=margaret
...
This is the approach we already take everywhere else we make a jar🫙 URI.
I've unified those places into GeckoJarReader, cleaned up imports, fixed a
typo, and wrote a trivial test for this case.
I made a few utility methods static to facilitate testing and future refactoring.
2015-02-10 16:11:24 -08:00
Victor Porof
e19d86e3f3
Bug 1131577 - Waterfall view can scroll outside the visible bounds if the flamegraph view was initialized before a recording was started, r=jsantell
2015-02-10 18:36:31 -05:00
Victor Porof
13b0947af5
Bug 1131572 - DetailsView.setAvailableViews should be a task, r=jsantell
2015-02-10 18:36:31 -05:00
Wes Kocher
d8cd7ae5e3
Backed out changeset b04123c901ac (bug 1121210) for Mn failures
2015-02-10 15:19:43 -08:00
Mike de Boer
581d4c64ec
Bug 1121210: notify UITour when the active tab changes and don't show the get started info panel when the rooms tab is not selected. r=MattN
2015-02-10 23:35:39 +01:00
Ryan VanderMeulen
817924eff7
Merge inbound to m-c. a=merge
...
CLOSED TREE
2015-02-10 16:03:15 -05:00
Ryan VanderMeulen
9392837e52
Merge fx-team to m-c. a=merge
...
CLOSED TREE
2015-02-10 15:54:32 -05:00