Frédéric Wang
1329d0e445
Bug 744790 - Expose basic NSAccessibility attributes for tables. r=surkov
2015-06-25 21:51:00 +02:00
Frédéric Wang
1d00a06aa5
Bug 744790 - Part 1 - Map tabular accessibles to appropriate roles. r=surkov
2015-06-25 06:43:00 +02:00
Carsten "Tomcat" Book
369455e76a
Merge mozilla-central to mozilla-inbound
2015-06-26 13:41:17 +02: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
Makoto Kato
2eaace5db3
Bug 1176843 - Don't query caret rect on layout change. r=masayuki
2015-06-26 00:08:29 -07:00
Kartikaya Gupta
47d3caaf7f
Bug 1177334 - Only run meta-viewport scrollbar positioning tests on B2G. r=tn
2015-06-25 23:58:16 -07:00
Kartikaya Gupta
cf0fe82755
Bug 1177247 - Prevent HandlePossibleViewportChange from clobbering a restored scroll position from forward/back navigation. r=botond
...
When the mochitest docshell/test/test_bug590573.html is run with APZ enabled,
it fails because the HandlePossibleViewportChange code clobbers the scroll
position after it has been restored by the session history code. Instead of
using the default 0,0 as the initial scroll position we now pick up the
pre-existing scroll position and use that.
2015-06-25 23:54:25 -07: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
B2G Bumper Bot
bc96188837
Bumping manifests a=b2g-bump
2015-06-24 17:52:03 -07:00
B2G Bumper Bot
0c869b5f3c
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/7c48140d54ce
Author: albertopq <albert.pastor@gmail.com>
Desc: Merge pull request #30702 from albertopq/1176925-ftu-icons
Bug 1176925 - Updating icons visibility on creation r=gmarty
========
https://hg.mozilla.org/integration/gaia-central/rev/16200a889c12
Author: albertopq <apastor@mozilla.com>
Desc: Bug 1176925 - Updating icons visibility on creation r=gmarty
2015-06-24 17:50:07 -07:00