Tim Nguyen
a098ea005e
Bug 1165122 - Show Add New Rule button by default. r=bgrins
2015-06-25 16:00:29 -07:00
Allison Naaktgeboren
a97ac6fd37
Bug 1136477 - Unify terminology of Passwords/Logins for about:logins (nee about:passwords).2/2.r=liuche
2015-06-26 12:54:35 -07:00
Margaret Leibovic
54a2cf7196
Bug 1170841 - Show warning in add-on manager for add-ons that aren't properly signed. r=liuche
...
--HG--
extra : rebase_source : d5a5380036f18c1897256e9719a4d6ded9c1e19b
2015-06-17 17:46:27 -07:00
Michael Comella
a4d68c0617
Bug 1177166 - Remove allocation in TopSitesThumbnailView.onLayout. r=mhaigh
...
--HG--
extra : commitid : 5PCvn5CUdeL
extra : rebase_source : e253e2969b69fafb242b211f4e71e5d49e739a11
2015-06-24 14:03:06 -07:00
Michael Comella
860ec36f4f
Bug 1174365 - Remove TopSitesGridView.onMeasure allocation call. r=mhaigh
...
We pre-allocate and re-use the item now.
--HG--
extra : commitid : DLpaAkOSe5P
extra : rebase_source : a69f8f892b82cabbc7ec95a5b0dc8a26c26f354b
2015-06-24 13:25:16 -07:00
Michael Comella
6561699ef0
Bug 1177244 - Add in tools namespace. r=me
...
I removed it in a botched rebase and broke the build.
--HG--
extra : commitid : 7ZgYEHIYXFZ
2015-06-26 10:52:04 -07:00
Michael Comella
85de455f3f
Bug 1177244 - Move tab queue prompt to merge tag. r=mhaigh
...
--HG--
extra : commitid : 3tK3pF1KBZY
extra : rebase_source : b0e56ad1554a1e592e8700d9bcd60df6ea0f2da0
2015-06-24 15:24:21 -07:00
Michael Comella
1b82afe338
Bug 1177244 - Move share dialog to merge tag. r=mhaigh
...
--HG--
extra : commitid : 3YgHQDIIeSS
extra : rebase_source : 7fb877961a3f623ac6e67828d38cd8a61db357dc
2015-06-24 15:19:38 -07:00
Michael Comella
c05e62bc19
Bug 1170884 - Disable IconColors lint warning. r=mhaigh
...
--HG--
extra : commitid : 1VNKMWAqUPd
extra : rebase_source : 7a1e134b9626ace7e49390404054021db52f2a41
2015-06-24 11:55:18 -07:00
Richard Newman
f5fb4c450c
Bug 1111220 - Remove system search integration. r=mfinkle
2015-06-25 22:41:05 -07:00
Michael Comella
b9894b9596
Bug 864958 - Tint the progress bar in private browsing mode. r=mhaigh
...
Note: the tinted view is only a single color while the original asset contains
gradients.
--HG--
extra : commitid : DhaVxpPBMn2
extra : rebase_source : a1991ff478260441e6ac788ba5384a7e7a518d2a
2015-06-25 14:00:15 -07:00
Michael Comella
e18c428745
Bug 864958 - Set url bar shadow color in private browsing mode. r=mhaigh
...
--HG--
extra : commitid : Dcpxip190QP
extra : rebase_source : 1629856b713b2c2b2584dfdf2576da287af79492
2015-06-25 13:39:43 -07:00
Michael Comella
4a6a4dbaa1
Bug 864958 - Add new private browsing url bar assets. r=mhaigh
...
--HG--
extra : commitid : 4h7LLtPazvv
extra : rebase_source : 4a9c6ef41794a334f598c9b94d70353002fd3046
2015-06-25 12:51:42 -07:00
Michael Comella
fa6470ad8a
Bug 864958 - Replace private toolbar background with tabs_tray_grey_pressed. r=mhaigh
...
--HG--
extra : commitid : 5x5BoZ3jjHF
extra : rebase_source : 0e84dcd889e273edc28d910439e6ce8ad8548517
2015-04-23 18:01:23 -07:00
Michael Comella
76410503d3
Bug 1166462 - Add probe for title in titlebar enabled setting. r=margaret
...
--HG--
extra : commitid : 3hf3xQc55I3
extra : rebase_source : 3c21965679e3a5b75591ff9343aeb4ea5e05398b
2015-06-24 11:01:26 -07:00
Michael Comella
de8e9e497f
Bug 1170804 - Add non-final eslintrc for tests/. r=margaret
...
There are still some failures but it's a start.
--HG--
extra : commitid : D7RWXDkMW1C
extra : rebase_source : c52e882ff446d102680a3c4a84363bcb5b95b4f1
2015-06-25 10:40:26 -07:00
Michael Comella
92c12880b6
Bug 1170804 - Set non-final eslintrc for chrome/content. r=margaret
...
Still a lot of errors but it's progress.
--HG--
extra : commitid : 3quQqYyszaS
extra : rebase_source : b54a09db4087dcbcd9406e537ab1e942df89af3e
2015-06-25 10:27:38 -07:00
Michael Comella
e3b7f888ba
Bug 1170804 - Get .jsm to work under eslint. r=margaret
...
You can now run by `cd mobile/android && eslint . --ext "[.js,.jsm]"`.
--HG--
extra : commitid : AAENN0WrJVl
extra : rebase_source : 4a7fb888ef16a29580fa7b5d394c44aabd387210
2015-06-24 23:11:11 -07:00
Michael Comella
a21054b998
Bug 1170804 - Fix bugs found by eslint in components/. r=margaret
...
A few errors still remain.
--HG--
extra : commitid : KwLqDylOiSh
extra : rebase_source : 3eaf4a7a8e38454ecc8dd781f597f561dd2e70a9
2015-06-24 21:56:23 -07:00
Michael Comella
4deed539cd
Bug 1170804 - Add .eslintrc configuration file to mobile/android. r=margaret
...
eslint can be run by `cd`ing to mobile/android and running `eslint .` (assuming
eslint is installed). Note that .jsm files have not yet been configured.
Add an eslintignore to avoid the files that will take more work.
--HG--
extra : commitid : LcrYaNh2sSn
extra : rebase_source : 43a2b1988049003b1e225fa60671a04f62c3d44a
2015-06-24 22:37:55 -07:00
Tim Taubert
e5878ed965
Bug 1177438 - [Control Center] Move "verified by" label up in the security subview r=Gijs
2015-06-25 17:17:52 -07:00
Carsten "Tomcat" Book
66f9f77e3d
merge mozilla-inbound to mozilla-central a=merge
2015-06-26 13:19:12 +02:00
Carsten "Tomcat" Book
81ae202190
merge fx-team to mozilla-central a=merge
2015-06-26 11:53:41 +02:00
Carsten "Tomcat" Book
1add4546d4
merge b2g-inbound to mozilla-central a=merge
2015-06-26 11:46:20 +02:00
Ben Kelly
1a7bf3eeb5
Bug 1110446 P4 Add a test that orphanes Cache API body files. r=ehsan
2015-06-25 22:22:47 -07:00
Ben Kelly
a46f5588ad
Bug 1110446 P3 Add a test that forces a Cache object to be orphaned and reclaimed. r=ehsan
2015-06-25 22:22:47 -07:00
Ben Kelly
704bdbfb99
Bug 1110446 P2 Cleanup stale caches/bodies if last session didn't shutdown cleanly. r=ehsan
2015-06-25 22:22:46 -07:00
Ben Kelly
bbd2a20e5d
Bug 1110446 P1 Create marker files when Cache API context is open. r=ehsan
2015-06-25 22:22:46 -07:00
Nicolas B. Pierron
66cf1e0a16
Back out 3 changesets (Bug 1165348, Bug 1175397, Bug 1174322) for some website bustages.
2015-06-26 07:05:33 +02:00
Cameron McCormack
c9c0516dfa
Bug 77999 - Followup build bustage fix.
...
CLOSED TREE
2015-06-26 14:22:52 +10:00
Cameron McCormack
910bb671cf
Bug 77999 - Unified build fix followup.
2015-06-26 13:52:48 +10:00
Cameron McCormack
9bef88940c
Bug 77999 - Part 5: Cache eAgentSheet and eUserSheet rule processors in the RuleProcessorCache. r=dbaron
...
Ignoring sheets added by add-ons, all sheets in the eAgentSheet and
eUserSheet levels should come from the nsLayoutStylesheetCache and thus
allow multiple documents to make use of a shared rule processor.
2015-06-26 13:52:48 +10:00
Cameron McCormack
6aad7b33a3
Bug 77999 - Part 4: Mark nsCSSRuleProcessors as ready for expiration from the RuleProcessorCache once no nsStyleSets are using them. r=dbaron
...
We want the RuleProcessorCache to start considering a given
nsCSSRuleProcessor as ready for expiration only once no nsStyleSets are
using it.
2015-06-26 13:52:47 +10:00
Cameron McCormack
61f1cd54f1
Bug 77999 - Part 3: Gather document rules and produce an nsDocumentRuleResultCacheKey in nsCSSRuleProcessors. r=dbaron
2015-06-26 13:52:47 +10:00
Cameron McCormack
7c894d7982
Bug 77999 - Part 2: Add RuleProcessorCache. r=dbaron
2015-06-26 13:52:47 +10:00
Cameron McCormack
ea9aba1e83
Bug 77999 - Part 1: Add nsDocumentRuleResultCacheKey. r=dbaron
2015-06-26 13:52:47 +10:00
Cameron McCormack
b26c6e1429
Bug 1170888 - Restyle the document in EnsureSafeToHandOutCSSRules if we previously cloned sheet inners outside of that method. r=bzbarsky
2015-06-26 13:49:58 +10:00
Cameron McCormack
dd81f3c902
Bug 1169512 - Add and remove quirk.css rather than enable and disable a clone of it. r=jwatt
2015-06-26 13:49:58 +10:00
Phil Ringnalda
64bb0c3553
Back out 2 changesets (bug 1163856) for Windows !mSyncLoad assertion failures
...
CLOSED TREE
Backed out changeset 62c1c616f21c (bug 1163856)
Backed out changeset 04239448fe0b (bug 1163856)
2015-06-25 19:57:00 -07:00
Phil Ringnalda
6a687b9e76
Back out 1fd1058d6099 (bug 1139698) for JP, bc and dt bustage
...
CLOSED TREE
--HG--
rename : browser/themes/shared/fxa/default-profile-image.svg => browser/themes/shared/incontentprefs/default-profile-image.svg
2015-06-25 19:30:06 -07:00
Drew Willcoxon
476f8f0476
Bug 1173754 - Add a restrict token for search suggestions in the awesomebar. r=mak
2015-06-25 18:07:56 -07:00
Edouard Oger
2654623ec6
Bug 1139698 - Add Firefox Account avatar in Hamburger Menu. r=markh
...
--HG--
rename : browser/themes/shared/incontentprefs/default-profile-image.svg => browser/themes/shared/fxa/default-profile-image.svg
2015-06-25 17:16:28 -07:00
Edouard Oger
0276f83a54
Bug 1174330 - Allow the device name to be edited in-line. r=markh
2015-06-25 17:15:23 -07:00
Chris Manchester
e0393ce4f2
No Bug - Bump mozharness.json revision. a=RyanVM
...
--HG--
extra : commitid : 82mXWP23MPo
2015-06-25 16:40:49 -07:00
Gregory Szorc
d34ee1a5dc
Bug 1176642 - Import proper mozinfo package; r=me
...
bf34d16b6ab2 added absolute_import to this file. When changed, "import
mozinfo" stopped picking up mozbuild.mozinfo and started importing
mozinfo instead.
Use relative imports to force mozbuild.mozinfo to be picked up.
--HG--
extra : commitid : 4GC5lJWrBFq
extra : rebase_source : c91674b16f29dadf8dcda460787ea94654f2864a
2015-06-25 16:11:22 -07:00
Gabriel Luong
44c8b16ca6
Backed out changeset aa1f2a978a64
2015-06-25 16:04:40 -07:00
Tim Nguyen
cf3d165b3d
Bug 1165122 - Show Add New Rule button by default. r=bgrins
2015-06-25 16:00:29 -07:00
Gabriel Luong
25fdca5e38
Bug 1166959 - Allow the selector editor to advance the focus with tab, shift-tab and enter r=pbrosset
2015-06-25 15:51:52 -07:00
Andrei Oprea
3d2018ad73
Bug 1168841 - Style text chat elements and add timestamps. r=Standard8
2015-06-25 15:45:01 -07:00
B2G Bumper Bot
c7999f3279
Bumping manifests a=b2g-bump
2015-06-25 15:12:56 -07:00