Commit Graph

227806 Commits

Author SHA1 Message Date
Edward Lee
1e930ae551 Bustage fix for alt-ctrl-space win/linux key combination. 2010-08-12 13:05:15 -07:00
Edward Lee
5c0bef19aa Bug 574217 - Land TabCandy on trunk [r=dolske sr=vlad a=beltzner] 2010-08-12 12:46:31 -07:00
Edward Lee
0d25364cc2 Bug 586753 - Use ctrl-alt-space for win/linux to avoid ctrl-space 2010-08-12 12:43:31 -07:00
Brad Lassey
5cca5f5882 Bug 585080 - Clicking on mailto: URI crashes the content process, r=mwu a=blocking-fennec 2010-08-12 12:15:12 -07:00
Edward Lee
7c7c81e3da Bug 581813 - Firefox with Tab Candy caused the Title and Tab Bars or the Menu and Tab Bars to appear black in colour
Push the TabView iframe down behind the tabbrowser when hiding TabView and restore the max height on show. This has slight issues in that it squishes the iframe contents as well as flashes black as we animate. Followup in bug 586679.
2010-08-12 09:38:21 -07:00
Edward Lee
9bfb0fef8c Merge mozilla-central to tabcandy-central. 2010-08-12 03:55:08 -07:00
Edward Lee
6d776047b8 Fix indentation in beginRemoveTab. 2010-08-12 03:32:07 -07:00
Edward Lee
ec024f11d2 Merge backout 2010-08-12 03:29:54 -07:00
Edward Lee
2f93fd2037 Backed out changeset ed2484b982b9 due to accidental landing. 2010-08-12 03:24:29 -07:00
Edward Lee
ea075ee9f6 Bug 582865 - Provide a shared "shape" module for Point, Rect, etc. [r=mossop a=gavin] 2010-08-12 02:51:03 -07:00
Edward Lee
ac5134ca5a Bug 586147 - Restore visible tabs (and hide hidden ones) [r=zpao a=beltzner]
Port (copy) sessionstore changes from bug 583306 and add tests.
2010-08-12 02:10:05 -07:00
Raymond Lee
6131928ba1 Change a var to let. 2010-08-12 14:46:16 +08:00
Raymond Lee
ccd83c0cbc Bug 586522 - Leaks in Tab Candy 2010-08-12 14:39:12 +08:00
Raymond Lee
290ca06e3a Release some resources on unload 2010-08-12 12:36:58 +08:00
Michael Yoshitaka Erlewine
ebcfb5ec75 Bug 574217: Some touchups based on comments from dolske 2010-08-11 23:08:33 -04:00
Michael Yoshitaka Erlewine
8a35f21530 Fixes for Dolske's strict JS warnings 2010-08-11 22:01:29 -04:00
Michael Yoshitaka Erlewine
6610075e44 GroupItem: unify title-setting to use setTitle (which in turn uses iQ.val). Note TabItem titles are set using iQ.text, so there is no security issue there. 2010-08-11 21:35:29 -04:00
Michael Wu
13db13944e Bug 556644 - 6. Don't do slash fixup for omnijar, r=bsmedberg a=blocking2.0 2010-08-11 18:11:18 -07:00
Michael Wu
766b3cbce1 Bug 556644 - 5. Enumerate prefs in the omnijar, r=bsmedberg a=blocking2.0 2010-08-11 18:10:11 -07:00
Michael Wu
3d62be42ab Bug 584585 - Unused nsCOMPtr<nsIInputStream> input in nsInputStreamWrapper::LazyInit(), r=biesi a=bsmedberg 2010-08-12 12:10:40 -07:00
Patrick Walton
7b9773ee11 Bug 584571 - Allow the Web Console to be separately themed on Linux, r+a=gavin
--HG--
rename : toolkit/themes/winstripe/global/headsUpDisplay.css => toolkit/themes/gnomestripe/global/headsUpDisplay.css
2010-08-12 15:43:09 -03:00
Bas Schouten
2d2753ac80 Bug 586562: Always use A8R8G8B8 for our swap chains. Fixes black chrome for NVidia. r=vlad a=mossop 2010-08-12 18:25:12 +00:00
Bas Schouten
4055e82557 Bug 586159: Use SYSTEMMEM textures instead of OffscreenPlainSurfaces, better supported on NVidia. r=vlad 2010-08-12 18:25:09 +00:00
Dave Townsend
4606f0e632 Backed out changeset 937a11c1fc07 from bug 582569 due to new browser-chrome test
failures.
2010-08-12 10:28:50 -07:00
Mark Finkle
15490bc6ce Bug 582569 - Fire an event in child frame scripts when the TabChild is closing [r=smaug a=blocking-fennec] 2010-08-12 12:47:22 -04:00
David Bolter
de564a0dfd Bug 583952 - Crash [@ nsAccUtils::GetHeaderCellsFor(nsIAccessibleTable*, nsIAccessibleTableCell*, int, nsIArray**) ]; r=MarcoZ a=davidb 2010-08-12 11:59:44 -04:00
Alexander Surkov
1cbc7e99bb Bug 576838 - nsIAccessibleTable is broken for crazy tables; r=davidb,marco.zehe a=davidb 2010-08-12 11:59:40 -04:00
Bobby Holley
ceac0c4556 Bug 583825 - Progressive decoding/display of images no longer works; r=joe a=blocking
Since really we want to send OnStartContainer once per-proxy, it doesn't make the most sense to have such handling be done in imgRequest and imgStatusTracker. This patch moves all that into imgRequestProxy, and fixes the bug.
2010-08-12 11:59:37 -04:00
Joe Drew
0cb2a190c5 Bug 583028 - Hold on to a runnable while it's outstanding, and add proxies for it to notify when it does get run. This makes us delay onload less. r=bholley a=blocking 2010-08-12 11:59:28 -04:00
Ian Gilman
7e50a7ea97 + I forgot to update the references to the newly renamed tabview.css files; fixed 2010-08-11 17:00:15 -07:00
Ian Gilman
fa7425a33f + Fixes for dolske and dao comments on bug 574217:
++ Unnecessary double if in tabbrowser.xml
++ moved body styling into CSS file and simplified
++ CSS comma style
++ Renamed platform.css files to tabview.css

