Commit Graph

3873 Commits

Author SHA1 Message Date
Dão Gottwald
2e57c45181 Bug 642355 - Fix print preview in popups. r=gavin 2011-03-31 10:12:10 +02:00
Chris Leary
78ceed9ab7 Merge mozilla-central to tracemonkey. 2011-03-29 09:05:25 -07:00
Paul Biggar
bc3d36f617 Bug 585152 - Reland Date.now() fractional changes, along with fixed tests. (r=jwalden,dolske,gavin, rs=jwalden)
For the tests, I put a Math.floor around anything which looked like it did string concatenation. In principal that was r+ by dolske and gavin, and jwalden r+ed the extension to the rest of the tests.

Backout policy: the jsdate.cpp changes can be backed out trivially. The test changes should backout cleanly, but we're not hosed if they don't.
2010-08-06 13:35:00 -07:00
L. David Baron
52ee86d378 Backout changeset b583111a88aa (bug 585152) for causing mochitest-browser-chrome orange on opt builds. 2011-04-12 01:29:41 -07:00
Frank Yan
a00f6b0773 Bug 465086 - When closing a tab, other tabs should not resize until cursor leaves tab toolbar. r=gavin ui-r=beltzner 2011-04-11 23:50:56 -07:00
Paul Biggar
c0aeeea187 Bug 585152 - Reland Date.now() fractional changes, along with fixed tests. (r=jwalden,dolske,gavin, rs=jwalden)
For the tests, I put a Math.floor around anything which looked like it did string concatenation. In principal that was r+ by dolske and gavin, and jwalden r+ed the extension to the rest of the tests.

