Commit graph

1088 commits

Author SHA1 Message Date
Dão Gottwald
be5f218a48 Bug 396816 - Location bar should be self-describing: "Search Bookmarks and History". ui-r=beltzner, r=dietrich 2008-10-22 21:25:24 +02:00
Johnathan Nightingale
2da76c54d7 Don't try to load favicon.ico for error pages. b=453442 r=gavin 2008-10-21 16:02:26 -04:00
Simon Bunzli
5281410fff Bug 324164 - Unify Single Window Mode Preferences; r=gavin.sharp 2008-10-12 19:36:01 +02:00
Daniel Holbert
5492039225 Bug 458167 - (comments-only changes) Grammar Nazi Vol1: s/it's/its/ for the posessive version of the word, and a few other misc comment-typos, in these directories: accessible browser config profile rdf toolkit tools xpcom xpfe 2008-10-01 23:49:45 -07:00
Dave Townsend
01fa27abdb Bug 391728: No placeholder for disabled plugins (frontend). r=gavin
--HG--
rename : toolkit/themes/gnomestripe/mozapps/plugins/pluginGeneric-16.png => toolkit/themes/gnomestripe/mozapps/plugins/pluginBlocked-16.png
rename : toolkit/themes/gnomestripe/mozapps/plugins/pluginGeneric.png => toolkit/themes/gnomestripe/mozapps/plugins/pluginDisabled.png
rename : toolkit/themes/pinstripe/mozapps/plugins/pluginGeneric-16.png => toolkit/themes/pinstripe/mozapps/plugins/pluginBlocked-16.png
rename : toolkit/themes/pinstripe/mozapps/plugins/pluginGeneric.png => toolkit/themes/pinstripe/mozapps/plugins/pluginDisabled.png
rename : toolkit/themes/winstripe/mozapps/plugins/pluginGeneric-16-aero.png => toolkit/themes/winstripe/mozapps/plugins/pluginBlocked-16-aero.png
rename : toolkit/themes/winstripe/mozapps/plugins/pluginGeneric-16.png => toolkit/themes/winstripe/mozapps/plugins/pluginBlocked-16.png
rename : toolkit/themes/winstripe/mozapps/plugins/pluginGeneric-aero.png => toolkit/themes/winstripe/mozapps/plugins/pluginDisabled-aero.png
rename : toolkit/themes/winstripe/mozapps/plugins/pluginGeneric.png => toolkit/themes/winstripe/mozapps/plugins/pluginDisabled.png
2008-09-30 07:31:19 +01:00
Simon Bunzli
762ea9bde6 Bug 456465 - return the reopened tab from undoCloseTab (both the API and the browser.js method), r=dietrich 2008-09-28 10:08:09 +03:30
Simon Bünzil
e9dae6c923 Bug 457160, Customize toolbar only showing some of the icons
r=gavin
2008-09-27 12:12:04 -04:00
Simon Bünzli
0e81f5e4f4 Bug 264488 - Customize Toolbars window should not have maximize or minimize buttons. r=gavin 2008-09-25 19:56:31 +02:00
Dão Gottwald
c1574ff6ea Bug 454109 - move urlbar functions to the urlbar binding. r=mano 2008-09-25 13:33:51 +02:00
Dão Gottwald
94730d5ac1 Bug 455756 - Add a "new tab" button to the tab bar. r=gavin 2008-09-25 09:39:41 +02:00
Jesse Ruderman
119e0f8d7f Fix bug 456172, Ctrl+Enter messes up complete URL that is prefixed with space character. r=gavin 2008-09-21 17:59:44 -07:00
Dão Gottwald
cee153639c Bug 454526 - browser.js' onStateChange() code references variable that's no longer in scope. r=gavin 2008-09-19 21:03:06 +02:00
Dão Gottwald
e0c45dbe56 Bug 392870 - Easy discoverability of Tabbed Browsing for new users. r=connor 2008-09-17 17:07:26 +02:00
Dão Gottwald
84f07e43f0 Backed out changeset 09a4e390e1ec 2008-09-17 17:06:54 +02:00
Dão Gottwald
6e5239f8c9 Bug 392870 - Easy discoverability of Tabbed Browsing for new users. r=gavin 2008-09-17 17:04:25 +02:00
Dão Gottwald
e2631f01ed Bug 254714 - while loading a page, on a new tab/window, the location bar does not display the address URL. r=gavin 2008-09-17 16:36:39 +02:00
Marco Bonardo
be52aa9b92 Bug 454500 - remove placesMigrationTasks from browser-places.js, r=dietrich 2008-09-11 16:53:33 +02:00
Phil Ringnalda
a0c3300d49 Bug 454360 - Use Components.results.NS_BINDING_ABORTED instead of hardcoding the value, r=gavin 2008-09-09 21:33:27 -07:00
Simon Bünzli
4acc767d3b Bug 331940 - Should be able to pass a line number to the external viewer/editor. r=gavin 2008-09-08 14:06:06 +02:00
Dão Gottwald
cb4d2b408a Bug 448939 - XULBrowserWindow cleanup. r=mano 2008-09-07 21:18:57 +02:00
Neil Rashbrook
acd9205717 Bug 413915 - isValidFeed modifies its first paramter, r=sayrer 2008-09-06 19:28:36 -07:00
Doug Turner
74be3336f9 Bug 444642 - Hookup geolocation prompt to notification prompt. r=gavin/mconnor 2008-09-03 15:05:15 -07:00
Dão Gottwald
16ba65e3c3 Bug 448928 - remove gIsLoadingBlank and gMustLoadSidebar from browser.js. r=gavin 2008-09-03 09:40:33 +02:00
Dão Gottwald
d2099fc69c Bug 453095 - gBrowser.browsers shouldn't try to look like a node list. r=gavin 2008-09-02 14:15:06 +02:00
Dão Gottwald
cb64be6b79 Bug 448941 - remove IdentityHandler and getIdentityHandler() in favor of gIdentityHandler. r=gavin 2008-09-02 11:11:22 +02:00
Dão Gottwald
2934add284 Bug 443863 - ctrl-9 to select last tab is klugishly implemented. r=gavin 2008-09-02 10:50:22 +02:00
Klaas Heidstra
cdb04c8d77 Bug 440702 - Link modifiers should use the command attribute instead of oncommand (and remove observes elements). r=gavin, ui-r=beltzner 2008-09-01 22:19:24 +02:00
Klaas Heidstra
9faa172081 Bug 263942 - Reload button should have middle click support. r=gavin, ui-r=beltzner 2008-08-31 23:00:59 +02:00
Gavin Sharp
2a9195ee3c Backed out changeset 7fdbccdc1e94 2008-08-26 19:40:21 -04:00
Gavin Sharp
1061e15478 Bug 452135: add nsBadCertHandler to packages-static, patch by Manish Singh <manish@flock.com>, r=me 2008-08-26 19:39:16 -04:00
Dave Camp
43a0d08dee Bug 442806: Use seperate, versioned caches for offline apps. r+sr=bz
* * *
2008-08-26 16:09:02 -07:00
Dave Camp
0cabe03883 Backed out changeset ebafb9df6ce0 (bug 442806) 2008-08-24 23:11:31 -07:00
Dave Camp
2f08e458a6 Bug 442806: Use seperate, versioned caches for offline apps. r+sr=bz 2008-08-24 21:51:19 -07:00
Marco Zehe
603dbe8b55 bug 448660 - Turn off new visual Ctrl+tab switching when screen reader present, r=aaronlev, r=gavin, sr=neil 2008-08-24 18:50:55 +02:00
Dave Camp
8e9da90c59 Backed out changeset ea551e6f0f40 (bug 442806) 2008-08-19 22:53:20 -07:00
Dave Camp
6280e84411 Bug 442806: Use seperate, versioned caches for offline apps. r+sr=bz 2008-08-19 19:30:44 -07:00
Myk Melez
fe4bbef12a bug 441778: don't update page zoom when a sub-document loads (f.e. in an iframe); r=gavin 2008-08-19 14:59:09 -07:00
Justin Dolske
3568ace940 Bug 422974 – Prism uses old "Remember password?" mechanism. r=gavin 2008-08-11 16:31:57 -07:00
Dão Gottwald
7f981e68d0 Bug 444307 – Page Style functions cleanup. r=gavin 2008-08-09 21:37:00 +02:00
Dão Gottwald
998b3ede01 Bug 448892 – "setting a property that has only a getter" when adding the location bar to the chrome after starting the browser without it. r=gavin 2008-08-03 12:27:30 +02:00
Dão Gottwald
ca2599ae8c Bug 448885 – gBrowser, gURLBar etc. stuck at null when accessed before the associated elements are in the document. r=gavin 2008-08-03 00:41:32 +02:00
Asaf Romano
2a471c8556 move the deprecated section to the end of this file per mconnor. 2008-07-30 23:34:08 +03:00
Asaf Romano
8dd1d8553c Bug 448572 - Use smart getters in browser.js. r=gavin. 2008-07-30 23:28:29 +03:00
Dão Gottwald
aa81415f93 Bug 445476 – Need a pref to disable the new ctrl+tab preview panel. r=gavin 2008-07-19 11:19:59 +02:00
Dão Gottwald
997038bbf3 Bug 395980 - Implement MRU order Ctrl+Tab panel with previews. r=mconnor 2008-07-15 18:11:00 +02:00
Ehsan Akhgari
7bd194553d Bug 427739 – in RTL builds, popups for site identity and star hang the wrong way, r=dao 2008-07-11 22:31:48 +02:00
Doug Turner
27665b6320 it seems we are leaking on the RLk test.
Backed out changeset ebfc2ad982f4
2008-07-10 23:38:35 -07:00
Doug Turner
2c9aa5ab5a Relanding 437948. Geolocation. Fixed memory leak. r=jst. 2008-07-10 22:48:16 -07:00
Dão Gottwald
b4ddd8f22e revert bug 395174, r=gavin 2008-07-10 10:28:52 +02:00
Dão Gottwald
3eccc13fe0 Bug 444304 – Remove onBrowserKeyPress, r=mano 2008-07-10 10:23:03 +02:00