Mark Goodwin
c71dc52d87
Bug 1068949 - Send SHA-1 deprecation warnings in to the web console. r=mcmanus
2014-11-04 13:25:00 -05:00
Dirk Schulze
62628a69a2
Bug 1074522 - Implement ellipse()/circle() parsing and style computing. r=dbaron
2014-10-15 00:03:00 +02:00
Dirk Schulze
1d1b7d9234
Bug 1077388 - Fix parsing/computing issue with polygon(). r=dbaron
2014-10-10 02:10:00 -04:00
Christoph Kerschbaumer
f79507ab2f
Bug 1000945 - CSP: Remove unused strings from csp.properties (r=sstamm)
2014-08-13 21:40:36 -07:00
Camilo Viecco
c2c7007b5f
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
a028173cff
Bug 1072894 - Implement polygon() parsing for clip-path. r=heycam
2014-09-28 01:56:00 +02:00
Francois Marier
12e6ff4e4a
Bug 752559 - Console warning when sandboxed iframe is used ineffectively. r=smaug
2014-09-07 23:05:00 -04:00
Max Li
70c508c9eb
Bug 1047428 - [AccessFu] Report read only state for editables.r=eeejay
2014-08-23 20:22:03 -04:00
Tanvi Vyas
d4c4f99169
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
ce11d17474
Bug 1053028 - Remove remaining relicts of deprecated X-CSP header (r=sstamm)
2014-08-12 21:15:56 -07:00
Christoph Kerschbaumer
3865ff6dd5
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
e1583db863
Bug 1042226 - move DEFINES += -DAB_CD=$(AB_CD) pattern into config.mk; r=mshal
2014-08-01 12:53:05 -04:00
Yura Zenevich
442f4b74af
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
e5c71c22e7
Bug 1027299 - Print a deprecation warning when importing XUL into content documents (r=smaug)
2014-07-18 08:59:00 -07:00
Georg Fritzsche
2e0173e669
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
f13e743f71
Backed out changeset 46acc7f0704b (bug 1009909) for xpcshell failures.
2014-07-16 11:34:20 -04:00
Georg Fritzsche
43e3ef7bfc
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
38d3a3deea
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
f31b35e66b
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
96a68ed4e1
Bug 966166 - Part 1: Parse @counter-style rule. r=dbaron, r=bz
2014-06-11 21:10:00 -04:00
Jonathan Watt
db7080c070
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
900ca9c9b2
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
bce84acfd9
Bug 1014282: Do not direct every ssl error to 'Report Web Forgery' (r=margaret)
2014-05-22 16:26:57 -07:00
Frederik Braun
28f37fc420
Bug 1010953 - different message for CSP-Report Only to devtools console. r=grobinson
2014-05-20 12:15:43 +02:00
Bobby Holley
715f351f2b
Bug 1010577 - Shim window.controllers (with a warning) in RELEASE_BUILDs. r=bz
2014-05-19 13:08:08 -07:00
Henri Sivonen
34b67bca76
Bug 943268 - Remove nsCharsetAlias and nsCharsetConverterManager. r=emk.
2014-05-08 12:32:00 +03:00
Yura Zenevich
394e368be8
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
abe09769dd
Bug 957430 - Stop pretending Attr.specified is deprecated; r=ehsan
2014-04-25 13:29:56 +03:00
Jefry Lagrange
3b76d91c36
Bug 939323 - Warn about XMLHttpRequest sendAsBinary usage. r=smaug
2014-04-22 13:59:39 -07:00
Marco Zehe
00e3bb9eeb
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
69f11197c5
Bug 927245 - Remove deprecated Audio Data API implementation. r=cajbir,smaug
2014-04-03 10:53:39 +13:00
Ghislain 'Aus' Lacroix
85bbd9301e
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
e65d66c52e
Bug 980134 - Hide DataContainerEvent from content. r=smaug
2014-03-31 06:28:00 +09:00
Ehsan Akhgari
da255bec64
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
874e445c7b
Bug 63895 (Part 2) - Support table parts as absolute containing blocks. r=dbaron
2014-03-10 15:41:17 -07:00
Alessio Placitelli
002b65d322
Bug 961804 - Drop support for Blob.mozSlice. r=jst
2014-03-06 08:52:52 -05:00
Eitan Isaacson
e22a4c8a91
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
f47f0e0bf2
Bug 624883 - Add parentheses around protocol list in dom unknownProtocolFound string. r=bz
2014-02-13 08:58:04 +00:00
Yeuk Hon Wong
47d8c2e9eb
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
3bff68ce19
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
2c77d04fcf
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
2bd7b75fd2
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
dc7188dcc2
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
a0a4fc132b
Bug 963901 - Fix variable format error. r=sstamm
2014-01-31 21:54:48 -05:00
Chris Peterson
f6f08af0a0
Bug 965693 - Remove annoying "Printing XUL documents is not supported" error dialog. r=roc
2014-01-29 20:40:34 -08:00
Sid Stamm
842e0bd445
Bug 843311 - update CSP report-uri parsing to be spec compliant. r=grobinson
2014-01-24 10:24:08 -08:00
Yeuk Hon Wong
a17e4fc360
Bug 587377 - Display CSP warning in the web console if a hostname is a quoteless CSP keyword match. r=sstamm
2014-01-17 11:10:29 -05:00
Ehsan Akhgari
2bc7d53f79
Bug 957431 - Remove support for Attr.ownerElement; r=bzbarsky
2014-01-08 09:28:19 -05:00
Garrett Robinson
e0d2da8ca6
Bug 713980 - Log warnings about blocked cross-site requests to the Web Console. r=smaug
2014-01-07 09:51:05 -05:00
Henri Sivonen
d028cb6f28
Bug 956024 - Remove traces of SunDevanagari and LangBox Arabic encodings. r=emk.
2014-01-07 12:41:09 +02:00