Commit Graph

337 Commits

Author SHA1 Message Date
Mark Finkle
5249724d58 Bug 474813: fennec.exe needs an icon, r=gavin 2009-01-23 16:29:27 -05:00
Gavin Sharp
d3afe7cb44 Bug 471474: add top-level LICENSE file describing Fennec licensing information (MPL/GPL/LGPL tri-license), r=gerv 2009-01-23 16:31:11 -05:00
Axel Hecht
3715e80f44 bug 466570, create an l10n packaging system for fennec, with filter.py. Using factored makefile l10n.mk. r=mfinkle 2009-01-23 19:53:57 +01:00
Mark Finkle
c242196e55 Bug 473992: Create separate theme folders for hildon and wince, r=gavin
--HG--
rename : mobile/chrome/skin/browser.css => mobile/themes/wince/browser.css
rename : mobile/chrome/skin/extensions.css => mobile/themes/wince/extensions.css
rename : mobile/chrome/skin/firstrun/firstrun.css => mobile/themes/wince/firstrun/firstrun.css
rename : mobile/chrome/content/firstrun/firstrun.xhtml => mobile/themes/wince/firstrun/firstrun.xhtml
rename : mobile/chrome/skin/firstrun/firstrun_arrow_l.png => mobile/themes/wince/firstrun/firstrun_arrow_l.png
rename : mobile/chrome/skin/firstrun/firstrun_arrow_r.png => mobile/themes/wince/firstrun/firstrun_arrow_r.png
rename : mobile/chrome/skin/firstrun/firstrun_background.jpg => mobile/themes/wince/firstrun/firstrun_background.jpg
rename : mobile/chrome/skin/firstrun/firstrun_splash.png => mobile/themes/wince/firstrun/firstrun_splash.png
rename : mobile/chrome/skin/images/addressbar_endcap_l_off.png => mobile/themes/wince/images/addressbar_endcap_l_off.png
rename : mobile/chrome/skin/images/addressbar_endcap_l_on.png => mobile/themes/wince/images/addressbar_endcap_l_on.png
rename : mobile/chrome/skin/images/addressbar_endcap_r_off.png => mobile/themes/wince/images/addressbar_endcap_r_off.png
rename : mobile/chrome/skin/images/addressbar_endcap_r_on.png => mobile/themes/wince/images/addressbar_endcap_r_on.png
rename : mobile/chrome/skin/images/addressbar_middle.png => mobile/themes/wince/images/addressbar_middle.png
rename : mobile/chrome/skin/images/close-small.png => mobile/themes/wince/images/close-small.png
rename : mobile/chrome/skin/images/default-favicon.png => mobile/themes/wince/images/default-favicon.png
rename : mobile/chrome/skin/images/identity.png => mobile/themes/wince/images/identity.png
rename : mobile/chrome/skin/images/left_buttons.png => mobile/themes/wince/images/left_buttons.png
rename : mobile/chrome/skin/images/left_sidebar_middle.png => mobile/themes/wince/images/left_sidebar_middle.png
rename : mobile/chrome/skin/images/navigation_background.png => mobile/themes/wince/images/navigation_background.png
rename : mobile/chrome/skin/images/navigation_magnifier.gif => mobile/themes/wince/images/navigation_magnifier.gif
rename : mobile/chrome/skin/images/navigation_search_caps.png => mobile/themes/wince/images/navigation_search_caps.png
rename : mobile/chrome/skin/images/navigation_url_caps.png => mobile/themes/wince/images/navigation_url_caps.png
rename : mobile/chrome/skin/images/page-starred.png => mobile/themes/wince/images/page-starred.png
rename : mobile/chrome/skin/images/page_buttons.png => mobile/themes/wince/images/page_buttons.png
rename : mobile/chrome/skin/images/panel_background.png => mobile/themes/wince/images/panel_background.png
rename : mobile/chrome/skin/images/panel_buttons.png => mobile/themes/wince/images/panel_buttons.png
rename : mobile/chrome/skin/images/right_buttons.png => mobile/themes/wince/images/right_buttons.png
rename : mobile/chrome/skin/images/right_sidebar_middle.png => mobile/themes/wince/images/right_sidebar_middle.png
rename : mobile/chrome/skin/images/starred48.png => mobile/themes/wince/images/starred48.png
rename : mobile/chrome/skin/images/tab_close.png => mobile/themes/wince/images/tab_close.png
rename : mobile/chrome/skin/images/tag.png => mobile/themes/wince/images/tag.png
rename : mobile/chrome/skin/images/throbber.png => mobile/themes/wince/images/throbber.png
rename : mobile/chrome/skin/images/toolbar.png => mobile/themes/wince/images/toolbar.png
rename : mobile/chrome/skin/images/toolbar_background.png => mobile/themes/wince/images/toolbar_background.png
rename : mobile/chrome/skin/notification.css => mobile/themes/wince/notification.css
2009-01-21 17:16:28 -05:00
Taras Glek
610913e055 bug 473647: Set a default size that avoids an extra resize on n810. r=mfinkle 2009-01-21 10:14:03 -08:00
Mark Finkle
cee9b40000 Bug 474617: use commandset id from Firefox, r=gavin 2009-01-21 12:28:25 -05:00
Taras Glek
66c6526e73 Bug 473647: speed up resizing r=mfinkle 2009-01-16 14:54:59 -08:00
Doug Turner
42e89ceabd merge 2009-01-16 13:15:07 -08:00
Doug Turner
b3bf593ae0 Bug 473682 - fix the dpi on windows mobile to 96. r=mfinkle 2009-01-16 13:14:48 -08:00
Anton Rogaynis
722ae03f15 Bug 472735: optimize about:blank onlocationchange (breakage fix), r=mfinkle 2009-01-16 11:07:08 -05:00
Taras Glek
9a5b56bbf1 Bug 472745 - less zoomToPage on startup r=stuart 2009-01-15 14:18:36 -08:00
Taras Glek
835310100d Bug 472735: 0 setURI calls on startup r=mfinkle 2009-01-14 16:13:27 -08:00
Gavin Sharp
fa7d145726 Bug 473368: avoiding clobbering selection keyboard when highlighting location bar, r=mfinkle 2009-01-14 17:12:36 -05:00
Gavin Sharp
2d48df121b Bug 473643: remove widgetstack resizing code, r=vlad 2009-01-14 17:05:52 -05:00
Taras Glek
f491af48fb bug 473424: speed up WidgetStack's resizing code and disable it r=vlad 2009-01-13 15:38:32 -08:00
Taras Glek
e56bb0a5f5 bug 472735: optimize about:blank onlocationchange r=gavin 2009-01-13 14:05:03 -08:00
Gavin Sharp
6a3fadbfa8 minor browser-ui.js fix (comment, s/var/let/) 2009-01-13 17:04:36 -05:00
Taras Glek
e44c5cabac bug 473424: speed up resize code r=gavin 2009-01-13 13:44:11 -08:00
Taras Glek
b54616eab9 Bug 472876 - remove setupGeolocation from browser.js r=dougt 2009-01-09 13:22:20 -08:00
Mark Finkle
ff5cb59f11 Bug 472719: Remove 'Loading...' text from canvas, r=pavlov 2009-01-09 10:37:03 -05:00
Mark Finkle
0ed38b6178 Bug 468880: Change Browser.newTab to take a URI, r=gavin 2009-01-09 01:51:13 -05:00
Mark Finkle
97ed1bc8ec version bump to 1.0a3pre 2008-12-29 21:02:45 -05:00
Mark Finkle
88986cdb8c Bug 471415: Opening chrome:// URLs in browser is broken 2008-12-29 17:54:42 -05:00
Gavin Sharp
ed976fca10 Bug 470872: fix cookie checkbox to use correct values for the pref, r=mfinkle 2008-12-25 23:55:35 -05:00
Stuart Parmenter
ce5f21ed74 Added tag FENNEC_A2 for changeset 5f1388238359 2008-12-22 17:23:59 -08:00
Stuart Parmenter
0f6e657405 bug 468729. make sidebars pop open or closed. r=vlad 2008-12-13 06:22:02 -08:00
Mark Finkle
7493ac4c25 version bump to 1.0a2 2008-12-22 15:17:43 -05:00
Gavin Sharp
9fb7bb2756 Bug 470776, location bar text is selected unnecessarily after startup, r=mfinkle 2008-12-22 14:05:00 -05:00
Gavin Sharp
25fbc3bc1f Bug 470786: can't access extras panel when window isn't fullscreen, r=mfinkle 2008-12-22 13:59:25 -05:00
Mark Finkle
9b2e40ce68 Bug 453470: notification bar in fennec needs to be per tab, r-gavin 2008-12-22 13:28:12 -05:00
Mark Finkle
a8ef1c15f8 Bug 453470: notification bar in fennec needs to be per tab, r-gavin 2008-12-22 13:25:52 -05:00
Gavin Sharp
77febd05d6 Bug 466280: fix WidgetStack to support resizes, and use that support to enable panning the full range of content at smaller-than-default window sizes, r=vlad/stuart 2008-12-19 18:04:16 -05:00
Gavin Sharp
5957151874 Bug 470477: make sure to always redraw when switching tabs, r=stuart 2008-12-19 16:54:11 -05:00
Mark Finkle
78ec9d049e Bug 470288: Toolbar overlays content after page loads, r=gavin 2008-12-18 17:36:59 -05:00
Mark Finkle
a524930f87 merge 2008-12-18 17:14:10 -05:00
Mark Finkle
985b90c2f5 Bug 456870: Give page buttons pressed look on mousedown, r=gavin 2008-12-18 17:11:20 -05:00
Taras Glek
822ec38393 Bug 469076: invoke fennec with -silent on install r=blassey 2008-12-17 14:35:21 -08:00
Mark Finkle
c32c94e8e3 Bug 456870: Right panel buttons act different than other buttons, r=gavin 2008-12-17 14:31:25 -05:00
Brad Lassey
5c3f676844 bug 466940 - makefile change to pass WINCE to preprocessor r=mfinkle 2008-12-16 20:02:46 -08:00
Brad Lassey
9f0f3a0ed9 bug 466940 - disable extension manager on windows ce r=mfinkle 2008-12-16 17:01:20 -08:00
Mark Finkle
d1bd1b7538 Bug 468733: shortcuts.js slows down startup, r=gavin 2008-12-15 14:11:04 -05:00
Neil Deakin
b138bedc5d Bug 465293, edit bookmark ui, r=mfinkle
--HG--
rename : mobile/chrome/content/urlbar.xml => mobile/chrome/content/bindings.xml
2008-12-15 11:44:27 -05:00
Gavin Sharp
77019d0ac6 Bug 458740: revert special casing of XUL content in CanvasBrowser since it's unnecessary, r=mfinkle 2008-12-14 22:06:37 -08:00
Gavin Sharp
0e20ed56dc Fix silly mistake in the patch for bug 459170 2008-12-12 23:31:30 -05:00
Stuart Parmenter
115190d620 We can't cache the canvas's top/left as they will change depending on where you are on the page 2008-12-11 16:16:26 -08:00
Taras Glek
2de5effa39 Double zoomToPage timeout in order to avoid triggering bonus reflows r=stuart 2008-12-12 12:04:12 -08:00
Mark Finkle
c5a0f73435 Bug 468759: combine _edit and _caption elements, r=gavin 2008-12-11 02:05:55 -05:00
Sean Martell
8b17c0ac59 Bug 469063: new more distinctive stop button image, r=madhava 2008-12-10 21:33:13 -08:00
Sean Martell
28d5ddd05a Bug 469063: new throbber with a bit more contrast, r=madhava 2008-12-10 20:57:34 -08:00
Gavin Sharp
e6da3d4781 Bug 468870: re-enable Spatial Navigation, r=mfinkle 2008-12-10 10:50:12 -08:00