--HG--
rename : browser/themes/gnomestripe/browser/tabview/platform.css => browser/themes/gnomestripe/browser/tabview/tabview.css
rename : browser/themes/pinstripe/browser/tabview/platform.css => browser/themes/pinstripe/browser/tabview/tabview.css
rename : browser/themes/winstripe/browser/tabview/platform.css => browser/themes/winstripe/browser/tabview/tabview.css
2010-08-11 16:51:39 -07:00
Ian Gilman
5e4fbc7f19 + More dolske comments for 574217
++ Initial developer
++ Cc, Ci, Cu
++ Spacing
++ Commented out code in storage.js
++ DOCTYPE
2010-08-11 15:28:45 -07:00
Ian Gilman
54fc2404b8 + Saving TabView visibility status as a straight string, to save from having to JSON during start up 2010-08-11 14:48:02 -07:00
Ian Gilman
32d9332f05 + Addressing dolske's comments in bug 574217:
++ Using Cc and Ci
++ Using let
++ Changing getWindowTitle to a memoizing getter
++ Updated comment for key combo routine
2010-08-11 12:17:57 -07:00
Ehsan Akhgari
c4287b61b0 Bug 586421 - Do not assume that TabView exists in tabbrowser.xml
--HG--
extra : rebase_source : 935c6e6838ab4820c526637e32d2a6073b5e9ea2
2010-08-11 16:48:38 -04:00
Edward Lee
8f0189e0d4 Merge mozilla-central to tabcandy-central. 2010-08-11 11:13:46 -07:00
Ehsan Akhgari
072e5b6996 Backed out changeset 906a0b05656e because it doesn't work! 2010-08-11 14:12:15 -04:00
Ehsan Akhgari
f3a3798d14 Bug 581813 - Firefox with Tab Candy caused the Title and Tab Bars or the Menu and Tab Bars to appear black in colour 2010-08-11 14:10:18 -04:00
Jonathan Kew
6cb5bfaa2f merge backout of 153bd6dc88be (bug 553963 pt 3) a=backout 2010-08-11 19:09:17 +01:00
Jonathan Kew
d93d77926a Backed out changeset 153bd6dc88be 2010-08-11 19:06:46 +01:00
Jonathan Kew
fc3d38b736 merge backout of 444328d96da2 (bug 553963 pt 2) 2010-08-11 19:06:07 +01:00
Jonathan Kew
3df506e391 Backed out changeset 444328d96da2 2010-08-11 19:04:16 +01:00
Jonathan Kew
0aff42a6bf merge backout of changeset fc3b32b2f050 (bug 553963 pt 1) 2010-08-11 18:49:36 +01:00
Jonathan Kew
a709e19cc8 Backed out changeset fc3b32b2f050 2010-08-11 18:47:48 +01:00
Edward Lee
ae84bde8a9 Bug 582023 - Land TabCandy Utility Code (utils.jsm, iq.js) [r=dao a=npotb] 2010-08-11 10:28:06 -07:00
Michael Yoshitaka Erlewine
132535ac01 Bug 582023: making changes requested by Dao. Now iQ + Utils are ready for m-c with r=dao! 2010-08-11 13:06:49 -04:00
Michael Yoshitaka Erlewine
907d28a252 Bug 582023: making changes requested by Dao. Now iQ + Utils are ready for m-c with r=dao! 2010-08-11 13:06:49 -04:00
Jonathan Kew
44d81202ab bug 553963 - part 3 - don't reset glyph runs when falling back from uniscribe to GDI text shaping. r=jdaggett 2010-08-11 17:52:26 +01:00
Jonathan Kew
1270fcec82 bug 553963 - part 3 - don't reset glyph runs when falling back from uniscribe to GDI text shaping. r=jdaggett 2010-08-11 17:52:26 +01:00
Jonathan Kew
e15470b88a bug 553963 - part 2 - make gfxFont handle text-shaping failure more robustly. r=roc 2010-08-11 17:52:23 +01:00