Commit Graph

306 Commits

Author SHA1 Message Date
Jesse Ruderman
129e106ac4 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
41e6f9e341 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
4faac68d1d Bug 392870 - Easy discoverability of Tabbed Browsing for new users. r=connor 2008-09-17 17:07:26 +02:00
Dão Gottwald
a4df003cd0 Backed out changeset 09a4e390e1ec 2008-09-17 17:06:54 +02:00
Dão Gottwald
9eddcc584b Bug 392870 - Easy discoverability of Tabbed Browsing for new users. r=gavin 2008-09-17 17:04:25 +02:00
Dão Gottwald
5c2c4efd2a 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
75b9c06843 Bug 454500 - remove placesMigrationTasks from browser-places.js, r=dietrich 2008-09-11 16:53:33 +02:00
Phil Ringnalda
b65979710c 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
e5ebc38a43 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
23380c0d15 Bug 448939 - XULBrowserWindow cleanup. r=mano 2008-09-07 21:18:57 +02:00
Neil Rashbrook
4ed43f101a Bug 413915 - isValidFeed modifies its first paramter, r=sayrer 2008-09-06 19:28:36 -07:00
Doug Turner
1e7d4167ba Bug 444642 - Hookup geolocation prompt to notification prompt. r=gavin/mconnor 2008-09-03 15:05:15 -07:00
Dão Gottwald
f1cbf61eff Bug 448928 - remove gIsLoadingBlank and gMustLoadSidebar from browser.js. r=gavin 2008-09-03 09:40:33 +02:00
Dão Gottwald
6c59ad540d 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
c604c3da67 Bug 448941 - remove IdentityHandler and getIdentityHandler() in favor of gIdentityHandler. r=gavin 2008-09-02 11:11:22 +02:00
Dão Gottwald
265adb2693 Bug 443863 - ctrl-9 to select last tab is klugishly implemented. r=gavin 2008-09-02 10:50:22 +02:00
Klaas Heidstra
f52a1a26d4 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
4be6cb573a Bug 263942 - Reload button should have middle click support. r=gavin, ui-r=beltzner 2008-08-31 23:00:59 +02:00
Gavin Sharp
d9b7a7a51b Backed out changeset 7fdbccdc1e94 2008-08-26 19:40:21 -04:00
Gavin Sharp
6b325928cd 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
ace5a3bf61 Bug 442806: Use seperate, versioned caches for offline apps. r+sr=bz
* * *
2008-08-26 16:09:02 -07:00
Dave Camp
0356f133d4 Backed out changeset ebafb9df6ce0 (bug 442806) 2008-08-24 23:11:31 -07:00
Dave Camp
ac150ad11b Bug 442806: Use seperate, versioned caches for offline apps. r+sr=bz 2008-08-24 21:51:19 -07:00
Marco Zehe
fd1b46995f 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
234fd1844f Backed out changeset ea551e6f0f40 (bug 442806) 2008-08-19 22:53:20 -07:00
Dave Camp
db4eca26fd Bug 442806: Use seperate, versioned caches for offline apps. r+sr=bz 2008-08-19 19:30:44 -07:00
Myk Melez
41f8a3ac33 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
4b1d41d7fb Bug 422974 – Prism uses old "Remember password?" mechanism. r=gavin 2008-08-11 16:31:57 -07:00
Dão Gottwald
e3a3707555 Bug 444307 – Page Style functions cleanup. r=gavin 2008-08-09 21:37:00 +02:00
Dão Gottwald
5dbe1ac67d 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
aa3b526d81 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
ae30673721 move the deprecated section to the end of this file per mconnor. 2008-07-30 23:34:08 +03:00
Asaf Romano
facd24cbf0 Bug 448572 - Use smart getters in browser.js. r=gavin. 2008-07-30 23:28:29 +03:00
Dão Gottwald
f47f10ed4a 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
ca21eada31 Bug 395980 - Implement MRU order Ctrl+Tab panel with previews. r=mconnor 2008-07-15 18:11:00 +02:00
Ehsan Akhgari
2dd54cfd05 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
83738d2763 it seems we are leaking on the RLk test.
Backed out changeset ebfc2ad982f4
2008-07-10 23:38:35 -07:00
Doug Turner
ad874bf1f0 Relanding 437948. Geolocation. Fixed memory leak. r=jst. 2008-07-10 22:48:16 -07:00
Dão Gottwald
781b3bd81c revert bug 395174, r=gavin 2008-07-10 10:28:52 +02:00
Dão Gottwald
db5272da37 Bug 444304 – Remove onBrowserKeyPress, r=mano 2008-07-10 10:23:03 +02:00
Gavin Sharp
03c56c2768 Bug 441876: remove UTF-7 option from browser Character Encoding menus, r=smontagu, sr=bzbarsky 2008-07-05 20:53:48 -04:00
Asaf Romano
3337b10e2a Bug 443734 - Remove initBookmarksToolbar. r=gavin. 2008-07-05 22:00:06 +03:00
Gavin Sharp
10ec554485 Bug 441120 / bug 221445: don't split URLs on '|' when passed on the command line, r=mconnor, r=dveditz 2008-07-03 16:30:24 -04:00
Dão Gottwald
617a618bca Bug 432163: don't set pageproxystate="invalid" in delayedStartup (if start page is a file:// url, firefox shows go button instead of star), r=gavin 2008-06-15 21:40:39 -04:00
Phil Ringnalda
5b20afbd06 Bug 438526 - Opening links with target="_search" in the sidebar is broken, no longer supported by IE, and should be removed, r=mconnor 2008-06-14 15:43:20 -07:00
gavin@gavinsharp.com
d8e981f36b Bug 409808: Dragging favicon to desktop fails to save properly url with some non-english languages, patch by Dão Gottwald <dao@mozilla.com>, r=me, a=beltzner 2008-05-26 14:18:09 -07:00
reed@reedloden.com
a6fdaeab7a Bug 426453 - "Wrong plugin icon size used" [p=reed r=Mano a1.9=beltzner] 2008-05-07 19:10:12 -07:00
johnath@mozilla.com
2ee8887a3e Identity popup calls override service incorrectly. b=432241 r=gavin a=mconnor 2008-05-05 11:06:42 -07:00
masayuki@d-toybox.com
47021cdf1a Bug 429219 Ctrl+1, Ctrl+2, etc, regression (on fr(-FR) keyboard), after bug 359638 r=karl+gavin, sr=roc, a=dsicore 2008-05-02 07:50:42 -07:00
gavin@gavinsharp.com
1f832dc92d Bug 413909: nsCertOverrideService IDN handling is broken, and its port handling is also quite cumbersome, patch by Honza Bambas <honzab@allpeers.com>, r=kaie, a=shaver 2008-04-22 13:03:20 -07:00