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
B2G Bumper Bot
2f8f2115bd
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/155bda717bcc
Author: Eli Perelman <eli@eliperelman.com>
Desc: Merge pull request #30610 from janus926/bug-1174629
Bug 1174629 - Avoid logcat -c on Android L to workaround the issues. …
========
https://hg.mozilla.org/integration/gaia-central/rev/afb9ead8a273
Author: Ting-Yu Chou <janus926@gmail.com>
Desc: Bug 1174629 - Avoid logcat -c on Android L to workaround the issues. r=eli
2015-06-25 15:10:33 -07:00
B2G Bumper Bot
ece1abc3bc
Bumping manifests a=b2g-bump
2015-06-25 14:22:19 -07:00
B2G Bumper Bot
cdf560e3ed
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/009f4c46b663
Author: Gareth Aye <gaye@mozilla.com>
Desc: Merge pull request #30712 from mozilla-b2g/fix-marionette-js-runner-setup-python
Bug 1177473 - Python setup script should be smarter about virtualenv
========
https://hg.mozilla.org/integration/gaia-central/rev/c425fa43c9f7
Author: gaye <gareth.aye@gmail.com>
Desc: Bug 1177473 - Python setup script should be smarter about virtualenv
2015-06-25 14:20:20 -07:00
Jose Antonio Olivera Ortega
5639f4ef16
Bug 1171915 - about:serviceworkers in b2g should use originAttributes when calling ServiceWorkerManager. r=baku,fabrice
2015-06-25 13:14:33 -07:00
B2G Bumper Bot
c7bd91ce5c
Bumping manifests a=b2g-bump
2015-06-25 11:38:18 -07:00
B2G Bumper Bot
d6a83bb9b6
Bumping manifests a=b2g-bump
2015-06-25 08:53:14 -07:00
Thomas Zimmermann
c9da785375
Bug 1173334: Open nfcd connections with socket type SOCK_SEQPACKET, allstars.chh
...
NFC requires sequential transfer of individual messages. Using the
socket type SOCK_SEQPACKET guarantees these properties.
2015-06-25 08:29:04 -07:00
Jennifer Fong
0d0ec20be3
Bug 1177134 - ESLint cleanup for tests. r=pbro
2015-06-25 07:30:00 -04:00
Carsten "Tomcat" Book
a3ba8f387e
merge mozilla-inbound to mozilla-central a=merge
2015-06-25 11:09:46 +02:00
Carsten "Tomcat" Book
aeaff43956
merge fx-team to mozilla-central a=merge
2015-06-25 11:01:16 +02:00
Carsten "Tomcat" Book
03c207ba11
merge b2g-inbound to mozilla-central a=merge
2015-06-25 10:58:53 +02:00
B2G Bumper Bot
0ea3d9527b
Bumping manifests a=b2g-bump
2015-06-24 18:08:19 -07:00
B2G Bumper Bot
21c2458924
Bumping gaia.json for 4 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/b139ace38867
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Merge pull request #30696 from KevinGrandon/bug_1176905_ftu_gaia_checkbox
Bug 1176905 - [FTU] Convert checkboxes to use gaia-checkbox
========
https://hg.mozilla.org/integration/gaia-central/rev/a608609363e0
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Bug 1176905 - [FTU] Convert checkboxes to use gaia-checkbox r=sfoster
========
https://hg.mozilla.org/integration/gaia-central/rev/adfca4210a97
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Bug 1176905 - RTL support for gaia-checkbox
========
https://hg.mozilla.org/integration/gaia-central/rev/04a06287bf61
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Bug 1176905 - Add inline class for gaia-checkbox
2015-06-24 18:06:21 -07:00