Commit Graph

1630 Commits

Author SHA1 Message Date
Marco Bonardo
c35c607a2c Bug 522667 - Remove ellipsis from Troubleshooting Information button in about:support, change entities on central, r=gavin r=pike 2009-11-14 13:44:19 +01:00
Gabriele Best
7e990a7d15 Bug 476838 - Missing tooltip and statusbar text on "Open <siteURI>" in live bookmarks, r=mak 2009-11-14 13:44:17 +01:00
Dão Gottwald
2a3c551931 Bug 526919 - Lightweight theme notification bar hides when loading new page. r=dtownsend 2009-11-13 19:35:23 +01:00
Tanner M. Young
d41686282d Bug 526721 - "View Image Info" displays the wrong size if the document's first image has the same url, same alt but different scale. r=dao 2009-11-12 08:59:56 +01:00
Tanner M. Young
4c50596a6a Bug 526534 - Page Info does not detect multiple instances of the same image on a page if no alt text is provided or the alt text is the same. r=dao 2009-11-11 11:34:30 +01:00
Reed Loden
2d64c217b5 Another follow-up to bug 527784: just use resource:/// across the board because xpcshell doesn't implement resource://app/ like toolkit's nsXREDirProvider does. 2009-11-10 23:39:13 -06:00
Reed Loden
8519a3f070 Bug 527784 - "Browser code incorrectly looking for browser-only modules in gre location" [r=gavin] 2009-11-10 16:42:19 -06:00
Tanner M. Young
d2a906feb3 Bug 514308 - Fix shift+click on the RSS icon in the address bar. r=mano 2009-11-09 22:14:20 +01:00
Dão Gottwald
bea18b662b Bug 527417 - nsIPluginHost::getPluginTags aPluginCount out param should be optional. r=josh 2009-11-09 22:11:58 +01:00
Dão Gottwald
35445ffbc8 Bug 521129 - Alt-Tab in FullScreen video does not exit full screen mode. r=dolske 2009-11-08 10:22:38 +01:00
Dão Gottwald
de19aaab92 Bug 5265285 - getAllLogins, getAllDisabledHosts and getAllEncryptedLogins count out params should be optional. r=dolske 2009-11-08 10:22:11 +01:00
Tanner M. Young
79fb4b6c5e Bug 524090 - make "View Image Info" scroll to the selected image in the Page Info media tab. r=dao 2009-11-07 19:24:08 +01:00
Tanner M. Young
ec9630ac06 Bug 524092 - fix for compatibility with "View Frames" add-on. r=dao 2009-11-07 12:29:52 +01:00
Dão Gottwald
c982ab9fc0 Bug 526987 - getItemList, getIncompatibleItemList, getDependentItemListForID and updateAndGetNewBlocklistedItems itemCount out params should be optional. r=dtownsend 2009-11-07 09:21:07 +01:00
Dão Gottwald
795121a212 fix completely broken browser_bug481560.js
--HG--
extra : rebase_source : 0c0b93b67504c9230c4fb3cced6de6a35e43a1c5
2009-11-06 22:44:11 +01:00
Dão Gottwald
8eb02744ee Bug 484315 - With browser.tabs.closeWindowWithLastTab set to false popups cannot be closed. r=gavin
--HG--
extra : rebase_source : 98796a0d5f44a4a93fcb6e62484f2a45b978d4eb
2009-11-06 22:39:46 +01:00
Paul O’Shannessy
5057e2547f Bug 525635 - browser_NetworkPrioritizer.js randomly timeouts. r=Enn 2009-11-06 13:14:54 -08:00
Blair McBride
7938459b7d Bug 526672 - Visiting PluginCheck page from a notificationbar should reset notifyUser pref. r=dtownsend 2009-11-06 08:07:08 +01:00
Tanner M. Young
0f66b9f30a Bug 524092 - "View Image Info" command is not carried out if "Page Info" window is already opened. r=dao 2009-11-06 08:04:38 +01:00
Saint Wesonga
240c493406 Bug 523476 - Switch application/x-javascript to application/javascript, Firefox part. r=vlad 2009-11-05 14:53:26 +01:00
Curtis Bartley
96afaf19ee Bug 524763 - Regexp/string confusion in generateTextForTextNode in about:support. r=johnath,dao 2009-11-05 09:03:28 +01:00
Dão Gottwald
3d75104fea Backed out changeset 3b9cc80b3ef0 2009-11-05 09:24:16 +01:00
Dão Gottwald
b5bbb26187 Bug 524763 - Regexp/string confusion in generateTextForTextNode in about:support. r=johnath,dao 2009-11-05 09:03:28 +01:00
Dão Gottwald
c076f94025 Bug 525724 - Use CSS transitions for the tab bar overflow animation. r=vlad 2009-11-05 09:02:12 +01:00
Dão Gottwald
1584886680 Bug 526230 - nsIApplicationCacheService::getGroups count outparam should be optional. r=honzab 2009-11-04 20:23:20 +01:00
Dão Gottwald
d1fe515d9a Test for bug 517902 2009-11-03 11:10:19 +01:00
Markus Stange
d0dfc9ccb9 Bug 524718 - In fullscreen mode, drawintitlebar=true shouldn't add padding. r=dao 2009-10-31 09:01:12 +01:00
Nochum Sossonko
e6acb87371 Bug 515512 - Text urls that don't have the leading protocol should have the link context menu options when selected. r=dao 2009-10-31 08:59:23 +01:00
Dão Gottwald
69f95851ae Bug 525190 - Refactor the way pageInfo.js handles arguments. r=db48x 2009-10-31 01:50:57 +01:00
Dão Gottwald
a5e134553e Bug 509298 - updateCurrentBrowser leaves focus in location bar if no specific element is focused in that browser. r=enn, ui-r=beltzner 2009-10-31 01:04:07 +01:00
Paul O’Shannessy
6ccd0e6bf1 Bug 514490 - Per Tab Network Prioritization. r=dao, r=bz
--HG--
extra : rebase_source : e80e9b87f9280251d873dafc69cf55ff4517aa1b
2009-10-30 14:16:17 -07:00
Gijs Kruitbosch
41ba1acfa5 Back out bug 487059, fix tests and EM to cope, r=gavin,beltzner, bug 524995
--HG--
extra : rebase_source : d8414b8de165cf2fa534719c36416d82d21872c6
2009-10-29 14:44:10 +01:00
Dão Gottwald
fb97ffad40 Bug 524106 - "View Image Info" selects the wrong image when there are multiple images with the same src. r=db48x 2009-10-29 08:42:45 +01:00
Gijs Kruitbosch
58e8eebec2 Prepare callsites of clearUserPref so it can go back to throwing. r=gavin 2009-10-28 22:44:15 +01:00
Markus Stange
97e9999a50 Bug 524661 - Fix places in browser.js that use for each...in to loop over arrays. r=gavin 2009-10-28 19:59:15 +01:00
Marco Bonardo
402e13d377 Bug 521233 - waitForFocus(callback) times out in browser chrome tests. use it in browser_bug304198.js, r=enn 2009-10-28 17:22:59 +01:00
Dão Gottwald
6a530b2454 Bug 524270 - Make the second getChildList parameter optional. r=bsmedberg 2009-10-26 21:02:06 +01:00
Curtis Bartley
9ae3ddfdc8 Bug 523337 - smarter cr/lf handling, smarter ellipsis handling, and minor refactoring for about:support. r=gavin 2009-10-23 23:26:46 +02:00
Dão Gottwald
d2c20e7beb Bug 523047 - Slow selectors in browser css. r=rflint 2009-10-23 17:28:14 +02:00
Tanner M. Young
3927f423ab Bug 517902 - "Reimplement image properties, using the existing "Media" panel" [ui-r=faaborg r=db48x sr=mconnor] 2009-10-22 19:32:49 -05:00
Dão Gottwald
2305a99b0f Bug 520173 - Reset lightweight theme previews when leaving the source page. r=dtownsend 2009-10-22 22:47:59 +02:00
Tanner M. Young
1063f9259d Bug 519390 - Page info sometimes resizes an image incorrectly when it uses scaling. r=dao 2009-10-22 22:47:17 +02:00
Dão Gottwald
066ec05932 Backed out changeset 1afef31990f3 2009-10-21 23:25:04 +02:00
Reed Loden
0c3cc9eed4 Fix whitespacing in browser/base/content/aboutSupport.xhtml to match what is being used on 1.9.2 in order to help make creating patches for both trunk and branch easier. Whitespacing only change. No bug. 2009-10-21 15:02:50 -05:00
Dão Gottwald
682f208abf Bug 523312 - address some nits in aboutSupport.xhtml. r=gavin 2009-10-21 11:18:48 +02:00
Curtis Bartley
0fc0510b23 Bug 519077 - "Add a whitelist+blacklist for the modified prefs list on about:support" [r=johnath] 2009-10-20 01:50:08 -05:00
Markus Amalthea Magnuson
dd90bc6deb Bug 287162 - Mac Widget code ignores "minimizable=no" window feature, r=mano sr=roc ui-r=faaborg 2009-10-17 21:05:42 -07:00
Dão Gottwald
18f2da9c8a browser_pageInfo.js cleanup 2009-10-17 08:14:22 +02:00
Marco Bonardo
90d3b3b0b7 Revert wrong change, fix current browser_tabfocus.js orange. 2009-10-16 17:24:09 +02:00
Dão Gottwald
2518de2f7f revert incorrect browser_bug477014.js change (changeset 50a858927fad) 2009-10-16 15:28:23 +02:00