Commit Graph

2614 Commits

Author SHA1 Message Date
Alexander Surkov
3b34b80f3e Bug 733848 - stop logging accessible/name/test_markup.html 2012-11-06 11:41:39 +09:00
Eitan Isaacson
c3181c3e13 Bug 807315 - Load AccessFu resources on-demand. r=davidb 2012-11-05 13:27:18 -05:00
Alexander Surkov
36c968f832 Bug 733848 - log accessible/name/test_markup.html on stack enabled builds, r=ehsan, tbsaunde 2012-11-04 11:19:56 +09:00
Jonathan Kew
6be1bd5f98 bug 804927 - fix text control frame and accessibility issues. r=ehsan,tbsaunde 2012-11-03 12:08:09 +00:00
Andrew McCreight
5ec424dfd3 Bug 807713 - add operator[] for nsTObserverArray. r=bsmedberg 2012-11-02 17:57:05 -07:00
Dão Gottwald
5b3ee5260f Bug 756313 - Don't load the homepage before the first paint. r=enn 2012-11-02 03:46:56 +01:00
Alexander Surkov
0f464a7ceb Bug 807596 - crash [@ Accessible::GetActionRule()], r=hub 2012-11-02 01:05:33 +09:00
Kyle Huey
1482122303 Bug 798491: Add an option to stick all chrome JSMs/JS components in the same compartment. r=mrbkap,philikon
--HG--
extra : rebase_source : 98337b6a8c07d05e8c961a452dd05a7d75c3c60b
2012-10-31 09:13:28 -07:00
Alexander Surkov
30f26cea4a Bug 733848 - a trick to make accessible/name/test_markup.html tests pass, r=tbsaunde 2012-10-31 23:52:47 +09:00
David Bolter
9e23d3f5eb Bug 806980 - [AccessFu] incremental build improvement. r=ted, f=eeejay
Makes changes to jsat 'take' on mac when building incrementally.
DONTBUILD
2012-10-31 09:19:33 -04:00
Vicamo Yang
8297cdabd6 Backout 67cb43bb8865: Breaks B2G Marionette 2012-10-31 16:35:11 +08:00
Alexander Surkov
5ee9730ad9 Bug 612830 - make HTML document accessible work even when there's no body, r=tbsaunde 2012-10-31 11:25:17 +09:00
Ehsan Akhgari
6362a6cc75 Backed out changeset f75e5dcdbb44 (bug 733848) for non-profiling Linux opt Moth bustage 2012-10-30 19:04:19 -04:00
Kyle Huey
bdf47895bb Bug 798491: Add an option to stick all chrome JSMs/JS components in the same compartment. r=mrbkap,philikon 2012-10-30 12:28:11 -07:00
Ed Morley
777eed8444 Backout a145ded68994, e0cf397089ec & 1545e91c658e (bug 798491) for bustage on a CLOSED TREE 2012-10-30 17:02:31 +00:00
Kyle Huey
aa1997a51a Bug 798491: Add an option to stick all chrome JSMs/JS components in the same compartment. r=mrbkap,philikon 2012-10-30 08:26:12 -07:00
Alexander Surkov
02cbda15e2 Bug 733848 - log stacks for accessible/name/test_markup.html 2012-10-30 14:51:36 +09:00
Jacek Szpot
0b35b0e3d8 Bug 792180 - Replace NS_{UN,}LIKELY with MOZ_{UN,}LIKELY; r=ehsan 2012-10-26 15:32:10 +02:00
Alexander Surkov
d202d67662 Bug 733848 - more experiments on accessible/name/test_markup.html 2012-10-29 18:19:11 +09:00
Robert O'Callahan
443a476988 Bug 805730. Convert HasListenerFor(nsAString) callers to HasListenerFor(nsIAtom*), which is more efficient. r=smaug
--HG--
extra : rebase_source : fb0e607b8a1edcbced75b96e0aefcc626a4f436b
2012-10-29 17:33:51 +13:00
Alexander Surkov
6ad1052769 Bug 733848 - more logging for accessible/name/test_markup.html 2012-10-28 11:16:22 +09:00
Alexander Surkov
0ea0668bbb Bug 733848 - enable logging for accessible/name/test_markup.html 2012-10-27 21:13:54 +09:00
Alexander Surkov
25c5b4bdec Bug 733848 - Intermittent accessible/name/test_markup.html, mouse wave over image, r=tbsaunde 2012-10-27 07:43:24 +09:00
Alexander Surkov
ffca7c9dca Bug 805373 - don't expose explicit-name on unintentional empty name accessible, r=tbsaunde 2012-10-26 21:38:29 +09:00
Ehsan Akhgari
f117c7a7b0 Backed out 2 changesets (bug 579517)
Backed out changeset 5298adc70963
Backed out changeset 86ccf7c918ce (bug 579517)
2012-10-25 12:32:24 -04:00
Ehsan Akhgari
48b5c1a608 Code hygiene: don't use PR_TRUE and PR_FALSE, and use stdint types instead of PRInt types (no bug really, but you could say bug 579517) 2012-10-25 11:48:19 -04:00
Mario Alvarado [:marioalv]
a54961a433 Bug 797637 - test_text_alg.html shouldn't print out gigantic strings of 'xxxxx's to the log, r=surkov 2012-10-22 23:04:43 -06:00
Trevor Saunders
c4f765677b bug 770564 - speed up HyperTextAccessible::GetSpellTextAttribute() r=surkov 2012-10-19 20:56:58 -04:00
Alexander Surkov
f08bd6e51c Bug 803873 - startup crash in DocAccessible::Attributes, r=tbsaunde 2012-10-23 00:54:41 +09:00
Alexander Surkov
454b958a0a Bug 708927 - Intermittent events/test_focus_menu.xul, r=tbsaunde 2012-10-21 23:07:11 +09:00
Alexander Surkov
8c2100608a Bug 803465 - Iframe shouldn't override a sub document role, r=davidb 2012-10-21 14:20:23 +09:00
Alexander Surkov
78aedb8c5e Bug 727942 - scrollSubstringToPoint is broken when page is zoomed, r=tbsaunde 2012-10-21 10:38:15 +09:00
Peter Van der Beken
0fca6b2112 Fix for bug 801083 (Remove old proxy-based list bindings). r=bz. 2012-10-13 14:50:24 +02:00
Alexander Surkov
e4a66d3bab Bug 727942 - getRange/CharacterExtents is broken when page is zoomed, r=tbsaunde 2012-10-20 20:04:45 +09:00
Alexander Surkov
c813149b24 Bug 727942 - getOffsetAtPoint returns incorrect value when page is zoomed, r=tbsaunde 2012-10-20 18:03:48 +09:00
Alexander Surkov
7c09ad2f54 Bug 727942 - ISimpleDOMText::GetCharacterExtents is broken when page is zoomed, r=tbsaunde, f=roc 2012-10-20 10:47:46 +09:00
Eitan Isaacson
50c8478eca Bug 802999 - Fixed android textChanged presenter. r=davidb 2012-10-19 13:39:37 -07:00
Eitan Isaacson
3b3b8e9d22 Bug 803638 - introduce logException. r=davidb 2012-10-19 13:39:36 -07:00
Eitan Isaacson
8c0081818d Bug 803327 - Provide window to viewportChanged in presenters. r=davidb 2012-10-19 10:06:08 -07:00
Eitan Isaacson
5e0cb472d3 Bug 802415 - Report virtual cursor position on selected tab when tab changes, or when focus moves to content area. r=davidb 2012-10-19 10:06:08 -07:00
Eitan Isaacson
da0b92f8bf Bug 802273 - Remove present last pivot code. It is an antipattern. r=davidb 2012-10-19 10:06:08 -07:00
Eitan Isaacson
2516ea4229 Bug 803112 - Handle AccessFu startup when there is no current browser yet. r=davidb 2012-10-19 10:06:07 -07:00
Alexander Surkov
31b1c3fb1d Bug 727942 - scrollToPoint is broken when page is zoomed, r=tbsaunde, f=roc 2012-10-20 00:10:28 +09:00
Peter Van der Beken
57adeb4354 Fix for bug 773780 (Add API for new DOM bindings for Node). r=bz.
--HG--
extra : rebase_source : 5dd51c4ad5274da9235c8c341b0531f234e95a91
2012-10-09 14:31:24 +02:00
Peter Van der Beken
350f7dd89a Fix for bug 799464 (Make Element.getElementsBy* return HTMLCollection). r=bz.
--HG--
extra : rebase_source : fe059b8ad3b98df9e611899832584cc866db0479
2012-09-26 16:17:47 +02:00
Alexander Surkov
efd91ebaea Bug 740764 - Restrict object attributes inheritance through documents to ARIA attributes, r=tbsaunde 2012-10-19 16:15:23 +09:00
Eitan Isaacson
f9a5a25d23 Bug 801671 - Don't use cached bounds after scrolling, they use the previous scroll position. r=davidb 2012-10-17 10:23:26 -07:00
Alexander Surkov
02b3cceee5 Bug 637578 - Expose explict-name object attribute, r=tbsaunde 2012-10-17 15:38:16 +09:00
Ehsan Akhgari
2c5f5e810e Merge mozilla-central into mozilla-inbound 2012-10-16 20:43:47 -04:00
Trevor Saunders
2103501f21 bug 761901 - fix null check review nit to prevent null deref crashes r=me 2012-10-16 20:01:48 -04:00