Aza Raskin
2d2fb2c54a
+ Tweaked the timing function to look prettier.
2010-06-08 13:42:27 -07:00
Ian Gilman
5bba06917f
+ documentation+ documentation+ documentation+ documentation+ documentation+ documentation+ documentation+ documentation+ documentation
2010-06-07 17:24:55 -07:00
Ian Gilman
2de111247d
+ documentation+ documentation+ documentation+ documentation+ documentation+ documentation+ documentation+ documentation+ documentation
2010-06-07 17:24:55 -07:00
Ian Gilman
2ccddfcd18
+ All event handlers sent into iQ.fn.bind and its aliases are now automatically wrapped in a try/catch (the catch simply does a Utils.log with the error)
...
+ Fixed a couple of issues found with the new event try/catch
+ Converted Group.newTab over to iQ (was the last jQuery bit besides drag/drop/resize)
2010-06-07 17:20:15 -07:00
Ian Gilman
c56484e154
+ All event handlers sent into iQ.fn.bind and its aliases are now automatically wrapped in a try/catch (the catch simply does a Utils.log with the error)
...
+ Fixed a couple of issues found with the new event try/catch
+ Converted Group.newTab over to iQ (was the last jQuery bit besides drag/drop/resize)
2010-06-07 17:20:15 -07:00
Ian Gilman
39f2c1795b
+ We're no longer using a style sheet for our CSS transitions (doing it directly in JavaScript instead)
...
+ Changed the iQ.fn.animate call signature: it now takes two arguments, a CSS object and an options object (with possible parameters: duration, easing and complete)
+ iQ.fn.animate now reliably calls back the completion routine (this was causing all sorts of trouble)
+ Reenabled TabMirror.pausePainting
+ Added animate.html, a test bed for playing with CSS transitions
2010-06-07 16:16:55 -07:00
Ian Gilman
ecb79eec3f
+ We're no longer using a style sheet for our CSS transitions (doing it directly in JavaScript instead)
...
+ Changed the iQ.fn.animate call signature: it now takes two arguments, a CSS object and an options object (with possible parameters: duration, easing and complete)
+ iQ.fn.animate now reliably calls back the completion routine (this was causing all sorts of trouble)
+ Reenabled TabMirror.pausePainting
+ Added animate.html, a test bed for playing with CSS transitions
2010-06-07 16:16:55 -07:00
Ian Gilman
d60e607125
+ Temporarily added a bunch of logging for debugging purposes (commented out)
...
+ Fixed a bug with iQ.fn.one that caused it to not properly set "this"
+ Temporarily disabled TabMirror.pausePainting, which is causing problems at the moment (will fix soon)
2010-06-04 16:39:33 -07:00
Ian Gilman
12c5d78226
+ Temporarily added a bunch of logging for debugging purposes (commented out)
...
+ Fixed a bug with iQ.fn.one that caused it to not properly set "this"
+ Temporarily disabled TabMirror.pausePainting, which is causing problems at the moment (will fix soon)
2010-06-04 16:39:33 -07:00
Ian Gilman
3ef71a6c03
+ groups.js is now jQuery-free except for drag/drop/resize and the newTab routine
...
+ Added blur and focus event handlers to iQ
+ iQ.fn.data() now supports multi-objects
+ iQ.fn.fadeOut() now accepts a callback
2010-06-04 15:08:24 -07:00
Ian Gilman
10209deaae
+ groups.js is now jQuery-free except for drag/drop/resize and the newTab routine
...
+ Added blur and focus event handlers to iQ
+ iQ.fn.data() now supports multi-objects
+ iQ.fn.fadeOut() now accepts a callback
2010-06-04 15:08:24 -07:00
Gavin Sharp
2df5a70892
Bug 574530: don't load PopupNotifications unnecessarily from onLocationChange, r=dao
...
--HG--
extra : rebase_source : 66706038d83d75b6a0808bba75bf1becdcd05670
2010-06-28 03:12:07 -04:00
Jim Mathies
d7d74e294e
Bug 574821 - Add titlebar margin to browser-aero css for maximized windows - addresses issue with negative window origins on windows. r=Dao.
2010-06-28 01:03:47 -05:00
Dão Gottwald
fb86d46cf9
Bug 571750 - Remove keyboard shortcuts from the Firefox button menu. r=gavin
2010-06-27 16:00:50 +02:00
Dão Gottwald
1915c7b274
Bug 571871 - Hovering "Print" menuitem shows black on blue instead of white on blue. r=gavin
2010-06-27 16:00:14 +02:00
Marco Bonardo
bf7710e5ed
Bug 574708 - Deformed back button when bookmarks button is on navigation bar. r=dao
2010-06-26 18:24:03 +02:00
Marco Bonardo
c4e3b1d766
Bug 574708 - bookmarks button looks ugly if not in icon mode. r=dao
2010-06-26 18:22:20 +02:00
Timothy Nikkel
862d66fc00
Bug 571640. Part 1. Enhance synthesizeDrop to take a source element to start the drag on. r=enndeakin
2010-06-25 16:51:17 -05:00
Dão Gottwald
7c92a7650d
Bug 574434 - Move Firefox button to the left of the tabstrip when not using aero glass. r=gavin
2010-06-25 22:41:04 +02:00
Gavin Sharp
523e82a8a7
Bug 574230: PopupNotifications should indicate which anchor's notifications are being displayed, so that the consumer can show/hide the appropriate anchor element, r=dao
...
--HG--
extra : rebase_source : 8e856779d2355a5612d8bdf20c5fb75a3a88edb2
2010-06-25 12:05:45 -04:00
Jono S Xia
3b0593510b
Update Feedback image urls, no bug. r=dtownsend
2010-06-25 11:14:11 -07:00
Ian Gilman
ebe045e607
+ Added hide and show to iQ
...
+ tabitems.js is now jQuery-free except for drag/drop/resize
+ Cleaned up usage of TabItems.getItemByTab and renamed it to getItemByTabElement to make it clearer
2010-06-04 12:34:03 -07:00
Ian Gilman
2b676872bd
+ Added hide and show to iQ
...
+ tabitems.js is now jQuery-free except for drag/drop/resize
+ Cleaned up usage of TabItems.getItemByTab and renamed it to getItemByTabElement to make it clearer
2010-06-04 12:34:03 -07:00
Aza Raskin
2717b78a54
+ Changes the animation curve to have a little bounce. A little sway. Some feeling. Some heart. Some sooooul. Ooooh yeah.
...
+ Most actions now take 200ms instead of 300ms
2010-06-03 18:45:17 -07:00
Ian Gilman
1162db226c
+ Started on iQ for tabitems.js; now using iQ for TabItem.setBounds. We're not yet supporting the tabcandy bounce animation, so the tab movement boring now… to be fixed soon.
...
+ Added fadeIn and fadeOut to iQ
+ Added a simple test framework to stand in for mochitest, and gave it a couple of iQ tests
2010-06-03 17:11:13 -07:00
Ian Gilman
abd3069dd6
+ Started on iQ for tabitems.js; now using iQ for TabItem.setBounds. We're not yet supporting the tabcandy bounce animation, so the tab movement boring now… to be fixed soon.
...
+ Added fadeIn and fadeOut to iQ
+ Added a simple test framework to stand in for mochitest, and gave it a couple of iQ tests
2010-06-03 17:11:13 -07:00
Ian Gilman
7a144efc6d
+ Turned off -moz-crisp-edges
...
+ First use of iQ.animate(), which uses CSS transitions: tab zoom up and down, as well as phantom group disappearing when you drag in empty space but don't make it big enough
+ Consolidated onFocus call of UIClass into onFocus call of Page
+ ui.js is jQuery-free
+ The zoom down animation happens after a setTimeout(…, 1), which causes an unfortunate delay, but without it, the animation doesn't happen at all
+ Added val, resize, change to iQ.fn and isAnimating to iQ
2010-06-03 15:31:18 -07:00
Ian Gilman
5fd1e12e8e
+ Turned off -moz-crisp-edges
...
+ First use of iQ.animate(), which uses CSS transitions: tab zoom up and down, as well as phantom group disappearing when you drag in empty space but don't make it big enough
+ Consolidated onFocus call of UIClass into onFocus call of Page
+ ui.js is jQuery-free
+ The zoom down animation happens after a setTimeout(…, 1), which causes an unfortunate delay, but without it, the animation doesn't happen at all
+ Added val, resize, change to iQ.fn and isAnimating to iQ
2010-06-03 15:31:18 -07:00
Aza Raskin
12f40b0c32
+ Decreased the size at which groups stack
...
+ Fixed a bug whereby clicking on a title zoomed into the group
2010-06-02 12:29:13 -07:00
Robert Strong
798841f3e0
App update patch for Bug 544442 - Add support for signed AUS update snippets. r=dtownsend, a=blocking2.0-Beta3
2010-08-01 19:02:21 -07:00
Ian Gilman
35361f4953
+ Started work on iQ animations with CSS transitions; not ready yet
...
+ iQ event binding works now; converted over some of the usage in ui.js
+ Additional fixes to iQ's CSS function
+ Added position() and one() to iQ, as well as a number of bind() aliases
2010-05-28 15:56:00 -07:00
Ian Gilman
0a8d3f4cb8
+ Started work on iQ animations with CSS transitions; not ready yet
...
+ iQ event binding works now; converted over some of the usage in ui.js
+ Additional fixes to iQ's CSS function
+ Added position() and one() to iQ, as well as a number of bind() aliases
2010-05-28 15:56:00 -07:00
Ian Gilman
72f2d20a16
+ changed more uses of Utils.activeWindow to Utils.getCurrentWindow()
...
+ Generalized Aza's iQ.css('-moz-transform') fix
2010-05-28 13:54:29 -07:00
Ian Gilman
fc8b4549e0
+ changed more uses of Utils.activeWindow to Utils.getCurrentWindow()
...
+ Generalized Aza's iQ.css('-moz-transform') fix
2010-05-28 13:54:29 -07:00
Ian Gilman
a9e70ae93f
+ removed sizzle reference from iQ.js license block, as it doesn't look like we'll be using any portion of jQuery that has sizzle (also, testing my ability to push to mozilla hg)
2010-05-28 12:20:02 -07:00
Ian Gilman
1a42b69891
+ removed sizzle reference from iQ.js license block, as it doesn't look like we'll be using any portion of jQuery that has sizzle (also, testing my ability to push to mozilla hg)
2010-05-28 12:20:02 -07:00
Aza Raskin
59b42d4830
+ Fixed a bug in iQ where CSS of type -moz-transform wasn't getting set.
...
+ Made stacks a bit prettier.
2010-05-27 19:17:01 -07:00
Aza Raskin
43f1ee57fd
+ Fixed a bug in iQ where CSS of type -moz-transform wasn't getting set.
...
+ Made stacks a bit prettier.
2010-05-27 19:17:01 -07:00
Aza Raskin
605da82949
+ Merge. Like a car onto a oneway street. The wrong direction.
2010-05-27 17:28:45 -07:00
Ian Gilman
82431d4482
+ merge
2010-05-27 17:25:41 -07:00
Ian Gilman
6aa2aa0a88
+ Items.js is now jQuery-free
...
+ Just a little refactor for the "reset" code (also removed from the dev menu)
+ Started on event handling for iQ
2010-05-27 17:25:14 -07:00
Ian Gilman
a84d9a920d
+ Items.js is now jQuery-free
...
+ Just a little refactor for the "reset" code (also removed from the dev menu)
+ Started on event handling for iQ
2010-05-27 17:25:14 -07:00
Aza Raskin
050d61a65e
+ Removed an old unused image.
2010-05-27 17:24:38 -07:00
Aza Raskin
c85738d1c1
+ Compressed default.png
2010-05-27 17:23:08 -07:00
Aza Raskin
15c477a8a5
+ Default icon when there is no favicon.
2010-05-27 17:19:45 -07:00
Aza Raskin
c08f78f95a
+ Fixed a bug where rescaling a group would cause a zoom-in to a tab.
2010-05-27 16:36:13 -07:00
Aza Raskin
a070ba2c41
+ Made the css for debug-related buttom buttons more generic.
...
+ Added a more discoverable reset button.
2010-05-27 01:40:45 -07:00
Aza Raskin
1b2556cab5
+ Fixed [B] Clicking on the new tab button in the new tab group causes a zoom to a tab. Clicking anywhere does the same. It shouldn't.
2010-05-27 01:31:54 -07:00
Ian Gilman
aad3c23209
+ jQuery is completely out of the content/js files we're using in revision-a!
...
+ The function you give to TabMirror.customize now takes a Mirror rather than a jQuery object
+ iQ is coming along. I tried to put asserts in for all the standard functionality that's missing (and that we might not need, but that someone used to jQuery might expect). I've also been adding Natural Docs comments, to give a sense of the scope+ Got rid of TabCanvas.animate(), which we haven't used in a while.
+ No longer including switch.js, which we also haven't used in a while
2010-05-26 17:04:56 -07:00
Ian Gilman
70bc3f688b
+ jQuery is completely out of the content/js files we're using in revision-a!
...
+ The function you give to TabMirror.customize now takes a Mirror rather than a jQuery object
+ iQ is coming along. I tried to put asserts in for all the standard functionality that's missing (and that we might not need, but that someone used to jQuery might expect). I've also been adding Natural Docs comments, to give a sense of the scope+ Got rid of TabCanvas.animate(), which we haven't used in a while.
+ No longer including switch.js, which we also haven't used in a while
2010-05-26 17:04:56 -07:00
Ian Gilman
0de196a683
+ merge
2010-05-26 11:29:46 -07:00
Ian Gilman
355afa4ce6
+ Cleaned out old dev mode; everything's moved to the dev menu
...
+ Got rid of old dev mode grid feature; the dev menu's reset fills that bill
+ Cleaned up the "group sites" feature and added it to the dev menu
2010-05-26 11:29:31 -07:00
Aza Raskin
cbdfc9c868
+ Groups now track their last-focused tab. When you click on the group, it brings you back to the group with the appropriate tab focused.
2010-05-25 19:18:25 -07:00
Aza Raskin
bbaae577d9
+ Fixed [B] Drag a group (full of tabs) off the top of the window. Then drag the group back. All of the tabs are gone! Now resize the group. They come back. Even better; don't let groups be dragged out of the window bounds!
2010-05-25 19:00:46 -07:00
Ian Gilman
e51a8ff409
+ merge
2010-05-25 17:05:22 -07:00
Ian Gilman
5216fa1524
+ Started iQ, replacement for jQuery
...
+ Converted Utils.js to use iQ instead of jQuery
+ Removed the use of Firebug lite
+ Removed reference to jQuery.lint
2010-05-25 17:04:59 -07:00
Ian Gilman
978c93c328
+ Started iQ, replacement for jQuery
...
+ Converted Utils.js to use iQ instead of jQuery
+ Removed the use of Firebug lite
+ Removed reference to jQuery.lint
2010-05-25 17:04:59 -07:00
Aza Raskin
a479d19918
+ Added UserVoice back to TabCandy, but this time without pulling in untrusted code from the web into a privledged context.
...
+ UserVoice now links from a button near the bottom of the screen. Styled with CSS3 goodness.
2010-05-25 15:04:46 -07:00
Aza Raskin
5e0fd5f6e8
+ Remove the title of the "New Tabs" at the suggestion of Beltzner
...
+ Made the titles more beautiful in the new tabs group.
2010-05-25 14:21:23 -07:00
Ian Gilman
23e5989b43
+ The first time you run TabCandy, it lays all of the tabs out in a grid (just like it used to; reinstating this feature)
...
+ Minor refactor for new tab button to make it more DRY
2010-05-25 11:08:50 -07:00
Raymond Lee
f1a5a744e8
Bug 594429 - Update the live filter search button in Panorama UI [r=dao, a=blocking2.0]
2010-11-25 10:53:35 +08:00
Ehsan Akhgari
29c8a40a12
Bug 603272 - starting private browsing from the taskbar button in Win7 doesn't launch Minefield; r=zpao a=gavin
2010-11-04 16:21:33 -04:00
Dão Gottwald
b29af5bbce
Bug 604735 - artifact (line) shows at left edge of tab just as tab close animation completes. r=gavin
2010-11-26 12:43:16 +01:00
Geoff Lankow
d2808808df
Bug 604531 - Styles for toolbarbutton inside #TabsToolbar not applied if it's also inside a toolbaritem. r=dao
2010-11-13 10:34:13 +13:00
Ehsan Akhgari
e83f746293
Backed out changeset 25a981d7de7d because it turned Windows debug xpcshell tests orange
2010-11-25 17:25:25 -05:00
ffxbld
9741c7e447
Automated blocklist update from host moz2-linux-slave18 (DONTBUILD) - CLOSED TREE a=blocklist-update
2010-11-25 09:45:54 -08:00
Dão Gottwald
751fdecb13
Bug 614517 - Active tab still inherits a text shadow. r=gavin
2010-11-25 10:10:22 +01:00
Dão Gottwald
75d19bab55
Bug 592677 - Increase space between Bookmarks bar and Navigation bar. r=gavin
2010-11-25 10:09:39 +01: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
a43dfc057f
Bug 613385: No notifications are sent out for webpage attempts to install add-ons when xpinstall.enabled=false. r=gavin, r=robstrong, a=blocks-betaN
2010-11-24 12:37:28 -08: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
Markus Stange
5b0dd61d2e
Bug 594002 - Use the tab's outer width when calculating the number of visible tabs for session restore prioritization. r=zpao, a=betaN
2010-11-24 10:52:42 +01:00
Markus Stange
fbad3a2646
Bug 594002 - Make the window wide enough in session restore test browser_480148.js. r=zpao, a=test-only
2010-11-24 10:50:53 +01:00
Markus Stange
bf9e89781c
Bug 594002 - Make the tab bar scrollbox deal with tab scrolling properly when it has padding set on it. r=Enn, a=betaN
2010-11-24 10:50:20 +01:00
Dão Gottwald
ba38180ae2
Bug 611967 - Fix mirrored 'Forward' button label in RTL. r=ehsan
2010-11-24 09:35:16 +01:00
Kyle Huey
e688684c0a
Mass backout to fix OS X 64 Leak.
2010-11-24 00:59:48 -05:00
Raymond Lee
99d476868c
Bug 600645 - App tabs don't appear in the group app tab tray if their icon fails to load [r=ian, a=beltzner]
2010-11-24 03:30:16 +08:00
Raymond Lee
2a38fcc3c7
Bug 596781 - Don't allow the last group to close if there are app tabs [r=ian, a=beltzner]
2010-11-24 02:28:04 +08:00
Raymond Lee
101cb85747
Bug 608714 - Unable to edit tab group names [r=dolske, a=beltzner]
2010-11-24 01:57:30 +08:00
Raymond Lee
654ff29d2c
Bug 587351 - Close tabs with middle click in TabCandy [r=ian, a=beltzner]
2010-11-24 01:36:28 +08:00
Raymond Lee
5410ce6f64
Bug 608637 - Panorama exit button should perhaps reflect the number of groups as well [r=dao, a=beltzner]
2010-11-24 01:28:02 +08:00
Raymond Lee
a431337ddc
Bug 597248 - Make sure Panorama's thumbnail cache is solid [r=ian, a=benjamin]
2010-11-24 01:13:29 +08:00
Raymond Lee
6aad432538
Bug 594429 - Update the live filter search button in Panorama UI [r=dao, a=blocking2.0]
2010-11-24 00:32:09 +08:00
Aza Raskin
6d547ef19e
+ New visual styling for the new tab group. So very very pretty.
2010-05-25 01:20:44 -07:00
Ian Gilman
c8eb4cf5e9
+ New "new tabs" group behavior and position
...
+ New "new tab" button position for the "new tabs" group
+ Misc bug fixes
2010-05-24 17:14:10 -07:00
Ian Gilman
e6e06b991a
+ New "new tabs" group behavior and position
...
+ New "new tab" button position for the "new tabs" group
+ Misc bug fixes
2010-05-24 17:14:10 -07:00
Ian Gilman
9a28d8cd19
+ Lots of cleanup after the sessionstore transplant
...
+ Now saving pageBounds.
+ Removed some unnecessary save calls and added some necessary ones
+ Added a reset command to the dev menu; wipes storage and refreshes
+ Fixed the save command on the dev menu so it now works again
+ Reconnected storage sanity checks
+ Removed a bunch of now unused storage code
+ Fixed a problem with cold start
+ Removed a bunch of logging code
+ Pulled BrowserWatcher out of tabs.js
+ Added a direct link to the code documentation to the dev menu
2010-05-24 14:49:03 -07:00
Aza Raskin
d28ee09ab4
+ The keyboard shortcuts now act as toggles. That is, pressing them twice will zoom out to TabCandy and then back in.
2010-05-24 00:37:31 -07:00
Aza Raskin
ef5e9ae2d5
+ Fixed a bug wherein when dragging out a new group, you couldn't reduce it's size
...
+ When clicking on a stacked group, you go directly into that group. Use command-click to open it up in the shield.
2010-05-23 23:42:18 -07:00
Aza Raskin
31d0e32252
+ Better indication of groups as drop targets
...
+ Using the new-tab buttons no longer cause a jarring shift due to window chrome appearing.
2010-05-22 11:42:23 -07:00
Aza Raskin
6d0ebf474f
+ Groups now have gentle drop shadows.
2010-05-21 20:06:37 -07:00
Aza Raskin
79169314be
+ Major speed improvments based around not calling resize() when animating or hiding/showing chrome. Once again, TabCandy feels fast and zippy and awesome.
2010-05-21 19:51:34 -07:00
Aza Raskin
00ea212a18
+ Fixed a bug where you couldn't drag to create a group.
2010-05-21 18:08:35 -07:00
Ian Gilman
ac6aa9b303
+ Applied Ehsan's sessionstore patch
...
+ Various related fixes
+ Added Utils.log2, which logs directly to the window
2010-05-21 15:44:15 -07:00
Ian Gilman
7cf963665c
+ Applied Ehsan's sessionstore patch
...
+ Various related fixes
+ Added Utils.log2, which logs directly to the window
2010-05-21 15:44:15 -07:00
Aza Raskin
b9270affc6
+ Made TabCandy pretty a la http://www.stephenhorlander.com/pages/incontent-ui-mockups/incontent-ui-mockups.html#tabCandy
...
Note that this only works on the Mac.
2010-05-21 04:05:55 -04:00
Aza Raskin
8009e34fcc
+ Fixed a bug whereby the navbar and tabstrip weren't being properly hidden
...
+ Fixed a typo where errors in onFocus weren't being logged. (When you go back to the TabCandy from a tab, the tab strip get hidden late, causing a jarring jump)
+ Also: fixed bug 567010
2010-05-21 03:13:53 -04:00
Ian Gilman
5cc48c0893
+ this marks the checkin where Ian has switched to Minefield and is no longer paying attention to 3.6
...
+ the TabCandy button/hot key now works to make a separate TabCandy for each window
+ Fixed a number of startup issues relating to multiple tab candies running at the same time
2010-05-20 16:56:19 -07:00
Ian Gilman
797197e1d4
+ this marks the checkin where Ian has switched to Minefield and is no longer paying attention to 3.6
...
+ the TabCandy button/hot key now works to make a separate TabCandy for each window
+ Fixed a number of startup issues relating to multiple tab candies running at the same time
2010-05-20 16:56:19 -07:00
Ian Gilman
af4689c99a
+ Tab Candy now only watches the window it's in. This fixes a number of issues, including some nasty ones with pop ups. This is a full fix for https://bugzilla.mozilla.org/show_bug.cgi?id=567007 and a partial fix for https://bugzilla.mozilla.org/show_bug.cgi?id=567006
2010-05-19 16:58:35 -07:00
Ian Gilman
a8c8eef11b
+ fixed: if you quit firefox with tab candy present, and more than one window open, when you restart, everything will be broken
...
+ massaged the whole start up sequence
2010-05-19 16:35:54 -07:00
Ian Gilman
2d7ca7cd82
+ merge
2010-05-18 17:09:31 -07:00
Ian Gilman
6bbee5b968
+ Feature: When returning from a tab that is in a stack, arrange it at the top of the stack (but don't change its order in the children list)
...
+ TabItems now keeps track of all TabItem objects manually; we were using $('.tab:visible'), but this was causing bizarre behavior in certain cases
2010-05-18 17:08:45 -07:00
Ian Gilman
409610bcf3
+ Feature: When returning from a tab that is in a stack, arrange it at the top of the stack (but don't change its order in the children list)
...
+ TabItems now keeps track of all TabItem objects manually; we were using $('.tab:visible'), but this was causing bizarre behavior in certain cases
2010-05-18 17:08:45 -07:00
Aza Raskin
692d1efd8a
+ Merged the two repos (added zpao's fixes for Minefield)
2010-05-18 17:07:42 -04:00
Paul O’Shannessy
3960de83ae
Bug 566659 - Newly opened tabs do not appear in the TabCandy interface on Trunk
2010-05-18 14:00:54 -07:00
Ian Gilman
1b96351cab
+ You must now drag a tab a minimum distance to collapse the tray and remove the tab from the group
2010-05-18 12:03:44 -07:00
Ian Gilman
69db4373bc
+ Now marshaling all Tabs events from the chrome thread to the dom thread (we're doing this when we receive them, not when Tabs sends them)
...
+ Fixed problem with bookmark bar not coming back after quitting Tab Candy
+ Straight jpg tabs now work (i.e. the reddit bug is fixed)
2010-05-17 16:55:05 -07:00
Ian Gilman
1fbcbd3755
+ fixed a bug causing you to have to hit the close box twice on a group to close it (once to close all of its tabs, a second time to close the group)
...
+ built new xpi
+ tagged as 3.0.rc2
2010-05-17 16:04:36 -07:00
Ian Gilman
354fe9c5e5
+ merge
2010-05-17 13:30:16 -07:00
Ian Gilman
4d53e42a3e
+ fixed potential issue with Aza's recent change to Group.remove
...
+ Removed erroneous and evidently unnecessary reference to the acceptsDrop class in DragInfo.stop
+ Fixed my last name in install.rdf
2010-05-17 13:29:39 -07:00
Aza Raskin
63f2d4aea1
+ Backed out my snap code.
2010-05-17 16:20:51 -04:00
Aza Raskin
8cbbf5df4f
+ First pass at a snap-to functionality for groups
...
- The jQuery UI's draggable snap-to just wasn't specific enough for our use case
+ TODO: Need to add the snap ability to resizing groups
2010-05-16 11:30:45 -07:00
Aza Raskin
4a63b3d873
+ Fixed the following bug: If there's one tab in a group and you drag it out, the group will go away right away. If you drag back over it while it's fading out, you can get the red glow stuck on. At any rate, probably shouldn't delete the group until you've dropped the tab.
2010-05-15 16:53:55 -07:00
Aza Raskin
6b2303e4cd
+ Updated the hover-state for dropping a tab into a group: * [P] The indication that you are dropping a tab onto a group should not be on the tab, but on the group.[Aza]
...
+ Made the focus ring slightly prettier.
2010-05-14 22:50:12 -07:00
Aza Raskin
ba17afd90d
+ Same thing as the last commit but for arrow keys
2010-05-14 17:24:26 -07:00
Aza Raskin
65d5178b39
+ Fixed a bug whereby hitting return in the group name would zoom in on the selected tab.
2010-05-14 17:23:21 -07:00
Ian Gilman
da4cabce8e
+ Removed uservoice, which was causing "new tab" groups to multiply
...
+ Yet another escapees fix
+ Documentation update
2010-05-14 17:11:42 -07:00
Ian Gilman
3430d0e39b
+ Fixed tab escapees bug
...
+ If you click on a link in another app, the tab bar now does the right thing
2010-05-14 15:58:55 -07:00
Ian Gilman
0ea3b91ce0
+ misc documentation fixes
...
+ Fixed: Quit Firefox and relaunch. You'll reopen with that tab, but the tab bar doesn't have its tab limited to the containing group. It should limit them.
2010-05-13 17:24:37 -07:00
Ian Gilman
a3034dfb65
+ Refactored DragInfo.start into the constructor where it belongs
...
+ Dragging a group now selects a tab in the group
+ Added some snarky comments (as well as some legitimate documentation)
2010-05-13 15:57:30 -07:00
Ian Gilman
484ad3e488
+ applied Dietrich's second patch; Listing candies (on the home page) now works in both 3.6 and minefield
2010-05-13 15:38:10 -07:00
Ian Gilman
22d901a8ba
+ applied Dietrich's second patch; Listing candies (on the home page) now works in both 3.6 and minefield
2010-05-13 15:38:10 -07:00
Ian Gilman
2023d2bb74
+ mergetacular
2010-05-13 15:14:46 -07:00
Ian Gilman
cf86edc503
+ Fixed: Quit Firefox with TabCandy open then open Firefox again. Your tabs and and navbar get hidden.
...
+ Fixed: If you quit tab candy (but not the browser), all of the tabs need to be reshown.
+ Starting firefox with tab candy selected now hides the tab bar
+ Utils.activeTab now returns a Tabs tab, rather than a raw tab
2010-05-13 15:14:08 -07:00
Ian Gilman
aacc45b0bd
+ Fixed: Quit Firefox with TabCandy open then open Firefox again. Your tabs and and navbar get hidden.
...
+ Fixed: If you quit tab candy (but not the browser), all of the tabs need to be reshown.
+ Starting firefox with tab candy selected now hides the tab bar
+ Utils.activeTab now returns a Tabs tab, rather than a raw tab
2010-05-13 15:14:08 -07:00
Aza Raskin
7efe4f36b9
+ Dragging a tab now causes it to become the focused tab.
...
+ Hitting return in a name field no longer causes the focused tab to zoom in
2010-05-13 14:11:31 -07:00
Aza Raskin
89fc80f24b
+ Made the dev menu less visually intrusive and more self descriptive
2010-05-13 13:56:54 -07:00
Ian Gilman
7d9d21ee0d
+ merge
2010-05-13 11:21:52 -07:00
Ian Gilman
a5d9e825be
+ If you close the selected tab, we now set the selected tab variable to null
2010-05-13 11:21:14 -07:00
Aza Raskin
511bc74930
+ The Merge Dirge
2010-05-13 11:01:11 -07:00
Aza Raskin
477fc72536
+ Removed the code that drew into the toolbar button (no longer needed)
...
+ Changed the button image to not include a circle with a one in it
2010-05-13 11:00:44 -07:00
Ian Gilman
0e4e51be66
+ patch from Dietrich to get Tab Candy running in Minefield (disables listing of candies)
2010-05-13 10:37:50 -07:00
Ian Gilman
6fa25a7011
+ patch from Dietrich to get Tab Candy running in Minefield (disables listing of candies)
2010-05-13 10:37:50 -07:00
Aza Raskin
67bd31a53c
+ Working on edge-cases for keyboarding around TabCandy
...
+ Works better with stacks (but not all the way, yet)
2010-05-12 20:31:51 -07:00
Aza Raskin
4201bb2953
+ Added the concept of the "focused" tab.
...
+ The last tab you were viewing is now highlighted as the focused tab.
+ You can get back to the tab you were looking at now by hitting the escape key.
+ You can navigate to the focused tab by hitting the return key.
+ You can select other tabs via the keyboard with the arrow keys.
2010-05-12 19:56:35 -07:00
Ian Gilman
207855a456
+ Trying -moz-crisp-edges… doesn't seem to improve speed much on 3.6, and looks worse
...
+ Created Utils.copy to make duplicating objects cleaner
+ Fixed a number of issues with pulling tabs out of a tray. Temporarily disabled the delay on drag as well.
+ Improved the threshold for switching from grid to stack; only happens when the grid fills up.
+ No longer announcing "bad storage data" when there is in fact no storage data (fresh start)
+ A couple more asserts
2010-05-11 17:22:06 -07:00
Ian Gilman
91317331e1
+ Trying -moz-crisp-edges… doesn't seem to improve speed much on 3.6, and looks worse
...
+ Created Utils.copy to make duplicating objects cleaner
+ Fixed a number of issues with pulling tabs out of a tray. Temporarily disabled the delay on drag as well.
+ Improved the threshold for switching from grid to stack; only happens when the grid fills up.
+ No longer announcing "bad storage data" when there is in fact no storage data (fresh start)
+ A couple more asserts
2010-05-11 17:22:06 -07:00
Ian Gilman
ffba354eb3
+ Fixed an extremely subtle bug that would cause groups that you hadn't manually resized to start falling apart after a refresh.
...
+ Added sanity checks on data going to and from storage (still some work to be done there); if the check doesn't pass, the data isn't loaded/saved
+ Added a manual save option to the dev menu
+ Added Utils.isNumber, as well as standalone isRect and isPoint routines
+ Miscellaneous double checks and assertions
2010-05-11 12:03:31 -07:00
Ian Gilman
1004e2f203
+ Fixed an extremely subtle bug that would cause groups that you hadn't manually resized to start falling apart after a refresh.
...
+ Added sanity checks on data going to and from storage (still some work to be done there); if the check doesn't pass, the data isn't loaded/saved
+ Added a manual save option to the dev menu
+ Added Utils.isNumber, as well as standalone isRect and isPoint routines
+ Miscellaneous double checks and assertions
2010-05-11 12:03:31 -07:00
Kyle Huey
b5c9c61d80
Backed out changeset 210e4d354aec
2010-07-28 11:39:15 -07:00
Mehdi Mulani
f2a33374d9
Bug 564900 - Add folder specifically for downloads to Library sidebar
...
r=mak
a=sdwilsh
2010-07-28 09:50:04 -07:00
Markus Stange
20a2bc434a
Bug 581031 - Update CSS after click-through landed. r=dao
2010-07-28 15:14:15 +02:00
Markus Stange
b088a0bc9d
Bug 580251 - Be explicit about app tabs being display:block and use vertical-align where -moz-box-align doesn't work. r=dao
2010-07-28 15:13:30 +02:00
Dão Gottwald
5d581dc2e9
merge backout
2010-07-28 10:19:49 +02:00
Dão Gottwald
3f70c5bed3
Backed out changeset 276f149e29e0
2010-07-28 10:19:10 +02:00
Ian Gilman
f2b4c017bc
+ You can now drag a group by its title. If you click on the title instead, it selects the whole title (which, it turns out, it was doing anyway) and allows you to edit it.
...
+ Reenabled the ability to exit title editing by clicking in empty space
2010-05-10 17:17:48 -07:00
Ian Gilman
f3a93e0c85
+ Fixed: The tab when dropped into the group is too small and place up and to the right
...
+ Fixed: On scale-up the tab is sometimes rotated.
+ Fixed: Sometimes on return to TabCandy the tabs are not aligned on the group.
2010-05-10 15:27:40 -07:00
Ian Gilman
3ab382936f
+ added a =, fixing a problem with returning from a tab in a stacked group
2010-05-10 09:43:34 -07:00
Geoff Lankow
1438d6450f
Bug 494328 - Media file display names should use decodeURIComponent instead of decodeURI. r=sayrer
2010-07-24 11:06:10 +02:00
Dão Gottwald
b33be836b6
Bug 580997 - Group "Close Tab", "Undo Close Tab" and "Close Other Tabs" together in the tab context menu. ui-r=faaborg, r=gavin
2010-07-24 11:00:37 +02:00
Dão Gottwald
7017c62c43
Bug 580914 - use Services.contentPrefs, Services.obs and XPCOMUtils.generateQI in browser-fullZoom.js. r=gavin
2010-07-24 10:57:04 +02:00
Dão Gottwald
fec62781de
Bug 431644 - Make resizer in Page Info media tab invisible. r=gavin
2010-07-24 10:56:37 +02:00
Dão Gottwald
5d802a07a7
Temporarily disable browser_overflowScroll.js on Linux
2010-07-23 11:32:03 +02:00
Dão Gottwald
bf3c9cd631
Bug 580257 - _getScrollableElements needs to exclude non-scrollable elements. r=enn
...
--HG--
extra : rebase_source : 923b3a6ea87ac244a9d05ce11f7930eec2e4b3fb
2010-07-23 00:31:58 +02:00
Dão Gottwald
766bcb8b85
Bug 579720 followup: remove styling for #context_newTab
...
--HG--
extra : rebase_source : 4853fcd6ee64ebfb0971691dfea0e9f3991f550c
2010-07-22 18:01:03 +02:00
Michael Kohler
91a2c87bb0
Bug 577121 - Tab context menu item "Close Other Tabs" should exclude pinned tabs. r=dao
...
--HG--
extra : rebase_source : 0e871925b4883526ec95867054ebd9c202eb1a2d
2010-07-22 17:51:55 +02:00
Vladimir Vukicevic
f80d743342
b=524308; add some names to credits; r/a=shaver
2010-07-22 12:32:27 -07:00
Aza Raskin
b6132e4947
+ Merge
2010-05-08 21:16:25 -07:00
Aza Raskin
e2342401b3
+ Recommiting changes that got lost.
2010-05-08 21:11:57 -07:00
Ian Gilman
5b300842e9
+ The "new tabs" group can now not be renamed or closed, but it can be moved and resized. Updated how item locking works to accommodate this.
...
+ Groups now have some extra space at the bottom to accommodate for the "new tab" button
+ Items now unsquish after another item is closed, and on resize. This should cut down on random-seeming unsquishes later.
2010-05-07 15:49:54 -07:00
Ian Gilman
914eeb66de
+ The "new tabs" group can now not be renamed or closed, but it can be moved and resized. Updated how item locking works to accommodate this.
...
+ Groups now have some extra space at the bottom to accommodate for the "new tab" button
+ Items now unsquish after another item is closed, and on resize. This should cut down on random-seeming unsquishes later.
2010-05-07 15:49:54 -07:00
Aza Raskin
0e397248d5
+ Fixed a bug where closing the last tab in an un-named group would deposit you on a random tab.
2010-05-06 18:10:18 -07:00
Ian Gilman
2c18390f22
+ merge
2010-05-06 17:13:51 -07:00
Ian Gilman
6767f35c41
+ Removed tab bar control
...
+ Group title box now grows when you type into it, but always stays smaller than the width of the group
2010-05-06 17:01:53 -07:00
Aza Raskin
6aeb7dc566
+ You can now click-n-drag in empty space to create a group. If the group is too small, it will animate away (the cancel action) and if they group contains orphaned tabs, lo', it pulls those tabs into itself.
...
+ Changed the behavior of removing the penultimate tab from a group. The group no longer goes away until the very last tab is removed.
+ Added some new rect utilities for finding if a point/rect is inside another rect
2010-05-06 16:28:10 -07:00
Aza Raskin
ac92c50c1c
+ You can now click-n-drag in empty space to create a group. If the group is too small, it will animate away (the cancel action) and if they group contains orphaned tabs, lo', it pulls those tabs into itself.
...
+ Changed the behavior of removing the penultimate tab from a group. The group no longer goes away until the very last tab is removed.
+ Added some new rect utilities for finding if a point/rect is inside another rect
2010-05-06 16:28:10 -07:00
Aza Raskin
559c4b04fa
+ Fixed an ugly bug where you could get trapped at an orphan tab (one that isn't in a group)
...
+ The tab bar for an orphaned tab shows all orphaned tabs.
+ Added more documentation.
2010-05-05 00:47:07 -07:00
Ian Gilman
52f82b8f20
+ When coming back from a tab, the tabs in the group are rearranged visually (to match the new order in memory) if you've moved the tabs around in the tab bar
2010-05-04 17:13:07 -07:00
Ian Gilman
7a7a5382a6
+ merge
2010-05-04 16:44:20 -07:00
Ian Gilman
9dc37e386b
+ A group with a single item now never stacks
...
+ Improved minimal size for groups and tabs inside of groups
+ When you close the active group, it was still being remembered as the active group (even though it didn't exist anymore); fixed.
+ If you have two tabs with the same url in different groups, and you refresh, it now does the right thing (unless that url is about:blank, in which case it drops them in the "new tabs" group)
+ Updated documentation (since Aza's been commenting!)
2010-05-04 16:44:03 -07:00
Aza Raskin
1de9143329
Updated a comment.
2010-05-04 15:58:29 -07:00
Aza Raskin
59edbb1b44
With Ian's help this commit:
...
+ Adds an new-tab animation that Feels Right(tm) [although the timing might still need tweaking]
+ When new tabs are added while TabCandy is focused, the no longer animate in from a random location.
2010-05-04 15:57:19 -07:00
Ian Gilman
52992045a9
+ fixed aza's heisenbug having to do with creating new tabs
2010-05-04 14:55:17 -07:00
Aza Raskin
bf2dd202ae
+ Moved back to black overlay look for stacks
...
+ Grappling with a correct new-tab animation
2010-05-04 13:52:25 -07:00
Aza Raskin
092367501d
+ Added reverse-syncing of tab ordering: from tab bar order to group order.
...
- Before this commit, changing the order of tabs in a group would change
the order of tabs in the tab bar on zoom-in.
- After this commit, that continues to be the case. In addition, if you
change the order of tabs in the tab bar, those changes will be reflected
in the order of tabs in the group.
2010-05-03 18:05:43 -07:00
Ian Gilman
bbc0db3ce9
+ merge
2010-05-03 17:12:20 -07:00
Ian Gilman
8e4da71b78
+ Removed vestigial double click handler
...
+ New tab button animation now goes to where the tab is actually going to arrive
+ Giving a little more space at the bottom of groups so tabs overlap the new tab button
+ Fixed issue with tab reconnection on startup
2010-05-03 17:11:44 -07:00
Aza Raskin
9728d5ae88
+ Added some code that, when you zoom into a group, moves all of the tabs to the end of the tabstrip (in the order which they appear in the group). This does two things:
...
(1) It means that the tabs are shown in the order which they appear in the group. Keeps the mental model clean.
(2) When you close a tab, the next tab that is focused is sane (i.e., it is in the group not some random tab)
2010-05-03 16:48:10 -07:00
Ian Gilman
82fe48592b
+ merge
2010-05-03 15:32:43 -07:00
Ian Gilman
6ba8c7860f
+ Tabs dropped on stacks now appear on top
...
+ Misc fixes
+ We now show chrome tabs (but not the tab candy tab)
+ When the browser first starts up, it takes it a while for the tabs to all get their correct URLs; we now properly deal with this when reconnecting them to their groups
+ Added a "dev" menu in the upper left for various debugging features. Nothing much there so far
2010-05-03 15:32:11 -07:00
Ian Gilman
a03e476618
+ Tabs dropped on stacks now appear on top
...
+ Misc fixes
+ We now show chrome tabs (but not the tab candy tab)
+ When the browser first starts up, it takes it a while for the tabs to all get their correct URLs; we now properly deal with this when reconnecting them to their groups
+ Added a "dev" menu in the upper left for various debugging features. Nothing much there so far
2010-05-03 15:32:11 -07:00
Aza Raskin
92b7dd395f
+ Added a first-pass at a new-tab interface for groups.
...
+ TODOs (see the code)
+ (1) There is a potential race condition groups.js:line 121
+ (2) The new tab animation is to the wrong place groups.js:line 96
2010-05-03 15:24:22 -07:00
Aza Raskin
650ed216f9
+ Removed more Toolbar button code (it is no longer needed given that we are showing tabs)
...
+ The activated group is now set when you open a stacked tray's overlay. This means that new tabs go in the right spot for stacked groups.
2010-05-01 00:21:15 -07:00
Aza Raskin
1bde7082e5
+ We use to show tabcandy whenever we closed any tab. We now only focus tabcandy when the last tab in a group is closed.
...
+ TODO: Ideally, we should have an animation of the last tab be zoomed out into the tabcandy interface, and then that tab fading away along with the group (if the group is unnamed).
2010-04-30 23:50:43 -07:00
Aza Raskin
d89e770eac
+ We use to show tabcandy whenever we closed any tab. We now only focus tabcandy when the last tab in a group is closed.
...
+ TODO: Ideally, we should have an animation of the last tab be zoomed out into the tabcandy interface, and then that tab fading away along with the group (if the group is unnamed).
2010-04-30 23:50:43 -07:00
Aza Raskin
4a9d7ef349
+Styling for groups to make it less apple-like
2010-04-30 17:26:28 -07:00
Ian Gilman
6ac56dfa95
+ Fixed a bug making it so you couldn't close tabs that were just .mov
...
+ Commented out the _render routine in toolbar-button.js, as it was throwing exceptions and didn't seem to work anyway
+ Added some asserts to Item and cleaned up its documentation
+ Made Utils.assert more robust
+ Made tabs prettier when stacked
+ Commented out js lint, which doesn't seem to work in this context
+ Fixed it so you can't resize locked groups
+ Made it so the "new tabs" group is no longer locked (for the time being at least)
+ Tabs no longer change order when you drag their groups around
+ The tray now goes away more beautifully
+ You now have to drag at least 100 pixels and at least 500 milliseconds before a tab is pulled out its tray
+ No longer reserving space at the bottom of the screen for the "new tabs" group
+ Tab titles now go away when stacked and come back when not (there was a problem with them coming back)
+ No longer explicitly positioning the "new tabs" group
2010-04-30 17:24:03 -07:00
Ian Gilman
89723d2a2c
+ Fixed a bug making it so you couldn't close tabs that were just .mov
...
+ Commented out the _render routine in toolbar-button.js, as it was throwing exceptions and didn't seem to work anyway
+ Added some asserts to Item and cleaned up its documentation
+ Made Utils.assert more robust
+ Made tabs prettier when stacked
+ Commented out js lint, which doesn't seem to work in this context
+ Fixed it so you can't resize locked groups
+ Made it so the "new tabs" group is no longer locked (for the time being at least)
+ Tabs no longer change order when you drag their groups around
+ The tray now goes away more beautifully
+ You now have to drag at least 100 pixels and at least 500 milliseconds before a tab is pulled out its tray
+ No longer reserving space at the bottom of the screen for the "new tabs" group
+ Tab titles now go away when stacked and come back when not (there was a problem with them coming back)
+ No longer explicitly positioning the "new tabs" group
2010-04-30 17:24:03 -07:00
Aza Raskin
8e2f4638c6
+ Visual cleanup:
...
+ Page names are no longer visible when in stacks
+ Page names have been prettified when in the stack tray.
+ TODO: Page names don't seem to come back after a group is turned into a stack, and then unstacked.
2010-04-29 00:42:37 -07:00
Aza Raskin
5e96413c12
This is a feel update.
...
+ Created a new easing function called "tabcandyBounce" (which will soon be all the rage in the underground dance clubs fo Europe).
+ tabcandyBounce is the kind of easing function that gentle overshoots the ends and then bounces back, giving a human feel.
+ tabcandyBounce feels faster than it actually is :)
+ The new easing function is now used for most animations.
2010-04-28 20:12:34 -07:00
Ian Gilman
7fcdbe0da5
+ merge
2010-04-28 17:18:24 -07:00
Ian Gilman
be7ec21618
+ Stacks now expand into a special "tray"
...
+ You can now once again rename groups
2010-04-28 17:18:02 -07:00
Aza Raskin
6b138766fa
+ Groups now keep the concept of which group is "active"
...
+ When you open a new tab in an active group, that new tab belongs to the active group.
+ Made the New Tabs area much smaller.
2010-04-28 16:39:15 -07:00
Aza Raskin
49d201524c
+ Added Math.tanh by way of utils
...
+ Added a minimum and maximum scale
2010-04-28 13:17:43 -07:00
Aza Raskin
600f65520e
+ Added Math.tanh by way of utils
...
+ Added a minimum and maximum scale
2010-04-28 13:17:43 -07:00
Ian Gilman
fe2a93f8b1
+ merge
2010-04-27 16:30:15 -07:00
Ian Gilman
0fd506d838
+ First version of stacks
...
+ Cleaned up issues with algorithm for choosing where to position a tab dropped into a group
+ You can no longer drag a tab or group around by its close box
+ Changed tab drop tolerance… tabs now just need to overlap 50% in order to group. This is to make it consistent with dropping a tab on an existing group, which already behaved this way
+ A single tab in a group will no longer fill the entire group
2010-04-27 16:11:49 -07:00
Aza Raskin
ff9182c0b3
An experimental idea that makes that tabbar show only items in your current group.
2010-04-27 15:31:20 -07:00
Ian Gilman
02aad3a293
+ squishing no longer forces groups into tab aspect ratio
...
+ user-set sizes are now respected when unsquishing
2010-04-26 17:23:15 -07:00
Ian Gilman
010755dd60
+ Point's constructer now accepts a point to copy
...
+ Added the close box back to the "new tab" group; it doesn't close the group, but it closes all the tabs. Seems like a useful feature, though maybe it shouldn't look like all the other close boxes
+ Groups no longer auto-close when all items are removed, if they're named
+ You can now close an empty group
+ Fixed bug with dragging tabs out of a group
+ Resizing the window now works, even if you've closed tab candy
+ When unsquishing, groups aren't forced into tab aspect ratio
2010-04-26 16:48:46 -07:00
Ian Gilman
5a7c31269c
+ Point's constructer now accepts a point to copy
...
+ Added the close box back to the "new tab" group; it doesn't close the group, but it closes all the tabs. Seems like a useful feature, though maybe it shouldn't look like all the other close boxes
+ Groups no longer auto-close when all items are removed, if they're named
+ You can now close an empty group
+ Fixed bug with dragging tabs out of a group
+ Resizing the window now works, even if you've closed tab candy
+ When unsquishing, groups aren't forced into tab aspect ratio
2010-04-26 16:48:46 -07:00
Ian Gilman
94ee161a69
+ Now reconnecting tabs with groups
...
+ Groups now have unique ids
+ Items now have a "parent" property (instead of $(this.container).data('group'))
+ Group.add now accepts Item objects rather than just jQuery objects
+ Fixed several cold start issues
2010-04-26 13:37:39 -07:00
Ian Gilman
632b510cbe
+ Fixed an unfortunate bug in Rect copying
...
+ Now reconstituting groups from saved file
+ Now saving and reconstituting tabs
+ Fixed start up problem when there's only one tab
2010-04-23 17:11:06 -07:00
Ian Gilman
4f29244c0c
+ Fixed an unfortunate bug in Rect copying
...
+ Now reconstituting groups from saved file
+ Now saving and reconstituting tabs
+ Fixed start up problem when there's only one tab
2010-04-23 17:11:06 -07:00
Ian Gilman
b73910fa14
+ We're now storing data in a file named after your candy, in a folder named 'tabcandy' inside your profile folder (e.g. tabcandy/revision-a.json). Currently the only data that's round-tripped is whether you have hidden the tab bar, but we are saving group data out (just not reading it yet).
...
+ The nav bar wasn't successfully hiding when first starting the browser; fixed.
2010-04-22 17:19:42 -07:00
Ian Gilman
9854addfd4
+ merge
2010-04-22 14:27:18 -07:00
Ian Gilman
66038da2c2
+ Updated Utils logging to deal gracefully with object properties you can't access (for permissions reasons, for instance)
...
+ Added storage.js… starting serialization
+ Disabled autoscroll on drag; the window should be locked down now
+ Fixed Aza's "cute little bug"; small tabs used to scoot up and left
2010-04-22 14:26:57 -07:00
Ian Gilman
c1fc86ad42
+ Updated Utils logging to deal gracefully with object properties you can't access (for permissions reasons, for instance)
...
+ Added storage.js… starting serialization
+ Disabled autoscroll on drag; the window should be locked down now
+ Fixed Aza's "cute little bug"; small tabs used to scoot up and left
2010-04-22 14:26:57 -07:00
Aza Raskin
1e265b4716
+ Animation when adding a page into a stack
...
+ Make sure stack overlays are shown inside the window.
2010-04-22 16:13:19 -04:00
Aza Raskin
830b02ada1
More updates to stacking inside of zoomgroups.
...
+ It works now!
+ Shrink a group to a pile and then click on the stack.
+ The group opens in an overlay.
+ Moving your cursor outside the group makes it animate back into the stack.
2010-04-22 15:51:48 -04:00
Aza Raskin
3cd419c6fd
First pass at an implementation of stacks.
...
+ In Zoomgroups put some pages into a group, then scale it down
+ It will animate itself into a stack
+ Pull it out again and it will go back to being a zoomgroup
2010-04-22 12:38:37 -04:00
Ian Gilman
dc891cb0ec
+ finished locking down the "new tabs" group… can no longer be renamed or auto deleted
...
+ Removed potential slowdown for dragging tabs… should be the same now as it was before my "keeping groups and children in sync" fix
2010-04-21 17:27:28 -07:00
Aza Raskin
043202fa79
Cleaned up the interaction around naming a group.
...
+ Animation on changing the default name
+ Appropriate color changes
+ Only show the input box on hover
2010-04-21 14:12:41 -04:00
ffxbld
8a9a3a9ad4
Bug 583967. Beta3 version bump. r=nthomas
2010-08-04 11:38:06 -07:00
Ian Gilman
c52c71a8a5
+ menu key now works
...
+ started locking down the "new tabs" group
+ children no longer lag when dragging a group
+ you can no longer nest groups inside of other groups (for now)
2010-04-20 16:49:55 -07:00
Ian Gilman
5ee8d661e0
+ Items now has a squishMode variable you can set to one of three possible ways to deal with items getting pushed off the screen: resize the whole set, squish only the ones getting pushed off, let them get pushed off but then have them push back on when there's room
2010-04-20 15:42:06 -07:00
Ian Gilman
113e992ce0
+ merge
2010-04-20 14:45:52 -07:00
Ian Gilman
c35ba4c0a7
+ now with unsquish!
2010-04-20 14:45:29 -07:00
Aza Raskin
68f47fda0b
Performance tweaks:
...
+ We pause tab mirroring/painting on zooms.
+ We remove box shadows and rounded corners on zooms. (Which, according to Shark, was costing around 10% time)
2010-04-20 16:05:07 -04:00
Ian Gilman
3275183e62
+ First working version of squish
2010-04-20 11:47:54 -07:00
Aza Raskin
09772167ee
+ Added animation to showing/hiding the tabbar
...
+ More updates to the TabCandy Spec
2010-04-20 13:53:07 -04:00
Markus Stange
ba86dfae0a
Bug 392188 - Don't allow click-through on tab close buttons. r=Enn
2010-07-16 14:57:32 +02:00
Ian Gilman
118f1783cd
+ The "new tab" group no longer gets pushed away by the other items
...
+ Started work on Squish!™ code, not ready yet, so disabled
2010-04-16 17:21:03 -07:00
Ian Gilman
cca8b5e120
+ The "new tab" group no longer gets pushed away by the other items
...
+ Started work on Squish!™ code, not ready yet, so disabled
2010-04-16 17:21:03 -07:00
Ian Gilman
c40d196b3f
+ The tab bar toggle now has a down arrow when clicking on it will pull the tab bar down and an up arrow when it will push the tab bar up (was reversed)
...
+ The tab bar toggle and decorative strip now reside above the tab candy content in Z
+ Group titles now have prompt text/icon
+ Additional documentation (especially Mirror)
+ Fixed the dev mode features (were broken by the tab bar toggle changes)
+ The Firefox nav bar now correctly shows again when you create and go to a new tab
2010-04-16 15:09:23 -07:00
Ian Gilman
56db6cd241
+ The tab bar toggle now has a down arrow when clicking on it will pull the tab bar down and an up arrow when it will push the tab bar up (was reversed)
...
+ The tab bar toggle and decorative strip now reside above the tab candy content in Z
+ Group titles now have prompt text/icon
+ Additional documentation (especially Mirror)
+ Fixed the dev mode features (were broken by the tab bar toggle changes)
+ The Firefox nav bar now correctly shows again when you create and go to a new tab
2010-04-16 15:09:23 -07:00
Aza Raskin
d6137a02d5
Added a beautiful tabbar toggle. Woot!
2010-04-14 19:06:17 -07:00
Aza Raskin
dfca37f2d3
Updated the specification to include the stacks metaphore.
2010-04-14 17:15:38 -07:00
Ian Gilman
d54682ea3a
+ added the title and close box back to groups, with some basic styling
...
+ the "new tab" group now always lives at the bottom of the page
+ the candy switcher and the "grid" and "sites" features are now hidden by default. add ?dev=1 to the url to show them
+ the Firefox nav bar is now hidden when you're in the tab candy page
+ the starting grid now scales depending on how many tabs you have. (it is in fact sharing the arrange code that groups use for their children)
2010-04-14 17:12:06 -07:00
Aza Raskin
81e6b81193
Fixed some bugs with the badge counter.
2010-04-13 15:53:19 -07:00
Aza Raskin
c00011d05d
Fixed some performance issues (?!) with the Toolbar. When I added it to tabitems.js it caused the browser to freeze up.
...
Instead, I added a new event listener for tab openings which updates the badge. This solves two problems at once.
2010-04-13 15:34:30 -07:00
Aza Raskin
0c7a8bffe8
Added the code to show the unread badge in the toolbar on new tab openings and hide the unread count when you visit tabcandy.
...
Some problems:
+ The badge only gets updated when a tab finished *loading*
2010-04-13 15:03:16 -07:00
Aza Raskin
f2f1873257
Updated toolbar-button.js:
...
+ Now handles being embedded both in a browser.xul context (i.e., in firefoxOverlay.xul) and a more normal content document context
+ Access the toolbar in a normal context via Toolbar.*
+ Automatic badging for unread tabs: just set Toolbar.unread += 1 or some such.
2010-04-13 14:55:51 -07:00
Aza Raskin
81220cecdf
Aza sings the Merge song:
...
They were plentiful when from the darkness it emerged
The dark mercurial spirits singing SVN a dirge
A beast with many heads
No arms but branches in its stead
As you push into unknowns your final utterance will be "merge"
-- The only surving translation of the last song of the commited.
2010-04-12 23:16:28 -07:00
Aza Raskin
4a8cec5b6f
Added a TabCandy button to the navigation toolbar on startup.
...
+ Clicking on it opens a tab to Revision-A
- The tab is moved to being the first tab
- The tab is visually hidden
- Clicking on it again re-uses the opened tab
Some notes:
* Only styled for OSX
* We should think about loading the page in the background on startup
so that there is no time delay when clicking on it the first time
2010-04-12 23:04:25 -07:00
Ian Gilman
947754f10b
+ Removed unnecessary margin and padding from tabs and groups (was messing up layout)
...
+ Now compensating for padding in tabs when laying them out
+ Tab titles are now a single line, cut at the width of the tab (but no ellipsis yet)
+ Groups now have the move cursor
+ Tab resizing now works, and is disabled when a tab is in a group
+ We now have a "new tabs" group that new tabs go into (created as needed)
+ New layout algorithm for tabs inside a group. It's not as space efficient as the last one, but the unused space is at the bottom rather than the right side, and in general I think it behaves more like people expect.
+ Groups now have a minimum width when resizing
+ If you drag the second to last tab out of a group and don't return it to that group, the group now dissolves.
+ When a tab gets below a certain size, its thumbnail and close box are hidden
+ When a tab's title gets below a certain size, it is hidden.
2010-04-12 17:20:35 -07:00
Ian Gilman
67e62540bf
+ Removed unnecessary margin and padding from tabs and groups (was messing up layout)
...
+ Now compensating for padding in tabs when laying them out
+ Tab titles are now a single line, cut at the width of the tab (but no ellipsis yet)
+ Groups now have the move cursor
+ Tab resizing now works, and is disabled when a tab is in a group
+ We now have a "new tabs" group that new tabs go into (created as needed)
+ New layout algorithm for tabs inside a group. It's not as space efficient as the last one, but the unused space is at the bottom rather than the right side, and in general I think it behaves more like people expect.
+ Groups now have a minimum width when resizing
+ If you drag the second to last tab out of a group and don't return it to that group, the group now dissolves.
+ When a tab gets below a certain size, its thumbnail and close box are hidden
+ When a tab's title gets below a certain size, it is hidden.
2010-04-12 17:20:35 -07:00
Aza Raskin
9af26a4f2f
+ Fixed the implementation of closing
...
+ Cleaned up the CSS styles by using background images
2010-04-10 02:16:02 -07:00
Aza Raskin
a9aa8e9e59
Now correctly sizes new tabs.
2010-04-10 01:50:04 -07:00
Aza Raskin
d27c70768f
+ Fixex a bug whereby the titles of pages would be hidden inside of groups.
2010-04-09 15:48:29 -07:00
aza@More-Better-Internet.local
2b6c10e7e8
+ Tabs regain appropriate styling when being removed from a group.
2010-04-09 15:17:59 -07:00
aza@More-Better-Internet.local
a36b60726f
+ Continued cleanup of zoom code.
...
+ Tabs now have the correct style inside of groups.
2010-04-09 15:17:08 -07:00
aza@More-Better-Internet.local
2e81996a61
Fixed sizing issues in the new style, as well as cleaned up the zoom code.
2010-04-09 12:49:54 -07:00
aza@More-Better-Internet.local
fa48f64a49
Fixed the height of the pages.
2010-04-09 12:21:31 -07:00
Ian Gilman
0c125207f4
+ Merging; looks like we had a little collision in the group DOM area
2010-04-09 10:21:12 -07:00
Ian Gilman
300cdc43a7
+ The container for a Group now encompasses its whole bounds; the titlebar is within it rather than outside of it. This is a cleaner structure, and fixes some issues with the titlebar, as well as allowing us to see the red glow for when a group will be dropped into another group. There are still some issues, but I think we'll leave them until we have a visual design.
2010-04-09 10:03:51 -07:00
aza@host-3-23.mv.mozilla.com
f3a53e7397
Merge with the docs.
2010-04-08 17:39:00 -07:00
aza@host-3-23.mv.mozilla.com
562d1e7d86
Begun adding a new theme, by Sean Martell.
2010-04-08 17:38:06 -07:00
Ian Gilman
422bed4c5c
+ Put Natural Docs ( http://www.naturaldocs.org/ ) -friendly comments in items.js
...
+ Added a doc folder that contains generated documentation
+ Now pointing to the doc folder from the Tab Candy home page
+ The Tab Candy home page is now accessible from the Candy drop-down
2010-04-08 16:36:11 -07:00
Ian Gilman
dac099a53e
+ Put Natural Docs ( http://www.naturaldocs.org/ ) -friendly comments in items.js
...
+ Added a doc folder that contains generated documentation
+ Now pointing to the doc folder from the Tab Candy home page
+ The Tab Candy home page is now accessible from the Candy drop-down
2010-04-08 16:36:11 -07:00
Ian Gilman
b2019ace2e
+ Groups lose their resize handle when they get dropped into a group (and get it back when they get pulled out)
...
+ Now properly handling z order for dragging and nesting groups
+ If a group is the last item inside a group, closing it now closes the outer group as well
+ Fixed bug causing the closing of unrelated tabs to destroy groups
2010-04-02 17:33:06 -07:00
Ian Gilman
23654df28d
+ Groups lose their resize handle when they get dropped into a group (and get it back when they get pulled out)
...
+ Now properly handling z order for dragging and nesting groups
+ If a group is the last item inside a group, closing it now closes the outer group as well
+ Fixed bug causing the closing of unrelated tabs to destroy groups
2010-04-02 17:33:06 -07:00
Ian Gilman
21602128cb
+ Reenabled the titlebar
...
+ Fixed the "sites" feature
+ Fixed pushAway for groups
2010-04-02 15:10:35 -07:00
Dan Walkowski
6b53b8f2f1
ZOMG MERGE. You HG Bastard.
2010-04-01 17:59:17 -07:00
Dan Walkowski
0e08d8be79
ZOMG MERGE. You HG Bastard.
2010-04-01 17:59:17 -07:00
Dan Walkowski
b6c23624b1
merge
2010-04-01 17:26:51 -07:00
Dan Walkowski
3a5ccc3063
merge
2010-04-01 17:26:51 -07:00
Ian Gilman
9b3f9c82e0
+ We're now keeping track of item locations independently of their divs
...
+ Renamed Group._container to .container (which it now inherits from Item)
+ Added Item.debug flag which turns on rectangles for debugging item locations
+ further unified dragging tabs vs dragging groups
+ Further unified the Group and TabItem objects under Item
2010-04-01 17:20:59 -07:00
Ian Gilman
b0f1e5d93f
+ We're now keeping track of item locations independently of their divs
...
+ Renamed Group._container to .container (which it now inherits from Item)
+ Added Item.debug flag which turns on rectangles for debugging item locations
+ further unified dragging tabs vs dragging groups
+ Further unified the Group and TabItem objects under Item
2010-04-01 17:20:59 -07:00
Dan Walkowski
86a3696b74
added drop feedback when creating a new group, which looks like a group, and then animates into the final arranged shape.
2010-04-01 17:19:21 -07:00
Dan Walkowski
a0d5baf3dd
added drop feedback when creating a new group, which looks like a group, and then animates into the final arranged shape.
2010-04-01 17:19:21 -07:00
Ian Gilman
6e6112ceb1
+ merge from depot
2010-03-31 17:26:12 -07:00
Ian Gilman
f24a774140
+ font size for tab names now scales properly
...
+ tabs now return to their proper size when you pull them out of a group
+ you can now nest groups inside of other groups (though all of the funky repercussions haven't been sorted out yet)
2010-03-31 17:24:16 -07:00
Ian Gilman
033ae50793
+ font size for tab names now scales properly
...
+ tabs now return to their proper size when you pull them out of a group
+ you can now nest groups inside of other groups (though all of the funky repercussions haven't been sorted out yet)
2010-03-31 17:24:16 -07:00
Dan Walkowski
d219e8fe08
cleaned up drag/drop code
2010-03-31 16:16:42 -07:00
Ian Gilman
34935fdee3
+ Cleaned up various close and remove routines (the close group feature wasn't working properly)
...
+ Improved Tabs.tab() (though it's still kind of a hack); new tabs weren't being hooked up properly
2010-03-30 11:05:53 -07:00
Ian Gilman
7abb15a948
+ The Grid and Sites features now work properly
2010-03-29 17:23:35 -07:00
Ian Gilman
f83c10d252
+ Group and TabItem now inherit from Item (currently the pushAway routine and isAnItem property)
...
+ Group._children is now an array of Items (rather than DOM elements)
+ Groups and tabs now push other items away when they're moved, and groups also do so when resized
+ The Groups object now keeps an array of groups. This is more robust than counting DOM elements, for instance when a group is fading away (you want to act like it doesn't exist, even though its DOM element is still on the screen)
+ Documented the Item interface in items.js
+ lots of miscellaneous refinements to the code
2010-03-29 16:08:48 -07:00
Ian Gilman
2f3def3f85
+ Removed Group.create() and made it the constructor instead
...
+ Added Group to window
+ Moved window.Items into items.js
+ Moved window.TabItem into tabitems.js and added a window.TabItems, which is largely the mod routine pulled from ui.js
2010-03-29 11:55:13 -07:00
Ian Gilman
f56556d9ec
+ Branched the shared groups stuff into copies just for revision-a; we've got a bunch of work to do, and it's not worth trying to keep all of the other candies compatible at the moment.
...
+ Added jquery.lint to revision-a. Haven't caught anything yet, but seems like it could be helpful.
+ More fiddling with the resizer css
--HG--
rename : browser/themes/pinstripe/browser/tabcandy/shared/resizer.png => browser/themes/pinstripe/browser/tabcandy/resizer.png
2010-03-29 11:16:18 -07:00
Aza Raskin
43e771a74a
+ Made the resizer graphic URL absolute instead of relative so that it works in any candy.
...
+ Removed some vestigial code.
2010-03-26 14:43:58 -07:00
Ian Gilman
f8af9b8d0d
+ First working draft of tabs and groups getting pushed out of the way by the creation of a new group
...
+ The grid feature now removes all the tabs from their groups beforehand; it doesn't restore tab sizes properly yet
+ You can now rearrange tabs inside a group
+ More geometry:
++ The Rect constructor now accepts either coordinates or another Rect
++ Rect.inset now accepts either coordinates or a Point
++ New functions: Rect.offset and Rect.equals
2010-03-26 11:34:09 -07:00
Ian Gilman
f2426297ad
+ First working draft of tabs and groups getting pushed out of the way by the creation of a new group
...
+ The grid feature now removes all the tabs from their groups beforehand; it doesn't restore tab sizes properly yet
+ You can now rearrange tabs inside a group
+ More geometry:
++ The Rect constructor now accepts either coordinates or another Rect
++ Rect.inset now accepts either coordinates or a Point
++ New functions: Rect.offset and Rect.equals
2010-03-26 11:34:09 -07:00
Ian Gilman
a1ca195f7b
+ moved groups.js and resizer.png to shared locations
...
+ more work on groups pushing things out of the way
+ some steps toward having groups and tabs share an interface
+ more geometry: we now have a point class, and the rect class now has center and intersect routines
2010-03-25 17:22:45 -07:00
Ian Gilman
a78be22cf5
+ moved groups.js and resizer.png to shared locations
...
+ more work on groups pushing things out of the way
+ some steps toward having groups and tabs share an interface
+ more geometry: we now have a point class, and the rect class now has center and intersect routines
--HG--
rename : content/candies/zoomgroups/gfx/resizer.png => browser/themes/pinstripe/browser/tabcandy/shared/resizer.png
2010-03-25 17:22:45 -07:00
Ian Gilman
cd6d84b400
+ merged aza's merge of my merge
2010-03-24 16:55:45 -07:00
Ian Gilman
273eaddcf9
+ Removed the margin from the tabs; we need to handle buffers more explicitly
...
+ You can no longer launch into a tab by right clicking it
+ A group's close box now works
+ A group's title bar now works again (silly css misunderstanding)
+ Added a basic Rect object to utils.js, and a getBounds routine for retrieving the bounds of a DOM element
+ The Utils logging routines no longer expand functions (instead just saying that it's a function)
2010-03-24 16:54:48 -07:00
Ian Gilman
59fede1f1f
+ Removed the margin from the tabs; we need to handle buffers more explicitly
...
+ You can no longer launch into a tab by right clicking it
+ A group's close box now works
+ A group's title bar now works again (silly css misunderstanding)
+ Added a basic Rect object to utils.js, and a getBounds routine for retrieving the bounds of a DOM element
+ The Utils logging routines no longer expand functions (instead just saying that it's a function)
2010-03-24 16:54:48 -07:00
aza@host-7-5.mv.mozilla.com
b3577711c2
+ Merged Ian's code into our local files
...
+ Added position-dependent additions to gropus.
2010-03-24 16:27:56 -07:00
Ian Gilman
ecae3c0688
+ finally doing an old merge that's been waiting
...
--HG--
rename : content/candies/original/index.html => content/candies/revision-a/index.html
2010-03-24 15:00:30 -07:00
Ian Gilman
474a4b0a32
+ Attempting to merge
2010-03-24 14:46:10 -07:00
Ian Gilman
1b205f401a
+ Removed search box
...
+ It's no longer possible to accidentally launch into a tab by dragging the mouse and ending up on a tab. Same for close boxes
+ It's no longer possible to add a tab to a group twice (by dragging it around inside the group)
+ When a tab inside a group is closed, it's removed from the group. If it's the last in the group, the group goes away
+ Refactored mirror code to make mirror objects first-class citizens
+ Added a utility routine for determining if an object is a jQuery object (couldn't find one in jQuery itself)
2010-03-24 14:38:23 -07:00
Ian Gilman
0e766773cc
+ Removed search box
...
+ It's no longer possible to accidentally launch into a tab by dragging the mouse and ending up on a tab. Same for close boxes
+ It's no longer possible to add a tab to a group twice (by dragging it around inside the group)
+ When a tab inside a group is closed, it's removed from the group. If it's the last in the group, the group goes away
+ Refactored mirror code to make mirror objects first-class citizens
+ Added a utility routine for determining if an object is a jQuery object (couldn't find one in jQuery itself)
2010-03-24 14:38:23 -07:00
aza@host-7-5.mv.mozilla.com
4e526071e7
Updated the group code to have a sane arrangement algorithm.
2010-03-24 14:17:05 -07:00
Ian Gilman
0a3cdaf54d
+ Created "revision-a" candy, mostly based on original, but with some additions from ian1
...
--HG--
rename : content/candies/original/index.html => content/candies/revision-a/index.html
2010-03-24 10:34:25 -07:00
aza@localhost
8f40cdbd50
+ Added the ability for Groups to assume any shape
2010-03-23 18:16:19 -07:00
aza@localhost
571236dbca
+ Reverted from CSS-Transitions to jQuery Animations. There were just too many errors using Firefox 3.7 (like that new tabs stopped appearing, and closed tabs stopped dissapearing!)
...
+ Removed some un-needed code that dealt with old-style animations from both of the ui.js implementations (from ian1 and original)
+ Added code that handles zIndex went zooming
2010-03-22 19:19:40 -07:00
Ian Gilman
75b7f02e20
+ moved a number of the group-related styles into css/shared/groups.css. Unfortunately, I wasn't able to move everything I wanted to; Firefox 3.7 screwed up the relative URL in the resizer style, and somehow killed the position:absolute in close style (neither of those problems showed up in Firefox 3.6). At any rate, it's a step in the right direction.
...
+ Moved the pretty new group title bar into the original and ian1 candies, updating the close style so it works in both the tab and group contexts
+ Added forceCanvasSize and unforceCanvasSize functions to tab mirrors
+ Used the new canvas size forcing functions to make the zoom in and out happen in high resolution. Not convinced it's an improvement, especially in the reverse zoom.
+ Brought additional changes from the original candy to the ian1 candy
2010-03-22 17:12:32 -07:00
aza@More-Better-Internet.local
da844a2d5a
Original Flavour: Changed animation type from jQuery to css-transition. Doesn't seem to make that much different.
...
Also, fixed a bug where I didn't remove the "transitionend" event handler which was causing all sorts of strange things (like zooming in on a tab when the search-box was used.
2010-03-20 11:01:45 -07:00
aza@More-Better-Internet.local
191cec0c2a
ORIGINAL: Added the reverse zoom animation (for when switching back to tabcandy).
...
TODO: How do we get a prettier original image to zoom? How do you force a redraw?
2010-03-19 16:10:43 -07:00
aza@More-Better-Internet.local
a863dfd0ea
Added Tabs.onFocus back into tabs.js
2010-03-19 15:21:12 -07:00
aza@More-Better-Internet.local
e269a321a4
I incorrectly called css-transitions css-transforms. Fixed that.
2010-03-19 13:51:05 -07:00
aza@More-Better-Internet.local
4b9bda4a32
Added a check to see if Firefox 3.7+ is being used. It is required
...
for css-transforms.
2010-03-19 13:46:22 -07:00
aza@More-Better-Internet.local
d089ac6ea8
+ Added a zoom animation using CSS transitions.
...
When you click on a page (both in zoomgroups and original)
the page zooms to the foreground before the tab switch happens
giving the appearance of having the tab zoom to life.
Just after the switch the page resumes its normal size and
position.
It is so very pretty.
+ TODO: Add the reverse animation when switching back from
a tab.
2010-03-19 13:21:21 -07:00
aza@More-Better-Internet.local
610edfafbb
Added the concept of a menu bar on mouseover.
...
We are now part of the way towards getting namable spaces, as well as spaces that close a number of tabs.
2010-03-18 21:49:24 -07:00
Ian Gilman
baf88f8812
IAN1 CANDY:
...
+ Cleaned up the text location when shrunk down
+ Gave the groups rounded corners on all but the resize corner
+ Liberal use of overflow:hidden
+ Removed lasso (for now)
+ The "site" feature now uses grouping. Each site that has multiple pages gets its own group; the remaining pages are grouped together (unless there's only one remaining page, in which case it's just left alone (though maybe it should get a group too))
GROUPS:
+ Although the animation is chunky to non-existent, the Groups object now has an arrange() function that breaks the window into equal sections
+ Fixed a bug where dragging a tab within a group and dropping it again would add it a second time. Related to this bug, found that tabs were being added to the Group._children sometimes as DOM elements and sometimes as jQuery objects. Standardized on DOM objects
+ The Group class is now available from the Groups object, so outside code can create new groups
2010-03-17 17:32:49 -07:00
Ian Gilman
ae7247ac17
+ merge from depot
2010-03-17 14:21:29 -07:00
Ian Gilman
f4fa5c8cca
+ Moved my work on the stacks candy to the ian1 candy, and added groups to it
...
+ added automatic thumbnail repainting for resized thumbnails
+ updated the original and ian1 candies so the thumbnail scales automatically with the jquery animation of the whole tab
2010-03-17 14:06:07 -07:00
aza@More-Better-Internet.local
1c0af40847
* Groups are now resizable!
...
* Added a stop-gap measure for scaling tabs better. (Ian has a better, automatic solution?)
* Ported changes over to the original candy
** TODO: the .arrange() method doesn't work all that well in the original candy
2010-03-17 11:53:03 -07:00
aza@More-Better-Internet.local
59ccf4f8de
Added a new style of interaction called a zoom group. It is rather hot. I believe this is how we will be doing all future designs.
2010-03-17 01:07:00 -07:00
aza@More-Better-Internet.local
eae300dcb7
Merge.
2010-03-16 22:32:05 -07:00
aza@More-Better-Internet.local
b501b31c12
Merge.
2010-03-16 22:32:05 -07:00
aza@More-Better-Internet.local
df8b6b353d
Adds Utils.ilog(...) for "interactive log".
...
The first time you use the function, it embeds Firebug Lite and then uses that console. This makes it easy to introspect objects, etc. All-around good stuff.
2010-03-16 22:25:00 -07:00
aza@More-Better-Internet.local
76f57ff6c3
Adds Utils.ilog(...) for "interactive log".
...
The first time you use the function, it embeds Firebug Lite and then uses that console. This makes it easy to introspect objects, etc. All-around good stuff.
2010-03-16 22:25:00 -07:00
Ian Gilman
e291b9c562
+ More major cleanup in mirror.js (especially in the painting code)
...
+ New tabs in the stacks candy now find an empty hole rather than piling up at the top
+ The stacks candy now has a "site" feature (upper right) that groups the tabs by domain
+ TabMirror now has a feature to allow pausing paint updates. This allows you to fly things around the screen without getting stutter from paint calls. The stacks candy is currently the only candy that takes advantage of this.
+ The stacks candy was not visually deselecting a group that had been lassoed once the menu went away; it is now.
+ Added assert() to Utils
2010-03-15 17:15:27 -07:00
Ian Gilman
bd1bf6bcb9
+ More major cleanup in mirror.js (especially in the painting code)
...
+ New tabs in the stacks candy now find an empty hole rather than piling up at the top
+ The stacks candy now has a "site" feature (upper right) that groups the tabs by domain
+ TabMirror now has a feature to allow pausing paint updates. This allows you to fly things around the screen without getting stutter from paint calls. The stacks candy is currently the only candy that takes advantage of this.
+ The stacks candy was not visually deselecting a group that had been lassoed once the menu went away; it is now.
+ Added assert() to Utils
2010-03-15 17:15:27 -07:00
Ian Gilman
2268678298
+ Took out old paint throttling (which may have been causing more trouble than good) in prep for new paint throttling (some of which is already in)
2010-03-12 10:04:03 -08:00
Ian Gilman
6be415b2ad
+ merge from depot
2010-03-11 16:15:23 -08:00
Ian Gilman
239ef9c9b9
+ Added getMilliseconds() to Utils
...
+ Utils.error() now identifies the error as coming from tabcandy
+ Added a getMilliseconds() to mirror.js (for some reason, it wasn't liking the one in Utils) to replace the use of new Date(), which doesn't work in all situations
+ Added a heartbeat to TabMirror, where all painting happens now. This allows us to control when and how frequently painting happens, throttling when there are a lot of items on the screen.
+ Additional clean-up in TabMirror
2010-03-11 16:14:50 -08:00
Ian Gilman
530565c944
+ Added getMilliseconds() to Utils
...
+ Utils.error() now identifies the error as coming from tabcandy
+ Added a getMilliseconds() to mirror.js (for some reason, it wasn't liking the one in Utils) to replace the use of new Date(), which doesn't work in all situations
+ Added a heartbeat to TabMirror, where all painting happens now. This allows us to control when and how frequently painting happens, throttling when there are a lot of items on the screen.
+ Additional clean-up in TabMirror
2010-03-11 16:14:50 -08:00
aza@More-Better-Internet.local
ec26f49080
(1) Added Firebuglite to the add-on, making it a much more pleasent debugging experience.
...
(2) Greatly increased the functionality of the group candy.
2010-03-11 15:45:58 -08:00
Ian Gilman
0933282af3
+ debugging paint issues
2010-03-09 17:15:01 -08:00
Ian Gilman
6312dbb70b
+ Grouping now works in the original candy
...
+ Updated to jQuery 1.4.2
+ Nice menu fadeout behavior in the stacks candy (fades out faster for a click than a mouse out; pops back in if you mouse back over while it's fading out)
2010-03-09 15:46:39 -08:00
Ian Gilman
58689c6bf3
+ merge from depot
2010-03-09 14:22:04 -08:00
Ian Gilman
c375d0ff7e
+ Added a "close" feature to the group menu in the stacks candy
...
+ Added a tab() feature to window.Tabs, to get a tab object from one of the tab's elements
+ Stacks now pile up directly on top of each other in the stacks candy (rather than being offset a little)
+ Added Utils.isRightClick() for weeding out right clicks in mousedown
+ The Lasso now only starts for left clicks, not both left or right
2010-03-09 14:21:08 -08:00
Ian Gilman
1b1a4d59d1
+ Added a "close" feature to the group menu in the stacks candy
...
+ Added a tab() feature to window.Tabs, to get a tab object from one of the tab's elements
+ Stacks now pile up directly on top of each other in the stacks candy (rather than being offset a little)
+ Added Utils.isRightClick() for weeding out right clicks in mousedown
+ The Lasso now only starts for left clicks, not both left or right
2010-03-09 14:21:08 -08:00
aza@More-Better-Internet.local
8484649b97
Added a TODO to fix a very strange behavior in the customization of new tabs added.
2010-03-09 13:50:26 -08:00
Ian Gilman
a65cc2c1ba
+ Just debugging (adding logging)
2010-03-05 17:21:38 -08:00
Ian Gilman
81242b5bf1
+ Just debugging (adding logging)
2010-03-05 17:21:38 -08:00
Ian Gilman
94c745dd0d
+ merged from Aza
...
--HG--
rename : browser/base/content/tabcandy/app/jquery.lasso.js => browser/base/content/tabcandy/shared/jquery.lasso.js
rename : content/ian1/ui.js => content/candies/ian1/js/ui.js
rename : content/tab.html => content/candies/original/index.html
2010-03-05 15:31:45 -08:00
Ian Gilman
8b3238a109
+ temporarily adding a file back in, so the merge can happen
2010-03-05 15:18:15 -08:00
Ian Gilman
ccc443cb59
+ Major reorg: moved all visualizations into "candies" folder, moved core js files into "core" folder, and js files shared by a couple of visualizations into "shared" folder
...
+ the top level index.html now automatically grabs all the different visualizations and lists them
+ Added a visualization switcher that can be dropped into any visualization; drop down in the upper left of the window
+ The Utils routines log(), trace() and error() now take in any number of parameters. If a parameter is an object, its first level is automatically expanded
+ Fixed lasso in the "original" visualization
2010-03-05 15:14:10 -08:00
Ian Gilman
8f5edff379
+ Major reorg: moved all visualizations into "candies" folder, moved core js files into "core" folder, and js files shared by a couple of visualizations into "shared" folder
...
+ the top level index.html now automatically grabs all the different visualizations and lists them
+ Added a visualization switcher that can be dropped into any visualization; drop down in the upper left of the window
+ The Utils routines log(), trace() and error() now take in any number of parameters. If a parameter is an object, its first level is automatically expanded
+ Fixed lasso in the "original" visualization
--HG--
rename : browser/base/content/tabcandy/jquery-ui.js => browser/base/content/tabcandy/app/jquery-ui.js
rename : browser/base/content/tabcandy/jquery.js => browser/base/content/tabcandy/core/jquery.js
rename : browser/base/content/tabcandy/app/jquery.lasso.js => browser/base/content/tabcandy/shared/jquery.lasso.js
rename : content/ian1/index.html => content/candies/ian1/index.html
rename : content/ian1/ui.js => content/candies/ian1/js/ui.js
rename : content/line/index.html => content/candies/line/index.html
rename : content/line/js/jquery.line.js => content/candies/line/js/jquery.line.js
rename : content/line/js/jquery.select.js => content/candies/line/js/jquery.select.js
rename : content/tab.html => content/candies/original/index.html
rename : content/select/index.html => content/candies/select/index.html
rename : content/stacks/index.html => content/candies/stacks/index.html
rename : content/stacks/js/jquery.select.js => content/candies/stacks/js/jquery.select.js
rename : content/stacks/js/ui.js => content/candies/stacks/js/ui.js
2010-03-05 15:14:10 -08:00
aza@More-Better-Internet.local
6ebf6e2e09
Fixed the lasso selection for my tab.html page. And added functionality that let you say if the lasso colors in or not.
2010-03-04 12:06:37 -08:00
Ian Gilman
e771f496b6
+ Got rid of Utils.logger and replaced it with Utils.log, Utils.trace and Utils.error
...
+ Fixed "new tabs create 2 thumbnails" bug
2010-03-03 17:21:44 -08:00
Ian Gilman
30d686e566
+ Got rid of Utils.logger and replaced it with Utils.log, Utils.trace and Utils.error
...
+ Fixed "new tabs create 2 thumbnails" bug
2010-03-03 17:21:44 -08:00
Ian Gilman
812688ddb0
+ added 2 new experiences: stacks and line
...
+ updated main index.html to point to all experiences
+ did some file reorganization
--HG--
rename : content/select/js/jquery.lasso.js => browser/base/content/tabcandy/app/jquery.lasso.js
rename : browser/base/content/tabcandy/overlay.js => browser/base/content/tabcandy/app/overlay.js
rename : browser/base/content/tabcandy/pixastic.js => browser/base/content/tabcandy/app/pixastic.js
2010-03-01 17:11:51 -08:00
aza@173-138-80-177.pools.spcsdns.net
6644e58227
Added some presentations about the goals for this project.
2010-03-01 01:16:58 -08:00
Ian Gilman
a3a431e0cb
+ initial messing around; started a new page for my experiments, as well as a branching page to get between experiments
2010-02-26 10:25:20 -08:00
aza@70-7-150-98.pools.spcsdns.net
0f78096e62
Fixed a bug whereby the Tabs object was empty if Jetpack wasn't also installed.
...
Fixed a bug where weird errors would appear if there was nothing in the search box.
2010-02-24 02:41:27 -08:00
aza@70-7-150-98.pools.spcsdns.net
c7608d3d62
First commit.
2010-02-24 01:47:55 -08:00
aza@70-7-150-98.pools.spcsdns.net
f90716db0f
First commit.
2010-02-24 01:47:55 -08:00
Paul O'Shannessy
4b36f27a3f
Bug 584125 context menu on about:sync-tabs is messed up a=gavin.sharp r=dao
2010-08-19 18:09:38 -07:00
Jonas Sicking
771065358a
Bug 546857 Part 4: Make feed reader not use XUL elements directly in feed page. r=mano a=blocker
2010-08-19 16:12:46 -07:00
Jonas Sicking
662477756c
Bug 546857 Part 3: Make error pages not use xul buttons. r=dao a=blocker
2010-08-19 16:06:07 -07:00
Michael Wu
9f8b8e53fa
Bug 556644 - Yet another removed-files.in update, r=rs a=blocking-beta5
2010-08-19 16:52:55 -05:00
Jim Mathies ext:(%2C%20Rob%20Arnold%20%3Crobarnold%40cs.cmu.edu%3E)
69070bf96e
Bug 559613 - Reuse the rendering context for tab previews and drop the cache time to 5 seconds. r=robarnold,jimm sr=vlad
...
a=blocking2.0
2010-08-19 08:22:46 -07:00
Ehsan Akhgari
9cd77812ee
Bug 612353 - Account for the width of the app tab tray if present in RTL mode; r=ian.gilman a=gavin
2010-11-15 15:07:02 -05:00
Bill Gianopoulos
262c1041d6
Bug 585370 - "Implement the Firefox button on Linux" [r=dao ui-r=faaborg a=dolske]
2010-11-12 02:01:00 -08:00
Drew Willcoxon
f5561a25a6
Bug 613365 - If location bar is focused, hovering a link overlays a blue area on top of the current URL. It should not change the location bar. r=dao, a=dolske
2010-11-20 14:40:56 -08:00
Mihai Sucan
1a4e69a48e
Bug 601909 - Persist web console height; f=ddahl r=dietrich a=blocking2.0
2010-11-20 15:53:14 -04:00
Justin Dolske
894eece94b
Bug 598786 - Visual design for tab-modal prompts. r=dao, a=me
2010-11-19 21:23:30 -08:00
Justin Dolske
d1889c2d49
Bug 59314 - Alerts should be content-modal, not window-modal (Part 2). r=jst, feedback=gavin, a=blocking+
2010-11-19 21:23:27 -08:00
Justin Dolske
67a598434f
Bug 59314 - Alerts should be content-modal, not window-modal. r=gavin, a=blocking+
2010-11-19 21:23:25 -08:00
Justin Dolske
4e13204b40
Bug 613403 - Fix existing tests to work with tab-modal prompt changes. r=ehsan, a=testsonly
2010-11-19 15:15:27 -08:00
Gavin Sharp
f563ba74d6
Bug 608198: nsDefaultURIFixup::KeywordToURI should always strip leading "?" from keywords, r=bz, a=blocking
2010-10-31 16:01:28 -04:00
Michael Yoshitaka Erlewine
5df6c3756d
Bug 606827: Released and collapsing drag regions fade into... somewhere [r+a=dolske]
...
--HG--
extra : rebase_source : b225624a3e2352ce72b4ce5d90f3f53da141a8ac
2010-11-09 20:50:41 -05:00
Raymond Lee
e67fb325f5
Bug 597399 - Panorama: Typing in a digit when the search box isn't displayed produces letter in the box [r=ian, a=blocking2.0]
...
--HG--
extra : rebase_source : eedb975c38bf3adf82f5329d7f69bee5b233238e
2010-11-17 18:49:59 +08:00
Raymond Lee
5a526f7a04
Bug 599626 - After perform close group in Panorama, the browser becomes unresponsive [r=dolske, a=blocking2.0]
...
--HG--
extra : rebase_source : 4c4ad052302b44815f18671a7604ad897e67a176
2010-11-15 11:12:10 +08:00
Sean Dunn
fda733030b
Bug 587231 - "[Win7] Thumbnails sometimes like an abstract painting in TabCandy" [r=dolske+ian, a=blocking]
...
--HG--
extra : rebase_source : 0572058fbab9f8e8742cf3c9d23d3174f220e848
2010-09-09 22:29:00 -07:00
Ehsan Akhgari
fa11f878bf
Backed out changeset 364409371144 because of the orange
2010-11-18 18:35:04 -05:00
Ehsan Akhgari
56f296ce48
Bug 607482 - When in Private Mode, opening a new window causes FF button to flash orange and then turn purple; r=dao a=dietrich
2010-10-29 12:30:52 -04:00
Felipe Gomes
64603677c6
Bug 596151. Fine tune tabs height for touch-enabled theme. r=dao a=gavin
2010-11-18 13:44:58 -08:00
Drew Willcoxon
0a9b826ab2
Bug 612828 - Link target and current URL in location bar should transition at same non-linear rate. r=dao, a=gavin
2010-11-17 18:07:01 -08:00
Sean Dunn
7119f5fc9b
Bug 588630 - "When invoking TabCandy/Panorama with many open blank tabs, Firefox hangs & then pops up "Unresponsive Script" dialog" [r=dietrich, a=blocking]
...
--HG--
extra : rebase_source : 6a7a920136de79d479dd4ee67060f0274ee26759
2010-10-11 11:57:00 -07:00
Dão Gottwald
c73e843930
Bug 611827 - #titlebar-buttonbox shouldn't be stretched to fill the title bar (can cause white border under caption buttons when using a lightweight theme). r+a=gavin
2010-11-17 12:08:28 +01:00
Drew Willcoxon
9f27896d7c
Bug 597581 - Switching tabs should update location bar immediately, even if a link is hovered. r=dao, a=blocking2.0-final
2010-11-16 14:39:41 -08:00
Dan Witte
4725048bd9
Bug 599253 - TEST-UNEXPECTED-FAIL | browser_586068-cascaded_restore.js | Test timed out. Possible fix for intermittent orange. r=zpao, a=test-only
2010-11-16 09:37:09 -08:00
mano@mozilla.com
33ff5038c9
Bug 612230 - The bookmarks toolbar is empty in RTL Firefox if even one bookmark overflows the width of the toolbar [FOLLOWUP] (r=mak77, a=blocking)
2010-11-16 20:50:51 +07:00
Dietrich Ayala
cfdd9ab211
Bug 612230 - The bookmarks toolbar is empty in RTL Firefox if even one bookmark overflows the width of the toolbar (r=mak77, a=blocking)
2010-11-16 20:43:54 +07: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
cbf535d254
Bug 612305 - tabbrowser.xml is only interested in resize events for the chrome window, should ignore those for content windows. r=gavin
2010-11-16 10:19:00 +01:00
Raymond Lee
6d61a10531
Bug 595395 - Add pin events to AllTabs.jsm [r=dolske, a=dolske]
...
--HG--
extra : rebase_source : 591d2031a32ad7a034cd0681da49bc07f7c79097
2010-11-10 11:39:31 +08:00
Raymond Lee
5012624462
Bug 589324 - Switch-to-Tab after Session Restore does not respect Tab Candy grouping [r=dietrich, a=blocking2.0]
...
--HG--
extra : rebase_source : d686048096632e598662f946fc891fee1edfead6
2010-11-13 02:37:34 +08:00
Mounir Lamouri
598f04f899
Bug 605277 - Do not show the form validation error message in the tooltip if title is set. r+a=sicking
2010-11-15 23:56:01 +01:00
Simon Montagu
b3b2d6b236
Make the 'More Encodings' submenus non-localizable. Bug 610638, r=emk, a=bsmedberg
2010-11-14 16:41:43 +02:00
Ehsan Akhgari
c03d14acb4
Bug 587248 - Part 16: Don't resize the groups if we explicitly request their size to remain constant while dragging; r=ian a=blocking-betaN+
2010-11-11 21:11:28 -05:00
Ehsan Akhgari
2b26101b72
Bug 587248 - Part 15: Use the correct minimum dimensions for groups; r=ian a=blocking-betaN+
2010-11-11 21:11:28 -05:00
Ehsan Akhgari
f15de44d0c
Bug 587248 - Part 14: Observe the group box right margin when arranging tab items in RTL mode; r=ian a=blocking-betaN+
2010-11-10 22:48:43 -05:00
Ehsan Akhgari
28b981d0ef
Bug 587248 - Part 13: Correct the welcome box positioning on first run in RTL mode; r=ian a=blocking-betaN+
2010-11-10 22:48:43 -05:00
Ehsan Akhgari
0f9513a5fa
Bug 587248 - Part 12: Replace UI.rtl with a static property to make sure that we don't incur any DOM performance penalty when checking it; r=ian a=blocking-betaN+
2010-11-10 22:48:42 -05:00
Ehsan Akhgari
9ac29bc4f1
Bug 587248 - Part 11: Rotate the collapsed tab items towards top right in RTL mode; r=ian a=blocking-betaN+
2010-11-08 01:38:25 -05:00
Ehsan Akhgari
fda66dc44e
Bug 587248 - Part 10: Arrange tabs from right to left in RTL mode; r=ian a=blocking-betaN+
2010-11-08 01:38:25 -05:00
Ehsan Akhgari
c15e61a0f0
Bug 587248 - Part 9: Correct group title style calculations in RTL mode (well, and some LTR corrections as well!); r=ian a=blocking-betaN+
2010-11-08 01:38:25 -05:00
Ehsan Akhgari
f2580b9f85
Bug 587248 - Part 8: Fix resizing and drag and drop in RTL mode; r=ian a=blocking-betaN+
2010-11-08 01:38:24 -05:00
Ehsan Akhgari
bf98575b78
Bug 587248 - Part 7: Correct some direction dependent CSS code in tabitems.js; r=ian a=blocking-betaN+
2010-11-08 01:38:24 -05:00
Ehsan Akhgari
4ba4f2fe21
Bug 587248 - Part 6: Add RTL support to the TabView functionality implemented in ui.js; r=ian a=blocking-betaN+
2010-11-08 01:38:24 -05:00
Ehsan Akhgari
cb9361954b
Bug 587248 - Part 5: Add RTL support to theme CSS for TabView on Linux; r=dao a=blocking-betaN+
2010-11-08 01:38:24 -05:00
Ehsan Akhgari
1d2c85ce6d
Bug 587248 - Part 4: Add RTL support to theme CSS for TabView on Windows; r=dao a=blocking-betaN+
2010-11-08 01:38:24 -05:00
Ehsan Akhgari
a527d43455
Bug 587248 - Part 3: Add RTL support to theme CSS for TabView on Mac; r=dao a=blocking-betaN+
2010-11-08 01:38:24 -05:00
Ehsan Akhgari
7dbebb93d2
Bug 587248 - Part 2: Add RTL support to content CSS for TabView; r=dao a=blocking-betaN+
2010-11-08 01:38:24 -05:00
Ehsan Akhgari
9713e446ac
Bug 587248 - Part 1: Set the correct direction for the TabView document upon being displayed; r=gavin a=blocking-betaN+
2010-11-08 01:38:24 -05:00
Frank Yan
6bd04d0d78
Bug 582702 - Move Undo Close Tab option on tab context menu. r=dao ui-r=faaborg a=blocking2.0:final+
2010-11-13 12:46:12 -08:00
Margaret Leibovic
e4acfb3c9c
Bug 595201 - popup notification menuitem highlight is broken (black on blue) in winstripe and pinstripe themes. r=neil a=b
2010-11-13 08:54:48 +01:00
Dão Gottwald
ab5c987247
Bug 611804 - Fix RTL styling of the app menu. r=gavin
2010-11-13 08:54:11 +01:00
Wes Kocher
1cb75d2d18
Bug 605850. Top outside corners of Personal toolbar need border radius when tabs are not on top. r=dao a=bsmedberg
2010-11-12 22:35:02 -08:00
Paul O’Shannessy
50d16e80b9
Bug 606936 - userTypedValue sticks around after session restore (favicon and star button missing) [r=dietrich, a=blocking2.0:final+]
2010-11-12 13:48:19 -08:00
Marco Bonardo
460d7a7811
Bug 472343 (part 2) - Make Places views aware of batches.
...
r=dietrich sr=vlad a=blocking
2010-11-12 22:20:00 +01:00
Marco Bonardo
e0e4c56ec7
bug 556721 - Fix a typo in browser_librery_views_liveupdate.js test
...
no-review a=tests-only
2010-11-12 22:14:44 +01:00
Steffen Wilberg
4ed3f0f9ef
Bug 606289: Fix logo link in about:. r+a=gavin
2010-11-12 21:26:14 +01:00
Dão Gottwald
16404bef6e
Bug 610071 - Stretch the app button to match the caption buttons' size. r=gavin
2010-11-12 09:46:06 +01:00
Ehsan Akhgari
6d6bf25b54
Disable browser_forgetthissite_single.js because it makes everybody cry, including the tbplbot (bug 551540) a=tbplbot
2010-11-11 20:23:34 -05:00
Wes Kocher
8708b2eda0
Bug 610769: Align the Firefox menu with the Firefox button, r=dao, a=gavin
2010-11-11 20:01:20 -05:00
Szókovács Róbert
36b954ef07
Bug 513648: strip embedded newlines and whitespace when middleclick-pasting URLs, r+a=gavin
...
--HG--
extra : rebase_source : 7c1ef8fabde83c284c123d758484abd22dd4eb33
2010-11-04 03:14:07 -04:00
Gavin Sharp
ceff7bd2aa
Bug 608123: multiple popup notifications should stack vertically and be the same width, r=dtownsend, a=blocking
...
--HG--
extra : rebase_source : e5e8209de1dc142c74c554eaa765ef5abd13a433
2010-11-08 10:47:08 -05:00
Gavin Sharp
7d0fb9f8b2
Bug 597644: feed button/menuitem isn't updated properly on back/forward navigation, r=dao, a=blocking
...
--HG--
extra : rebase_source : 13b67ff4b345902fb7f88dfbe875674462374cd6
2010-10-26 20:16:31 -04:00
Gavin Sharp
91c49659b7
Bug 607496: clean up feed button code, r=dolske/margaret, a=dolske
...
--HG--
extra : rebase_source : ad382cd8af215b44f8a1e150e1d4f47fd6e3a6dd
2010-10-26 18:59:02 -04:00
David Dahl
5aced17f45
Bug 568629: add a ConsoleAPI component used to implement window.console object exposed to web content (disabled for the moment), r=gavin/dietrich, sr=jst, a=blocking
...
--HG--
extra : rebase_source : 9bfe8478039ee16310f9f87da87c66d778739a73
2010-11-09 15:19:19 -05:00
Shawn Wilsher
b6ba8b1033
Attempt to fix bug 551540 by not waiting for focus. This hangs here locally for me for no good reason (appears to have focus). r=ehsan a=orange-fix
2010-11-10 11:00:31 -08:00
Ehsan Akhgari
eda812475f
Bug 610556 - Linker errors on shared builds with NS_SetDllDirectory; r=khuey a=bsmedberg
...
--HG--
rename : toolkit/xre/nsSetDllDirectory.cpp => xpcom/base/nsSetDllDirectory.cpp
rename : toolkit/xre/nsSetDllDirectory.h => xpcom/base/nsSetDllDirectory.h
2010-11-09 21:02:09 -05:00
Gavin Sharp
9f8c22bb23
Bug 609521 - browser_bug538331.js leaves alert windows open on Windows; r=ehsan a=test-only
2010-11-04 14:45:54 -04:00
Frank Wein
56119874fd
Bug 609106 - Add plugin-container.exe to ShimInclusionList via installer, r=rstrong, a2.0=bsmedberg
2010-11-11 21:09:25 +01:00
Ehsan Akhgari
f46466e5d9
Bug 611089 - The private browsing service can leak windows; r=gavin a=blocking-betaN+
2010-11-10 15:22:39 -05:00
Philipp von Weitershausen
044e1c73e5
Bug 602715 - Sync UI: Only mention enabled engines in client wipe confirmation dialog. r=mconnor a=blocking-beta8
2010-11-10 09:36:47 -08:00
Patrick Walton
a45f6bfe30
Bug 607163 - Part 2: Move the Web Console CSS to browser.xul and fix a small ensuing styling regression, r=dao, a=gavin
2010-11-10 11:10:25 -05:00
Dão Gottwald
7038b943b9
Bug 594367 - Keep the firefox button lit when the window is inactive. r=gavin a=b
2010-11-10 09:38:41 +01: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
Jim Mathies
5cfdf9b845
Bug 575591 - Don't prepend '.' to the address of cookies assigned to ip address hosts in the ie migrator. r=dwitte, a=betaN
2010-11-09 19:36:36 -06:00
Jim Mathies
b63ac8e783
Bug 575591 - Don't bail out of migration on individual migration failures, report to the console instead. r=gavin, a=betaN
2010-11-09 19:36:36 -06:00
Michael Yoshitaka Erlewine
ec7e0384f9
Bug 602777 - Quit pretending in Items.arrange [r=dolske, a=blocking2.0=betaN+]
2010-11-06 20:08:57 -04:00
Felipe Gomes
eccf5ec409
Bug 582950. When there's only app tabs, tabstrip UI oscillates with overflow/underflow events. r=dao a=betaN
2010-11-09 11:41:37 -08:00
Paul O’Shannessy
efca389758
Bug 589246 - Closed window state getting corrupted when closing and reopening last browser window without exiting browser [r=dietrich, a=blocking2.0:betaN]
2010-11-09 10:00:30 -08: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
Phil Ringnalda
47919e620f
Bug 610307 - Clean up packaging of WeaveCrypto, r+a=ted
2010-11-07 19:36:18 -08:00
Marco Bonardo
7619092a9a
Bug 609592 - Win7 JumpList is freeing up resources too early for History.
...
r=jimm a=gavin
2010-11-08 15:03:51 +01:00
Marco Bonardo
a15a33a2ec
Bug 477882 - frame-targeted visited links disappear when closing and reopening Firefox.
...
r=dietrich a=blocking
2010-11-08 15:03:49 +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
Marco Bonardo
2b0dae34dd
Bug 606320 - about:home throws a invalid string exception.
...
r=gavin a=blocking
2010-11-08 15:03:44 +01:00
Marco Bonardo
dd6736b3d0
Bug 603674 - User-modifiable preference for base URL of snippets service in about:home.
...
r=gavin a=blocking
2010-11-08 15:03:42 +01:00
Dão Gottwald
5ce9b74a8a
Backing out change that shouldn't have been part of changeset 0fdd9f2f8bc9. a=foo
2010-11-07 15:14:03 +01:00
Dão Gottwald
332ac241a7
Bug 610196 - Alt+Home should open in a new tab when current is an app tab. r+a=gavin
2010-11-07 15:06:37 +01:00
Dão Gottwald
dddbc9fd91
fix handling of about:blank in browser_tabMatchesInAwesomebar.js
2010-11-07 15:04:59 +01:00
Dão Gottwald
3f18ac84a9
Bug 604457 - switchToTabHavingURI shouldn't close selected tab or revert URL bar. r+a=gavin
2010-11-07 13:59:51 +01:00
Dão Gottwald
de74f3f780
Bug 598619 - Switch-to-tab shouldn't suggest about:blank (closes the current tab if that's blank and switches to random other tab). r=mano
2010-11-07 13:59:28 +01:00
Dão Gottwald
835de3f9f2
whitespace cleanup
2010-11-07 13:58:58 +01:00
Bill Gianopoulos
e17d82592e
Bug 585370 - Remove uses of appMenuButton.label. r=dao a=NPOTB
2010-11-07 13:55:14 +01:00
Markus Stange
47eb7771d0
Merge backout of changeset 7ef7de3f34b1 (bug 594002). a=backout
2010-11-06 14:41:49 +01:00
Markus Stange
2e1c50ed90
Backed out changeset 7ef7de3f34b1 (bug 594002) because of browser_480148.js failures on Linux.
2010-11-06 14:41:02 +01:00
Markus Stange
5909a44092
Merge backout of changeset 0acf72149fc9 (bug 594002).
2010-11-06 14:39:51 +01:00
Markus Stange
b6d32860a2
Backed out changeset 0acf72149fc9 (bug 594002) because of browser_480148.js failures on Linux.
2010-11-06 14:38:24 +01:00
Markus Stange
58403ed33d
Bug 580964 - Tweak styling of toolbarbutton[type="menu"]. r=dao, a=bsmedberg
2010-11-05 17:04:28 +01:00
Markus Stange
f5a8cb264b
Bug 594002 - Make the window wide enough in session restore test browser_480148.js. r=zpao, a=test-only
2010-11-05 17:04:27 +01:00
Markus Stange
9dbec5120e
Bug 594002 - Make the tab bar scrollbox deal with tab scrolling properly when it has padding set on it. r=Enn, a=betaN
2010-11-05 17:03:59 +01: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
Ehsan Akhgari
6eef9be2c8
Bug 551540 followup - Handle the event in capturing phase, and click on the center of the cells; r=me a=orange-fix
2010-10-21 22:21:20 -04:00
Dave Townsend
4081e62616
Bug 579540: Reorder test and add some more logging. r=gavin, a=tests
2010-10-21 14:44:02 -07:00
Ehsan Akhgari
1238d17e7b
Bug 551540 followup - Wait for the Organizer window to be closed before proceeding; r=dolske a=orange-fix
2010-10-14 15:38:56 -04:00
Dão Gottwald
a1f64d3f31
Bug 593950 - When drawing in the title bar and using Glass, the title bar should be smaller. r=gavin
2010-10-21 13:30:51 +02:00
Dão Gottwald
37f6e11a51
Bug 596572 - App menu menuseparators are indented too far on XP. r+a=gavin
2010-10-21 10:16:26 +02:00
Dietrich Ayala
f38442d07c
Bug 598934 - Addon Bar should be bottom of Toolbar contextual menu. r=dao
2010-10-21 10:15:48 +02:00
Dão Gottwald
ae38aa0db7
Bug 605089 - Remove uses of the sortDirectionIndicator class. r=enn
2010-10-21 10:15:04 +02:00
Ehsan Akhgari
c80a410f60
Merge backout; a=orange
2010-10-20 18:21:40 -04:00
Ehsan Akhgari
ba2a6cec0e
Backed out changeset 3ba3801c9a14 because of test orange
2010-10-20 18:20:51 -04:00
Marco Bonardo
3719d4480c
bug 605183 - try to fix browser_drag_bookmarks_on_toolbar.js. Wait for focus and for drags. a=annoying-orange
2010-10-20 23:35:37 +02:00
Ehsan Akhgari
915b7c2e3a
Bug 551540 followup - Fix the JS error, and wait for the Organizer window to be closed before proceeding; r=dolske a=orange-fix(hopefully)
2010-10-20 17:05:18 -04:00
Ian Gilman
d2ccc9b881
Bug 604458 - Intermittent failure in browser/base/content/test/tabview/browser_tabview_privatebrowsing.js | correct URL for normal mode - Got about:blank, expected about:robots [r=ehsan, a=test]
2010-10-20 13:06:44 -07:00
Honza Bambas
e618ce3cbb
Bug 536295 - e10s HTTP: offline application cache, r=dwitte, sr=cbiesinger, a=fennec-2.0b2+
...
--HG--
rename : uriloader/prefetch/nsOfflineCacheUpdate.cpp => uriloader/prefetch/OfflineCacheUpdateChild.cpp
rename : uriloader/prefetch/nsOfflineCacheUpdate.cpp => uriloader/prefetch/nsOfflineCacheUpdateService.cpp
2010-10-20 19:12:32 +02:00
Robert Strong
188f03f76d
Bug 601830 - app.update.url.manual for nightly builds should point to the nightly builds. r=beltzner, ui-r=beltzner, a=approval2.0
2010-10-19 21:27:46 -07:00
Drew Willcoxon
7f488a1d4a
Bug 605680 - Stop deleting _overLinkDelayTimer property in urlbarBinding to prevent performance suck. r,a2.0=gavin
2010-10-19 18:52:05 -07:00
Rob Arnold
7c93e87d05
Bug 520943 - Windows 7 taskbar previews does not respect browser's zoom level r=roc r=dao a-2.0=gavin
2010-10-19 16:06:00 -07:00
Paul O'Shannessy
fada7157ed
Bug 599253 - Extend timeout for browser_586068-cascaded_restore.js [r+a-2.0=dolske]
2010-10-19 15:58:56 -07:00
Paul O'Shannessy
3dfe08cd1f
Bug 605299 - Could potentially miss starting a restore [r=dao, a-2.0=dolske]
2010-10-19 15:58:56 -07:00
Paul O'Shannessy
6842741d6f
Bug 598221 - Page Title not shown in Title Bar on Session Restore [r=dao, a-2.0=gavin]
2010-10-19 15:58:56 -07:00
Kyle Huey
9b468f97d9
Bug 604940: Add various things to GARBAGE. r=Mitch a=NPOTB
2010-10-19 17:19:37 -04:00
Ben Turner
e4e99c7f83
Backout js changes from bug 595253 and bug 596776, they were not supposed to land yet. a=backout.
2010-10-19 12:13:46 -07:00
Ben Turner
77e622f0ec
Bug 596776 - 'IndexedDB: Prevent quota prompt from hanging on shutdown'. r=sicking.
2010-10-19 10:58:39 -07:00
Ben Turner
c5501e4d6f
Bug 595253 - 'IndexedDB: Notifications should auto-dismiss in some circumstances'. r=gavin.
2010-10-19 10:58:36 -07:00
Ben Turner
9576024ca0
Bug 596377 - 'IndexedDB: Move usage and clearing IO off the main thread'. r=sicking.
2010-10-19 10:58:33 -07:00
Felipe Gomes
3764263709
Bug 601603. Part 4 - Display clearing widget over caption buttons when Personas is used with Aero Glass theme. r=dao
2010-10-19 15:02:24 -02:00
Marco Bonardo
181f7fb107
Bug 570387 - PlacesDBUtils should register itself in the idle-daily category. r+a=dietrich
2010-10-19 12:44:03 +02:00
Alice0775 White
31b5f55245
Bug 597259 - Add exception... and Get me out of here buttons does not work inside iframe page. r=sicking a=blocker
2010-10-18 22:53:14 -07:00
Dave Townsend
c3432639c9
Bug 562922: Multiple entries of the same extension and theme appear if the installation/update is triggered more than once. r=robstrong, a=blocks-betaN
2010-10-18 13:51:46 -07:00
Margaret Leibovic
1315098a70
fix duplicate IDs from 664dc9adfcf5 (Bug 582485) r=gavin a=bustage
2010-10-18 14:01:43 -07:00
Margaret Leibovic
04905da89f
Bug 582485 - Remove history dropdown arrow behind back button r=gavin a=sdwilsh
2010-10-18 12:25:04 -07:00
Stephen Horlander
9df7823e08
Bug 603541 - create theme-specific throbber apng files for tab progress throbbers r=beltzner a=blocking
2010-10-18 12:25:01 -07:00
Mike Hommey
fb7d6f2c26
Bug 586867 - Define sync services as app tiers, not platform. r=khuey,a=blocking-betaN+
2010-10-15 12:27:14 +02:00
Marco Bonardo
f4b0ea5b4a
Bug 458026 (part 2) - Do not allow creation of empty-named tags. r=mano sr=rs a=blocking
2010-10-16 11:06:35 +02:00
Sean Dunn
148599b1cc
Bug 598691 - "Tab matches from secondary window are not switching on click" [r=dolske a=blocking]
...
--HG--
extra : rebase_source : 18f64cfe22bd1b76314167059137426b90607062
2010-09-29 22:34:00 -07:00
Sean Dunn
b98abb7d0e
Bug 597498 - "Stacked groups should have a close tab close button on the top tab" [r=dolske ui-r=aza f=ian a=blocking]
...
--HG--
extra : rebase_source : 4735dbd9270bca0f4441f334e9f7797e20a32d15
2010-10-04 10:41:00 -07:00
Dave Townsend
be736133e9
Bug 579540: Add a longer timeout to browser_bug553455.js. r=sdwilsh, a=tests
2010-10-15 10:52:02 -07:00
Margaret Leibovic
2662426607
Bug 596731 - Add web feed control to the toolbar customization palette r=dolske a=blocking
2010-10-15 10:57:10 -07:00
Dão Gottwald
be90315522
Bug 596963 - Tweak identity box styling on Linux. r=mventnor
2010-10-15 17:22:30 +02:00
Dão Gottwald
a646e83be1
Bug 589259 - top outside corners of navigation toolbar need border radius. r=mano
2010-10-15 17:22:00 +02:00
Mounir Lamouri
7d40268f25
Bug 600155 - Let the authors override validation message with x-moz-errormessage attribute. r=sicking a=jst
2010-10-15 15:05:14 +02:00
Mounir Lamouri
6ac0322cd0
Backing out a patch that has been accidentally pushed with a merge. a=backout
2010-10-15 15:05:04 +02:00
Mike Hommey
b3af781c2d
Merge backout; a=orange
2010-10-15 14:55:09 +02:00
Mike Hommey
83b27fec80
Backed out changeset 111e055a49dc
2010-10-15 14:51:59 +02:00
Mike Hommey
f02d62aec5
Bug 586867 - Define sync services as app tiers, not platform. r=khuey,a=blocking-betaN+
2010-10-15 12:27:14 +02:00
Markus Stange
dcd99ae113
Bug 583616 - Constrain favicons on the bookmarks toolbar to 16 pixels in height. r=dao, a=blocking2.0:betaN
...
--HG--
extra : rebase_source : 5c6668b15876b37639ee8fc194c1eb107e29a9c1
2010-10-15 12:26:50 +02:00
Dave Townsend
b71be71d60
Bug 579540: Add more logging to narrow down the timeout. r=gavin, a=tests
2010-10-14 16:15:26 -07:00
Paul O’Shannessy
a275991727
Bug 602555 - Refactor CSR code [r=dietrich, a=dolske]
...
Also fixes bug 601024 (Still need to reload twice to reload page) & hopefully bug 600007.
--HG--
extra : rebase_source : 1e6023e74a0f6387f4888e7bb26c76b567dc52db
2010-10-14 12:36:00 -07:00
Michael Kraft
d8a740cc15
Bug 600545 - getBrowserState() (and saved session state) incorrect with app tabs and browser.sessionstore.resume_from_crash = false [r=zpao, a=blocking2.0:final]
...
--HG--
extra : rebase_source : 34f6380284ae51f6afb5fae7f6fd94a2990ad2ae
2010-10-14 12:36:00 -07:00
Paul O’Shannessy
7ea0a76c6b
Bug 597716 - Document pref values for max_concurrent_tabs [r=dietrich, a=NPOTB]
...
--HG--
extra : rebase_source : b176d2fd651446474b66b796ad09bd7e1859f115
2010-10-14 12:36:00 -07:00
Josh Aas
f4b39ed20b
Bug 586584: Enable OOPP testing for x86_64 Mac OS X. r=bsmedberg a=blocking2.0beta8+
2010-10-14 15:07:38 -04:00
Dietrich Ayala
28ebd1d00f
Backout bug 567306 (r=test bustage, a=blocking)
2010-10-14 19:52:05 +07:00
mano@mozilla.com
259b60de17
Bug 567306 - Find command(ctrl+F) does not start looking for it with a selected text on the actual page (r=gavin, a=blocking)
2010-10-14 19:32:34 +07:00
mano@mozilla.com
485b0229ab
Bug 574353 - Cannot focus location bar with Cmd-L after viewing the customize sheet (r=gavin, a=blocking)
2010-10-14 19:29:56 +07:00
Philipp von Weitershausen
16abac4725
Bug 600589 - Sync UI: Generating a new custom sync key doesn't have notification message. r=mconnor a=blocking-beta8
2010-10-14 11:12:52 +02:00
Philipp von Weitershausen
3231f60bfc
Bug 600561 - Sync UI: Continue button disabled on Sync Key wizard page after manual backup. r=mconnor a=blocking-beta8
2010-10-14 11:12:33 +02:00
Philipp von Weitershausen
29b2a937a6
Bug 600560 - Sync UI: Strength meter does not disappear when sync key field is cleared. r=mconnor a=blocking-beta8
2010-10-14 11:12:15 +02:00
Philipp von Weitershausen
af5b5c88a8
Bug 600557 - Sync UI: Printing/saving the generated sync key enables the strength meter. r=mconnor a=blocking-beta8
2010-10-14 11:11:27 +02:00
Marco Bonardo
f1465754e4
Bug 598229 (part 2) - Increase performance of Win7 JumpList favorites queries. r=sdwilsh,jimm sr=rstrong a=blocking
2010-10-14 10:46:38 +02:00
Marco Bonardo
f221918479
Bug 598229 (Part 1) - Win7 JumpList modules cleanup. r=dao a=blocking
2010-10-14 10:46:36 +02:00
Marco Bonardo
558b894130
Bug 603568 - Correctly relocate all descendent scripts in about:home. r=gavin a=blocking
2010-10-14 10:46:34 +02:00
Asaf Romano
c2c09b60d1
Bug 581253 - Cannot remove a bookmark with a tag via 'Edit this bookmark' menu. r=mak a=blocking
2010-10-14 10:46:32 +02:00
Blake Kaplan
29e85b9844
Merge mozilla-central into tracemonkey
2010-10-13 17:54:54 -07:00
Margaret Leibovic
3139ac048c
Bug 596428 - Stop button shouldn't be ghosted, since this adds N ms to page load time r=dao a=blocking-betaN
2010-10-13 14:56:30 -07:00
Johnny Stenback
1e4b3e7640
Bug 580128. Disable tests that don't play well with brain transplants yet. r=mrbkap@gmail.com
2010-10-10 15:48:42 -07:00
Johnny Stenback
e9755cda81
Bug 580128. Remove .wrappedJSObject gets that don't work with the new wrappers. r=mrbkap@gmail.com
2010-10-10 15:48:39 -07:00
Blake Kaplan
15dee18d2a
Bug 580128. Remove unnecessary .wrappedJSObject gets that don't work with the new wrappers. r=jst@mozilla.com
2010-10-10 15:47:06 -07:00
Sean Dunn
6a599f1040
Bug 597499 - Expand stack icon moves incorrectly and isn't centered [r=dolske, a=blocking]
...
--HG--
extra : rebase_source : 71892e360038861c49a1806e75aec2223cff2ac9
2010-09-27 14:04:00 -07:00
Neil Deakin
71674132a2
Bug 554937 - Implement arrow panels and use them for some notifications, r=gavin, a=betaN+
2010-10-13 15:41:37 -04:00
Sean Dunn
c07ca78f13
Bug 595930 - "closing a group breaks the keyboard shortcut for toggling panorama" [r+a=dietrich]
...
--HG--
extra : rebase_source : aacd0e1a2bcda5319bdd24a335cda5f904d1dd99
2010-09-27 16:12:00 -07:00
Ian Gilman
39c9bbb7c3
Bug 587031 - Entering/Exiting Private Browsing mode from within Tab Candy (Panorama) is presently ambiguous r=dietrich, a=blocking
...
--HG--
extra : rebase_source : 2ad0935dc80b84961314750f04d08e1309f968b6
2010-09-24 17:24:31 -07:00
Ehsan Akhgari
f337ca7fda
Bug 603632 - Reduce the dependency between browser-chrome private browsing tests; r=dolske a=NPOTB
2010-10-12 18:30:41 -04:00
Mihai Sucan
e0fdcd59eb
Bug 585043 - Improve Inspector DOM panel unittests, r=dietrich, a=tests
2010-10-13 10:57:48 -03:00
Sindre Dammann
a403644079
Bug 600883 - Fix intermittent timeouts in browser_bug579872.js by loading the proxied http://example.com instead of the unproxied http://www.example.com , r=dao, a=orange
2010-10-12 12:49:00 -07:00
Drew Willcoxon
6c1ef4e7ab
Bug 597338 - Delay updating link target in location bar no matter whether a target is currently shown. r=dao, a=blocking-betaN
2010-10-12 09:32:01 -07:00
Drew Willcoxon
3c6e007658
Bug 597930 - Fix broken regexp that causes link hover in location bar to break some URLs. r=dao, a=dietrich
2010-10-12 09:31:44 -07:00
Ehsan Akhgari
60b474f03a
Bug 551540 - sporadic timeout in browser_forgetthissite_single.js; r=dolske a=NPOTB
2010-10-12 18:00:56 -04:00
Ehsan Akhgari
da43dbb38f
Bug 597029 - timeout in browser_privatebrowsing_forgetthissite.js; r=dolske a=NPOTB
2010-10-12 18:00:34 -04:00
Ian Gilman
e82a24870f
merge panorama-central to mozilla-central [a=blocking, dietrich]
2010-10-08 10:35:04 -07:00
Ben Hearsum
284d3e7b2f
bug 485860: change automation to also post en-US xpi, just like any other locale -- don't override PKG_LANGPACK_PATH when generating en-US langpack. r=ted, a=bsmedberg/approval2.0+
2010-10-08 13:00:28 -04:00
Philipp von Weitershausen
55b94c9a56
Bug 600219 - Sync UI: Do account + server validation in wizard on a delay. r=mconnor a=blocking-beta8
2010-10-08 17:57:04 +02:00
Philipp von Weitershausen
e25c76d6d1
Bug 600738 - Sync UI: gWeaveWin is not defined. r=mconnor a=blocking-beta8
2010-10-08 17:57:04 +02:00
Raymond Lee
3c4d267164
Bug 602547 - Fix the browser_tabview_orphaned_tabs.js test [r=dolske, a=test
...
]
2010-10-07 23:17:26 +08:00
Ian Gilman
00f97ebaf1
merge mozilla-central to panorama-central
2010-10-06 13:38:06 -07:00
Aza Raskin
d15629c784
Bug 600646 - Speed up the new tab animation [r=dolske, a=blocking]
2010-10-06 13:17:53 -07:00
Ian Gilman
826463d586
Bug 595371 - Do the right thing when app tabs open/close [r=gavin, a=blocking]
...
--HG--
extra : rebase_source : 36ca15add8447e718f8e2f98a711076fe807c18e
2010-10-06 11:33:18 -07:00
Raymond Lee
213ac2e1e9
Bug 595893 - New tabs should never be orphans [r=dolske, blocking2.0]
2010-10-07 02:56:13 +08:00
Ian Gilman
ed0876caa1
Merge mozilla-central to tabcandy-central.
2010-10-05 13:43:50 -07:00
Axel Hecht
2fdbac0c2a
bug 596087, update shipped-locales for b7, a=NPOTB,b7+
2010-10-05 18:09:23 +02:00
Marco Bonardo
fa72c60a02
Bug 592900 - Update the bookmarks menu from the nav toolbar to match changes in the Firefox menu. r=dolske a=blocking
2010-10-06 14:16:05 +02:00
Raymond Lee
9150fe99df
Bug 601863: make "Undo Close Group" button label localizable, r=dietrich, a=blocking
2010-10-05 13:58:44 +08:00
Gavin Sharp
6478d2c0f6
Bug 601201: followup to ignore the devtools.console.enabled pref value (treat it as always-on), rather than changing it's default value, r=dolske, a=me
2010-10-05 11:45:04 -04:00
Ehsan Akhgari
8ffe74c957
Bug 595236 followup - Port the theme changes to Windows; r=dao a=blocking-beta7+
...
--HG--
extra : rebase_source : 4047dd82c3c7d6c1635b27c31d6593951b9c2330
2010-10-05 13:30:59 -04:00
Ian Gilman
6efa60e356
merge mozilla-central to panorama-central
2010-09-30 15:14:08 -07:00
Michael Yoshitaka Erlewine
4de5b10a85
Bug 580412: adding missing test
...
--HG--
rename : browser/base/content/test/tabview/browser_tabview_snapping.js => browser/base/content/test/tabview/browser_tabview_bug580412.js
2010-09-30 11:36:45 -04:00
Rob Campbell
d36b27a97f
Bug 600245 - Inspector tree panel styling broken on windows with aero, r=gavin, a=blocking2.0b7
2010-09-30 12:31:02 -03:00
Raymond Lee
7f93d9e6a7
Bug 590606 - Switching among groups always selects the first tab of group [r=dolske,a=dietrich]
2010-09-30 18:08:28 +08:00
Dave Townsend
c31a61fa29
Bug 570012: Show download progress when installing new add-ons (strings only). r=gavin a=strings
2010-09-29 17:00:08 -07:00
Dão Gottwald
2cc3e58c54
Bug 597353 - Ensure pinned tabs have the same height and alignment as normal tabs. r=gavin a=b
2010-09-29 12:16:32 +02:00
Patrick Walton
7756e61cfc
Bug 601201 - Re-enable the Error Console by default. r=beltzner,robcee
2010-10-05 12:46:03 +02:00
Ehsan Akhgari
03894bd5c2
Bug 568816 - Switching out of privacy mode fails when privacy mode is enabled via the command line option 'privacy-toggle'; r=zpao,dolske,jimm sr=rstrong a=blocking-beta7+
...
--HG--
rename : browser/components/privatebrowsing/test/unit/test_0-privatebrowsing.js => browser/components/privatebrowsing/test/unit/do_test_0-privatebrowsing.js
rename : browser/components/privatebrowsing/test/unit/test_0-privatebrowsing.js => browser/components/privatebrowsing/test/unit/test_0-privatebrowsingwrapper.js
2010-10-02 11:53:37 -04:00
Ehsan Akhgari
ff11ef48ac
Backed out changeset b08b684644a1 (bug 568816) because of Ts regression on Windows
2010-10-03 22:18:18 -04:00
Ehsan Akhgari
b4c63ec0a1
Bug 568816 - Switching out of privacy mode fails when privacy mode is enabled via the command line option 'privacy-toggle'; r=zpao,dolske sr=rstrong a=blocking-beta7+
...
--HG--
rename : browser/components/privatebrowsing/test/unit/test_0-privatebrowsing.js => browser/components/privatebrowsing/test/unit/do_test_0-privatebrowsing.js
rename : browser/components/privatebrowsing/test/unit/test_0-privatebrowsing.js => browser/components/privatebrowsing/test/unit/test_0-privatebrowsingwrapper.js
2010-10-02 11:53:37 -04:00
Margaret Leibovic
09add09783
Bug 596812 - Create css for a "connecting" state in the url bar/tab progress lines r=dao a=blocking-beta7
2010-10-01 08:58:57 -07:00
Aza Raskin
ee347bc0f5
Bug 591398 - Use three-finger gesture swipe to enter/exit Tab Candy. ui-r=limi, r=dietrich, f=iangilman, a=blocking-b7+
...
--HG--
extra : rebase_source : e91d57b992430a87d9e553156a57ec28f3791129
2010-09-22 15:03:00 -04:00
Margaret Leibovic
59cb80e4f4
Bug 599104 - URL progress moves LTR in RTL mode; r=dao,ehsan a=blocking-beta7
2010-09-29 12:20:26 -04:00
Paul O’Shannessy
c9c86efa3c
Bug 597757 - Reloading throttled tab doesn't work correctly [r=dietrich, a=blocking-b7]
2010-09-28 11:54:39 -07:00
Philipp von Weitershausen
8460478501
Bug 600141 - Sync UI: Fix PluralForm for Sync Strings (additionalClients.label and friends). r=Pike a=blocking-beta7
2010-09-28 19:19:43 +02:00
Scott Greenlay
92c12ef9d7
Bug 596762: Allow specification of differing IPC preferences for each architecture in a universal binary. r=josh a=blocking-b7
2010-09-27 16:42:43 -04:00
Raymond Lee
2647da5173
Bug 592183 - Change Panorama key combination to ctrl/cmd+E, r=gavin, ui-r=beltzner, a=blocking
2010-09-27 11:22:56 +08:00
Paul O’Shannessy
7c420f714b
Backed out changeset c6034ebf7109 (bug 597757) for orange. a=me
2010-09-27 12:18:12 -07:00
Paul O’Shannessy
97a3606b2a
Bug 597757 - Reloading throttled tab doesn't work correctly [r=dietrich, a=blocking-b7]
2010-09-27 11:10:59 -07:00
Raymond Lee
d57a592c54
Bug 594176 - 'move to group' should not be an option on the right-click menu for app tabs [r=dietrich]
2010-09-21 17:55:48 +08:00
Sean Dunn
c6c08986bc
Bug 580412 - Add a couple-pixel threshold before tabs start dragging [r=dietrich, a=beltzner]
2010-09-21 13:22:07 -04:00
Mounir Lamouri
cc33a99998
Merging to tip. a=blocking-b7
2010-09-30 17:10:19 -07:00
Paul O’Shannessy
b1f1367491
Bug 600531 - Reload(F5)/Ctrl+Reload(F5) and reload button does not work after session restore [r=dietrich, a=blocking-b7]
2010-09-30 12:35:34 -07:00
Margaret Leibovic
6d9ba595df
Bug 603717 - Change "Loading..." to "Connecting..." for initial state for tabs r=beltzner a=blocking-beta7
2010-10-12 14:25:17 -07:00
Mihai Sucan
b36300cb51
Bug 596822 - Web Console menu item check mark is inconsistent among platforms and broken on Windows r=gavin.sharp a=final+
2010-10-12 12:13:28 -07:00
Drew Willcoxon
0efb927319
Back out changeset 6dbe4fca6137 and changeset c89a4257d902 due to orange. a=orange
2010-10-12 10:59:05 -07:00
Drew Willcoxon
1712bcf0b1
Bug 597338 - Delay updating link target in location bar no matter whether a target is currently shown. r=dao, a=blocking-betaN
2010-10-12 09:32:01 -07:00
Drew Willcoxon
f739558c67
Bug 597930 - Fix broken regexp that causes link hover in location bar to break some URLs. r=dao, a=dietrich
2010-10-12 09:31:44 -07:00
Drew Willcoxon
6bda196df0
Bug 599827 - tabbrowser-alltabs-popup should hide over-link when an about:blank menuitem is active. r=dao, a=gavin
2010-10-12 09:30:57 -07:00
Raymond Lee
d5783b6576
Bug 587043 - Closing the tabcandy window closes the browser [r=dietrich,a=block2.0]
...
--HG--
extra : rebase_source : 6973466152e85ecb15e5d929ce18401244101e85
2010-10-11 11:04:14 +08:00
Ian Gilman
390a33df5b
Bug 595374 - Panorama doesn't go back to the right tab if it was an app tab r=dietrich, a=blocking
...
--HG--
extra : rebase_source : bc2b1b2247265da2210f961ada91c5a73fa159c4
2010-09-24 16:22:35 -07:00
Ian Gilman
3f245a17aa
Bug 597218 - It shouldn't be possible for app tabs to be hidden r=dao, a=blocking
...
--HG--
extra : rebase_source : eb41328eaf2f74fcfd83b6fc800f377a24e1f890
2010-10-11 10:27:05 -07:00
Ian Gilman
67c210ca8d
Bug 600741 - make search test more robust r=dolske, a=test
...
--HG--
extra : rebase_source : 136d971e9a2a3fcf0f4fee94147a757a2e2b0645
2010-10-11 10:13:18 -07:00
Raymond Lee
32c4c7a868
Bug 595875 - Removed all Utils.log in all tabview tests [r=dolske, a=beltzner]
...
--HG--
extra : rebase_source : 586b3ee560d408b461325cdb437723637643866d
2010-09-17 12:57:26 +08:00
Raymond Lee
6377564e8b
Bug 597601 - Clicking in the empty space in a group should not take you into a tab [r=dolske,a=beltzner]
...
--HG--
extra : rebase_source : 2cac91fcadb5417682ab6a94233348fb6bd3b1bd
2010-10-11 10:39:33 +08:00
Aza Raskin
f4460e8ee3
Bug 589304 - When tabs are small enough to hide the close icon, stack tabs r=dolske, a=beltzner
...
--HG--
extra : rebase_source : 508152d38d885156132ebe9a64d64d3ec229af55
2010-10-11 10:04:43 -07:00
Alexander L. Slovesnik
086cd8061e
Bug 599654 - Add-on Bar menu item lacks accesskey. r+a=dietrich
2010-10-12 13:41:08 +02:00
Margaret Leibovic
b8a27c860d
Bug 602964 - return to using non deterministic throbbers (remove progress line / bar implementation) r=dao a=blocking-beta8
2010-10-11 20:47:59 -07:00
Margaret Leibovic
f2ebf9db96
Bug 602662 - Add "Submit Feedback..." menuitem to firefox button help menu r=dolske a=blocking-beta8
2010-10-11 20:36:15 -07:00
Margaret Leibovic
fd987339e5
Bug 595175 - "Change password?" notification persists when leaving the site r=dolske a=blocking-betaN
2010-10-11 20:32:59 -07:00
Phil Ringnalda
a4d9ae4976
Bug 597054 - Try to get rid of intermittent timeouts in browser_522545.js on slow slaves doing Windows debug by doubling the timeout, rs=zpao, a=orange
2010-10-11 18:49:58 -07:00
Sindre Dammann
43643640b3
Bug 600883 - Try to fix intermittent browser_bug579872.js | Test timed out by making sure the listener is attached before load can fire, r=dao, a=orange
2010-10-11 04:47:00 -07:00
L. David Baron
1b1494278b
Send clicks to the center of elements, rather than to 2, 2, so that they don't end up outside the curvature of the border. (Bug 595652) r=Mossop a2.0=blocking2.0:betaN
2010-10-11 11:03:12 -07:00
Dave Townsend
b8775a6ce2
Bug 600068: Safe mode dialog doesn't always disable all add-ons. r=gavin, a=blocks-betaN
2010-10-11 09:34:28 -07:00
Phil Ringnalda
bd2a2925f0
Bug 544601 - Double the timeout in browser_480148.js to survive on slow Windows slaves, r=zpao, a=orange
2010-10-09 20:23:36 -07:00
Michael Yoshitaka Erlewine
f9d8278908
Bug 591705 - Don't animate on tab view startup [r+a=dietrich]
2010-10-09 15:46:18 -04:00
Michael Yoshitaka Erlewine
d6ff1e8bf4
Bug 595804 - Add a pref to disable Panorama zoom-in/out animation [r=dolske, a=beltzner]
2010-10-09 15:10:25 -04:00
Phil Ringnalda
53eb01c1e0
Bug 595485 - Remove Bloglines from the feed reader options, r=gavin,kev, a=b8+
2010-09-11 23:06:05 -07:00
L. David Baron
f5e65555c1
Add a change that was missed in changeset 7e330021ce68 (bug 590039). a2.0=blocking
2010-10-09 09:34:58 -07:00
Ian Gilman
1116e3057d
Bug 594909 - Intermittent failure in browser/base/content/test/tabview/browser_tabview_launch.js | Tab View is visible r=dietrich, a=test
2010-10-08 14:03:52 -07:00
Mike Beltzner
2d336b31cc
Bug 424872. Support form restore for securely transmitted site (HTTPS). r=zpao a=blocking-b8
2010-10-08 15:51:50 -03:00
Ehsan Akhgari
8b577ba6df
Bug 601255 - Hide the Private Browsing jumplist entry when inside permanent PB mode; r=dolske a=blocking-final+
2010-10-02 11:57:39 -04:00
Kyle Huey
3e3ee97e93
Bug 601890: Move HUDService to tier_app, and from toolkit.jar to browser.jar. r=Mitch a=blocking-beta7
2010-10-07 12:11:48 -04:00
Dão Gottwald
0442baac78
Bug 596562 - "Check for Updates..." opens the Software Update dialog behind the About window. r=gavin a=b
...
--HG--
extra : rebase_source : 68a6d27a55ffd2e68294d3ad90dbc13383f53d0c
2010-10-07 13:40:43 +02:00
Dão Gottwald
d54902308e
Bug 598922 - Remove stray XULBrowserWindow._tooltipText code. r=dietrich
...
--HG--
extra : rebase_source : a61a232e46a86489fb63f61fcb0d8915f3340437
2010-10-07 13:39:41 +02:00
Dão Gottwald
cc29cfacd1
Bug 598931 - Remove stray status bar icons. r=dietrich
...
--HG--
extra : rebase_source : c47661191febf146412f02ee803ecb5aeb0b9fef
2010-10-07 13:39:27 +02:00
Dão Gottwald
e9f47d8a4b
Bug 595236 - Whitespace cleanup
...
--HG--
extra : rebase_source : a3fd8988990c5f8ff4c8189e32823fa62b359b78
2010-10-07 13:38:35 +02:00
Dão Gottwald
32196b6258
Bug 595236 - Replace -moz-box-shadow uses that slipped in again
...
--HG--
extra : rebase_source : a674a41c5cf22d5697f734354635e3a2d371ec5e
2010-10-07 13:35:10 +02:00
Marco Bonardo
95f4ef94b8
Bug 598264 - about:home browser test. r=dolske a=blocking
2010-10-07 10:41:21 +02:00
Ben Hearsum
f80bcecf6f
Bump version on default branch to 2.0b8pre/4.0b8pre. a=beltzner
2010-10-06 17:32:13 -04:00
Ben Newman
713e822c3c
Build and IPDL groundwork for the multi-process Jetpack API (bug 556846). r=bsmedberg
2010-06-25 08:00:35 -07:00
Alexander L. Slovesnik
06cd34fe03
Bug 571129 - contextMenuSearchText should have numbered arguments. r=pike
2010-06-25 15:55:12 +02:00
mcdavis941.bugs@gmail.com
df3af53dbd
Bug 571842 - add classes to split menu for CSS addressability. r=dao
...
--HG--
extra : rebase_source : 29efb4b168ed74a99d53cf5d254af3aad2407daa
2010-06-25 14:29:07 +02:00
Mounir Lamouri
16dea1f0bb
Bug 573698 - When looking for tooltips, don't look at SVG elements if SVG is disabled. r=gavin
...
--HG--
extra : rebase_source : 2700089c813b5c7976855f9ed09caf5cb0a56fc2
2010-06-25 14:23:10 +02:00
Dão Gottwald
3f6a4cac82
Bug 574435 - Hide the menu bar by default on Win Vista and 7. r=gavin
...
--HG--
extra : rebase_source : b09d158f092ac116577a5ae91eb4eedca2305948
2010-06-25 14:19:12 +02:00
Dave Townsend
a260c7b5f2
Remove fonts from Feedback extension and shrink image files. r=beltzner
2010-06-24 17:53:53 -07:00
Marco Bonardo
8e472969ce
Bug 574443 - Commands and drag & drop stop working when bookmarks menu button moves across toolbars. r=dietrich
2010-06-24 16:47:10 -07:00
Dave Townsend
b3dcc85c79
Bug 573079: Package Beta Feedback extension in beta release builds. r=ted, r=beltzner
2010-06-24 16:36:31 -07:00
Dave Townsend
bbeecd60ba
Bug 573079: Import the Beta Feedback extension into the tree. r=beltzner
2010-06-24 16:36:15 -07:00
Dave Townsend
e54d10a7af
Bug 573246: Fix tests that are failing with the Feedback extension installed. r=gavin
2010-06-24 15:01:27 -07:00
Dão Gottwald
678c44461c
Make browser_bug462289.js work with tabs on top
2010-06-24 19:55:39 +02:00
Shawn Wilsher
d60cfdf95a
Merge for back out of changeset 88142593698a (bug 571992)
2010-06-24 10:39:29 -07:00
Shawn Wilsher
120eb305a0
Backed out changeset 88142593698a (bug 571992) because it already landed apparently...
2010-06-24 10:38:37 -07:00
Daniel Brooks
310e0c5089
merge bug 377349
2010-06-24 12:19:01 -05:00
Felipe Gomes
d1f3583d33
Bug 555081 - Can't move the window when using custom titlebar drawing
...
r=dao
2010-06-24 10:13:59 -07:00
Dao Gottwald
36dbb981a7
Bug 571992 - Switch Tabs-on-top to be the Default State on Windows
...
r=gavin
2010-06-24 10:08:45 -07:00
Marco Bonardo
66f564f6e6
Bug 544817 - Create Bookmarks Widget with placement dependent on Bookmarks Bar status. r=dao
2010-06-24 10:08:43 -07:00
Gavin Sharp
c31f42ea15
Bug 574228: PopupNotifications.show() secondaryActions argument should be optional, r=dtownsend
...
--HG--
extra : rebase_source : 2dd0050499632e00f238967fb4b5318e778196b7
2010-06-24 00:54:44 -04:00
Dão Gottwald
cce87fb577
Bug 571992 - Make tabs on top be the default state on Windows. r=gavin
2010-06-24 16:30:46 +02:00
Dão Gottwald
046e631f4a
Bug 563730 - Implement pinTab, unpinTab. r=gavin
2010-06-24 16:29:02 +02:00
Marco Bonardo
46a081b592
Bug 573302 - Folder name is not update when create a folder and/or edit name in Properties. r=dietrich
2010-06-24 13:47:31 +02:00
Tanner M. Young
07738d7204
Bug 377349 - Page info : Media Tab. The broken image indicator is often wrong. r=db48x
2010-06-23 14:24:02 -05:00
Frank Yan
94d7a77db6
Bug 565783: Eliminate bounce when scrolling tab bar. r=enndeakin,dolske
2010-06-23 10:28:12 -07:00
Robert Strong
7894b69717
Bug 367539 - When upgrading an existing install use the uninstall.log to uninstall the previous version before install. Final cleanup patch. r=jmathies
2010-06-22 19:10:13 -07:00
Markus Stange
f099a26551
Bug 559034 - New Mac location bar and search bar style. r=dao
2010-06-22 22:29:22 +02:00
Markus Stange
84a0dfc24c
Bug 559033 - New Mac toolbar button style. r=dao
2010-06-22 22:28:34 +02:00
Dão Gottwald
c5280851db
Bug 567742 - Disable glass in fullscreen mode. r=gavin
2010-06-22 22:20:52 +02:00
Dão Gottwald
b3bce5b859
Bug 557877 - Don't persist the findbar in new windows. r=gavin, ui-r=faaborg
2010-06-22 22:19:22 +02:00
ddahl@mozilla.com
e5228a3af6
Bug 534398 - Implement Heads Up Display console, js workspaces and related tools (r=dietrich, r=mrbkap)
2010-06-22 09:51:50 -07:00
Marco Bonardo
c23d3d5740
Places chrome tests should wait for clear history.
2010-06-22 14:44:40 +02:00
Asaf Romano
26deafd4c5
Bug 549491 - "The root node is never visible" exception when details of the root node are modified. r=mak
2010-06-22 14:44:38 +02:00
Dão Gottwald
d00035f67a
Bug 571567 - use <menupopup> instead of <popup>. r=enn
2010-06-22 08:34:21 +02:00
Dão Gottwald
309b41c3c1
Bug 573438 - let middle click in the tab bar's empty space open a new tab. r=gavin, ui-r=faaborg
2010-06-22 08:28:15 +02:00
Robert Strong
98fb70cc6d
Bug 367539 - When upgrading an existing install use the uninstall.log to uninstall the previous version before install. r=jmathies
2010-06-21 18:17:18 -07:00
Tanner M. Young
22ae10ec47
Bug 573603 - Speed up Page Info > Media. r=db48x
2010-06-21 19:13:46 -05:00
Tanner M. Young
37fbf2b4a2
Bug 560258 - Standalone Ogg Audio is not previewed correctly in Page Info > Media. r=db48x
2010-06-21 17:43:42 -05:00
Philipp von Weitershausen
d0e8724ce4
Bug 571902 - Land sync and crypto components on trunk [r=mconnor r=ted]
...
Hook 'services' into the build system with MOZ_SERVICES_SYNC not-yet-set as a browser confvar.
2010-06-21 17:07:13 -07:00
Stephen Horlander
2c1fbff96f
Bug 574090 - Refine OS X Toolbar Icons. r=dao
2010-06-23 23:01:51 +02:00
Markus Stange
e291692e04
Bug 573926 - Increase the main toolbar's padding-top so that less of the locationbar's focus ring is cut off in small-icons mode. r=dao
2010-06-23 22:59:04 +02:00
Ben Turner
a283994c5f
Bug 553413 - 'Implement Asynchronous parts of the Indexed Database API.' p=sdwilsh+bent, r=jst.
2010-06-23 12:46:08 -07:00
Gavin Sharp
667010d2ba
Bug 398776: add new popup-based notification system, and use it for the geolocation notification, r=dolske, r=dao
2010-04-09 13:45:25 -04:00
Phil Ringnalda
2007687e8b
Remove trailing whitespace to trigger builds in a CLOSED TREE
2010-05-10 21:28:18 -07:00
Kyle Huey
b12a4e17ed
Bug 231062: Part 1 - Clean up the cruft from last time. r=jmathies
2010-04-18 23:17:08 -04:00
Ms2ger
8780e5fba1
Bug 573254 - Command line help options should line up; r=ehsan
2010-06-20 12:02:59 -04:00
Phil Ringnalda
5bc862e8ea
Remove trailing whitespace to trigger builds in a CLOSED TREE
...
--HG--
extra : rebase_source : 4741fc0f7bc1415403c5fad463086eb2b54ce6c9
2010-05-10 21:28:19 -07:00
L. David Baron
bc720ca632
Backed out changeset b805434e7e4b (bug 534398) for causing leaks on (debug) mochitest-other.
2010-06-19 14:15:27 -07:00
ddahl@mozilla.com
1ac23e36fe
Bug 534398 - Implement Heads Up Display console, js workspaces and related tools (r=dietrich, r=mrbkap)
2010-06-19 13:17:44 -07:00
Dietrich Ayala
77c9676f7c
Backed out changeset 552ea4bd4e59
2010-06-18 16:21:43 -07:00
ddahl@mozilla.com
074dbc6c09
Bug 534398 - Implement Heads Up Display console, js workspaces and related tools (r=dietrich, r=mrbkap)
2010-06-18 16:18:16 -07:00
Ben Parr
e247bdebf1
Bug 568728: Move nsAddonRepository.js to a JSM. r=dtownsend
...
--HG--
rename : toolkit/mozapps/extensions/nsAddonRepository.js => toolkit/mozapps/extensions/AddonRepository.jsm
2010-06-17 15:47:51 -07:00
Robert Sayre
41e48a15d5
Bug 521349 - crash reporter should submit to a URL including some client info for stat mining from access logs. r=vlad
2010-06-17 14:39:22 -07:00
Felipe Gomes
5c145b0f5b
Bug 572472 - Adjust theme styles for touch-enabled css rules. r=dao
2010-06-17 21:46:26 +02:00
Matt Brubeck
f6afa68e4d
Bug 572056 - About Us bookmark is always a 301. r=mak
2010-06-17 21:46:20 +02:00
Marco Bonardo
73634dc774
Bug 572790 - "ASSERTION: hasResult is false but the call succeeded?" during test_placesTitleNoUpdate.js. r=ehsan
2010-06-17 21:46:18 +02:00
Mounir Lamouri
c88e001d1c
Bug 569360 - browser.js should not assume SVGAElement is always defined. r=gavin
2010-06-17 12:53:03 +02:00
Marco Bonardo
6d0b3f36e9
Bug 562644 - Ensure correct Places shutdown sequence and avoid sync expiration stuff. r=dietrich
2010-06-17 12:53:01 +02:00
Justin Dolske
f05b929e63
Temporaily disable failing test.
2010-06-16 20:17:41 -07:00
Marco Bonardo
56687a63fc
Bug 572425 - nsISearchEngine.getSubmission reponseType should be an [optional] param. r=gavin
2010-06-16 18:54:29 +02:00
Marco Bonardo
aa27c99d1d
Bug 571752 - Add History to the Firefox button menu. r=dao
2010-06-16 12:00:31 +02:00
Robert Strong
94a03e1386
Followup bustage fix for Bug 570680
2010-06-15 15:46:08 -07:00
Robert Strong
bac1126a7c
Bug 570680 - Remove call to check-locales.pl for Firefox. r=vlad
2010-06-15 15:13:58 -07:00
Gavin Sharp
765d45e75f
Bug 572112: add tabsontop attribute to documentElement to indicate tabs-on-top state, r=dao
2010-06-15 17:51:29 -04:00
Gavin Sharp
11699e815e
Bug 569542: fix appPicker.js's getFileDisplayName function, and make all copies of this method identical, r=Neil
...
--HG--
extra : rebase_source : 23f0da39af75427aaeb02ba32a1a88af3f339230
2010-06-07 10:29:25 -04:00
Gavin Sharp
1e45040016
Bug 550290: addSearchEngine/AddSearchProvider icon validity check is bogus, r=Ryan
...
--HG--
extra : rebase_source : 5971de13c8049e69ea9d868ac4ebdfb7ffe3dc96
2010-03-23 17:23:45 -04:00
Paul O’Shannessy
e377dc66c7
Bug 555767 - Switch to tab should close "empty" tabs [r=gavin]
2010-06-15 14:25:36 -07:00
Dave Townsend
c1b3e7841d
Bug 560449: Add support for opening the addons manager at a specific pane. r=gavin
2010-06-15 11:40:05 -07:00
Dão Gottwald
7ecb0dc266
re-enable browser_overflowScroll.js
2010-06-15 07:38:20 +02:00
Dão Gottwald
d190365236
re-enable browser_480148.js on OS X
2010-06-15 07:37:48 +02:00
Justin Dolske
1285738f71
Bug 535520 bustage fix.
2010-06-14 16:00:34 -07:00
Justin Dolske
8e4cda544d
Bug 535520 - Fix for bug 531703 should use #ifdef MOZ_UPDATER. r=rs
2010-06-14 15:24:42 -07:00
Joe Drew
98f411e39e
Bug 388195 - Remove gopher support. r=jduell,gavin sr=bz
2010-04-16 17:05:47 -04:00
Justin Dolske
cc03cf1409
Bug 564724 - Add tests and empty base component for nsIPrompt-related code. r=gavin
2010-06-14 14:00:21 -07:00
Dão Gottwald
a8a12a8bb0
Bug 571944 - Remove bogus min-width that overrides tabbrowser.xml's min-width. r=gavin
2010-06-14 21:53:45 +02:00
Stephen Horlander
6c7aa34741
Bug 570277 - Tab corner tweaks. r=dao
...
--HG--
extra : rebase_source : 40861b653b2ddcdccd54f7a4b5d26efff626caa8
2010-06-14 21:42:42 +02:00
Ehsan Akhgari
fc72d5d7fd
Disable test_contextmenu.html on Linux
2010-06-14 14:05:53 -04:00
Dão Gottwald
1c9f2bd763
disable browser_480148.js on OS X
2010-06-14 20:02:40 +02:00
Dão Gottwald
ec360c4f42
Disable tap opening animation in browser_drag.js to make synthesizeDrop work
2010-06-14 18:50:28 +02:00
Dão Gottwald
1a63d566a2
whitespace fix
2010-06-14 17:52:40 +02:00
Dão Gottwald
df52433647
make browser_relatedTabs.js output more useful
2010-06-14 17:08:23 +02:00
Dão Gottwald
db454fa8d0
additional output for browser_relatedTabs.js
2010-06-14 17:07:34 +02:00
Dão Gottwald
e09941acb9
Backed out changeset 3a711e98c1ed
2010-06-14 17:06:43 +02:00
Dão Gottwald
6bf49b08f3
additional output for browser_relatedTabs.js
2010-06-14 16:57:28 +02:00
Dão Gottwald
7f591e1161
Sanitize browser_drag.js
2010-06-14 15:10:23 +02:00
Dão Gottwald
bfac26fa9d
disable browser_overflowScroll.js
2010-06-14 13:58:10 +02:00
Dão Gottwald
62142b50df
Disable the tab opening animation in browser_overflowScroll.js, so that tabs don't change their width once the overflow occurred.
2010-06-14 12:06:49 +02:00
Dão Gottwald
35d3ffc05d
Bug 543206 followup: revert adjustTabstrip change, re-enable test_tabbrowser.xul
2010-06-14 11:54:18 +02:00
Dão Gottwald
4afcbbcd7f
fix for browser_overflowScroll.js, round two
2010-06-14 11:29:09 +02:00
Dão Gottwald
a98f39cfb4
fix for browser_overflowScroll.js
2010-06-14 10:57:23 +02:00
Dão Gottwald
1c1852f2ac
Bug 543206 - Tab opening animation. r=gavin
2010-06-14 10:10:54 +02:00
Dão Gottwald
fe78e21955
Bug 571772 - Use MENUBAR_CAN_AUTOHIDE instead of XP_WIN. r=gavin
2010-06-14 10:10:13 +02:00
Dão Gottwald
74565cf9be
Bug 570918 - set _blockDblClick on the tabContainer instead of the close button. r=gavin
2010-06-14 10:09:55 +02:00
Dão Gottwald
f4af71b168
Bug 570278 followup, fixing tabs-on-top radial gradient position
2010-06-13 11:35:56 +02:00
Dão Gottwald
ce02e2c4e5
Bug 570795 - Create basic "Firefox button" widget. r=gavin
2010-06-13 10:20:58 +02:00
Dão Gottwald
cc154c4499
Bug 570278 - Tab shadow tweaks. r=gavin
2010-06-13 10:19:52 +02:00
Honza Bambas
a8eb1f27fb
Bug 571522, browser_library_middleclick.js may leave an open tab, breaking following tests, r=mak
2010-06-12 13:20:57 +02:00
Dão Gottwald
d345320de9
Bug 560755 - Textbox border of Location bar and search box is invisible with "High Contrast - Windows Classic". r=gavin
2010-06-12 09:00:09 +02:00
Dão Gottwald
37e7c0ffa8
Bug 570981 - Remove URLBarSetURI's aValid parameter. r=gavin
2010-06-11 15:26:01 +02:00
Dão Gottwald
525360c40e
Bug 464205 followup, making favicons stand out more again in the all-tabs panel
2010-06-11 14:17:12 +02:00
Dão Gottwald
af60686fd4
Bug 568037 - Adjust toolbar backgrounds and gradients for the new theme. rs=gavin
2010-06-11 14:15:37 +02:00
Jeff Walden
1a51ea8168
Bug 505656 - Bookmarks backup JSON generation should 1) generate valid JSON and 2) handle incremental failures better (omitting information, rather than potentially serializing bad information). r=mak
2010-05-10 16:11:03 -07:00
Rob Arnold
3388b0ef6e
From: Rob Arnold <robarnold@cs.cmu.edu>
...
Bug 561835 - Make tab contents' canvases opaque r=dao
2010-06-09 22:08:00 -04:00
Benjamin Smedberg
80b423e0a0
Bug 569644 - Query the plugin host directly when searching for MIME types, rather than using Gecko-Content-Viewer category manager registration, r=bz
2010-06-10 12:42:16 -04:00
Rail Aliev
5e9f91ea2b
bug 569426: Tracking bug for build and release of Firefox 3.7a5 - Version bump for default branch. r=bhearsum
2010-06-10 10:35:42 -04:00
Robert Strong
ed62993f13
Bug 526333 - Having to create patches for each app's package manifest and removed-files and then get reviews from each app is a PITA. configure.in changes for MOZ_UPDATER only. r=ted.mielczarek
2010-06-09 16:02:13 -07:00
Robert Kaiser
70bc39dadd
bug 570788 - Incorporate improvements from SeaMonkey places review into Firefox code - round 1, r=sdwilsh
2010-06-09 23:50:38 +02:00
Drew Willcoxon
53df27b14f
Bug 570720 - Intermittent failure in browser_library_search.js when default livemark feed includes "dummy". r=mak
2010-06-09 14:08:11 -07:00
Paul O’Shannessy
9bedc50743
Bug 387859 - sessionstore should use native json to parse session data [r=zeniko]
2010-06-09 13:55:45 -07:00
Ehsan Akhgari
2baddc5c9a
Bug 529922 - review comment
2010-06-09 15:26:41 -04:00
Ehsan Akhgari
d3d7087d3a
Bug 529922 - Make sure that delayedStartup has run, therefore the test is valid; r=gavin
2010-06-03 21:31:07 -04:00
Dão Gottwald
e437c443b5
Bug 562649 - set and correctly handle userTypedValue when loading external URIs. r=gavin,neil
...
--HG--
extra : rebase_source : f147fcde568bc15e25be804591518b694d605a95
2010-06-08 22:13:55 +02:00
L. David Baron
9a129faa59
Rename -moz-background-size to background-size. (Bug 549809) r=roc
2010-06-08 18:44:33 -07:00
L. David Baron
934c377eda
Rename properties and values of background-clip and background-origin to match css3-background. (Bug 549809) r=roc
2010-06-08 18:44:33 -07:00
Dave Townsend
a75b34f580
Backed out changeset 33760547ecf7 from bug 569342 to fix the test failure.
2010-06-08 11:20:32 -07:00
Dave Townsend
67bc73397f
Bug 569342: Find bar should not be enabled in about:addons. r=gavin
2010-06-07 09:31:48 -07:00
Ehsan Akhgari
d43b445e2f
Bug 570720 - disable browser_library_search.js
2010-06-08 12:06:37 -04:00
Ehsan Akhgari
7b650803bc
Bug 535490 - Intermittent timeout: browser_privacypane_6.js; r=gavin
...
--HG--
rename : browser/components/preferences/tests/browser_privacypane_7.js => browser/components/preferences/tests/browser_privacypane_8.js
extra : rebase_source : 5eab16304123fc83837ce2607111a236f5236304
2010-06-04 13:28:19 -04:00
Ehsan Akhgari
376f567f78
Bug 570321 - spell-check-dictionary name is not displayed in context menu; r=gavin
...
--HG--
extra : rebase_source : e1871e9076407b7f367f4bfd8d10535317524d11
2010-06-05 23:48:30 -04:00
Robert Sayre
5ca2a43d0d
Merge tracemonkey to mozilla-central.
2010-06-06 14:55:52 -04:00
Dão Gottwald
3aacbfb1c6
Bug 569935 - remove leftover from the curved identity button. r=gavin
2010-06-06 19:44:45 +02:00
Robert Sayre
09e6a02419
Merge mozilla-central to tracemonkey.
2010-06-06 11:28:04 -04:00
Robert Sayre
d9e86770e3
Merge mozilla-central to tracemonkey.
2010-06-05 19:13:45 -04:00
Asaf Romano
4727081fbc
Bug 553334 - [Exception... 'Component returned failure code: 0x80070057 (NS_ERROR_ILLEGAL_VALUE) [nsINavHistoryResult.removeObserver]' when adding a new folder. r=mak.
2010-06-04 22:53:08 +03:00
Asaf Romano
70e8267791
Bug 549192 - History view not updated after deleting entry. r=mak.
2010-06-04 22:48:04 +03:00
Jason Orendorff
d7cbea1f4d
Bug 533592, part 1 - Remove uses of and support for xpcnativewrappers=no/yes in manifests. (The default has been yes for some time and we will now only have that behavior.) r=mrbkap.
...
--HG--
extra : rebase_source : 996d2abecb15f44293abd470a28a3fe2706e130e
2010-05-27 12:33:54 -07:00
Saint Wesonga
32e9aa4b10
Bug 524201 - Move browserconfig.properties to a jar. r=gavin/pike/kev
2010-05-24 11:38:31 +02:00
Dão Gottwald
27e8c6679b
remove bogus comment again
2010-05-24 09:34:46 +02:00
Rob Arnold
3899a2be6b
Bug 556967 - Re-enable aero glass once bug 555182 is fixed r=gavin
2010-05-23 23:29:09 -04:00
Michael Kohler
5f19df86e0
Bug 564091: Fix spelling of nonexistent across the tree. r=timeless
...
--HG--
extra : rebase_source : 4f15f7fd6f90926b77d136be83af7f22c5ffa830
2010-05-23 12:26:15 -07:00
Kyle Huey
c5ab72300a
Bug 563186: Move defaults/profile/prefs.js out of l10n packaging so it is shipped on all platforms. r=rs
...
--HG--
extra : rebase_source : 9b4438ba3b18abe494cd906c93e71f2d0207d426
2010-05-06 18:51:20 -04:00
Marco Bonardo
dbe1232637
Bug 553070 - Allow XPCOMUtils to do category registration for specific apps. r=sayrer
2010-05-22 10:41:00 +02:00
Paul O’Shannessy
14ac9d5f07
Bug 554873 - Fix test order in makefile & remove disabled test comment.
2010-05-20 16:08:09 -07:00
Rob Campbell
2b840eea13
bug 565872 - Short cut keys for Tools:Inspect not showing in Tools
...
Menu, p=me, r=gavin
2010-05-20 17:46:12 -03:00
Rob Campbell
a8693514ad
bug 566096 - Inspect menu item's check mark gets out of sync when switching tabs, p=me, r=gavin
2010-05-20 14:34:04 -03:00
Justin Wood
a91323da15
Backout Bug 452451 Due to test failures.
2010-05-20 01:01:59 -04:00
Mounir Lamouri
b595578fba
Bug 452451 - "enable relimit by default and find out if it breaks the web" [r=jwalden,jst]
2010-05-19 22:28:09 -04:00
Asaf Romano
e7a005e58c
Bug 566736 - Lazily initialize the findbar. r=gavin.
2010-05-19 19:57:16 +03:00
Ehsan Akhgari
a534fc7fef
Back out changeset 6fc5d661ca55 because of a11y test failures
2010-05-19 10:48:30 -04:00
Asaf Romano
4613bbc1fa
Bug 566736 - Lazily initialize the findbar. r=gavin.
2010-05-19 15:23:43 +03:00
Chris Jones
a766c20b74
Backed out changeset a111c9f6a71b
2010-05-18 20:53:04 -05:00
Asaf Romano
68ff221f17
Bug 566736 - Lazily initialize the findbar. r=gavin.
2010-05-19 02:58:32 +03:00
Dão Gottwald
bf1fcfa869
Bug 461184 - Change urlbar placeholder text to 'Go to a Web Site'. r=mano
...
(transplanted from ea4e623e936d7a1c03df8967b3bd8d99c5286893)
--HG--
extra : transplant_source : %EANb%3E%93mz%1C%03%DF%89g%B3%BD%8D%99%C5%28h%93
2010-06-05 18:47:19 +02:00
Masatoshi Kimura
a50b072e40
Bug 567497 - "Files executed via download manager cause Win7 compatibility mode to permanently apply to firefox.exe and not downloaded file" [r=ted]
...
(transplanted from 63b89b3114614929b80a358163a2d1ae9feea91b)
--HG--
extra : transplant_source : c%B8%9B1%14aI%29%B8%0A5%81c%A2%D1%AE%9F%EE%A9%1B
2010-05-24 09:55:00 -04:00
Justin Wood
f8e9b8aedc
Backout |Bug 567306 - Find command(ctrl+F) does not start looking for it with a selected text on the actual page.| due to Linux Mo(oth) and Linux64 Mo(oth) test failures.
2010-06-04 21:59:40 -04:00
Asaf Romano
a2449625a9
Bug 567306 - Find command(ctrl+F) does not start looking for it with a selected text on the actual page. r=gavin.
2010-06-05 03:22:08 +03:00
Neil Deakin
6a298ba8e7
Bug 565669, clear recent history list doesn't expand when details opened, r=gavin
2010-05-18 09:37:43 -04:00
Neil Deakin
a45e72c383
Bug 554873, improve waitForFocus to check for about:blank pages, r=mak
2010-05-18 09:31:03 -04:00
Marco Bonardo
f5fa6cd9d3
Bug 564885 - Bookmarks toolbar folders take ~1/2 second to open. r=mano
2010-05-17 12:20:06 +02:00
Dão Gottwald
3ec8b64e95
follow-up to changeset 8e48c8fb8299
2010-05-17 09:36:22 +02:00
Dão Gottwald
6f40b4016d
Let browser_Browser.js use the status filter instead of a raw progress listener to see if it makes a difference for bug 458688
2010-05-16 22:27:20 +02:00
Jim Mathies
7d84eaf6a8
Bug 562753 - On upgrade, update AppUserModelID for application shortcuts. r=rstrong.
2010-05-14 19:24:50 -05:00
Jim Mathies
39e2138d31
Bug 521141 - Group running applications properly under shortcuts pinned to the taskbar. r=rstrong.
2010-05-14 19:24:01 -05:00
Paul O’Shannessy
f5cffcc9c0
Bug 556061 - Copying location of a "switch to" action copies moz-action [r=gavin]
2010-05-14 11:14:43 -07:00
Josh Aas
ed50cb5b07
Remove default plugins. b=533891 r=dolske sr=jst
2010-05-14 13:08:12 -04:00
Boris Zbarsky
c5bd2cc712
Backed out changeset 6a71deda9822 (bug 562649) due to browser-chrome orange.
2010-05-14 13:04:08 -04:00
Dão Gottwald
9d80ef931d
Bug 562649 - set userTypedValue when loading external URIs. r=gavin
2010-05-14 14:27:51 +02:00
Markus Stange
c078ce1736
Bug 549562 - Position the toolbar customization popup in repositionDialog() and make it invisible until it's positioned and loaded. r=gavin
2010-05-14 12:20:00 +02:00
Gavin Sharp
96517418f6
Bug 556957 - Don't let startDocumentLoad display the target URL for content windows with openers. r=dao
2010-04-05 19:08:01 -04:00
Dão Gottwald
85ba64ab52
Bug 564187 - "Tabs on Top" shouldn't put tabs above the menu bar. r=gavin, ui-r=faaborg
2010-05-14 09:46:36 +02:00
Dão Gottwald
658ffcb630
Test for bug 563588
2010-05-14 09:44:03 +02:00
Rob Campbell
541a1320f8
Bug 547453: create a web page inspector for Firefox, r=gavin
2010-05-13 16:38:21 -04:00
Gavin Sharp
eb6853093f
Backed out changeset f551d1be254e (inspector-0.1, fixing commit message)
...
--HG--
extra : rebase_source : b7a94409c817d49822920a8d38aadfc8dae1a0db
2010-05-13 16:36:43 -04:00
Rob Campbell
57f96d9b56
inspector-0.1
2010-05-13 17:08:34 -03:00
Josh Aas
9213b9561a
Backed out changeset 558df3e5b094 due to talos master issue.
2010-05-13 15:56:19 -04:00
Josh Aas
eb08772da3
Remove default plugins. b=533891 r=dolske sr=jst
2010-05-13 14:54:26 -04:00
Dão Gottwald
5b4ef69d9b
Bug 565048 - move accel+up/down/left/right/home/end keypress handler to the tab container binding. r=gavin
2010-05-13 17:37:17 +02:00
Michael Kohler
57c581b0db
Bug 506041 Part 2: Correct misspellings in source code
...
r=timeless
2010-05-13 14:19:51 +02:00
Marco Bonardo
a0ee36bd65
followup to bug 374491 - remove no more useful localization note.
2010-05-13 12:11:06 +02:00
Steffen Wilberg
1920b72b59
Bug 282127: Highlight odd tree rows in trees with multiple columns in Gnomestripe and Pinstripe. Implement and use ::-moz-tree-row(multicol). ui-review=faaborg, r=enndeakin
2010-05-12 20:25:48 +02:00
Marco Bonardo
0a18d022d4
Bug 520384 - Random failure in browser_library_infoBox.js on Linux. r=dietrich
2010-05-12 12:20:08 +02:00
Marco Bonardo
5194c802ec
Bug 562663 - Rev3 Fedora 12 x64 permaorange in browser_library_panel_leak.js. r=dietrich
2010-05-12 12:20:05 +02:00
Mounir Lamouri
cbf74508a5
Bug 557620 - Implement <input type="tel">. r=smaug,dolske,dao sr=sicking
2010-05-12 09:17:07 +02:00
Tyler Downer
e67e791f16
Bug 374491 - Remove unused l10n strings. r=mak
2010-05-12 09:11:47 +02:00
Dão Gottwald
695c922d6a
Bug 565024 - accel+click doesn't restore about:sessionrestore entries on OS X. r=paul
2010-05-12 09:10:25 +02:00
Marco Zehe
ee68fd874e
Bug 565042 - Add an accessibleName for the tabs toolbar, r=gavin
2010-05-12 08:08:42 +02:00
Dão Gottwald
959e6930d8
Bug 563588 - Control+leftArrow/rightArrow/home/end can no longer be used to move tabs on the tab bar. r=gavin
...
--HG--
extra : rebase_source : f2cdbe6341c0432666037c71112dc9168f3c3bba
2010-05-08 10:26:26 +02:00
Dão Gottwald
8b4c5aec3e
Bug 564170 - ctrlTab_advanceFocus incorrectly assumes the popupshown has been received if the panel's state is 'open'. r=enn
...
--HG--
extra : rebase_source : b27e0b98dee9c0f0dbf6cd848650245d1fe19ba2
2010-05-07 09:50:04 +02:00
Mick Weiss
56ebc8e634
Bug 563291 - Selectively open tabs from session:restore "Well this is embarrassing" page. r=dao
...
--HG--
extra : rebase_source : 537ccc1791256a93c224ae653d07d5981f57e037
2010-05-07 09:49:19 +02:00
Dave Townsend
af33fd64f6
Bug 562679 - Land new Add-ons Manager on trunk. Update removed-files.in for relanding. r=rstrong
2010-05-10 22:33:30 -07:00
Phil Ringnalda
fa9669c2e2
Backed out changeset e074757a15aa (bug 533891) due to xpcshell orange after a clobber
2010-05-10 21:38:56 -07:00
Josh Aas
a987bef855
Remove default plugins. b=533891 r=dolske sr=jst
2010-05-10 20:21:31 -04:00
Dave Townsend
e42a81eade
Bug 560738: Change discovery pane url. r=robstrong
2010-05-10 12:11:39 -07:00
Blair McBride
6acb817959
Bug 552754: Fix browser_pluginnotification.js. r=sdwilsh
2010-04-29 10:19:17 -07:00
Blair McBride
374c11eeea
Bug 554007: New add-ons manager UI (preferences). r=sdwilsh, r=dtownsend
2010-04-29 10:17:19 -07:00
Blair McBride
e47441825e
Bug 554007: New add-ons manager UI (browser parts). r=sdwilsh
2010-04-29 10:17:06 -07:00
Dave Townsend
32e1299936
Bug 562485: Update removed-files.in for the extension manager changes. r=robstrong
2010-05-06 15:56:18 -07:00
Dave Townsend
f0c5a84d27
Bug 560602: browser_pageInfo.js times out. r=robstrong
2010-04-28 15:02:43 -07:00
Dave Townsend
62b241c16d
Bug 553092: Initialise the permissions manager on startup. r=robstrong
2010-04-26 12:19:18 -07:00
Dave Townsend
7a182ad4ba
Bug 552731: Update FUEL to use the new EM APIs. r=mfinkle
2010-04-20 15:14:15 -07:00
Dave Townsend
e225f4a276
Bug 553169: Implement InstallTrigger, the XPI content handler and confirmation for web triggered installs. r=robstrong, r=dveditz
2010-04-29 13:11:23 -07:00
Dave Townsend
7e38027b87
Bug 553169: Implement the basic extension manager API and platform integration. r=robstrong
2010-04-29 13:11:23 -07:00
Phil Ringnalda
8613942c27
Remove trailing whitespace to trigger builds in a CLOSED TREE
2010-05-09 19:46:21 -07:00
Phil Ringnalda
dbbb385bbb
Remove trailing whitespace to trigger builds in a CLOSED TREE
2010-05-09 12:26:01 -07:00
Phil Ringnalda
cc0763a021
Remove trailing whitespace to trigger builds in a CLOSED TREE
2010-05-09 10:47:12 -07:00
Phil Ringnalda
8c2020f91f
Remove trailing whitespace to trigger builds in a CLOSED TREE
2010-05-08 18:13:12 -07:00
Marco Bonardo
34e3c8ade4
Bug 564188 - Live Bookmark status menuitem persists in menus. r=dietrich
2010-05-06 15:35:16 -07:00
Asaf Romano
8a11227280
Bug 528884 - Remove places' menu and toolbar bindings. r=mak
2010-05-05 15:28:04 +02:00
Dão Gottwald
f8c89acfe0
Bug 563671 - anonymous new-tab button makes the tab bar 1px taller. r=gavin
2010-05-05 08:36:57 +02:00
Kyle Huey
3b7a5c02c0
Bug 555512: Reorganize removed-files.in r=rs
...
--HG--
extra : rebase_source : 8337b3fd2d40f9ee927033537df257ee1524e47e
2010-05-02 17:56:16 -04:00
Dão Gottwald
1472cbbfd4
Bug 577320 - Remove tabs progress listener callback stubs. r=gavin
2010-07-10 01:44:55 +02:00
timeless@mozdev.org
0ca334208b
Bug 577213 firefox 4 beta 1 gives bad error message when run on Mac OS X 10.4
...
r=josh r=bsmedberg
2010-07-07 11:55:03 +03:00
Neil Deakin
d518be9dd6
Bug 556645, extra resizer in some dialogs, r=dao
2010-07-08 08:27:47 -07:00
Phil Ringnalda
3429925740
Remove trailing whitespace to trigger builds in a CLOSED TREE
2010-05-10 21:28:19 -07:00
Daniel Holbert
2300701f67
Bug 577389: Remove reference to now-gone directory browser/components/places/public in makefiles.sh. blanket-rs=ted
2010-07-07 16:38:56 -07:00
Michael Kohler
10e99fe287
Bug 577222 - Mistyped function name in subscribe.js. r=mano
2010-07-07 19:29:26 +02:00
Dão Gottwald
549a4d5884
Bug 519216 - Removing a progress listener while it's being called should not affect subsequent listeners. r=gavin
2010-07-07 06:56:17 +02:00
Dão Gottwald
9cfe8d8aa7
Bug 571813 - Hide the Firefox button in popups. r=gavin
2010-07-06 06:21:24 +02:00
Dão Gottwald
9c3133efe2
Bug 571813 - Hide the Firefox button in full screen mode. r=gavin
2010-07-06 06:17:21 +02:00
Johnathan Nightingale
bcda3f09ec
Bug 574487 - Add context menu to convert tabs to/from app tabs r=dao ui-r=beltzner (non-final strings)
...
--HG--
extra : rebase_source : 1d41213fe85b80b7e0f4aa29b22d2c3eb8883e0c
2010-07-05 14:40:15 -04:00
Dão Gottwald
05212023f2
Bug 574654 - Remove browser.tabs.tabMinWidth and browser.tabs.tabMaxWidth in favor of CSS. r=mano
2010-07-05 11:40:54 +02:00
Tanner M. Young
9fe091a99a
Bug 574676 - Fix Page Info tab highlighting. r=db48x
2010-07-04 21:35:40 +02:00
Dave Townsend
1d5b2ea9f5
Fix application name replacement from bug 552965
2010-07-03 07:00:43 -07:00
Dave Townsend
37e6aadfad
Bug 574970: Import the skinnable property from install.rdf to the database and expose it through the API. r=robstrong
2010-07-02 07:48:26 -07:00
Dave Townsend
4d698c0a58
Bug 552965 and bug 553455: Display notifications for add-on download failures and prompt the user to restart after installation. r=gavin
2010-07-01 09:23:11 -07:00
Oleg Romashin
4fd4d7f449
Bug 568691 followup - Fix manifest/registration for the faststartup component, r=bsmedberg
2010-07-02 09:52:33 -04:00
Benjamin Smedberg
a249678c04
Final merge and landing of bug 568691 and dependent bugs to mozilla-central on a CLOSED TREE.
...
* bug 568691, register XPCOM components statically using manifests. r=mossop, with some test and build stuff r=vlad,sdwilsh
* bug 573557, rename categories with spaces to use hypens. r=jst
* bug 573739, Don't get the private browsing service during layout module initialization, r=ehsan
This initial merge does not include some work planned to land imminently:
* The extension manager still restarts. I need to solve a problem re-reading default preferences from extensions.
* MOZ_OMNIJAR is broken: there is a patch which I need to update in bug 568691.
* I will concurrently land a mobile-browser fix for component registration, but it may require some additional packaging changes.
2010-07-01 14:26:25 -04:00
Markus Stange
2566afb6ea
Bug 575408 - Give #personal-bookmarks a proper min-height so that you can drop bookmarks on an empty bookmarks toolbar. r=dao
...
--HG--
extra : rebase_source : a7d86d73ac46774c3255a6bd7f436875c9222083
2010-07-01 18:42:17 +02:00
Markus Stange
1b009a33d0
Bug 575105 - Don't let the appearance of the "Switch to tab:" label shift down the whole toolbar. r=dao
...
--HG--
extra : rebase_source : ca02edbc71b7adef013b6a50797fc57f0e12bc22
2010-07-01 18:41:17 +02:00
Benjamin Smedberg
4d172dd53d
Merge mozilla-central, including the Electrolysis changes, into the branch for bug 568691.
2010-07-01 11:55:57 -04:00
Benjamin Smedberg
a2833452f8
Merge mozilla-central to the bug 568691 branch.
...
--HG--
rename : gfx/public/nsITheme.h => gfx/src/nsITheme.h
2010-06-30 14:23:23 -04:00
Benjamin Smedberg
2f6bb59008
Fix packaging of test-only XPT files for crashreporter and httpserver.
...
--HG--
extra : rebase_source : 27abb29f16e071a7c08220d46f9cbef4ded08fc4
2010-06-30 12:42:24 -04:00
Dão Gottwald
173e3215fc
Bug 490621 - Make the fullscreen toolbar toggler more unobtrusive. r=mano, ui-r=faaborg
2010-06-30 10:15:36 +02:00
Jim Mathies
2fd01dcdd6
Bug 575228 - When maximizing a window, the menu bar gets pushed down. r=dao.
2010-06-29 22:20:02 -05:00
Jono S Xia
b276daaae9
Bug 575597: Stop Feedback notifications from appearing early and make sure the toolbar button is immediately visible. r=dtownsend
...
--HG--
extra : transplant_source : i%B7%1A%C3%27%81O%F9j%D8%DD%AF%BDd%ED%EFT%BB%C2%81
2010-06-29 16:06:40 -07:00
Ben Parr
95e9f46614
Bug 575559: Remove nsAddonRepository.js on updates. r=dtownsend
...
--HG--
extra : transplant_source : rHVyy%07%EAu%7B%B3%B1l%8Fj%8B%D1%CA%C1%9Ez
2010-06-29 16:11:03 -07:00
Benjamin Smedberg
c71e024222
Bug 574457 - Back out the functional changes from revision 0327e126ea24, bug 569644, because of 100ms (20%) Ts regression on Linux/Mac. This leaves the nsIContentUtils helper function, but restores the plugin host category entry munging.
2010-06-29 16:56:13 -04:00
Dave Townsend
d7bda1b032
Bug 575566: Feedback/TestPilot not packaged into windows installer for 4.0b1 build1. r=bsmedberg
...
--HG--
extra : transplant_source : %DF%28%0D%D4j_%CE%27y%23%91%C4R2%9D%AA%86%B9%DB%EC
2010-06-29 11:38:21 -07:00
Benjamin Smedberg
cf1a5985fd
Add the new nsPlacesAutoComplete.manifest.
2010-06-25 23:40:15 -04:00
Benjamin Smedberg
7f6fc446a0
Revert debugging change accidentally introduced in revision 2514f32f65bc.
2010-06-25 22:20:46 -04:00
Benjamin Smedberg
56b39ce0c9
Typos in browser/components.
2010-06-25 20:49:44 -04:00
Benjamin Smedberg
63c0077443
Merge mozilla-central into the branch for bug 568691, including fixup of the new jetpack binary module.
2010-06-25 19:41:09 -04:00
Benjamin Smedberg
3d83a9ad65
Merge various pieces of bug 568691.
2010-06-25 17:27:04 -04:00
Benjamin Smedberg
4128ab60b1
Fix the nsBrowserGlue registration to be available even in non-Firefox, because there are places xpcshell tests which require it and don't forge the app ID.
2010-06-25 16:50:15 -04:00
Benjamin Smedberg
76932518f4
Fix fuelApplication.manifest to register the correct category for the Application global.
2010-06-25 13:54:15 -04:00
Benjamin Smedberg
6734de67be
Fix typo in BrowserFeeds.manifest
2010-06-25 11:25:41 -04:00
Benjamin Smedberg
6e8d912e32
Fix review comments from bug 568691 comment 45.
2010-06-24 11:56:28 -04:00
Benjamin Smedberg
762def30bb
Merge mozilla-central into the static-xpcom-registration branch.
2010-06-23 17:26:25 -04:00
Benjamin Smedberg
360af69e24
Package toolkitplaces.manifest, which I apparently forgot the first time.
2010-06-23 12:10:29 -04:00
Benjamin Smedberg
14d48fb99a
Fix typo from bug 568691, revision 90afd1e80d77
2010-06-23 09:29:21 -04:00
Benjamin Smedberg
5cab25b52b
Bug 568691 - Convert existing JS components to use NSGetFactory and add manifest files for them. In a followup we will link the .manifest files together at packaging time. This patch was developed on Linux: Windows and Mac may require additional changes.
...
--HG--
rename : toolkit/components/filepicker/src/nsFilePicker.js.in => toolkit/components/filepicker/src/nsFilePicker.js
2010-06-22 12:59:15 -04:00
Benjamin Smedberg
6e45dd655f
Merge bug 573557 into static-xpcom-registration branch.
2010-06-21 16:58:53 -04:00
Benjamin Smedberg
ce1372d9d4
Bug 573557 - Rename the category names for script globals to avoid spaces, r=jst
2010-06-21 16:57:44 -04:00
Benjamin Smedberg
21bc9c724f
Bug 568691 - build components.manifest instead of components.list, and switch the sample JS component to use standard EXTRA_COMPONENTS machinery.
2010-06-21 13:59:58 -04:00
Benjamin Smedberg
45af085fff
Merge mozilla-central into the "branch" for but 568691. The omnijar XPT/component/chrome registration was removed during this merge, and will be re-added to the component manager shortly.
...
--HG--
rename : content/base/public/nsIChromeRegistry.idl => chrome/public/nsIChromeRegistry.idl
2010-06-21 11:41:42 -04:00
Benjamin Smedberg
f13550a209
Bug 568691 part B - mechanical changes to in-tree binary modules needed to get them building and registering correctly. After this patch, xpcshell appears to work.
2010-06-10 14:11:40 -04:00
Nick Thomas
59d3d880aa
Bug 570022, bump Firefox/Gecko version to 4.0b2pre/2.0b2pre after 4.0b1 tagging, r=jhford, a=beltzner, CLOSED TREE
2010-06-29 15:09:55 +12:00
Marco Bonardo
ca6fe6e21f
Bug 571288 - A tooltip of bookmark located in the Chevron is not displayed. r=dietrich
2010-06-29 00:04:07 +02:00
Marco Bonardo
73f22a10cc
Bug 575218 - More robust check for personal-bookmarks visibility. r=gavin
2010-06-29 00:04:01 +02:00
Marco Bonardo
a65e6ca085
Bug 575194 - Bookmark button misbehaves when personal-bookmark widget is moved to menu bar. r=gavin
2010-06-29 00:03:56 +02:00
Marco Bonardo
56b793f198
Bug 575162 - Bookmarks menu button doesn't retain depressed appearance when hovered. r=dao
2010-06-29 00:03:52 +02:00
Gavin Sharp
c2697a3d68
Remove bogus workaround for bug 555987 now that it's fixed
2010-06-28 16:57:49 -04:00
Stephen Horlander
22929637bb
Bug 565187 - Icons for new geolocation notification. r=dao
2010-07-01 11:03:56 +02:00
Dão Gottwald
9628461500
Bug 430687 - Maintain the tab bar's overflow state and scroll position in full-screen mode. r=mano
...
--HG--
extra : rebase_source : a43304f6df1b88d7846bb27e0ba243f90796973e
2010-07-01 08:35:14 +02:00
Dão Gottwald
18b9647728
Bug 575726 - app button sits two pixels too high on the window frame. r=gavin
...
--HG--
extra : rebase_source : e002f507b0f6174465d9f4d75a9e8704d913c1a2
2010-07-01 08:30:42 +02:00
Dave Townsend
67aadd8d55
Backing out patches for bug 552965 and bug 553455 due to test failures.
2010-06-30 16:51:05 -07:00
Asaf Romano
8da096fc3b
Bug 575157 - Safe Mode's "Disable All Add-Ons" Has No Effect. r=mossop
2010-07-01 00:36:29 +02:00
Marco Bonardo
6f064e142d
Bug 575558 - New empty named bookmarks in the toolbar display the URL instead. r=dietrich
2010-06-30 23:24:05 +02:00
Marco Bonardo
9fe93d185e
Bug 553467 - Move Places Transactions to PlacesUtils. Make PlacesUIUtils.ptm a compatibility shim. r=mano
2010-06-30 23:24:03 +02:00
Dave Townsend
3b8d5060e2
Bug 552965 and bug 553455: Display notifications for add-on download failures and prompt the user to restart after installation. r=gavin
2010-06-30 14:13:17 -07:00
Dão Gottwald
b61870e374
Bug 575994 - "fullscr-toggler" shouldn't be a toolbar. r=mano
...
--HG--
extra : rebase_source : 27f2c9b410c87fcc3650a62c6c4e6d5492526715
2010-06-30 19:57:14 +02:00
Jono S Xia
83a9d7cc56
Bug 575767: Stop Feedback from collection data until the user has been notified. r=dtownsend
...
--HG--
extra : transplant_source : e%C3%0EN%E61%15%84%08%97%0E%91%FD%14%B3%92J%B1%84%97
2010-06-30 10:54:21 -07:00
Zack Weinberg
68bfa28939
Bug 562318, bustage fix: make firefox.js identical again for OSX 10.5 PPC and x86.
2010-05-01 15:39:53 -07:00
Ginn Chen
d5ef1fa6a5
Bug 562318: Set dom.ipc.plugins.enabled to false if configured with --disable-ipc. r=benjamin
2010-05-01 14:40:15 -07:00
Dave Townsend
3ea671406e
Bug 562697: Update removed-files.in. r=robstrong
2010-05-01 13:19:35 -07:00
Dave Townsend
74b7768710
Backout new add-ons manager due to Ts regression on OSX 10.5
...
--HG--
rename : toolkit/mozapps/extensions/test/xpcshell/data/test_bug404024.xml => toolkit/mozapps/extensions/test/unit/data/test_bug404024.xml
rename : toolkit/mozapps/extensions/test/xpcshell/data/test_bug417606.xml => toolkit/mozapps/extensions/test/unit/data/test_bug417606.xml
rename : toolkit/mozapps/extensions/test/xpcshell/data/test_bug424262.xml => toolkit/mozapps/extensions/test/unit/data/test_bug424262.xml
rename : toolkit/mozapps/extensions/test/xpcshell/test_bug404024.js => toolkit/mozapps/extensions/test/unit/test_bug404024.js
rename : toolkit/mozapps/extensions/test/xpcshell/test_bug417606.js => toolkit/mozapps/extensions/test/unit/test_bug417606.js
rename : toolkit/mozapps/extensions/test/xpcshell/test_bug424262.js => toolkit/mozapps/extensions/test/unit/test_bug424262.js
rename : toolkit/mozapps/extensions/test/xpcshell/test_bug449027.js => toolkit/mozapps/extensions/test/unit/test_bug449027.js
rename : toolkit/mozapps/extensions/test/xpcshell/test_bug455906.js => toolkit/mozapps/extensions/test/unit/test_bug455906.js
rename : toolkit/mozapps/extensions/test/xpcshell/test_bug514327_3.js => toolkit/mozapps/extensions/test/unit/test_bug514327_3.js
rename : toolkit/mozapps/extensions/test/xpcshell/test_bug541420.js => toolkit/mozapps/extensions/test/unit/test_bug541420.js
2010-05-01 11:04:44 -07:00
Timothy Nikkel
9ef23b63ee
Bug 559970. browser/components/sessionstore/test/browser/browser_463205.js depends on the order in which the load and domcontentedloaded events get dispatched for subframes. r(sort of)=Simon Bunzli
2010-05-01 13:42:47 -05:00
Blair McBride
274ad77059
Bug 552754: Fix browser_pluginnotification.js. r=sdwilsh
2010-04-29 10:19:17 -07:00
Blair McBride
a3d80697e0
Bug 554007: New add-ons manager UI (preferences). r=sdwilsh, r=dtownsend
2010-04-29 10:17:19 -07:00
Blair McBride
8629963616
Bug 554007: New add-ons manager UI (browser parts). r=sdwilsh
2010-04-29 10:17:06 -07:00
Dave Townsend
da18c0677c
Bug 562485: Update removed-files.in for the extension manager changes. r=robstrong
2010-04-28 16:09:53 -07:00
Dave Townsend
3e9aa74731
Bug 560602: browser_pageInfo.js times out. r=robstrong
2010-04-28 15:02:43 -07:00
Dave Townsend
d62ee330b3
Bug 553092: Initialise the permissions manager on startup. r=robstrong
2010-04-26 12:19:18 -07:00
Dave Townsend
e9f8fcd5cb
Bug 552731: Update FUEL to use the new EM APIs. r=mfinkle
2010-04-20 15:14:15 -07:00
Dave Townsend
4c0e7e140d
Bug 553169: Implement InstallTrigger, the XPI content handler and confirmation for web triggered installs. r=robstrong, r=dveditz
2010-04-29 13:11:23 -07:00
Dave Townsend
18257c9a69
Bug 553169: Implement the basic extension manager API and platform integration. r=robstrong
2010-04-29 13:11:23 -07:00
Dão Gottwald
be2a50705f
Bug 562723 - pressing the new-tab button doesn't change the icon. r=gavin
...
--HG--
extra : rebase_source : c7aef7f8bc075cef8a13908160ee6cb8abd8ecb9
2010-04-29 21:28:32 +02:00
Dão Gottwald
eda4e91ca9
Bug 562718 - new-tab button makes the tab bar 1px taller. r=gavin
...
--HG--
extra : rebase_source : 33f3f1c3763afaf30f1a1c57ba44f38093821c4c
2010-04-29 20:59:34 +02:00
Kurt Schultz
b6fc1caed5
Bug 558069 - 'Tabs on top' menu entry in View->Toolbars should be title cased. r=dao
2010-04-28 10:11:18 -04:00
Gavin Sharp
d1ae9e0fee
Bug 560288 - consolidate hud-button style rules. r=dao
2010-04-20 12:12:10 -04:00
Dão Gottwald
d41127c3fc
Bug 541864 - tab bar is 1px larger when non-focused tabs have close buttons. r=ventnor
2010-04-29 08:43:40 +02:00
Masatoshi Kimura
ef720a3123
b=546013 encode default ignorable characters on url bar to prevent spoofing r=gavin
...
--HG--
extra : rebase_source : 5a1b6a2f0914fcde8beab98fb6e8615a08c5ab60
2010-04-29 09:55:44 +12:00
Kurt Schultz
9a47bc524b
Bug 515435 - Remove "Get Bookmark Add-ons" from default bookmarks. r=mak l10n-r=pike
2010-04-28 09:17:09 +02:00
Dão Gottwald
8aa735c7b9
Bug 560562 - Increase contrast between active and background tabs. r=gavin
2010-04-28 07:54:51 +02:00
Dão Gottwald
9b7208c709
Bug 457187 - Make the tabs toolbar customizable. r=gavin
2010-04-27 18:57:19 +02:00
Andreas Gal
f3ff930619
Bug 561702 - sessionstore should not use RegExp static state. r=zpao, a=developers
2010-04-26 12:58:15 -07:00
Justin Dolske
e9b1ecb18b
Bug 546502 - Refreshing on toolbar for crash plugin UI doesn't remove notification bar. r=gavin, a=developers
2010-04-26 12:58:12 -07:00
Marco Bonardo
d9570ca6b0
Bug 561229 - Copy/Paste bookmarks is broken. r=dietrich
2010-04-26 21:04:20 +02:00
Marco Bonardo
2ad8eca76b
Bug 560104 - rename toolkit places utils.js to PlacesUtils.jsm r=dietrich
...
--HG--
rename : toolkit/components/places/src/utils.js => toolkit/components/places/src/PlacesUtils.jsm
2010-04-26 21:04:17 +02:00
Ehsan Akhgari
4d120767fb
Bug 560653 - Test browser_privatebrowsing_contextmenu_blockimage.js doesn't run; r=gavin a=1hr
2010-04-25 18:44:20 -04:00
Phil Ringnalda
7206f0b6d8
Bug 518607 - Move the Troubleshooting Information page into toolkit so other apps like Thunderbird and SeaMonkey can use it, r=gavin
2010-02-20 19:36:46 -08:00
Robert Sayre
0f0d2ffdf7
Merge mozilla-central to tracemonkey.
2010-04-24 12:56:26 -04:00
Jeff Walden
aa481cb81c
...famous last words. This time maybe? :-\
2010-04-21 20:16:22 -07:00
Jeff Walden
baf4a02c9a
One. Last. Fix.
...
--HG--
extra : rebase_source : 89f1e283c1b6df2b2034476bd2b666a9c32d5606
2010-04-21 20:06:58 -07:00
Jeff Walden
ce0e0307d4
More fixes for xpcshell tests; seriously, where did people ever manage to discover this junk?
2010-04-21 17:41:00 -07:00
Jeff Walden
4b9b1d8e68
Bug 560018 - Actually remove support for { get property funname() { } }, confounded merging madness... r=luke
...
--HG--
extra : rebase_source : b3c47f5fdd0fcb52f68876e9a4fab16143c16901
2010-04-17 03:19:33 -07:00
Marco Bonardo
fb990de175
Bug 529821 - followup: fix an unwanted scope change in BrowserGlue
2010-04-22 16:11:21 +02:00
Marco Bonardo
f0b25bedf3
Bug 529821 - Places should shutdown earlier (at profile-before-change). r=sdwilsh r=ehsan
2010-04-22 14:53:54 +02:00
Dão Gottwald
1bcd16c093
Bug 414345 - Don't try to load clipboard content that's not a valid URI. r=gavin
2010-04-22 09:25:54 +02:00
Dão Gottwald
6b11a614d3
Bug 470051 - Disable "New Tab" and "Open Location" commands in popups. r=gavin
2010-04-22 09:24:39 +02:00
Alexander L. Slovesnik
9a5eb50cf9
Bug 560022 - Add rambler.xml to removed files. r=pike
2010-04-22 09:22:13 +02:00
Tanner M. Young
9c9901ca8e
Bug 560143 - Prevent the "Address" column in Page Info's Media pane from being hidden. r=dao
2010-04-22 09:19:27 +02:00
Tanner M. Young
a2e54299a8
Bug 560061 - fix typo. r=dao
2010-04-22 09:16:53 +02:00
Robert Kaiser
b4eab153f7
bug 560867 - test_contextmenu should test for label existence and give slightly better log info, r=gavin a=jimm|sheriff for CLOSED TREE
2010-04-22 00:08:34 +02:00
Ehsan Akhgari
e8da7789d1
Backed out changeset 7a349c725653 because of l10n impact (landed on a CLOSED TREE)
2010-04-21 16:15:13 -04:00
Ehsan Akhgari
38a8c143b4
Bug 560254 - Use recursive dtd inclusion for private browsing dtd's; r=gavin
2010-04-19 16:11:08 -04:00
Neil Deakin
ceb1712f98
Bug 418521, improve the way focus indicators are displayed to correlate better with system behaviour, add -moz-focusring property to apply only when focus rings should be drawn, r=dao,jmathies,dbaron sr=neil
2010-04-21 10:53:42 -04:00
Justin Dolske
cad71d8a32
Bug 558517 - Cleanup browser.js plugin code. r=gavin
2010-04-20 12:26:08 -07:00
Marco Bonardo
c27dc87882
Bug 467997 - browser_sanitize-timespans.js random failure when crossing midnight. r=adw
2010-04-20 10:07:24 +02:00
Marco Bonardo
7bf15ec54e
Bug 560261 - _DOMElement assertion on livemarks update. r=sdwilsh
2010-04-20 10:07:19 +02:00
Dão Gottwald
8b48c3cb0b
Bug 549061 - new tab bar style. r=gavin
2010-04-20 09:33:08 +02:00
Neil Deakin
ac77f871d2
Bug 560166, add link drop handler to installer and reenable test, r=gavin
2010-04-19 15:07:29 -04:00
Marco Bonardo
799cce863f
Bug 556739 - missing TAB_DROP_TYPE change in PlacesUIUtils
2010-04-19 11:44:02 +02:00
Gavin Sharp
a1f696ec2c
Bug 558774: use Services.jsm in browser glue, r=dao
2010-04-12 10:33:10 -04:00
Neil Deakin
3c21f75207
Bug 554400, convert search.xml to use new dropped link handler, r=gavin
2010-04-18 14:27:23 -04:00
Neil Deakin
16e62a0020
Bug 545714, consolidate dropped link handlers into one single component and use it for security checking, r=mano,neil,sr=sicking
2010-04-18 14:27:18 -04:00
Marco Bonardo
857662cfa6
Bug 556739 - Forgot one module change in tests header.
2010-04-18 16:10:32 +02:00
Marco Bonardo
606136a23c
Bug 556739 - followup to address a missing change and app module usage.
2010-04-18 16:06:01 +02:00
Marco Bonardo
3e6c4bb2e6
Bug 556739 - Part4: PlacesUIUtils should be a module instead. r=dietrich
...
--HG--
rename : browser/components/places/content/utils.js => browser/components/places/src/PlacesUIUtils.jsm
rename : browser/components/places/tests/chrome/test_bug510634.xul => browser/components/places/tests/chrome/test_0_bug510634.xul
rename : browser/components/places/tests/chrome/test_multiple_left_pane.xul => browser/components/places/tests/chrome/test_0_multiple_left_pane.xul
2010-04-17 12:07:19 +02:00
Tanner M. Young
f12c54ed2b
Bug 448630 - Make audio and video show up in Page Info > Media. r=dao
2010-04-17 11:08:12 +02:00
Marco Bonardo
d644ba9c98
Bug 556739 - Part 1: Expose more from PlacesUtils. r=dietrich
2010-04-16 23:51:04 +02:00
Marco Bonardo
aad834d60b
Bug 551540 - Increase timeout in browser_bookmarksProperties.js a=dietrich
2010-04-16 23:49:14 +02:00
Marco Bonardo
4984fd6521
Bug 554193 - browser_library_middleclick.js randomly fails. r=dietrich
2010-04-16 14:30:24 +02:00
Ehsan Akhgari
74facc8996
Bug 541404 - browser_privatebrowsing_openlocation.js hangs when I run it on Ubuntu; r=gavin
2010-04-14 20:16:41 -04:00
Marco Bonardo
7833a14abd
Try to workaround orange caused by disabling test_browserGlue_distribution.js
2010-04-15 01:26:15 +02:00
Marco Bonardo
33d6a30ec5
Bug 523936 - Random failure of test_browserGlue_distribution.js. Disable till we implement a fix.
2010-04-15 00:14:17 +02:00
Siddharth Agarwal
651f2886ae
Bug 474060 - Show download progress in app icon in Windows 7 taskbar. Tests by Felipe Gomes. r=sdwilsh r=mconnor r=sid, sr=vlad, ui-r=faaborg
2010-04-15 00:14:12 +02:00
Paul O’Shannessy
a69e8a6184
Disabled browser_506482.js (bug 538672) & browser_524745.js (bug 539002).
...
--HG--
extra : rebase_source : cb9c5253de97423de99da404fb899e96e0dd5cec
2010-04-13 16:33:32 -07:00
Dietrich Ayala
407d224a76
Backout the disabling of test_browserGlue_distribution.js because doing so caused a crash. See bug 523936.
2010-04-14 00:02:30 -07:00
Dietrich Ayala
0ef2d5a4bc
Bug 523936 - temporarily disable test_browserGlue_distribution.js (r=sdwilsh)
2010-04-13 22:48:27 -07:00
Tyler Downer
9c1ac9d44d
Bug 336099: Remove unused addons.tooltip from browser.dtd. r=gavin
...
--HG--
extra : rebase_source : d5e19bf758b445a62c6cf54d6645e75f070b95c1
2010-04-13 23:48:52 +02:00
Dão Gottwald
a77e8aea44
Bug 558461 - Don't warn about closing multiple tabs when closing only one tab. r=gavin, ui-r=faaborg
2010-04-12 10:01:34 +02:00
Dão Gottwald
41eed7785a
Bug 558643 - Remove unused toolbox-top class. r=gavin
2010-04-12 09:59:26 +02:00
Justin Lebar
4a1fdd7a81
Bug 556684 Move test for bug 550565 r=dao
...
--HG--
rename : docshell/test/browser/browser_bug550565.js => browser/base/content/test/browser_bug550565.js
rename : docshell/test/browser/file_bug550565_favicon.ico => browser/base/content/test/file_bug550565_favicon.ico
rename : docshell/test/browser/file_bug550565_popup.html => browser/base/content/test/file_bug550565_popup.html
2010-04-11 20:52:59 +01:00
Mike Hommey
2c3fe46119
Bug 557750: Remove vestigial code from the old safebrowsing protocol. r=vlad
2010-04-10 15:59:33 -04:00
Ben Turner
57ca71f5eb
Bug 558190 - 'Plugin container process name needs to be more appropriate'. r=bsmedberg
...
--HG--
rename : ipc/app/mozilla-runtime.exe.manifest => ipc/app/plugin-container.exe.manifest
2010-04-09 15:40:14 -07:00
Ben Turner
d037a570d7
Backed out changeset 25879ce33e7a
2010-04-09 20:57:30 -07:00
Ben Turner
915b42cb28
Bug 558190 - 'Plugin container process name needs to be more appropriate'. r=bsmedberg
...
--HG--
rename : ipc/app/mozilla-runtime.exe.manifest => ipc/app/plugin-container.exe.manifest
2010-04-09 15:40:14 -07:00
Drew Willcoxon
b660f0bb6a
Bug 536893 - Asynchronous API for opening nsNavHistoryFolderResultNodes (part 2), r=mano
2010-04-09 11:30:35 -07:00
Dão Gottwald
dbbdc2f693
s/mTabs/tabs/ (no bug, CLOSED TREE)
2010-04-09 13:18:02 +02:00
L. David Baron
16bd84ee1e
Fix spelling of existence.
2010-04-08 20:58:17 -07:00
Justin Dolske
f72ceb215b
Bug 544597 - Remap plugin names to a more readable form for plugin-crashed UI. r=gavin, r=jst
2010-04-08 00:45:00 -07:00
Justin Dolske
03c1a2e1f6
Bug 557661 - change OOPP crash UI to make it easier to submit crash reports. r=gavin, ui-r=beltzner
2010-04-07 18:53:00 -07:00
Justin Dolske
588870b708
Bug 557808 - OOPP crash notification bar doesn't show for small plugins. r=gavin.sharp
2010-04-07 15:47:00 -07:00
Ehsan Akhgari
68e64fb097
Merge
2010-04-07 14:24:47 -04:00
Ben Hearsum
c38c503940
bug 554392: Tracking bug for build and release of Firefox 3.7a4 - version bumps to 1.9.3a5pre/3.7a5pre
...
--HG--
extra : rebase_source : e870a851a205062bca0082049283404207a16601
2010-04-07 14:04:51 -04:00
Ehsan Akhgari
4858a80365
Bug 520729 - last loaded title attribute retained during private browsing; r=gavin
2010-04-07 13:27:32 -04:00
Ted Mielczarek
9034abfe3b
bug 553635 - link libimgicon into libxul in gtk builds. r=bsmedberg
2010-03-20 12:14:15 -04:00
Robert Strong
bf2f5cf1d9
Bug 538331 - On update perform action based upon the update metadata. r=dietrich, r=dtownsend, r=gavin, ui-r=beltzner
2010-04-06 19:49:23 -07:00
Dão Gottwald
fb2d2658af
Bug 544815 - implement tabs on top option. r=gavin
2010-04-06 08:34:27 +02:00
Phil Ringnalda
e560a670ad
Bug 552688 - Clean up .autoreg leftovers, r=bsmedberg
2010-03-13 00:03:27 -08:00
Phil Ringnalda
4f8f48f569
Bug 547914 - Replace /LICENSE with a mention of where the canonical license info lives, and stop shipping it with binaries, r=gerv,shaver
2010-02-23 09:37:07 -08:00
Robert Sayre
5927f9eed6
Merge tracemonkey to mozilla-central.
2010-04-05 13:17:29 -04:00
Josh Aas
6ef15243af
Fix name of JavaPlugin2 in whitelist. b=556092
2010-04-05 12:33:10 -04:00
Benoit Girard
442232c869
Put Flash 10.1+ and JavaPlugin2 out-of-process by default on Mac OS X. b=556092 r=josh
2010-04-05 11:25:59 -04:00
Robert Sayre
744599315f
Merge mozilla-central to tracemonkey.
2010-04-04 14:15:05 -04:00
Dão Gottwald
3e32555d24
use Services.* in browser chrome tests
2010-04-03 09:36:55 +02:00
Josh Aas
dac88f2abc
Bug 555234: Enable OOPP for x86 OS X and don't export mochitests conditional on MOZ_IPC. r=bsmedberg,ted
2010-04-02 20:19:31 -05:00
Robert Sayre
404189ee98
Merge mozilla-central to tracemonkey.
2010-04-02 10:10:27 -04:00
Dão Gottwald
bbecfef399
use Services.* in browser chrome tests
2010-04-02 09:20:42 +02:00
Dão Gottwald
08ae0a5a28
Bug 555337 - Capture tab previews only when needed. r=gavin
2010-04-02 09:19:57 +02:00
Dão Gottwald
8f5cb994b5
Bug 556482 - Remove dead onDestroy method. r=gavin
2010-04-02 09:17:59 +02:00
Marco Bonardo
2ebef49bb0
Bug 556376 - Provide a common head for Places xpcshell-tests.
...
r=dietrich on code changes, blanket-rs=places-team for test changes
2010-04-02 00:42:25 +02:00
Robert Sayre
c8c02b70fc
Merge mozilla-central to tracemonkey.
2010-03-31 12:47:53 -07:00
Robert Sayre
baeb2d1edf
Merge mozilla-central to tracemonkey.
2010-03-30 21:13:01 -07:00
Bas Schouten
aa52ff139e
Bug 555839: Enable openGL acceleration for the fullscreen video widget. r=gavin r=dolske
2010-03-31 05:03:02 +02:00
Gavin Sharp
ac27d74918
Bug 554991: move tab context menu outside of the tab containers anonymous content to make it easier to overlay directly, r=dao, r=davidb on a11y test
...
--HG--
extra : rebase_source : 9d4330461d2047775cc66022ba77bc09cc69a020
2010-03-25 18:02:19 -04:00
Dão Gottwald
aba7ca3033
tweak toolbarbutton disabled state (no bug)
...
--HG--
extra : rebase_source : 5b339c26c28f5c75c3c189952574d48f97f79454
2010-03-31 13:05:50 +02:00
Mitchell Field
f0d15512f1
bug 516758 - Remove more options from configure r=ted
2010-03-30 10:34:00 -04:00
Marco Bonardo
5ec7f4de91
Bug 545228 - Firefox leaks the world on Windows 7. r=robarnold
2010-03-17 20:08:56 +01:00
Ehsan Akhgari
707d05f08a
Bug 549094 - Change the value of editor.singleLine.pasteNewlines to match the Firefox value across all Gecko based applications; r=bzbarsky
2010-04-01 16:13:07 -04:00
Ehsan Akhgari
b72837acff
Bug 552124 - Reset URL bar transaction manager when leaving private browsing; r=gavin
2010-03-31 16:22:37 -04:00
Jeff Walden
e2df507656
Bug 551529 - Remove __count__. r=shaver
2010-03-12 17:09:49 -08:00
Dão Gottwald
6c3db50771
fix up tests
2010-03-13 17:55:44 +01:00
SHIMODA Hiroshi
18471bb241
Test for bug 406216. r=dao
2010-03-13 17:08:51 +01:00
Joel Maher
d050afae06
Bug 544097 Chaning mochitests to run against mochi.test instead of localhost r=ted, waldo, dwitte p=jmaher. Landed on CLOSED TREE
2010-03-12 13:53:36 -08:00
Ehsan Akhgari
922e80e2f6
Remove the debugging info which was added as part of bug 518970; r=dao (landed on a CLOSED TREE)
2010-03-12 14:50:45 -05:00
Dão Gottwald
4e33caf5ae
Bug 551944 - Get rid of the customizeInitialized callback. r=enn
2010-03-12 15:25:09 +01:00
Dão Gottwald
44ec1bd48f
Bug 551916 - give the identity box and the search engine button a three-dimensional appearance. r=ventnor
2010-03-12 12:43:13 +01:00
Asaf Romano
fd118435f9
Bug 543444 - Replace single-view API with multiple observers. r=mak sr=rstrong
2010-03-12 12:14:47 +01:00
Dão Gottwald
75da115d93
Tab event listeners should be added to the tab container, not the tabbrowser
2010-03-12 07:48:10 +01:00
Ehsan Akhgari
26ea9a6315
Bug 518970 - frequent timeout in browser_394759_privatebrowsing.js, caused by browser_394759.js and browser_354894.js; rs=jmuizelaar
2010-03-11 17:17:36 -08:00
Dão Gottwald
fa1d313aa8
Bug 551712 - Tab event listeners should be added to the tab container, not the tabbrowser. r=zeniko
2010-03-11 21:38:06 +01:00
Ryan Flint
3a59f58bac
Bug 555224 - Page is repainted to default zoom level after opening a link in a background tab. r=dtownsend
2010-03-30 21:24:05 -04:00
Dão Gottwald
37ca9a8a6c
Disable aero glass until bug 555182 is fixed (CLOSED TREE)
2010-03-30 01:27:44 +02:00
Dão Gottwald
88350e63d0
Bug 554975 - Fix autocomplete url color on Win7/Vista. r=rflint
2010-03-29 12:04:05 +02:00
Dão Gottwald
78ce0cae9f
Bug 555477 - #browser and #browser-bottombox shouldn't use Glass. r=rflint
2010-03-28 10:47:51 +02:00
Dão Gottwald
a667e971d5
Tweak text legibility on glass (no bug)
2010-03-27 17:05:45 +01:00
Stephen Horlander
29c7ab9d7f
Bug 554662 - Further tweaks to toolbar buttons. r=dao
2010-03-27 08:14:58 +01:00
Marco Bonardo
dc6c16c6f5
followup to bug 554903 - removed-files.in unreadability is killing me
2010-03-26 23:22:33 +01:00
Blair McBride
9c5de4629e
Bug 480350 - Show currently loaded URIs in location bar autocomplete results, allow switching to the tab. r=gavin,mak sr=mconnor
2010-03-26 22:59:02 +01:00
Marco Bonardo
4682e88094
Bug 554903 - Remove microsummaries.xpt reference from package-manifest and fix a left-over, r=sdwilsh
2010-03-26 22:57:28 +01:00
Asaf Romano
fcd0c4ed23
Bug 555293 - MLFB: Port bug 547815 to Firefox. r=the-one-who-likes-filing-bugs.
2010-03-27 00:15:02 +03:00
Dão Gottwald
8fb4f26719
Bug 428299 - Location bar and search bar should be transparent when using Glass. r=rflint
2010-03-26 13:14:03 +01:00
Dão Gottwald
02be9777a4
Bug 554809 - Tab drop indicator is misaligned if the tab bar doesn't overflow. r=gavin
...
--HG--
extra : rebase_source : 20c07e21a0d0ea82b62f43b84ae72d94953ce0cd
2010-03-26 09:30:52 +01:00
Gavin Sharp
95e6466da4
Bug 554165: add compat shim for gBrowser.mStrip to unbreak some extensions, and add a supported accessor for the tab context menu, r=dao
...
--HG--
extra : rebase_source : 00c018e03debe8ae7caa0bbaae2e01fc730c32d1
2010-03-22 13:49:55 -04:00
Ryan Flint
c3f67a8fcc
Bug 541779 - Make site-specific zoom check asynchronous. r=myk
2010-03-25 06:52:21 -04:00
Dão Gottwald
ff84a6c391
Bug 546259 - enable aero glass for the main window. r=rflint
2010-03-25 08:13:33 +01:00
Dão Gottwald
9cb701c058
Bug 553673 - Border and glow doesn't fade to hovered state on toolbar button hover, only background. r=rflint
2010-03-25 07:44:29 +01:00
Dão Gottwald
f476898304
Bug 549898 - Location bar increases in height at secure sites (https) with higher dpi. r=rflint
2010-03-25 07:43:34 +01:00
Chris Jones
7329573dd7
Bug 544936, part 6: Submit a browser minidump along with the plugin's, if we got one. r=dolske,gavin,josh
2010-03-24 16:22:04 -05:00
Justin Lebar
968d7bb30d
Bug 550565: Calling history.pushState during onDOMContentLoaded drops a favicon. r=dao
2010-03-24 10:22:13 +01:00
Dão Gottwald
700ebc0ae8
Bug 544762 - Implement menuitem-with-favicon class in toolkit and use it in appropriate places. ui-r=faaborg, r=gavin
2010-03-24 10:17:40 +01:00
Dão Gottwald
af9b944c90
Bug 554001 - Remove superfluous -moz-border-colors usage. r=rflint
2010-03-24 10:15:36 +01:00
Reed Loden
191a783922
Bug 553073 - "CFBundleIdentifier in /browser/app/macbuild/Contents/Info.plist.in is hardcoded as "org.mozilla.firefox"" [r=joshmoz]
2010-03-23 23:45:40 -05:00
Blair McBride
bd0b32abc1
Backout patch for c7562242f88e due to bustage
2010-03-11 16:35:37 +13:00
Blair McBride
8274492c49
Bug 480350 - Show currently loaded URIs in location bar autocomplete results, allow switching to the tab. r=gavin,mak sr=mconnor
2009-11-23 15:37:39 +13:00
Josh Aas
bcb41f783d
More Carbon usage cleanup. b=550787 r=bsmedberg
2010-03-10 14:30:11 -05:00
Dão Gottwald
a12d2b8675
Bug 481904 - Dragging a tab stops scrolling at the tab's position when dragging to the first/last tab and back. r=mano
...
--HG--
extra : rebase_source : 9a850fa1ec9b0f38502b564691ad6b487cbe8d4e
2010-03-10 13:44:06 +01:00
Marco Bonardo
8bbafcd423
Bug 542941 - Part2: markPageAsFollowedLink and TRANSITION_FRAMED_LINK, r=dietrich sr=mconnor
2010-03-10 13:40:34 +01:00
Dão Gottwald
01a46c21b0
Bug 508499 - simplify tab drop indicator code and styling. r=gavin
2010-03-10 09:07:45 +01:00
Phil Ringnalda
05e68337ca
Bug 547599 - Port the comm-central "make package-compare", r=ted
...
--HG--
extra : rebase_source : 47c1811b5c3328c40c26143e930095c61d772682
2010-02-21 21:55:51 -08:00
Brad Lassey
bb55fe310f
backing out changesets e939397fc6a5, 88529662c474 and 3d7c54b194bb due to random hangs in pgo tests
2010-03-09 22:33:11 -05:00
Rob Arnold
fc55be03e7
Bug 546572 - Tab Previews should use the window's docShell r=rflint
2010-02-16 19:55:00 -05:00
Rob Arnold
31aa8e0777
Bug 540248 - "Race condition when updating the window title during tab preview" r=dao
2010-01-17 10:48:00 -05:00
Rob Arnold
7341847479
Bug 520807 - Windows 7 taskbar previews scales out of screen r=rflint r=jmathies
2010-01-17 09:29:00 -05:00
Rob Arnold
a7e521d645
Bug 527105 - Hovering over a taskbar preview causes the product name in the title bar to disappear r=rflint sr=mconnor
2010-01-17 09:04:00 -05:00
Joel Maher
aef3dc32c3
Bug 544097 changing mochitests to use mochi.test instead of localhost for windows mobile refactoring p=jmaher, r=ted,dwitte, sayrer, waldo, ctalbert
2010-03-09 08:55:39 -08:00
Marco Bonardo
aa09cf6372
backout bug 543444 due to leaks
2010-03-09 17:23:32 +01:00
Asaf Romano
e7acf94dc2
Bug 543444 - Replace single-view API with multiple observers. r=mak sr=rstrong
2010-03-09 14:43:09 +01:00
Marco Bonardo
2483b43786
Bug 546942 - Move places import-export-service to toolkit. r=sdwilsh
...
--HG--
rename : browser/components/places/public/nsIPlacesImportExportService.idl => toolkit/components/places/public/nsIPlacesImportExportService.idl
rename : browser/components/places/src/nsPlacesImportExportService.cpp => toolkit/components/places/src/nsPlacesImportExportService.cpp
rename : browser/components/places/src/nsPlacesImportExportService.h => toolkit/components/places/src/nsPlacesImportExportService.h
2010-03-24 02:17:49 +01:00
Justin Dolske
2a318e00dc
Bug 553371 - Overlapping text on plugin crash UI. r=gavin
2010-03-23 16:32:00 -07:00
Marco Bonardo
3aa0211ba6
Bug 552444 - Part 2: fix "UsrMicsumGens" dependency. r=mano
2010-03-23 14:55:19 +01:00
Marco Bonardo
8ca7c4879a
Bug 552444 - Part 1: Move microsummaries service to Places toolkit. r=mano
...
--HG--
rename : browser/components/microsummaries/public/nsIMicrosummaryService.idl => toolkit/components/places/public/nsIMicrosummaryService.idl
rename : browser/components/microsummaries/src/nsMicrosummaryService.js => toolkit/components/places/src/nsMicrosummaryService.js
2010-03-23 14:55:17 +01:00
Dão Gottwald
018e78d64e
use tabbrowser.tabs in tests (no bug)
...
--HG--
extra : rebase_source : a234b87605b3ba66abd71caac862245ba3d99d71
2010-03-22 17:04:18 +01:00
Dão Gottwald
b2d4339deb
Bug 501714 - Last tab should show close button when browser.tabs.closeWindowWithLastTab=false. r=gavin
...
--HG--
extra : rebase_source : 95100a017a51ff81e850f1ce8bd9fbfba1219eab
2010-03-22 16:43:20 +01:00
Dão Gottwald
4c1683c22e
Bug 554005 - Implement tabbrowser.tabs, deprecate mTabs and mTabContainer. r=gavin
2010-03-22 15:12:04 +01:00
Dão Gottwald
06ca33fe48
Bug 464205 - Attach the panel to the content area and style it accordingly. r=mstange
2010-03-22 15:11:42 +01:00
Markus Stange
14d6397c6a
Bug 538187 - CSS changes for :-moz-window-inactive pseudoclass. r=dao
2010-03-17 18:12:03 +01:00
Dão Gottwald
642853a086
Bug 553946 - remove stale 'l' variable. r=gavin
2010-03-22 09:13:01 +01:00
Dão Gottwald
6cf7961547
merge
2010-03-21 12:01:26 +01:00
Dão Gottwald
dd0e90afce
Backed out changeset d49759c153d3
2010-03-21 12:01:01 +01:00
Dão Gottwald
18de212e49
Bug 553161 - Use Services.* throughout tabbrowser.xml. r=gavin
2010-03-21 10:38:08 +01:00
Dão Gottwald
4663cc128a
Bug 552593 - Closing the last tab via javascript should honor browser.tabs.closeWindowWithLastTab = false. r=gavin
2010-03-21 10:37:42 +01:00
Chris Cooper
c8ffdc77d7
Bug 511967 - Upload l10n partial mars when they exist - r=l10n
2010-03-20 21:36:11 -04:00
Marco Bonardo
32c40c23fb
Backout bug 545228 till we figure out the crash ratio increase in bug 530962
2010-03-20 10:08:18 +01:00
Phil Ringnalda
00e37e6fe4
Fix trailing whitespace to get a round of Talos for 9835f96162e6 in a CLOSED TREE
2010-03-19 18:43:13 -07:00
Paul O’Shannessy
cb50f18b89
Bug 553104 - Use Services.jsm in sessionstore [r=zeniko]
2010-03-19 15:43:01 -07:00
Paul O’Shannessy
a5dece1d69
Bug 537289 - Only save form data for fields that aren't the default value [r=zeniko]
...
Note: This also modifies the test for bug 456342.
2010-03-19 12:28:35 -07:00
Hanspeter Niederstrasser
e29fe1df23
Bug 549746 - Make package-manifest.in look for libimgicon.dylib to fix stock icons when running Firefox from installdir on Darwin/X11. r=bsmedberg
2010-03-19 19:03:57 +01:00
Dão Gottwald
bef6b43dd4
Bug 553175 - Make sure extension toolbars are added below the tab bar. r=gavin
2010-03-19 18:59:37 +01:00
Philipp von Weitershausen
d45ccf65f7
Bug 553305 - Properly declare 'i'. r=dietrich
...
--HG--
extra : rebase_source : f74932397a6aa10672d498cad73322d8516fb406
2010-03-19 08:43:48 +01:00
Dão Gottwald
090e521290
Backed out changeset a352d0413476
2010-03-18 23:48:00 +01:00
Siddharth Agarwal
d44b186b73
Bug 474060 - Show download progress in app icon in Windows 7 taskbar, part 2. Test by Felipe Gomes <felipc@gmail.com>. r=sdwilsh
...
--HG--
extra : rebase_source : e0a037bda886004c681eb38c4ee4b66728c71e23
2010-03-18 19:34:30 +01:00
Dão Gottwald
80993bd9f8
Bug 553178 - Use event.target instead of event.originalTarget in _getDragTargetTab, since tabs aren't anonymous anymore. r=mano
...
--HG--
extra : rebase_source : b1c12405019d6acee38632b69aa4444f1cada305
2010-03-18 19:31:31 +01:00
Ehsan Akhgari
2ce1cb5b63
Bug 549536 - nsPrivateBrowsingService.js should use nsICookieManager2.getCookiesFromHost; r=dwitte
...
--HG--
extra : rebase_source : b0fba0e0998539835550be7f8d31e2bdcf4682fa
2010-03-18 12:13:27 -04:00
Marco Bonardo
e9139da033
Bug 545228 - Firefox leaks the world on Windows 7. r=robarnold
2010-03-18 11:59:12 +01:00
Markus Amalthea Magnuson
12c8897a52
Bug 552166 - Change title of empty tabs from "(Untitled)" to "New Tab". ui-r=faaborg, r=mano
2010-03-18 08:04:42 +01:00
Dão Gottwald
d5e3be651a
Bug 419712 - Improve horizontal spacing in tabbrowser tabs. r=ventnor
2010-03-18 08:02:21 +01:00
Dão Gottwald
acacd51383
Bug 537061 - Fix for intermittent failure in browser_522545.js. r=zpao
2010-03-18 07:59:25 +01:00
Markus Stange
e8fdcce9ea
Backed out changeset d906e4dd1e49, bug 538187 - CSS changes for :-moz-window-inactive pseudoclass because of test_righttoleft.xul test failures.
...
--HG--
extra : rebase_source : 48dbae1048eaf589013725fad8f6134fcf49c139
2010-03-17 19:58:46 +01:00
Josh Aas
09fc21cbeb
Allow Gecko to build and run on Mac OS X with MOZ_IPC defined. b=552862 r=cjones
2010-03-17 14:38:28 -04:00
Markus Stange
8a06df10bb
Bug 538187 - CSS changes for :-moz-window-inactive pseudoclass. r=dao
2010-03-17 18:12:03 +01:00
Markus Stange
7ed5032213
Bug 551582 - Add some margin to the bookmarks toolbar buttons so that the scrollbox doesn't clip their shadow. r=dao
2010-03-17 18:08:59 +01:00
Dão Gottwald
b28c06c8ef
Disable randomly failing test, investigating locally
2010-03-17 12:27:41 +01:00
Dão Gottwald
507581ab36
Attempt to fix browser_522545.js failure
2010-03-17 10:24:28 +01:00
Dão Gottwald
e8a68bbf63
Bug 347930 - Move the tabs outside the tabbrowser, put them in a toolbar. r=vlad
...
--HG--
extra : rebase_source : e1662b549464d68417cf3b0f07d9624fe1a670ef
2010-03-17 07:36:13 +01:00
Justin Dolske
1db3f5a1ce
Bug 550293 - plugin-crashed UI needs more user opt-in. r=vlad, ui-r=faaborg
2010-03-16 22:10:08 -07:00
Ehsan Akhgari
5a6a0d7ce1
Bug 551580 - Can't enter private browsing mode, fails with Error "ds is undefined" in _beginRemoveTab(); r=dao (landing on a CLOSED TREE; a=dholbert for that!)
2010-03-15 17:58:24 -04:00
Dão Gottwald
ae2081f113
Bug 477113 - RTL text-align changes throughout the theme because of bug 299837. r=ehsan
...
--HG--
extra : rebase_source : 4bc0a54962f3987db6db08b7dd90a82d80f1831d
2010-03-15 19:45:10 +01:00
Paul O’Shannessy
e3751ac005
Bug 551505 - Fix context of RestoreDocument_proxy [r=zeniko]
2010-03-15 10:51:10 -07:00
Paul O’Shannessy
ab739a5308
Bug 551285 - Drop backwards compatibility for Firefox 2/3 [r=zeniko]
2010-03-15 10:51:10 -07:00
Ben Hearsum
4c89a10a78
bug 551278: Tracking bug for build and release of Firefox 3.7a3 - version bumps to 1.9.3a4pre/3.7a4pre. r=me, patch=Tymerkaev.
2010-03-15 12:28:27 -04:00
Dão Gottwald
31b8df3d9e
Bug 550682 - avoid extra getService calls in browser-places.js and browser-fullZoom.js. r=gavin
2010-03-09 08:49:46 +01:00
Kyle Huey
1d0289c601
Backed out changeset 8ce70abd7777
2010-03-09 01:14:21 -05:00
Joel Maher
cee9b522a0
Bug 544097 Change mochitests to use mochi.test instead of localhost for mobile refactoring p=jmaher r=ted,dwitte,sayrer
2010-03-08 19:21:33 -08:00
Marco Bonardo
c08f723746
Bug 529062 - Re-enable browser_views_liveupdate.js test on Mac, and make it check title changes too, r=mano
2010-03-05 09:26:39 -08:00
Dão Gottwald
b35756447b
Bug 550825 - remove redundant .tab-close-button selectors. r=mstange
2010-03-08 14:33:15 +01:00
Clint Talbert
7ffd9496bc
Backed out changeset b4372055f473 -- due to unexplained orange on OS X Leak test (Bd) box
2010-03-07 17:34:23 -08:00
Joel Maher
ef6c5fda3d
Bug 544097 - Change mochitests to use mochi.test instead of localhost for mobile test refactoring p=jmaher, r=sayrer,dwitte
2010-03-07 16:08:05 -08:00
Dão Gottwald
6788c0a2c8
Bug 547224 follow-up: Comment out -moz-placeholder use until it's actually implemented (bug 457801)
2010-03-07 22:05:01 +01:00
Jeremy Huddleston
b8c17b7f3e
Bug 527612 - Fix packaging on darwin/x11
2010-03-07 10:51:24 +01:00
Dão Gottwald
46dd15e99f
Bug 545583 - Don't try to append previews to a non-existent row when using the all-tabs panel's search field. r=mstange
2010-03-06 17:06:04 +01:00
Dão Gottwald
4a4d9379dc
add debug spew for bug 545583
2010-03-05 14:40:48 +01:00
Dão Gottwald
16730171a2
Bug 549988 - Better align menupopups with bookmark toolbar buttons. r=mstange
2010-03-05 13:00:59 +01:00
Dão Gottwald
9ef961451e
make selectors more specific to circumvent bug 547128
2010-03-05 12:59:45 +01:00
Robert O'Callahan
6d683be7c1
Backing out fix for bug 543444 to try to fix places test hang
2010-03-05 20:10:48 +13:00
Robert O'Callahan
f4de62cffe
Backed out changeset 79f299fc10d6
2010-03-05 20:10:20 +13:00
Dão Gottwald
997f6edf7a
Follow-up to bug 548027: remove spurious duplicate ids on <circle> elements
2010-03-05 01:30:49 +01:00
Tom Dyas
cbd89df008
Bug 548500. On Mac, when opening a browser window from the Dock, activate the application. r=mano
2010-03-05 13:10:42 +13:00
Asaf Romano
6598acf4f4
Relanding bug 543444 - Replace single-view API with multiple observers. r=mak. sr=rstrong.
2010-03-04 13:23:41 -08:00
Serge Gautherie
a3836042aa
Bug 548600 - Remove useless EXTENSION_PREF define; (Av1) Just remove it.
...
r=benjamin.
2010-03-04 19:19:41 +01:00
Neil Deakin
91b6c50019
Bug 550205, cannot customize location of or remove personal bookmarks item, r=gavin
2010-03-04 09:51:49 -08:00
Srirang G Doddihal
dc7c2eb10a
Bug 418524 - label of "Download activity summary in the status bar" with one download should be "1" not "One". r=gavin
2010-03-04 10:28:36 +01:00
Dão Gottwald
d7ac88f158
Bug 417733 - About box should be always-on-top on Windows and Linux. r=gavin
2010-03-04 10:24:31 +01:00
Simon Montagu
c98bc79fd2
Add Tibetan to font selection UI. Bug 441110, r=emk
2010-03-04 10:55:53 +02:00
Dão Gottwald
caf1dccaa5
Bug 547224 - Remove the custom emptyText implementation, implement textbox.placeholder using the input field's native placeholder facility. r=enn
...
--HG--
extra : rebase_source : 50e3996d42073daa4c9f68f8c263b8b8106f3d84
2010-03-04 08:13:27 +01:00
Chris Jones
2141078f6e
Bug 441324, part 3: Configure and build changes for libmozalloc. r=bsmedberg
2010-03-03 23:02:57 -06:00
Asaf Romano
8a462d5e47
Backing out bug 543444 due to orange.
2010-03-03 17:23:51 -08:00
Asaf Romano
c9e79d3dc6
Bug 543444 - Replace single-view API with multiple observers. r=mak, sr=rstrong.
2010-03-03 14:45:16 -08:00
Marco Bonardo
77dd6550f3
Bug 518970 - Double the timeout for browser_394759.js (random failure).
2010-03-03 10:30:33 -08:00
Marco Bonardo
9d70589075
Bug 521802 - Polling for innerHTML value in browser_459906.js (random failure). r=zpao
2010-03-03 10:30:28 -08:00
Serge Gautherie
317cd570ce
Bug 499435 - mochitest-browser-chrome: browser_420786.js needs to report "success"; (Av1) Add a |todo(false, "...");|.
...
r=gavin.sharp.
2010-03-03 11:12:28 +01:00
Dão Gottwald
b296cdc48d
Bug 549589 - Implement new location bar and search bar style. r=rflint
2010-03-03 00:22:25 +01:00
Gavin Sharp
5583992918
Bug 544390: add min-width in about dialog to ensure it lays out properly, r=dao
...
--HG--
extra : rebase_source : a697d21af9a0ca08b90391e8898da3ccf669ad6b
2010-03-02 12:33:46 -08:00
Dão Gottwald
c4202a14cd
consolidate urlbar styling (no bug)
2010-03-02 12:43:23 +01:00
Dão Gottwald
729667bc43
Bug 548027 - Tweak toolbarbutton style. r=rflint
2010-03-01 22:30:08 +01:00
Robert Longson
0fa1322482
Bug 547854 - Improve outermost svg:title tooltip behaviour. r=dao,r=bzbarsky
2010-03-01 19:21:02 +00:00
Phil Ringnalda
7e1c624a23
Bug 549246 followup, forgot to remove reshipped files from removed-files.in, like I always do
2010-02-28 16:35:39 -08:00
Phil Ringnalda
d73b44b27d
Bug 549246 - Go back to shipping run-mozilla.sh and the "firefox" script on OS X, r=ted
...
--HG--
extra : rebase_source : e9b91ffa42b8e02d23144aca84e0d773d6d5b1d0
2010-02-28 15:25:33 -08:00
Nick Thomas
9e11a7c18b
Bug 548093, bump nightly version to 3.7a3pre, r=catlee CLOSED TREE
2010-03-01 12:27:40 +13:00
Markus Stange
76341885c7
Bug 548017 - Move bookmark toolbaritems' max-width from theme CSS to content CSS and remove superfluous min-width. r=dao
2010-02-26 12:26:43 +01:00
Dão Gottwald
dbe97109e1
Bug 402147 - Clean up and refactor some event handling code in tabbrowser.xml. r=gavin
2010-02-26 08:58:46 +01:00
Phil Ringnalda
b590225b27
Bug 547915 - Update package-manifest.in based on package-compare output, r=ted
2010-02-21 21:55:51 -08:00
Justin Dolske
0a3eb60eb2
Bug 548646 - Permission manager getter in Services.jsm should be more descriptive. r=gavin
2010-02-25 14:13:00 -08:00
Dietrich Ayala
0aa857aac0
Bug 548614 - use define instead of literal string for windows favorites dir (r=gavin)
2010-02-25 11:34:42 -08:00
Asaf Romano
d66bedf608
Bug 520659 - Lazily build places trees when possible. r=mak.
2010-02-25 20:30:09 +02:00
Gavin Sharp
9ca84f2cad
Bug 512784: add Services.jsm module to allow easy global access to common services, r=dao, r=Mossop
...
--HG--
extra : rebase_source : 1827809b6e8ce51e4fb238e962f36aaf30b6ad15
2010-01-28 13:31:45 -05:00
Benjamin Smedberg
183a29eb68
Bug 545712 - "A crash report was submitted" even when it wasn't. Check whether crashreportID is empty, which means there was no crash report. Also check whether CrashSubmit.submit returns false indicating that the crash report wasn't found in the expected location, r=dolske+gavin
2010-02-19 09:58:46 -05:00
Robert Longson
5d0c007c48
Bug 510202 - xlink:title should only work on links. r=dao,sr=bzbarsky
2010-02-23 20:45:13 +00:00
Neil Deakin
dd025cc0f8
Bug 354048, allow toolbaritems to be placed directly inside toolbar so that uncustomized toolbars don't need to be rebuilt at startup, r=dao
2010-02-23 13:16:16 -05:00
Marco Bonardo
0db0952fb7
Bug 544047 - Remove Places dependency on nsDragAndDrop.js. Use the new drag and drop API everywhere. r=mano
2010-02-23 16:20:36 +01:00
Dão Gottwald
80df4b3b1d
fullow-up to bug 455334
2010-02-23 10:06:56 +01:00
Dão Gottwald
f1d07c15bf
Bug 547752 - Adjust toolbarbutton paddings and margins for small and big icon modes. r=rflint
2010-02-23 08:10:45 +01:00
Paul O’Shannessy
c8c63254e0
Backed out changeset 2c60006b6c1f (bug 520659) because of resulting orange.
2010-02-22 14:58:09 -08:00
Asaf Romano
a94a5b9868
Bug 520659 - Lazily build places trees when possible. r=mak.
2010-02-22 23:37:52 +02:00
Tom Dyas
acd245eb80
Add "New Window" dock menu item to Firefox on Mac OS X. b=415463 r=josh r=mano ui-r=faaborg
2010-02-22 12:51:30 -08:00
Dão Gottwald
c1f92bf7f8
Bug 547678 - Remove non-native focus ring from tabbrowser tabs. r=ventnor
2010-02-22 15:50:40 +01:00
Dão Gottwald
d3efe3337f
Bug 547676 - Remove item-grayscale.png. r=mstange
2010-02-22 12:28:56 +01:00
Kaspar Brand
89228cf47f
Bug 455334 - Improve truncation and RTL display of EV cert owner strings in location bar. r=dao
...
--HG--
extra : rebase_source : ea62e191112ab31a79ec845e1e382de5eb9e4e62
2010-02-21 23:05:05 +01:00
Markus Stange
2fda0d8bbc
Bug 547538 - Fix performance regression of bug 482086 and bug 482105 by using layered backgrounds instead of borders and less box shadows. r=dao
2010-02-21 16:03:55 +01:00
Dão Gottwald
b11329ecc2
Bug 482105 - Replace searchbar design images with CSS borders, backgrounds and box shadows. r=mstange, r=rflint
2010-02-21 16:03:52 +01:00
Dão Gottwald
96de13d1eb
Bug 482086 - Replace locationbar design images with CSS borders, backgrounds and box shadows. r=mstange
2010-02-21 16:03:48 +01:00
Markus Stange
2515d1e302
Bug 546874 - New style for the bookmarks bar. r=dao
2010-02-21 15:50:10 +01:00
Phil Ringnalda
51593ae6b7
Bug 545081 - There's no need for no_pkg_files when every platform uses a package manifest, r=ted
2010-02-08 18:21:42 -08:00
Walter Meinl
33550aa93f
Bug 546774 - new toolbar theme forward button is missing on OS/2. r=dao
2010-02-20 19:13:16 +01:00
Dão Gottwald
aaa49c1adb
Bug 546261 - Full-screen window controls shouldn't pick up custom toolbarbutton styling. r=gavin
2010-02-20 19:11:09 +01:00
Dão Gottwald
7afafd5e08
Bug 544659 - Remove support for downgrading to Firefox 2 after customizing toolbars. r=gavin
2010-02-18 09:22:40 +01:00
Dão Gottwald
efbf0782c0
Bug 546098 - Integrate new toolbarbutton icons. r=rflint
...
--HG--
extra : rebase_source : 7e77f36d91011438bc288ebb51793c02f3456690
2010-02-16 21:42:21 +01:00
Dão Gottwald
e65738f823
Bug 545842 - Style menu buttons and impose a standard size on third-party toolbarbutton icons. r=rflint
...
--HG--
extra : rebase_source : 6b41539ef72ba285b7bfdc6e67b44a46d7237395
2010-02-16 21:41:58 +01:00
Jae-Seong Lee-Russo
e4ac43e7f5
Bug 468810 - Make "Manage search engines" window resizable. r=rflint
2010-02-12 05:43:18 -05:00
Dão Gottwald
1e1815dfeb
Bug 544999 - New toolbarbutton style for the main window. r=rflint
2010-02-12 10:09:56 +01:00
Richard L. Barnes
cd2646569a
Bug 545001 - Adding HELD support to the network geolocation provider. It is off by default, and can be enabled via a preference. r=dougt
...
--HG--
extra : rebase_source : ae9646b052dec39f0bfd8a4d5807a776e0ba6570
2010-02-11 11:59:55 -08:00
Dão Gottwald
e2b91d9dae
attempt to fix possible twinopen regression from bug 544657
2010-02-11 15:47:39 +01:00
Dão Gottwald
913664aa44
additional test output for bug 545583
2010-02-11 10:23:31 +01:00
Dão Gottwald
08fbb0d41f
Bug 544657 - move urlbar emptytext code to the urlbar binding. r=gavin
2010-02-11 09:32:25 +01:00
Benjamin Smedberg
7dab97abc0
Leak fix for bug 539843. Make sure that .cleanup() is called in all the error conditions so that the pending-submit list is cleaned up. r=Mossop
2010-02-10 12:20:37 -05:00
Justin Dolske
3dc4765ccc
Bustage fix for bug 541594.
2010-02-10 02:01:44 -08:00
Justin Dolske
1f895f93b6
Bug 538910 - Plugins: Need a "plugin crashed" UI. r=gavin, ui-r=faaborg, icon=shorlander
2010-02-09 17:05:32 -08:00
Justin Dolske
43603428aa
Bug 539848 - Make in-content plugin problem UI look better. r=gavin
...
--HG--
rename : toolkit/mozapps/plugins/content/missingPlugin.xml => toolkit/mozapps/plugins/content/pluginProblem.xml
rename : toolkit/mozapps/plugins/content/missingPluginBinding.css => toolkit/mozapps/plugins/content/pluginProblemBinding.css
rename : toolkit/themes/pinstripe/mozapps/plugins/missingPlugin.css => toolkit/themes/pinstripe/mozapps/plugins/pluginProblem.css
rename : toolkit/themes/winstripe/mozapps/plugins/missingPlugin.css => toolkit/themes/winstripe/mozapps/plugins/pluginProblem.css
2010-02-09 17:05:32 -08:00
Justin Dolske
0763c9dd9f
Bug 540532 - allow setting report submission preference via XPCOM. r=gavin, r=ted
2010-02-09 17:05:31 -08:00
Olli Pettay
ecf6194456
Bug 544018 - print preview doesn't work in view source , r=dao
2010-02-09 18:24:49 +02:00
Rob Arnold
69d6a8ec10
Bug 522262 - Aero Peek shows progress circles instead of thumbnails/previews. r=rflint
2010-02-09 05:31:49 -05:00
Dão Gottwald
c5b2073e91
test cleanup
2010-02-09 10:32:10 +01:00
Dão Gottwald
57ddf9728c
browser chrome test for the all-tabs panel
2010-02-08 21:10:38 +01:00
Olli Pettay
435c946f5c
backout Bug 544018
2010-02-08 19:00:41 +02:00
Olli Pettay
04889fec16
Bug 544018 - print preview doesn't work in view source, r=dao
2010-02-08 18:16:57 +02:00
Marco Bonardo
fcd89484b2
Bug 522610 - [AeroPeek] Dragging tabs sometimes does not update previews order correctly, r=robarnold
2010-02-08 16:10:39 +01:00
Phil Lacy
39196a6523
Bug 462172: Drag downloaded items from download manager to folders r=enndeakin
...
--HG--
extra : rebase_source : d51cbf914cf05b7aeb9d1a6b8c8bc7b90d46d26a
2010-02-07 10:44:48 -05:00
Kev Needham
6ab531b14f
Bug 457777 - bookmark items in distribution.ini are not added if the item number has more than one digit, r=mak
2010-02-04 15:56:12 +01:00
Marco Bonardo
27db31ab44
Backout previous fix for bug 457777
2010-02-06 12:30:02 +01:00
Robert Longson
c68565a6aa
Bug 329212 - display the title element contents as a tooltip in SVG. r=dao,sr=bzbarsky
2010-02-06 11:03:10 +00:00
Dão Gottwald
e67e348580
add missing spaces; 'switch' is not a function
2010-02-06 11:40:06 +01:00
Dão Gottwald
18b4d34ee8
Sort tests in the order they are actually run
2010-02-06 11:36:46 +01:00
Dão Gottwald
00842e81bd
tests cleanup
2010-02-06 10:03:25 +01:00
Dão Gottwald
acef35272f
Use ordinary JS functions as observer callbacks in browser chrome tests
2010-02-06 09:47:42 +01:00
Walter Meinl
0dbf3b6479
Bug 544333 - [OS/2] update include path for resource compiler; for m-c.
...
r=daveryeo.
2010-02-05 21:30:14 +01:00
Sid Stamm
f9be5dbbdb
Bug 515458 - "(CSP) Implement frame ancestor check" [r=jst ui-r=johnath]
2010-02-05 14:08:27 -06:00
L. David Baron
cff72bcc27
Bump mozilla-central version to 1.9.3a2pre/3.7a2pre. CLOSED TREE
2010-02-05 11:36:14 -08:00
L. David Baron
1bc6e03d6a
Backed out changeset db1f6446efda (flip pref, bug 544505), which is intended only for 1.9.3a1 and not to stay on trunk.
2010-02-05 11:35:04 -08:00
L. David Baron
88c0f14a3e
Flip OOPP (out-of-process plugins) pref to off for 1.9.3 alpha 1. (Bug 544505) r=bsmedberg
2010-02-05 11:33:49 -08:00
Dão Gottwald
126e4025fe
Bug 541393 - gBrowser.moveTabTo(gBrowser.selectedTab, 0) with only one tab open moves the tab after the new tab button. r=gavin
2010-02-05 08:33:46 +01:00
L. David Baron
832ddd643a
Change unofficial branding from 'Namoroka' to 'Mozilla Developer Preview'. (Bug 543564) r=gavin
2010-02-04 17:31:10 -08:00
Markus Stange
949ca473e2
Bug 542192 - Restyle Mac menus. r=dao
2010-02-04 20:30:18 +01:00
Walter Meinl
f2a4f4176b
Bug 536451 - OS/2 cannot handle mozsqlite3.dll. r=ted
...
--HG--
extra : rebase_source : c1a6deb7130b1142ca58dad88a34ecdcda75a378
2010-02-04 15:51:02 +01:00
Kev Needham
9d1cd10a7d
Bug 457777 - bookmark items in distribution.ini are not added if the item number has more than one digit, r=thunder
2010-02-04 15:56:12 +01:00
Marco Bonardo
a54a75b101
Bug 538765 - cleanup Places browserGlue tests, r=dietrich
2010-02-04 15:56:10 +01:00
Dietrich Ayala
75304fc019
Bug 543672 - Warning: setting a property that has only a getter in fuelApplication.js' Utilities.free (r=dao)
2010-02-03 10:26:55 -08:00
Dão Gottwald
9e53368a44
Bug 543315 - Remove obsolete use of buttonover and buttondown attributes. r=rflint
2010-02-02 08:48:16 +01:00
Dão Gottwald
73dec0571c
Bug 543306 - tabpanels background briefly visible when opening a new tab. r=gavin
2010-02-02 08:47:11 +01:00
Justin Lebar
e730a1afc6
Bug 500328 - Implement History.pushState(), History.replaceState() methods. r=smaug, r=zpao, sr=sicking
2009-09-01 09:45:05 -07:00
Dietrich Ayala
5a5c4a6505
Bug 506471 - FUEL should avoid putting itself in the app-startup category (r=mfinkle)
2010-01-31 19:12:57 -08:00
Kyle Huey
87966b78d4
Backed out changeset 43a19419ec4b
2010-01-30 09:32:47 -05:00
Phil Lacy
b5bacc4e95
Bug 462172: Drag downloaded items from download manager r=sdwilish,enndeakin
2010-01-30 08:08:37 -05:00
Daniel Holbert
2d27756ba3
merge after backing out c7a04be6904 on suspicion of causing bug 543034
2010-01-29 18:56:08 -08:00
Daniel Holbert
46ba50b0cb
Backed out changeset dc7a04be6904 on suspicion of causing bug 543034.
2010-01-29 18:50:46 -08:00
Marco Bonardo
c4eac2f2df
Fix some CRLF newlines in browser.js, r=gavin
2010-01-29 17:50:43 +01:00
Marco Bonardo
fe871e5dcd
Bug 528219 - Double the timeout for test browser_354894.js (random orange)
2010-01-29 12:58:18 +01:00
Justin Lebar
a827ba17fc
Bug 500328 - Implement History.pushState(), History.replaceState() methods. r=smaug, r=zpao, sr=sicking
2009-09-01 09:45:05 -07:00
Honza Bambas
e1a5b71c19
Bug 501423 - StorageEvent implementation does not match the spec, r=jst
2010-01-28 15:53:53 +01:00
Marco Bonardo
8aab88f4b7
Bug 525610 - Double the timeout for test browser_library_views_liveupdate.js (random orange)
2010-01-28 14:09:55 +01:00
Benjamin Smedberg
1459ec28ad
Bug 531142 - Turn on multi-process plugins by default
2010-01-27 14:23:50 -05:00
Dão Gottwald
ca4ba0fb5c
backout merge
2010-01-27 13:27:14 +01:00
Dão Gottwald
115b0a5381
Backed out changeset 15e478e4abd8
2010-01-27 13:26:21 +01:00
Ehsan Akhgari
f7d725dcf0
Bug 242852 - I wish that "Copy link text" were a hyperlink contextual menu option, r=gavin, ui-r=faaborg
2010-01-15 21:28:27 -08:00
Dietrich Ayala
b4a29c377e
Bug 539870 - don't load distribution.js until needed (r=marco)
2010-01-21 15:49:11 -08:00
Dietrich Ayala
d4bfbe36b7
Bug 539991 - minor memoization (r=ehsan)
2010-01-21 15:45:01 -08:00
Sid Stamm
32f5ce7b68
bug 515433: CSP Core patch by sstamm and bsterne, r=mrbkap, sr=jst
2010-01-21 10:41:24 -08:00
Phil Ringnalda
7a0c886997
Bug 242852 - back out prelanded strings for Copy Link Text, since they've been in unused for two years, and need to reland if the bug ever lands to be sure they don't conflict, r=gavin
2010-01-15 21:26:08 -08:00
Abdulkadir Topal
d9c9bc05dd
Bug 408788 - Ambiguous wording in "Have I visited this website before today?" r=johnath
2010-01-19 22:18:23 +01:00
Dão Gottwald
0d650ddacf
Bug 539884 - else-after-return in whereToOpenLink. r=gavin
2010-01-19 20:18:40 +01:00
Alexander Surkov
4f69473fdb
Bug 540389 - WARNING: Bad accessible tree! [tabbrowser tab], r=davidb, marcoz, mconnor
2010-01-19 12:35:08 +08:00
Cork
85478d5b95
But 471836 - Don't need to dynamically set Clear Recent History... menu item label; r=gavin
...
--HG--
extra : rebase_source : 9a78779af016a0b1e37fdca429fbd90b168fc404
2010-01-18 17:24:24 -05:00
Phil Ringnalda
08c615a602
Bug 540379 - Switch file in use check to mozsqlite3.dll, r=rs
2010-01-17 12:29:23 -08:00
Jesse Ruderman
19e8080e63
Bug 538536 - allow middle-clicks on some additional Help menu items. r=mconnor
2010-01-17 18:29:56 -08:00
Dão Gottwald
d584557d25
Bug 540102 - JavaScript error: row is null. r=mstange
2010-01-16 12:56:37 +01:00
Marco Bonardo
54fa20b6ee
Bug 520165 - Part10: Add a new expiration component, r=mano, r=dietrich
2010-01-15 17:40:39 +01:00
Marco Bonardo
cc887c3665
Bug 520165 - Part 9 (Migration): fix dependancies, r=dietrich
2010-01-15 17:40:24 +01:00
Marco Bonardo
0f6a3324a8
Bug 520165 - Part9: remove old expiration code, r=mano
2010-01-15 17:40:19 +01:00
Marco Bonardo
393f2298ed
Bug 520165 - Part8: Change onPageExpired to onDeleteVisits, r=mano, sr=mconnor
2010-01-15 17:40:17 +01:00
Marco Bonardo
cced464000
Bug 520165 - Part7: Provide a new preference to toggle history, r=mano ui-r=faaborg
2010-01-15 17:40:14 +01:00
Marco Bonardo
aa5e6e2bfa
Fix bustage from changeset 19cbd4b19925
2010-01-15 15:57:50 +01:00
Marco Bonardo
019095f450
Bug 420729 - ITEM_ID neither exported nor imported from bookmarks.html, r=dietrich
2010-01-15 15:04:02 +01:00
Dão Gottwald
1644b161c4
Bug 539365 - Lightweight themes text-shadow exists on print-preview screen. r=gavin
2010-01-15 09:20:08 +01:00
Dão Gottwald
ec0d4db739
Bug 539594 - Middle-clicking back/forward/reload should open the new tab next to the current one. r=mconnor
2010-01-15 09:19:41 +01:00
Daniel Veditz
c178b317a0
backing out a6ce37b09cf5
2010-01-14 17:20:18 -08:00
Daniel Veditz
0e538279e0
Backed out changeset a6ce37b09cf5 because of possible Tp4 perf hit
2010-01-14 17:19:11 -08:00
Sid Stamm ext:(%2C%20Brandon%20Sterne%20%3Cbsterne%40mozilla.com%3E)
56ceec2c4c
bug 515433, bug 515437: Content Security Policy (CSP) core
2010-01-13 14:18:24 -08:00
Markus Stange
974011017f
Bug 534152 - When the toolbars in the main browser window are hidden using the toolbar toggle pill, add a dummy 2px-high toolbar so that the titlebar separator isn't shown and the tabs can visually merge with the titlebar. r=dao
2010-01-13 17:19:49 +01:00
Marco Bonardo
cab846f9b0
Bug 510219 - disable test_browserGlue_smartBookmarks.js on Windows due to almost perma-orange
2010-01-12 12:40:15 +01:00
Marco Bonardo
03d2bb7cd3
Bug 539120 - Dragging a Tab onto the Home Button does nothing, r=mconnor
2010-01-14 16:56:25 +01:00
Markus Stange
9cd52cdc85
Backed out changeset 28e8bdda3413, bug 534152, because of SunSpider and DHTML performance regression.
2010-01-14 16:42:15 +01:00
Markus Stange
2c7673f6f8
Backed out changeset 28e8bdda3413, bug 534152, because of SunSpider and DHTML performance regression.
2010-01-14 16:41:58 +01:00
Tanner M. Young
48bc8e7aca
Bug 539068 - View Image Info selects the CSS background-image of an image rather than the image itself. r=dao
2010-01-14 11:47:24 +01:00