Ben Turner
7b98a7adee
Bug 1083285 - Fix noisy IndexedDB error, replace with better warning. r=khuey.
2014-11-13 18:20:38 -08:00
Wes Kocher
a24e6e5397
Backed out changeset f5ed560d297f (bug 1083285) for build bustage
2014-11-18 15:47:57 -08:00
Ben Turner
f3d830d1fb
Bug 1083285 - Fix noisy IndexedDB error, replace with better warning. r=khuey.
2014-11-13 18:20:38 -08:00
Francois Marier
e2f4b47fe2
Bug 529697 - (CSP 1.1) Implement form-action directive [3/4], r=unfocused
...
Make the cspFrameAncestorsBlock error page generic and use it with
the form-action directive too.
2014-11-15 03:08:00 +01:00
Mark Goodwin
af168a4de0
Bug 1068949 - Send SHA-1 deprecation warnings in to the web console. r=mcmanus
2014-11-04 13:25:00 -05:00
Dirk Schulze
00b2902abf
Bug 1074522 - Implement ellipse()/circle() parsing and style computing. r=dbaron
2014-10-15 00:03:00 +02:00
Dirk Schulze
7b2da36d28
Bug 1077388 - Fix parsing/computing issue with polygon(). r=dbaron
2014-10-10 02:10:00 -04:00
Christoph Kerschbaumer
ee5b70e123
Bug 1000945 - CSP: Remove unused strings from csp.properties (r=sstamm)
2014-08-13 21:40:36 -07:00
Camilo Viecco
1954b909cc
Bug 787133 - (hpkp) Part 1/2. Header Parsing and interface within PSM. r=keeler, r=mcmanus
2014-09-03 10:24:12 -07:00
Dirk Schulze
92372d8ff6
Bug 1072894 - Implement polygon() parsing for clip-path. r=heycam
2014-09-28 01:56:00 +02:00
Francois Marier
32a3534d6a
Bug 752559 - Console warning when sandboxed iframe is used ineffectively. r=smaug
2014-09-07 23:05:00 -04:00
Max Li
90bff683d0
Bug 1047428 - [AccessFu] Report read only state for editables.r=eeejay
2014-08-23 20:22:03 -04:00
Tanvi Vyas
39e8cf4634
Bug 1057518 - Ensure callingDoc and doc's principal are the same in XMLDocument::Load(). r=sicking
2014-08-29 16:56:28 -07:00
Christoph Kerschbaumer
e25473a9a7
Bug 1053028 - Remove remaining relicts of deprecated X-CSP header (r=sstamm)
2014-08-12 21:15:56 -07:00
Christoph Kerschbaumer
f9f3b04dc6
Bug 1045902: CSP - log warning and ignore 'reflected-xss' directive (r=grobinson)
...
--HG--
extra : rebase_source : 9625060894079debd9cee8bc50bdc3b3be1ee18f
2014-07-31 22:24:07 -07:00
Nathan Froyd
7d196c1018
Bug 1042226 - move DEFINES += -DAB_CD=$(AB_CD) pattern into config.mk; r=mshal
2014-08-01 12:53:05 -04:00
Yura Zenevich
6cc167fca3
Bug 1030470 - (part 1) moved the non-android localization part out of AccessFu to be handled in Gaia. r=eeejay
...
---
accessible/jsat/AccessFu.jsm | 176 ++-----
accessible/jsat/OutputGenerator.jsm | 337 +++++--------
accessible/jsat/Presentation.jsm | 193 ++++----
accessible/jsat/Utils.jsm | 43 +-
accessible/tests/mochitest/jsat/jsatcommon.js | 19 +-
accessible/tests/mochitest/jsat/output.js | 12 +-
accessible/tests/mochitest/jsat/test_alive.html | 22 +-
.../mochitest/jsat/test_content_integration.html | 95 ++--
.../tests/mochitest/jsat/test_content_text.html | 8 +-
.../tests/mochitest/jsat/test_explicit_names.html | 73 +--
.../tests/mochitest/jsat/test_landmarks.html | 125 +++--
.../tests/mochitest/jsat/test_live_regions.html | 144 +++---
accessible/tests/mochitest/jsat/test_output.html | 526 +++++++++++----------
accessible/tests/mochitest/jsat/test_tables.html | 492 ++++++++++++++-----
.../en-US/chrome/accessibility/AccessFu.properties | 103 +++-
15 files changed, 1306 insertions(+), 1062 deletions(-)
2014-08-06 09:38:50 -04:00
Bill McCloskey
0f6c7e3982
Bug 1027299 - Print a deprecation warning when importing XUL into content documents (r=smaug)
2014-07-18 08:59:00 -07:00
Georg Fritzsche
9297cbab20
Bug 1009909 - Firefox desktop: Integrate the openh264 media plugin in the add-ons manager. r=unfocused
2014-07-16 15:49:30 +02:00
Ryan VanderMeulen
11e9e45e9c
Backed out changeset 46acc7f0704b (bug 1009909) for xpcshell failures.
2014-07-16 11:34:20 -04:00
Georg Fritzsche
57b80b4a5b
Bug 1009909 - Firefox desktop: Integrate the openh264 media plugin in the add-ons manager. r=unfocused
2014-07-16 15:49:30 +02:00
John Schoenick
6b99891708
Bug 870022 - Part 2 - Add ParseSourceSizeList to CSS parser for <picture sizes> grammar. r=bz
2014-06-25 11:47:46 -07:00
Masayuki Nakano
974411eff0
Bug 1024864 Warn KeyboardEvent.key value change when KeyboardEvent.key is read and its key value is obsolete r=smaug
2014-06-14 11:24:16 +09:00
Xidorn Quan
ab361e10f1
Bug 966166 - Part 1: Parse @counter-style rule. r=dbaron, r=bz
2014-06-11 21:10:00 -04:00
Jonathan Watt
9eae2dde89
Bug 1016931 - Provide better messages to users for range underflow/overflow of HTML number, date and time inputs. r=smaug
2014-06-02 14:53:56 +01:00
Boris Zbarsky
0b14b0cdf7
Bug 998356. Don't completely fail out of the parser if we can't format one of our string error messages. r=hsivonen
2014-05-23 17:32:37 -04:00
Monica Chew
4841496a48
Bug 1014282: Do not direct every ssl error to 'Report Web Forgery' (r=margaret)
2014-05-22 16:26:57 -07:00
Frederik Braun
518b481449
Bug 1010953 - different message for CSP-Report Only to devtools console. r=grobinson
2014-05-20 12:15:43 +02:00
Bobby Holley
ba945f2afc
Bug 1010577 - Shim window.controllers (with a warning) in RELEASE_BUILDs. r=bz
2014-05-19 13:08:08 -07:00
Henri Sivonen
6a6cd36d81
Bug 943268 - Remove nsCharsetAlias and nsCharsetConverterManager. r=emk.
2014-05-08 12:32:00 +03:00
Yura Zenevich
f7f2600a27
Bug 1001628 - listbox option role string is now less verbose. r=eeejay
...
---
accessible/tests/mochitest/jsat/test_output.html | 12 ++++++++++--
dom/locales/en-US/chrome/accessibility/AccessFu.properties | 2 +-
2 files changed, 11 insertions(+), 3 deletions(-)
2014-04-30 11:27:13 -04:00
Aryeh Gregor
495b6eadf2
Bug 957430 - Stop pretending Attr.specified is deprecated; r=ehsan
2014-04-25 13:29:56 +03:00
Jefry Lagrange
50a37c8c05
Bug 939323 - Warn about XMLHttpRequest sendAsBinary usage. r=smaug
2014-04-22 13:59:39 -07:00
Marco Zehe
f31cf99608
Bug 989958 - Expose PRESSED state on a native button element and remove CHECKABLE state from toggle buttons, r=surkov, r=eeejay
2014-04-04 10:01:19 +02:00
Matthew Gregan
5979b051e5
Bug 927245 - Remove deprecated Audio Data API implementation. r=cajbir,smaug
2014-04-03 10:53:39 +13:00
Ghislain 'Aus' Lacroix
b3e02ed902
Bug 982006 - Make GetDownloadDirectory return error for both SD card missing and SD card busy. r=bz
2014-03-31 12:10:44 -07:00
Masatoshi Kimura
58058e61fd
Bug 980134 - Hide DataContainerEvent from content. r=smaug
2014-03-31 06:28:00 +09:00
Ehsan Akhgari
27a82cef75
Backed out 2 changesets (bug 957431) because we decided we're keeping Attr.ownerElement in the end
...
Backed out changeset ab12a8416a1d (bug 957431)
Backed out changeset 188d1e255d40 (bug 957431)
2014-03-21 16:04:09 -04:00
Seth Fowler
394cb4eccf
Bug 63895 (Part 2) - Support table parts as absolute containing blocks. r=dbaron
2014-03-10 15:41:17 -07:00
Alessio Placitelli
b0ddd1a2e3
Bug 961804 - Drop support for Blob.mozSlice. r=jst
2014-03-06 08:52:52 -05:00
Eitan Isaacson
b215619269
Bug 978075 - Screen reader turn on and off announce. r=yzen
...
This patch does several other things:
1. When a PrefCache with no default setting available is created, or cleared, set value to null.
2. Removed weird margin change in announce box.
3. Add announce method to speech presenter.
4. Don't start and stop AccessFu implicitly in AccessFuTest.
5. Change tests to two start/stop pairs where in one pair we activate via pref, and
the other one via settings (TODO).
2014-03-04 10:10:38 -08:00
Bob Owen
7dd837b232
Bug 624883 - Add parentheses around protocol list in dom unknownProtocolFound string. r=bz
2014-02-13 08:58:04 +00:00
Yeuk Hon Wong
80ed1112a2
Bug 847081 - Throw a warning when a '*-report-only' header doesn't contain a 'report-uri' directive. r=geekboy
2014-02-13 10:10:29 -05:00
Olli Pettay
8e0e3d9149
Bug 969671 - Warn about use of sync XHR in the main thread, r=sicking/ehsan
...
--HG--
extra : rebase_source : 4af00da28a4e8b6cc1209d9a5e098d9914286deb
2014-02-10 20:35:25 +02:00
Bob Owen
a2c97ca724
Bug 624883 - Treat view-source as an unrecognised scheme if not top-level. r=bz
2014-01-23 16:02:33 +00:00
Kartikaya Gupta
3c76d5ff2b
Bug 845690 - Print a warning for developers if we apply our implicit backwards-compatible meta-viewport tag. r=ehsan,f=vingtetun
2014-02-03 18:22:09 -05:00
Jonathan Watt
a47685084f
Bug 827161, part 2 - Implement HTML 5's ValidityState.badInput and implement the state for HTMLInputElement's number type. r=smaug
2014-01-30 12:54:12 +00:00
Garrett Robinson
9d7ec4b281
Bug 963901 - Fix variable format error. r=sstamm
2014-01-31 21:54:48 -05:00
Chris Peterson
91f7b1bbc7
Bug 965693 - Remove annoying "Printing XUL documents is not supported" error dialog. r=roc
2014-01-29 20:40:34 -08:00
Sid Stamm
e7799ef414
Bug 843311 - update CSP report-uri parsing to be spec compliant. r=grobinson
2014-01-24 10:24:08 -08:00