Commit Graph

97242 Commits

Author SHA1 Message Date
Ryan VanderMeulen
ca7fd4db6d Backout e8a507a0a1a8 (bug 767813) due to mochitest-browser-chrome orange. 2012-06-24 16:27:20 -04:00
Jonathan Watt
210ba1b832 Bug 767734, part 1 - Require all callers of nsSVGPathGeometryFrame::GeneratePath to pass in the CTM that should be used. r=longsonr. 2012-06-24 21:12:40 +01:00
Kyle Huey
e8daea5e8d Bug 766462: Twiddle IDB tests some more to make the orange stop. 2012-06-24 11:56:56 -07:00
Dão Gottwald
57d422c413 Bug 767813 - Set the consumeoutsideclicks attribute on panels instead of calling popupBoxObject.setConsumeRollupEvent. r=enndeakin 2012-06-24 19:44:04 +02:00
Dão Gottwald
cb95e3a722 Bug 761990 - The Feedback button's dropdown arrow overlaps the label. r=jaws 2012-06-24 19:40:00 +02:00
Jonathan Watt
85c6257d2a Bug 738192 follow-up. Re-enable layout/reftests/svg/dynamic-text-04.svg after fixing MarkDirtyBitsOnDescendants. r=me. 2012-06-24 18:02:23 +01:00
Jonathan Watt
ae077a7f50 Bug 738192 follow-up. Disable layout/reftests/svg/dynamic-text-04.svg temporarily while I fix it. r=me. 2012-06-24 16:18:29 +01:00
Jonathan Watt
39ecce06f3 Bug 738192 follow-up. Make layout/reftests/svg/dynamic-text-04.svg use MozReftestInvalitade instead of setTimeout to avoid random orange. r=me. 2012-06-24 15:17:19 +01:00
Jonathan Watt
4b8d2583b0 Bug 738192 - Get rid of the old horrendous "invalidate everything" hack in nsSVGUtils::FindFilterInvalidation(). r=longsonr. 2012-06-24 13:59:26 +01:00
Joe Walker
0f7e60d471 Bug 724055 - Create a really easy way to make new GCLI commands; r=dcamp 2012-06-24 13:00:47 +01:00
Peter Van der Beken
b6c85dca77 Fix for bug 756258 (Support union types in new DOM bindings). r=bz.
--HG--
extra : rebase_source : 5352801a4eb5085f73a5b6e78aa238c5c9d44179
2012-05-18 23:25:47 +02:00
Peter Van der Beken
2b749452b1 Fix for bug 765467 (Fix special operations in the WebIDL parser). r=khuey.
--HG--
extra : rebase_source : 4186629224c5e822473de1931604970106c721a6
2012-05-22 12:02:21 +02:00
Aryeh Gregor
b1a4eb7966 Back out bac4434b31d2 for test failures 2012-06-24 10:30:34 +03:00
Aryeh Gregor
da0b199401 Back out 66b3801292a0 for test failures 2012-06-24 10:30:13 +03:00
Aryeh Gregor
e6e1d6b4e8 Bug 766795 - Fix asserts when placing cursor in editable detached content; r=roc,ehsan 2012-06-24 09:54:43 +03:00
Aryeh Gregor
915bf0a509 Bug 766387 - Make editing commands disabled in more cases; r=ehsan 2012-06-24 09:54:43 +03:00
Aryeh Gregor
719b1e1343 Bug 766360 - Rewrite nsEditor::DeleteSelectionAndPrepareToCreateNode; r=ehsan 2012-06-21 15:54:26 +03:00
Aryeh Gregor
d6b1883aab Bug 766305 - WSFragment should use PRInt32 for offsets, not PRInt16; r=ehsan 2012-06-24 09:54:42 +03:00
Oussama BADR
b0b9c113ec Bug 763150 - remove notification methods from nsIAccessibilityService, r=tbsaunde 2012-06-24 02:19:13 -04:00
Luke Wagner
6a04bcb53c Bug 756864 - Decrease MAX_FRAMES in XPCJSStackFrame::CreateStack (r=bhackett) 2012-06-23 20:47:10 -07:00
Luke Wagner
2566d2e820 Bug 756864 - Avoid quadratic cost of JS_GetFramePC when the stack is deep (r=bhackett) 2012-06-23 20:46:14 -07:00
Ryan VanderMeulen
71a0dba494 Merge m-c to inbound. 2012-06-23 22:22:42 -04:00
Margaret Leibovic
3f32f63748 Bug 765390 - (Part 3) Add ability to call endSelection without attempting to copy text. r=mbrubeck 2012-06-23 15:46:22 -07:00
Margaret Leibovic
fbd3f6fb54 Bug 765390 - (Part 2) Text selection should be cleared on pagehide. r=mbrubeck 2012-06-23 15:46:21 -07:00
Margaret Leibovic
059aa9a2a4 Bug 765390 - (Part 1) Create a flag to keep track of whether or not selection is active instead of checking _view. r=mbrubeck 2012-06-23 15:46:21 -07:00
Margaret Leibovic
48f8c100e8 Bug 767626 - We don't need to be caching the selectedText. r=mbrubeck 2012-06-23 15:46:21 -07:00
Margaret Leibovic
4bb5deaec0 Bug 724339 - Support text selection on RTL pages. r=mbrubeck 2012-06-23 15:46:14 -07:00
Mark Capella
3e279a4f8f Bug 757503 - decomtaminate GetColumnIndexAt/GetRowIndexAt/GetRowAndColumnIndicesAt on accessible tables, r=tbsaunde 2012-06-23 18:34:48 -04:00
Mark Capella
c249fc2140 Bug 765512 - decomtaminate GetSelected (Cell / Column / Row) Indices() on accessible tables, r=tbsaunde 2012-06-23 18:34:44 -04:00
Tim Taubert
e6ac1b10f8 merge m-c to fx-team 2012-06-23 20:18:08 +02:00
Olli Pettay
ae635e6ad9 Bug 766694 - Add a test to check existence of each interface in the window scope, r=bz
--HG--
extra : rebase_source : 02e03c441c2c4ed3cbd1ce2981c84cfb350c70a1
2012-06-23 15:42:32 +03:00
Olli Pettay
0bcc3dec86 Bug 763899 - mouseenter events should fire the opposite order of mouseleave, r=masayuki
--HG--
extra : rebase_source : 1c306177f0496c84d32bde9015d1d90c22ddfbaa
2012-06-23 15:41:47 +03:00
Kyle Huey
b5e3f9747f Bug 766462: Followup to fix typo. 2012-06-23 08:00:06 -07:00
Kyle Huey
f95ff896dd Bug 766462: Make some tests wait for all their events. r=me 2012-06-23 07:02:52 -07:00
Ryan VanderMeulen
7f17ddfa16 Merge the last PGO-green inbound changeset to m-c. 2012-06-23 08:35:25 -04:00
ffxbld
84ad6e2064 Automated blocklist update from host bld-centos5-32-vmw-019 2012-06-23 03:11:21 -07:00
Ms2ger
d2336c4ef9 Merge m-c to m-i. 2012-06-23 10:03:22 +02:00
Ms2ger
0331e4dfe8 Bug 756641 - Set up redirects for W3C servers; r=ted 2012-06-23 09:10:16 +02:00
Ms2ger
be2608de87 Bug 767130 - Consolidate code duplicated between nsGenericElement.cpp and nsINode.cpp; r=bz 2012-06-23 08:58:04 +02:00
David Zbarsky
df2d9e3aea Bug 661746 - Part of part 2: Introduce a const AsElement(). r=bzbarsky 2012-06-23 08:57:57 +02:00
Ms2ger
d91f9e40f3 Bug 767130 - Create nsINode.cpp; r=mounir
--HG--
rename : content/base/src/nsGenericElement.cpp => content/base/src/nsINode.cpp
2012-06-23 08:57:01 +02:00
Chris Ilias
932c4daf31 Bug 752268 - Add browser.privatebrowsing prefs to about:support. r=zpao 2012-06-22 22:38:19 -07:00
Stephen Horlander
627d31edfa Bug 766985 - Backout Mixed State Icon. r=dao 2012-06-22 22:37:27 -07:00
Kartikaya Gupta
89721bc5c1 Bug 727351 - Fix the MotionEventHelper fling code to deal with the panning threshold and re-enable the fling correctness test. r=cpeterson 2012-06-22 23:10:26 -04:00
Kartikaya Gupta
da4103114e Bug 727351 - Some minor refactoring of the MotionEventHelper code to make the fling part more readable. r=cpeterson 2012-06-22 23:09:16 -04:00
Kartikaya Gupta
9f6ac061d8 Back out cset c7f2e01bd3a3 (bug 746876) for robocop perma-orange. 2012-06-22 23:04:49 -04:00
Jonathan Watt
126ee0336a Bug 541270 - Correctly calculate the filter region for SVG filters on HTML to account for zooming. r=dholbert. 2012-06-23 04:01:36 +01:00
Phil Ringnalda
0e199a7991 Back out 12f76b9a2d78 (bug 541270) for failing to compile 2012-06-22 19:12:35 -07:00
Jonathan Watt
fa945296aa Bug 541270 - Correctly calculate the filter region for SVG filters on HTML to account for zooming. r=dholbert. 2012-06-23 02:47:10 +01:00
Chris Jones
32a72b6e00 Bug 761927: Fix focus for <iframe mozbrowser remote>. r=jlebar,Enn 2012-06-22 18:27:30 -07:00