Frank Yan
4709918f42
Bug 544816 - Attach combined Stop/Go/Refresh button to the Location Bar. r=dolske, ui-r=shorlander, a=dolske
2010-08-20 19:35:09 +12:00
Chris Pearce
2eccbf0c80
Bug 548523 - Don't show throbber on video controls if we're not loading a resource. r=dolske a=blocking2.0
2010-08-20 10:50:37 +12:00
Axel
4ba7d860bf
Bug 587954 - Fix typo. r=enn
2010-08-18 08:51:34 +02:00
Chris Pearce
19ad359498
Backed out changeset f88258e1ddbe
2010-08-18 13:50:15 +12:00
Chris Pearce
4c9782b28c
Bug 548523 - Don't show throbber on video controls if we're not loading a resource. r=dolske a=blocking2.0
2010-08-18 10:49:14 +12:00
Neil Deakin
fb66fae998
Bug 383930/552341, allow usage of a property on popups instead of using document.popupNode, should fix leak of popupNode, r=neil,sr=roc
2010-08-09 12:17:19 -04:00
David Zbarsky
de6582a359
Remove unneeded nsIDOMNSHTMLInputElement interface by merging it into nsIDOMHTMLInputElement. (Bug 582303) r=jst
2010-08-04 22:40:18 -04:00
Neil Deakin
e2850ec910
Bug 552982, Part 8, support labels on popups with titlebars, r=neil
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
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
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
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
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
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
Doug Turner
4719dd0705
Automerge w mozilla-central
2010-06-24 14:06:13 -07:00
Gavin Sharp
b1944ded13
Bug 574227: don't stretch popup notification icons to full height, r=dtownsend
...
--HG--
extra : rebase_source : 2877c91789570db2f31467a218bb629dd1b571ad
2010-06-24 00:55:03 -04:00
Dão Gottwald
046e631f4a
Bug 563730 - Implement pinTab, unpinTab. r=gavin
2010-06-24 16:29:02 +02:00
Jason Duell
d194b9d486
Merge from m-c.
...
Fair amount of merge conflicts.
Biggest item was changes to nsHttpChannel from web sockets changes.
Other likely suspects if things are borken:
nsFrameLoader.cpp:
- nsFrameLoader::EnsureMessageManager: pass "this" (orig e10s code) or
nsnull (m-c) to local process call to new nsFrameMessageManager(),
callback arg? Smaug said null.
- only calling SetCallBackData for local case. also +r smaug.
nsPrefBranch.cpp had fairly extensive merge conflicts.
nsChromeRegistry had lots of changes.
Dougt did most of the non-necko changes (thanks).
--HG--
rename : netwerk/protocol/http/nsHttpChannel.cpp => netwerk/protocol/http/nsHttpChannelAuthProvider.cpp
rename : netwerk/protocol/http/nsHttpChannel.h => netwerk/protocol/http/nsHttpChannelAuthProvider.h
2010-06-22 17:33:57 -07: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
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
Doug Turner
3ad0032930
Merged with MC. Hand merged netwerk/protocol/http/src/nsHttpHandler.cpp
...
also removed modules/plugin/default*
2010-05-17 08:59:15 -07:00
Chris Jones
9327ed8dcc
Merged m-c
2010-05-13 18:04:53 -05:00
Frank Yan
94d7a77db6
Bug 565783: Eliminate bounce when scrolling tab bar. r=enndeakin,dolske
2010-06-23 10:28:12 -07:00
Doug Turner
8f97a20153
Merge with m-c. no hand edits
2010-04-29 21:04:50 -07:00
Gavin Sharp
667010d2ba
Bug 398776: add new popup-based notification system, and use it for the geolocation notification, r=dolske, r=dao
2010-04-09 13:45:25 -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
Doug Turner
6c196f14e2
Automerge with mc. no manual changes
2010-04-21 03:31:13 -07:00
Chris Jones
09869cfb77
Merge mozilla-central
2010-04-16 01:34:35 -05:00
Arpad Borsos
3e4381af31
Bug 558945 - Autoscroll doesn't take into account overflow: -moz-hidden-unscrollable; r=neil@parkwaycc.co.uk
2010-04-13 10:50:17 +02:00
Oleg Romashin
8de514e284
Merged with mozilla-central
2010-04-07 06:59:04 -04:00
Benedict Hsieh
dfa9ca21a4
Bug 51470 - [E10s] The tab browser should inform the chrome process during navigation. r=smaug,
...
sr=bsmedberg
2010-03-26 11:39:39 -07:00
Gavin Sharp
58f62549bd
Bug 568429: findbar's shouldFastFind should use mozIsTextField rather than checking .type, r=Mano
...
--HG--
extra : rebase_source : 2ddd961b57d138ae6c32dfb2b0e4bb560297e022
2010-06-15 17:42:36 -04:00
Neil Deakin
443b5d3dfe
Bug 560791, tab tearoff doesn't work when dropping on content area, r=mano
2010-05-13 09:42:57 -04:00
Neil Deakin
2c683c3e34
Bug 560658, dropping onto findbar inserts text twice, r=mano
2010-05-13 09:42:57 -04:00
Neil Deakin
16e62a0020
Bug 545714, consolidate dropped link handlers into one single component and use it for security checking, r=mano,neil,sr=sicking
2010-04-18 14:27:18 -04:00
Rob Arnold
fd95e7b700
Bug 563462 - Remove Photon bits from toolkit/ r=Mossop
2010-05-12 14:31:24 -04:00
Alexander Surkov
3f2ef347e3
Bug 552944 - No relationship between tabs and associated property page in new tabbrowser construct, r=enn, davidb, marcoz, sr=neil
...
--HG--
rename : accessible/tests/mochitest/test_relations.html => accessible/tests/mochitest/relations/test_general.html
rename : accessible/tests/mochitest/test_relations.xul => accessible/tests/mochitest/relations/test_general.xul
rename : accessible/tests/mochitest/test_relations_tree.xul => accessible/tests/mochitest/relations/test_tree.xul
2010-05-14 18:55:00 +09:00
Dão Gottwald
85efd8a077
Bug 551765 - Rename tabs._tabbox to tabs.tabbox. r=enn
2010-03-11 21:38:34 +01:00
Blair McBride
bd0b32abc1
Backout patch for c7562242f88e due to bustage
2010-03-11 16:35:37 +13:00
Blair McBride
8274492c49
Bug 480350 - Show currently loaded URIs in location bar autocomplete results, allow switching to the tab. r=gavin,mak sr=mconnor
2009-11-23 15:37:39 +13:00
Alex Vincent
a860fb0c22
Bug 473412 - Editable tree cells cannot be activated by a keystroke. r=enn, sr=robstrong
2010-03-09 13:24:39 +01:00
Alice0775 White
d7db8cb4ea
Bug 561979 - Scrolling with mouse dragging does not work when cursor is over span element with 'overflow:auto' style; r=arpad.borsos
2010-04-27 11:32:20 +02:00
Dão Gottwald
e437c443b5
Bug 562649 - set and correctly handle userTypedValue when loading external URIs. r=gavin,neil
...
--HG--
extra : rebase_source : f147fcde568bc15e25be804591518b694d605a95
2010-06-08 22:13:55 +02:00
Dave Townsend
a75b34f580
Backed out changeset 33760547ecf7 from bug 569342 to fix the test failure.
2010-06-08 11:20:32 -07:00
Dave Townsend
67bc73397f
Bug 569342: Find bar should not be enabled in about:addons. r=gavin
2010-06-07 09:31:48 -07:00
Justin Wood
f8e9b8aedc
Backout |Bug 567306 - Find command(ctrl+F) does not start looking for it with a selected text on the actual page.| due to Linux Mo(oth) and Linux64 Mo(oth) test failures.
2010-06-04 21:59:40 -04:00
Asaf Romano
a2449625a9
Bug 567306 - Find command(ctrl+F) does not start looking for it with a selected text on the actual page. r=gavin.
2010-06-05 03:22:08 +03:00
Justin Dolske
91bdcfbf17
Bug 521890 - Use CSS Transitions for HTML5 videocontrols. r=enn
2010-01-08 17:06:00 -08:00
Blair McBride
9c5de4629e
Bug 480350 - Show currently loaded URIs in location bar autocomplete results, allow switching to the tab. r=gavin,mak sr=mconnor
2010-03-26 22:59:02 +01:00
Dão Gottwald
4ee45a14e2
Bug 547224 follow-up: fix typo
2010-03-06 23:15:12 +01:00
Dão Gottwald
caf1dccaa5
Bug 547224 - Remove the custom emptyText implementation, implement textbox.placeholder using the input field's native placeholder facility. r=enn
...
--HG--
extra : rebase_source : 50e3996d42073daa4c9f68f8c263b8b8106f3d84
2010-03-04 08:13:27 +01:00
Neil Deakin
dd025cc0f8
Bug 354048, allow toolbaritems to be placed directly inside toolbar so that uncustomized toolbars don't need to be rebuilt at startup, r=dao
2010-02-23 13:16:16 -05:00
Arpad Borsos
a45f2fda63
Bug 545970 - Autoscroll widget doesn't appear or wrong image appears in certain cases; r=neil@parkwaycc.co.uk
2010-02-13 12:31:10 +01:00
Justin Dolske
fe85a968ac
Bug 541755 - Add ability to remove notification bar without triggering animation. r=enn
2010-02-09 17:05:31 -08:00
Dão Gottwald
1286621dd5
Bug 543317 - Remove unused toolbarmode and buttonstyle attributes. r=neil,rflint
2010-02-02 08:47:54 +01:00
Dão Gottwald
083f8dfa3d
Bug 498852 - allow menu bar auto hiding regardless of toolbar customization. r=gavin
2010-01-25 09:47:28 +01:00
Phil Ringnalda
4287a5adb0
Bug 367130 - Replace "Restore defaults" with something that says what it actually does, r=gavin, ui-r=mconnor
2009-10-07 20:56:00 -07:00
Alexander Surkov
4f69473fdb
Bug 540389 - WARNING: Bad accessible tree! [tabbrowser tab], r=davidb, marcoz, mconnor
2010-01-19 12:35:08 +08:00
Dão Gottwald
f670ec2aae
Bug 281192 - Mousewheel scroll on tabbox should change tab. r=mconnor
2010-01-05 08:29:51 +01:00
Metal Sonic
4c1b34d634
Bug 507387 - fix copyright holder; Mozilla Corporation -> Mozilla Foundation. r=gerv.
2009-12-21 21:50:30 +00:00
Olli Pettay
8503825001
Bug 534502 - No autoscroll in print preview anymore, r=mconnor
...
--HG--
extra : rebase_source : c182076b6ce400d7adc0b2fd0e518793bdfd5ced
2009-12-17 18:39:19 +02:00
Markus Stange
cfdd26f37c
Bug 534184 - Disable smooth scrolling in menus. r=Enn
...
--HG--
extra : rebase_source : 0b56bfc73798fbe9b8765ea93641f4c9ce10120d
2009-12-11 23:02:13 +01:00
21@vingtetun.org
0a382c6370
Bug 530495 - textbox.xml throw an error (line 175) if the textbox.inputField didn't exist (r=neil)
2009-11-25 11:49:52 -08:00
Vivien Nicolas
b18374bd8e
Bug 509732 - Don't do slideIn animation if the height of the notification is 0. r=dtownsend
2009-11-24 21:00:49 -08:00
Justin Dolske
ec3d60d652
Bug 520614 - Fix usage of vbox in videocontrols.xml. r=enndeakin
2009-10-30 16:13:41 -07:00
Neil Rashbrook
eb1c224a76
Bug 523693 Inline spell checker shouuld be a module r=gavin
2009-10-28 11:15:22 +00:00
Erik Staats
775c0b95eb
Bug 522769 - XUL tree widget can call tree view setCellText multiple times. r=enn
2009-10-23 14:24:29 +02:00
Neil Deakin
c0f8d0fac2
Bug 517819, inherit noinitialfocus into textbox inputs, so that uthe nknown content dialog can use it, prevents focus from appearing on the file type field, r=neil
2009-10-16 10:32:02 -04:00
Arpad Borsos
81d8238974
Bug 295977 - browser-chrome tests + non-multiple select fixup; r=neil@parkwaycc.co.uk
2009-08-22 11:12:31 +02:00
Dão Gottwald
6fb5449db3
Bug 522210 - stop dispatching the UpdatedScrollButtonsDisabledState event. r=enn
2009-10-14 14:48:18 +02:00
Chris Pearce
9e521230fc
Bug 520493 - Fix regression in Ogg playback. r=doublec
2009-10-14 16:35:59 +13:00
Dão Gottwald
94525e59b3
Bug 521547 - Remove ancient and unused inline-edit-base and buttonleft-ile bindings. r=enn
2009-10-13 19:22:01 +02:00
Neil Rashbrook
d399e4ee6f
Bug 520996 Remove spurious attribute r=dao
2009-10-07 23:56:31 +01:00
Blair McBride
fa574c869c
Bug 446405 - Do not show the keyword of a quick search as if it was the query string. r=dietrich,mardak
2009-10-07 10:38:15 +02:00
Markus Stange
7544f320f5
Bug 197123 - When resizing tree columns, make the rightmost column compensate the width difference instead of the column directly after the resized one. ui-r=faaborg, r=enndeakin
...
--HG--
extra : rebase_source : 361587b209055c118c5075b6ccd42d229d81f51f
2009-10-05 15:19:20 +13:00
Blair McBride
e701c94b60
Bug 520441 - Regression: Keyword search's title and search param are split up. r=enndeakin
2009-10-05 18:22:28 -07:00
Neil Deakin
ad88d6844c
Bug 513186, add noinitialfocus attribute to indicate that the element is skipped when determining the initial focus in a dialog, r=neil
2009-10-05 10:00:09 -04:00
arno renevier
8c519cdb49
Bug 460942 - Fix richlistitem label property inconsistencies. r=neil
2009-10-03 20:37:57 +02:00
Blair McBride
c648d9f0ec
Bug 467601 - long page titles hide tagging icon and tags' text in location bar dropdown list. r=enn
2009-10-01 16:12:29 +02:00
Graeme McCutcheon
8578164461
Bug 519695 - Assorted findbar nits: set up the highlight search range in a more straightforward way, return the correct result from _highlightDoc, and remove some whitespace. r=gavin
2009-10-01 12:03:22 +01:00
Matt Crocker
d7f97515e9
Bug 432886 - Autocomplete textboxes ignore tabindex attribute. r=gavin
2009-09-30 10:03:27 +02:00
Vladimir Vukicevic
a92ae9dcbe
Bug 514861 - Find does not match characters beyond first non-matching character after FAYT failure. r=gavin
2009-09-26 17:51:21 +02:00
Graeme McCutcheon
b81129af5d
Bug 495153 - Findbar shouldn't add multiple listeners for the same editor. r=mano
2009-09-18 18:34:50 +01:00
Alexander Surkov
162d6d3e9c
Bug 512424 - implement IAccessibleTable2, r=marcoz, davidb, sr=neil
...
--HG--
rename : accessible/src/atk/nsXULTreeAccessibleWrap.h => accessible/src/atk/nsXULTreeGridAccessibleWrap.h
rename : accessible/src/mac/nsXULTreeAccessibleWrap.h => accessible/src/mac/nsXULTreeGridAccessibleWrap.h
rename : accessible/src/msaa/nsXULTreeAccessibleWrap.cpp => accessible/src/msaa/nsXULTreeGridAccessibleWrap.cpp
rename : accessible/src/msaa/nsXULTreeAccessibleWrap.h => accessible/src/msaa/nsXULTreeGridAccessibleWrap.h
rename : accessible/src/other/nsXULTreeAccessibleWrap.h => accessible/src/other/nsXULTreeGridAccessibleWrap.h
rename : accessible/src/xul/nsXULSelectAccessible.cpp => accessible/src/xul/nsXULListboxAccessible.cpp
rename : accessible/src/xul/nsXULSelectAccessible.h => accessible/src/xul/nsXULListboxAccessible.h
rename : accessible/tests/mochitest/test_relations_table.html => accessible/tests/mochitest/test_table_headers.html
rename : accessible/tests/mochitest/test_nsIAccessibleTable_listboxes.xul => accessible/tests/mochitest/test_table_sels_listbox.xul
rename : accessible/tests/mochitest/test_elm_table.html => accessible/tests/mochitest/test_table_struct.html
2009-09-11 09:07:56 +08:00
Dão Gottwald
6e963b2cec
Bug 511107 - Need a centralized way to assign lightweight themes to XUL windows. r=enn,mconnor,rflint
2009-09-04 12:58:18 +02:00
Ryan Flint
3b2c860721
Back out bug 511107 (e75c771c6ab8) due to browser-chrome test failures.
...
--HG--
extra : rebase_source : 1a85c6929ee9d57873c6866297431022fe8a86c8
2009-09-03 22:12:28 -04:00
Dão Gottwald
d645ae10a6
Bug 511107 - Need a centralized way to assign lightweight themes to XUL windows. r=enn,mconnor,rflint
2009-09-03 22:19:50 +02:00
Vladimir Vukicevic
dd6ae4fc62
b=512643; FAYT should be smarter when there are no current matches; r=gavin
2009-09-01 22:52:05 -07:00
Vladimir Vukicevic
d0a91168d9
backing out 512643 and 506430 due to OSX mochitest failure
2009-09-02 00:28:38 -07:00
Vladimir Vukicevic
d927a322cd
b=512643; FAYT should be smarter when there are no current matches; r=gavin
2009-09-01 22:52:05 -07:00
Dão Gottwald
3ff9406720
Backed out changeset 72c1f97df4c6
2009-08-28 20:45:38 +02:00
Arpad Borsos
4dadd605e2
Bug 295977 - browser-chrome tests + non-multiple select fixup; r=neil@parkwaycc.co.uk
2009-08-22 11:12:31 +02:00
Nochum Sossonko
56e1815f06
Bug 490178 - Need a way to set the direction on a richlistbox; patch ver. 3.4; r=enndeakin
2009-08-21 20:47:28 +02:00
Johnathan Nightingale
f9d1b7204b
Back out fix for bug 490178 - causing oranges on tinderbox, committer and reviewers unavailable. :(
2009-08-18 15:35:15 -04:00
Nochum Sossonko
20415f488e
Bug 490178 - Need a way to set the direction on a richlistbox; patch ver. 3.3, nit addressed; r=enndeakin
2009-08-18 19:37:39 +02:00
Arpad Borsos
5645149fa0
Bug 295977 - Autoscrolling does not work for elements such as div using overflow; r=neil@parkwaycc.co.uk
2009-08-13 10:32:44 +02:00
Dão Gottwald
8847841a64
merge
2009-08-15 00:52:06 +02:00
Dão Gottwald
69cc894e05
Backed out changeset 8f77197a8f99
2009-08-15 00:51:49 +02:00
Henrik Skupin
9d86e5d920
Bug 496235 - Menulist should not set current item to null when using an out-of-range value for selectedIndex. r=enn
2009-08-14 23:16:02 +02:00
Nochum Sossonko
776f1bda6b
Bug 490178 - Need a way to set the direction on a richlistbox. r=enn
2009-08-14 23:15:59 +02:00
Boris Zbarsky
cff6a5cfe1
Bug 508819. Stop relying on getElementById returning anonymous nodes. r=gavin,dietrich,davidb
2009-08-10 10:54:22 -04:00
Masayuki Nakano
25226ca48a
Bug 501608 - menu popup sounds are played when showing the autoscrolling popup. r=enn
2009-08-01 07:31:18 -07:00
L. David Baron
be4f8acdd0
Backed out changeset 8cd49a8cbb88 (bug 501608) on suspicion of causing lots of mochitest-browser-chrome timeouts and leaks (bug 507698).
2009-07-31 14:36:57 -07:00
Masayuki Nakano
289ea1b5c4
Bug 501608 - menu popup sounds are played when showing the autoscrolling popup. r=enn
2009-07-31 07:23:51 +02:00
Neil Deakin
5303f25260
Bug 478416, replace chromedir attribute with :moz-locale-dir pseudoclass, r=neil,dao,dbaron,sr=dbaron
2009-07-29 14:33:53 -04:00
Dão Gottwald
4dcc2577fd
Bug 421351 - allow styling richlistitems with -moz-appearance:menuitem. r=neil
2009-07-25 15:10:17 +02:00
Markus Stange
6372146cfe
Bug 505700 - Don't allow moving the window with the toolbar while in fullscreen mode. r=enndeakin
2009-07-22 14:18:08 +02:00
Dão Gottwald
78011319e8
Bug 421351 - allow styling richlistbox items with -moz-appearance:menuitem. r=enn
2009-07-16 20:29:21 +02:00
Masayuki Nakano
f368778b7e
Bug 76053 Windows mouse integration: no "Snap to default button in dialog boxes" r=enn+ere, sr=roc
2009-07-15 18:54:30 +09:00
Ehsan Akhgari
51f18a5be7
Bug 176244 - Fix column resize and reorder issues when direction is rtl; r=roc,enndeakin sr=roc
2009-07-15 11:52:42 +04:30
Florian Queze
3fa472be75
Bug 503048 - findbar needs a destroy method. r=Mano
2009-07-13 13:34:22 +02:00
Dão Gottwald
762eacb4ba
merge
2009-07-10 14:54:30 +02:00
Dão Gottwald
9d82881b0f
Backed out changeset cc056f4f6316, as scrollbox.xml wasn't responsible for the leak
2009-07-10 14:54:13 +02:00
Alexander Surkov
11522a48f5
Bug 494345 - Do not create accessibles for XUL label or description having a role of 'presentation', r=marcoz, enndeaking, sr=smaug
2009-07-10 20:17:15 +08:00
Dão Gottwald
e219153155
fix potential leak in scrollbox.xml
2009-07-10 10:29:20 +02:00
Dão Gottwald
1edae0500c
Bug 500980 - remove reference to obsolete userAction attribute. r=neil
2009-06-28 21:22:12 +02:00
Dão Gottwald
9b37774c3d
Bug 500971 - Remove obsolete tabs-closebutton binding. r=enn
2009-06-28 18:04:47 +02:00
Dão Gottwald
4e7f9826ef
fix indent
2009-06-28 14:52:31 +02:00
Dão Gottwald
5ccdb08491
Bug 500979 - searchParam getter depends on bug 232598. r=gavin
2009-06-28 14:28:24 +02:00
Dão Gottwald
ffb0d54ea3
Bug 500633 - remove obsolete ifSetAttribute method. r=neil
2009-06-26 14:49:37 +02:00
Dão Gottwald
7eb8b0e356
Bug 499298 - menubar auto-hiding doesn't work when removing default items from the toolbar. r=neil
2009-06-26 14:48:41 +02:00
Olli Pettay
2e0f78e968
Bug 486990 - Context Menu can be disabled by stopping propagation, r=enn, sr=neil
2009-06-23 13:07:39 +03:00
Dão Gottwald
43f7432f44
Bug 90587 - clickSelectsAll should not trigger on task switch if textbox already had focus. r=enn
2009-06-22 21:53:58 +02:00
Neil Deakin
2737a14b5e
Bug 456106, use new drag and drop api in browser and toolkit, r=mano
2009-06-20 20:04:07 -04:00
Michael Ryan
1b8b5f23c0
Bug 498553 - Setting <colorpicker> color property to lowercase color does not work. r=enn
2009-06-18 23:02:45 +02:00
Olli Pettay
4f0aa79a1e
backout Bug 486990
...
--HG--
extra : rebase_source : 5947dd5fcc29bfb333c53cc2f60a00895910e9bb
2009-06-17 16:22:37 +03:00
Olli Pettay
b4d60fb950
Bug 486990 - Context Menu can be disabled by stopping propagation, r=enn, sr=neil
...
--HG--
extra : rebase_source : a425f116d1350ff1204f1b031754a262ec73f8b1
2009-06-17 13:26:21 +03:00
Dão Gottwald
db2c57b96b
Bug 415791 - Page scrolls to the focused element when closing panels. r=enn
2009-06-15 20:38:25 +02:00
Neil Deakin
718c760715
Bug 497562, accesskeys on radio don't focus properly, r+sr=neil
2009-06-15 11:08:41 -04:00
Dão Gottwald
c7b86bd0ba
Bug 498100 - Can't remove toolbar itmes from the menu toolbar after customizing and (un)hiding it. r=neil
2009-06-15 10:18:25 +02:00
Dão Gottwald
a3b518d9d3
Bug 498112 - self._setInactive is not a function error when toggling the Menu Bar. r=neil
2009-06-15 00:32:30 +02:00
Dão Gottwald
3ae87bee43
Bug 477256 - Implement menubar auto-hiding in toolkit. r=neil,enn
2009-06-13 08:03:02 +02:00
Neil Deakin
79321ef1f8
Bug 178324, refactor focus by moving all focus handling into one place and simplifying it, add many tests, fixes many other bugs too numerous to mention in this small checkin comment, r=josh,smichaud,ere,dbaron,marco,neil,gavin,smaug,sr=smaug (CLOSED TREE)
2009-06-10 14:00:39 -04:00
Justin Dolske
76714ca862
Bug 496231 - videocontrols don't properly change play button state after video has ended. r=roc, r=gavin, a191=beltzner
2009-06-04 14:34:21 -07:00
Robert O'Callahan
84e88cf105
Bug 493621. Correctly set marginTop style to make volume slider appear when quirks are disabled. r=dolske
2009-06-02 20:55:29 +12:00
Justin Dolske
8f27a2419e
Bug 486899 - Keyboard Accessibility on video element (also audio). r=mconnor
2009-05-22 16:03:47 -07:00
David Bolter
0bac424420
Backing out changeset b93c27231300 due to keyboard conflicts (Bug 486899)
...
--HG--
extra : rebase_source : aa3ddc297fd6a52c982f74282cb0506f864e2869
2009-05-22 16:27:04 -04:00
Justin Dolske
464859edf2
Bug 486899 - Keyboard Accessibility on video element (also audio), r=mconor
2009-05-23 01:49:33 +08:00
Dão Gottwald
e0b53c2cb4
Backed out changeset d37e68656412 because of a11y test failure
2009-05-22 11:17:52 +02:00
Justin Dolske
f326f68660
Bug 486899 - Keyboard Accessibility on video element (also audio). r=mconnor, a=blocking191
2009-05-21 23:50:53 -07:00
Justin Dolske
cf8fb28253
Bug 493508 - video <scale> thumb can jump around while it's being dragged. r=roc, r/sr=mconnor, a192=beltzner
2009-05-20 22:27:01 -07:00
Justin Dolske
c3a2ad3e58
Bug 493884 - video control playback postion bar disconnects from thumb while dragging. r=neil, a192=beltzner
2009-05-20 22:27:01 -07:00
Justin Dolske
03a33c38a6
Bug 493523 - Scrubber doesn't show the correct time if it changed while hidden. r=neil, a192=beltzner
2009-05-20 22:27:01 -07:00
Justin Dolske
b922cc0075
Bug 481106 - Scrubber may not be positioned at end of buffer bar when playback ends. r=gavin, a192=beltzner
2009-05-20 22:27:01 -07:00
Robert O'Callahan
720361957b
Bug 492213. Make video controls' statusFader status be determined by examining the element state instead of by making assumptions about what the state is when events fire. r=dolske,mconnor
...
--HG--
extra : rebase_source : 3438a026715b9170608d66b4f99b9db3efbca5a3
2009-05-21 14:53:07 +12:00
martijn.martijn@gmail.com
49b5f65d84
Bug 493658 - Highlight all of the Findbar does not work in a certain page (r=vlad)
2009-05-20 16:15:36 -07:00
Graeme McCutcheon
5ab45c8752
Backout bug 279022 to fix browser-chrome test failures
2009-05-20 00:51:22 +01:00
Graeme McCutcheon
2730455af5
Bug 279022 - "Highlight all" cannot be undone after switching tabs. r=mano
2009-05-19 16:20:19 +01:00
Ehsan Akhgari
394aba523a
Bug 489631 - HTML5 <video>/<audio> elements should not inherit document direction; r=dolske,mconnor
2009-05-19 14:12:29 +04:30
Dão Gottwald
ecd153a3b8
Bug 491221 - default button styling missing in the bookmarks properties dialog. r=mak, enn
2009-05-15 15:33:59 +02:00
Marco Bonardo
a2935c0136
Bug 480238 - Double-clicking tree column separator opens highlighted link, r=enn
2009-05-14 14:11:46 +02:00
Alexander Surkov
4f5a62cf0d
Bug 490287 - slider of audio/video element hasn't accessible name, r=marcoz, davidb, dolske, l10n, mconor, sr=neil
2009-05-14 13:29:33 +08:00
Dão Gottwald
85be1ab722
Bug 490121 - Drag & drop scrolling in places menus needs to be more responsive. r=enn
2009-05-14 00:46:34 +02:00
David Bolter
993624156d
Backing out changeset f640af4933fc and changeset ca15d173817d (fix for bug 285167) to investigate TXul regression
...
--HG--
extra : rebase_source : ab3f98729c513c54e11f1dc0ab520bfa5adfc614
2009-05-11 11:20:03 -04:00
Alexander Surkov
eb68e45eae
Bug 285167 - Mozilla doesn't support Scrollbar accessible, r=marcoz, davidb, enndeaking, sr=neil
2009-05-11 13:30:40 +08:00
Alexander Surkov
cb2d95a146
Bug 489549 - Buttons of HTML5 audio and video element control set have no accessible names, r=marcoz, davidb, dolske, enndeaking, sr=neil
...
--HG--
rename : accessible/tests/mochitest/nsIAccessible_actions.js => accessible/tests/mochitest/actions.js
2009-05-11 09:32:09 +08:00
Justin Dolske
fdaebecd29
Bug 489679 - eliminate init method in video controls XBL binding. r=enn
2009-05-06 12:55:26 -07:00
Neil Rashbrook
0b494fd2d1
Bug 488752 Incorrect menulist behaviour on Mac OS X r=enn sr=roc
2009-05-01 13:24:49 +01:00
stefanh@inbox.com
1525bbceb8
Bug 485235 - Remove the mac-specific wizard-label-box in wizard.xml. r=gavin.
2009-04-30 12:24:05 +02:00
Dão Gottwald
d58008b5eb
Bug 487250 - 'empty' attribute for textboxes with emptytext conflicts with xul templates. r=enn
2009-04-24 13:20:03 +02:00
Dão Gottwald
42e3ba910b
merge
2009-04-23 11:47:40 +02:00
Dão Gottwald
448c7ca718
Backed out changeset 69f84bd26700 (bug 487250) to fix browser_privatebrowsing_searchbar.js failure
2009-04-23 11:47:12 +02:00
Dão Gottwald
1896e31769
Bug 487250 - 'empty' attribute for textboxes with emptytext conflicts with xul templates. r=enn
2009-04-23 08:57:38 +02:00
Justin Dolske
e1c911e3a8
Bug 475317 - Need UI for volume control on <video>. r=enn, ui-r=boriss
2009-04-23 00:33:35 -07:00
Justin Dolske
c515807e69
Bug 475318 - video controls should display numeric position and duration. r=enn, ui-r=boriss
2009-04-23 00:33:35 -07:00
L. David Baron
2b562dee7e
Drop the feeds cache in browser's destroy method. (Bug 489520) r=gavin.sharp
2009-04-22 10:13:48 -07:00
Simon Bünzli
e4996e8587
Bug 489025 - Strict Warning: reference to undefined property this.video.HAVE_META_DATA. r=chris.double
2009-04-20 00:55:11 +02:00
Dão Gottwald
b39ca36e34
Bug 488357 - Item in location bar drop down highlighted after clicking same one on previous location bar usage. r=gavin
2009-04-20 00:51:38 +02:00
Dão Gottwald
cbc3ecf920
Backed out changeset ea00ee9634c4
2009-04-18 15:14:08 +02:00
Graeme McCutcheon
2e61db4de6
Bug 279022 - "Highlight all" cannot be undone after switching tabs. r=mano
2009-04-18 09:44:33 +01:00
Graeme McCutcheon
9b9c62e569
Bug 451540 - Find highlighting in textboxes grows/decreases when editing matched word. r=mano
2009-04-06 17:02:32 +01:00
Asaf Romano
0a1b8c4649
Bug 477014 -Work around bug 458697 for the tabs' busy state. r=mconnor.
2009-04-16 17:44:07 +03:00
Justin Dolske
777895d589
Bug 487719 - video controls should use addEventListener instead of oncommand. r=gavin
2009-04-14 20:35:16 -07:00
Dão Gottwald
2d1e0f0fec
Bug 487946 - scrollwheel scrolling in bookmarks menu slowed down. r=enn
2009-04-14 08:37:26 +02:00
Boris Zbarsky
92edfc0145
Merge backout of rev 524ab31ef073 to CLOSED TREE.
2009-04-13 15:35:12 -04:00
Boris Zbarsky
c316a4a639
Backed out changeset 524ab31ef073 (bug 477014) in an attempt to fix the unit test orange on Mac.
2009-04-13 15:34:41 -04:00
Dão Gottwald
23388547f8
Bug 487982 - arrowscrollbox.scrollByIndex fails if there are gaps between the elements. r=enn
2009-04-13 19:38:09 +02:00
Asaf Romano
cddc348ced
Bug 477014 - Work around bug 458697 for the tabs' busy state. r=mconnor
2009-04-13 19:08:20 +03:00
Justin Dolske
5a83dbd158
Backed out changeset 1e38c7369a3d (bug 475318)
2009-04-13 01:29:57 -07:00
Justin Dolske
29fa8ab2f5
Bug 475318 - video controls should display numeric position and duration. r=enn, ui-r=boriss
2009-04-12 23:09:22 -07:00
Dão Gottwald
69e5926b8c
Bug 486821 - Misplaced white line under last visible entry of location bar autocomplete. r=enn
2009-04-09 08:42:01 +02:00
Dão Gottwald
54f04b05cf
Bug 483552 - ensureElementIsVisible on scrollBoxObject doesn't take border into account. r=enn
2009-04-09 14:40:59 +02:00
Boris Zbarsky
89f22bb63c
Backed out changeset 716fc2e4f7d3 (bug 486821) on suspicion of causing intermittent leak orange.
2009-04-09 12:02:55 -04:00
Dão Gottwald
423e6207f9
Bug 486821 - Misplaced white line under last visible entry of location bar autocomplete. r=enn
2009-04-09 08:42:01 +02:00
Robert O'Callahan
9c2fd77235
Backed out changeset 7c809460ad13
2009-04-06 15:56:03 +12:00
Graeme McCutcheon
9a5f380485
Bug 451540 - Find highlighting in textboxes grows/decreases when editing matched word. r=mano
2009-04-03 13:53:36 +01:00
Neil Deakin
5d99cbc1d8
Bug 475286, support a movetoclick mode for scales. Use this by default for mac and video position widget, r+sr=neil
2009-03-31 14:11:35 -04:00
Justin Dolske
7cfabbe975
Bug 484935 - videocontrols should use display:none on hidden items to minimize CPU usage. r=enn
2009-03-29 15:29:21 -07:00
Dão Gottwald
ed55c2a670
Bug 429857 - Don't show entry divisor for last entry in location bar autocomplete. r=gavin
2009-03-26 13:52:31 +01:00
Justin Dolske
6071c27986
Bug 481040 - video controls should indicate when an error occurs. r=enn
2009-03-23 16:40:39 -07:00
Ori Avtalion
2dd33956c1
Bug 444892 - when find bar is focused, ctrl+pageup/dn will scroll page content. r=enn
2009-03-22 09:59:56 +01:00
Dão Gottwald
458326766b
Bug 483378 - findbar-textbox should be a proper textbox rather than faking the appearance on find-field-container. r=gavin
2009-03-14 20:53:12 +01:00