Chris Lord
b05770560f
Bug 758620 - Respect the Layers' anchor points in CompositorParent. r=ajuma
...
When asynchronously zooming, respect a Layer's anchor point so that it stays in
the correct position.
2012-06-26 14:43:18 +01:00
Chris Lord
1448e862c1
Bug 758620 - Force fixed-position frames to have their own layers. r=roc
...
Introduce a new display-list item 'nsDisplayFixedPosition' that represents
fixed-position elements. This item cannot be merged, which forces fixed
position elements to have their own layer, and has a BuildLayer implementation
that sets the necessary metadata on a Layer to be able to maintain its
position correctly during composition when asynchronously panning and zooming.
2012-06-26 14:43:11 +01:00
Chris Lord
0b81e47018
Bug 758620 - Layout fixed-position frames to the set scroll-port. r=roc
...
If a scroll position clamping scroll-port size has been set, layout fixed
position frames with respect to this instead of the calculated containing
block size.
2012-06-26 14:42:57 +01:00
Doug Turner
321654aee5
Bug 767905 - device storage - Move editable flag into DeviceStorageFile. r=bent
2012-06-26 05:51:24 -07:00
Doug Turner
54afe95ff2
Bug 767894 - Device Storage - move test from dom/tests/mochitest/devicestorage to dom/devicestorage. rs=bent
...
--HG--
rename : dom/tests/mochitest/devicestorage/Makefile.in => dom/devicestorage/test/Makefile.in
rename : dom/tests/mochitest/devicestorage/devicestorage_common.js => dom/devicestorage/test/devicestorage_common.js
rename : dom/tests/mochitest/devicestorage/test_basic.html => dom/devicestorage/test/test_basic.html
rename : dom/tests/mochitest/devicestorage/test_dotdot.html => dom/devicestorage/test/test_dotdot.html
rename : dom/tests/mochitest/devicestorage/test_enumerate.html => dom/devicestorage/test/test_enumerate.html
rename : dom/tests/mochitest/devicestorage/test_enumerateMultipleContinue.html => dom/devicestorage/test/test_enumerateMultipleContinue.html
rename : dom/tests/mochitest/devicestorage/test_enumerateNoParam.html => dom/devicestorage/test/test_enumerateNoParam.html
rename : dom/tests/mochitest/devicestorage/test_enumerateOptions.html => dom/devicestorage/test/test_enumerateOptions.html
rename : dom/tests/mochitest/devicestorage/test_lastModificationFilter.html => dom/devicestorage/test/test_lastModificationFilter.html
rename : dom/tests/mochitest/devicestorage/test_overwrite.html => dom/devicestorage/test/test_overwrite.html
rename : dom/tests/mochitest/devicestorage/test_sanity.html => dom/devicestorage/test/test_sanity.html
2012-06-26 05:51:24 -07:00
Jonathan Watt
e97188122e
Bug 767996 - Add null check to nsSVGUtils::InvalidateBounds. r=me.
2012-06-25 16:17:42 +01:00
Panos Astithas
592cc4945c
Merge m-c to fx-team
2012-06-25 16:57:09 +03:00
Paul Rouget
752b934544
Backed out changeset e51851dba7a2 - leaked 23 DOMWindow(s) and 1 DocShell(s)
2012-06-25 13:36:49 +02:00
Paul Rouget
24e92e67a9
Bug 763932 - [devtb] Add the right buttons to the Developer Toolbar; r=dao,jwalker,cedricv
2012-06-25 11:37:16 +02:00
Paul Rouget
975a1bd483
Bug 766999 - In the developer toolbar, the debugger should be named "debugger", not "Script"; r=past,dao,rcampbell
2012-06-25 11:40:40 +02:00
Mihai Sucan
0fa5002fdf
Bug 766812 - Exception in HUDService-content.js when the Web Console is closed during network requests; r=rcampbell
2012-06-25 14:19:51 +03:00
Joe Walker
32031ad03c
Back out 551ad0863475 and a5a50d13cc85 for test failures
2012-06-26 09:14:43 +01:00
Joe Walker
066714419f
Bug 768150 - The developer toolbar should be preffed on by default for testing on nightly only; r=dcamp
2012-06-25 23:20:09 +01:00
Joe Walker
36b965d5e5
Bug 761481 - GCLI help output does not display the first time; r=dcamp
2012-06-25 23:20:03 +01:00
Andres Hernandez [:andreshm]
a0c2fab953
Bug 765729 - New Tab page thumbnails can't be tabbed to r=ttaubert
2012-06-25 14:03:26 -06:00
Paul Rouget
cfd106cf94
Bug 763932 - [devtb] Add the right buttons to the Developer Toolbar. r=past r=dao
2012-06-25 11:37:16 +02:00
Ryan VanderMeulen
e7144325c9
Merge m-c to inbound.
2012-06-24 22:59:07 -04:00
Benoit Girard
2a3bded439
Backout 746513dca667 (Bug 765357) due to xpcshell orange (linux, mac).
2012-06-24 21:00:21 -04:00
Landry Breuil
f8997d9810
Bug 765834 - remove extra UTF BOM that breaks builds r=khuey
2012-06-24 15:29:47 +02:00
Ryan VanderMeulen
e6fbdb9860
Merge m-c to inbound.
2012-06-23 22:22:42 -04:00
Margaret Leibovic
78b1c3cbcf
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
aecb7e31f2
Bug 765390 - (Part 2) Text selection should be cleared on pagehide. r=mbrubeck
2012-06-23 15:46:21 -07:00
Margaret Leibovic
bfc3ddc881
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
c92853bb54
Bug 767626 - We don't need to be caching the selectedText. r=mbrubeck
2012-06-23 15:46:21 -07:00
Margaret Leibovic
c23b5f06de
Bug 724339 - Support text selection on RTL pages. r=mbrubeck
2012-06-23 15:46:14 -07:00
Mark Capella
dc287b48f3
Bug 757503 - decomtaminate GetColumnIndexAt/GetRowIndexAt/GetRowAndColumnIndicesAt on accessible tables, r=tbsaunde
2012-06-23 18:34:48 -04:00
Mark Capella
445ddea207
Bug 765512 - decomtaminate GetSelected (Cell / Column / Row) Indices() on accessible tables, r=tbsaunde
2012-06-23 18:34:44 -04:00
Tim Taubert
b95fa6b2c6
merge m-c to fx-team
2012-06-23 20:18:08 +02:00
Gregory Szorc
91b6cd65d3
Bug 767023 - Change "deleted" to "hidden" per spec change; r=rnewman
2012-06-23 10:22:53 -07:00
Gregory Szorc
b686be9543
Merge mozilla-central into services-central
2012-06-25 13:40:04 -07:00
Gregory Szorc
3d0ac8bd98
Backed out changeset dd0d02c1ee7c (bug 766325) for xpcshell bustage
2012-06-23 18:38:41 -07:00
Gregory Szorc
b0c4b4209a
Bug 766325 - Change "deleted" to "hidden" per spec change; r=rnewman
2012-06-23 10:22:53 -07:00
Olli Pettay
abe79ac8bf
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
02c84233ab
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
b7fb5db81c
Bug 766462: Followup to fix typo.
2012-06-23 08:00:06 -07:00
Kyle Huey
7d77ab25de
Bug 766462: Make some tests wait for all their events. r=me
2012-06-23 07:02:52 -07:00
Ryan VanderMeulen
d5290f201e
Merge the last PGO-green inbound changeset to m-c.
2012-06-23 08:35:25 -04:00
ffxbld
17f698421e
Automated blocklist update from host bld-centos5-32-vmw-019
2012-06-23 03:11:21 -07:00
Ms2ger
37dad68af9
Merge m-c to m-i.
2012-06-23 10:03:22 +02:00
Ms2ger
77a9ad3684
Bug 756641 - Set up redirects for W3C servers; r=ted
2012-06-23 09:10:16 +02:00
Ms2ger
7760300401
Bug 767130 - Consolidate code duplicated between nsGenericElement.cpp and nsINode.cpp; r=bz
2012-06-23 08:58:04 +02:00
David Zbarsky
bde771192d
Bug 661746 - Part of part 2: Introduce a const AsElement(). r=bzbarsky
2012-06-23 08:57:57 +02:00
Ms2ger
f3772ec187
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
ece61fbbb1
Bug 752268 - Add browser.privatebrowsing prefs to about:support. r=zpao
2012-06-22 22:38:19 -07:00
Stephen Horlander
e3eec133b8
Bug 766985 - Backout Mixed State Icon. r=dao
2012-06-22 22:37:27 -07:00
Gregory Szorc
bccb27b24a
Bug 763171 - Open tabs for URIs received from Sync; r=rnewman
2012-06-22 22:28:23 -07:00
Kartikaya Gupta
924c956074
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
2a4c0c37d1
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
eb08aefa66
Back out cset c7f2e01bd3a3 (bug 746876) for robocop perma-orange.
2012-06-22 23:04:49 -04:00
Jonathan Watt
c78acee61a
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