Commit Graph

745 Commits

Author SHA1 Message Date
Andrew Hurle
1e3bb07c3f Bug 587909 - Improve the visual style of location bar results. r=Unfocused ui-r=shorlander
--HG--
extra : rebase_source : 625a3e2cf16b2601c20709b1ff6ee7c3792a6faa
2012-07-12 20:53:00 -07:00
Nathan Froyd
a7eb97f896 Bug 370750 - consolidate mochitest files installation; r=glandium
With assistance on the patch from Ms2ger, Waldo, and Mossop.
2012-07-03 16:49:02 -04:00
Andrew Quartey
29f9c1dec1 Bug 761910 - Add text attribute testing for HTML mark color. r=eitan 2012-07-07 10:06:59 -04:00
Ehsan Akhgari
45fe6d3ae2 Bug 722872 - Part 1: Add nsITransferable::Init(nsILoadContext*), enforce that it's called in debug builds, and add nsIDOMDocument* arguments to nsIClipboardHelper methods; r=roc
This patch does the following:

* It adds nsITransferable::Init(nsILoadContext*).  The load context
  might be null, which means that the transferable is non-private, but
  if it's non-null, we extract the boolean value for the privacy mode
  and store it in the transferable.
* It adds checks in debug builds to make sure that Init is always
  called, in form of fatal assertions.
* It adds nsIDOMDocument* agruments to nsIClipboardHelper methods which
  represent the document that the string is coming from.
  nsIClipboardHelper implementation internally gets the nsILoadContext
  from that and passes it on to the transferable upon creation.  The
  reason that I did this was that nsIClipboardHelper is supposed to be a
  high-level helper, and in most of its call sites, we have easy access
  to a document object.
* It modifies all of the call sites of the above interfaces according to
  this change.
* It adds a GetLoadContext helper to nsIDocument to help with changing
  the call sites.
