Commit Graph

2601 Commits

Author SHA1 Message Date
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
James Kitchener
d887f0496e bug 761901 - HTML5 progress accessible should fire value change event r=tbsaunde 2012-10-15 23:05:20 -04:00
Eitan Isaacson
181d8a60cd Bug 800905 - Load script in to every new tab. r=davidb 2012-10-16 11:07:16 -07:00
Jacek Caban
99c1377a59 Bug 801579 - Fixed GCC warnings (accessible/src/msaa part) r=trev.saunders 2012-10-16 11:01:30 +02:00
Daniel Holbert
6df026a3ec Bug 801808: Replace DocAccessible constructor's PresShell null-check with an assertion. r=tbsaunde 2012-10-15 15:06:03 -07:00
Trevor Saunders
9f951a761e bug 801659 - clean up cache of DocAccessible on pres shells, and add fast path to nsAccDocManager::GetDocAccessible() r=surkov, dholbert 2012-10-15 10:58:42 -04:00
Trevor Saunders
52b7dcc449 bug 801459 - remove unused function r=surkov 2012-10-14 17:45:16 -04:00
Trevor Saunders
b51bb304d8 bug 542039 - accessible object types r=surkov, roc 2012-09-28 17:53:44 -04:00
Oleg Romashin
53c2e18bdf Bug 801471 - Failed to convert nsresult to HRESULT on windows build. r=trev.saunders 2012-10-14 23:20:18 -07:00
Alexander Surkov
17a6ca819b Bug 799909 - decomify Accessible::GetNameInternal, r=tbsaunde 2012-10-14 13:18:39 +09:00
Alexander Surkov
ca7b31ce9d Bug 741408 - figure out a way to deal with accessibles with no content, r=tbsaunde
--HG--
rename : accessible/src/msaa/nsHTMLWin32ObjectAccessible.cpp => accessible/src/msaa/HTMLWin32ObjectAccessible.cpp
rename : accessible/src/msaa/nsHTMLWin32ObjectAccessible.h => accessible/src/msaa/HTMLWin32ObjectAccessible.h
2012-10-13 15:34:21 +09:00
Michał Frontczak
c976e043c6 Bug 739130 - make GetDocumentNode() inline on nsDocAccessible, r=tbsaunde, surkov 2012-10-12 11:25:34 +09:00
Alexander Surkov
43a6517f95 Bug 799133 - more logging for focus and doclifecycle modules, r=tbsaunde 2012-10-12 00:13:18 +09:00
Ehsan Akhgari
5e79046259 Remove some unused variables, no bug 2012-10-11 09:19:35 -04:00