Nicholas Cameron
205bca3553
Bug 768079; test for patch. r=roc
2012-06-27 08:06:32 +12:00
Marco Zehe
1aac1d8b3b
Bug 768494 - Add accessibility descriptions to various browser toolbar buttons, r=sriram
2012-06-26 20:00:08 +02:00
Wes Johnston
4e9b1512a7
Bug 766297 - Create a default prefs.js for webapps. r=mfinkle
2012-06-26 11:56:03 -07:00
Wes Johnston
57bb6acc96
Bug 741472 - Add an Apps menu item to open about:apps. r=mfinkle
2012-06-26 11:42:12 -07:00
Ed Morley
8316825675
Merge mozilla-central to mozilla-inbound
2012-06-26 19:08:17 +01:00
Chenxia Liu
1e47d1912c
Bug 766499 - Show error message about multiple Firefox installations when Android Sync fails on Account creation. r=nalexander
2012-06-26 10:43:56 -07:00
Margaret Leibovic
4b898fc808
Bug 767600 - Handle text selection in iframes properly. r=mbrubeck
2012-06-26 10:33:52 -07:00
Margaret Leibovic
7e3e46e986
Bug 767797 - Always disable Find in Page menuitem on about:home. r=mfinkle
2012-06-26 10:32:55 -07:00
Siddharth Agarwal
3af8a72761
Bug 767827 - TestAUSReadStrings.cpp fails with 'unable to find platform specific path separator' under Pymake on Windows. r=rstrong
2012-06-26 22:39:17 +05:30
Christian Holler
f2a7698f60
Bug 768405 - Adjust Clang path in ASan mozconfig for use with tooltool
2012-06-26 12:26:57 -04:00
Ed Morley
b5b2b2ba5a
Backout c707e4f15fd4 (bug 767905), cad3e0609835 (bug 767894) for various devicestorage test failures
2012-06-26 16:21:37 +01:00
Justin Lebar
3f199f73d7
Bug 767978 - Create an shistory object for top-level b2g mozbrowser. r=bz
...
--HG--
extra : rebase_source : 55b956588fe6e2fb8dc7aa71b48c88c522ec1cbc
2012-06-26 17:18:10 +02:00
Justin Lebar
88ca4ab69b
Bug 767957 - Remove dead null-check for shistory in {push,replace}State. r=bz
...
--HG--
extra : rebase_source : 29940d3fe6ee905d2f32777c7caf05a846081277
2012-06-26 17:18:10 +02:00
Ed Morley
ef4179d2d4
Backout de70e79ced32, ddd519d0767e, 9b952d924953 & 03efce585669 (bug 758620) for reftest failures
2012-06-26 16:13:33 +01:00
Patrick McManus
3057494853
bug 764648 navigation timing responseEnd not recorded on EOF HTTP delimiter r=honzab
...
--HG--
extra : rebase_source : d1d23dfe2a8f69f7cab61ac332571e190b2ec846
2012-06-26 10:47:46 -04:00
Cody Brocious
70796e4699
Bug 743612: Fix OMTC on gonk. r=cjones
2012-06-26 16:38:50 +02:00
Chris Jones
81e854f4f9
Backed out changeset a22ca1e05bb8
2012-06-26 16:48:28 +02:00
Cody Brocious
eb4e80e2b5
Bug 743612: Fix OMTC on gonk. r=cjones
2012-06-26 16:38:50 +02:00
Vivien Nicolas
845b493515
Bug 766878 - IME prototype doesn't work with <iframe mozbrowser remote>. r=cjones
2012-06-26 16:01:53 +02:00
Chris Lord
c61aecd462
Bug 758620 - Clamp scroll port to content size in android fennec. r=kats
...
Fixed position elements are laid out to the scroll-port size, so setting a
scroll port larger than the content size causes fixed position elements to be
pushed off of the page.
2012-06-26 14:43:32 +01:00
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