2012-04-16 22:14:01 -04:00
Aryeh Gregor
3e9c8587b9 Bug 766845 part 3 - Fix assertion in DeleteRangeTxn; r=ehsan,surkov 2012-06-25 14:44:40 +03:00
Eitan Isaacson
2bf6598e99 Bug 764686 - Always check if point are in match's bounds in Accessible::ChildAtPoint(). r=davidb 2012-06-25 10:34:52 -07:00
Eitan Isaacson
c7883dbfbb Bug 756502 - Added reason to pivot change notifications. r=davidb 2012-06-20 14:07:51 -07:00
Eitan Isaacson
7f419da2d8 Bug 756296 - Introduce pivot moveToPoint(). r=davidb 2012-06-20 14:07:51 -07:00
Andrew Quartey
29da1e354d Bug 761911 - Add text attribute tests for HTML strike and s elements. r=eitan 2012-06-19 19:01:10 -04:00
Phil Ringnalda
9ef61ebf0a Back out 2168e72ab8d3 (bug 764686) for orange 2012-06-18 20:52:28 -07:00
Eitan Isaacson
20c87fa332 Bug 764686 - Always check if point are in match's bounds in Accessible::ChildAtPoint(). r=davidb 2012-06-18 18:40:47 -07:00
Eitan Isaacson
7f867d2927 Backed out changeset 0c17f1be2df3 (bug 764686) 2012-06-18 17:54:01 -07:00
Eitan Isaacson
2882dc8665 Bug 764686 - Always check if point are in match's bounds in Accessible::ChildAtPoint(). r=davidb 2012-06-18 16:07:56 -07:00
Mark Capella
22b27285a4 Bug 570322 - random fail of image map (area) accessible creation - part 1, r=davidb, f=marcoz 2012-06-18 09:47:25 -04:00
Mark Capella
be1fbffd23 Bug 760878 - decomtaminate Get Row / Column Description() on accessible tables, r=tbsaunde 2012-06-15 04:04:03 -04:00
David Bolter
78049ecc9b Bug 761891 - HTML5 article element should expose xml-roles:article object attribute. r=surkov 2012-06-11 11:16:48 -04:00
Oussama BADR
b79004bd39 Bug 672514 - Smooth out nsIAccessible keyboard shortcuts methods, r=surkov 2012-06-09 18:49:21 +09:00
Alexander Surkov
e119f284c3 Bug 759833 - ARIA documents should fire document loading events, r=tbsaunde, f=davidb 2012-06-08 22:36:41 +09:00
Alexander Surkov
59ffe89edc Bug 760774 - switch ARIA role map to atoms, r=tbsaunde, sr=neil 2012-06-08 01:23:33 +09:00
Mark Capella
c4df1c9012 Bug 760758 - de-ns-ify nsHTMLTableAccessible, r=surkov
--HG--
rename : accessible/src/atk/nsHTMLTableAccessibleWrap.h => accessible/src/atk/HTMLTableAccessibleWrap.h
rename : accessible/src/html/nsHTMLTableAccessible.cpp => accessible/src/html/HTMLTableAccessible.cpp
rename : accessible/src/html/nsHTMLTableAccessible.h => accessible/src/html/HTMLTableAccessible.h
rename : accessible/src/mac/nsHTMLTableAccessibleWrap.h => accessible/src/mac/HTMLTableAccessibleWrap.h
rename : accessible/src/msaa/nsHTMLTableAccessibleWrap.cpp => accessible/src/msaa/HTMLTableAccessibleWrap.cpp
rename : accessible/src/msaa/nsHTMLTableAccessibleWrap.h => accessible/src/msaa/HTMLTableAccessibleWrap.h
rename : accessible/src/other/nsHTMLTableAccessibleWrap.h => accessible/src/other/HTMLTableAccessibleWrap.h
2012-06-07 08:47:49 -04:00
Andrew Quartey
f685616270 Bug 445516 - Support for auto-generated=true text attribute on list bullets, r=tbsaunde 2012-06-07 21:49:21 +09:00
Mark Capella
fea809bcb0 Bug 760756 - de-ns-ify nsHTMLLinkAccessible, r=surkov
--HG--
rename : accessible/src/html/nsHTMLLinkAccessible.cpp => accessible/src/html/HTMLLinkAccessible.cpp
rename : accessible/src/html/nsHTMLLinkAccessible.h => accessible/src/html/HTMLLinkAccessible.h
2012-06-04 08:32:38 -04:00
Alexander Surkov
56068a9f87 Bug 756983 - make nsAccessible::GetActionName faster, r=tbsaunde 2012-06-04 14:41:06 +09:00
Alexander Surkov
0181eab0ec Bug 759670 - Intermittent accessible/events/test_docload.xul | Test timed out, r=tbsaunde 2012-06-04 14:38:45 +09:00
Alexander Surkov
80859bbd4e Bug 760099 - add more loggin capabilities, r=tbsaunde 2012-06-02 10:58:44 +09:00
Mark Capella
3819ef3a34 Bug 759305 - De-ns-ify nsHyperTextAcc, r=surkov
--HG--
rename : accessible/src/atk/nsHyperTextAccessibleWrap.h => accessible/src/atk/HyperTextAccessibleWrap.h
rename : accessible/src/html/nsHyperTextAccessible.cpp => accessible/src/generic/HyperTextAccessible.cpp
rename : accessible/src/html/nsHyperTextAccessible.h => accessible/src/generic/HyperTextAccessible.h
rename : accessible/src/mac/nsHyperTextAccessibleWrap.h => accessible/src/mac/HyperTextAccessibleWrap.h
rename : accessible/src/msaa/nsHyperTextAccessibleWrap.cpp => accessible/src/msaa/HyperTextAccessibleWrap.cpp
rename : accessible/src/msaa/nsHyperTextAccessibleWrap.h => accessible/src/msaa/HyperTextAccessibleWrap.h
rename : accessible/src/other/nsHyperTextAccessibleWrap.h => accessible/src/other/HyperTextAccessibleWrap.h
2012-05-31 04:04:41 -04:00
Alexander Surkov
81386ab0a6 Bug 754165 - fire document load events on iframes too, r=tbsaunde, f=marcoz 2012-05-30 11:21:24 +09:00
Mark Capella
6036789d4a Bug 758870 - de-ns-ify nsDocAccessible, r=surkov, f=tbsaunde
--HG--
rename : accessible/src/atk/nsDocAccessibleWrap.cpp => accessible/src/atk/DocAccessibleWrap.cpp
rename : accessible/src/atk/nsDocAccessibleWrap.h => accessible/src/atk/DocAccessibleWrap.h
rename : accessible/src/base/nsDocAccessible.cpp => accessible/src/generic/DocAccessible.cpp
rename : accessible/src/base/nsDocAccessible.h => accessible/src/generic/DocAccessible.h
rename : accessible/src/mac/nsDocAccessibleWrap.h => accessible/src/mac/DocAccessibleWrap.h
rename : accessible/src/mac/nsDocAccessibleWrap.mm => accessible/src/mac/DocAccessibleWrap.mm
rename : accessible/src/msaa/nsDocAccessibleWrap.cpp => accessible/src/msaa/DocAccessibleWrap.cpp
rename : accessible/src/msaa/nsDocAccessibleWrap.h => accessible/src/msaa/DocAccessibleWrap.h
rename : accessible/src/other/nsDocAccessibleWrap.h => accessible/src/other/DocAccessibleWrap.h
2012-05-27 05:01:40 -04:00
Oussama BADR
213de05c35 Bug 675879 - clean up nsIAccessible action methods, r=surkov 2012-05-27 00:47:22 +09:00
Eitan Isaacson
cfaaeb46a5 Bug 758072 - Fix backward sibling traversal in nsIAccessiblePivot. r=surkov 2012-05-24 11:46:04 -07:00
Mark Capella
abfc1cc082 Bug 749810 - getText(0, -1) fails with empty text, r=surkov, f=eeejay 2012-05-23 14:06:07 -04:00
Gervase Markham
ca171eec44 Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
Mark Capella
96c80b60d5 Bug 736886 - test_nsIAccessibleDocument.html silently dies, r=surkov 2012-05-17 20:10:10 -04:00
Alexander Surkov
182fe15691 Bug 754830 - calculate link states separately, r=tbsaunde 2012-05-17 18:37:37 +09:00
Arjun
7ec41bdb10 Bug 741474 - Intermittent failure of accessible/tree/test_img.html | Different amount of expected children, r=surkov 2012-05-16 17:01:34 +09:00
Eitan Isaacson
9c1f2aea8e Bug 753093 - Fix crasher when virtual cursor's position becomes defunct and a move method is called. r=surkov 2012-05-14 14:21:59 -07:00
Alexander Surkov
08d70a910e Bug 754627 - GetBounds on bullet return wrong values, r=tbsaunde, roc 2012-05-14 13:51:45 +09:00
Mark Capella
606d180dd2 Bug 614585 - mochitest test selection functions for nsIAccessibleText, r=surkov, f=hub 2012-05-10 23:18:29 +09:00
Alexander Surkov
09b9b0422e Bug 751496 - get rid nsAccessible::GetBoundsFrame, r=rbsaunde 2012-05-08 09:00:36 +09:00
Alexander Surkov
78feffdff7 Bug 751079 - get rid misuses of nsAccessible::GetBoundaryFrame, r=tbsaunde 2012-05-07 22:42:56 +09:00
Ehsan Akhgari
83c608b002 Merge backout; a=me 2012-05-02 16:22:51 -04:00
Ehsan Akhgari
27f6798b66 Backout the merge from fx-team because of Ts regressions (no bug)
This is the backed out range:
http://hg.mozilla.org/mozilla-central/pushloghtml?changeset=a974c45914eb
2012-05-02 16:20:02 -04:00
Marco Zehe
a089b300f4 Proper fix for disabling tests for bug 746970, copy and paste error, a=test-only 2012-05-02 06:56:40 +02:00
Tim Taubert
5fba5f993b merge m-c to fx-team 2012-04-27 08:39:28 -04:00
Joe Walker
540ed233b1 Bug 720641 - Integrate GCLI into developer tools global toolbar; r=dcamp,dão,robcee,zpao
--HG--
rename : browser/devtools/webconsole/test/browser_gcli_break.html => browser/devtools/shared/test/browser_gcli_break.html
rename : browser/devtools/webconsole/test/browser_gcli_commands.js => browser/devtools/shared/test/browser_gcli_commands.js
rename : browser/devtools/webconsole/test/browser_gcli_inspect.html => browser/devtools/shared/test/browser_gcli_inspect.html
rename : browser/devtools/webconsole/test/browser_gcli_inspect.js => browser/devtools/shared/test/browser_gcli_inspect.js
rename : browser/devtools/webconsole/test/browser_gcli_integrate.js => browser/devtools/shared/test/browser_gcli_integrate.js
rename : browser/devtools/webconsole/test/browser_gcli_require.js => browser/devtools/shared/test/browser_gcli_require.js
rename : browser/devtools/webconsole/test/browser_gcli_web.js => browser/devtools/shared/test/browser_gcli_web.js
2012-04-25 10:12:06 +01:00
Marco Zehe
81e18fef99 Reland bug 746164, bug 746176, bug 746177, bug 746178, bug 746183, bug 746519, bug 746531 with bustage fix, bug 746534, bug 746970, bug 746971, bug 746974, and bug 746977 2012-04-26 14:25:23 +02:00
Mark Capella
5dd6b626b4 Bug 559747 - add a11y mochitests for <input type=search>, r=marcoz, f=surkov 2012-04-26 20:12:29 +09:00
Ed Morley
fd37ec140b Backout 8cc13f37bc66 (bug 746177), 2b5ee44bdc4e (bug 746977), 3c330e379fa3 (bug 746974), af0a722c0b95 (bug 746971), 269a49a7dc59 (bug 746534), e23e7fe11364 (bug 746531), 014ef60b82cd (bug 746970), db2c5fd694d6 (bug 746519), 7c165c01e13c (bug 746183), 247098e91bb5 (bug 746178), b761b5f4aeb2 (bug 746176), 5b623170c1d4 (bug 746164) for mochitest-other orange 2012-04-26 12:10:08 +01:00
Marco Zehe
2fffaf9846 Bug 746177 - events/test_focus_autocomplete.xul times out on search bar test, disabling on OS X 2012-04-26 11:11:10 +02:00
Marco Zehe
a946ad400c Bug 746977 - tree/test_cssoverflow.html ShiftTab not working, and a test timeout on OS X, disable 2012-04-26 11:11:03 +02:00