Backout policy: the jsdate.cpp changes can be backed out trivially. The test changes should backout cleanly, but we're not hosed if they don't.
2010-08-06 13:35:00 -07:00
Margaret Leibovic
46bea3a656 Bug 648362 - Update about window to use new background images, r=gavin 2011-04-11 12:59:21 -07:00
Karl Tomlinson
94737beb66 backout a4a1307fc4e1 due to failure in browser_bug580956.js et al 2011-03-28 14:02:46 +13:00
Frank Yan
4a6cac8603 Bug 593645 - use popup.triggerNode instead of document.popupNode for tab context menu; r=dao 2010-09-04 18:06:00 -04:00
Phil Ringnalda
07a9794fda Bug 612816 - Remove some dead prefs from firefox.js; r=dao 2010-11-16 22:38:00 -05:00
Raymond Lee
e086c5ed8a Bug 597980 - Switching into and out of Panorama mode quickly can cause the wrong tab to be selected on return; r=ian 2011-03-09 16:37:25 +08:00
Tim Taubert
eccb79f4df Bug 610208 - When closing a tab, other tabs should not resize until cursor leaves the group [r=ian] 2011-01-21 18:15:22 -05:00
Raymond Lee
0ad6a5cdd2 Bug 618552 - "Undo Close Group" button does not fit for some locales; r=ian 2011-03-08 20:14:00 -05:00
Ehsan Akhgari
0ce5440550 Merge mozilla-central into cedar 2011-03-26 12:21:39 -04:00
Ehsan Akhgari
d1df3ecd6a Merge cedar into mozilla-central 2011-03-26 12:16:48 -04:00
Dão Gottwald
20d2c15c40 Bug 625367 - With tabs in the title bar, Firefox dialogs and target=_blank links open a new maximized window with tabs cut off at the top. r=gavin 2011-03-26 13:32:51 +01:00
Raymond Lee
9468b6497c Bug 641175 - Protect timer in browser_tabview_bug599626.js from being eaten by GC [r=ian, a=test] 2011-03-14 10:57:21 +08:00
Ehsan Akhgari
a2f674fb10 Merge cedar into mozilla-central 2011-03-25 23:55:33 -04:00
Gavin Sharp
9f88da8e44 Bug 644645: don't NS_ASSERT when an extra parameter is passed to tabbrowser.addProgressListener, since popular extensions do that and it's annoying 2011-03-25 14:50:00 -04:00
Michael Yoshitaka Erlewine
a9e7a66ffa Bug 633308 - Add toString method to various Panorama objects; r=ian 2011-02-26 09:28:00 -05:00
Tim Taubert
0904caa533 Bug 635975 - Older jetpack addons cause tabs to become totally disorganized in Panorama [r=ian] 2011-03-25 23:40:00 +01:00
Siddharth Agarwal
f9ef5ae7a8 Bug 644379 - Safe mode restart dialog should use "Restart" for its button text, not OK. r=dao, ui-r=faaborg
--HG--
extra : rebase_source : e3214680b535e4b4162ff3edd55c95bea598124c
2011-03-24 18:20:12 +05:30
Dão Gottwald
e6651bcc0d Add front-end workaround for: Bug 640158 - Clicking star button changes toolbar's icon size from "small" to "large". r=mak 2011-03-23 12:38:46 +01:00
Dão Gottwald
6e01d520fc Bug 641090 - context/right-click menu "Search Google for ..." broken in popup windows. r=gavin 2011-03-23 12:37:04 +01:00
Dão Gottwald
0aab105aba Bug 638431 - Hover feedback missing for disabled splitmenus. r=gavin 2011-03-23 12:36:13 +01:00
Dão Gottwald
329c813aa2 Bug 608628 - Remove obsolete aMask parameter from tabbrowser's addProgressListener method. r=gavin 2011-03-23 12:35:21 +01:00
Dão Gottwald
c7ac959be9 Bug 463384 - "Tabbed mode" is an unnecessary complication. r=mano 2011-03-23 12:31:35 +01:00
Raymond Lee
56a2de3ed9 Bug 637337 - Website's title remains active during zoom in animation from stacked pile in Panorama; r=ian f=tim.taubert 2011-03-01 00:28:00 -05:00
Raymond Lee
b6957a84d2 Bug 637232 - Update browser_tabview_firstrun_pref.js to test the existing behavior [r=ian,a=test] 2011-03-08 03:45:34 +08:00
Dave Townsend
47b2d95e2b Bug 626998: Ensure we wait for a cancelled download to send onStopRequest before proceeding with the test. r=gavin, a=tests 2011-03-08 11:46:16 -08:00
Dave Townsend
6d3e2da6ba Bug 610619: Wait for window to completely open before continuing browser_contentAreaClick.js. r=mak, a=tests 2011-03-08 09:48:45 -08:00
Marco Bonardo
c59472748f Bug 467997 - browser_sanitize-timespans.js random failure when crossing midnight.
r=sdwilsh a=tests-only
2011-03-03 13:51:01 +01:00
Dão Gottwald
188f8afb27 Bug 631491 - toolbar's iconsize attribute is not updated correctly after switching themes. r+a=dolske 2011-03-03 11:35:18 +01:00
Dão Gottwald
c1b5d15bb7 Bug 586212 - Don't carry out the command when clicking on a disabled splitmenu. r=dolske 2011-03-03 11:34:55 +01:00
Dão Gottwald
289d2eb12f Bug 631270: move status panel to the opposite side of the screen when the findbar is open, to avoid it obscuring find results in the common case of them being at the bottom left of the screen, r=gavin, ui-r=beltzner, a=beltzner 2011-03-02 16:48:58 -08:00
Dão Gottwald
c3f1252325 Bug 628048 - hovered highlight on menu item sticks around too long after moving to a different menu item. r+a=gavin 2011-03-02 19:47:03 +01:00
Tim Taubert
ec2a94676c Bug 636637 - "e is not defined" error while trying to log "Error while loading thumbnail"; f=mitcho r=ian approval2.0=beltzner 2011-02-28 23:10:48 +01:00
Raymond Lee
7dfd825547 Bug 623768 - Pressing Backspace in Panorama causes last focused tab to navigate backwards; f=mitcho r=ian approval2.0=beltzner 2011-03-01 09:46:26 +08:00
Gavin Sharp
4007d208c2 Back out bug 628179 (make navigation and tab switching always close the Find bar) to reduce risk. r=dao a=backout
--HG--
rename : browser/base/content/test/browser_bug628179.js => browser/base/content/test/browser_findbarClose.js
2011-02-28 11:56:56 -08:00
Raymond Lee
167f22bffd Bug 629514 - Use public domain headers for our tests [r=ian, a=test] 2011-02-28 09:36:36 +08:00
Dão Gottwald
3c6522333b Bug 633390 - Crop long link URLs in the middle instead of at the end. ui-r=faaborg r+a=gavin 2011-02-28 12:58:44 +01:00
Richard Newman
f5c2aab04e Bug 636828: check for aURI in nsINavBookmarkObserver handler. r=mak, a=johnath 2011-02-25 18:07:25 -08:00
Dave Townsend
cc7af37c07 Bug 635115: Allow opting out of sending add-on information to the discovery pane without disabling automatic add-on updates. r=Unfocused, a=beltzner 2011-02-24 10:32:02 -08:00
Dão Gottwald
27aa77e3df Bug 632941 - statuspanel's minimum width should be an em value and max width should be a percentage value. r+a=dolske 2011-02-24 08:37:25 +01:00
L. David Baron
2355d289bc Disable opening of new tabs when double-clicking on the tabbar when the tabbar is unified with the titlebar, on GTK. (Bug 635397) r=dao a2.0=beltzner 2011-02-23 12:07:35 -08:00
Tim Taubert
db7943c12a Bug 635696 - restore focus after 'Undo Close Group' of last group [r=ian, a=beltzner] 2011-02-22 21:32:16 +01:00
Raymond Lee
0e4537207d Bug 633788 - "closing last tab" inconsistency between main browser window and panorama [r=ian, a=beltzner] 2011-02-22 16:02:29 -05:00
Tim Taubert
d4838c0048 Bug 635668 - The zoom in animation doesn't work for new tab by group + button or double click on group or empty space [r=ian, a=beltzner] 2011-02-22 21:34:49 +01:00
Tim Taubert
1d2483a704 Bug 635362 - Assertion fails when closing group item [r=ian, a=beltzner] 2011-02-22 21:37:38 +01:00
Tim Taubert
bea38ba513 Bug 635051 - revert experienced_first_use to experienced_first_run [r=ian, a=beltzner] 2011-02-22 21:49:50 +01:00
Michael Yoshitaka Erlewine
a9922f901f Bug 635737 - Zoom animation frame is rotated when we zoom out of a non-top stacked tab [f=ttaubert, r=ian, a=beltzner] 2011-02-22 15:48:41 -05:00
Philipp Wagner
e08e404946 Bug 634974 - JavaScript strict warning: chrome://browser/content/tabview.js, line 3274: anonymous function does not always return a value [r=ian, a=beltzner] 2011-02-22 16:06:22 -05:00
Paul O’Shannessy
b790be585b Bug 565667 - 'Tools' > 'Add-ons' only works when browser window is in the foreground [r=dao, a=dietrich] 2011-02-22 11:02:22 -08:00
Tim Taubert
4ccb9e9be9 Bug 625320 - Move 'Tab Groups' to the 'list all tabs' menu [r=dolske, a=dolske] 2011-02-19 11:35:02 +01:00
Tim Taubert
de2e79da4d Bug 604699 - Store thumbnails in the browser's image cache rather than in sessionstore [r=ian,sdwilsh, a=blocking2.0:final+]
(Based on patch from Sean Dunn <seanedunn@yahoo.com>.)
2011-02-19 19:22:49 +01:00
Tim Taubert
70262bcc03 Bug 634085 - Stacks do not show last-visited tab in the front for children after number 6 [r=ian, a=beltzner] 2011-02-17 21:37:32 +01:00
Tim Taubert
fb71234f52 Bug 634558 - Hidden tabs flicker when dragging tabs out of a stacked group [r=ian, a=beltzner] 2011-02-17 21:41:20 +01:00
Hiroyuki Ikezoe
e8b26e5d3c Bug 620789 - Intermittent failure in browser_bug581253.js. Fix an edge case where bookmark is added during onload.
r=mak a=dietrich
2011-02-18 14:54:14 +01:00
Philipp von Weitershausen
7762a5ddef Bug 633681 - Clean up and remove no longer used code. r+a=mconnor 2011-02-17 14:06:00 -08:00
Philipp von Weitershausen
6adacb658c Bug 633681 - Sync doesn't init all-tabs dropdown menu for new windows. r+a=mconnor 2011-02-17 14:05:41 -08:00
Hiroyuki Ikezoe
5dd5e95d41 Bug 626998: Better cleanup when browser_bug553455.js fails. r=dtownsend, a=tests 2011-02-17 09:57:00 -08:00
Dave Townsend
31246eafe1 Bug 634680: Fix intermittent failure in browser_bug553455.js test_check_security. r=gavin, a=tests 2011-02-17 09:53:45 -08:00
Dave Townsend
687c00cce4 Bug 623242: Fix test_localfile to wait for failure rather than popup. r=gavin, a=tests 2011-02-17 09:53:19 -08:00
Dave Townsend
a4901151d2 Bug 623242: Wait for notifications to close before proceeding. r=gavin, a=tests 2011-02-17 09:52:45 -08:00
Tim Taubert
9bf05509e5 Bug 634158 - The resizer is displayed in the wrong position on orphan tabs [r=ian, a=beltzner] 2011-02-16 21:53:00 +01:00
Tim Taubert
ce131dd5c6 Bug 626791 - Add the Panorama button to the toolbar automatically after the user has used Panorama for the first time. r=dao a=beltzner 2011-02-16 17:06:54 +01:00
Hiroyuki Ikezoe
af543fd28d Bug 633861 - Re-enable browser_overflowScroll.js test on linux. r=dao 2011-02-17 09:42:36 +01:00
Sean Dunn
f19a5ad3ea Bug 628701 - Panorama doesn't render thumbnails for many tabs [r=ian, a=blocking2.0:betaN+] 2011-02-16 23:05:59 +01:00
Neil Rashbrook
63f12e77fd Bug 616808 Remove extraneous CRs r=dao a=johnath 2011-02-16 21:36:05 +00:00
Margaret Leibovic
2162912556 Bug 633656 - When split menus are hovered, both the main item and expansion arrow should display on mouse in [r=dao, a=gavin] 2011-02-16 10:53:32 -05:00
Margaret Leibovic
13d864a7d1 Bug 633218 - Add removeOnDismissal option to addons notifications that should go away after restart (addons manager restart notification can persist when restart is no longer needed) [r=gavin, a=beltzner] 2011-02-16 10:51:56 -05:00
Alan Thomas
90f68cdb11 Bug 590867 - It is difficult to display context menu "Exit Full Screen Mode" by right-clicking, if browser is "Tabs on Top"; r=dietrich ui-r=faaborg a=beltzner 2011-02-15 19:36:54 -05:00
Dave Townsend
24eec68842 Bug 633571: Multiple entries in the doorhanger for aborted add-on installations. r=Unfocused, a=johnath 2011-02-15 15:10:17 -08:00
Tim Taubert
77adc9c254 Bug 633748 - JavaScript Error: tabview error: paint [r=ian, a=beltzner]
--HG--
extra : rebase_source : 0b36519b28e6783e76c1976a26ab507b684559f3
2011-02-15 22:31:02 +01:00
Tim Taubert
eac64dfe4b Bug 634077 - tabviewshown/hidden events are dispatched before Storage.saveVisibilityData() was called [r=ian, a=sdwilsh] 2011-02-15 19:56:57 +01:00
Asaf Romano
61a904b83c Bug 567306 - Only set the Find bar's browser property if its browser ID is valid.
r=gavin a=blocking
2011-02-15 13:47:32 +01:00
Marco Bonardo
7f1ac8acfa bug 620789 - Dump state of PlacesStarButton to try figure out intermittent failure in browser_bug581253.js
a=tests-only
2011-02-15 12:39:32 +01:00
Hiroyuki Ikezoe
8658e69633 Bug 633638 - Need a way to cancel PlacesUtils::asyncGetBookmarkIds requests.
r=mak a=blocker
2011-02-15 12:39:21 +01:00
Michael Yoshitaka Erlewine
20d1f50085 Bug 629189 followup - Typo fixes a=DONTBUILD 2011-02-14 20:11:25 -05:00
Rob Campbell
e7246c3959 bug 633196 - Object details don't open in the Web Console, when trying a second time, rs=gavin, a=orange 2011-02-14 11:59:41 -08:00
Sean Dunn
6ab96ddde8 Bug 602432 - Stacks should generate thumbnails for non-front tabs at a lower priority; r=ian a=dolske 2011-02-14 12:21:37 -05:00
Raymond Lee
c49e59c9e0 Bug 631934 - Remove childHitResult.shouldZoom switch in TabItem_zoomIn [r-ian, a=dolske] 2011-02-14 10:38:16 +08:00
Michael Yoshitaka Erlewine
35547853cd Bug 597980 - Switching into and out of Panorama mode quickly can cause the wrong tab to be selected on return [r=ian, a=dolske] 2011-02-14 10:27:09 +08:00
Mihai Sucan
2e9fbe9ca9 Bug 631649 - CSS error -moz-column-count since bug 595965 landed, a-2.0=dolske 2011-02-08 04:36:00 -08:00
Dão Gottwald
95353df627 Backed out changeset 9698ac3f1c61 because of string impact 2011-02-12 11:55:25 +01:00
Steffen Wilberg
0fa3d24561 Bug 611568 - Move File->Import to the Library. r+a=dolske 2011-02-01 22:13:29 +01:00
Margaret Leibovic
ca69135121 Bug 633400 - Vertically align geolocation "Learn More..." link with menubutton. r=dao 2011-02-12 00:32:07 -08:00
Dão Gottwald
b4705d3b62 Bug 593687 - Don't let switchToTabHavingURI open tabs in popups. r=gavin 2011-02-12 10:02:48 +01:00
Patrick Walton
78b20bdfc0 Bug 628179 - Make top document navigation and tab switching close the Find bar. r=dao ui-r=limi a=sdwilsh 2011-02-11 16:11:24 -08:00
Raymond Lee
62505154d8 Bug 623911 - First tab in stack changes when expand button is opened and then closed [r=ian, a=dietrich] 2011-02-11 14:04:53 -05:00
Michael Yoshitaka Erlewine
ae7865dec6 Bug 631747 - Minimize DOM manipulation on startup/TabItem-creation [r=ian, a=dietrich] 2011-02-11 14:24:51 -05:00
Ms2ger
27861d99f9 Bug 633481 - maxlength doesn't work on about:home.
r=mak a=dietrich
2011-02-11 15:48:28 +01:00
Dão Gottwald
ac67b72373 Bug 631812 - URLBar broken on certain themes; r=gavin a=blocking-final+ 2011-02-10 19:59:40 -05:00
Marco Bonardo
9d49b3f59c Bug 631257 - Only default snippets are styled in Firefox Start Page design. r=gavin a=blocking 2011-02-04 18:26:00 -08:00
Margaret Leibovic
99d76e71ef Bug 590744 - Add an edit sub menu to the Firefox menu [r=dao, a=blocking-betaN] 2011-02-02 16:17:29 -05:00
Margaret Leibovic
86f9a8d2d8 Bug 587587 - Always dismiss popup notifications when they are hidden, and add "removeOnDismissal" option to show() [r=gavin, a=blocking-betaN] 2010-09-03 14:29:12 -04:00
Marco Bonardo
28773a8a4b Bug 632411 - Huge context menu pops up when right click after selected text in sidebar web page.
r=mano a=blocker
2011-02-10 14:17:54 +01:00
Dietrich Ayala
97539ce0c7 Bug 630634 - After uninstalling restartless add-on, empty add-on bar reappears on next restart (r=mossop, a=blocker) 2011-02-10 16:47:04 +07:00
Ehsan Akhgari
60689a0dc8 Bug 631992 - Status panel: make overlink values left-to-right regardless of the locale direction. r=dao a=gavin 2011-02-09 22:44:06 +01:00
Dão Gottwald
38546fe0d6 Bug 631298 - Status panel: use min-width for loading status messages only. r=gavin 2011-02-09 22:40:13 +01:00