Commit Graph

24 Commits

Author SHA1 Message Date
Raymond Lee
6aeb499496 Bug 595395 - Add pin events to AllTabs.jsm [r=dolske, a=dolske] 2010-11-10 11:39:31 +08:00
Ian Gilman
36f1f942af Bug 578553 - Implement App-Tab experience in Panorama; [a+r=dietrich] 2010-09-10 17:50:14 +08:00
Michael Yoshitaka Erlewine
e300884d8f Bug 591167 - border trenches should be triggered even if the edge only overlaps, but is not contained by the active range of the trench 2010-09-08 21:48:51 -04:00
Edward Lee
01d1bd8ecf Bug 594152 - Give function names to tabview.js objects [r=dietrich a=dietrich]
Give function names as object_func for various object prototypes and singletons. Also cleans up some var Name = function() patterns into just function Name.
2010-09-08 10:02:08 -07:00
Josh Matthews
30a0764266 Backing out ebce58252cf8, 1f94199af190, 81664d1912ee, 8e95db7adbea, f97a99ad74af, 66d12a1541f2, 6b936d1a9e65 2010-09-04 15:15:31 -04:00
Michael Yoshitaka Erlewine
8599eff086 Bug 591167: border trenches should be triggered even if the edge only overlaps, but is not contained by the active range of the trench [r+a=dietrich] 2010-09-03 14:43:24 -04:00
Michael Yoshitaka Erlewine
b5ad1eae4c Bug 591715: Utils.log: add option to use dump instead of console and add timing info [r=dao, a=gavin] 2010-09-01 16:04:12 -04:00
Michael Yoshitaka Erlewine
21e1a9cc4c 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
f702ead8bf Bug 582023 cleanup based on comments from Dao on things that are not iQ:
- typeof() is not a function
- formatting of && and || at the end of the line
- declaring variables more locally using let in Utils.extend
- the Initial Developer is the Mozilla Foundation
2010-08-10 19:20:05 -04:00
Ian Gilman
64a1cc06e5 + reversed the argument order for Utils.assert and Utils.assertThrow, per Dao's review 2010-08-10 11:13:10 -07:00
Michael Yoshitaka Erlewine
072932a467 Bug 582023: rm Utils.timeout 2010-08-10 09:30:23 -04:00
Edward Lee
90ce3af1fb Address review comments from bug 584532 comment 18: !listeners, event.target, observers function. 2010-08-10 03:05:10 -07:00
Ehsan Akhgari
111540ba12 Bug 585850 - Rename TabCandy modules from *.js to *.jsm (like the rest of js modules) 2010-08-09 23:51:23 -04:00
Edward Lee
c4c69e3a9f Move private variables/methods into local declarations not exported by AllTabs and change the interface to .register("change") instead of .onChange() for bug 584532. 2010-08-09 17:19:04 -07:00
Edward Lee
9f8f132e23 Remove unnecessary try/catch wrapping around a timeout-ed call. 2010-08-06 17:16:28 -07:00
Ian Gilman
9730df69a7 + Started groups.js module (nothing to see yet)
+ Fixed assert caused by the recent change from Tabs to AllTabs
2010-08-06 17:02:21 -07:00
Edward Lee
1750edca8a Prepare for bug 584532 by renaming Tabs and T -> AllTabs, allTabs -> tabs, browsers -> browserWindows, and removing QI(nsIObserver). 2010-08-06 15:19:57 -07:00
Aza Raskin
59abde4d07 + Also includes the jQuery inclusion text with utils.js 2010-08-02 13:38:29 -07:00
Raymond Lee
657b30f1f5 Remove extra spaces inside () and add spacing for before { bracket 2010-07-30 17:54:30 +08:00
Edward Lee
7e29ec9848 Just use instanceof Ci.nsIDOMElement for Utils.isDOMElement for bug 582023. 2010-07-29 13:15:21 -07:00
Edward Lee
481a445073 Simplify Utils.merge to use Array.forEach and Array.push for bug 582023. 2010-07-29 13:02:51 -07:00
Edward Lee
fa048fcc2b Bug 583044 - Rename code references of TabCandy to TabView
Move files and update references to tabview from tabcandy. Only remaining candy reference is the link to aza's webm video.
2010-07-29 12:37:25 -07:00
Edward Lee
0afed3372c Move utils.js into a javascript module that exports Point, Rect, Range, Subscribable, and Utils for bug 582023. 2010-07-28 22:21:34 -07:00
Edward Lee
cb3939948f Bug 580952 - Expose an Tabs module that handles tabs from all browser windows
Replace the existing Tabs/TabsManager object with the Tabs module that exposes allTabs, onChange, onClose, onMove, onOpen, onSelect.
2010-07-22 12:35:11 -07:00