keeleysam / tenfourfox

Automatically exported from code.google.com/p/tenfourfox
0 stars 0 forks source link

Track widget changes for Fx18+ #182

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Widget changes we must compensate for after separate widget introduced in issue 
89/Firefox 18

Undo HiDPI changes from M674373 by making sure that 
pref("layout.css.devPixelsPerPx", "1.0");

Original issue reported on code.google.com by classi...@floodgap.com on 29 Sep 2012 at 8:45

GoogleCodeExporter commented 9 years ago
https://bugzilla.mozilla.org/show_bug.cgi?id=805357
We might need to create the IME method in question and connect it to the 
TSMManager.

Original comment by classi...@floodgap.com on 25 Oct 2012 at 1:27

GoogleCodeExporter commented 9 years ago
Surprisingly, it looks like https://bugzilla.mozilla.org/show_bug.cgi?id=647216 
will probably work just fine on 10.4.

Original comment by classi...@floodgap.com on 25 Oct 2012 at 1:29

GoogleCodeExporter commented 9 years ago
This is the big one:
https://bugzilla.mozilla.org/show_bug.cgi?id=801601

Original comment by classi...@floodgap.com on 1 Nov 2012 at 2:45

GoogleCodeExporter commented 9 years ago
This is probably fine too; we just need to make sure our nsChildView doesn't 
need anything anywhere else.
https://bugzilla.mozilla.org/show_bug.cgi?id=807893

Original comment by classi...@floodgap.com on 2 Nov 2012 at 10:31

GoogleCodeExporter commented 9 years ago
For 20, assuming we get that far, 
https://hg.mozilla.org/integration/mozilla-inbound/rev/eaa3e3765678 needs to 
have the resource fork code restored.

Original comment by classi...@floodgap.com on 12 Dec 2012 at 2:24

GoogleCodeExporter commented 9 years ago
647216 has changed to incorporate some CUIDraw stuff, but this is similar to 
what we already have in nsChildView, so we just need to write similar code. 
This is going to land probably in 21 when they fix the test failures.

Original comment by classi...@floodgap.com on 4 Feb 2013 at 4:28

GoogleCodeExporter commented 9 years ago
(as an update, the only pending changes are comment 4, comment 5 and comment 6)

Original comment by classi...@floodgap.com on 4 Feb 2013 at 4:30

GoogleCodeExporter commented 9 years ago
https://bug636564.bugzilla.mozilla.org/attachment.cgi?id=711066 needs to be 
hacked to always use the legacy scroll bars.

Original comment by classi...@floodgap.com on 7 Feb 2013 at 6:00

GoogleCodeExporter commented 9 years ago
Not expecting much fallout from 
https://bugzilla.mozilla.org/show_bug.cgi?id=678392 but we could hard-code it 
to always disable swiping.

Original comment by classi...@floodgap.com on 13 Feb 2013 at 1:33

GoogleCodeExporter commented 9 years ago
Australis has invalidated this.

Original comment by classi...@floodgap.com on 25 May 2014 at 5:40