Commit Graph

1068 Commits

Author SHA1 Message Date
Paul Rouget
5fb0e58b1b Bug 665880 - [highlighter] If a <embed> node is highlighted, a <<node.getSVGDocument() is null>> exception is raised; r=rcampbell,gavin.sharp 2011-06-30 10:17:48 -03:00
Dão Gottwald
7b7af2070c Bug 668000 - browser_pageInfo.js leaks 2011-06-29 16:38:31 +02:00
Tim Taubert
9f8cd9cc92 Backout changeset 646f3f6f3cd5 (bug 663421) 2011-07-04 02:11:40 +02:00
Marco Bonardo
13b5cd08c3 Merge mozilla-inbound and mozilla-central 2011-07-02 10:39:08 +02:00
Marco Bonardo
ec8f889e95 Bug 667195 - follow-up - Remove subtest for MathML href link click, since contentAreaClick is not yet ready to handle that.
The support will be added in a separate bug since this is not related to the regression fixed in Bug 667195.
2011-06-30 22:05:46 +02:00
Marco Bonardo
77629447a2 Bug 667195 - Ctrl + Click on SVG/MathML links does not open pages in a new tab.
r=gavin
2011-06-30 15:34:12 +02:00
Robert Longson
782a97703a Bug 639945 - tooltips are not displayed on inline svg elements. r=dao,bzbarsky 2011-06-30 21:58:21 +01:00
Boris Zbarsky
c8375f12ac Bug 648045. Mark the currently selected tab in a minimized window as inactive. r=gavin,smaug 2011-07-11 09:14:08 -04:00
Marco Bonardo
26bd9f0a1b Backout changesets 9e4ab3907b29, 3abc0dbbf710 due to m-oth permaorange 2011-07-11 10:27:58 -07:00
Mounir Lamouri
ff2eb8c7a3 Merge mozilla-central into mozilla-inbound. 2011-07-11 16:19:00 +02:00
Boris Zbarsky
e574ca6ebf Bug 648045 followup; merging to bug 663042. 2011-07-11 09:19:41 -04:00
Boris Zbarsky
eaeea8e796 Bug 648045. Mark the currently selected tab in a minimized window as inactive. r=gavin,smaug 2011-07-11 09:14:08 -04:00
Tim Taubert
43c8c106cc Bug 666592 - Intermittent failure in browser_tabview_bug589324.js | Test timed out, followed by 'Found a browser window after previous test timed out'; r=dao 2011-06-28 15:06:19 +02:00
Marco Bonardo
e42980dbde Merge last green changeset from mozilla-inbound to mozilla-central 2011-06-28 11:17:15 +02:00
Dão Gottwald
3fa7ef6cb9 Bug 658738 - browser_inspector_iframeTest.js cleanup
--HG--
extra : rebase_source : 78326a6f8794354e1aba9be4c178f2f66da438e0
2011-06-27 13:29:06 +02:00
Raymond Lee
9c2827633e Bug 663838 - Intermittent TEST-UNEXPECTED-FAIL | chrome://mochitests/content/browser/browser/base/content/test/tabview/browser_tabview_launch.js | Test timed out r=ian 2011-06-24 04:56:32 +08:00
Dão Gottwald
ccf200872f Bug 658738 - observe browser-delayed-startup-finished instead of replacing delayedStartup 2011-06-27 07:49:03 +02:00
Dão Gottwald
4004fc4ed4 Bug 658738 - really remove event listener from the browser 2011-06-27 07:44:04 +02:00
Dão Gottwald
728e0903c3 Bug 666706 - Don't pass IPv6 literals to the effective TLD service, since the brackets prevent them from being recognized as IPs. r=gavin 2011-06-25 09:41:31 +02:00
Rob Campbell
a1b0eafcc2 merge m-c to devtools, conflict in inspector.js 2011-06-24 15:50:35 -03:00
Dão Gottwald
58dbc45032 Bug 666717 - URL bar highlighting needs to recognize URLs with hyphenated schemes (e.g. view-source). r=gavin 2011-06-24 06:35:25 +02:00
Mounir Lamouri
3c638f1884 Merge last green changeset of mozilla-inbound into mozilla-central. 2011-06-23 11:15:52 +02:00
Dão Gottwald
5bb3d596f5 Bug 665580 - Hide http:// and single trailing slashes in the location bar. ui-r=faaborg r=sdwilsh 2011-06-23 10:13:41 +02:00
Ehsan Akhgari
f742585a1f Merge mozilla-central into mozilla-inbound 2011-06-22 20:19:47 -04:00
Tim Taubert
c3f607632f Bug 663646 - intermittent TEST-UNEXPECTED-FAIL | chrome://mochitests/content/browser/browser/base/content/test/tabview/browser_tabview_bug595020.js | title starts with 'title' - Got -1, expected 0; r=ehsan 2011-06-22 23:40:19 +02:00
Dão Gottwald
d2a980c1bf Bug 666221 - Inspector leaks browser and content window through the highlighter. r=dietrich 2011-06-22 19:22:14 +02:00
Dão Gottwald
abac6739de Bug 591953 - Show the "Open Link" context menu item for URLs with hyphens. r=gavin 2011-06-21 11:59:29 +02:00
Mihai Sucan
2cb1359cb7 Bug 642471 - Rewrite PanelHighlighter using transparent xul iframe and canvas. patch=robcee,msucan,paul r=dietrich 2011-06-16 11:24:20 -07:00
Mihai Sucan
9998ce604e Bug 660560 - Scratchpad lacks indentation, pressing TAB key should indent code. r=dietrich 2011-06-14 13:44:51 +03:00
Dave Camp
cac45115fe Merge m-c to devtools. 2011-06-10 15:35:17 -07:00
Rob Campbell
6699a6d7c6 merge m-c to devtools 2011-06-06 16:42:23 -03:00
Margaret Leibovic
9689877212 Bug 661823 - Ctrl+F shouldn't work to open Find toolbar in about:permissions and should work to close existing Find bar. r=gavin 2011-06-06 08:15:21 -07:00
Rob Campbell
d3e703ea34 merge m-c to devtools 2011-05-30 11:46:04 -04:00
Rob Campbell
b370997197 Bug 653528 - Strip out Style and DOM panels and support code from Inspector.; r=gavin.sharp 2011-05-26 14:38:09 -03:00
Daniel Holbert
2d246fbdb2 Bug 658949 patch 0: Fix existing tests that use "#" in data URIs to use %23 instead. rs=bz 2011-05-24 03:36:31 -07:00
Mihai Sucan
b037d5e5a4 Bug 655776 - Web Developer > Get More Tools menu item. r=dao ui-r=limi
--HG--
extra : rebase_source : a37492d3dd0fe37f9756351b2bc0b1835af66ac8
2011-05-24 08:43:48 +02:00
Dão Gottwald
c5acf02c86 Bug 647886 - Pulling down Back/Forward menu requires an unnecessary delay. r=sdwilsh
--HG--
extra : rebase_source : a2628b38bd336925155bb05b53b407a11b7a3df2
2011-05-24 08:34:14 +02:00
Tim Taubert
5652e30d81 Bug 665502 - tabItems are resized when closing the active tab in a group; r=dietrich 2011-06-20 18:34:55 +02:00
Raymond Lee
457d121d41 Bug 633190 - Inconsistent animation behavior for creating new tab in Panorama r=ian 2011-06-17 13:05:30 +08:00
Tim Taubert
382d0ff3b5 Bug 595020 - Group name isn't displayed in title before TabView is loaded the first time; r=dao 2011-05-03 20:30:08 +02:00
Tim Taubert
826b74a3e4 Bug 654423 - Intermittent TEST-UNEXPECTED-FAIL | chrome://mochitests/content/browser/browser/base/content/test/tabview/browser_tabview_bug630102.js | application timed out; r=ehsan 2011-06-10 11:40:25 +02:00
Tim Taubert
9006e39635 Bug 649319 - tab focus when resizing or moving a group in panorama; f=raymond, r=ian 2011-06-10 11:40:20 +02:00
Tim Taubert
2017680bf0 Bug 655269 - Don't rely on 'domwindowclosed' being fired in the expected order; f=raymond, r=dao 2011-06-10 11:40:10 +02:00
Dão Gottwald
4e4ac318f3 Bug 658738 - remove event listeners in browser chrome tests 2011-06-07 16:45:26 +02:00
Raymond Lee
afdb72a013 Bug 628061 - Panorama button should reflect the number of groups before Panorama has launched r=ian 2011-06-07 11:52:30 +08:00
Raymond Lee
af3ff89597 Bug 656913 - Search results show wrong (old) tab title r=ian 2011-06-07 11:36:21 +08:00
Tim Taubert
1221ed8328 Bug 662117 - Intermittent browser_tabview_bug598375.js | Test timed out; f=raymond, r=ehsan 2011-06-07 11:21:56 +02:00
Gavin Sharp
335227e92d Bug 645564: don't bother checking for override state when hostname is null, r=dolske
--HG--
rename : browser/base/content/test/browser_bug420160.js => browser/base/content/test/browser_identity_UI.js
2011-03-30 20:05:28 -04:00
Gavin Sharp
3b1d92982c Bug 658383: ensure that we avoid inheriting the owner principal when clicking the Go button, r=dao
--HG--
extra : rebase_source : 8b2dd017376e07d2285a68d93b189b93fdada836
2011-05-19 19:44:01 -04:00
Justin Dolske
bd0c676d22 Bug 545070 - plugin-problem UI shouldn't say "click here". r=gavin 2011-05-22 18:46:33 -07:00
Dave Camp
fb4b971064 Merge m-c to devtools 2011-05-21 17:43:04 -07:00
Rob Campbell
192143d617 Bug 653108 - Scratchpad is tied to the tab it was first run in; r=mihai.sucan,sdwilsh 2011-05-21 08:59:23 -03:00
Rob Campbell
b2cb80d6e9 Bug 657131 - Create a new Execute menu for Scratchpad; r=mihai.sucan,sdwilsh 2011-05-21 08:59:23 -03:00
Mounir Lamouri
77c1d76262 Merging cedar with mozilla-central. 2011-05-20 15:55:16 +02:00
Tim Taubert
6873861a2b Bug 595601 - Option to not load tabs from inactive groups on initial browser startup (and until such time as the tab(s) become part of an active group); r=zpao 2011-05-20 00:07:55 +02:00
Tim Taubert
16884d5557 Bug 650573 - Panorama hangs when restoring a session; f=raymond, r=sdwilsh 2011-05-19 23:44:51 +02:00
Rob Campbell
76befd81e1 Bug 657136 - Rename top-level Context menu to something less confusing in Scratchpad; r=mihai.sucan 2011-05-19 18:10:41 -03:00
Rob Campbell
92f80bbfc7 Bug 653528 - Strip out Style and DOM panels and support code from
Inspector; Backed out changeset 6b0c16915edd a=orange
2011-05-18 15:56:14 -03:00
Rob Campbell
5445a7bcf6 Bug 653528 - Strip out Style and DOM panels and support code from Inspector; r=gavin.sharp 2011-05-18 14:29:20 -03:00
Tim Taubert
7a34db6a24 Bug 643392 - A 'ghost tab' appears inside a Tab Group; f=raymond, r=dao+ehsan 2011-05-17 23:31:41 +02:00
Tim Taubert
04b7da7644 Bug 656778 - Enable session restore when Panorama usage is detected; r=zpao+dolske, ui-r=limi 2011-05-18 00:00:05 +02:00
Raymond Lee
26574c60f1 Bug 657331 - Fix the registerCleanupFunction() in browser_tabview_bug625195.js r=ian 2011-05-16 20:40:09 +08:00
Dão Gottwald
f990270df5 Update browser_urlHighlight.js for bug 657173 2011-05-16 12:40:40 +02:00
Gavin Sharp
dd3b8d223c Bug 656815: make loading javascript: URIs in a docshell work for DISALLOW_INHERIT_OWNER loads, r=bz
--HG--
extra : rebase_source : 6b0e289ac80ffab967813b06e2e28f2842921b70
2011-05-13 10:40:22 -07:00
Gavin Sharp
f6fa25a9a0 Bug 656433: don't allow URIs loaded into the location bar to inherit the currently loaded document's principal, r=bz, r=dao
--HG--
extra : rebase_source : 3eed0612c5740d6a52ba5898d7ae130cfadd9641
2011-05-12 10:52:25 -07:00
Dave Townsend
dc5482813f Bug 657154: browser_bug553455.js checks the wrong preference. r=gavin 2011-05-19 11:03:58 -07:00
Raymond Lee
ce22dc914e Bug 625195 - 'Move to New Window' is disabled if a tab is orphaned or the only tab in the active group r=dao 2011-05-13 10:17:04 +08:00
Tim Taubert
894b9cbc8c Bug 658898 - Intermittent browser_tabview_bug624265.js | There is one single groupItem - Got 2, expected 1; f=raymond, r=ehsan 2011-05-27 10:32:04 +02:00
Raymond Lee
5ff306ad8b Bug 628061 - Panorama button should reflect the number of groups before Panorama has launched r=ian 2011-05-26 09:33:08 +08:00
Dão Gottwald
9c5b7f1696 Bug 659693 - Make domain highlighting work with IPv6 literals. r=sdwilsh 2011-05-25 21:41:01 +02:00
Brian R. Bondy
6384316dd8 Bug 655584 - Close popup when switching to tab that previously had urlbar focused. r=gavin 2011-05-25 10:44:28 +02:00
Daniel Holbert
639c0e7b79 Bug 658949 patch 0: Fix existing tests that use "#" in data URIs to use %23 instead. rs=bz 2011-05-24 17:39:57 +02:00
Mounir Lamouri
e97a7a4ee5 Back out bug 658949 because of perma orange on Windows Reftests. 2011-05-24 15:36:32 +02:00
Hiroyuki Ikezoe
ae7e9aadf2 Bug 631844 - Should remove event listener for "load" event., r=dao 2011-02-05 14:15:00 -08:00
Gavin Sharp
9564d0d321 Bug 658220: invoking bookmarklets by keyword should allow inheriting the current page's principal, r=dao
--HG--
extra : rebase_source : fa49b98e814e84cdde197ec8f872e69db4452d6f
2011-05-31 17:33:46 -04:00
Raymond Lee
b1340cf3ff Bug 657219 - Intermittent timeout in browser/base/content/test/tabview/browser_tabview_undo_group.js r=ian 2011-06-01 00:17:09 +08:00
Raymond Lee
8fe5312dc3 Bug 627239 - Don't store thumbnails for https pages r=ehsan 2011-05-31 04:02:04 +08:00
Tim Taubert
b1643fe520 Bug 649088 - Use default favicon consistent with rest of browser; f=raymond, r=sdwilsh 2011-05-31 22:00:01 +02:00
Tim Taubert
24f4e4a4bf Bug 654941 - First tab in group has black thumbnail after 'Undo close group' is used; f=raymond, r=ehsan 2011-05-11 16:13:58 +02:00
Rob Campbell
251d829071 Bug 653221 - Create Web Developer Sub-menu in the Tools menu; r=dao 2011-05-09 11:51:52 -03:00
Rob Campbell
b895140c3c Bug 653093 - Rename Workspace to Scratchpad; r=l10n
--HG--
rename : browser/base/content/workspace.js => browser/base/content/scratchpad.js
rename : browser/base/content/workspace.xul => browser/base/content/scratchpad.xul
rename : browser/base/content/test/browser_workspace_bug_646070_chrome_context_pref.js => browser/base/content/test/browser_scratchpad_bug_646070_chrome_context_pref.js
rename : browser/base/content/test/browser_workspace_contexts.js => browser/base/content/test/browser_scratchpad_contexts.js
rename : browser/base/content/test/browser_workspace_execute_print.js => browser/base/content/test/browser_scratchpad_execute_print.js
rename : browser/base/content/test/browser_workspace_files.js => browser/base/content/test/browser_scratchpad_files.js
rename : browser/base/content/test/browser_workspace_initialization.js => browser/base/content/test/browser_scratchpad_initialization.js
rename : browser/base/content/test/browser_workspace_inspect.js => browser/base/content/test/browser_scratchpad_inspect.js
rename : browser/base/content/test/browser_workspace_ui.js => browser/base/content/test/browser_scratchpad_ui.js
rename : browser/locales/en-US/chrome/browser/workspace.dtd => browser/locales/en-US/chrome/browser/scratchpad.dtd
rename : browser/locales/en-US/chrome/browser/workspace.properties => browser/locales/en-US/chrome/browser/scratchpad.properties
2011-05-09 11:51:52 -03:00
Rob Campbell
7729d517f9 merge m-c to devtools 2011-05-06 13:03:37 -03:00
Zack Weinberg
66511e780a Merge backout of 11d2a7ed963a (bug 595020) on suspicion of causing bug 655197. 2011-05-06 08:45:30 -07:00
Zack Weinberg
b3dcedeb61 Back out changeset 11d2a7ed963a (bug 595020) on suspicion of causing bug 655197. 2011-05-06 08:44:33 -07:00
Matt Brubeck
c3e4065e5d Back out changeset 6b26a933cad7 (Bug 649319) on suspicion of causing Windows debug Mochitest-other permaorange - CLOSED TREE. 2011-05-05 14:52:24 -07:00
Boris Zbarsky
9de4c7fe75 Backed out changeset de21696c8853 (bug 654423) on suspicion of causing Windows
debug Mochitest-other permaorange from CLOSED TREE.

--HG--
extra : rebase_source : 2d88de067d1b4316077dba8313b947175c17d861
2011-05-05 17:45:56 -04:00
Mihai Sucan
424d059fb2 Bug 593460 - Tests must properly close the Inspector; f=rcampbell r=sdwilsh 2011-05-04 17:45:40 +03:00
Tim Taubert
6c45d28111 Bug 595020 - Group name isn't displayed in title before TabView is loaded the first time; r=dao 2011-05-03 20:30:08 +02:00
Rob Campbell
2ce18c224b merge m-c to devtools 2011-05-03 09:55:19 -03:00
Rob Campbell
7316e1183a merge m-c to devtools 2011-05-02 16:15:53 -03:00
Dão Gottwald
ca1f9f0f94 Bug 451833 - Highlight the domain name in the address bar. r=roc,sdwilsh ui-r=faaborg
--HG--
extra : rebase_source : 1010ad246e94e271a0efaaca13356aff5d4b3bc3
2011-05-02 19:50:18 +02:00
Rob Campbell
ac0e2c923c merge m-c to devtools 2011-04-29 09:05:20 -03:00
Tim Taubert
b8faaa2a82 Bug 654423 - Intermittent TEST-UNEXPECTED-FAIL | chrome://mochitests/content/browser/browser/base/content/test/tabview/browser_tabview_bug630102.js | application timed out; r=ehsan 2011-05-04 00:36:05 +02:00
Tim Taubert
76f729fa2f Bug 649319 - tab focus when resizing or moving a group in panorama; f=raymond, r=ian 2011-05-05 01:55:23 +02:00
Boris Zbarsky
885c07dc20 Merge cedar with mozilla-central 2011-05-04 13:58:26 -04:00
Raymond Lee
351495e20a Bug 649347 - about: pages do not have favicons on the thumbnails [r=ian] 2011-05-03 18:23:44 +08:00
Rob Campbell
2b975e0f42 merge m-c to devtools 2011-04-25 10:13:36 -03:00
Raymond Lee
48ce689e6c Bug 632294 - Unify setActive... functions r=ian 2011-04-23 04:05:11 +08:00
Mihai Sucan
dc72c8d136 Bug 646524 - Workspace: cache the sandboxes; f=rcampbell r=ddahl,sdwilsh 2011-04-21 11:24:30 +03:00
Gustav Munkby
b3b14fa898 Bug 359809: properly escape keyword searches when alternative character sets are specified, r=gavin 2011-04-28 16:56:04 -04:00
Mihai Sucan
168cee8d35 Bug 646070 - Respect chrome developer tools preference in workspace; f=rcampbell r=sdwilsh 2011-04-19 23:42:56 +03:00
Adam Dane [:hobophobe]
621bbc510c Bug 642793 - The focused Tab is not set first in the stack. r=ian 2011-04-25 13:21:04 -05:00
Mihai Sucan
566a8b1c55 Bug 636725 - Unit tests for Workspaces; r=rcampbell,sdwilsh 2011-04-19 23:40:30 +03:00
Tim Taubert
49c723b621 Bug 648882 - TabPriorityQueue updates tabItems when UI is busy; f=raymond, r=ian 2011-04-19 18:54:02 +02:00
Raymond Lee
a424923aef Bug 649006 - Clicking any two mouse buttons opens new tab r=ian 2011-04-15 01:02:32 +08:00
Tim Taubert
8f65664cf8 Bug 651114 - Clean up browser_tabview_bug612470.js [f=raymond, r=ian] 2011-04-22 20:03:44 +02:00
Tim Taubert
fea67c2716 Bug 651311 - Race condition in TabView._initFrame() [f=raymond, r=ian] 2011-04-22 23:44:06 +02:00
Mounir Lamouri
db44db0ebe Merge cedar with mozilla-central. 2011-04-22 15:25:11 +02:00
Tim Taubert
65ef0d6c23 Bug 649307 - focused tab is opened after naming a group and pressing enter [f=raymond, r=ian] 2011-04-21 19:54:24 +02:00
Dave Townsend
67a25448bb Bug 611755: Cannot restart a download during the onDownloadCancelled event. r=robstrong 2011-04-21 09:41:13 -07:00
Dave Townsend
216bab0c66 Backout changeset 475ae5b49540 from bug 626998 due to it probably being obsoleted by bug 611755 2011-04-21 09:40:25 -07:00
Ehsan Akhgari
06c9435b38 Back out changeset b1fc69fab8b2 (bug 648882) because the test it adds times out 2011-04-14 15:56:22 -04:00
Tim Taubert
a844ece3e9 Bug 644584 - Intermittent chrome://mochitests/content/browser/browser/base/content/test/tabview/browser_tabview_bug602432.js | Stacked group item update (x) > first item (y) [f=raymond, r=ian] 2011-04-14 06:10:50 +02:00
Tim Taubert
07490e5548 Bug 647007 - Intermittent Failure in browser_tabview_bug595436.js [f=raymond, r=ian] 2011-04-14 06:04:13 +02:00
Tim Taubert
cb340f467b Bug 648882 - TabPriorityQueue updates tabItems when UI is busy [f=raymond, r=ian] 2011-04-14 15:33:52 +02:00
Tim Taubert
8807ebcefd Bug 649127 - Intermittent timeout in browser/base/content/test/tabview/browser_tabview_rtl.js | application timed out after 330 seconds with no output [f=raymond, r=ehsan] 2011-04-13 22:14:42 +02:00
Tim Taubert
7cfd0c5ff1 Bug 643293 - Intermittent browser_tabview_bug626791.js | drag-to-create-group: panorama button should be in the toolbar - Didn't expect -1, but got it [f=raymond, r=ian] 2011-04-12 21:44:17 +02:00
Vivien Nicolas
18db104acf Backed out changeset 028fc2dcb854 2011-04-20 16:10:00 +02:00
Tim Taubert
d500e4028e Bug 648882 - TabPriorityQueue updates tabItems when UI is busy [f=raymond, r=ian] 2011-04-19 18:54:02 +02:00
Raymond Lee
67ff6ad638 Bug 640062 - Panorama tabs-from-other-windows button displays &nbsp; r=ian 2011-04-11 11:19:05 +08:00
Benjamin Smedberg
6620f620d9 Bug 617539 - Remove nsIPluginHost_MOZILLA_2_0_BRANCH, nsIPluginInstanceOwner_MOZILLA_2_0_BRANCH, and nsIPluginInstance_MOZILLA_2_0_BRANCH; r=jst 2011-04-11 16:00:30 -04:00
Raymond Lee
a30a7a6c07 Bug 640765 - App tab order not maintained in Tab Groups view r=dao 2011-04-04 17:04:52 +08:00
Tim Taubert
936d1eb67d Bug 644097 - favicon is misplaced when resizing a stacked group [f=raymond, r=ian] 2011-04-08 11:23:26 -07:00
Ehsan Akhgari
96d750195b Merge cedar into mozilla-central 2011-04-08 02:27:03 -07:00
Tim Taubert
4a449f9016 Bug 629257 - Mochitest for bug 598375 [f=raymond, r=ian] 2011-04-07 14:51:55 -07:00
Tim Taubert
a07ddfb9fd Bug 634672 - Minimum tab size is no longer being respected [r=ian] 2011-04-07 13:00:06 -07:00
Tim Taubert
1c48f1436a Bug 641802 - 'Move to group' option stays populated with the old data even after the groups have been deleted in panorama [f=raymond, r=ian] 2011-04-06 14:03:41 -07:00
Miguel Ojeda
65e06e8439 Bug 645653 - Middle-click on reload button to duplicate orphan tabs does not create a group [f=ttaubert, r=ian] 2011-04-07 12:55:49 -07:00
Tim Taubert
97d194a9fa Bug 648137 - Intermittent timeout in browser/base/content/test/tabview/browser_tabview_bug618816.js | application timed out after 330 seconds with no output [f=raymond, r=ian] 2011-04-07 13:13:05 -07:00
Tyler Colgan
6c223fbdc3 Bug 507387 - Update license blocks to use "Mozilla Foundation" instead of "Mozilla Corporation"; r=gerv f=sgautherie.bz
DONTBUILD
2011-03-10 21:17:00 -08:00
Raymond Lee
f5d57e79a6 Bug 608407 - GroupItems.getActiveOrphanTab should use UI.getActiveTabRef r=ian 2011-04-04 10:27:50 +08:00
Ehsan Akhgari
4524028f13 Backout changeset 7fbc721aa455 (bug 634672) because it breaks the Mac mochitest-browser-chrome tests 2011-03-31 12:00:08 -04:00
Raymond Lee
1f8228e780 Bug 587276 - KeyEvent in TabCandy window affect browser [r=ian]
--HG--
extra : rebase_source : 9076dbf84083b547498e997fa3ceaa9d7fa04b7e
2011-03-29 10:51:26 +08:00
Raymond Lee
1c9eba8fcc Bug 609803 - Intermittent timeout in browser/base/content/test/tabview/browser_tabview_launch.js followed by 'browser_tabview_privatebrowsing.js | Tab View is visible again' and finally a suite timeout in browser_tabview_undo_group.js [r=ian,a=test]
--HG--
extra : rebase_source : 0e399d4fa59cc9788935005c8e7d1feca6a46a55
2011-03-08 16:10:07 +08:00
Raymond Lee
b4ad11ee0d Bug 615954 - Intermittent Failure in tabview/browser_tabview_bug597248.js | Tab item is showing cached data and is already connected or | Tab item is not showing cached data anymore [r=ian, a=test]
--HG--
extra : rebase_source : f77414f00639ed8726d9e53ddbbaa76ee57bd552
2011-03-01 12:07:00 +08:00
Raymond Lee
894a15e42e Bug 623673 - Consolidate code for 'new window' tests into newWindowWithTabView [r=ian, a=test]
--HG--
extra : rebase_source : efab3b3c8bcc42beca1055c270e12d9f7922ce43
2011-03-04 10:51:27 +08:00
Tim Taubert
ef1f986004 Bug 631752 - Tab aspect ratio gets changed on drag-drop orphaning [r=ian]
--HG--
extra : rebase_source : ddac3b95a6bc946e31edc88ba1d54df9a1c84e48
2011-03-28 20:20:26 +02:00
Tim Taubert
7913c7f420 Bug 634672 - Minimum tab size is no longer being respected [r=ian]
--HG--
extra : rebase_source : 149bc511ba1d99da8f449d547eb1ccafc81bbf77
2011-03-29 02:47:23 +02:00
Tim Taubert
a97458a839 Bug 638083 - browser_tabview_orphaned_tabs.js | tabview assert: callback arg must be a function [r=ian, a=test]
--HG--
extra : rebase_source : 76ddb0bfc89740c72da5e8252ce0ee45280aa8dc
2011-03-07 11:02:21 +01:00
Chris Leary
78ceed9ab7 Merge mozilla-central to tracemonkey. 2011-03-29 09:05:25 -07:00
Mounir Lamouri
3be4c39ecb Merging mozilla-inbound with mozilla-central. 2011-06-18 18:29:10 +02:00
Dão Gottwald
a622da6363 Bug 664672 - When a tab has been removed, cut off its link to the browser. r=gavin 2011-06-18 13:03:41 +02:00
Tim Taubert
53925ac13f Bug 663421 - Don't close empty groups automatically; f=raymond, r=dietrich 2011-06-17 14:07:59 +02:00
Tim Taubert
8813e053ca Bug 662266 - Tabs are not re-arranged when closing a tab in an expanded group; f=raymond, r=dietrich 2011-06-17 14:07:59 +02:00
Tim Taubert
8806eb3faf Bug 663795 - clean up browser_tabview_bug587990.js; f=raymond, r=dietrich 2011-06-17 14:07:59 +02:00
Matt Brubeck
8d669a5960 Bug 664492 - Back out 623b1da3c382 (bug 633190) for possibly causing intermittent browser_tabview_privatebrowsing failure 2011-06-15 12:20:44 -07:00
Raymond Lee
3e1c5a1d68 Bug 633190 - Inconsistent animation behavior for creating new tab in Panorama r=ian 2011-06-14 02:32:21 +08:00
Raymond Lee
2181edefc3 Bug 663614 - remove double-click to create a new tab in a group r=ehsan 2011-06-13 12:06:27 +08:00
Tim Taubert
ffafc7e30f Bug 607108 - focus group name field after creating new group; f=raymond, r=ehsan 2011-06-14 10:41:18 +02:00
Tim Taubert
21bb9a7472 Bug 663813 - clean up browser_tabview_bug589324.js; f=raymond, r=dietrich 2011-06-14 10:41:18 +02:00