Commit Graph

248 Commits

Author SHA1 Message Date
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
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
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
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
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
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
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
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
2ce18c224b merge m-c to devtools 2011-05-03 09:55:19 -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
Mihai Sucan
168cee8d35 Bug 646070 - Respect chrome developer tools preference in workspace; f=rcampbell r=sdwilsh 2011-04-19 23:42:56 +03:00
Mihai Sucan
566a8b1c55 Bug 636725 - Unit tests for Workspaces; r=rcampbell,sdwilsh 2011-04-19 23:40:30 +03:00
Blake Kaplan
f93c39ea90 Bug 606388 - Re-enable browser_popupUI.js. It is trying to use == to compare an Xray wrapper with a SJOW. r=jst 2011-03-11 12:07:43 -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
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
Hiroyuki Ikezoe
af543fd28d Bug 633861 - Re-enable browser_overflowScroll.js test on linux. r=dao 2011-02-17 09:42:36 +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
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
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
Dan Witte
ff88627f5a Bug 625496 - Clear Adobe Flash Cookies (LSOs) when Cookies is selected in Clear Recent History. r=ehsan, a=final+ 2011-02-08 14:16:09 -08:00
Asaf Romano (Mano)
2515ce4849 Bug 580638 - App Tab closes with keystroke or middle click. r=dao. a=blocker. 2011-02-07 15:54:26 +02:00
David Dahl
7f70076f12 Bug 628651 - [OSX] show notification bar offering to restart in 32-bit mode when content tries to use a 32-bit plugin using carbon based NPAPI a=hardblocker r=gavin, mossop 2011-02-04 11:59:14 -08:00
Dão Gottwald
eb916ea7ee Bug 541656 - Display hyperlink URLs at bottom of window (instead of right side of location bar). r=gavin a=b 2011-02-03 07:48:39 +01:00
Dietrich Ayala
239ad5e144 Bug 616015 - Add a keyboard shortcut to reveal and hide the add-on bar (r=dao, a=blocker) 2011-02-01 19:05:52 +07:00
Gavin Sharp
efe813fa99 Bug 624843: PopupNotifications need to work after customizing the location bar, r=dolske, a=blocking 2011-01-18 00:11:08 -08:00
Blair McBride
3e65ef8aa6 Bug 624734 - Star UI has no tooltip until bookmarked page is visited, r=mak, a=blocking
--HG--
extra : rebase_source : 2b0e88b87c0e678313609ac04b7356c0684a43b6
2011-01-13 16:28:20 +13:00
Dave Townsend
3a6e36dcb0 Bug 569342: Find bar should not be enabled in about:addons. r=gavin, a=blocks-final 2011-01-11 13:33:51 -08:00
Dão Gottwald
f72b50115c Bug 623893 - Middle clicking the back / forward buttons doesn't go back / forward. a=dietrich a=b
--HG--
extra : rebase_source : b76ae5b2408bb0d65e01ba0eb8ab78acdb735185
2011-01-10 20:01:47 +01:00
Johnny Stenback
f5ac68463d Re-enable some tests that were disabled when compartments landed. Bugs 606388 and 606617, a=blockers 2010-12-25 15:15:59 -08:00
Dietrich Ayala
15684f4296 Bug 616014 - Add close button to the add-on bar. r=dao 2010-12-09 20:09:05 +01:00
Dão Gottwald
98b69cbed2 test for bug 616836
--HG--
extra : rebase_source : 0153e862841b73dba5c5061ab90542f34a80d7fb
2010-12-08 11:16:09 +01:00
Dave Townsend
ae11537481 Bug 571970: Main browser chrome should be hidden when viewing in-content UI. r=gavin, a=blocks-betaN 2010-12-06 10:05:55 -08:00
Dave Townsend
803a65b0f3 Backing out changeset 3f004b291c65 from bug 571970 due to test failures. a=backout 2010-12-02 18:35:44 -08:00
Dave Townsend
d56a3e6639 Bug 571970: Main browser chrome should be hidden when viewing in-content UI. r=gavin, a=blocks-betaN 2010-11-30 16:02:17 -08:00
Gavin Sharp
ae28ee4c58 Bug 615194: add test to check isActive annotation is correct for tabs. r=bzbarsky, a=blocker 2010-11-30 17:57:20 -05:00
Timothy Nikkel
5c1b10cee6 Bug 559993. Scroll the whole selection into view, not just the focus point when finding on a page. r=roc a=blocking-final+ 2010-11-24 19:35:02 -06:00
Dave Townsend
45e49415e9 Bug 590206: Make the site identity UI display something sensible for about: and chrome: uris. r=gavin, a=blocks-final 2010-11-24 12:29:56 -08:00
Dietrich Ayala
2ba2ce665f Bug 598923 - add-on bar should be made visible if there are any add-ons installed (r=dao, a=blocking) 2010-11-16 20:19:50 +07:00
Dietrich Ayala
59ade38bb2 Bug 599325 - Addon bar should be shown when customizing (r=mano, a=blocking) 2010-11-16 20:06:18 +07:00
Dão Gottwald
3c450f0c95 Bug 609700 - Shift-clicking the back button or middle-clicking it with browser.tabs.opentabfor.middleclick=false opens an invisible tab. r=gavin 2010-11-10 09:38:08 +01:00
Dão Gottwald
7664cda114 Bug 565575 - Retain location bar focus when switching tabs. r=mano a=b 2010-11-09 10:25:07 +01:00
Marco Bonardo
b8a312be4a Bug 549340 - reorganize ContentAreaClick, give it consistent return values and comments.
r=gavin a=blocking
2010-03-24 22:21:54 +01:00
Margaret Leibovic
0268cab922 Bug 575561 - External links from within app tabs should always open in new tabs instead of replacing the app tab's page (Tests). r=gavin, a=blocking-beta7 2010-10-28 15:00:50 -07:00
Robert O'Callahan
c2e94b6def Backed out changeset 069ccd107c32 2010-10-29 16:06:35 +13:00
Margaret Leibovic
3400fbf5cb Bug 575561 - External links from within app tabs should always open in new tabs instead of replacing the app tab's page (Tests). r=gavin, a=blocking-beta7 2010-10-28 15:00:50 -07:00
Dão Gottwald
b00a9b4134 Bug 585785 - Skip the tab closing animation if the tab has the minimal width due to the opening animation not having moved yet. r=gavin a=b 2010-10-22 08:29:17 +02:00