Commit Graph

650 Commits

Author SHA1 Message Date
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