[Bug 263505]

2019-10-14 Thread Mak77
When a developer will be able to schedule some time for it, Firefox is a
huge project, resources are limited. It's on our radar anyway, now that
the platform fix is complete.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/263505

Title:
  Wishlist: add "use input as a search term" to "address not found" page

To manage notifications about this bug go to:
https://bugs.launchpad.net/firefox/+bug/263505/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 263505]

2019-10-14 Thread Mak77
*** Bug 1586891 has been marked as a duplicate of this bug. ***

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/263505

Title:
  Wishlist: add "use input as a search term" to "address not found" page

To manage notifications about this bug go to:
https://bugs.launchpad.net/firefox/+bug/263505/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1672139]

2019-10-07 Thread Mak77
(In reply to fluks from comment #39)
> In a bug related to this, someone was thinking about efficiency. Does it 
> matter if you add a button or a context menu item, then finding the path 
> needs to be done only for that one bookmark when the user requests it. SQLite 
> has had `WITH RECURSIVE` since 3.8.3, so you don't have to do recursion in 
> code anymore.

Yes, it is possible to add a contextual menu to Open Enclosing Folder using 
WITH RECURSIVE, though opening the target folder in the Library window may not 
be trivial (should be feasible anyway, one has to navigate the result and open 
containers accordingly to the path, then select the given bookmark). It would 
be nicer if we'd have a quick way of extracting path for each bookmark in a 
performant way, but it's not strictly necessary for this specific contextual 
menu option. I'd be ok extending PlacesUtils.bookmarks.fetch to also fetch the 
path of a bookmark if a specific option is passed into it (so, on demand).
At this time we don't have the development resources to do it, so it's up to 
the community, if you want to contribute patches we can discuss a plan.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1672139

Title:
  Add "Open Enclosing Folder" context menu to search results of
  bookmarks in the Library window (link to view/open containing folder,
  parent folder button)

To manage notifications about this bug go to:
https://bugs.launchpad.net/firefox/+bug/1672139/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1672139]

2019-10-07 Thread Mak77
(In reply to fluks from comment #42)
> (In reply to Marco Bonardo [::mak] from comment #41)
> > I'd be ok extending PlacesUtils.bookmarks.fetch to also fetch the path of a 
> > bookmark if a specific option is passed into it (so, on demand).
> 
> Do you mean having an about:config entry?

no, a property of the options object that is passed to fetch()
I was thinking about something like `let bm = await 
PlacesUtils.bookmarks.fetch(guid, undefined, { includePath: true });` and you'd 
get back a bookmark object that includes a `path` property, that may be 
something like `[ {guid, title}, {guid, title}, ... ]` starting from the parent 
up to the first meaningful root (toolbar, menu, unfiled, mobile, ...).

You could start filing a dependency bug in toolkit /Places to add that,
then here you'd use that API to implement the feature in browser.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1672139

Title:
  Add "Open Enclosing Folder" context menu to search results of
  bookmarks in the Library window (link to view/open containing folder,
  parent folder button)

To manage notifications about this bug go to:
https://bugs.launchpad.net/firefox/+bug/1672139/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 263505]

2019-09-09 Thread Mak77
Thank you for the update!

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/263505

Title:
  Wishlist: add "use input as a search term" to "address not found" page

To manage notifications about this bug go to:
https://bugs.launchpad.net/firefox/+bug/263505/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 263505]

2019-09-02 Thread Mak77
Mathieu, what's the status of the underlying networking feature? It
looks like the product side is done and we're just waiting for bug
1563225? Unfortunately there is still no meta bug tracking this feature
we can depend upon.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/263505

Title:
  Wishlist: add "use input as a search term" to "address not found" page

To manage notifications about this bug go to:
https://bugs.launchpad.net/firefox/+bug/263505/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 263505]

2019-09-02 Thread Mak77
I would prefer it we'd have a meta bug tracking the PSL work, for now I
guess bug 1563246 will do.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/263505

Title:
  Wishlist: add "use input as a search term" to "address not found" page

To manage notifications about this bug go to:
https://bugs.launchpad.net/firefox/+bug/263505/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 263505]

2019-07-12 Thread Mak77
*** Bug 1220235 has been marked as a duplicate of this bug. ***

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/263505

Title:
  Wishlist: add "use input as a search term" to "address not found" page

To manage notifications about this bug go to:
https://bugs.launchpad.net/firefox/+bug/263505/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1065126]

2019-06-05 Thread Mak77
There's too many proposals and opinions here to be able to make a choice that 
will satisfy everyone.
There are 2 possible ways out, that I see, that are not exclusive:
1. hide the "Remember my choice" checkbox when it can't be respected. While 
this doesn't solve the problem (it hides it under the carpet), it would be less 
surprising and infuriating for the user. This is pretty much bug 285976, 
afaict. I think it'd be a safe thing to do regardless and wouldn't prevent 
future and better fixes.
2. Just let the user action go through, that is basically what the other 
browsers are doing (at least Chrome, I just tried through this test page: 
http://demo.borland.com/testsite/download_testpage.php) . The fact is this 
solution is a lot more complex and thus will require more time, because someone 
with a good grasp about the security implications here should make a call. 
That's not me unfortunately.

I don't think we'd be adding a pref, a pref like this is the classical footgun, 
either this is a security risk or it is not, a pref doesn't solve that and can 
be easily under-evaluated.
I finally wonder if add-ons can work similarly to a pref for user willing this 
behavior, wouldn't something like 
https://addons.mozilla.org/en-US/firefox/addon/inlinedisposition-reloaded/ 
basically do what most are asking for? If an add-on could replace the request 
for a pref, it would pretty much solve 2 without exposing everyone to possible 
risks.

I know this is not a finalized answer, but the question was whether this
is a wontfix. I don't think it is, it just needs some middle steps and
investigation to figure out the actual risk, and why other browsers
think that risk is moot.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1065126

Title:
  "Always do this from now on" does not work

To manage notifications about this bug go to:
https://bugs.launchpad.net/firefox/+bug/1065126/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 263505]

2019-04-02 Thread Mak77
The current scope is to provide an experience identical to the old bar, to 
limit the confusion for users and QA, but it could surely be one of the things 
we want to do sooner than later.
Should we use it through nsIEffectiveTLDService? I just tried to use 
getPublicSuffixFromHost, but it doesn't seem to do any kind of verification, it 
doesn't seem to have a strict option, so I assume we'd have to add a new method 
to check a given host.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/263505

Title:
  Wishlist: add "use input as a search term" to "address not found" page

To manage notifications about this bug go to:
https://bugs.launchpad.net/firefox/+bug/263505/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 237941]

2019-03-11 Thread Mak77
*** Bug 837841 has been marked as a duplicate of this bug. ***

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/237941

Title:
  Bookmarking Folder Location

To manage notifications about this bug go to:
https://bugs.launchpad.net/firefox/+bug/237941/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 66566]

2018-12-22 Thread Mak77
(In reply to :Gijs (he/him) from comment #153)
> As I already said in comment #150, I don't think we'll bring
> back (an option to use) separate modifier keys for .net/.org. Marco, can you
> confirm?

No plain in sight.
You can star a page and use autofill for it though, if you access it often 
enough.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/66566

Title:
  Inconsistent shortcuts for new tab

To manage notifications about this bug go to:
https://bugs.launchpad.net/firefox/+bug/66566/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 66566]

2018-12-14 Thread Mak77
(In reply to Jesse Peden from comment #138)
> I suppose it is, but it seems to be counter-productive to get users used to
> having it be CMD-Enter for all of these years and then change it out of the
> middle of nowhere.  They could have at least added an option to allow people
> to opt out of it.

We must evolve, and on certain things that means also reaching consensus and 
coherence with the other browsers, so that users can easily find themselves 
comfortable moving across them (even if just for development, testing, 
web-compat issues). Unfortunately in some cases this means changing behaviors 
that have been with us from a long time (I'm here from 11 years, I know well).
If we'd add a pref for each change, in a few years the code would become 
totally unmanageable. Surely adding one pref here looks like a no-brainer, but 
if you multiple that by the hundreds of times I heard someone asking for a 
pref, you can easily see it's not sustainable long term.
Breaking habits and muscle memory is bad, we don't do that often and we try to 
avoid it, but when an habit hurts a part of our users and it's inconsistent 
with the rest of the browsers world, we may actually look into it. This was one 
case, there have been others, there will be others.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/66566

Title:
  Inconsistent shortcuts for new tab

To manage notifications about this bug go to:
https://bugs.launchpad.net/firefox/+bug/66566/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 66566]

2018-12-14 Thread Mak77
(In reply to Anthony Ramine [:nox] from comment #140)
> The keyboard shortcut cmd-enter opens links in new *background* tabs in
> Chrome and Safari, Firefox is now opening them in new *foreground* tabs. Is
> there any way to change this behaviour?

Please file a new bug, if the behavior is inconsistent with Chrome and
Safari we'll look into it.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/66566

Title:
  Inconsistent shortcuts for new tab

To manage notifications about this bug go to:
https://bugs.launchpad.net/firefox/+bug/66566/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 66566]

2018-12-12 Thread Mak77
Comment on attachment 8996717
Bug 237027 - allow turning off URL canonization, remove shift support, and move 
the remainder from 'cmd' to 'ctrl' on mac, r?mak

Marco Bonardo [::mak] has approved the revision.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/66566

Title:
  Inconsistent shortcuts for new tab

To manage notifications about this bug go to:
https://bugs.launchpad.net/firefox/+bug/66566/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 66566]

2018-12-12 Thread Mak77
And, we could make canonize complete to browser.fixup.alternate.prefix
and browser.fixup.alternate.suffix, so the user can adapt it to his
needs.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/66566

Title:
  Inconsistent shortcuts for new tab

To manage notifications about this bug go to:
https://bugs.launchpad.net/firefox/+bug/66566/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 66566]

2018-12-12 Thread Mak77
So, we apparently do:
ctrl => .com
shift => .net
ctrl + shift => .org

First, I'm not convinced .net and .org are more important than the other many 
tlds around, for example in a localized build it would be far more interesting 
to canonize to the local tld (for example .it for italian). I'd totally support 
ctrl+shift to complete to the localized tld rather than .org (though this would 
require localization support).
Second, I'd like if ctrl would be the necessary key to activate canonization in 
general, so all the shortcuts should required ctrl to be pressed. Shift is far 
too common when typing and as I said it's already used by tab/tabshifted, it's 
just confusing.
I understand changing this we could break muscle memory of a minority, but it's 
for a totally undiscoverable feature on less critical tlds than .com. and we're 
changing cmd on Mac already, for which we'll want a relnote.
I'd honestly propose to drop the shift and ctrl+shift behaviors completely.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/66566

Title:
  Inconsistent shortcuts for new tab

To manage notifications about this bug go to:
https://bugs.launchpad.net/firefox/+bug/66566/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 66566]

2018-12-12 Thread Mak77
(In reply to Thomas D. (currently busy elsewhere) from comment #108)
> Does this still cover the original intention of this bug and several
> duplicates that users want an option (ideally on by default) where
> Ctrl+Enter in location bar opens the address in a new tab? It's confusing
> that sometimes we need to press Ctrl and sometimes Alt to open things in a
> new tab.

It should, yes. Overall the idea is that CTRL will be the canonization key, and 
it should be possible to disable it, as well as it should imo be possible to 
set what to canonize to (if one prefers .it to .com, for example).
Then on Mac, CMD will open in a new tab, rather trying to canonize.

> Why can't we just make ALT the default canonizer shortcut key?

It would not be coherent with any other browser, and we want users to feel home 
when then move to Firefox.
All of the other browsers canonize on CTRL.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/66566

Title:
  Inconsistent shortcuts for new tab

To manage notifications about this bug go to:
https://bugs.launchpad.net/firefox/+bug/66566/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 66566]

2018-12-12 Thread Mak77
(In reply to :Gijs (Not available 3-19 Aug; he/him) from comment #104)
>> Note that the spreadsheet doesn't cover shift-enter, which also canonifies
> today. I left that as-is, though of course that now also comes under the
> pref, and can therefore be turned off (at which point we'll open a new
> window instead).

Ah, I didn't remember shift, why are we doing that exactly? it sounds wrong. 
Nor Edge nor Chrome do that, so it's not a parity reason. And I can see why 
they don't, it's trivial to leave your finger on shift when typing text and 
then we'd try to canonize it. Additionally we also use shift for tab VS 
tabshifted, so this is just adding confusion.
May we file a bug to stop supporting shift and relegate canonize to just CTRL? 
provided we don't want to do that here.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/66566

Title:
  Inconsistent shortcuts for new tab

To manage notifications about this bug go to:
https://bugs.launchpad.net/firefox/+bug/66566/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 66566]

2018-12-12 Thread Mak77
I made a small sheet to better understand what changes here, please check and 
comment if something doesn't look correct.
https://docs.google.com/spreadsheets/d/1VVEVjyIYRZIFteM71j5bJhENa2xXT82gaikr0WgpKLA/edit#gid=0

I didn't test the patch, I just assumed, on IRC Gijs said it's likely different.
Anyway, I added a row with the behavior I'm suggesting, that is pretty much the 
same as Chromium, apart ALT+Enter on the Mac.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/66566

Title:
  Inconsistent shortcuts for new tab

To manage notifications about this bug go to:
https://bugs.launchpad.net/firefox/+bug/66566/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 66566]

2018-12-12 Thread Mak77
It's now public, cheers.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/66566

Title:
  Inconsistent shortcuts for new tab

To manage notifications about this bug go to:
https://bugs.launchpad.net/firefox/+bug/66566/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 66566]

2018-12-12 Thread Mak77
Maybe we could telemetry the usage of the canonize feature, while we are
at it. Though, it's likely something that falls into the "pretty much
unused cause it's undiscoverable, but will have a vocal minority of
fans", so not sure if it's worth it.

FWIW, Edge still support CTRL+Enter, but doesn't add www. anymore, only
.com. Maybe we should do the same for consistency if the feature is
intended as an help for users migrating from IE/Edge to Firefox.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/66566

Title:
  Inconsistent shortcuts for new tab

To manage notifications about this bug go to:
https://bugs.launchpad.net/firefox/+bug/66566/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 599846]

2013-11-12 Thread Mak77
Tree sheriffs can commit the patch for you, just by setting checkin-
needed keyword

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/599846

Title:
  firefox right click open containing folder should highlight file

To manage notifications about this bug go to:
https://bugs.launchpad.net/firefox/+bug/599846/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 129219]

2013-11-12 Thread Mak77
Tree sheriffs can commit the patch for you, just by setting checkin-
needed keyword

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/129219

Title:
  firefox download manager - Open containing folder with preselected
  file in nautilus/file manager

To manage notifications about this bug go to:
https://bugs.launchpad.net/firefox/+bug/129219/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 194346]

2013-10-17 Thread Mak77
what's the feed address?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/194346

Title:
  [hardy]Firefox live bookmarks claim not to load when they have

To manage notifications about this bug go to:
https://bugs.launchpad.net/firefox/+bug/194346/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 129219]

2013-10-06 Thread Mak77
Comment on attachment 813885
0001-Bug-417952-Open-Containing-Folder-doesn-t-highlight-.patch

Review of attachment 813885:
-

sending Feedback? to paolo, I'm not sure how relevant this code is in
the new downloads API, if it's we can get feedback from karlt on the
actual approach

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/129219

Title:
  firefox download manager - Open containing folder with preselected
  file in nautilus/file manager

To manage notifications about this bug go to:
https://bugs.launchpad.net/firefox/+bug/129219/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 599846]

2013-10-06 Thread Mak77
Comment on attachment 813885
0001-Bug-417952-Open-Containing-Folder-doesn-t-highlight-.patch

Review of attachment 813885:
-

sending Feedback? to paolo, I'm not sure how relevant this code is in
the new downloads API, if it's we can get feedback from karlt on the
actual approach

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/599846

Title:
  firefox right click open containing folder should highlight file

To manage notifications about this bug go to:
https://bugs.launchpad.net/firefox/+bug/599846/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 298303]

2013-03-12 Thread Mak77
*** This bug has been marked as a duplicate of bug 425143 ***

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/298303

Title:
  Firefox Download Manager unresponsive with full disk

To manage notifications about this bug go to:
https://bugs.launchpad.net/firefox/+bug/298303/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 401615]

2013-02-18 Thread Mak77
*** Bug 446413 has been marked as a duplicate of this bug. ***

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/401615

Title:
  Bookmarks will not accept being organised alphabeticaly.

To manage notifications about this bug go to:
https://bugs.launchpad.net/firefox/+bug/401615/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 237679]

2013-02-18 Thread Mak77
We don't plan to add keywords to the default UI, whether we'll provide
an alternative full-edit UI is bug 405795, there is no other plan to
do partial changes.

*** This bug has been marked as a duplicate of bug 405795 ***

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/237679

Title:
  Editing tags/keywords in bookmarks

To manage notifications about this bug go to:
https://bugs.launchpad.net/firefox/+bug/237679/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 223408]

2013-02-10 Thread Mak77
bug 537930 and bug 829995?

Note that you are commenting on a resolved bug, that is quite always the
wrong way to report issues.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/223408

Title:
  Import of  bookmarks  fails to import subfolders

To manage notifications about this bug go to:
https://bugs.launchpad.net/firefox/+bug/223408/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 239222]

2012-03-12 Thread Mak77
https://hg.mozilla.org/mozilla-central/rev/2f21548bcbc4

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/239222

Title:
  CTRL + W is not working while keyboard layout is on Hebrew

To manage notifications about this bug go to:
https://bugs.launchpad.net/firefox/+bug/239222/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 908508]

2012-03-12 Thread Mak77
backed out as suspected for a bunch of jit tests failures in linux debug builds
see
https://tbpl.mozilla.org/php/getParsedLog.php?id=9878244tree=Mozilla-Inbound
https://tbpl.mozilla.org/php/getParsedLog.php?id=9878570tree=Mozilla-Inbound

while this looks like for other platforms, it was the most likely
candidate

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/908508

Title:
  Firefox/Thunderbird 10 FTBFS on powerpc in js/src/yarr/pcre

To manage notifications about this bug go to:
https://bugs.launchpad.net/firefox/+bug/908508/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 908508]

2012-03-12 Thread Mak77
(In reply to Mike Hommey [:glandium] from comment #68)
 Note that theoretically, this patch doesn't change anything on tier-1
 platforms.

that was my assumption as well, but the backout fixed the problem.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/908508

Title:
  Firefox/Thunderbird 10 FTBFS on powerpc in js/src/yarr/pcre

To manage notifications about this bug go to:
https://bugs.launchpad.net/firefox/+bug/908508/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 939657]

2012-02-24 Thread Mak77
https://hg.mozilla.org/mozilla-central/rev/62c8bf0d48bb

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/939657

Title:
  Generates a dbus roundtrip with every HTTP request

To manage notifications about this bug go to:
https://bugs.launchpad.net/firefox/+bug/939657/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 120720]

2012-01-04 Thread Mak77
(In reply to sworddragon2 from comment #34)
 I'm using Firefox 10.0 Beta 2 and the bug still exists since a few major
 versions.

You should have filed a separate bug, posting in a closed bug is not
that much useful. Btw, did you already try Safe mode?
http://support.mozilla.org/kb/safe+mode

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/120720

Title:
  Bookmarks don't show favicons until clicked

To manage notifications about this bug go to:
https://bugs.launchpad.net/firefox/+bug/120720/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 779581]

2011-08-31 Thread Mak77
http://hg.mozilla.org/mozilla-central/rev/c706c08c24ee

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/779581

Title:
  “Close” button in tabs not responding with the keyboard

To manage notifications about this bug go to:
https://bugs.launchpad.net/firefox/+bug/779581/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 603398]

2011-08-18 Thread Mak77
Philipp, please check what that checkin-needed was for, I moved it to
the right place but seems just wrong.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/603398

Title:
  Firefox Sync 1.4 doesn't connect automatically on newly created Ubuntu
  10.04 profiles (works with migrated ones) both with Ubuntu custom
  build and with the official Mozilla one

To manage notifications about this bug go to:
https://bugs.launchpad.net/firefox-sync/+bug/603398/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 789198]

2011-07-04 Thread Mak77
http://hg.mozilla.org/mozilla-central/rev/938c253f031c

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/789198

Title:
  Firefox crashes when attempting to play webm video on ARM with Thumb2
  enabled

To manage notifications about this bug go to:
https://bugs.launchpad.net/binutils/+bug/789198/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 801778]

2011-06-29 Thread Mak77
test merged http://hg.mozilla.org/mozilla-central/rev/beadf61d53a7

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/801778

Title:
  Regression: Firefox 3.6.18 does not set cookie when talking to single
  letter hostname

To manage notifications about this bug go to:
https://bugs.launchpad.net/firefox/+bug/801778/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 40610]

2011-05-03 Thread Mak77
*** Bug 453305 has been marked as a duplicate of this bug. ***

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.
https://bugs.launchpad.net/bugs/40610

Title:
  History wiped out if disk full when firefox exits

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 401615]

2011-04-19 Thread Mak77
*** Bug 651068 has been marked as a duplicate of this bug. ***

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/401615

Title:
  Bookmarks will not accept being organised alphabeticaly.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 226878]

2010-12-07 Thread Mak77
This bug has lost most of the interest, indeed it has not been updated from 
2009 and most of the reported issues have been fixed.
It's actually easier to search for Places bugs with perf specified in the 
keywords, that is the suggested way to track these bugs.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/226878

Title:
  [MASTER] Firefox freezes often

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 221009]

2010-12-07 Thread Mak77
This bug has lost most of the interest, indeed it has not been updated from 
2009 and most of the reported issues have been fixed.
It's actually easier to search for Places bugs with perf specified in the 
keywords, that is the suggested way to track these bugs.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/221009

Title:
  Firefox keeps forcing disk to spin up when browsing because its sqlite 
storage calls fsync() for every recorded entry

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 292346]

2010-12-07 Thread Mak77
This bug has lost most of the interest, indeed it has not been updated from 
2009 and most of the reported issues have been fixed.
It's actually easier to search for Places bugs with perf specified in the 
keywords, that is the suggested way to track these bugs.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/292346

Title:
  [places] awesomebar performance (after startup) issues (Was: Severe 
freezing/disk access when typing URLs)

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs