Commit Graph

1271 Commits

Author SHA1 Message Date
Neil Rashbrook
e99a909360 Bug 580868 charsetOverlay should not cause XBL bindings to attach when it's not safe r+a=gavin 2010-08-01 23:59:26 +01:00
Dave Townsend
f96454bd40 Bug 581229: Allow popup notifications to persist across page loads. r=gavin 2010-07-29 15:59:55 -07:00
Neil Deakin
e2850ec910 Bug 552982, Part 8, support labels on popups with titlebars, r=neil 2010-07-27 09:38:04 -04:00
Neil Deakin
22a92d13e6 Bug 552982, popups with titlebars tests 2010-07-27 09:38:04 -04:00
Dão Gottwald
afde3ec6d5 Bug 487829 - Scroll buttons should only react to left clicks. r=enn
--HG--
extra : rebase_source : fbf2e82c47d86dc98bfe5f9412f16770240ef455
2010-07-27 01:02:58 +02:00
Chris Pearce
1536283f5a Bug 534571 - Fire video timeupdate event when starting a new load. r=roc,dolske a=blocking2.0 2010-07-26 10:45:41 +12:00
Dão Gottwald
bf3c9cd631 Bug 580257 - _getScrollableElements needs to exclude non-scrollable elements. r=enn
--HG--
extra : rebase_source : 923b3a6ea87ac244a9d05ce11f7930eec2e4b3fb
2010-07-23 00:31:58 +02:00
Chris Pearce
201fd4c6af Bug 579863 - Remove CSIRO license link from about:license list. r=gerv a=blocking2.0 2010-07-23 10:49:02 +12:00
Vivien Nicolas
c9fc17e7f1 Bug 580676 - Add content prefs service service to Services.jsm [r=gavin] 2010-07-22 01:56:15 +02:00
Ian Neal
fac32bd38e Bug 579769 - Remove check attribute when customizing toolbars
r=dao a=beltzner
2010-07-21 22:26:22 +01:00
Ben Parr
9b870877ea Bug 558287: Add support for searching add-ons on AMO via the search bar. r=dtownsend 2010-07-19 16:01:23 -07:00
Masahiro Yamada
76e187d009 Bug 552922 - Change 'Installed Plugins' to 'Enabled Plugins' in about:support. r=josh, ui-r=faaborg 2010-07-17 18:27:26 +02:00
Michael Ventnor ext:(%2C%20L.%20David%20Baron%20%3Cdbaron%40dbaron.org%3E)
d512b62fb4 Bug 566480 - Make dragging the menubar drag the window on GTK themes where that should work (and also fix GTK resize drags to initialize drag better). r=karlt,dbaron,enn,dao 2010-07-17 10:11:54 +02:00
Mounir Lamouri
c2a6183ea7 Bug 565272: Implement the accept attribute for audio/*, video/*. r=sicking 2010-07-17 00:00:28 -07:00
Steffen Wilberg
4dc9f7dff4 Bug 578686: Add jQuery license to about:license. r=gerv 2010-07-16 21:36:47 +02:00
Markus Stange
61cb8923e4 Bug 404267 - Always allow click-through on scrollbars. r=roc 2010-07-16 15:01:39 +02:00
Markus Stange
c41991c4f3 Bug 392188 - Don't allow click-through on XUL trees by default. r=Enn 2010-07-16 14:58:45 +02:00
Markus Stange
2126cf54ce Bug 392188 - Don't allow click-through on <browser>s by default. r=Enn 2010-07-16 14:51:17 +02:00
Makoto Kato
6f9d74539c Bug 574051 - permanent orange test on 64-bit win7: 15875 ERROR TEST-UNEXPECTED-FAIL | /tests/toolkit/content/tests/widgets/test_tree_hier.xul | cycleHeader column sortDirection - "descending" should equal "". r=enndeakin 2010-07-16 15:59:13 +09:00
Dão Gottwald
4713c56dc7 Bug 578806 - Take into account unreachable items when determining the target item in scrollByIndex. r=enn 2010-07-15 20:07:20 +02:00
Neil Deakin
8e9b38fd58 Bug 574040, fix test so that it doesn't have an underlying missing menu label layout issue on Windows 7 64bit 2010-07-13 16:13:54 -04:00
Dão Gottwald
c3143e067e whitespace cleanup, no bug 2010-07-13 13:11:13 +02:00
Dão Gottwald
a87853c0f4 Bug 578032 - Remove support for generic toolbar splitters, unintentionally added in bug 354048. r=enn 2010-07-12 16:47:34 +02:00
Neil Deakin
1c203e93aa Bug 515153, add some better logging to this test to help debug it 2010-07-12 09:50:26 -04:00
Frank Yan
df11723ed9 Bug 576135: Initial right-click on a XUL textbox should not have cut/copy/paste disabled. r=mano
--HG--
extra : rebase_source : 672e7be029c8bf223baff7dac08b5513ae668c20
2010-07-05 22:27:52 -06:00
Neil Deakin
2fb7701cbe Bug 553576, change -moz-resize to resize, r=dbaron 2010-07-05 10:41:04 -04:00
Benjamin Smedberg
4d172dd53d Merge mozilla-central, including the Electrolysis changes, into the branch for bug 568691. 2010-07-01 11:55:57 -04:00
Benjamin Smedberg
a2833452f8 Merge mozilla-central to the bug 568691 branch.
--HG--
rename : gfx/public/nsITheme.h => gfx/src/nsITheme.h
2010-06-30 14:23:23 -04:00
Zack Weinberg
a55cf984ba Bug 571989 follow-up: remove mentions of removed directories from toolkit-makefiles.sh and elsewhere. r=dholbert
--HG--
extra : rebase_source : c6e387430e6b2292b0925fdb681819ba109568e7
2010-06-30 08:54:39 -07:00
Benjamin Smedberg
43c2f8a8e4 On Windows and Mac, nsIFile.copyTo will fail if the file already exists. Use the .createUnique logic to create a unique name, but then remove it for the copy. 2010-06-29 23:24:09 -04:00
Benjamin Smedberg
1a140494e8 Fixes for more test failures from bug 568691 - the RTL tests dynamically register chrome which must be un-done: to do this, I register a manifest for the life of the app, but truncate it after this test is complete. The toolkit tag-autocomplete tests were failing because of a missing close-brace. 2010-06-27 17:04:45 -04:00
Benjamin Smedberg
c16cf0f0c5 Fix a bunch of test failures caused by typos or other issues from bug 568691. 2010-06-27 14:03:05 -04:00
Benjamin Smedberg
63c0077443 Merge mozilla-central into the branch for bug 568691, including fixup of the new jetpack binary module. 2010-06-25 19:41:09 -04:00
Felipe Gomes
3f44ef431c Bug 574702: avoid initializing WindowDraggingUtils multiple times due to binding re-attachment (causes dragging jumpiness issues), r=enndeakin 2010-06-25 16:06:36 -04:00
Gavin Sharp
523e82a8a7 Bug 574230: PopupNotifications should indicate which anchor's notifications are being displayed, so that the consumer can show/hide the appropriate anchor element, r=dao
--HG--
extra : rebase_source : 8e856779d2355a5612d8bdf20c5fb75a3a88edb2
2010-06-25 12:05:45 -04:00
Benjamin Smedberg
762def30bb Merge mozilla-central into the static-xpcom-registration branch. 2010-06-23 17:26:25 -04:00
Benjamin Smedberg
76f5edb3bb Bug 568691 fixups: alter mockObjects.js so that it registers its mock by contractID but doesn't replace the CID. Fix the generic classinfo not to assert when code asks for the class description (which is no longer implemented). 2010-06-23 15:18:13 -04:00
Frank Yan
94d7a77db6 Bug 565783: Eliminate bounce when scrolling tab bar. r=enndeakin,dolske 2010-06-23 10:28:12 -07:00
Neil Deakin
53ac2d5dcb Bug 572823, clear button open state when its popup is destroyed, r=neil 2010-06-21 08:37:35 -04:00
Neil Deakin
f4a7533d50 Bug 554810, use transparent resizer images, also fixes bugs 553752, 553796, 558201, 558203 and 563085, r=roc 2010-06-21 08:37:35 -04:00
Dão Gottwald
328a331787 whitespace cleanup after bug 555081 2010-06-29 17:11:49 +02:00
Dão Gottwald
6f609fdc36 Bug 575536 - Don't leak WindowDraggingElement into the global scope. r=enn 2010-06-29 17:09:32 +02:00
Felipe Gomes
6a58c784dc Bug 555081 - Add support for titlebar mouse interaction and address missing aero features. r=jmathies, smaug, vlad. 2010-06-28 01:04:05 -05:00
Dão Gottwald
8bad154a2f Bug 574861 - Windows should never be movable in fullscreen mode. r=enn 2010-06-26 16:49:15 +02:00
Timothy Nikkel
2226d955cd Bug 571640. Part 3. In window_browser_drop.xul make the html element draggable so drag and drop works. r=enndeakin 2010-06-25 16:51:17 -05:00
Timothy Nikkel
70ed6cf63f Bug 571640. Part 2. In test_findbar.xul use an image source node so we can start a drag. r=enndeakin 2010-06-25 16:51:17 -05:00
Timothy Nikkel
862d66fc00 Bug 571640. Part 1. Enhance synthesizeDrop to take a source element to start the drag on. r=enndeakin 2010-06-25 16:51:17 -05:00
Doug Turner
ba5d48b7ab merge with mc 2010-06-30 10:50:45 -07:00
Doug Turner
c92986c46a Merge from mc 2010-06-29 14:39:57 -07:00
Doug Turner
901e02b2de Merging with mozilla-central. Manually merged: content/canvas/src/nsCanvasRenderingContext2D.cpp ipc/ipdl/Makefile.in toolkit/toolkit-tiers.mk toolkit/xre/nsEmbedFunctions.cpp
--HG--
rename : gfx/thebes/src/gfxSharedImageSurface.cpp => gfx/thebes/gfxSharedImageSurface.cpp
rename : gfx/thebes/public/gfxSharedImageSurface.h => gfx/thebes/gfxSharedImageSurface.h
2010-06-28 16:33:19 -07:00