Commit Graph

651 Commits

Author SHA1 Message Date
Mark Finkle
a3d607c520 Bug 500503: When creating a new tab, please show the URLBar instead of a blank screen, r=gavin 2009-06-25 17:34:41 -04:00
Mark Finkle
bb4c39bdda Bug 500454: Cleanup notifications, r=gavin 2009-06-25 14:15:09 -04:00
Mark Finkle
14c217d179 Bug 500275: when clicking on URLbar in Fennec, the virtual keyboard is not raised, r=gavin 2009-06-25 12:42:46 -04:00
Vivien Nicolas
2120f6b895 Bug 500309: Stop button does not reliably show while pages are loaded, r=mfinkle 2009-06-25 11:11:00 -04:00
Hiroyuki Ikezoe
1cac9701d6 Bug 499601: A lot of 'leaked URLs' when Fennec is finished, r=mfinkle 2009-06-25 01:37:31 -04:00
Vivien Nicolas
9fc4642199 Bug 500270 - "back/forward buttons are not updated when switching tabs" [] 2009-06-24 18:43:26 -04:00
Mark Finkle
dedbdb5888 Bumping versions 2009-06-24 14:03:27 -04:00
Mark Finkle
715503655c Bug 472426: listbox is rendered outside the fennec window, r=gavin 2009-06-24 12:42:53 -04:00
Vivien Nicolas
13f19b9146 Bug 499946 - "DOMMouseScroll on chrome UI fire content zoom" [r=combee] 2009-06-23 13:46:08 -04:00
Vivien Nicolas
15002e4591 Bug 494200: Simplify header of Get-addons section, r=mfinkle 2009-06-23 12:23:48 -04:00
Edward Lee
9ff596ded3 Bug 499007 - richpref-button sets preference type to "button". r=mfinkle
Explicitly set the preference type to bool instead of inheriting button.
2009-06-22 11:40:11 -07:00
Sean Martell
57dd586671 Bug 498707: Windows Mobile Fennec splash screen (splash.bmp part), r=mfinkle 2009-06-22 13:27:37 -04:00
Ben Combee
580fd0e34f Bug 499698 - "bad call to this._reset()" [r=mark.finkle] 2009-06-22 12:59:39 -04:00
Ben Combee
41c48adc9e Bug 491911 - "endKinetic didn't call endPanning, so screen updates sometimes stopped" [r=pavlov] 2009-06-22 11:10:57 -04:00
Edward Lee
f93709dc0b Bug 499403 - Allow richprefs to be disabled. r=mfinkle
Have disabled richpref push the disabled attribute to the child inputs and have the custom checkbox push disabled to the radiogroup. richpref[type=button] need to manually set the child button to disabled.
2009-06-20 08:57:50 -07:00
Gavin Sharp
20f9b10787 Bug 480637: be sure to call the viewportUpdateHandler when the viewport size changes, to ensure that we redraw things properly after zooming while the sidebars are visible, r=mfinkle/vingtetun 2009-06-19 17:48:13 -04:00
Vivien Nicolas
0bc43de447 Bug 470989: properly freeze/unfreeze the main toolbar to avoid checkerboard artifacts when panning while panels are open, r=mfinkle/gavin 2009-06-19 17:25:42 -04:00
Gavin Sharp
54bcd62238 Bug 452286: make sure to redraw the page appropriately when it scrolls itself (e.g. after an anchor link click, scrollTo call, or find-in-page), r=mfinkle 2009-06-19 11:59:36 -04:00
Vivien Nicolas
17f383c8e9 Bug 495436: Leave tab area open after a tab is closed, r=mfinkle 2009-06-19 11:52:42 -04:00
Vivien Nicolas
fb0e2e39fd Bug 499277: Once unzoomed, dblClick can throw an error - aElement is null, r=mfinkle 2009-06-19 11:35:41 -04:00
Mark Finkle
92f34768ed Bug 498029: Star in edit bookmark dialog should have transparent background, r=stuart 2009-06-19 01:15:25 -04:00
Mark Finkle
121adc29a7 Bug 498572: Cursor does not stay in the URLBar after making a new tab, r=stuart 2009-06-19 01:14:04 -04:00
Vivien Nicolas
3ed30b1fe9 Bug 494715: When panning the content and switching tabs, viewport can be wrong, r=combee 2009-06-17 16:43:56 -04:00
Mark Finkle
aab5c08fec Backing out changeset 94b547d119a9 2009-06-17 16:38:39 -04:00
Vivien Nicolas
1d52d3d4f6 Bug 494715: When panning the content and switching tabs, viewport can be wrong, r=combee 2009-06-17 15:51:27 -04:00
Ben Combee
716958ef3d Bug 498974: WidgetStack.panBy should round its parameters, r=gavin 2009-06-17 15:15:30 -04:00
Gavin Sharp
bd3eef24b0 name some anonymous functions to help debugging, no bug 2009-06-17 15:13:58 -04:00
Doug Turner
9cea34215d comparing with http://hg.mozilla.org/mobile-browser
searching for changes
changeset:   575:7789ab7028c5
tag:         tip
user:        Doug Turner <dougt@meer.net>
date:        Wed Jun 17 09:35:19 2009 -0700
summary:     Bug 498707 - Adding a splashscreen for wince. r=mfinkle
2009-06-17 09:39:26 -07:00
Vivien Nicolas
ab488d49e9 Bug 485607: Add attributes for 'on' and 'off' labels in toggle checkbox, r=mfinkle 2009-06-17 09:55:18 -04:00
Vivien Nicolas
75cbc0c8ac Bug 498789: Extension restart keyboard shortcut ('U') doesn't do anything, r=mfinkle 2009-06-17 09:31:32 -04:00
Mark Finkle
d4f17f5f7d Bug 498494: _networkStop is busted (simple fix), r=combee 2009-06-16 17:04:48 -04:00
Vivien Nicolas
774e2a08cb Bug 495535: titlebar should be visible after app launch, r=mfinkle 2009-06-16 16:35:48 -04:00
Mark Finkle
7b91ec68ec Bug 494550: Get nsIDownloadManager initialization out of startup path, r=gavin 2009-06-16 16:15:46 -04:00
Mark Finkle
19645d2142 Bug 492814: no progress indicator when installing an add-on from outside of the manager, r=gavin 2009-06-16 15:45:00 -04:00
SHIMODA Hiroshi
a4b81ffe7d Bug 476703: When switching tabs, use last pan x,y offsets, r=mfinkle 2009-06-16 01:31:15 -04:00
Vivien Nicolas
0f5c7b9609 Bug 495435: cmd_close does not work, r=combee 2009-06-15 08:44:30 -04:00
Mark Finkle
f9005bd470 Bug 497988: Ts/Txul regression due to Error Console, r=crowder 2009-06-12 18:06:40 -04:00
Fabrice Desre
7f8cf3e454 Bug 497609: Vertical radiogroup styling is broken, r=mfinkle 2009-06-11 13:05:13 -04:00
Fabrice Desre
c942331087 Bug 496135: colorpicker doesn't display correctly, r=mfinkle 2009-06-11 00:54:05 -04:00
Mark Finkle
5e073bfa9e Bug 494551: Use images for buttons in main chrome UI (wince part), r=stuart 2009-06-10 23:52:45 -04:00
Vivien Nicolas
91bebf7063 Bug 496879: oncommand attribute on scrollbox is fired twice, r=combee 2009-06-10 13:24:23 -04:00
Mark Finkle
b6a0a05cad Bug 492883: (default preference to false) 2009-06-09 13:59:02 -04:00
Nino D'Aversa
cfe5199c2e Bug 492883: Add JavaScript error console to Fennec, r=mfinkle 2009-06-09 13:55:14 -04:00
Gavin Sharp
d8cade19c2 bug 476521: simplify browser.xul styling, r=mfinkle 2009-06-08 15:59:34 -04:00
Mark Finkle
2d76989bca Bug 489433: larry UI is cut off in portrait mode, r=gavin 2009-06-08 14:09:18 -04:00
Gavin Sharp
d47059fa08 Bug 474496: add section buttons to the preferences pane, r=mfinkle 2009-06-08 11:45:20 -04:00
Hiroyuki Ikezoe
576352df01 Bug 484234: Need to show URLBar while the page is loading, r=mfinkle 2009-06-06 01:30:31 -04:00
Fabrice Desré
c7d74b155e 495930: Textbox support in preferences, r=mfinkle 2009-06-05 11:39:34 -04:00
Hiroyuki Ikezoe
f5a3f8c125 Bug 496492: Remove unused variable in flushRegion, r=mfinkle, r=combee 2009-06-05 11:16:04 -04:00
Mark Finkle
6314d0e07c Bug 475678: content absolutely positioned at bottom of page shouldn't require scrolling, r=stuart, r=combee 2009-06-04 10:57:56 -04:00
Stuart Parmenter
f39282769d Bug 495471: Easy to lose access to canvas from firstrun screen, r=mfinkle 2009-06-02 22:05:39 -04:00
Guillermo López
27b16225ef Bug 494221: Use ellipsis instead of three dots, r=mfinkle 2009-06-01 17:13:33 -04:00
Ben Combee
78f27e1f22 Bug 490873: Dragging in chrome causes an extra click event to be sent at the end of a drag, r=stuart 2009-06-01 15:25:02 -04:00
Mark Finkle
f3d5322f75 Bug 489356: Fennec should store starred bookmarks in unfiledBookmarksFolder - like FF, r=gavin 2009-06-01 15:05:03 -04:00
Mark Finkle
0f43b55f32 Bug 472368: Decide on a bfcache setting for fennec, r=stuart 2009-06-01 11:47:55 -04:00
Mark Finkle
60f37743af Bug 495731: Remove shortcut editor related files, r=gavin 2009-06-01 00:40:19 -04:00
Axel Hecht
bd65ab2303 bug 495440, add more locales to fennec 2009-05-31 15:48:46 +02:00
Mark Finkle
effbff9253 Bug 495615: Remove 'Enable JavaScript Tracing' pref, r=gavin 2009-05-31 00:39:03 -04:00
Ben Combee
d7a4bc36c5 Bug 495437: ContentClickingModule uses clickTimeout but means _clickTimeout, r=mfinkle 2009-05-31 00:34:53 -04:00
Mark Finkle
a1b5751922 Bug 495466: new theme nitpicking, r=gavin 2009-05-30 23:51:03 -04:00
Doug Turner
cf695548cc Bug 484074. Geolocation front end update. (missing dtd) r=mfinkle 2009-05-29 18:44:07 -07:00
Doug Turner
b38a322ec5 Bug 484074. Geolocation front end update. r=mfinkle 2009-05-29 18:28:12 -07:00
Mark Finkle
a4f7bdb393 Bug 495439: Kinetic scrolling just doesn't work at all, r=stuart 2009-05-29 10:01:54 -04:00
Axel Hecht
340b31d49c bug 481660, update path to all-locales in l10.ini, r=copp 2009-05-29 12:18:04 +02:00
Mark Finkle
a74a8773bd Bug 494551: Use images for buttons in main chrome UI (put min-height/min-width on the right CSS rule) 2009-05-29 02:44:26 -04:00
Mark Finkle
a1dc5c3de8 Bug 494551: Use images for buttons in main chrome UI (widget part), r=gavin 2009-05-29 01:58:30 -04:00
Mark Finkle
395a5de9d0 Bug 494551: Use images for buttons in main chrome UI (theme part), r=gavin 2009-05-29 01:58:13 -04:00
Vivien Nicolas
2d86d285d2 Bug 470441: Can't switch tabs between website and about:config, r=mfinkle 2009-05-28 11:52:26 -04:00
Mark Finkle
6429b237f9 Bug 493589: about:config rendering problem, r=gavin 2009-05-28 11:27:12 -04:00
Hiroyuki Ikezoe
aecc98f6e4 Bug 494973: Should remove installListener, r=mfinkle 2009-05-26 21:46:44 -04:00
Gavin Sharp
774c3832f3 Bug 468658: show 'no results' string when no matches appear in the awesomebar, and be sure to always have it appear even when there are no results, so that search engines are accessible, r=mfinkle, ui-r=madhava 2009-05-26 11:46:39 -04:00
Hiroyuki Ikezoe
ac15870e6e Bug 494836: Remove controllers and stop assertions, r=mfinkle 2009-05-25 23:38:03 -04:00
Robert Strong
3fa16ac9a3 Bug 4944495: Remove locale from updater.ini, r=mfinkle 2009-05-23 10:28:00 -04:00
Mark Finkle
6f13ce4b05 489686: Fix breakage and Ts regression from bug 474492, r=gavin 2009-05-22 17:21:20 -04:00
Gavin Sharp
02561120c1 Bug 466542, update preference pane strings, r=mfinkle 2009-05-20 14:15:02 -04:00
Gavin Sharp
880fd4655f Bug 493989: change default radio button strings to Yes/No, r=mfinkle 2009-05-20 14:14:23 -04:00
Mark Finkle
0b55ef24e8 Bug 491885: Clearing private data gives no feedback, r=gavin 2009-05-20 13:31:53 -04:00
Mark Finkle
0909a97692 Bug 493136: no min-width for buttons, r=gavin, ui-r=madhava 2009-05-19 14:18:55 -04:00
Brian Crowder
a7888272cf Bug 479161 - Double-tap zooming doesn't continue to zoom in for nested elements, r=tglek 2009-05-19 10:09:57 -07:00
Hiroyuki Ikezoe
18f8bd2894 Bug 493682: redit.exe is in dist/bin instead of dist/host/bin on WinXP, r=mfinkle 2009-05-19 01:47:48 -04:00
Hiroyuki Ikezoe
7059a40a67 Bug 493675: redit.exe is not in sdk/bin, r=mfinkle 2009-05-18 23:22:36 -04:00
Mark Finkle
f742f1f0b1 Bug 493131: Shorten DM strings, r=gavin 2009-05-15 17:23:30 -04:00
Mark Finkle
5123763e04 Bug 492876: Text description for an add-on doesn't fully use screen real estate, r=gavin 2009-05-15 17:18:38 -04:00
Mark Finkle
98b66d7c42 Bug 491857: add fennec favicon to firstrun page, r=stuart 2009-05-14 14:36:35 -04:00
Hiroyuki Ikezoe
d172999016 Bug 492907: undeclared variable in extensions.js, r=mfinkle 2009-05-14 13:29:04 -04:00
Zbigniew Braniecki (zbraniecki@mozilla.com)
2b0c84ed1f Bug 482309,482468,487025,484652,481169,485260: Add fa,hu,id,ko,lt,pl to fennec all-locales 2009-05-12 11:04:03 -07:00
Gavin Sharp
2ad71df953 Bug 492121: always specify foreground/background colors together (fixes issues in preference titles and awesomebar), r=mfinkle 2009-05-11 17:17:31 -04:00
Brad Lassey
19028cdd3c bug 491874 - When mouse up during pan ends up on the title bar, painting ends r=bcombee, stuart 2009-05-08 15:08:16 -04:00
Brad Lassey
f22b212c67 bug 492065 - switching tabs leaves some of the previous tab on the screen r=stuart 2009-05-08 15:07:30 -04:00
Brad Lassey
f38cc18a03 bumping version number r=stuart 2009-05-08 15:06:55 -04:00
Gavin Sharp
db21557807 Bug 491955: followup to address mfinkle's review comment (remove hardcoded limit on number of search engines) 2009-05-08 13:55:05 -04:00
Gavin Sharp
7f2f3d049a Bug 491955: add more search engines now that we support scrolling through the list 2009-05-08 13:52:14 -04:00
Gavin Sharp
718277977d Bug 492063: update radio button selected styling again, ui-r=madhava, r=stuart 2009-05-08 13:51:23 -04:00
Mark Finkle
04f619d76b Bug 491999: Update dark theme toggles, r=stuart 2009-05-08 00:43:08 -04:00
Taras Glek
1d44420928 Bug 491944: FIX Drawing fastpath doesn't check for _isPanning, turns into slowpath. r=stuart 2009-05-07 15:42:04 -07:00
Mark Finkle
dc411c2f2b Bug 491862: Shorten some browser tool strings, r=madhava 2009-05-07 10:34:56 -04:00
Mark Finkle
ca61ff3b57 Bug 491597: Add-ons search says 'Search for an add-ons', r=madhava 2009-05-07 10:33:38 -04:00
Ben Combee
cbd7c3275f bug 441585. Make it easier to click on links (and avoid starting a drag). r=blassey sr=stuart 2009-05-02 00:54:50 -07:00
Mark Finkle
33b9aac45d Bug 486082: Add bookmark dialog shouldn't be visible in settings view, r=gavin 2009-05-07 01:51:47 -04:00
Mark Finkle
d980ea00ea Bug 491665: Ts regression on 2009-05-05 (dark theme), r=stuart 2009-05-07 00:46:08 -04:00